e3f236ce398d526da23da72a763bedfa2885f8df
[gnulib.git] / ChangeLog
1 2007-10-08  Ben Pfaff  <blp@gnu.org>
2
3         * lib/xmalloca.h: Fix typo in comment.
4
5 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6
7         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
8         when avoiding problems with integer overflow.  Use a portable test
9         instead.
10
11 2007-10-08  Simon Josefsson  <simon@josefsson.org>
12
13         * modules/dummy (License): Change to LGPLv2+.
14         * modules/float (License): Likewise
15         * modules/realloc (License): Likewise
16         * modules/stdlib (License): Likewise
17
18 2007-10-07  Bruno Haible  <bruno@clisp.org>
19
20         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
21         * floor.c (TWO_MANT_DIG): Likewise.
22         * ceil.c (TWO_MANT_DIG): Likewise.
23         Reported by Ben Pfaff.
24
25 2007-10-07  Bruno Haible  <bruno@clisp.org>
26
27         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
28         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
29         * lib/frexp.c (FUNC): Likewise.
30         * lib/printf-frexp.h (printf_frexp): Likewise.
31         * lib/printf-frexpl.h (printf_frexpl): Likewise.
32         * lib/printf-frexp.c (FUNC): Likewise.
33         Suggested by Jim Meyering.
34
35 2007-10-07  Jim Meyering  <meyering@redhat.com>
36
37         Make xnanosleep's integer overflow test more robust.
38         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
39         so that gcc-4.3.0 doesn't optimize away this test for overflow.
40
41 2007-10-07  Bruno Haible  <bruno@clisp.org>
42
43         * NEWS: Mention the license change.
44
45         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
46         abbreviations in the modules files.
47
48         Change copyright notice from GPLv2+ to GPLv3+.
49         * README: Change copyright notice.
50         * MODULES.html.sh: Likewise.
51         * build-aux/bootstrap.conf: Likewise.
52         * build-aux/config.libpath: Likewise.
53         * build-aux/csharpcomp.sh.in: Likewise.
54         * build-aux/csharpexec.sh.in: Likewise.
55         * build-aux/install-reloc: Likewise.
56         * build-aux/javacomp.sh.in: Likewise.
57         * build-aux/javaexec.sh.in: Likewise.
58         * build-aux/ldd.sh.in: Likewise.
59         * build-aux/reloc-ldflags: Likewise.
60         * build-aux/relocatable.sh.in: Likewise.
61         * build-aux/x-to-1.in: Likewise.
62         * check-module: Likewise.
63         * config/srclistvars.sh: Likewise.
64         * gnulib-tool: Likewise.
65         * lib/acl-internal.h: Likewise.
66         * lib/acl.c: Likewise.
67         * lib/acl.h: Likewise.
68         * lib/acl_entries.c: Likewise.
69         * lib/areadlink-with-size.c: Likewise.
70         * lib/areadlink.c: Likewise.
71         * lib/areadlink.h: Likewise.
72         * lib/argmatch.c: Likewise.
73         * lib/argmatch.h: Likewise.
74         * lib/argp-ba.c: Likewise.
75         * lib/argp-eexst.c: Likewise.
76         * lib/argp-fmtstream.c: Likewise.
77         * lib/argp-fmtstream.h: Likewise.
78         * lib/argp-fs-xinl.c: Likewise.
79         * lib/argp-help.c: Likewise.
80         * lib/argp-namefrob.h: Likewise.
81         * lib/argp-parse.c: Likewise.
82         * lib/argp-pin.c: Likewise.
83         * lib/argp-pv.c: Likewise.
84         * lib/argp-pvh.c: Likewise.
85         * lib/argp-xinl.c: Likewise.
86         * lib/argp.h: Likewise.
87         * lib/at-func.c: Likewise.
88         * lib/atanl.c: Likewise.
89         * lib/backupfile.c: Likewise.
90         * lib/backupfile.h: Likewise.
91         * lib/basename.c: Likewise.
92         * lib/binary-io.h: Likewise.
93         * lib/byteswap.in.h: Likewise.
94         * lib/c-stack.c: Likewise.
95         * lib/c-stack.h: Likewise.
96         * lib/c-strcasestr.c: Likewise.
97         * lib/c-strcasestr.h: Likewise.
98         * lib/c-strstr.c: Likewise.
99         * lib/c-strstr.h: Likewise.
100         * lib/c-strtod.c: Likewise.
101         * lib/calloc.c: Likewise.
102         * lib/canon-host.c: Likewise.
103         * lib/canon-host.h: Likewise.
104         * lib/canonicalize-lgpl.c: Likewise.
105         * lib/canonicalize.c: Likewise.
106         * lib/canonicalize.h: Likewise.
107         * lib/ceil.c: Likewise.
108         * lib/ceilf.c: Likewise.
109         * lib/ceill.c: Likewise.
110         * lib/chdir-long.c: Likewise.
111         * lib/chdir-long.h: Likewise.
112         * lib/chdir-safer.c: Likewise.
113         * lib/chdir-safer.h: Likewise.
114         * lib/chown.c: Likewise.
115         * lib/classpath.c: Likewise.
116         * lib/classpath.h: Likewise.
117         * lib/clean-temp.c: Likewise.
118         * lib/clean-temp.h: Likewise.
119         * lib/cloexec.c: Likewise.
120         * lib/close-stream.c: Likewise.
121         * lib/closein.c: Likewise.
122         * lib/closein.h: Likewise.
123         * lib/closeout.c: Likewise.
124         * lib/closeout.h: Likewise.
125         * lib/concat-filename.c: Likewise.
126         * lib/copy-file.c: Likewise.
127         * lib/copy-file.h: Likewise.
128         * lib/count-one-bits.h: Likewise.
129         * lib/crc.c: Likewise.
130         * lib/crc.h: Likewise.
131         * lib/creat-safer.c: Likewise.
132         * lib/csharpcomp.c: Likewise.
133         * lib/csharpcomp.h: Likewise.
134         * lib/csharpexec.c: Likewise.
135         * lib/csharpexec.h: Likewise.
136         * lib/cycle-check.c: Likewise.
137         * lib/cycle-check.h: Likewise.
138         * lib/diacrit.c: Likewise.
139         * lib/diacrit.h: Likewise.
140         * lib/diffseq.h: Likewise.
141         * lib/dirchownmod.c: Likewise.
142         * lib/dirent.in.h: Likewise.
143         * lib/dirfd.c: Likewise.
144         * lib/dirfd.h: Likewise.
145         * lib/dirname.c: Likewise.
146         * lib/dirname.h: Likewise.
147         * lib/dummy.c: Likewise.
148         * lib/dup-safer.c: Likewise.
149         * lib/dup2.c: Likewise.
150         * lib/eealloc.h: Likewise.
151         * lib/error.c: Likewise.
152         * lib/error.h: Likewise.
153         * lib/euidaccess.c: Likewise.
154         * lib/exclude.c: Likewise.
155         * lib/exclude.h: Likewise.
156         * lib/execute.c: Likewise.
157         * lib/execute.h: Likewise.
158         * lib/exitfail.c: Likewise.
159         * lib/exitfail.h: Likewise.
160         * lib/expl.c: Likewise.
161         * lib/fatal-signal.c: Likewise.
162         * lib/fatal-signal.h: Likewise.
163         * lib/fbufmode.c: Likewise.
164         * lib/fbufmode.h: Likewise.
165         * lib/fchdir.c: Likewise.
166         * lib/fchmodat.c: Likewise.
167         * lib/fchownat.c: Likewise.
168         * lib/fcntl--.h: Likewise.
169         * lib/fcntl-safer.h: Likewise.
170         * lib/fcntl.in.h: Likewise.
171         * lib/fd-safer.c: Likewise.
172         * lib/fflush.c: Likewise.
173         * lib/file-has-acl.c: Likewise.
174         * lib/file-set.c: Likewise.
175         * lib/file-type.c: Likewise.
176         * lib/file-type.h: Likewise.
177         * lib/fileblocks.c: Likewise.
178         * lib/filemode.c: Likewise.
179         * lib/filemode.h: Likewise.
180         * lib/filename.h: Likewise.
181         * lib/filenamecat.c: Likewise.
182         * lib/filenamecat.h: Likewise.
183         * lib/findprog.c: Likewise.
184         * lib/findprog.h: Likewise.
185         * lib/float.in.h: Likewise.
186         * lib/floor.c: Likewise.
187         * lib/floorf.c: Likewise.
188         * lib/floorl.c: Likewise.
189         * lib/fopen-safer.c: Likewise.
190         * lib/fopen.c: Likewise.
191         * lib/fpending.c: Likewise.
192         * lib/fpending.h: Likewise.
193         * lib/fprintf.c: Likewise.
194         * lib/fprintftime.h: Likewise.
195         * lib/fpucw.h: Likewise.
196         * lib/fpurge.c: Likewise.
197         * lib/fpurge.h: Likewise.
198         * lib/freadable.c: Likewise.
199         * lib/freadable.h: Likewise.
200         * lib/freadahead.c: Likewise.
201         * lib/freadahead.h: Likewise.
202         * lib/freading.c: Likewise.
203         * lib/freading.h: Likewise.
204         * lib/free.c: Likewise.
205         * lib/freopen.c: Likewise.
206         * lib/frexp.c: Likewise.
207         * lib/frexpl.c: Likewise.
208         * lib/fseek.c: Likewise.
209         * lib/fseterr.c: Likewise.
210         * lib/fseterr.h: Likewise.
211         * lib/fstatat.c: Likewise.
212         * lib/fstrcmp.c: Likewise.
213         * lib/fstrcmp.h: Likewise.
214         * lib/fsusage.c: Likewise.
215         * lib/fsusage.h: Likewise.
216         * lib/ftell.c: Likewise.
217         * lib/ftello.c: Likewise.
218         * lib/fts-cycle.c: Likewise.
219         * lib/fts.c: Likewise.
220         * lib/fts_.h: Likewise.
221         * lib/full-read.c: Likewise.
222         * lib/full-read.h: Likewise.
223         * lib/full-write.c: Likewise.
224         * lib/full-write.h: Likewise.
225         * lib/fwritable.c: Likewise.
226         * lib/fwritable.h: Likewise.
227         * lib/fwriteerror.c: Likewise.
228         * lib/fwriteerror.h: Likewise.
229         * lib/fwriting.c: Likewise.
230         * lib/fwriting.h: Likewise.
231         * lib/gcd.c: Likewise.
232         * lib/gcd.h: Likewise.
233         * lib/getcwd.c: Likewise.
234         * lib/getdate.h: Likewise.
235         * lib/getdate.y: Likewise.
236         * lib/getdomainname.c: Likewise.
237         * lib/getdomainname.h: Likewise.
238         * lib/getgroups.c: Likewise.
239         * lib/gethostname.c: Likewise.
240         * lib/gethrxtime.c: Likewise.
241         * lib/gethrxtime.h: Likewise.
242         * lib/getloadavg.c: Likewise.
243         * lib/getndelim2.c: Likewise.
244         * lib/getndelim2.h: Likewise.
245         * lib/getnline.c: Likewise.
246         * lib/getnline.h: Likewise.
247         * lib/getopt.c: Likewise.
248         * lib/getopt.in.h: Likewise.
249         * lib/getopt1.c: Likewise.
250         * lib/getopt_int.h: Likewise.
251         * lib/getpagesize.h: Likewise.
252         * lib/getsubopt.c: Likewise.
253         * lib/gettime.c: Likewise.
254         * lib/getugroups.c: Likewise.
255         * lib/getugroups.h: Likewise.
256         * lib/getusershell.c: Likewise.
257         * lib/gl_anyavltree_list1.h: Likewise.
258         * lib/gl_anyavltree_list2.h: Likewise.
259         * lib/gl_anyhash_list1.h: Likewise.
260         * lib/gl_anyhash_list2.h: Likewise.
261         * lib/gl_anylinked_list1.h: Likewise.
262         * lib/gl_anylinked_list2.h: Likewise.
263         * lib/gl_anyrbtree_list1.h: Likewise.
264         * lib/gl_anyrbtree_list2.h: Likewise.
265         * lib/gl_anytree_list1.h: Likewise.
266         * lib/gl_anytree_list2.h: Likewise.
267         * lib/gl_anytree_oset.h: Likewise.
268         * lib/gl_anytreehash_list1.h: Likewise.
269         * lib/gl_anytreehash_list2.h: Likewise.
270         * lib/gl_array_list.c: Likewise.
271         * lib/gl_array_list.h: Likewise.
272         * lib/gl_array_oset.c: Likewise.
273         * lib/gl_array_oset.h: Likewise.
274         * lib/gl_avltree_list.c: Likewise.
275         * lib/gl_avltree_list.h: Likewise.
276         * lib/gl_avltree_oset.c: Likewise.
277         * lib/gl_avltree_oset.h: Likewise.
278         * lib/gl_avltreehash_list.c: Likewise.
279         * lib/gl_avltreehash_list.h: Likewise.
280         * lib/gl_carray_list.c: Likewise.
281         * lib/gl_carray_list.h: Likewise.
282         * lib/gl_linked_list.c: Likewise.
283         * lib/gl_linked_list.h: Likewise.
284         * lib/gl_linkedhash_list.c: Likewise.
285         * lib/gl_linkedhash_list.h: Likewise.
286         * lib/gl_list.c: Likewise.
287         * lib/gl_list.h: Likewise.
288         * lib/gl_oset.c: Likewise.
289         * lib/gl_oset.h: Likewise.
290         * lib/gl_rbtree_list.c: Likewise.
291         * lib/gl_rbtree_list.h: Likewise.
292         * lib/gl_rbtree_oset.c: Likewise.
293         * lib/gl_rbtree_oset.h: Likewise.
294         * lib/gl_rbtreehash_list.c: Likewise.
295         * lib/gl_rbtreehash_list.h: Likewise.
296         * lib/gl_sublist.c: Likewise.
297         * lib/gl_sublist.h: Likewise.
298         * lib/group-member.c: Likewise.
299         * lib/group-member.h: Likewise.
300         * lib/hard-locale.c: Likewise.
301         * lib/hard-locale.h: Likewise.
302         * lib/hash-pjw.c: Likewise.
303         * lib/hash-pjw.h: Likewise.
304         * lib/hash-triple.c: Likewise.
305         * lib/hash.c: Likewise.
306         * lib/hash.h: Likewise.
307         * lib/human.c: Likewise.
308         * lib/human.h: Likewise.
309         * lib/i-ring.c: Likewise.
310         * lib/i-ring.h: Likewise.
311         * lib/idcache.c: Likewise.
312         * lib/imaxabs.c: Likewise.
313         * lib/imaxdiv.c: Likewise.
314         * lib/inet_pton.c: Likewise.
315         * lib/inet_pton.h: Likewise.
316         * lib/intprops.h: Likewise.
317         * lib/inttostr.c: Likewise.
318         * lib/inttostr.h: Likewise.
319         * lib/inttypes.in.h: Likewise.
320         * lib/isapipe.c: Likewise.
321         * lib/isdir.c: Likewise.
322         * lib/isnan.c: Likewise.
323         * lib/isnan.h: Likewise.
324         * lib/isnanf.c: Likewise.
325         * lib/isnanf.h: Likewise.
326         * lib/isnanl-nolibm.h: Likewise.
327         * lib/isnanl.c: Likewise.
328         * lib/isnanl.h: Likewise.
329         * lib/javacomp.c: Likewise.
330         * lib/javacomp.h: Likewise.
331         * lib/javaexec.c: Likewise.
332         * lib/javaexec.h: Likewise.
333         * lib/javaversion.c: Likewise.
334         * lib/javaversion.h: Likewise.
335         * lib/javaversion.java: Likewise.
336         * lib/lbrkprop.h: Likewise.
337         * lib/lchmod.h: Likewise.
338         * lib/lchown.c: Likewise.
339         * lib/ldexpl.c: Likewise.
340         * lib/linebreak.c: Likewise.
341         * lib/linebreak.h: Likewise.
342         * lib/linebuffer.c: Likewise.
343         * lib/linebuffer.h: Likewise.
344         * lib/locale.in.h: Likewise.
345         * lib/logl.c: Likewise.
346         * lib/long-options.c: Likewise.
347         * lib/long-options.h: Likewise.
348         * lib/lstat.c: Likewise.
349         * lib/lstat.h: Likewise.
350         * lib/math.in.h: Likewise.
351         * lib/mbchar.c: Likewise.
352         * lib/mbchar.h: Likewise.
353         * lib/mbfile.h: Likewise.
354         * lib/mbiter.h: Likewise.
355         * lib/mbscasecmp.c: Likewise.
356         * lib/mbscasestr.c: Likewise.
357         * lib/mbschr.c: Likewise.
358         * lib/mbscspn.c: Likewise.
359         * lib/mbslen.c: Likewise.
360         * lib/mbsncasecmp.c: Likewise.
361         * lib/mbsnlen.c: Likewise.
362         * lib/mbspbrk.c: Likewise.
363         * lib/mbspcasecmp.c: Likewise.
364         * lib/mbsrchr.c: Likewise.
365         * lib/mbssep.c: Likewise.
366         * lib/mbsspn.c: Likewise.
367         * lib/mbsstr.c: Likewise.
368         * lib/mbstok_r.c: Likewise.
369         * lib/mbswidth.c: Likewise.
370         * lib/mbswidth.h: Likewise.
371         * lib/mbuiter.h: Likewise.
372         * lib/memcasecmp.c: Likewise.
373         * lib/memcasecmp.h: Likewise.
374         * lib/memchr.c: Likewise.
375         * lib/memcmp.c: Likewise.
376         * lib/memcoll.c: Likewise.
377         * lib/memcoll.h: Likewise.
378         * lib/memcpy.c: Likewise.
379         * lib/memrchr.c: Likewise.
380         * lib/mkancesdirs.c: Likewise.
381         * lib/mkdir-p.c: Likewise.
382         * lib/mkdir-p.h: Likewise.
383         * lib/mkdir.c: Likewise.
384         * lib/mkdirat.c: Likewise.
385         * lib/mkdtemp.c: Likewise.
386         * lib/mkstemp-safer.c: Likewise.
387         * lib/mkstemp.c: Likewise.
388         * lib/modechange.c: Likewise.
389         * lib/modechange.h: Likewise.
390         * lib/mountlist.c: Likewise.
391         * lib/mountlist.h: Likewise.
392         * lib/mpsort.c: Likewise.
393         * lib/nanosleep.c: Likewise.
394         * lib/obstack.c: Likewise.
395         * lib/obstack.h: Likewise.
396         * lib/open-safer.c: Likewise.
397         * lib/open.c: Likewise.
398         * lib/openat-die.c: Likewise.
399         * lib/openat-priv.h: Likewise.
400         * lib/openat-proc.c: Likewise.
401         * lib/openat.c: Likewise.
402         * lib/openat.h: Likewise.
403         * lib/pagealign_alloc.c: Likewise.
404         * lib/pagealign_alloc.h: Likewise.
405         * lib/physmem.c: Likewise.
406         * lib/physmem.h: Likewise.
407         * lib/pipe-safer.c: Likewise.
408         * lib/pipe.c: Likewise.
409         * lib/pipe.h: Likewise.
410         * lib/posixtm.c: Likewise.
411         * lib/posixtm.h: Likewise.
412         * lib/posixver.c: Likewise.
413         * lib/printf-frexp.c: Likewise.
414         * lib/printf-frexp.h: Likewise.
415         * lib/printf-frexpl.c: Likewise.
416         * lib/printf-frexpl.h: Likewise.
417         * lib/printf.c: Likewise.
418         * lib/progname.c: Likewise.
419         * lib/progname.h: Likewise.
420         * lib/progreloc.c: Likewise.
421         * lib/putenv.c: Likewise.
422         * lib/quote.c: Likewise.
423         * lib/quote.h: Likewise.
424         * lib/quotearg.c: Likewise.
425         * lib/quotearg.h: Likewise.
426         * lib/raise.c: Likewise.
427         * lib/readline.c: Likewise.
428         * lib/readline.h: Likewise.
429         * lib/readlink.c: Likewise.
430         * lib/readtokens.c: Likewise.
431         * lib/readtokens.h: Likewise.
432         * lib/readtokens0.c: Likewise.
433         * lib/readtokens0.h: Likewise.
434         * lib/readutmp.c: Likewise.
435         * lib/readutmp.h: Likewise.
436         * lib/realloc.c: Likewise.
437         * lib/relocwrapper.c: Likewise.
438         * lib/rename-dest-slash.c: Likewise.
439         * lib/rename.c: Likewise.
440         * lib/rmdir.c: Likewise.
441         * lib/rpmatch.c: Likewise.
442         * lib/safe-read.c: Likewise.
443         * lib/safe-read.h: Likewise.
444         * lib/safe-write.c: Likewise.
445         * lib/safe-write.h: Likewise.
446         * lib/same-inode.h: Likewise.
447         * lib/same.c: Likewise.
448         * lib/same.h: Likewise.
449         * lib/save-cwd.c: Likewise.
450         * lib/save-cwd.h: Likewise.
451         * lib/savedir.c: Likewise.
452         * lib/savedir.h: Likewise.
453         * lib/savewd.c: Likewise.
454         * lib/savewd.h: Likewise.
455         * lib/search.in.h: Likewise.
456         * lib/setenv.c: Likewise.
457         * lib/setenv.h: Likewise.
458         * lib/settime.c: Likewise.
459         * lib/sh-quote.c: Likewise.
460         * lib/sh-quote.h: Likewise.
461         * lib/sig2str.c: Likewise.
462         * lib/sig2str.h: Likewise.
463         * lib/signal.in.h: Likewise.
464         * lib/signbitd.c: Likewise.
465         * lib/signbitf.c: Likewise.
466         * lib/signbitl.c: Likewise.
467         * lib/sigprocmask.c: Likewise.
468         * lib/sincosl.c: Likewise.
469         * lib/sleep.c: Likewise.
470         * lib/sprintf.c: Likewise.
471         * lib/sqrtl.c: Likewise.
472         * lib/stat-time.h: Likewise.
473         * lib/stdio--.h: Likewise.
474         * lib/stdio-safer.h: Likewise.
475         * lib/stdlib--.h: Likewise.
476         * lib/stdlib-safer.h: Likewise.
477         * lib/stdlib.in.h: Likewise.
478         * lib/stpcpy.c: Likewise.
479         * lib/stpncpy.c: Likewise.
480         * lib/strchrnul.c: Likewise.
481         * lib/strcspn.c: Likewise.
482         * lib/strerror.c: Likewise.
483         * lib/strftime.c: Likewise.
484         * lib/strftime.h: Likewise.
485         * lib/striconveh.c: Likewise.
486         * lib/striconveh.h: Likewise.
487         * lib/striconveha.c: Likewise.
488         * lib/striconveha.h: Likewise.
489         * lib/stripslash.c: Likewise.
490         * lib/strnlen1.c: Likewise.
491         * lib/strnlen1.h: Likewise.
492         * lib/strtod.c: Likewise.
493         * lib/strtoimax.c: Likewise.
494         * lib/strtok_r.c: Likewise.
495         * lib/strtol.c: Likewise.
496         * lib/strtoll.c: Likewise.
497         * lib/strtoul.c: Likewise.
498         * lib/strtoull.c: Likewise.
499         * lib/sysexits.in.h: Likewise.
500         * lib/tempname.c: Likewise.
501         * lib/tempname.h: Likewise.
502         * lib/timespec.h: Likewise.
503         * lib/tls.c: Likewise.
504         * lib/tls.h: Likewise.
505         * lib/tmpdir.c: Likewise.
506         * lib/tmpdir.h: Likewise.
507         * lib/tmpfile-safer.c: Likewise.
508         * lib/tmpfile.c: Likewise.
509         * lib/trigl.c: Likewise.
510         * lib/trigl.h: Likewise.
511         * lib/trim.c: Likewise.
512         * lib/trim.h: Likewise.
513         * lib/trunc.c: Likewise.
514         * lib/truncf.c: Likewise.
515         * lib/truncl.c: Likewise.
516         * lib/tsearch.c: Likewise.
517         * lib/unicodeio.c: Likewise.
518         * lib/unicodeio.h: Likewise.
519         * lib/unistd--.h: Likewise.
520         * lib/unistd-safer.h: Likewise.
521         * lib/unistdio/ulc-fprintf.c: Likewise.
522         * lib/unistdio/ulc-vfprintf.c: Likewise.
523         * lib/unlinkdir.c: Likewise.
524         * lib/unlinkdir.h: Likewise.
525         * lib/unlocked-io.h: Likewise.
526         * lib/unsetenv.c: Likewise.
527         * lib/userspec.c: Likewise.
528         * lib/utime.c: Likewise.
529         * lib/utimecmp.c: Likewise.
530         * lib/utimecmp.h: Likewise.
531         * lib/utimens.c: Likewise.
532         * lib/verify.h: Likewise.
533         * lib/verror.c: Likewise.
534         * lib/verror.h: Likewise.
535         * lib/version-etc-fsf.c: Likewise.
536         * lib/version-etc.c: Likewise.
537         * lib/version-etc.h: Likewise.
538         * lib/vfprintf.c: Likewise.
539         * lib/vprintf.c: Likewise.
540         * lib/vsprintf.c: Likewise.
541         * lib/w32spawn.h: Likewise.
542         * lib/wait-process.c: Likewise.
543         * lib/wait-process.h: Likewise.
544         * lib/wcwidth.c: Likewise.
545         * lib/write-any-file.c: Likewise.
546         * lib/xalloc-die.c: Likewise.
547         * lib/xalloc.h: Likewise.
548         * lib/xasprintf.c: Likewise.
549         * lib/xgetcwd.c: Likewise.
550         * lib/xgetcwd.h: Likewise.
551         * lib/xgetdomainname.c: Likewise.
552         * lib/xgetdomainname.h: Likewise.
553         * lib/xgethostname.c: Likewise.
554         * lib/xmalloc.c: Likewise.
555         * lib/xmalloca.c: Likewise.
556         * lib/xmalloca.h: Likewise.
557         * lib/xmemcoll.c: Likewise.
558         * lib/xnanosleep.c: Likewise.
559         * lib/xreadlink.c: Likewise.
560         * lib/xreadlink.h: Likewise.
561         * lib/xsetenv.c: Likewise.
562         * lib/xsetenv.h: Likewise.
563         * lib/xstriconv.c: Likewise.
564         * lib/xstriconv.h: Likewise.
565         * lib/xstrndup.c: Likewise.
566         * lib/xstrndup.h: Likewise.
567         * lib/xstrtod.c: Likewise.
568         * lib/xstrtod.h: Likewise.
569         * lib/xstrtol-error.c: Likewise.
570         * lib/xstrtol.c: Likewise.
571         * lib/xstrtol.h: Likewise.
572         * lib/xtime.h: Likewise.
573         * lib/xvasprintf.c: Likewise.
574         * lib/xvasprintf.h: Likewise.
575         * lib/yesno.c: Likewise.
576         * lib/yesno.h: Likewise.
577         * posix-modules: Likewise.
578         * tests/test-alloca-opt.c: Likewise.
579         * tests/test-arcfour.c: Likewise.
580         * tests/test-arctwo.c: Likewise.
581         * tests/test-argmatch.c: Likewise.
582         * tests/test-argp-2.sh: Likewise.
583         * tests/test-argp.c: Likewise.
584         * tests/test-arpa_inet.c: Likewise.
585         * tests/test-array_list.c: Likewise.
586         * tests/test-array_oset.c: Likewise.
587         * tests/test-atexit.c: Likewise.
588         * tests/test-avltree_list.c: Likewise.
589         * tests/test-avltree_oset.c: Likewise.
590         * tests/test-avltreehash_list.c: Likewise.
591         * tests/test-base64.c: Likewise.
592         * tests/test-binary-io.c: Likewise.
593         * tests/test-byteswap.c: Likewise.
594         * tests/test-c-ctype.c: Likewise.
595         * tests/test-c-strcasecmp.c: Likewise.
596         * tests/test-c-strcasestr.c: Likewise.
597         * tests/test-c-strncasecmp.c: Likewise.
598         * tests/test-c-strstr.c: Likewise.
599         * tests/test-canonicalize-lgpl.c: Likewise.
600         * tests/test-canonicalize.c: Likewise.
601         * tests/test-carray_list.c: Likewise.
602         * tests/test-ceilf.c: Likewise.
603         * tests/test-ceill.c: Likewise.
604         * tests/test-count-one-bits.c: Likewise.
605         * tests/test-crc.c: Likewise.
606         * tests/test-dirname.c: Likewise.
607         * tests/test-fbufmode.c: Likewise.
608         * tests/test-fcntl.c: Likewise.
609         * tests/test-fflush.c: Likewise.
610         * tests/test-floorf.c: Likewise.
611         * tests/test-floorl.c: Likewise.
612         * tests/test-fopen.c: Likewise.
613         * tests/test-fprintf-posix.c: Likewise.
614         * tests/test-fprintf-posix.h: Likewise.
615         * tests/test-fpurge.c: Likewise.
616         * tests/test-freadable.c: Likewise.
617         * tests/test-freadahead.c: Likewise.
618         * tests/test-freading.c: Likewise.
619         * tests/test-freopen.c: Likewise.
620         * tests/test-frexp.c: Likewise.
621         * tests/test-frexpl.c: Likewise.
622         * tests/test-fseek.c: Likewise.
623         * tests/test-fseeko.c: Likewise.
624         * tests/test-fseterr.c: Likewise.
625         * tests/test-fstrcmp.c: Likewise.
626         * tests/test-ftell.c: Likewise.
627         * tests/test-ftello.c: Likewise.
628         * tests/test-fwritable.c: Likewise.
629         * tests/test-fwriting.c: Likewise.
630         * tests/test-getaddrinfo.c: Likewise.
631         * tests/test-getpass.c: Likewise.
632         * tests/test-gettimeofday.c: Likewise.
633         * tests/test-hmac-md5.c: Likewise.
634         * tests/test-hmac-sha1.c: Likewise.
635         * tests/test-iconv.c: Likewise.
636         * tests/test-iconvme.c: Likewise.
637         * tests/test-inttypes.c: Likewise.
638         * tests/test-isnan.c: Likewise.
639         * tests/test-isnanf.c: Likewise.
640         * tests/test-isnanl-nolibm.c: Likewise.
641         * tests/test-isnanl.c: Likewise.
642         * tests/test-isnanl.h: Likewise.
643         * tests/test-ldexpl.c: Likewise.
644         * tests/test-linked_list.c: Likewise.
645         * tests/test-linkedhash_list.c: Likewise.
646         * tests/test-locale.c: Likewise.
647         * tests/test-localename.c: Likewise.
648         * tests/test-lock.c: Likewise.
649         * tests/test-lseek.c: Likewise.
650         * tests/test-malloca.c: Likewise.
651         * tests/test-math.c: Likewise.
652         * tests/test-mbscasecmp.c: Likewise.
653         * tests/test-mbscasestr1.c: Likewise.
654         * tests/test-mbscasestr2.c: Likewise.
655         * tests/test-mbscasestr3.c: Likewise.
656         * tests/test-mbscasestr4.c: Likewise.
657         * tests/test-mbschr.c: Likewise.
658         * tests/test-mbscspn.c: Likewise.
659         * tests/test-mbsncasecmp.c: Likewise.
660         * tests/test-mbspbrk.c: Likewise.
661         * tests/test-mbspcasecmp.c: Likewise.
662         * tests/test-mbsrchr.c: Likewise.
663         * tests/test-mbsspn.c: Likewise.
664         * tests/test-mbsstr1.c: Likewise.
665         * tests/test-mbsstr2.c: Likewise.
666         * tests/test-mbsstr3.c: Likewise.
667         * tests/test-md5.c: Likewise.
668         * tests/test-memmem.c: Likewise.
669         * tests/test-netinet_in.c: Likewise.
670         * tests/test-open.c: Likewise.
671         * tests/test-printf-frexp.c: Likewise.
672         * tests/test-printf-frexpl.c: Likewise.
673         * tests/test-printf-posix.c: Likewise.
674         * tests/test-printf-posix.h: Likewise.
675         * tests/test-rbtree_list.c: Likewise.
676         * tests/test-rbtree_oset.c: Likewise.
677         * tests/test-rbtreehash_list.c: Likewise.
678         * tests/test-read-file.c: Likewise.
679         * tests/test-rijndael.c: Likewise.
680         * tests/test-search.c: Likewise.
681         * tests/test-signbit.c: Likewise.
682         * tests/test-sleep.c: Likewise.
683         * tests/test-snprintf-posix.c: Likewise.
684         * tests/test-snprintf-posix.h: Likewise.
685         * tests/test-snprintf.c: Likewise.
686         * tests/test-sprintf-posix.c: Likewise.
687         * tests/test-sprintf-posix.h: Likewise.
688         * tests/test-stat-time.c: Likewise.
689         * tests/test-stdbool.c: Likewise.
690         * tests/test-stdint.c: Likewise.
691         * tests/test-stdio.c: Likewise.
692         * tests/test-stdlib.c: Likewise.
693         * tests/test-stpncpy.c: Likewise.
694         * tests/test-strcasestr.c: Likewise.
695         * tests/test-striconv.c: Likewise.
696         * tests/test-striconveh.c: Likewise.
697         * tests/test-striconveha.c: Likewise.
698         * tests/test-string.c: Likewise.
699         * tests/test-sys_select.c: Likewise.
700         * tests/test-sys_socket.c: Likewise.
701         * tests/test-sys_stat.c: Likewise.
702         * tests/test-sys_time.c: Likewise.
703         * tests/test-sysexits.c: Likewise.
704         * tests/test-time.c: Likewise.
705         * tests/test-tls.c: Likewise.
706         * tests/test-trunc.c: Likewise.
707         * tests/test-truncf.c: Likewise.
708         * tests/test-truncl.c: Likewise.
709         * tests/test-unistd.c: Likewise.
710         * tests/test-vasnprintf-posix.c: Likewise.
711         * tests/test-vasnprintf-posix2.c: Likewise.
712         * tests/test-vasnprintf.c: Likewise.
713         * tests/test-vasprintf-posix.c: Likewise.
714         * tests/test-vasprintf.c: Likewise.
715         * tests/test-verify.c: Likewise.
716         * tests/test-vfprintf-posix.c: Likewise.
717         * tests/test-vprintf-posix.c: Likewise.
718         * tests/test-vsnprintf-posix.c: Likewise.
719         * tests/test-vsnprintf.c: Likewise.
720         * tests/test-vsprintf-posix.c: Likewise.
721         * tests/test-wchar.c: Likewise.
722         * tests/test-wctype.c: Likewise.
723         * tests/test-wcwidth.c: Likewise.
724         * tests/test-xstrtol.c: Likewise.
725         * tests/test-xvasprintf.c: Likewise.
726         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
727         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
728         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
729         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
730         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
731         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
732         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
733         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
734         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
735         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
736         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
737         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
738         * tests/uniname/test-uninames.c: Likewise.
739         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
740         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
741         * tests/unistdio/test-u16-printf1.h: Likewise.
742         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
743         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
744         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
745         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
746         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
747         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
748         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
749         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
750         * tests/unistdio/test-u32-printf1.h: Likewise.
751         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
752         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
753         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
754         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
755         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
756         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
757         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
758         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
759         * tests/unistdio/test-u8-printf1.h: Likewise.
760         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
761         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
762         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
763         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
764         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
765         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
766         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
767         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
768         * tests/unistdio/test-ulc-printf1.h: Likewise.
769         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
770         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
771         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
772         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
773         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
774         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
775         * tests/uniwidth/test-u16-strwidth.c: Likewise.
776         * tests/uniwidth/test-u16-width.c: Likewise.
777         * tests/uniwidth/test-u32-strwidth.c: Likewise.
778         * tests/uniwidth/test-u32-width.c: Likewise.
779         * tests/uniwidth/test-u8-strwidth.c: Likewise.
780         * tests/uniwidth/test-u8-width.c: Likewise.
781         * tests/uniwidth/test-uc_width.c: Likewise.
782         * config/srclist-update: Likewise.
783         (fixlicense): Update to GPLv3+.
784
785         Change copyright notice from LGPLv2.1+ to LGPLv3+.
786         * tests/test-tsearch.c: Change copyright notice.
787
788         Change copyright notice from LGPLv2.0+ to LGPLv3+.
789         * lib/c-strcaseeq.h: Change copyright notice.
790         * lib/streq.h: Likewise.
791         * lib/uniconv.h: Likewise.
792         * lib/uniconv/u-conv-from-enc.h: Likewise.
793         * lib/uniconv/u-conv-to-enc.h: Likewise.
794         * lib/uniconv/u-strconv-from-enc.h: Likewise.
795         * lib/uniconv/u-strconv-to-enc.h: Likewise.
796         * lib/uniconv/u16-conv-from-enc.c: Likewise.
797         * lib/uniconv/u16-conv-to-enc.c: Likewise.
798         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
799         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
800         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
801         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
802         * lib/uniconv/u32-conv-from-enc.c: Likewise.
803         * lib/uniconv/u32-conv-to-enc.c: Likewise.
804         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
805         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
806         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
807         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
808         * lib/uniconv/u8-conv-from-enc.c: Likewise.
809         * lib/uniconv/u8-conv-to-enc.c: Likewise.
810         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
811         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
812         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
813         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
814         * lib/uniname.h: Likewise.
815         * lib/uniname/uniname.c: Likewise.
816         * lib/unistdio.h: Likewise.
817         * lib/unistdio/u-asnprintf.h: Likewise.
818         * lib/unistdio/u-asprintf.h: Likewise.
819         * lib/unistdio/u-printf-args.c: Likewise.
820         * lib/unistdio/u-printf-args.h: Likewise.
821         * lib/unistdio/u-printf-parse.h: Likewise.
822         * lib/unistdio/u-snprintf.h: Likewise.
823         * lib/unistdio/u-sprintf.h: Likewise.
824         * lib/unistdio/u-vasprintf.h: Likewise.
825         * lib/unistdio/u-vsnprintf.h: Likewise.
826         * lib/unistdio/u-vsprintf.h: Likewise.
827         * lib/unistdio/u16-asnprintf.c: Likewise.
828         * lib/unistdio/u16-asprintf.c: Likewise.
829         * lib/unistdio/u16-printf-parse.c: Likewise.
830         * lib/unistdio/u16-snprintf.c: Likewise.
831         * lib/unistdio/u16-sprintf.c: Likewise.
832         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
833         * lib/unistdio/u16-u16-asprintf.c: Likewise.
834         * lib/unistdio/u16-u16-snprintf.c: Likewise.
835         * lib/unistdio/u16-u16-sprintf.c: Likewise.
836         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
837         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
838         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
839         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
840         * lib/unistdio/u16-vasnprintf.c: Likewise.
841         * lib/unistdio/u16-vasprintf.c: Likewise.
842         * lib/unistdio/u16-vsnprintf.c: Likewise.
843         * lib/unistdio/u16-vsprintf.c: Likewise.
844         * lib/unistdio/u32-asnprintf.c: Likewise.
845         * lib/unistdio/u32-asprintf.c: Likewise.
846         * lib/unistdio/u32-printf-parse.c: Likewise.
847         * lib/unistdio/u32-snprintf.c: Likewise.
848         * lib/unistdio/u32-sprintf.c: Likewise.
849         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
850         * lib/unistdio/u32-u32-asprintf.c: Likewise.
851         * lib/unistdio/u32-u32-snprintf.c: Likewise.
852         * lib/unistdio/u32-u32-sprintf.c: Likewise.
853         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
854         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
855         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
856         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
857         * lib/unistdio/u32-vasnprintf.c: Likewise.
858         * lib/unistdio/u32-vasprintf.c: Likewise.
859         * lib/unistdio/u32-vsnprintf.c: Likewise.
860         * lib/unistdio/u32-vsprintf.c: Likewise.
861         * lib/unistdio/u8-asnprintf.c: Likewise.
862         * lib/unistdio/u8-asprintf.c: Likewise.
863         * lib/unistdio/u8-printf-parse.c: Likewise.
864         * lib/unistdio/u8-snprintf.c: Likewise.
865         * lib/unistdio/u8-sprintf.c: Likewise.
866         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
867         * lib/unistdio/u8-u8-asprintf.c: Likewise.
868         * lib/unistdio/u8-u8-snprintf.c: Likewise.
869         * lib/unistdio/u8-u8-sprintf.c: Likewise.
870         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
871         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
872         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
873         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
874         * lib/unistdio/u8-vasnprintf.c: Likewise.
875         * lib/unistdio/u8-vasprintf.c: Likewise.
876         * lib/unistdio/u8-vsnprintf.c: Likewise.
877         * lib/unistdio/u8-vsprintf.c: Likewise.
878         * lib/unistdio/ulc-asnprintf.c: Likewise.
879         * lib/unistdio/ulc-asprintf.c: Likewise.
880         * lib/unistdio/ulc-printf-parse.c: Likewise.
881         * lib/unistdio/ulc-snprintf.c: Likewise.
882         * lib/unistdio/ulc-sprintf.c: Likewise.
883         * lib/unistdio/ulc-vasnprintf.c: Likewise.
884         * lib/unistdio/ulc-vasprintf.c: Likewise.
885         * lib/unistdio/ulc-vsnprintf.c: Likewise.
886         * lib/unistdio/ulc-vsprintf.c: Likewise.
887         * lib/unistr.h: Likewise.
888         * lib/unistr/u-cpy-alloc.h: Likewise.
889         * lib/unistr/u-cpy.h: Likewise.
890         * lib/unistr/u-endswith.h: Likewise.
891         * lib/unistr/u-move.h: Likewise.
892         * lib/unistr/u-set.h: Likewise.
893         * lib/unistr/u-startswith.h: Likewise.
894         * lib/unistr/u-stpcpy.h: Likewise.
895         * lib/unistr/u-stpncpy.h: Likewise.
896         * lib/unistr/u-strcat.h: Likewise.
897         * lib/unistr/u-strcpy.h: Likewise.
898         * lib/unistr/u-strcspn.h: Likewise.
899         * lib/unistr/u-strdup.h: Likewise.
900         * lib/unistr/u-strlen.h: Likewise.
901         * lib/unistr/u-strncat.h: Likewise.
902         * lib/unistr/u-strncpy.h: Likewise.
903         * lib/unistr/u-strnlen.h: Likewise.
904         * lib/unistr/u-strpbrk.h: Likewise.
905         * lib/unistr/u-strspn.h: Likewise.
906         * lib/unistr/u-strstr.h: Likewise.
907         * lib/unistr/u-strtok.h: Likewise.
908         * lib/unistr/u16-check.c: Likewise.
909         * lib/unistr/u16-chr.c: Likewise.
910         * lib/unistr/u16-cmp.c: Likewise.
911         * lib/unistr/u16-cpy-alloc.c: Likewise.
912         * lib/unistr/u16-cpy.c: Likewise.
913         * lib/unistr/u16-endswith.c: Likewise.
914         * lib/unistr/u16-mblen.c: Likewise.
915         * lib/unistr/u16-mbsnlen.c: Likewise.
916         * lib/unistr/u16-mbtouc-aux.c: Likewise.
917         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
918         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
919         * lib/unistr/u16-mbtouc.c: Likewise.
920         * lib/unistr/u16-mbtoucr.c: Likewise.
921         * lib/unistr/u16-move.c: Likewise.
922         * lib/unistr/u16-next.c: Likewise.
923         * lib/unistr/u16-prev.c: Likewise.
924         * lib/unistr/u16-set.c: Likewise.
925         * lib/unistr/u16-startswith.c: Likewise.
926         * lib/unistr/u16-stpcpy.c: Likewise.
927         * lib/unistr/u16-stpncpy.c: Likewise.
928         * lib/unistr/u16-strcat.c: Likewise.
929         * lib/unistr/u16-strchr.c: Likewise.
930         * lib/unistr/u16-strcmp.c: Likewise.
931         * lib/unistr/u16-strcpy.c: Likewise.
932         * lib/unistr/u16-strcspn.c: Likewise.
933         * lib/unistr/u16-strdup.c: Likewise.
934         * lib/unistr/u16-strlen.c: Likewise.
935         * lib/unistr/u16-strmblen.c: Likewise.
936         * lib/unistr/u16-strmbtouc.c: Likewise.
937         * lib/unistr/u16-strncat.c: Likewise.
938         * lib/unistr/u16-strncmp.c: Likewise.
939         * lib/unistr/u16-strncpy.c: Likewise.
940         * lib/unistr/u16-strnlen.c: Likewise.
941         * lib/unistr/u16-strpbrk.c: Likewise.
942         * lib/unistr/u16-strrchr.c: Likewise.
943         * lib/unistr/u16-strspn.c: Likewise.
944         * lib/unistr/u16-strstr.c: Likewise.
945         * lib/unistr/u16-strtok.c: Likewise.
946         * lib/unistr/u16-to-u32.c: Likewise.
947         * lib/unistr/u16-to-u8.c: Likewise.
948         * lib/unistr/u16-uctomb-aux.c: Likewise.
949         * lib/unistr/u16-uctomb.c: Likewise.
950         * lib/unistr/u32-check.c: Likewise.
951         * lib/unistr/u32-chr.c: Likewise.
952         * lib/unistr/u32-cmp.c: Likewise.
953         * lib/unistr/u32-cpy-alloc.c: Likewise.
954         * lib/unistr/u32-cpy.c: Likewise.
955         * lib/unistr/u32-endswith.c: Likewise.
956         * lib/unistr/u32-mblen.c: Likewise.
957         * lib/unistr/u32-mbsnlen.c: Likewise.
958         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
959         * lib/unistr/u32-mbtouc.c: Likewise.
960         * lib/unistr/u32-mbtoucr.c: Likewise.
961         * lib/unistr/u32-move.c: Likewise.
962         * lib/unistr/u32-next.c: Likewise.
963         * lib/unistr/u32-prev.c: Likewise.
964         * lib/unistr/u32-set.c: Likewise.
965         * lib/unistr/u32-startswith.c: Likewise.
966         * lib/unistr/u32-stpcpy.c: Likewise.
967         * lib/unistr/u32-stpncpy.c: Likewise.
968         * lib/unistr/u32-strcat.c: Likewise.
969         * lib/unistr/u32-strchr.c: Likewise.
970         * lib/unistr/u32-strcmp.c: Likewise.
971         * lib/unistr/u32-strcpy.c: Likewise.
972         * lib/unistr/u32-strcspn.c: Likewise.
973         * lib/unistr/u32-strdup.c: Likewise.
974         * lib/unistr/u32-strlen.c: Likewise.
975         * lib/unistr/u32-strmblen.c: Likewise.
976         * lib/unistr/u32-strmbtouc.c: Likewise.
977         * lib/unistr/u32-strncat.c: Likewise.
978         * lib/unistr/u32-strncmp.c: Likewise.
979         * lib/unistr/u32-strncpy.c: Likewise.
980         * lib/unistr/u32-strnlen.c: Likewise.
981         * lib/unistr/u32-strpbrk.c: Likewise.
982         * lib/unistr/u32-strrchr.c: Likewise.
983         * lib/unistr/u32-strspn.c: Likewise.
984         * lib/unistr/u32-strstr.c: Likewise.
985         * lib/unistr/u32-strtok.c: Likewise.
986         * lib/unistr/u32-to-u16.c: Likewise.
987         * lib/unistr/u32-to-u8.c: Likewise.
988         * lib/unistr/u32-uctomb.c: Likewise.
989         * lib/unistr/u8-check.c: Likewise.
990         * lib/unistr/u8-chr.c: Likewise.
991         * lib/unistr/u8-cmp.c: Likewise.
992         * lib/unistr/u8-cpy-alloc.c: Likewise.
993         * lib/unistr/u8-cpy.c: Likewise.
994         * lib/unistr/u8-endswith.c: Likewise.
995         * lib/unistr/u8-mblen.c: Likewise.
996         * lib/unistr/u8-mbsnlen.c: Likewise.
997         * lib/unistr/u8-mbtouc-aux.c: Likewise.
998         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
999         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
1000         * lib/unistr/u8-mbtouc.c: Likewise.
1001         * lib/unistr/u8-mbtoucr.c: Likewise.
1002         * lib/unistr/u8-move.c: Likewise.
1003         * lib/unistr/u8-next.c: Likewise.
1004         * lib/unistr/u8-prev.c: Likewise.
1005         * lib/unistr/u8-set.c: Likewise.
1006         * lib/unistr/u8-startswith.c: Likewise.
1007         * lib/unistr/u8-stpcpy.c: Likewise.
1008         * lib/unistr/u8-stpncpy.c: Likewise.
1009         * lib/unistr/u8-strcat.c: Likewise.
1010         * lib/unistr/u8-strchr.c: Likewise.
1011         * lib/unistr/u8-strcmp.c: Likewise.
1012         * lib/unistr/u8-strcpy.c: Likewise.
1013         * lib/unistr/u8-strcspn.c: Likewise.
1014         * lib/unistr/u8-strdup.c: Likewise.
1015         * lib/unistr/u8-strlen.c: Likewise.
1016         * lib/unistr/u8-strmblen.c: Likewise.
1017         * lib/unistr/u8-strmbtouc.c: Likewise.
1018         * lib/unistr/u8-strncat.c: Likewise.
1019         * lib/unistr/u8-strncmp.c: Likewise.
1020         * lib/unistr/u8-strncpy.c: Likewise.
1021         * lib/unistr/u8-strnlen.c: Likewise.
1022         * lib/unistr/u8-strpbrk.c: Likewise.
1023         * lib/unistr/u8-strrchr.c: Likewise.
1024         * lib/unistr/u8-strspn.c: Likewise.
1025         * lib/unistr/u8-strstr.c: Likewise.
1026         * lib/unistr/u8-strtok.c: Likewise.
1027         * lib/unistr/u8-to-u16.c: Likewise.
1028         * lib/unistr/u8-to-u32.c: Likewise.
1029         * lib/unistr/u8-uctomb-aux.c: Likewise.
1030         * lib/unistr/u8-uctomb.c: Likewise.
1031         * lib/unitypes.h: Likewise.
1032         * lib/uniwidth.h: Likewise.
1033         * lib/uniwidth/cjk.h: Likewise.
1034         * lib/uniwidth/u16-strwidth.c: Likewise.
1035         * lib/uniwidth/u16-width.c: Likewise.
1036         * lib/uniwidth/u32-strwidth.c: Likewise.
1037         * lib/uniwidth/u32-width.c: Likewise.
1038         * lib/uniwidth/u8-strwidth.c: Likewise.
1039         * lib/uniwidth/u8-width.c: Likewise.
1040         * lib/uniwidth/width.c: Likewise.
1041
1042 2007-10-07  Bruno Haible  <bruno@clisp.org>
1043
1044         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
1045         The file is still under LGPL (see modules/inttypes).
1046
1047 2007-10-06  Bruno Haible  <bruno@clisp.org>
1048
1049         * modules/trunc (Dependencies): Add 'extensions'.
1050         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
1051         Reported by Ben Pfaff <blp@gnu.org>.
1052
1053 2007-10-06  Bruno Haible  <bruno@clisp.org>
1054
1055         * modules/freopen-tests: New file.
1056         * tests/test-freopen.c: New file.
1057
1058         * modules/fopen-tests: New file.
1059         * tests/test-fopen.c: New file.
1060
1061         * modules/fopen: New file.
1062         * lib/fopen.c: New file.
1063         * m4/fopen.m4: New file.
1064         * modules/freopen: New file.
1065         * lib/freopen.c: New file.
1066         * m4/freopen.m4: New file.
1067         * lib/stdio.in.h (fopen, freopen): New declarations.
1068         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
1069         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
1070         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
1071         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
1072         * doc/functions/fopen.texi: Mention the 'fopen' module.
1073         * doc/functions/freopen.texi: Mention the 'freopen' module.
1074
1075 2007-10-06  Bruno Haible  <bruno@clisp.org>
1076
1077         * modules/open-tests: New file.
1078         * tests/test-open.c: New file.
1079
1080         * modules/open: New file.
1081         * lib/open.c: New file.
1082         * m4/open.m4: New file.
1083         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
1084         lib/open.c does.
1085         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
1086         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
1087         macros.
1088         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
1089         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
1090         REPLACE_OPEN.
1091         * doc/functions/open.texi: Mention the 'open' module.
1092
1093 2007-10-04  Bruno Haible  <bruno@clisp.org>
1094
1095         * modules/ceill-tests: New file.
1096         * tests/test-ceill.c: New file.
1097
1098         * modules/ceill: New file.
1099         * lib/ceill.c: Replace entire file.
1100         * m4/ceill.m4: New file.
1101         * lib/math.in.h (ceill): Replace declaration.
1102         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
1103         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
1104         * doc/functions/ceill.texi: Mention the 'ceill' module.
1105         * modules/mathl (Files): Remove lib/ceill.c.
1106         (Depends-on): Add ceill.
1107
1108 2007-10-04  Bruno Haible  <bruno@clisp.org>
1109
1110         * modules/ceilf-tests: New file.
1111         * tests/test-ceilf.c: New file.
1112
1113         * modules/ceilf: New file.
1114         * lib/ceil.c: New file.
1115         * lib/ceilf.c: New file.
1116         * m4/ceilf.m4: New file.
1117         * lib/math.in.h (ceilf): New declaration.
1118         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
1119         HAVE_DECL_CEILF.
1120         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
1121         HAVE_DECL_CEILF.
1122         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
1123
1124 2007-10-04  Bruno Haible  <bruno@clisp.org>
1125
1126         * modules/floorl-tests: New file.
1127         * tests/test-floorl.c: New file.
1128
1129         * modules/floorl: New file.
1130         * lib/floorl.c: Replace entire file.
1131         * m4/floorl.m4: New file.
1132         * lib/math.in.h (floorl): Replace declaration.
1133         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
1134         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
1135         * doc/functions/floorl.texi: Mention the 'floorl' module.
1136         * modules/mathl (Files): Remove lib/floorl.c.
1137         (Depends-on): Add floorl.
1138
1139 2007-10-04  Bruno Haible  <bruno@clisp.org>
1140
1141         * modules/floorf-tests: New file.
1142         * tests/test-floorf.c: New file.
1143
1144         * modules/floorf: New file.
1145         * lib/floor.c: New file.
1146         * lib/floorf.c: New file.
1147         * m4/floorf.m4: New file.
1148         * lib/math.in.h (floorf): New declaration.
1149         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
1150         HAVE_DECL_FLOORF.
1151         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
1152         HAVE_DECL_FLOORF.
1153         * doc/functions/floorf.texi: Mention the 'floorf' module.
1154
1155 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
1156             Bruno Haible  <bruno@clisp.org>
1157
1158         Advertise for the Git server instead of the CVS server.
1159         * doc/gnulib-intro.texi (Steady Development): Mention the Git
1160         repository instead of the CVS one.
1161         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
1162         about all VCS systems generically.
1163         * doc/gnulib.texi (Introduction): Capitalize `Git'.
1164
1165 2007-10-04  Bruno Haible  <bruno@clisp.org>
1166
1167         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
1168         means.
1169         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
1170
1171 2007-10-04  Bruno Haible  <bruno@clisp.org>
1172
1173         * modules/truncl-tests: New file.
1174         * tests/test-truncl.c: New file.
1175
1176         * modules/truncl: New file.
1177         * lib/truncl.c: New file.
1178         * m4/truncl.m4: New file.
1179         * lib/math.in.h (truncl): New declaration.
1180         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
1181         HAVE_DECL_TRUNCL.
1182         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
1183         HAVE_DECL_TRUNCL.
1184         * doc/functions/truncl.texi: Mention the 'truncl' module.
1185
1186 2007-10-04  Bruno Haible  <bruno@clisp.org>
1187
1188         * modules/truncf-tests: New file.
1189         * tests/test-truncf.c: New file.
1190
1191         * modules/truncf: New file.
1192         * lib/trunc.c: Make paramerizable through USE_* macros.
1193         * lib/truncf.c: New file.
1194         * m4/truncf.m4: New file.
1195         * lib/math.in.h (truncf): New declaration.
1196         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
1197         HAVE_DECL_TRUNCF.
1198         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
1199         HAVE_DECL_TRUNCF.
1200         * doc/functions/truncf.texi: Mention the 'truncf' module.
1201
1202 2007-10-03  Bruno Haible  <bruno@clisp.org>
1203
1204         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
1205         augmentation also for tests modules.
1206         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
1207         * modules/atexit-tests (Makefile.am): Likewise.
1208         * modules/binary-io-tests (Makefile.am): Likewise.
1209         * modules/c-strcase-tests (Makefile.am): Likewise.
1210         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
1211         * modules/canonicalize-tests (Makefile.am): Likewise.
1212         * modules/closein-tests (Makefile.am): Likewise.
1213         * modules/fprintf-posix-tests (Makefile.am): Likewise.
1214         * modules/freadahead-tests (Makefile.am): Likewise.
1215         * modules/fseek-tests (Makefile.am): Likewise.
1216         * modules/fseeko-tests (Makefile.am): Likewise.
1217         * modules/ftell-tests (Makefile.am): Likewise.
1218         * modules/ftello-tests (Makefile.am): Likewise.
1219         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
1220         * modules/isnanl-tests (Makefile.am): Likewise.
1221         * modules/lseek-tests (Makefile.am): Likewise.
1222         * modules/mbscasecmp-tests (Makefile.am): Likewise.
1223         * modules/mbscasestr-tests (Makefile.am): Likewise.
1224         * modules/mbschr-tests (Makefile.am): Likewise.
1225         * modules/mbscspn-tests (Makefile.am): Likewise.
1226         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
1227         * modules/mbspbrk-tests (Makefile.am): Likewise.
1228         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
1229         * modules/mbsrchr-tests (Makefile.am): Likewise.
1230         * modules/mbsspn-tests (Makefile.am): Likewise.
1231         * modules/mbsstr-tests (Makefile.am): Likewise.
1232         * modules/printf-posix-tests (Makefile.am): Likewise.
1233         * modules/snprintf-posix-tests (Makefile.am): Likewise.
1234         * modules/sprintf-posix-tests (Makefile.am): Likewise.
1235         * modules/tsearch-tests (Makefile.am): Likewise.
1236         * modules/uniname/uniname-tests (Makefile.am): Likewise.
1237         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
1238         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
1239         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
1240         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
1241         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
1242         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
1243         * modules/vprintf-posix-tests (Makefile.am): Likewise.
1244         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
1245         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
1246         * modules/xstrtoimax-tests (Makefile.am): Likewise.
1247         * modules/xstrtol-tests (Makefile.am): Likewise.
1248         * modules/xstrtoumax-tests (Makefile.am): Likewise.
1249         * modules/yesno-tests (Makefile.am): Likewise.
1250
1251 2007-10-03  Bruno Haible  <bruno@clisp.org>
1252
1253         * modules/trunc-tests: New file.
1254         * tests/test-trunc.c: New file.
1255
1256         * modules/trunc: New file.
1257         * lib/trunc.c: New file.
1258         * m4/trunc.m4: New file.
1259         * lib/math.in.h (trunc): New declaration.
1260         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
1261         HAVE_DECL_TRUNC.
1262         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
1263         HAVE_DECL_TRUNC.
1264         * doc/functions/trunc.texi: Mention the 'trunc' module.
1265
1266 2007-10-03  Bruno Haible  <bruno@clisp.org>
1267
1268         * tests/test-fpending.c: New file, mostly copied
1269         from coreutils/lib/t-fpending.c.
1270         * modules/fpending-tests: New file.
1271
1272 2007-10-03  Bruno Haible  <bruno@clisp.org>
1273
1274         Port the stdio extensions to QNX (untested).
1275         * lib/fseterr.c (fseterr): Add support for QNX.
1276         * lib/fbufmode.c (fbufmode): Likewise.
1277         * lib/freadable.c (freadable): Likewise.
1278         * lib/fwritable.c (fwritable): Likewise.
1279         * lib/freading.c (freading): Likewise.
1280         * lib/fwriting.c (fwriting): Likewise.
1281         * lib/freadahead.c (freadahed): Likewise.
1282         * lib/fpurge.c (fpurge): Likewise.
1283         * lib/fseeko.c (rpl_fseeko): Likewise.
1284
1285 2007-10-03  Bruno Haible  <bruno@clisp.org>
1286             Jim Meyering  <jim@meyering.net>
1287             Eric Blake  <ebb9@byu.net>
1288
1289         * doc/relocatable.texi: Use @command instead of @program.
1290
1291 2007-10-02  Jim Meyering  <jim@meyering.net>
1292
1293         Perform one more "_.h" -> ".in.h" substitution.
1294         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
1295         instead of unistd_.h here, too.
1296
1297 2007-10-01  Bruno Haible  <bruno@clisp.org>
1298
1299         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
1300         Needed for the alloca-opt module.
1301
1302 2007-09-30  Bruno Haible  <bruno@clisp.org>
1303
1304         * lib/alloca.in.h: Renamed from lib/alloca_.h.
1305         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
1306         alloca_.h.
1307         * lib/argz.in.h: Renamed from lib/argz_.h.
1308         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
1309         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
1310         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
1311         byteswap_.h.
1312         * lib/dirent.in.h: Renamed from lib/dirent_.h.
1313         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
1314         dirent_.h.
1315         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
1316         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
1317         fcntl_.h.
1318         * lib/float.in.h: Renamed from lib/float_.h.
1319         * modules/float (Files, Makefile.am): Use float.in.h instead of
1320         float_.h.
1321         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
1322         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
1323         fnmatch_.h.
1324         * lib/getopt.in.h: Renamed from lib/getopt_.h.
1325         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
1326         getopt_.h.
1327         * lib/glob.in.h: Renamed from lib/glob_.h.
1328         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
1329         * lib/iconv.in.h: Renamed from lib/iconv_.h.
1330         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
1331         iconv_.h.
1332         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
1333         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
1334         inttypes_.h.
1335         * lib/locale.in.h: Renamed from lib/locale_.h.
1336         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
1337         locale_.h.
1338         * lib/math.in.h: Renamed from lib/math_.h.
1339         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
1340         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
1341         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
1342         of netinet_in_.h. Add dependency.
1343         * lib/poll.in.h: Renamed from lib/poll_.h.
1344         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
1345         * lib/search.in.h: Renamed from lib/search_.h.
1346         * modules/search (Files, Makefile.am): Use search.in.h instead of
1347         search_.h.
1348         * lib/signal.in.h: Renamed from lib/signal_.h.
1349         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
1350         _signal.h.
1351         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
1352         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
1353         stdbool_.h.
1354         * lib/stdint.in.h: Renamed from lib/stdint_.h.
1355         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
1356         stdint_.h.
1357         * lib/stdio.in.h: Renamed from lib/stdio_.h.
1358         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
1359         stdio_.h.
1360         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
1361         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
1362         stdlib_.h.
1363         * lib/string.in.h: Renamed from lib/string_.h.
1364         * modules/string (Files, Makefile.am): Use string.in.h instead of
1365         string_.h.
1366         * doc/gnulib-tool.texi (Initial import): Update.
1367         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
1368         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
1369         of sys_select_.h. Add dependency.
1370         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
1371         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
1372         of sys_socket_.h.
1373         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
1374         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
1375         sys_stat_.h.
1376         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
1377         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
1378         sys_time_.h.
1379         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
1380         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
1381         sysexits_.h.
1382         * lib/time.in.h: Renamed from lib/time_.h.
1383         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
1384         * lib/unistd.in.h: Renamed from lib/unistd_.h.
1385         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
1386         unistd_.h.
1387         * lib/wchar.in.h: Renamed from lib/wchar_.h.
1388         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
1389         wchar_.h.
1390         * lib/wctype.in.h: Renamed from lib/wctype_.h.
1391         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
1392         wctype_.h.
1393         * build-aux/bootstrap (slurp): Update.
1394         * lib/.cppi-disable: Update.
1395
1396 2007-09-30  Bruno Haible  <bruno@clisp.org>
1397
1398         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
1399         Needed on BeOS.
1400
1401 2007-09-30  Bruno Haible  <bruno@clisp.org>
1402
1403         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
1404
1405 2007-09-29  Bruno Haible  <bruno@clisp.org>
1406
1407         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
1408
1409 2007-09-29  Bruno Haible  <bruno@clisp.org>
1410
1411         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
1412         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
1413         * build-aux/install-reloc: Compile also areadlink.c.
1414         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
1415
1416 2007-09-29  Bruno Haible  <bruno@clisp.org>
1417
1418         * gnulib-tool (func_emit_initmacro_done): Indentation.
1419
1420 2007-09-29  Bruno Haible  <bruno@clisp.org>
1421
1422         * README: Add CVS checkout update instructions.
1423         Info from Bob Proulx <bob@proulx.com>.
1424
1425 2007-09-28  Eric Blake  <ebb9@byu.net>
1426
1427         Provide move-if-change.
1428         * build-aux/move-if-change: New file, based on best practice
1429         rather than any canonical upstream location.
1430
1431 2007-09-28  Jim Meyering  <jim@meyering.net>
1432
1433         Fix canonicalize loop-detection corner case.
1434         Do not attempt to stat the symlink values stored via seen_triple.
1435         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
1436         on linux-2.6.18, (but not 2.6.22).
1437         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
1438         triple_compare.  The former compares dev,ino,filename, while the latter
1439         would actually stat dirname(filename) when dev and ino were equal.
1440         * lib/hash-triple.c: Install <string.h>.
1441         (STREQ): Define.
1442         (triple_compare_ino_str): New function.
1443         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
1444
1445 2007-09-28  Eric Blake  <ebb9@byu.net>
1446
1447         Enforce that AC_REPLACE_FUNCS files exist.
1448         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
1449         override check for typos.
1450
1451         Fix test-closein on Solaris 10.
1452         * tests/test-closein.c (main): Don't assume stdin can be inherited
1453         closed on all systems.
1454         * tests/test-closein.sh: Likewise.
1455         Reported by Piotr Tarnowski.
1456
1457 2007-09-28  Jim Meyering  <jim@meyering.net>
1458
1459         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
1460
1461 2007-09-27  Jim Meyering  <jim@meyering.net>
1462
1463         canonicalize: Avoid a false-positive cycle failure.
1464         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
1465         Sort.  Remove cycle-check.
1466         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
1467         not cycle-check.h.
1468         (seen_triple): New function.
1469         (canonicalize_filename_mode): Use it instead of cycle-check.
1470         * tests/test-canonicalize.c: Add a test for this bug.
1471         * tests/test-canonicalize.sh: Set up and run the test.
1472
1473         New module, file-set, from coreutils.
1474         * modules/file-set: Define it.
1475         * lib/file-set.c, lib/file-set.h: Implement.
1476
1477         New module, hash-triple, from coreutils.
1478         * modules/hash-triple: Define it.
1479         * lib/hash-triple.c, lib/hash-triple.h: Implement.
1480
1481 2007-09-25  Eric Blake  <ebb9@byu.net>
1482
1483         Fix strerror on Interix.
1484         * lib/string_.h (strerror): Declare replacement.
1485         * doc/functions/strerror.texi (strerror): Document the Interix
1486         shortcoming.
1487         * modules/string (Makefile.am): Support new hooks.
1488         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
1489         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
1490         gl_FUNC_STRERROR_SEPARATE.
1491         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
1492         * lib/strerror.c (rpl_strerror): Provide replacement.
1493         * modules/strerror (Depends-on): Add string.
1494         (configure.ac): Detect use of module.
1495         * tests/test-strerror.c: New file.
1496         * modules/strerror-tests: New test module.
1497         * modules/argp (Depends-on): Add strerror.
1498         * modules/error (Depends-on): Likewise.
1499         Reported by Martin Koeppe.
1500
1501 2007-09-24  Bruno Haible  <bruno@clisp.org>
1502
1503         * README: Update git instructions.
1504
1505 2007-09-24  Eric Blake  <ebb9@byu.net>
1506
1507         Revert fpending breakage from 2007-09-08.
1508         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
1509         __fpending.c.
1510
1511 2007-09-24  Jim Meyering  <jim@meyering.net>
1512
1513         filenamecat.c: Add a test.
1514         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
1515         showing how the function works when DIR is the empty string.
1516
1517 2007-09-21  Simon Josefsson  <simon@josefsson.org>
1518
1519         * tests/test-canonicalize.sh: Turn on executable bit.
1520
1521 2007-09-19  Eric Blake  <ebb9@byu.net>
1522
1523         * README: Update CVS instructions.
1524
1525 2007-09-18  Bruno Haible  <bruno@clisp.org>
1526
1527         * modules/areadlink: New file.
1528         * lib/areadlink.h (areadlink): New declaration.
1529         * lib/areadlink.c: New file, based on lib/xreadlink.c.
1530
1531 2007-09-17  Jim Meyering  <jim@meyering.net>
1532
1533         * lib/savewd.c (ESTALE) [!defined]: Define.
1534         Reported to be required on Interix by Martin Koeppe.
1535
1536 2007-09-17  Bruno Haible  <bruno@clisp.org>
1537
1538         * gnulib-tool (func_version): Use $version.
1539
1540 2007-09-16  Bruno Haible  <bruno@clisp.org>
1541
1542         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
1543         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
1544         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
1545         Reported by Greg Schafer <gschafer@zip.com.au>.
1546
1547 2007-09-15  Bruno Haible  <bruno@clisp.org>
1548
1549         * gnulib-tool (sed): Try a little harder to make bash understand the
1550         alias.
1551         Reported by Bruce Korb <bruce.korb@gmail.com>.
1552
1553 2007-09-13  Eric Blake  <ebb9@byu.net>
1554
1555         * ChangeLog: Remove conflict markers.
1556
1557 2007-09-13  Simon Josefsson  <simon@josefsson.org>
1558
1559         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
1560         Reported by Bruno Haible <bruno@clisp.org>.
1561
1562 2007-09-12  Bruno Haible  <bruno@clisp.org>
1563
1564         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
1565         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
1566         is not defined.
1567
1568 2007-09-12  Eric Blake  <ebb9@byu.net>
1569
1570         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
1571         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
1572         Autoconf definition.
1573         * modules/euidaccess (Depends-on): Add extensions, for
1574         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
1575         * modules/fnmatch (Depends-on): Likewise.
1576         * modules/getaddrinfo (Depends-on): Likewise.
1577         * modules/getdelim (Depends-on): Likewise.
1578         * modules/getline (Depends-on): Likewise.
1579         * modules/getsubopt (Depends-on): Likewise.
1580         * modules/gettext (Depends-on): Likewise.
1581         * modules/group-member (Depends-on): Likewise.
1582         * modules/mbchar (Depends-on): Likewise.
1583         * modules/memmem (Depends-on): Likewise.
1584         * modules/mempcpy (Depends-on): Likewise.
1585         * modules/memrchr (Depends-on): Likewise.
1586         * modules/pagealign_alloc (Depends-on): Likewise.
1587         * modules/readutmp (Depends-on): Likewise.
1588         * modules/stpcpy (Depends-on): Likewise.
1589         * modules/stpncpy (Depends-on): Likewise.
1590         * modules/strchrnul (Depends-on): Likewise.
1591         * modules/strndup (Depends-on): Likewise.
1592         * modules/strsep (Depends-on): Likewise.
1593         * modules/strverscmp (Depends-on): Likewise.
1594         * modules/vasprintf (Depends-on): Likewise.
1595         * modules/wcwidth (Depends-on): Likewise.
1596         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
1597         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
1598         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
1599         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
1600         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
1601         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
1602         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
1603         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
1604         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
1605         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
1606         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
1607         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
1608         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
1609         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
1610         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
1611         * m4/readutmp.m4 (gl_READUTMP): Likewise.
1612         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1613         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
1614         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1615         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
1616         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
1617         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
1618         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
1619         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
1620         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
1621         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1622         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
1623         so that lock.m4 can be used in gettext without extensions module.
1624
1625 2007-09-11  Bruno Haible  <bruno@clisp.org>
1626
1627         * m4/isc-posix.m4: Remove file.
1628         Suggested by Eric Blake.
1629
1630 2007-09-11  Eric Blake  <ebb9@byu.net>
1631
1632         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
1633
1634 2007-09-10  Bruno Haible  <bruno@clisp.org>
1635
1636         * posix-modules: Fix typo in error message.
1637         Reported by Matt <mkraai@beckman.com>.
1638
1639 2007-09-09  Bruno Haible  <bruno@clisp.org>
1640
1641         * doc/functions/getdelim.texi: Update list of platforms lacking the
1642         function.
1643         * doc/functions/getline.texi: Likewise.
1644
1645 2007-09-09  Jim Meyering  <jim@meyering.net>
1646
1647         * lib/hash.c (hash_initialize): Detect calloc failure.
1648         Reported by Bruno Haible.
1649
1650 2007-09-09  Bruno Haible  <bruno@clisp.org>
1651
1652         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
1653         malloc or realloc fails.
1654
1655 2007-09-09  Bruno Haible  <bruno@clisp.org>
1656
1657         * modules/getcwd (Depends-on): Add malloc-posix.
1658         * modules/glob (Depends-on): Likewise.
1659         * modules/putenv (Depends-on): Likewise.
1660         * modules/strdup (Depends-on): Likewise.
1661         * modules/getdelim (Depends-on): Add realloc-posix.
1662         * modules/read-file (Depends-on): Likewise.
1663
1664 2007-09-09  Bruno Haible  <bruno@clisp.org>
1665
1666         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
1667         (gl_FUNC_MALLOC_POSIX): Require it.
1668         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
1669         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
1670         * modules/realloc (Files): Add m4/malloc.m4.
1671         * modules/calloc (Files): Likewise.
1672
1673 2007-09-09  Bruno Haible  <bruno@clisp.org>
1674
1675         * modules/malloc-posix: New file.
1676         * modules/malloc (Depends-on): Add malloc-posix.
1677         * lib/malloc.c: Include errno.h.
1678         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
1679         and a POSIX-compatible malloc into a single function. Set ENOMEM
1680         when returning NULL.
1681         * m4/malloc.m4: New file.
1682         * doc/functions/malloc.texi: Mention the malloc-posix module.
1683         * lib/stdlib_.h (malloc): New declaration.
1684         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
1685         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
1686         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
1687         and HAVE_MALLOC_POSIX.
1688
1689 2007-09-09  Bruno Haible  <bruno@clisp.org>
1690
1691         * modules/realloc-posix: New file.
1692         * modules/realloc (Depends-on): Add realloc-posix.
1693         * lib/realloc.c: Include errno.h.
1694         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
1695         and a POSIX-compatible realloc into a single function. Set ENOMEM
1696         when returning NULL.
1697         * m4/realloc.m4: New file.
1698         * doc/functions/realloc.texi: Mention the realloc-posix module.
1699         * lib/stdlib_.h (realloc): New declaration.
1700         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
1701         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
1702         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
1703         and HAVE_REALLOC_POSIX.
1704
1705 2007-09-09  Bruno Haible  <bruno@clisp.org>
1706
1707         * modules/calloc-posix: New file.
1708         * modules/calloc (Depends-on): Add calloc-posix.
1709         * lib/calloc.c: Include errno.h.
1710         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
1711         and a POSIX-compatible calloc into a single function. Set ENOMEM
1712         when returning NULL.
1713         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
1714         * doc/functions/calloc.texi: Mention the calloc-posix module.
1715         * lib/stdlib_.h (calloc): New declaration.
1716         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
1717         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
1718         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
1719         and HAVE_CALLOC_POSIX.
1720
1721 2007-09-09  Bruno Haible  <bruno@clisp.org>
1722
1723         Allow for modules to show an arbitrary notice.
1724         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
1725         * gnulib-tool: New option --extract-notice.
1726         (func_usage): Document it.
1727         (sed_extract_prog): Update.
1728         (func_get_notice): New function.
1729         (func_modules_notice): New function.
1730         (func_import, func_create_testdir): Invoke it.
1731         Suggested by Jim Meyering.
1732
1733 2007-09-09  Bruno Haible  <bruno@clisp.org>
1734
1735         * gnulib-tool: New options --verbose, --quiet.
1736         (func_usage): Document them.
1737         (verbose): New variable.
1738         (func_execute_command): New function.
1739         (func_import): Don't show the module list and the file list if
1740         $verbose < 0.
1741         (func_create_testdir): Likewise. Use func_execute_command.
1742         (func_create_megatestdir): Use func_execute_command.
1743
1744 2007-09-08  Bruno Haible  <bruno@clisp.org>
1745
1746         * gnulib-tool (func_import): Prefer rsync over wget when available,
1747         for fetching the PO files.
1748
1749 2007-09-08  Bruno Haible  <bruno@clisp.org>
1750
1751         * posix-modules: New file. Portions copied from gnulib-tool.
1752         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
1753
1754 2007-09-08  Jim Meyering  <jim@meyering.net>
1755
1756         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
1757         * lib/fpending.h: Rename from __fpending.h.
1758         * lib/fpending.c: Rename from __fpending.c.
1759         Include "fpending.h", not "__fpending.h".
1760         * lib/__fpending.h, lib/__fpending.c: Remove files.
1761         * modules/fpending (Files): Reflect new file names.
1762         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
1763
1764 2007-09-08  Bruno Haible  <bruno@clisp.org>
1765
1766         * m4/inttypes-h.m4: Remove stub file.
1767
1768 2007-09-07  Simon Josefsson  <simon@josefsson.org>
1769
1770         * doc/headers/stdint.texi: Discuss #include_next issue.
1771
1772 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
1773
1774         * build-aux/bootstrap: Remove obsolete comment about wget --help.
1775
1776 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1777
1778         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
1779         in variable name.
1780
1781 2007-09-03  Jim Meyering  <jim@meyering.net>
1782
1783         New module: git-version-gen.
1784         * modules/git-version-gen: New file.
1785
1786         Import changes from coreutils for bootstrap script.
1787
1788         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
1789
1790         bootstrap: uses rsync to download the .po files
1791         * build-aux/bootstrap (po_download_command_format): New global.
1792         (download_po_files): Use rsync.
1793         (update_po_files): Don't remove .po files after download,
1794         so future rsync runs can take advantage of the copies.
1795
1796         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
1797
1798         Solve the unnecessary-.po-file-regeneration problem once and for all.
1799         * build-aux/bootstrap (download_po_files): New function, renamed from
1800         get_translations.  Now, downloads, but doesn't update LINGUAS.
1801         (update_po_files): New function.
1802
1803         bootstrap: Ignore more.
1804         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
1805         uniwidth to e.g., lib/.gitignore.
1806         (slurp): Handle the sys_stat_.h -> sys mapping, too.
1807
1808         * build-aux/bootstrap: New setting: vc_ignore.
1809         (insert_sorted_if_absent): Create $file if absent.
1810         Adapt to new, possibly empty, list: $vc_ignore.
1811
1812         bootstrap: generate more ignorable names
1813         * build-aux/bootstrap (slurp): When generating ignorable names,
1814         also map .sin to .sed, .gperf to .c, and .y to .c.
1815
1816 2007-09-03  Jim Meyering  <jim@meyering.net>
1817
1818         * build-aux/git-version-gen: New file, from coreutils.  For details, see
1819         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
1820
1821 2007-09-02  Bruno Haible  <bruno@clisp.org>
1822
1823         Fix mis-recognition of 'mcs' on QNX 6.
1824         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
1825         output contains the string "Mono".
1826         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
1827         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
1828
1829 2007-09-01  Bruno Haible  <bruno@clisp.org>
1830
1831         Fix collision between uniwidth/* and linebreak modules.
1832         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
1833         u32_width): Remove declarations.
1834         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
1835         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
1836         streq3, streq2, streq1, streq0): Remove functions.
1837         (STREQ): Remove macro.
1838         (is_cjk_encoding): Remove function.
1839         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
1840         (uc_width, u8_width, u16_width, u32_width): Remove functions.
1841         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
1842         * NEWS: Document the change.
1843
1844 2007-09-01  Bruno Haible  <bruno@clisp.org>
1845
1846         * lib/streq.h: Add double-inclusion guard.
1847
1848 2007-09-01  Karl Berry  <karl@gnu.org>
1849
1850         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
1851
1852 2007-08-28  Jim Meyering  <jim@meyering.net>
1853
1854         Rename mreadlink_with_size to areadlink_with_size.
1855         * NEWS: Document the change.
1856         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
1857         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
1858         * lib/mreadlink.h: Rename this to...
1859         * lib/areadlink.h: ...this.
1860         * modules/mreadlink-with-size: Rename this to...
1861         * modules/areadlink-with-size: ...this.
1862         * lib/canonicalize.c: Reflect the renaming.
1863         * modules/canonicalize: Likewise.
1864
1865 2007-08-26  Bruno Haible  <bruno@clisp.org>
1866
1867         * gnulib-tool (func_import): When deciding which files to remove,
1868         consider also dangling symbolic links.
1869         Reported by Eric Blake.
1870
1871 2007-08-26  Bruno Haible  <bruno@clisp.org>
1872
1873         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
1874
1875 2007-08-23  Simon Josefsson  <simon@josefsson.org>
1876
1877         * lib/readline.c: Don't include getline.h, the prototype is now
1878         found in stdio.h.
1879
1880 2007-08-23  Jim Meyering  <jim@meyering.net>
1881
1882         Getdelim touchup.
1883         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
1884         around the funlockfile call, since funlockfile never sets errno.
1885         Don't set errno upon failed realloc.
1886
1887 2007-08-22  Eric Blake  <ebb9@byu.net>
1888
1889         Getline touchups.
1890         * lib/getdelim.c (getdelim): Revert regression that required *n to
1891         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
1892         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
1893         getdelim, rather than whether implementation is missing.
1894         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
1895         * lib/stdio_.h (getline): Also declare if replacement is
1896         required.
1897         * doc/functions/getdelim.texi: New file.
1898         * doc/functions/getline.texi: Likewise.
1899         * doc/gnulib.texi (Function Substitutes): Add new files.
1900         Reported by Bruno Haible.
1901
1902 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
1903
1904         * users.txt: Add Guile.
1905
1906 2007-08-22  Eric Blake  <ebb9@byu.net>
1907
1908         * tests/test-getdelim.c (main): Use remove, not unlink.
1909         * tests/test-getline.c (main): Likewise.
1910
1911         Move getline and getdelim into stdio.h, per POSIX 200x.
1912         * modules/getline (Files): Remove getline.h.
1913         (Depends-on): Add stdio.
1914         (configure.ac): Add module indicator.
1915         * modules/getdelim (Files): Remove getdelim.h.
1916         (Depends-on): Add stdio.
1917         (configure.ac): Add module indicator.
1918         * modules/stdio (Makefile.am): Work with new indicators.
1919         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
1920         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
1921         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
1922         * lib/getdelim.h: Delete.
1923         * lib/getline.h: Delete.
1924         * lib/stdio_.h (getdelim, getline): Declare.
1925         * modules/getdelim-tests: New module.
1926         * modules/getline-tests: Likewise.
1927         * tests/test-getdelim.c: New file.
1928         * tests/test-getline.c: Likewise.
1929         * NEWS: Document the change.
1930         * lib/getline.c: Update choice of header.
1931         * lib/csharpcomp.c: Likewise.
1932         * lib/getpass.c: Likewise.
1933         * lib/javacomp.c: Likewise.
1934         * lib/javaversion.c: Likewise.
1935         * lib/yesno.c: Likewise.
1936         * lib/getdelim.c: Likewise.
1937         (getdelim): Set errno on failure, and avoid memory leak.
1938
1939 2007-08-19  Bruno Haible  <bruno@clisp.org>
1940
1941         * modules/closein (Depends-on): Add freadahead.
1942         * lib/closein.c: Include freadahead.h.
1943         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
1944         is zero.
1945
1946 2007-08-19  Bruno Haible  <bruno@clisp.org>
1947
1948         * modules/freadahead-tests: New file.
1949         * tests/test-freadahead.sh: New file.
1950         * tests/test-freadahead.c: New file.
1951
1952         * modules/freadahead: New file.
1953         * lib/freadahead.h: New file.
1954         * lib/freadahead.c: New file.
1955         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
1956         fbufmode, fpurge, freadable, fwritable.
1957
1958 2007-08-19  Eric Blake  <ebb9@byu.net>
1959
1960         Test yesno in combination with closein.
1961         * lib/yesno.c (yesno): Document use of stdin.
1962         * modules/yesno-tests (Files): New module.
1963         * tests/test-yesno.c (main): New file.
1964         * tests/test-yesno.sh: Likewise.
1965
1966 2007-08-19  Bruno Haible  <bruno@clisp.org>
1967
1968         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
1969         * lib/fseeko.c (rpl_fseeko): Likewise.
1970         * lib/fseterr.c (fseterr): Likewise.
1971
1972 2007-08-19  Bruno Haible  <bruno@clisp.org>
1973
1974         * tests/test-lseek.c (main): Disable a test for BeOS.
1975         * doc/functions/lseek.texi: Document the BeOS bug.
1976
1977 2007-08-19  Bruno Haible  <bruno@clisp.org>
1978             Eric Blake  <ebb9@byu.net>
1979
1980         * lib/lseek.c: Include <sys/stat.h>.
1981         (rpl_lseek): Add workaround code also for Unix platforms.
1982         Needed for BeOS.
1983         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
1984         * doc/functions/lseek.texi: Document BeOS definiency.
1985
1986 2007-08-18  Bruno Haible  <bruno@clisp.org>
1987
1988         * modules/fstrcmp-tests: New file.
1989         * tests/test-fstrcmp.c: New file.
1990
1991 2007-08-18  Bruno Haible  <bruno@clisp.org>
1992
1993         * modules/fstrcmp: New file, from GNU gettext with modifications.
1994         * lib/fstrcmp.h: New file, from GNU gettext.
1995         * lib/fstrcmp.c: New file, from GNU gettext.
1996         * MODULES.html.sh (String handling): Add fstrcmp.
1997
1998 2007-08-18  Bruno Haible  <bruno@clisp.org>
1999
2000         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
2001         'bool'.
2002         (diag, compareseq): Remove const from the ctxt argument.
2003         (USE_HEURISTIC): Undefine at the end.
2004
2005 2007-08-18  Jim Meyering  <jim@meyering.net>
2006
2007         New file: lib/idcache.h
2008         * NEWS: Mention the addition.
2009         * modules/idcache (Files): Add lib/idcache.h
2010         * lib/idcache.c: Include "idcache.h".
2011         Don't include <sys/types.h>.
2012         Add a FIXME comment.
2013         Move file-scoped "static" declarations to the top.
2014         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
2015
2016 2007-08-17  Bruno Haible  <bruno@clisp.org>
2017         and Paul Eggert  <eggert@cs.ucla.edu>
2018
2019         * MODULES.html.sh: Add diffseq.
2020         * modules/diffseq: New file.
2021         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
2022         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
2023
2024 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2025
2026         Import changes from coreutils for bootstrap script.
2027
2028         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
2029
2030         * build-aux/bootstrap (slurp): Work even in environments where
2031         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
2032         current code does not slurp files whose names start with ".", and
2033         this looks like it might be a troublesome area.
2034
2035         2007-07-11  Jim Meyering  <jim@meyering.net>
2036
2037         If there's a GPL vN copyright comment, require that N == 3.
2038
2039         2007-07-08  Jim Meyering  <jim@meyering.net>
2040
2041         Run the coreutils-specific code only if tests/Makefile.am.in exists.
2042         * build-aux/bootstrap (mam_template): Move definition out of loop.
2043
2044         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
2045
2046         * build-aux/bootstrap (symlink_to_dir): Rename function from
2047         symlink_to_gnulib.  Add a directory parameter.  Update all
2048         callers.
2049         (cp_mark_as_generated): Also check for -- and link to -- files in
2050         gl/.
2051
2052         2007-07-08  Jim Meyering  <jim@meyering.net>
2053
2054         Adapt to deeper hierarchy in gnulib.
2055         * build-aux/bootstrap (symlink_to_dir): If the destination
2056         directory doesn't exist, create it. This is required at least for
2057         "lib/uniwidth/cjk.h".
2058
2059         2007-05-15  Jim Meyering  <jim@meyering.net>
2060
2061         * build-aux/bootstrap: Now that generated Makefile.am files
2062         are no longer under version control, they must be created at
2063         bootstrap time.
2064
2065 2007-08-14  Ben Pfaff  <blp@gnu.org>
2066
2067         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
2068
2069 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2070
2071         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
2072         given the changes below.
2073         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
2074         even on hosts that have padding bits beyond the supported 64.
2075
2076 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
2077
2078         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
2079         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
2080         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
2081         depends on it.
2082         (xstrtol_error): Remove.
2083         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
2084         but with a different signature.
2085         (ATTRIBUTE_NORETURN, __attribute__): New macros.
2086         * lib/xstrtol-error.c: Include exitfail.h.
2087         (xstrtol_fatal): New function, with a different signature from the
2088         old xstrtol_error, so that the caller need not worry about passing
2089         in an exit status, or about storage management of the option argument.
2090         (xstrtol_error): Now a static function.  Redo signature to
2091         implement xstrtol_fatal.  Output the correct number of hyphens in
2092         front of the option so that the caller need not worry about
2093         storage management.
2094         (N_): New macro.
2095         (_): Remove; not used now.
2096         * modules/xstrtol: Depend on getopt.
2097         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
2098         of old STRTOL_FATAL_ERROR macro.
2099         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
2100         of test program.
2101         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
2102         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
2103
2104 2007-08-08  Eric Blake  <ebb9@byu.net>
2105
2106         * lib/xstrtol-error.c: Add missing include.
2107
2108         Move xstrtol messages into gnulib domain, when --pobase is used.
2109         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
2110         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
2111         * modules/xstrtol (Files): Distribute new file.
2112         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
2113         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
2114         * tests/test-xstrtol.c: ...into new file.
2115         * tests/test-xstrtoul.c: Also test xstrtoul.
2116         * tests/test-xstrtoimax.c: Also test xstrtoimax.
2117         * tests/test-xstrtoumax.c: Also test xstrtoumax.
2118         * tests/test-xstrtol.sh: Drive the tests.
2119         * tests/test-xstrtoimax.sh: Likewise.
2120         * tests/test-xstrtoumax.sh: Likewise.
2121         * modules/xstrtol-tests: New module.
2122         * modules/xstrtoimax-tests: Likewise.
2123         * modules/xstrtoumax-tests: Likewise.
2124
2125 2007-08-08  Jim Meyering  <jim@meyering.net>
2126
2127         New function: mfile_name_concat.
2128         * lib/filenamecat.c (mfile_name_concat): New function, just like
2129         file_name_concat, but return NULL upon failure rather than exiting
2130         with a diagnostic.
2131         * lib/filenamecat.h: Declare it.
2132
2133 2007-08-07  Bruno Haible  <bruno@clisp.org>
2134
2135         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
2136         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
2137         warning from gcc.
2138         Reported by Eric Blake.
2139
2140 2007-08-07  Simon Josefsson  <simon@josefsson.org>
2141
2142         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
2143         * modules/crypto/arcfour (License): Likewise.
2144         * modules/crypto/des-tests (License): Likewise.
2145         * modules/crypto/gc-arctwo-tests (License): Likewise.
2146         * modules/crypto/gc-des-tests (License): Likewise.
2147         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
2148         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
2149         * modules/crypto/gc-md2-tests (License): Likewise.
2150         * modules/crypto/gc-md4-tests (License): Likewise.
2151         * modules/crypto/gc-md5-tests (License): Likewise.
2152         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
2153         * modules/crypto/gc-rijndael-tests (License): Likewise.
2154         * modules/crypto/gc-sha1-tests (License): Likewise.
2155         * modules/crypto/gc-tests (License): Likewise.
2156         * modules/crypto/hmac-md5 (License): Likewise.
2157         * modules/crypto/hmac-sha1 (License): Likewise.
2158         * modules/crypto/md2-tests (License): Likewise.
2159         * modules/crypto/md4-tests (License): Likewise.
2160         * modules/crypto/md5 (License): Likewise.
2161         * modules/crypto/rijndael (License): Likewise.
2162         * modules/crypto/sha1 (License): Likewise.
2163         * modules/memxor (License): Likewise.
2164
2165 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
2166         and Bruno Haible  <bruno@clisp.org>
2167
2168         * NEWS: Describe interface changes to human, xstrtol.
2169         * lib/human.h: Include <xstrtol.h>.
2170         (human_options): Return enum strtol_error, not int.  Remove
2171         bool arg; take int * instead.
2172         * lib/human.c: Don't include "gettext.h".
2173         (_): Remove; no longer used.
2174         Don't include <xstrtol.h>, since human.h does it.
2175         (human_options): Adjust to abovementioned interface changes.
2176         Do not report error to stderr; that's now the caller's
2177         responsibility.
2178         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
2179         interface change.
2180         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
2181         Str, Argument_type_string.  All uses changed.  Put " argument"
2182         in diagnostics to make them clearer.  Change wording of suffix
2183         message for clarity.
2184         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
2185         Argument_type_string.
2186         (STRTOL_FATAL_WARN): Remove; no longer used.
2187         * modules/human (Depends-on): Remove gettext-h.
2188
2189 2007-08-06  Simon Josefsson  <simon@josefsson.org>
2190
2191         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
2192
2193 2007-07-31  Bruno Haible  <bruno@clisp.org>
2194
2195         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
2196         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
2197         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
2198
2199 2007-07-31  Bruno Haible  <bruno@clisp.org>
2200
2201         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
2202         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
2203
2204 2007-07-30  Bruno Haible  <bruno@clisp.org>
2205
2206         * modules/base64 (License): Use the synonymous term "LGPLv2+".
2207         * modules/c-ctype (License): Likewise.
2208         * modules/c-strcase (License): Likewise.
2209         * modules/check-version (License): Likewise.
2210         * modules/iconv (License): Likewise.
2211         * modules/iconv_open (License): Likewise.
2212         * modules/read-file (License): Likewise.
2213         * modules/striconv (License): Likewise.
2214         * modules/strverscmp (License): Likewise.
2215         * modules/vasprintf (License): Likewise.
2216         * modules/crypto/des (License): Likewise.
2217         * modules/crypto/gc (License): Likewise.
2218         * modules/crypto/gc-arcfour (License): Likewise.
2219         * modules/crypto/gc-arctwo (License): Likewise.
2220         * modules/crypto/gc-des (License): Likewise.
2221         * modules/crypto/gc-hmac-md5 (License): Likewise.
2222         * modules/crypto/gc-hmac-sha1 (License): Likewise.
2223         * modules/crypto/gc-md2 (License): Likewise.
2224         * modules/crypto/gc-md4 (License): Likewise.
2225         * modules/crypto/gc-md5 (License): Likewise.
2226         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
2227         * modules/crypto/gc-random (License): Likewise.
2228         * modules/crypto/gc-rijndael (License): Likewise.
2229         * modules/crypto/gc-sha1 (License): Likewise.
2230         * modules/crypto/md2 (License): Likewise.
2231         * modules/crypto/md4 (License): Likewise.
2232
2233 2007-07-30  Jim Meyering  <jim@meyering.net>
2234
2235         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
2236         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
2237         it has valid stat data.  This bug would cause du not to count the
2238         sizes of inaccessible directories.
2239         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
2240         in <http://bugzilla.redhat.com/250077>.
2241
2242 2007-07-25  Peter O'Gorman  <peter@pogma.com>
2243             Bruno Haible  <bruno@clisp.org>
2244
2245         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
2246         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
2247         #include_next, gives a diagnostic about it, but reports no error in
2248         the exit code.
2249         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
2250
2251 2007-07-24  Ben Pfaff  <blp@gnu.org>
2252
2253         Improve name: "count-one-bits" is better than "popcount".
2254         * MODULES.html.sh: Update name.
2255         * lib/popcount.h: Renamed lib/count-one-bits.h.
2256         (popcount): Renamed count_one_bits.
2257         (popcountl): Renamed count_one_bits_l.
2258         (popcountll): Renamed count_one_bits_ll.
2259         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
2260         * modules/popcount: Renamed module/count-one-bits.
2261         * modules/popcount-tests: Renamed module/count-one-bits-tests.
2262         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
2263
2264 2007-07-23  Ben Pfaff  <blp@gnu.org>
2265
2266         * lib/popcount.h (popcount32): Reduce size of constants, to allow
2267         better code generation, and add U to large constants to avoid
2268         warnings, in non-GCC case.
2269         Suggested by Bruno Haible.
2270
2271 2007-07-23  Ben Pfaff  <blp@gnu.org>
2272
2273         * lib/popcount.h: Use verify_true instead of if...abort.
2274         * modules/popcount: Depend on verify module.
2275         Suggested by Jim Meyering.
2276
2277 2007-07-23  Bruno Haible  <bruno@clisp.org>
2278
2279         * gnulib-tool (func_import): Create a .cvsignore file also when the
2280         directory is not yet in CVS but the toplevel directory is. When
2281         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
2282         Reported by Karl Berry.
2283
2284 2007-07-22  Ben Pfaff  <blp@gnu.org>
2285
2286         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
2287         case.
2288         Suggested by Eric Blake.
2289
2290 2007-07-22  Ben Pfaff  <blp@gnu.org>
2291
2292         New module: popcount.
2293         * MODULES.html.sh: Add popcount.
2294         * modules/popcount: New file.
2295         * modules/popcount-tests: New file.
2296         * tests/test-popcount.c: New file.
2297         * lib/popcount.h: New file.
2298         * m4/popcount.m4: New file.
2299
2300 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
2301
2302         * build-aux/announce-gen: Update to GPLv3.
2303
2304         * build-aux/config.guess: Update from config.
2305
2306 2007-07-21  Bruno Haible  <bruno@clisp.org>
2307
2308         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
2309         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
2310
2311 2007-07-20  Jim Meyering  <jim@meyering.net>
2312
2313         * check-module: Diagnose a self-dependency.
2314
2315 2007-07-19  Bruno Haible  <bruno@clisp.org>
2316
2317         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
2318         empty.
2319         Reported by Eric Blake.
2320
2321 2007-07-18  Bruno Haible  <bruno@clisp.org>
2322
2323         * gnulib-tool: New options --po-base, --po-domain.
2324         (func_usage): Document them.
2325         (pobase, po_domain): New variables.
2326         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
2327         DEFAULT_TEXT_DOMAIN.
2328         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
2329         (func_import): Consider pobase and po_domain. Create a po/ directory.
2330         (func_create_testdir): Set pobase and po_domain to empty.
2331         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
2332         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
2333
2334 2007-07-18  Bruno Haible  <bruno@clisp.org>
2335
2336         * gnulib-tool (func_get_automake_snippet): Synthesize also an
2337         EXTRA_DIST augmentation for files in build-aux/.
2338
2339 2007-07-16  Bruno Haible  <bruno@clisp.org>
2340
2341         * modules/lseek (License): Use the synonymous term "LGPLv2+".
2342         * modules/getdelim (License): Likewise.
2343
2344 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2345
2346         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
2347         * modules/d-type (License): Likewise.
2348         * modules/extensions (License): Likewise.
2349         * modules/fnmatch (License): Likewise.
2350         * modules/fseeko (License): Likewise.
2351         * modules/getaddrinfo (License): Likewise.
2352         * modules/getline (License): Likewise.
2353         * modules/getlogin_r (License): Likewise.
2354         * modules/getpass (License): Likewise.
2355         * modules/gettimeofday (License): Likewise.
2356         * modules/glob (License): Likewise.
2357         * modules/inet_ntop (License): Likewise.
2358         * modules/malloc (License): Likewise.
2359         * modules/malloca (License): Likewise.
2360         * modules/memmem (License): Likewise.
2361         * modules/mempcpy (License): Likewise.
2362         * modules/memset (License): Likewise.
2363         * modules/minmax (License): Likewise.
2364         * modules/mktime (License): Likewise.
2365         * modules/netinet_in (License): Likewise.
2366         * modules/pathmax (License): Likewise.
2367         * modules/poll (License): Likewise.
2368         * modules/regex (License): Likewise.
2369         * modules/snprintf (License): Likewise.
2370         * modules/stdbool (License): Likewise.
2371         * modules/stdint (License): Likewise.
2372         * modules/stdio (License): Likewise.
2373         * modules/strcase (License): Likewise.
2374         * modules/strcasestr (License): Likewise.
2375         * modules/strdup (License): Likewise.
2376         * modules/string (License): Likewise.
2377         * modules/strndup (License): Likewise.
2378         * modules/strnlen (License): Likewise.
2379         * modules/strpbrk (License): Likewise.
2380         * modules/strptime (License): Likewise.
2381         * modules/strsep (License): Likewise.
2382         * modules/sys_select (License): Likewise.
2383         * modules/sys_socket (License): Likewise.
2384         * modules/sys_stat (License): Likewise.
2385         * modules/sys_time (License): Likewise.
2386         * modules/time (License): Likewise.
2387         * modules/time_r (License): Likewise.
2388         * modules/timegm (License): Likewise.
2389         * modules/unistd (License): Likewise.
2390         * modules/vsnprintf (License): Likewise.
2391         * modules/wctype (License): Likewise.
2392
2393 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2394
2395         * modules/argz (License): LGPLv2+.
2396
2397 2007-07-15  Karl Berry  <karl@gnu.org>
2398
2399         * doc/gnulib.texi: revise node structure per new fdl.texi.
2400
2401 2007-07-14  Bruno Haible  <bruno@clisp.org>
2402
2403         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
2404         the output file.
2405         * lib/uniname/uninames.h: Regenerated.
2406
2407 2007-07-14  Karl Berry  <karl@gnu.org>
2408
2409         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
2410         omitting sectioning and index commands.
2411
2412 2007-07-13  Bruno Haible  <bruno@clisp.org>
2413
2414         New gnulib-tool option --more-symlinks.
2415         * gnulib-tool (func_usage): Document --more-symlinks.
2416         (do_copyrights): New variable.
2417         Recognize option --more-symlinks.
2418         (func_import): Don't add a copyright notice transform to
2419         sed_transform_lib_file if do_copyrights is empty.
2420
2421 2007-07-13  Bruno Haible  <bruno@clisp.org>
2422
2423         * lib/vasnprintf.c (decimal_point_char): Define also if
2424         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
2425         && !NEED_PRINTF_DIRECTIVE_A.
2426         Reported by Clemens Koller <clemens.koller@anagramm.de> via
2427         Gary V. Vaughan <gary@gnu.org>.
2428
2429 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
2430
2431         * lib/inttypes_.h: Undo previous change, since it was fixed
2432         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
2433
2434 2007-07-13  Bruno Haible  <bruno@clisp.org>
2435
2436         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
2437         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
2438
2439 2007-07-13  Jim Meyering  <jim@meyering.net>
2440
2441         df: Don't fail for Tru64's "file-on-file mount".
2442         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
2443         so we fall through and use statfs instead.  Details here:
2444         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
2445         Reported by Albert Chin.
2446
2447 2007-07-13  Bruno Haible  <bruno@clisp.org>
2448
2449         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
2450         * modules/configmake (License): Likewise.
2451         * modules/gettext (License): Likewise.
2452         * modules/gettext-h (License): Likewise.
2453         * modules/include_next (License): Likewise.
2454         * modules/link-warning (License): Likewise.
2455         * modules/localcharset (License): Likewise.
2456         * modules/localename (License): Likewise.
2457         * modules/lock (License): Likewise.
2458         * modules/relocatable-lib-lgpl (License): Likewise.
2459         * modules/size_max (License): Likewise.
2460         * modules/vasnprintf (License): Likewise.
2461         * modules/wchar (License): Likewise.
2462         * modules/xsize (License): Likewise.
2463
2464 2007-07-13  Bruno Haible  <bruno@clisp.org>
2465
2466         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
2467         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
2468
2469 2007-07-12  Bruno Haible  <bruno@clisp.org>
2470
2471         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
2472         in the modules files.
2473
2474 2007-07-11  Karl Berry  <karl@gnu.org>
2475
2476         * MODULES.html.sh (func_module): use
2477          sed -e '\|^'"${includefile}"'$|d'
2478          instead of /.../d, to avoid errors on $includefile's containing /.
2479
2480 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
2481
2482         * gnulib-tool (func_import): Avoid duplication of --avoid
2483         statements
2484         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
2485         names to `_' in variable names.
2486
2487 2007-07-10  Eric Blake  <ebb9@byu.net>
2488
2489         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
2490         * NEWS: Document this change.
2491
2492 2007-07-08  Bruno Haible  <bruno@clisp.org>
2493
2494         Update to Unicode 5.0.
2495         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
2496         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
2497         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
2498         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
2499         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
2500         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
2501         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
2502         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
2503         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
2504         U+10A3F, U+1D242..U+1D244.
2505         (nonspacing_table_ind): Update.
2506         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
2507         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
2508
2509 2007-07-08  Bruno Haible  <bruno@clisp.org>
2510
2511         Update to Unicode 5.0.
2512         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
2513         code transform. Extend the name index field of unicode_name_to_code and
2514         unicode_code_to_name from 16 to 24 bits.
2515         * lib/uniname/uniname.c (unicode_character_name,
2516         unicode_name_character): Add the range 0x12xxx to the code transform.
2517         * lib/uniname/uninames.h: Regenerated.
2518         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
2519
2520 2007-07-07  Bruno Haible  <bruno@clisp.org>
2521
2522         * modules/wcwidth-tests: New file.
2523         * tests/test-wcwidth.c: New file.
2524
2525         Work around MacOS X wcwidth() bug.
2526         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
2527         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
2528         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
2529         original wcwidth in non-UTF-8 locales.
2530         * modules/wcwidth (Depends-on): Add localcharset, streq,
2531         uniwidth/width.
2532         * doc/functions/wcwidth.texi: Update.
2533
2534 2007-07-07  Bruno Haible  <bruno@clisp.org>
2535
2536         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
2537         (wcwidth): New declaration.
2538         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
2539         macros.
2540         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
2541         here. Prepare for creating <wchar.h> unconditionally.
2542         * modules/wchar (Depends-on): Add link-warning.
2543         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
2544         REPLACE_WCWIDTH, and GL_LINK_WARNING.
2545         * lib/wcwidth.h: Remove file.
2546         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
2547         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
2548         * modules/wcwidth (Files): Remove lib/wcwidth.h.
2549         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
2550         (Include): Replace wcwidth.h with <wchar.h>.
2551         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
2552         * lib/mbchar.h: Don't include wcwidth.h.
2553         * lib/mbswidth.c: Likewise.
2554         * NEWS: Mention the change.
2555
2556 2007-07-07  Bruno Haible  <bruno@clisp.org>
2557
2558         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
2559         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
2560         definition with an external declaration.
2561         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
2562         defined as a function. Remove AC_C_INLINE requirement.
2563         * modules/wcwidth (Files): Add lib/wcwidth.c.
2564         (Makefile.am): Remove redundant statement.
2565
2566 2007-07-07  Bruno Haible  <bruno@clisp.org>
2567
2568         * MODULES.html.sh (Unicode string functions): Add the new modules.
2569
2570         * tests/uniwidth/test-u32-strwidth.c: New file.
2571         * modules/uniwidth/u32-strwidth-tests: New file.
2572
2573         * lib/uniwidth/u32-strwidth.c: New file.
2574         * modules/uniwidth/u32-strwidth: New file.
2575
2576         * tests/uniwidth/test-u16-strwidth.c: New file.
2577         * modules/uniwidth/u16-strwidth-tests: New file.
2578
2579         * lib/uniwidth/u16-strwidth.c: New file.
2580         * modules/uniwidth/u16-strwidth: New file.
2581
2582         * tests/uniwidth/test-u8-strwidth.c: New file.
2583         * modules/uniwidth/u8-strwidth-tests: New file.
2584
2585         * lib/uniwidth/u8-strwidth.c: New file.
2586         * modules/uniwidth/u8-strwidth: New file.
2587
2588         * tests/uniwidth/test-u32-width.c: New file.
2589         * modules/uniwidth/u32-width-tests: New file.
2590
2591         * lib/uniwidth/u32-width.c: New file.
2592         * modules/uniwidth/u32-width: New file.
2593
2594         * tests/uniwidth/test-u16-width.c: New file.
2595         * modules/uniwidth/u16-width-tests: New file.
2596
2597         * lib/uniwidth/u16-width.c: New file.
2598         * modules/uniwidth/u16-width: New file.
2599
2600         * tests/uniwidth/test-u8-width.c: New file.
2601         * modules/uniwidth/u8-width-tests: New file.
2602
2603         * lib/uniwidth/u8-width.c: New file.
2604         * modules/uniwidth/u8-width: New file.
2605
2606         * tests/uniwidth/test-uc_width.c: New file.
2607         * modules/uniwidth/width-tests: New file.
2608
2609         * lib/uniwidth/width.c: New file, from GNU libiconv.
2610         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
2611         * modules/uniwidth/width: New file.
2612
2613         * lib/uniwidth.h: New file, from GNU libiconv.
2614         * modules/uniwidth/base: New file.
2615
2616 2007-07-07  Bruno Haible  <bruno@clisp.org>
2617
2618         * lib/uniname.h: New file, from GNU gettext.
2619         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
2620         * lib/uniname/uninames.h: New file, from GNU gettext.
2621         * lib/uniname/uniname.c: New file, from GNU gettext.
2622         * tests/uniname/test-uninames.sh: New file.
2623         * tests/uniname/test-uninames.c: New file, from GNU gettext.
2624         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
2625         * modules/uniname/base: New file.
2626         * modules/uniname/uniname: New file.
2627         * modules/uniname/uniname-tests: New file.
2628         * MODULES.html.sh (Unicode string functions): Add the new modules.
2629
2630 2007-07-06  Bruno Haible  <bruno@clisp.org>
2631
2632         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
2633
2634 2007-07-06  Bruno Haible  <bruno@clisp.org>
2635
2636         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
2637         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
2638         includes <cygwin/sys_time.h> which includes <sys/select.h> which
2639         include <sys/time.h>.
2640         Reported by Eric Blake.
2641
2642 2007-07-06  Eric Blake  <ebb9@byu.net>
2643
2644         Fix testing canonicalize on cygwin.
2645         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
2646         Revert patch from 2007-06-19.
2647         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
2648         canonicalize module is also in use.
2649         * tests/test-canonicalize.c: New file.
2650         * tests/test-canonicalize.sh: Likewise.
2651         * modules/canonicalize-tests: Likewise.
2652
2653 2007-07-06  Jim Meyering  <jim@meyering.net>
2654
2655         * lib/getugroups.c (getugroups): Detect getgrent failure.
2656         Adjust comment to reflect reality: this function may return -1.
2657
2658 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2659
2660         * build-aux/bootstrap (TP_URL,get_translations): Update to use
2661         the new TP address.
2662         (usage): Fix typo
2663         (gnulib_mk): New variable.
2664
2665 2007-07-05  Jim Meyering  <jim@meyering.net>
2666
2667         Don't let endgrent clobber errno, no matter how improbable.
2668         * lib/getugroups.c (getugroups): Save and restore errno around
2669         endgrent call.
2670
2671         Close the group DB even when failing with 2^31 or more members.
2672         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
2673
2674 2007-07-04  Jim Meyering  <jim@meyering.net>
2675
2676         * lib/getugroups.h: New file.
2677         * lib/getugroups.c: Include "getugroups.h".
2678         Remove uses of "register" keyword.
2679         Move local variable, "cp", down into scope where used.
2680         Give "username" parameter the "const" attribute.
2681         * modules/getugroups (Files): Add lib/getugroups.h
2682
2683 2007-07-04  Karl Berry  <karl@gnu.org>
2684
2685         * MODULES.html.sh (func_all_modules): Complete rename of
2686         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
2687
2688 2007-07-02  Bruno Haible  <bruno@clisp.org>
2689
2690         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
2691         mode, when inttypes.h comes from gnulib.
2692         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
2693
2694 2007-07-02  Simon Josefsson  <simon@josefsson.org>
2695
2696         * NEWS: Mention lgpl module name change.
2697
2698         * modules/lgpl-2.1: Renamed from lgpl.
2699
2700         * NEWS: Mention gpl module name change.
2701
2702         * modules/gpl-3.0: New file, based on gpl-2.0.
2703
2704         * modules/gpl-2.0: Renamed from gpl.
2705
2706         * modules/gpl: Fix filename, doc/gpl.texi is now found at
2707         doc/gpl-2.0.texi.
2708
2709 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
2710
2711         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
2712         #define __STDC_LIMIT_MACROS temporarily while including
2713         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
2714         Problem reported by Joel E. Denny in
2715         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
2716
2717 2007-07-01  Bruno Haible  <bruno@clisp.org>
2718
2719         * lib/unistdio.h: New file.
2720         * lib/unistdio/u-asnprintf.h: New file.
2721         * lib/unistdio/u-asprintf.h: New file.
2722         * lib/unistdio/u-printf-args.c: New file.
2723         * lib/unistdio/u-printf-args.h: New file.
2724         * lib/unistdio/u-printf-parse.h: New file.
2725         * lib/unistdio/u-snprintf.h: New file.
2726         * lib/unistdio/u-sprintf.h: New file.
2727         * lib/unistdio/u-vasprintf.h: New file.
2728         * lib/unistdio/u-vsnprintf.h: New file.
2729         * lib/unistdio/u-vsprintf.h: New file.
2730         * lib/unistdio/ulc-asnprintf.c: New file.
2731         * lib/unistdio/ulc-asprintf.c: New file.
2732         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
2733         * lib/unistdio/ulc-printf-parse.c: New file.
2734         * lib/unistdio/ulc-snprintf.c: New file.
2735         * lib/unistdio/ulc-sprintf.c: New file.
2736         * lib/unistdio/ulc-vasnprintf.c: New file.
2737         * lib/unistdio/ulc-vasprintf.c: New file.
2738         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
2739         * lib/unistdio/ulc-vsnprintf.c: New file.
2740         * lib/unistdio/ulc-vsprintf.c: New file.
2741         * lib/unistdio/u8-asnprintf.c: New file.
2742         * lib/unistdio/u8-asprintf.c: New file.
2743         * lib/unistdio/u8-printf-parse.c: New file.
2744         * lib/unistdio/u8-snprintf.c: New file.
2745         * lib/unistdio/u8-sprintf.c: New file.
2746         * lib/unistdio/u8-vasnprintf.c: New file.
2747         * lib/unistdio/u8-vasprintf.c: New file.
2748         * lib/unistdio/u8-vsnprintf.c: New file.
2749         * lib/unistdio/u8-vsprintf.c: New file.
2750         * lib/unistdio/u8-u8-asnprintf.c: New file.
2751         * lib/unistdio/u8-u8-asprintf.c: New file.
2752         * lib/unistdio/u8-u8-snprintf.c: New file.
2753         * lib/unistdio/u8-u8-sprintf.c: New file.
2754         * lib/unistdio/u8-u8-vasnprintf.c: New file.
2755         * lib/unistdio/u8-u8-vasprintf.c: New file.
2756         * lib/unistdio/u8-u8-vsnprintf.c: New file.
2757         * lib/unistdio/u8-u8-vsprintf.c: New file.
2758         * lib/unistdio/u16-asnprintf.c: New file.
2759         * lib/unistdio/u16-asprintf.c: New file.
2760         * lib/unistdio/u16-printf-parse.c: New file.
2761         * lib/unistdio/u16-snprintf.c: New file.
2762         * lib/unistdio/u16-sprintf.c: New file.
2763         * lib/unistdio/u16-vasnprintf.c: New file.
2764         * lib/unistdio/u16-vasprintf.c: New file.
2765         * lib/unistdio/u16-vsnprintf.c: New file.
2766         * lib/unistdio/u16-vsprintf.c: New file.
2767         * lib/unistdio/u16-u16-asnprintf.c: New file.
2768         * lib/unistdio/u16-u16-asprintf.c: New file.
2769         * lib/unistdio/u16-u16-snprintf.c: New file.
2770         * lib/unistdio/u16-u16-sprintf.c: New file.
2771         * lib/unistdio/u16-u16-vasnprintf.c: New file.
2772         * lib/unistdio/u16-u16-vasprintf.c: New file.
2773         * lib/unistdio/u16-u16-vsnprintf.c: New file.
2774         * lib/unistdio/u16-u16-vsprintf.c: New file.
2775         * lib/unistdio/u32-asnprintf.c: New file.
2776         * lib/unistdio/u32-asprintf.c: New file.
2777         * lib/unistdio/u32-printf-parse.c: New file.
2778         * lib/unistdio/u32-snprintf.c: New file.
2779         * lib/unistdio/u32-sprintf.c: New file.
2780         * lib/unistdio/u32-vasnprintf.c: New file.
2781         * lib/unistdio/u32-vasprintf.c: New file.
2782         * lib/unistdio/u32-vsnprintf.c: New file.
2783         * lib/unistdio/u32-vsprintf.c: New file.
2784         * lib/unistdio/u32-u32-asnprintf.c: New file.
2785         * lib/unistdio/u32-u32-asprintf.c: New file.
2786         * lib/unistdio/u32-u32-snprintf.c: New file.
2787         * lib/unistdio/u32-u32-sprintf.c: New file.
2788         * lib/unistdio/u32-u32-vasnprintf.c: New file.
2789         * lib/unistdio/u32-u32-vasprintf.c: New file.
2790         * lib/unistdio/u32-u32-vsnprintf.c: New file.
2791         * lib/unistdio/u32-u32-vsprintf.c: New file.
2792         * tests/unistdio/test-ulc-asnprintf1.c: New file.
2793         * tests/unistdio/test-ulc-asnprintf1.h: New file.
2794         * tests/unistdio/test-ulc-printf1.h: New file.
2795         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
2796         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
2797         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
2798         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
2799         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
2800         * tests/unistdio/test-ulc-vasprintf1.c: New file.
2801         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
2802         * tests/unistdio/test-ulc-vsprintf1.c: New file.
2803         * tests/unistdio/test-u8-asnprintf1.c: New file.
2804         * tests/unistdio/test-u8-asnprintf1.h: New file.
2805         * tests/unistdio/test-u8-printf1.h: New file.
2806         * tests/unistdio/test-u8-vasnprintf1.c: New file.
2807         * tests/unistdio/test-u8-vasnprintf2.c: New file.
2808         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
2809         * tests/unistdio/test-u8-vasnprintf3.c: New file.
2810         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
2811         * tests/unistdio/test-u8-vasprintf1.c: New file.
2812         * tests/unistdio/test-u8-vsnprintf1.c: New file.
2813         * tests/unistdio/test-u8-vsprintf1.c: New file.
2814         * tests/unistdio/test-u16-asnprintf1.c: New file.
2815         * tests/unistdio/test-u16-asnprintf1.h: New file.
2816         * tests/unistdio/test-u16-printf1.h: New file.
2817         * tests/unistdio/test-u16-vasnprintf1.c: New file.
2818         * tests/unistdio/test-u16-vasnprintf2.c: New file.
2819         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
2820         * tests/unistdio/test-u16-vasnprintf3.c: New file.
2821         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
2822         * tests/unistdio/test-u16-vasprintf1.c: New file.
2823         * tests/unistdio/test-u16-vsnprintf1.c: New file.
2824         * tests/unistdio/test-u16-vsprintf1.c: New file.
2825         * tests/unistdio/test-u32-asnprintf1.c: New file.
2826         * tests/unistdio/test-u32-asnprintf1.h: New file.
2827         * tests/unistdio/test-u32-printf1.h: New file.
2828         * tests/unistdio/test-u32-vasnprintf1.c: New file.
2829         * tests/unistdio/test-u32-vasnprintf2.c: New file.
2830         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
2831         * tests/unistdio/test-u32-vasnprintf3.c: New file.
2832         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
2833         * tests/unistdio/test-u32-vasprintf1.c: New file.
2834         * tests/unistdio/test-u32-vsnprintf1.c: New file.
2835         * tests/unistdio/test-u32-vsprintf1.c: New file.
2836         * modules/unistdio/base: New file.
2837         * modules/unistdio/u-printf-args: New file.
2838         * modules/unistdio/ulc-asnprintf: New file.
2839         * modules/unistdio/ulc-asprintf: New file.
2840         * modules/unistdio/ulc-fprintf: New file.
2841         * modules/unistdio/ulc-printf-parse: New file.
2842         * modules/unistdio/ulc-snprintf: New file.
2843         * modules/unistdio/ulc-sprintf: New file.
2844         * modules/unistdio/ulc-vasnprintf: New file.
2845         * modules/unistdio/ulc-vasprintf: New file.
2846         * modules/unistdio/ulc-vfprintf: New file.
2847         * modules/unistdio/ulc-vsnprintf: New file.
2848         * modules/unistdio/ulc-vsprintf: New file.
2849         * modules/unistdio/u8-asnprintf: New file.
2850         * modules/unistdio/u8-asprintf: New file.
2851         * modules/unistdio/u8-printf-parse: New file.
2852         * modules/unistdio/u8-snprintf: New file.
2853         * modules/unistdio/u8-sprintf: New file.
2854         * modules/unistdio/u8-vasnprintf: New file.
2855         * modules/unistdio/u8-vasprintf: New file.
2856         * modules/unistdio/u8-vsnprintf: New file.
2857         * modules/unistdio/u8-vsprintf: New file.
2858         * modules/unistdio/u8-u8-asnprintf: New file.
2859         * modules/unistdio/u8-u8-asprintf: New file.
2860         * modules/unistdio/u8-u8-snprintf: New file.
2861         * modules/unistdio/u8-u8-sprintf: New file.
2862         * modules/unistdio/u8-u8-vasnprintf: New file.
2863         * modules/unistdio/u8-u8-vasprintf: New file.
2864         * modules/unistdio/u8-u8-vsnprintf: New file.
2865         * modules/unistdio/u8-u8-vsprintf: New file.
2866         * modules/unistdio/u16-asnprintf: New file.
2867         * modules/unistdio/u16-asprintf: New file.
2868         * modules/unistdio/u16-printf-parse: New file.
2869         * modules/unistdio/u16-snprintf: New file.
2870         * modules/unistdio/u16-sprintf: New file.
2871         * modules/unistdio/u16-vasnprintf: New file.
2872         * modules/unistdio/u16-vasprintf: New file.
2873         * modules/unistdio/u16-vsnprintf: New file.
2874         * modules/unistdio/u16-vsprintf: New file.
2875         * modules/unistdio/u16-u16-asnprintf: New file.
2876         * modules/unistdio/u16-u16-asprintf: New file.
2877         * modules/unistdio/u16-u16-snprintf: New file.
2878         * modules/unistdio/u16-u16-sprintf: New file.
2879         * modules/unistdio/u16-u16-vasnprintf: New file.
2880         * modules/unistdio/u16-u16-vasprintf: New file.
2881         * modules/unistdio/u16-u16-vsnprintf: New file.
2882         * modules/unistdio/u16-u16-vsprintf: New file.
2883         * modules/unistdio/u32-asnprintf: New file.
2884         * modules/unistdio/u32-asprintf: New file.
2885         * modules/unistdio/u32-printf-parse: New file.
2886         * modules/unistdio/u32-snprintf: New file.
2887         * modules/unistdio/u32-sprintf: New file.
2888         * modules/unistdio/u32-vasnprintf: New file.
2889         * modules/unistdio/u32-vasprintf: New file.
2890         * modules/unistdio/u32-vsnprintf: New file.
2891         * modules/unistdio/u32-vsprintf: New file.
2892         * modules/unistdio/u32-u32-asnprintf: New file.
2893         * modules/unistdio/u32-u32-asprintf: New file.
2894         * modules/unistdio/u32-u32-snprintf: New file.
2895         * modules/unistdio/u32-u32-sprintf: New file.
2896         * modules/unistdio/u32-u32-vasnprintf: New file.
2897         * modules/unistdio/u32-u32-vasprintf: New file.
2898         * modules/unistdio/u32-u32-vsnprintf: New file.
2899         * modules/unistdio/u32-u32-vsprintf: New file.
2900         * modules/unistdio/ulc-asnprintf-tests: New file.
2901         * modules/unistdio/ulc-vasnprintf-tests: New file.
2902         * modules/unistdio/ulc-vasprintf-tests: New file.
2903         * modules/unistdio/ulc-vsnprintf-tests: New file.
2904         * modules/unistdio/ulc-vsprintf-tests: New file.
2905         * modules/unistdio/u8-asnprintf-tests: New file.
2906         * modules/unistdio/u8-vasnprintf-tests: New file.
2907         * modules/unistdio/u8-vasprintf-tests: New file.
2908         * modules/unistdio/u8-vsnprintf-tests: New file.
2909         * modules/unistdio/u8-vsprintf-tests: New file.
2910         * modules/unistdio/u16-asnprintf-tests: New file.
2911         * modules/unistdio/u16-vasnprintf-tests: New file.
2912         * modules/unistdio/u16-vasprintf-tests: New file.
2913         * modules/unistdio/u16-vsnprintf-tests: New file.
2914         * modules/unistdio/u16-vsprintf-tests: New file.
2915         * modules/unistdio/u32-asnprintf-tests: New file.
2916         * modules/unistdio/u32-vasnprintf-tests: New file.
2917         * modules/unistdio/u32-vasprintf-tests: New file.
2918         * modules/unistdio/u32-vsnprintf-tests: New file.
2919         * modules/unistdio/u32-vsprintf-tests: New file.
2920         * MODULES.html.sh (Unicode string functions): Add the new modules.
2921
2922 2007-07-01  Bruno Haible  <bruno@clisp.org>
2923
2924         * lib/sprintf.c (sprintf): Limit the available length estimation,
2925         to avoid address wraparound.
2926         * lib/vsprintf.c (vsprintf): Likewise.
2927         * modules/sprintf-posix (Dependencies): Add stdint.
2928         * modules/vsprintf-posix (Dependencies): Likewise.
2929
2930 2007-07-01  Bruno Haible  <bruno@clisp.org>
2931
2932         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
2933         Windows PATH as well. Conservative double-quoting. Comments.
2934
2935 2007-07-01  Bruno Haible  <bruno@clisp.org>
2936             Eric Blake  <ebb9@byu.net>
2937             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2938
2939         * gnulib-tool (self_abspathname): Fix algorithm to cope with
2940         empty components in $PATH, denoting '.'.
2941
2942 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2943
2944         * gnulib-tool: Fix indentation.
2945         (func_create_megatestdir): Likewise.
2946         Report by Bruno Haible.
2947
2948 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2949
2950         Sync from Automake.
2951         * build-aux/gnupload: Fix shell portability issues with for loops.
2952         Report by Karl Berry.
2953
2954 2007-06-29  Simon Josefsson  <simon@josefsson.org>
2955
2956         * build-aux/maint.mk (POURL): Use translationproject.org.
2957
2958 2007-06-27  Simon Josefsson  <simon@josefsson.org>
2959             Bruno Haible  <bruno@clisp.org>
2960
2961         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
2962         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
2963         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
2964         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
2965         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
2966
2967 2007-06-27  Bruno Haible  <bruno@clisp.org>
2968
2969         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
2970         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
2971
2972 2007-06-26  Karl Berry  <karl@gnu.org>
2973
2974         * MODULES.html.sh: remove xreadlink-with-size.
2975
2976 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
2977
2978         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
2979         method that I hope also handles the double-include problem noted
2980         by Bruno Haible in
2981         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
2982
2983 2007-06-23  Bruno Haible  <bruno@clisp.org>
2984
2985         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2986         Don't let the 'mostlyclean' target fail if the last subdirectory could
2987         not be removed.
2988         Reported by Karl Berry.
2989
2990 2007-06-23  Bruno Haible  <bruno@clisp.org>
2991
2992         * gnulib-tool (echo): Add a speedier workaround for ksh.
2993         * tests/test-echo.sh: Likewise.
2994
2995 2007-06-23  Bruno Haible  <bruno@clisp.org>
2996
2997         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
2998         * tests/test-echo.sh: Likewise.
2999
3000 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3001
3002         * gnulib-tool (IFS): Initialize early, so we don't set it to
3003         empty later.
3004         (self_abspathname): Rewrite algorithm to set it, reindent.
3005         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
3006         (func_create_megatestdir): Merge some sed scripts.
3007
3008 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3009
3010         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
3011         exposed by Sun Studio 11 cc on Solaris 8.
3012
3013 2007-06-22  Bruno Haible  <bruno@clisp.org>
3014
3015         * gnulib-tool (echo): Ensure the echo primitive does not interpret
3016         backslashes.
3017         * tests/test-echo.sh: New file.
3018
3019 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3020
3021         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
3022         simplify `sed_replace_build_aux' scripts, they are portable but
3023         echoing them with `echo' is not.
3024         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
3025
3026 2007-06-21  Karl Berry  <karl@gnu.org>
3027
3028         * config/srclist.txt: guess we can't handle the licenses via
3029         srclist at the moment.
3030
3031 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
3032
3033         * MODULES.html.sh: Add include_next.
3034         * modules/include_next: New file.
3035
3036 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
3037
3038         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
3039         INCLUDE_NEXT.
3040         (gl_CHECK_NEXT_HEADERS): New macro.
3041         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
3042         the obsolescent gl_ABSOLUTE_HEADER.
3043         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
3044         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
3045         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
3046         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3047         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
3048         * m4/math_h.m4 (gl_MATH_H): Likewise.
3049         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
3050         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
3051         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
3052         * m4/stdint.m4 (gl_STDINT_H): Likewise.
3053         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
3054         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
3055         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
3056         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3057         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
3058         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
3059         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
3060         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
3061         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
3062         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
3063         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
3064         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
3065         * m4/inttypes.m4 (gl_INTTYPES_H): Define
3066         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
3067         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
3068         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
3069         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
3070         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
3071         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
3072         * lib/float_.h: Likewise.
3073         * lib/inttypes_.h: Likewise.
3074         * lib/math_.h: Likewise.
3075         * lib/search_.h: Likewise.
3076         * lib/signal_.h: Likewise.
3077         * lib/stdint_.h: Likewise.
3078         * lib/stdio_.h: Likewise.
3079         * lib/stdlib_.h: Likewise.
3080         * lib/string_.h: Likewise.
3081         * lib/sys_stat_.h: Likewise.
3082         * lib/sys_time_.h: Likewise.
3083         * lib/time_.h: Likewise.
3084         * lib/unistd_.h: Likewise.
3085         * lib/wchar_.h: Likewise.
3086         * lib/wctype_.h: Likewise.
3087         * lib/dirent_.h: Likewise.
3088         * lib/iconv_.h: Likewise.
3089         * lib/locale_.h: Likewise.
3090         * lib/netinet_in_.h: Likewise.
3091         * lib/sys_select_.h: Likewise.
3092         * lib/sys_socket_.h: Likewise.
3093         * lib/sysexits_.h: Likewise.
3094         * modules/fcntl (Depends-on): Depend on include_next, not
3095         absolute_header.
3096         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
3097         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
3098         * modules/fchdir: Likewise.
3099         * modules/float: Likewise.
3100         * modules/iconv_open: Likewise.
3101         * modules/inttypes: Likewise.
3102         * modules/locale: Likewise.
3103         * modules/math: Likewise.
3104         * modules/netinet_in: Likewise.
3105         * modules/search: Likewise.
3106         * modules/signal: Likewise.
3107         * modules/stdint: Likewise.
3108         * modules/stdio: Likewise.
3109         * modules/stdlib: Likewise.
3110         * modules/string: Likewise.
3111         * modules/sys_select: Likewise.
3112         * modules/sys_socket: Likewise.
3113         * modules/sys_stat: Likewise.
3114         * modules/sys_time: Likewise.
3115         * modules/sysexits: Likewise.
3116         * modules/time: Likewise.
3117         * modules/unistd: Likewise.
3118         * modules/wchar: Likewise.
3119         * modules/wctype: Likewise.
3120         * modules/sys_stat: Change maintainer to "all".
3121         * modules/unistd: Likewise.
3122
3123 2007-06-20  Karl Berry  <karl@gnu.org>
3124
3125         * config/srclist.txt: track www changes in license files.
3126
3127 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
3128
3129         * build-aux/bootstrap: Remove stray dot.
3130         Make sure build_aux settings are honored when linking
3131         gnulib_extra_files.
3132
3133 2007-06-19  Eric Blake  <ebb9@byu.net>
3134
3135         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
3136         Allow compilation on cygwin.
3137
3138 2007-06-19  Jim Meyering  <jim@meyering.net>
3139
3140         xreadlink-with-size: Remove module.  No longer used.
3141         Ex-callers now use xreadlink or mreadlink-with-size.
3142         * modules/xreadlink-with-size: Remove module.
3143         * lib/xreadlink-with-size.c: Remove file.
3144         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
3145         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
3146         just before the function definition *is* accurate.
3147
3148         Eliminate one way canonicalize_filename_mode could exit.
3149         * lib/canonicalize.c (canonicalize_filename_mode):
3150         Use mreadlink_with_size, not xreadlink_with_size.
3151
3152 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
3153
3154         Detect porting problems to FreeBSD/arm, which has time_t wider than
3155         long int.  Original problem reported for GNU diff by Xin Li in
3156         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
3157         * modules/getdate (Depends-on): Add intprops, verify.
3158         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
3159         is an integer type no wider than long int.
3160
3161 2007-06-18  Jim Meyering  <jim@meyering.net>
3162
3163         New module: mreadlink-with-size.
3164         * MODULES.html.sh: Add mreadlink-with-size.
3165         * modules/mreadlink-with-size: New module
3166         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
3167         not xreadlink-with-size.
3168         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
3169
3170 2007-06-16  Bruno Haible  <bruno@clisp.org>
3171
3172         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
3173         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
3174         Reported by Gary V. Vaughan <gary@gnu.org>.
3175
3176 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
3177
3178         Revamp lchown so that it lives in unistd.h where it belongs.
3179         * lib/lchown.h: Remove.
3180         * lib/dirchownmod.c: Don't include lib/lchown.h.
3181         * lib/fchownat.c: Likewise.
3182         * lib/openat.c: Likewise.
3183         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
3184         does not follow symlinks.
3185         (EOPNOTSUPP): Define if not defined.
3186         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
3187         is defined to 0.
3188         (lchown): New decl.
3189         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
3190         Do not check for lchown decl.
3191         Set REPLACE_LCHOWN.
3192         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
3193         REPLACE_LCHOWN.
3194         * modules/chown: Make it clear it follows symlinks.
3195         * modules/lchown: Make it clear it doesn't follow symlinks.
3196         (Files): Remove lib/lchown.h
3197         (Depends-on): Add unistd.
3198         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
3199         (Include): Include <unistd.h>, not "lchown.h".
3200         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
3201         REPLACE_LCHOWN.
3202
3203 2007-06-15  Jim Meyering  <jim@meyering.net>
3204
3205         Change license (GPL to LGPL) of fsusage and dependents.
3206         * modules/fsusage (License): Change to LGPL.
3207         * modules/full-read (License): Likewise.
3208         * modules/full-write (License): Likewise.
3209         * modules/safe-read (License): Likewise.
3210         * modules/safe-write (License): Likewise.
3211
3212 2007-06-14  Ben Pfaff  <blp@gnu.org>
3213
3214         Missing part of allocsa -> malloca transition.
3215         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
3216         gl_MALLOCA.
3217
3218 2007-06-12  Bruno Haible  <bruno@clisp.org>
3219
3220         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
3221         to ia64, x86_64, i386.
3222         Reported by Eric Blake.
3223
3224 2007-06-12  Bruno Haible  <bruno@clisp.org>
3225
3226         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
3227         cross-compiling to x86_64.
3228
3229 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
3230
3231         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
3232         glitch reported by Ralf Wildenhues in
3233         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
3234
3235         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
3236         Vin Shelton.
3237
3238 2007-06-11  Bruno Haible  <bruno@clisp.org>
3239
3240         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
3241         replacement string.
3242         Reported by Eric Blake.
3243
3244 2007-06-10  Bruno Haible  <bruno@clisp.org>
3245
3246         Prepare vasnprintf code for use with Unicode strings.
3247         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
3248         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
3249         TYPE_U32_STRING.
3250         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
3251         a_u32_string variants.
3252         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
3253         * lib/printf-args.c: Don't include config.h and the specification
3254         header if PRINTF_FETCHARGS is already defined.
3255         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
3256         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
3257         TYPE_U16_STRING, TYPE_U32_STRING.
3258         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
3259         u16_directive, u16_directives, u32_directive, u32_directives): New
3260         types.
3261         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
3262         New declarations.
3263         * lib/printf-parse.c: Don't include config.h and the specification
3264         header if PRINTF_PARSE is already defined. Eliminate the set of
3265         parameters for WIDE_CHAR_VERSION; the user of this file must provide
3266         them now. Include c-ctype.h.
3267         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
3268         directive and CHAR_T_ONLY_ASCII.
3269         * lib/vasnprintf.c: Don't include config.h and the specification header
3270         if VASNPRINTF is already defined.
3271         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
3272         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
3273         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
3274         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
3275         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
3276         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
3277         code accordingly.
3278         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
3279         pad_ourselves also in this case, with the 'c' and 's' directives, and
3280         with a different notion of "width".
3281         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
3282
3283 2007-06-10  Bruno Haible  <bruno@clisp.org>
3284
3285         * modules/unistr/u32-mbsnlen: New file.
3286         * lib/unistr/u32-mbsnlen.c: New file.
3287
3288         * modules/unistr/u16-mbsnlen: New file.
3289         * lib/unistr/u16-mbsnlen.c: New file.
3290
3291         * modules/unistr/u8-mbsnlen: New file.
3292         * lib/unistr/u8-mbsnlen.c: New file.
3293
3294         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
3295         declarations.
3296
3297 2007-06-10  Bruno Haible  <bruno@clisp.org>
3298
3299         * lib/string_.h (mbsnlen): New declaration.
3300         * lib/mbsnlen.c: New file.
3301         * m4/mbsnlen.m4: New file.
3302         * modules/mbsnlen: New file.
3303         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
3304         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
3305         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
3306
3307 2007-06-10  Bruno Haible  <bruno@clisp.org>
3308
3309         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
3310
3311 2007-06-10  Bruno Haible  <bruno@clisp.org>
3312
3313         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
3314         * lib/mbuiter.h: Likewise.
3315
3316 2007-06-10  Bruno Haible  <bruno@clisp.org>
3317
3318         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
3319         declaration.
3320
3321 2007-06-10  Karl Berry  <karl@gnu.org>
3322
3323         * config/srclist.txt: remove gettext entries, Bruno prefers
3324         to update individually.
3325
3326 2007-06-10  Bruno Haible  <bruno@clisp.org>
3327
3328         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
3329         'maxlen'. Ensure only length + width bytes are allocated, not
3330         length + 1 + width.
3331
3332 2007-06-09  Bruno Haible  <bruno@clisp.org>
3333
3334         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
3335         (CHAR_T): Remove macro.
3336         (VASNPRINTF): Update.
3337
3338 2007-06-09  Bruno Haible  <bruno@clisp.org>
3339
3340         * MODULES.html.sh (Unicode string functions): Add the new modules.
3341
3342         * modules/uniconv/u32-conv-to-enc: New file.
3343         * lib/uniconv/u32-conv-to-enc.c: New file.
3344         * modules/uniconv/u32-conv-to-enc-tests: New file.
3345         * tests/uniconv/test-u32-conv-to-enc.c: New file.
3346
3347         * modules/uniconv/u16-conv-to-enc: New file.
3348         * lib/uniconv/u16-conv-to-enc.c: New file.
3349         * lib/uniconv/u-conv-to-enc.h: New file.
3350         * modules/uniconv/u16-conv-to-enc-tests: New file.
3351         * tests/uniconv/test-u16-conv-to-enc.c: New file.
3352
3353         * modules/uniconv/u8-conv-to-enc: New file.
3354         * lib/uniconv/u8-conv-to-enc.c: New file.
3355         * modules/uniconv/u8-conv-to-enc-tests: New file.
3356         * tests/uniconv/test-u8-conv-to-enc.c: New file.
3357
3358         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
3359         u32_conv_to_encoding): New declarations.
3360
3361 2007-06-09  Bruno Haible  <bruno@clisp.org>
3362
3363         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
3364
3365 2007-06-09  Bruno Haible  <bruno@clisp.org>
3366
3367         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
3368         * modules/malloca: Renamed from modules/allocsa, updated.
3369         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
3370         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
3371         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
3372         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
3373         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
3374         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
3375         * modules/xmalloca: Renamed from modules/xallocsa, updated.
3376         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
3377         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
3378         * modules/c-strcasestr (Depends-on): Update.
3379         * lib/c-strcasestr.c: Update.
3380         * modules/c-strstr (Depends-on): Update.
3381         * lib/c-strstr.c: Update.
3382         * modules/canonicalize-lgpl (Depends-on): Update.
3383         * lib/canonicalize-lgpl.c: Update.
3384         * modules/clean-temp (Depends-on): Update.
3385         * lib/clean-temp.c: Update.
3386         * modules/csharpcomp (Depends-on): Update.
3387         * lib/csharpcomp.c: Update.
3388         * modules/csharpexec (Depends-on): Update.
3389         * lib/csharpexec.c: Update.
3390         * modules/javacomp (Depends-on): Update.
3391         * lib/javacomp.c: Update.
3392         * modules/javaexec (Depends-on): Update.
3393         * lib/javaexec.c: Update.
3394         * modules/mbscasestr (Depends-on): Update.
3395         * lib/mbscasestr.c: Update.
3396         * modules/mbsstr (Depends-on): Update.
3397         * lib/mbsstr.c: Update.
3398         * modules/setenv (Depends-on): Update.
3399         * lib/setenv.c: Update.
3400         * modules/strcasestr (Depends-on): Update.
3401         * lib/strcasestr.c: Update.
3402         * modules/striconveha (Depends-on): Update.
3403         * lib/striconveha.c: Update.
3404         * modules/relocatable-prog-wrapper (Files): Update.
3405         * lib/relocwrapper.c: Update.
3406         * build-aux/install-reloc: Update.
3407         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
3408
3409 2007-06-08  Bruno Haible  <bruno@clisp.org>
3410
3411         Port to uClibc.
3412         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
3413         * lib/fpurge.c (fpurge): Likewise.
3414         * lib/freading.c (freading): Likewise.
3415         * lib/fseeko.c (rpl_fseeko): Likewise.
3416         * lib/fseterr.c (fseterr): Likewise.
3417         * lib/fwriting.c (fwriting): Likewise.
3418         * tests/test-fflush.c (main): Avoid a failure on uClibc.
3419
3420 2007-06-08  Bruno Haible  <bruno@clisp.org>
3421
3422         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
3423         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
3424         * modules/gettext (Files): Add m4/intlmacosx.m4.
3425
3426 2007-06-07  Bruno Haible  <bruno@clisp.org>
3427
3428         * modules/localename-tests: New file.
3429         * tests/test-localename.c: New file.
3430
3431         New module 'localename'.
3432         * lib/localename.h: New file.
3433         * lib/localename.c: New file, from GNU gettext.
3434         * m4/localename.m4: New file.
3435         * modules/localename: New file.
3436
3437 2007-06-07  Bruno Haible  <bruno@clisp.org>
3438
3439         Work around the lack of <wchar.h> on some builds of uClibc.
3440         * doc/headers/wchar.texi: Update.
3441         * lib/wchar_.h: Include <wchar.h> only if it exists.
3442         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
3443         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
3444         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
3445         doesn't exist.
3446         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
3447         * modules/mbfile (Depends-on): Add wchar.
3448         * modules/mbiter (Depends-on): Likewise.
3449         * modules/mbuiter (Depends-on): Likewise.
3450         Reported by Simon Josefsson.
3451
3452 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
3453
3454         Work around problem reported by Steven M. Schweda in
3455         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
3456         Tru64 5.1B with the Compaq compiler environment installed declares
3457         an 'isblank' function but does not define it in the C library.
3458         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
3459         * lib/regex_internal.h (isblank): Likewise.
3460         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
3461         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
3462
3463 2007-06-05  Bruno Haible  <bruno@clisp.org>
3464
3465         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
3466         ia64.
3467         * modules/printf-safe: New file.
3468         * modules/fprintf-posix (Depends-on): Add printf-safe.
3469         * modules/printf-posix (Depends-on): Likewise.
3470         * modules/snprintf-posix (Depends-on): Likewise.
3471         * modules/sprintf-posix (Depends-on): Likewise.
3472         * modules/vasnprintf-posix (Depends-on): Likewise.
3473         * modules/vasprintf-posix (Depends-on): Likewise.
3474         * modules/vfprintf-posix (Depends-on): Likewise.
3475         * modules/vprintf-posix (Depends-on): Likewise.
3476         * modules/vsnprintf-posix (Depends-on): Likewise.
3477         * modules/vsprintf-posix (Depends-on): Likewise.
3478         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
3479         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
3480         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
3481         "no" on i386, x86_64, ia64.
3482         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
3483         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
3484         on i386, x86_64, ia64.
3485         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
3486         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
3487         on i386, x86_64, ia64.
3488         * tests/test-vasnprintf-posix.c: Include float.h.
3489         (LDBL80_WORDS): New macro.
3490         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
3491         on i386, x86_64, ia64.
3492         * tests/test-vasprintf-posix.c: Include float.h.
3493         (LDBL80_WORDS): New macro.
3494         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
3495         on i386, x86_64, ia64.
3496         * tests/test-snprintf-posix.c: Include float.h.
3497         * tests/test-sprintf-posix.c: Likewise.
3498         * tests/test-vsnprintf-posix.c: Likewise.
3499         * tests/test-vsprintf-posix.c: Likewise.
3500
3501 2007-06-05  Bruno Haible  <bruno@clisp.org>
3502
3503         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
3504         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
3505         non-IEEE numbers on i386, x86_64, ia64.
3506         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
3507         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
3508         * tests/test-isnanl.h: Include float.h.
3509         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
3510
3511 2007-06-05  Bruno Haible  <bruno@clisp.org>
3512
3513         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
3514         also the %a / %A. Handle the %a / %A code before this extra handling.
3515
3516 2007-06-05  Bruno Haible  <bruno@clisp.org>
3517
3518         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
3519         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
3520
3521 2007-06-05  Bruno Haible  <bruno@clisp.org>
3522
3523         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
3524         typo in variable name.
3525
3526 2007-06-05  Eric Blake  <ebb9@byu.net>
3527
3528         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
3529         Reported by Simon Josefsson.
3530
3531 2007-06-04  Bruno Haible  <bruno@clisp.org>
3532
3533         Avoid test failures on some PowerPC platforms.
3534         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
3535         Define differently for PowerPC.
3536         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
3537         Reported by Gary V. Vaughan <gary@gnu.org>.
3538
3539 2007-06-02  Bruno Haible  <bruno@clisp.org>
3540
3541         Fix test-stdint failure on FreeBSD/ia64.
3542         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
3543         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
3544         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
3545         * doc/headers/stdint.texi: Update.
3546
3547 2007-06-01  Bruno Haible  <bruno@clisp.org>
3548
3549         * tests/test-binary-io.c (main): Pass a third argument to open().
3550         Reported by Gary V. Vaughan <gary@gnu.org>.
3551
3552 2007-06-01  Bruno Haible  <bruno@clisp.org>
3553
3554         * doc/functions/frexpl.texi: Update for mingw.
3555
3556 2007-06-01  Bruno Haible  <bruno@clisp.org>
3557
3558         * tests/test-lseek.c (main): Disable test of errno for invalid third
3559         argument.
3560         * doc/functions/lseek.texi: Update.
3561         Reported by Gary V. Vaughan <gary@gnu.org>.
3562
3563 2007-05-28  Bruno Haible  <bruno@clisp.org>
3564
3565         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
3566
3567 2007-05-31  Eric Blake  <ebb9@byu.net>
3568
3569         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
3570         cross compiling.
3571
3572 2007-05-30  Eric Blake  <ebb9@byu.net>
3573         and Bruno Haible  <bruno@clisp.org>
3574
3575         Work around mingw test failures exposed by m4-1.4.9b.
3576         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
3577         * tests/test-unistd.c: Disable uid_t and git_t tests for the
3578         moment.
3579
3580 2007-05-30  Bruno Haible  <bruno@clisp.org>
3581
3582         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
3583         assuming that they are closed. Needed on HP-UX 11.
3584
3585 2007-05-29  Bruno Haible  <bruno@clisp.org>
3586
3587         Fix a problem with #include_next.
3588         * lib/dirent_.h: Split the double-inclusion guard.
3589         * lib/fcntl_.h: Likewise.
3590         * lib/float_.h: Likewise.
3591         * lib/iconv_.h: Likewise.
3592         * lib/inttypes_.h: Likewise.
3593         * lib/locale_.h: Likewise.
3594         * lib/math_.h: Likewise.
3595         * lib/netinet_in_.h: Likewise.
3596         * lib/search_.h: Likewise.
3597         * lib/signal_.h: Likewise.
3598         * lib/stdint_.h: Likewise.
3599         * lib/stdio_.h: Likewise.
3600         * lib/stdlib_.h: Likewise.
3601         * lib/string_.h: Likewise.
3602         * lib/sys_select_.h: Likewise.
3603         * lib/sys_socket_.h: Likewise.
3604         * lib/sys_stat_.h: Likewise.
3605         * lib/sys_time_.h: Likewise.
3606         * lib/sysexits_.h: Likewise.
3607         * lib/time_.h: Likewise.
3608         * lib/unistd_.h: Likewise.
3609         * lib/wchar_.h: Likewise.
3610         * lib/wctype_.h: Likewise.
3611
3612 2007-05-29  Bruno Haible  <bruno@clisp.org>
3613
3614         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
3615         for the moment.
3616
3617 2007-05-29  Bruno Haible  <bruno@clisp.org>
3618
3619         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
3620         invocation.
3621         Reported by Eric Blake.
3622
3623 2007-05-29  Bruno Haible  <bruno@clisp.org>
3624
3625         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
3626         compiling case.
3627
3628 2007-05-29  Eric Blake  <ebb9@byu.net>
3629             Bruno Haible  <bruno@clisp.org>
3630
3631         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
3632         cross compiles.
3633
3634 2007-05-28  Eric Blake  <ebb9@byu.net>
3635
3636         * modules/closein-tests (test_closein_LDADD): Support test on
3637         cygwin with libtool.
3638
3639 2007-05-28  Bruno Haible  <bruno@clisp.org>
3640
3641         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
3642         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
3643         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
3644         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
3645         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
3646         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
3647         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
3648         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
3649         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
3650
3651 2007-05-28  Eric Blake  <ebb9@byu.net>
3652
3653         Unconditionally include <config.h> in unit tests.
3654         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
3655         * tests/test-allocsa.c, tests/test-arcfour.c,
3656         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
3657         tests/test-array_list.c, tests/test-array_oset.c,
3658         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
3659         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
3660         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
3661         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
3662         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
3663         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
3664         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
3665         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
3666         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
3667         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
3668         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
3669         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
3670         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
3671         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
3672         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
3673         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
3674         test-md5.c, test-memmem.c, test-printf-posix.c,
3675         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
3676         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
3677         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
3678         test-strcasestr.c, test-striconv.c, test-striconveh.c,
3679         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
3680         test-vasnprintf-posix2.c, test-vasnprintf.c,
3681         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
3682         test-vfprintf-posix.c, test-vprintf-posix.c,
3683         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
3684         test-xvasprintf.c: Likewise.
3685
3686 2007-05-28  Bruno Haible  <bruno@clisp.org>
3687
3688         * gnulib-tool (func_import): Remember the --with-tests command-line
3689         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
3690         Reported by Eric Blake.
3691
3692 2007-05-28  Bruno Haible  <bruno@clisp.org>
3693
3694         * modules/ftell-tests: New file.
3695         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
3696         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
3697
3698         * lib/ftell.c: New file.
3699         * modules/ftell: New file.
3700         * m4/ftell.m4: New file.
3701         * doc/functions/ftell.texi: Update.
3702         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
3703         REPLACE_FTELL.
3704         * lib/stdio_.h (rpl_ftell): New declaration.
3705         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
3706         REPLACE_FTELL.
3707
3708 2007-05-28  Eric Blake  <ebb9@byu.net>
3709
3710         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
3711
3712 2007-05-28  Bruno Haible  <bruno@clisp.org>
3713
3714         * modules/fseek-tests: New file.
3715         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
3716         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
3717
3718         * lib/fseek.c: New file.
3719         * modules/fseek: New file.
3720         * m4/fseek.m4: New file.
3721         * doc/functions/fseek.texi: Update.
3722         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
3723         REPLACE_FSEEK.
3724         * lib/stdio_.h (rpl_fseek): New declaration.
3725         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
3726         REPLACE_FSEEK.
3727
3728 2007-05-28  Bruno Haible  <bruno@clisp.org>
3729
3730         * lib/stdio_.h (fflush): More comments.
3731
3732 2007-05-28  Bruno Haible  <bruno@clisp.org>
3733
3734         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
3735         runtime test.
3736
3737 2007-05-28  Eric Blake  <ebb9@byu.net>
3738
3739         Improve lseek module.
3740         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
3741         * lib/unistd_.h (lseek): Scale back link warning message.
3742         * tests/test-lseek.c: Beef up test.
3743         * tests/test-lseek.sh: Exercise more facets of lseek.
3744         Reported by Bruno Haible.
3745
3746 2007-05-28  Bruno Haible  <bruno@clisp.org>
3747
3748         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
3749         to define.
3750
3751 2007-05-27  Bruno Haible  <bruno@clisp.org>
3752
3753         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
3754
3755 2007-05-27  Bruno Haible  <bruno@clisp.org>
3756
3757         * modules/openmp: New file.
3758         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
3759         Noah Misch.
3760
3761 2007-05-26  Bruno Haible  <bruno@clisp.org>
3762
3763         * modules/chdir-long (Depends-on): Add fchdir.
3764         * modules/chdir-safer (Depends-on): Likewise.
3765         * modules/fts (Depends-on): Likewise.
3766         * modules/fts-lgpl (Depends-on): Likewise.
3767         * modules/openat (Depends-on): Likewise.
3768         * modules/savewd (Depends-on): Likewise.
3769
3770 2007-05-24  Eric Blake  <ebb9@byu.net>
3771
3772         Fix lseek on mingw.
3773         * modules/lseek: New module.
3774         * m4/lseek.m4: New file.
3775         * lib/lseek.c: New file.
3776         * modules/lseek-tests: New file.
3777         * tests/test-lseek.c: New file.
3778         * tests/test-lseek.sh: New file.
3779         * MODULES.html.sh: Document lseek module.
3780         * modules/fflush (Depends-on): Add lseek, fseeko.
3781         * modules/fseeko (Depends-on): Likewise.
3782         * modules/ftello (Depends-on): Likewise.
3783         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
3784         broken.
3785         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
3786         broken.
3787         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
3788         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
3789         * lib/ftello.c (rpl_ftello): Likewise.
3790         * tests/test-fseeko.c (main): Test this.
3791         * tests/test-fseeko.sh: Likewise.
3792         * tests/test-ftello.c (main): Likewise.
3793         * tests/test-ftello.sh: Likewise.
3794         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
3795         implies replacing fseek.
3796         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
3797         HAVE_FTELLO.
3798         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
3799         * modules/unistd (Makefile.am): Likewise.
3800         * lib/unistd_.h (lseek): Declare a replacement.
3801         * doc/functions/lseek.texi (lseek): Document this fix.
3802         * doc/functions/fseek.texi (fseek): Likewise.
3803         * doc/functions/ftell.texi (ftell): Likewise.
3804
3805 2007-05-24  Bruno Haible  <bruno@clisp.org>
3806
3807         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
3808         in the printed representation of a NaN.
3809         * tests/test-vasprintf-posix.c (test_function): Likewise.
3810         * tests/test-snprintf-posix.h (test_function): Likewise.
3811         * tests/test-sprintf-posix.h (test_function): Likewise.
3812         Reported by Eric Blake.
3813
3814 2007-05-23  Eric Blake  <ebb9@byu.net>
3815
3816         Fix fseeko/ftello on cygwin 1.5.24.
3817         * doc/functions/fseeko.texi (fseeko): Document the fix.
3818         * doc/functions/ftello.texi (ftello): Document the fix.
3819         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
3820         * doc/functions/stdout.text (stdout): New file.
3821         * doc/functions/stderr.text (stderr): New file.
3822         * doc/gnulib.texi (Function Substitutes): Use new files.
3823         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
3824         prior to 1.7.0.
3825         * tests/test-ftello.c (main): Likewise for ftello.
3826         * tests/test-fseeko.sh: New file.
3827         * tests/test-ftello.sh: New file.
3828         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
3829         with seekable stdin.
3830         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
3831         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
3832         (gl_REPLACE_FSEEKO): New macro.
3833         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
3834         * modules/fseeko (Files): Distribute fseeko.c.
3835         * modules/ftello (Files): Distribute ftello.c.
3836         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
3837         mode.
3838         * lib/ftello.c (rpl_ftello): New file.
3839         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
3840         fseeko, ftello.
3841         (gl_STDIN_LARGE_OFFSET): New macro.
3842         * modules/stdio (Makefile.am): Perform the replacement.
3843         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
3844
3845 2007-05-23  Bruno Haible  <bruno@clisp.org>
3846
3847         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
3848         GNULIB_POSIXCHECK is defined.
3849
3850 2007-05-21  Bruno Haible  <bruno@clisp.org>
3851
3852         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
3853         Check also the output for NaN arguments. When cross-compiling, guess
3854         no on IRIX.
3855         * lib/vasnprintf.c: Update comments.
3856         * tests/test-vasnprintf-posix.c (strisnan): New function.
3857         (test_function): Use it.
3858         * tests/test-vasprintf-posix.c (strisnan): New function.
3859         (test_function): Use it.
3860         * tests/test-snprintf-posix.h (strisnan): New function.
3861         (test_function): Use it.
3862         * tests/test-sprintf-posix.h (strisnan): New function.
3863         (test_function): Use it.
3864         Reported by Eric Blake.
3865
3866 2007-05-20  Bruno Haible  <bruno@clisp.org>
3867
3868         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
3869         numbers that fails on BeOS.
3870         * doc/functions/frexpl.texi: Update.
3871
3872 2007-05-20  Jim Meyering  <jim@meyering.net>
3873
3874         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
3875         forced upon us by glibc-2.6.
3876
3877 2007-05-20  Bruno Haible  <bruno@clisp.org>
3878
3879         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
3880         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
3881         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
3882         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
3883         NEED_PRINTF_INFINITE.
3884         (is_infinitel): New function.
3885         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
3886         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
3887         gl_PREREQ_VASNPRINTF_INFINITE.
3888         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
3889         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
3890         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
3891         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
3892         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
3893         gl_PREREQ_VASNPRINTF_INFINITE.
3894         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3895         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3896         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3897         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3898         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3899         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3900         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3901         * doc/functions/fprintf.texi: Update.
3902         * doc/functions/printf.texi: Update.
3903         * doc/functions/snprintf.texi: Update.
3904         * doc/functions/sprintf.texi: Update.
3905         * doc/functions/vfprintf.texi: Update.
3906         * doc/functions/vprintf.texi: Update.
3907         * doc/functions/vsnprintf.texi: Update.
3908         * doc/functions/vsprintf.texi: Update.
3909
3910 2007-05-20  Bruno Haible  <bruno@clisp.org>
3911
3912         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
3913         was not found in libc.
3914         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
3915
3916 2007-05-20  Bruno Haible  <bruno@clisp.org>
3917
3918         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
3919         printed as "-nan" instead of "nan".
3920         * tests/test-vasprintf-posix.c (test_function): Likewise.
3921         * tests/test-snprintf-posix.h (test_function): Likewise.
3922         * tests/test-sprintf-posix.h (test_function): Likewise.
3923         Needed for HP-UX 11.
3924
3925 2007-05-20  Jim Meyering  <jim@meyering.net>
3926
3927         Fix buggy test for the fchownat-deref bug.
3928         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
3929         symlink required for the run-test.  Without it, this test would
3930         always declare that fchownat doesn't work, and client code would
3931         unnecessarily use the replacement function with fixed libc.
3932         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
3933         Reported by Greg Schafer.
3934
3935 2007-05-19  Bruno Haible  <bruno@clisp.org>
3936
3937         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
3938         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
3939         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
3940         Needed for IRIX 6.5 and Solaris 2.5.1.
3941
3942 2007-05-19  Bruno Haible  <bruno@clisp.org>
3943
3944         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
3945         (test_function): Skip tests involving -0.0 on platforms where
3946         -0.0 = 0.0.
3947         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
3948         (test_function): Skip tests involving -0.0 on platforms where
3949         -0.0 = 0.0.
3950         * tests/test-snprintf-posix.h (have_minus_zero): New function.
3951         (test_function): Skip tests involving -0.0 on platforms where
3952         -0.0 = 0.0.
3953         * tests/test-sprintf-posix.h (have_minus_zero): New function.
3954         (test_function): Skip tests involving -0.0 on platforms where
3955         -0.0 = 0.0.
3956         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
3957         tests.
3958         * tests/test-printf-posix.h (test_function): Likewise.
3959         * tests/test-printf-posix.output: Remove all -0.0 related results.
3960         Needed for IRIX 6.5.
3961
3962 2007-05-19  Bruno Haible  <bruno@clisp.org>
3963
3964         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
3965         printed as "nan0x7fffffff" instead of "nan".
3966         * tests/test-vasprintf-posix.c (test_function): Likewise.
3967         * tests/test-snprintf-posix.h (test_function): Likewise.
3968         * tests/test-sprintf-posix.h (test_function): Likewise.
3969         * tests/test-fprintf-posix.h (NaN): Remove macro.
3970         (test_function): Remove all NaN related tests.
3971         * tests/test-printf-posix.h (NaN): Remove macro.
3972         (test_function): Remove all NaN related tests.
3973         * tests/test-printf-posix.output: Remove all NaN related results.
3974         Needed for IRIX 6.5.
3975
3976 2007-05-19  Bruno Haible  <bruno@clisp.org>
3977
3978         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
3979         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
3980
3981 2007-05-19  Bruno Haible  <bruno@clisp.org>
3982
3983         * lib/float_.h: New file.
3984         * m4/float_h.m4: New file.
3985         * modules/float: New file.
3986         * modules/isnanl (Dependencies): Add float.
3987         * modules/isnanl-nolibm (Dependencies): Likewise.
3988         * modules/mathl (Dependencies): Likewise.
3989         * modules/printf-frexpl (Dependencies): Likewise.
3990         * modules/signbit (Dependencies): Likewise.
3991         * modules/vasnprintf (Dependencies): Likewise.
3992         * doc/headers/float.texi: Update.
3993
3994 2007-05-19  Jim Meyering  <jim@meyering.net>
3995
3996         * lib/utimens.c (gl_futimens): Rename from futimens,
3997         now that glibc-2.6 declares futimens.
3998         * lib/utimens.h: Likewise.
3999
4000 2007-05-19  Bruno Haible  <bruno@clisp.org>
4001
4002         Avoid test failures on mingw.
4003         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
4004         * tests/test-printf-posix.sh: Likewise.
4005         * tests/test-vfprintf-posix.sh: Likewise.
4006         * tests/test-vprintf-posix.sh: Likewise.
4007
4008 2007-05-19  Bruno Haible  <bruno@clisp.org>
4009
4010         Fix *printf result for NaN, Inf, -0.0 on mingw.
4011         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
4012         * lib/vasnprintf.c: Include math.h and isnan.h.
4013         (is_infinite_or_zero): New function.
4014         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
4015         values in the %f, %F, %e, %E, %g, %G directives.
4016         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
4017         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4018         gl_PRINTF_INFINITE and test its result. Invoke
4019         gl_PREREQ_VASNPRINTF_INFINITE.
4020         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4021         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4022         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4023         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4024         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4025         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4026         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4027         * doc/functions/fprintf.texi: Update.
4028         * doc/functions/printf.texi: Update.
4029         * doc/functions/snprintf.texi: Update.
4030         * doc/functions/sprintf.texi: Update.
4031         * doc/functions/vfprintf.texi: Update.
4032         * doc/functions/vprintf.texi: Update.
4033         * doc/functions/vsnprintf.texi: Update.
4034         * doc/functions/vsprintf.texi: Update.
4035
4036 2007-05-19  Bruno Haible  <bruno@clisp.org>
4037
4038         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
4039         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
4040         Instead of multiplying with 10^k, set extra_zeroes to k.
4041         (scale10_round_long_double): Remove function.
4042
4043 2007-05-18  Bruno Haible  <bruno@clisp.org>
4044
4045         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
4046         introduced on 2007-05-06.
4047
4048 2007-05-18  Bruno Haible  <bruno@clisp.org>
4049
4050         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
4051         %g directives.
4052         * tests/test-vasprintf-posix.c (test_function): Likewise.
4053         * tests/test-snprintf-posix.h (test_function): Likewise.
4054         * tests/test-sprintf-posix.h (test_function): Likewise.
4055
4056 2007-05-18  Bruno Haible  <bruno@clisp.org>
4057
4058         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
4059         (strmatch): New function.
4060         (test_function): Test the %f directive on numbers of various exponents.
4061         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
4062         (strmatch): New function.
4063         (test_function): Test the %f directive on numbers of various exponents.
4064         * tests/test-snprintf-posix.h (strmatch): New function.
4065         (test_function): Test the %f directive on numbers of various exponents.
4066         * tests/test-sprintf-posix.h (strmatch): New function.
4067         (test_function): Test the %f directive on numbers of various exponents.
4068         * tests/test-snprintf-posix.c (SIZEOF): New macro.
4069         * tests/test-sprintf-posix.c (SIZEOF): New macro.
4070         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
4071         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
4072
4073 2007-05-18  Bruno Haible  <bruno@clisp.org>
4074
4075         Add support for 'long double' number output.
4076         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
4077         * lib/vasnprintf.c: Include math.h and float+.h.
4078         (mp_limb_t): New type.
4079         (GMP_LIMB_BITS): New macro.
4080         (mp_twolimb_t): New type.
4081         (GMP_TWOLIMB_BITS): New macro.
4082         (mpn_t): New type.
4083         (multiply, divide, convert_to_decimal, decode_long_double,
4084         scale10_round_long_double, scale10_round_decimal_long_double,
4085         floorlog10l): New functions.
4086         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
4087         for the %f, %F, %e, %E, %g, %G directives.
4088         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
4089         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4090         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
4091         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
4092         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4093         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4094         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4095         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4096         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4097         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4098         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4099         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
4100         * modules/snprintf-posix (Depends-on): Likewise.
4101         * modules/sprintf-posix (Depends-on): Likewise.
4102         * modules/vasnprintf-posix (Depends-on): Likewise.
4103         * modules/vasprintf-posix (Depends-on): Likewise.
4104         * modules/vfprintf-posix (Depends-on): Likewise.
4105         * modules/vsnprintf-posix (Depends-on): Likewise.
4106         * modules/vsprintf-posix (Depends-on): Likewise.
4107         * modules/vasnprintf (Files): Add lib/float+.h.
4108         * doc/functions/fprintf.texi: Update.
4109         * doc/functions/printf.texi: Update.
4110         * doc/functions/snprintf.texi: Update.
4111         * doc/functions/sprintf.texi: Update.
4112         * doc/functions/vfprintf.texi: Update.
4113         * doc/functions/vprintf.texi: Update.
4114         * doc/functions/vsnprintf.texi: Update.
4115         * doc/functions/vsprintf.texi: Update.
4116
4117 2007-05-18  Bruno Haible  <bruno@clisp.org>
4118
4119         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
4120
4121 2007-05-18  Bruno Haible  <bruno@clisp.org>
4122
4123         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
4124         for printing 64-bit integers. Needed for mingw.
4125
4126 2007-05-18  Bruno Haible  <bruno@clisp.org>
4127
4128         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
4129         gl_FUNC_FREXPL_WORKS.
4130         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
4131
4132 2007-05-18  Bruno Haible  <bruno@clisp.org>
4133
4134         * modules/frexpl-nolibm-tests: New file.
4135
4136         * modules/frexpl-nolibm: New file.
4137         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
4138
4139 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
4140
4141         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
4142         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
4143         GCC 4.2, which otherwise issues a lot of warnings.
4144         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
4145         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
4146         Likewise.
4147         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
4148         * modules/iconv_open (iconv.h): Likewise.
4149         * modules/locale (locale.h): Likewise.
4150         * modules/netinet_in (netinet/in.h): Likewise.
4151         * modules/sys_select (sys_select.h): Likewise.
4152         * modules/sys_socket (sys/socket.h): Likewise.
4153         * modules/sys_stat (sys/stat.h): Likewise.
4154         * modules/sysexits (sysexits.h): Likewise.
4155         * modules/unistd (unistd.h): Likewise.
4156
4157 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4158
4159         * modules/closein-tests (Makefile.am): Distribute
4160         `test-closein.sh'.
4161
4162 2007-05-17  Bruno Haible  <bruno@clisp.org>
4163
4164         * tests/test-printf-posix.output: Renamed from
4165         tests/test-fprintf-posix.out.
4166         * modules/fprintf-posix-tests: Update.
4167         * modules/printf-posix-tests: Update.
4168         * modules/vfprintf-posix-tests: Update.
4169         * modules/vprintf-posix-tests: Update.
4170         * tests/test-fprintf-posix.sh: Update.
4171         * tests/test-printf-posix.sh: Update.
4172         * tests/test-vfprintf-posix.sh: Update.
4173         * tests/test-vprintf-posix.sh: Update.
4174         Reported by Ralf Wildenhues.
4175
4176 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
4177
4178         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
4179         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
4180         GCC 4.2, which otherwise issues a lot of warnings.
4181         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
4182         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
4183         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
4184         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
4185         it should no longer be needed.
4186         * lib/string_.h: Likewise.
4187         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
4188         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
4189         * modules/inttypes (inttypes.h): Likewise.
4190         * modules/math (math.h): Likewise.
4191         * modules/search (search.h): Likewise.
4192         * modules/signal (signal.h): Likewise.
4193         * modules/stdint (stdint.h): Likewise.
4194         * modules/stdio (stdio.h): Likewise.
4195         * modules/stdlib (stdlib.h): Likewise.
4196         * modules/string (string.h): Likewise.
4197         * modules/sys_time (sys/time.h): Likewise.
4198         * modules/time (time.h): Likewise.
4199         * modules/wchar (wchar.h): Likewise.
4200         * modules/wctype (wtype.h): Likewise.
4201
4202 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
4203
4204         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
4205
4206 2007-05-13  Bruno Haible  <bruno@clisp.org>
4207
4208         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
4209         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
4210         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
4211         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
4212         (gl_PREREQ_STRTOK_R): Don't require it here.
4213
4214 2007-05-13  Bruno Haible  <bruno@clisp.org>
4215
4216         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
4217         when used in C++ mode.
4218
4219 2007-05-12  Bruno Haible  <bruno@clisp.org>
4220
4221         * lib/linebuffer.h: Tweak doc.
4222         * lib/linebuffer.c: Likewise.
4223
4224 2007-05-12  James Youngman  <jay@gnu.org>
4225
4226         * lib/linebuffer.c (readlinebuffer_delim): New function,
4227         like readlinebuffer, but use a caller-specified delimiter.
4228         (readlinebuffer): Just call readlinebuffer_delim with '\n'
4229         as the delimiter.
4230         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
4231
4232 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4233
4234         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
4235         * modules/openat (Files): Remove openat-die.c.
4236         (Depends-on): Add openat-die.
4237         * modules/openat-die: New module.
4238
4239 2007-05-06  Bruno Haible  <bruno@clisp.org>
4240
4241         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
4242         Update with info about Cygwin.
4243         * doc/functions/fprintf.texi: Update.
4244         * doc/functions/printf.texi: Update.
4245         * doc/functions/snprintf.texi: Update.
4246         * doc/functions/sprintf.texi: Update.
4247         * doc/functions/vfprintf.texi: Update.
4248         * doc/functions/vprintf.texi: Update.
4249         * doc/functions/vsnprintf.texi: Update.
4250         * doc/functions/vsprintf.texi: Update.
4251         Reported by Eric Blake.
4252
4253 2007-05-06  Bruno Haible  <bruno@clisp.org>
4254
4255         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
4256         padding ourselves for the floating-point directives.
4257         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
4258         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
4259         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4260         gl_PRINTF_FLAG_ZERO and test its result. Invoke
4261         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
4262         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4263         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
4264         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4265         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4266         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4267         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4268         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4269         * tests/test-snprintf-posix.h (test_function): Also check the width
4270         and some flags in the %f directive.
4271         * tests/test-sprintf-posix.h (test_function): Likewise.
4272         * tests/test-vasnprintf-posix.c (test_function): Likewise.
4273         * tests/test-vasprintf-posix.c (test_function): Likewise.
4274         * doc/functions/fprintf.texi: Update.
4275         * doc/functions/printf.texi: Update.
4276         * doc/functions/snprintf.texi: Update.
4277         * doc/functions/sprintf.texi: Update.
4278         * doc/functions/vfprintf.texi: Update.
4279         * doc/functions/vprintf.texi: Update.
4280         * doc/functions/vsnprintf.texi: Update.
4281         * doc/functions/vsprintf.texi: Update.
4282
4283 2007-05-06  Bruno Haible  <bruno@clisp.org>
4284
4285         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
4286         pass the ' flag character to sprintf or snprintf.
4287         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
4288         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
4289         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4290         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
4291         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
4292         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4293         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
4294         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4295         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4296         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4297         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4298         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4299         * tests/test-snprintf-posix.h (test_function): Also check the grouping
4300         flag.
4301         * tests/test-sprintf-posix.h (test_function): Likewise.
4302         * tests/test-vasnprintf-posix.c (test_function): Likewise.
4303         * tests/test-vasprintf-posix.c (test_function): Likewise.
4304         * doc/functions/fprintf.texi: Update.
4305         * doc/functions/printf.texi: Update.
4306         * doc/functions/snprintf.texi: Update.
4307         * doc/functions/sprintf.texi: Update.
4308         * doc/functions/vfprintf.texi: Update.
4309         * doc/functions/vprintf.texi: Update.
4310         * doc/functions/vsnprintf.texi: Update.
4311         * doc/functions/vsprintf.texi: Update.
4312
4313 2007-05-01  Bruno Haible  <bruno@clisp.org>
4314
4315         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
4316
4317 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
4318
4319         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
4320         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
4321
4322 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
4323
4324         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
4325         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
4326         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
4327
4328 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
4329
4330         * lib/argp-help.c (struct hol_entry): New member `ord'.
4331         (HOL_ENTRY_PTRCMP): Use ord for comparison
4332         (hol_sort): Initialize ord.
4333
4334 2007-05-01  Bruno Haible  <bruno@clisp.org>
4335
4336         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
4337         Reported by Eric Blake.
4338         * doc/gnulib.texi (Function Substitutes): Update.
4339
4340 2007-05-01  Bruno Haible  <bruno@clisp.org>
4341
4342         * doc/functions.texi: Remove file, now redundant through
4343         doc/functions/*.texi.
4344
4345 2007-05-01  Bruno Haible  <bruno@clisp.org>
4346
4347         * modules/argp (Depends-on): Add sleep.
4348
4349 2007-05-01  Bruno Haible  <bruno@clisp.org>
4350
4351         * modules/sleep-tests: New file.
4352         * tests/test-sleep.c: New file.
4353
4354         * modules/sleep: New file.
4355         * lib/sleep.c: New file.
4356         * m4/sleep.m4: New file.
4357         * lib/unistd_.h (sleep): New declaration.
4358         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
4359         HAVE_SLEEP.
4360         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
4361         * doc/functions/sleep.texi: Document the sleep module.
4362
4363 2007-05-01  Bruno Haible  <bruno@clisp.org>
4364
4365         * lib/sigprocmask.h: Remove file.
4366         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
4367         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
4368         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
4369         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
4370         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
4371         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
4372         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
4373         HAVE_SIGSET_T as a shell variable.
4374         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
4375         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
4376         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
4377         (Depends-on): Add signal. Remove verify.
4378         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
4379         (Include): Mention <signal.h> instead of sigprocmask.h.
4380         * NEWS: Mention the change.
4381         * lib/fatal-signal.c: Don't include sigprocmask.h.
4382
4383 2007-05-01  Bruno Haible  <bruno@clisp.org>
4384
4385         * modules/signal: New file.
4386         * lib/signal_.h: New file.
4387         * m4/signal_h.m4: New file.
4388
4389 2007-05-01  Bruno Haible  <bruno@clisp.org>
4390
4391         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
4392         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
4393         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
4394         HAVE_WCTYPE_CTMP_BUG into wctype.h.
4395
4396 2007-05-01  Bruno Haible  <bruno@clisp.org>
4397
4398         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
4399         configure time.
4400         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
4401         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
4402         * modules/sys_stat (Makefile.am): Substitute their values into
4403         sys/stat.h.
4404
4405 2007-05-01  Bruno Haible  <bruno@clisp.org>
4406
4407         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
4408         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
4409         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
4410
4411 2007-05-01  Bruno Haible  <bruno@clisp.org>
4412
4413         * doc/header/assert.texi: Undo last change: don't mention the gnulib
4414         'assert' module here.
4415
4416 2007-05-01  Bruno Haible  <bruno@clisp.org>
4417
4418         * doc/functions/*.texi: New files.
4419         * doc/functions/google-ranking.txt: New file.
4420         * doc/gnulib.texi (Function Substitutes): New chapter.
4421         (ctime, inet_ntoa): Remove sections.
4422         * doc/ctime.texi: Remove file.
4423         * doc/inet_ntoa.texi: Remove file.
4424         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
4425         dependencies.
4426         (%.info): New rule, specifying a --reference-limit.
4427
4428 2007-05-01  Bruno Haible  <bruno@clisp.org>
4429
4430         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
4431
4432 2007-05-01  Bruno Haible  <bruno@clisp.org>
4433
4434         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
4435         the portability of 'mkdir' to mingw systems.
4436
4437 2007-05-01  Bruno Haible  <bruno@clisp.org>
4438
4439         * doc/headers/google-ranking.txt: New file.
4440
4441 2007-04-30  Eric Blake  <ebb9@byu.net>
4442
4443         Prefer fseeko to fseek.
4444         * modules/getpass (Depends-on): Add fseeko.
4445         * lib/getpass.c (getpass): Use fseeko, not fseek.
4446
4447 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
4448
4449         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
4450         assumes the sorting is stable, while most qsort implementations
4451         are not.  Use argument addresses to ensure they never compare as
4452         equal.
4453
4454         * tests/test-argp-2.sh (usage-indent test): Fix output
4455         (func_compare): Restore diff options
4456         * tests/test-argp.c: Restore #include "progname.h"
4457
4458 2007-04-29  Bruno Haible  <bruno@clisp.org>
4459
4460         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
4461         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4462         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
4463         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4464         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
4465         (configure.ac): Define CHECK_SNPRINTF_POSIX.
4466         (TESTS, check_PROGRAMS): Add test-snprintf.
4467         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
4468         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
4469         (TESTS, check_PROGRAMS): Add test-vsnprintf.
4470         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
4471         assertions that fail on HP-UX, OSF/1, or IRIX.
4472         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
4473
4474 2007-04-29  Bruno Haible  <bruno@clisp.org>
4475
4476         * MODULES.html.sh (posix_functions): Remove 'contents'.
4477
4478 2007-04-29  Karl Berry  <karl@gnu.org>
4479
4480         * config/srclist.txt (gendocs_template_min): new entry.
4481
4482 2007-04-29  Bruno Haible  <bruno@clisp.org>
4483
4484         Work around fpurge bug on BSD systems.
4485         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
4486         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
4487         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
4488         fpurge to rpl_fpurge if the system already has this function.
4489         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
4490         the case where the system already has this function. Correct invariants
4491         on BSD systems.
4492         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
4493         BSD systems.
4494
4495 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
4496
4497         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
4498         proposed by Sven Verdoolaege.
4499
4500         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
4501         options.
4502         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
4503         (usage and help tests): Update
4504
4505 2007-04-29  Bruno Haible  <bruno@clisp.org>
4506
4507         * tests/test-fflush.c (main): Use a file of size 17, not 10.
4508         Print more information in case of failure. Disable a test on BeOS.
4509
4510 2007-04-29  Bruno Haible  <bruno@clisp.org>
4511
4512         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
4513         This helps debugging on systems on which no gdb is available.
4514
4515 2007-04-29  Bruno Haible  <bruno@clisp.org>
4516
4517         * lib/freading.h: Improve comments.
4518         * lib/fwriting.h: Likewise.
4519         * tests/test-freading.c (main): Don't check freading immediately after
4520         repositioning. Needed for glibc.
4521
4522 2007-04-29  Bruno Haible  <bruno@clisp.org>
4523
4524         * lib/freading.c (freading): Trivial simplification.
4525
4526 2007-04-28  Bruno Haible  <bruno@clisp.org>
4527
4528         * tests/test-fwriting.c (main): Also test the interaction between
4529         fflush and fwriting.
4530         * modules/fwriting-tests (Depends-on): Add fflush.
4531
4532         * tests/test-freading.c (main): Also test the interaction between
4533         fflush and freading.
4534         * modules/freading-tests (Depends-on): Add fflush.
4535
4536 2007-04-28  Bruno Haible  <bruno@clisp.org>
4537
4538         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
4539         fseeko and ftello.
4540         Suggested by Eric Blake.
4541
4542 2007-04-28  Jim Meyering  <jim@meyering.net>
4543
4544         Avoid false-negative in gl_STDINT_H's C99 conformance test.
4545         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
4546         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
4547
4548 2007-04-27  Eric Blake  <ebb9@byu.net>
4549
4550         * doc/headers/assert.texi (assert.h): Document assert module use.
4551
4552 2007-04-27  Bruno Haible  <bruno@clisp.org>
4553
4554         * doc/headers/*.texi: New files.
4555         * doc/gnulib.texi (Header File Substitutes): New chapter.
4556         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
4557         dependencies.
4558         (standards.info ,standards.html, standards.dvi): Update dependencies.
4559         (mostlyclean, clean): New targets.
4560
4561 2007-04-27  Bruno Haible  <bruno@clisp.org>
4562
4563         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
4564         * modules/sysexits (Files, Makefile.am): Update.
4565
4566         * lib/sys_socket_.h: Renamed from lib/socket_.h.
4567         * modules/sys_socket (Files, Makefile.am): Update.
4568
4569         * lib/sys_stat_.h: Renamed from lib/stat_.h.
4570         * modules/sys_stat (Files, Makefile.am): Update.
4571
4572 2007-04-27  Eric Blake  <ebb9@byu.net>
4573
4574         * lib/freading.h: Improve comments.
4575         * lib/fwriting.h: Likewise.
4576         * lib/fflush.c: Likewise.
4577
4578         Fix closein for mingw.
4579         * modules/closein-tests: Add tests for closein.
4580         * tests/test-closein.c: New file.
4581         * tests/test-closein.sh: Likewise.
4582         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
4583         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
4584
4585 2007-04-27  Bruno Haible  <bruno@clisp.org>
4586
4587         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
4588         version is < 6.
4589         * lib/math_.h [__DECC]: Likewise.
4590         * lib/stdio_.h [__DECC]: Likewise.
4591         * lib/stdlib_.h [__DECC]: Likewise.
4592         * lib/string_.h [__DECC]: Likewise.
4593         * lib/time_.h [__DECC]: Likewise.
4594         * lib/wchar_.h [__DECC]: Likewise.
4595         * lib/wctype_.h [__DECC]: Likewise.
4596
4597 2007-04-27  Bruno Haible  <bruno@clisp.org>
4598
4599         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
4600
4601 2007-04-27  Bruno Haible  <bruno@clisp.org>
4602
4603         * lib/fflush.c: Add comments.
4604         * modules/fpurge-tests (Depends-on): Add fflush.
4605         * modules/freadable-tests (Depends-on): Likewise.
4606         * modules/fwritable-tests (Depends-on): Likewise.
4607
4608 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
4609
4610         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
4611         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
4612         Report by Bruno Haible <bruno@clisp.org>.
4613
4614 2007-04-26  Eric Blake  <ebb9@byu.net>
4615
4616         Fix fflush on mingw.
4617         * modules/fflush (Depends-on): Add freading.
4618         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
4619         but unread data.
4620
4621 2007-04-26  Eric Blake  <ebb9@byu.net>
4622         and Bruno Haible  <bruno@clisp.org>
4623
4624         Implement freading and fwriting.
4625         * lib/freading.c: New file.
4626         * lib/freading.h: Likewise.
4627         * m4/freading.m4: Likewise.
4628         * modules/freading: Likewise.
4629         * modules/freading-tests: Likewise.
4630         * tests/test-freading.c: Likewise.
4631         * lib/fwriting.c: New file.
4632         * lib/fwriting.h: Likewise.
4633         * m4/fwriting.m4: Likewise.
4634         * modules/fwriting: Likewise.
4635         * modules/fwriting-tests: Likewise.
4636         * tests/test-fwriting.c: Likewise.
4637         * MODULES.html.sh (File stream based Input/Output): Mention them.
4638
4639 2007-04-26  Bruno Haible  <bruno@clisp.org>
4640
4641         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
4642         'long' when we assume it.
4643         Suggested by Eric Blake.
4644
4645 2007-04-26  Bruno Haible  <bruno@clisp.org>
4646
4647         Ensure fseeko, ftello are declared on glibc systems.
4648         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
4649         * modules/fseeko (configure.ac-early): Likewise.
4650         * modules/ftello (configure.ac-early): Likewise.
4651         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
4652         AC_FUNC_FSEEKO for this.
4653         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
4654         (gl_CHECK_FSEEKO): Remove macro.
4655
4656 2007-04-26  Bruno Haible  <bruno@clisp.org>
4657
4658         * tests/test-fflush.c (main): Also check the ftell result after
4659         fflush and fseek/fseeko.
4660         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
4661         file descriptor position cache in the stream.
4662         * lib/fseeko.c (rpl_fseeko): Likewise.
4663
4664 2007-04-26  Bruno Haible  <bruno@clisp.org>
4665
4666         * modules/fflush-tests (Depends-on): Add fseeko.
4667
4668 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
4669             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4670
4671         * lib/argz_.h: ensure error_t definition is obtained in same
4672         mechanism system argz.h would have.
4673         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
4674         argz facilities are known bad.  Err on the side of caution if
4675         cross-compiling.
4676
4677 2007-04-25  Eric Blake  <ebb9@byu.net>
4678
4679         * lib/fpurge.c (includes): Use stdlib.h for free.
4680         * tests/test-fflush.c (main): Also test fflush-fseeko.
4681
4682 2007-04-25  Bruno Haible  <bruno@clisp.org>
4683
4684         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
4685         * lib/fseeko.c: New file.
4686         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
4687         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
4688         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
4689         gl_FUNC_FSEEKO.
4690         (gl_FUNC_FSEEKO): Invoke it.
4691         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
4692         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
4693         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
4694
4695 2007-04-25  Bruno Haible  <bruno@clisp.org>
4696
4697         * modules/fflush (Depends-on): Add ftello.
4698
4699 2007-04-25  Bruno Haible  <bruno@clisp.org>
4700
4701         * modules/ftello-tests: New file.
4702         * tests/test-ftello.c: New file.
4703
4704         * modules/ftello: New file.
4705         * m4/ftello.m4: New file.
4706         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
4707         HAVE_FTELLO.
4708         * lib/stdio_.h (ftello): New declaration.
4709         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
4710         HAVE_FTELLO.
4711
4712 2007-04-25  Bruno Haible  <bruno@clisp.org>
4713
4714         * modules/fseeko-tests: New file.
4715         * tests/test-fseeko.c: New file.
4716
4717         * modules/fseeko: New file.
4718         * m4/fseeko.m4: New file.
4719         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
4720         HAVE_FSEEKO.
4721         * lib/stdio_.h (fseeko): New declaration.
4722         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
4723         HAVE_FSEEKO.
4724
4725 2007-04-25  Bruno Haible  <bruno@clisp.org>
4726
4727         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
4728
4729 2007-04-25  Bruno Haible  <bruno@clisp.org>
4730
4731         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
4732         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
4733         * tests/test-unistd.c: Likewise.
4734         * tests/test-fcntl.c: Likewise.
4735
4736 2007-04-23  Eric Blake  <ebb9@byu.net>
4737
4738         * lib/fflush.c: Fix missing include.
4739         Reported by Bruno Haible.
4740
4741 2007-04-23  Bruno Haible  <bruno@clisp.org>
4742
4743         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
4744         Reported by Eric Blake.
4745
4746 2007-04-23  Bruno Haible  <bruno@clisp.org>
4747
4748         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
4749
4750 2007-04-23  Bruno Haible  <bruno@clisp.org>
4751
4752         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
4753
4754 2007-04-23  Bruno Haible  <bruno@clisp.org>
4755
4756         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
4757         Needed on HP-UX 11.
4758
4759 2007-04-16  Eric Blake  <ebb9@byu.net>
4760
4761         Make fflush rely on fpurge.
4762         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
4763         open coding all variants.
4764         * modules/fflush (Depends-on): Add fpurge and unistd.
4765         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
4766         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
4767
4768         Fix --with-tests compilation on cygwin.
4769         * modules/argmatch-tests (Makefile.am): List gnulib library first
4770         in LDADD.
4771         * modules/argp-tests (Makefile.am): Likewise.
4772         * modules/array-list-tests (Makefile.am): Likewise.
4773         * modules/array-oset-tests (Makefile.am): Likewise.
4774         * modules/avltree-list-tests (Makefile.am): Likewise.
4775         * modules/avltree-oset-tests (Makefile.am): Likewise.
4776         * modules/avltreehash-list-tests (Makefile.am): Likewise.
4777         * modules/carray-list-tests (Makefile.am): Likewise.
4778         * modules/dirname-tests (Makefile.am): Likewise.
4779         * modules/frexp-tests (Makefile.am): Likewise.
4780         * modules/isnanl-tests (Makefile.am): Likewise.
4781         * modules/linked-list-tests (Makefile.am): Likewise.
4782         * modules/linkedhash-list-tests (Makefile.am): Likewise.
4783         * modules/lock-tests (Makefile.am): Likewise.
4784         * modules/rbtree-list-tests (Makefile.am): Likewise.
4785         * modules/rbtree-oset-tests (Makefile.am): Likewise.
4786         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
4787         * modules/tls-tests (Makefile.am): Likewise.
4788         * modules/tsearch-tests (Makefile.am): Likewise.
4789         * modules/xvasprintf-tests (Makefile.am): Likewise.
4790
4791         Fix fpurge for cygwin.
4792         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
4793         value.
4794         * modules/fpurge-tests (Depends-on): Clean up trash.
4795
4796 2007-04-16  Simon Josefsson  <simon@josefsson.org>
4797
4798         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
4799
4800         * m4/autobuild.m4: Re-indent.
4801
4802 2007-04-13  Bruno Haible  <bruno@clisp.org>
4803
4804         * modules/fpurge-tests: New file.
4805         * tests/test-fpurge.c: New file.
4806
4807         * modules/fpurge: New file.
4808         * lib/fpurge.h: New file.
4809         * lib/fpurge.c: New file.
4810         * m4/fpurge.m4: New file.
4811
4812 2007-04-13  Bruno Haible  <bruno@clisp.org>
4813
4814         * modules/fbufmode-tests: New file.
4815         * tests/test-fbufmode.c: New file.
4816
4817         * modules/fbufmode: New file.
4818         * lib/fbufmode.h: New file.
4819         * lib/fbufmode.c: New file.
4820         * m4/fbufmode.m4: New file.
4821
4822 2007-04-13  Bruno Haible  <bruno@clisp.org>
4823
4824         * modules/fwritable-tests: New file.
4825         * tests/test-fwritable.c: New file.
4826
4827         * modules/fwritable: New file.
4828         * lib/fwritable.h: New file.
4829         * lib/fwritable.c: New file.
4830         * m4/fwritable.m4: New file.
4831
4832 2007-04-13  Bruno Haible  <bruno@clisp.org>
4833
4834         * modules/freadable-tests: New file.
4835         * tests/test-freadable.c: New file.
4836
4837         * modules/freadable: New file.
4838         * lib/freadable.h: New file.
4839         * lib/freadable.c: New file.
4840         * m4/freadable.m4: New file.
4841
4842 2007-04-13  Bruno Haible  <bruno@clisp.org>
4843
4844         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
4845         MOSTLYCLEANFILES.
4846
4847 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
4848
4849         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
4850         gzip bootstrap.conf to avoid dragging in i18n machinery.
4851         (gnulib_tool_option): Use it.
4852
4853 2007-04-13  Bruno Haible  <bruno@clisp.org>
4854
4855         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
4856         %F directives.
4857         * tests/test-vasprintf-posix.c (test_function): Likewise.
4858         * tests/test-snprintf-posix.h (test_function): Likewise.
4859         * tests/test-sprintf-posix.h (test_function): Likewise.
4860         * tests/test-fprintf-posix.h (test_function): Likewise.
4861         * tests/test-printf-posix.h (test_function): Likewise.
4862         * tests/test-fprintf-posix.out: Likewise.
4863
4864 2007-04-13  Bruno Haible  <bruno@clisp.org>
4865
4866         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
4867         * modules/tls-tests (configure.ac): Likewise.
4868         Reported by Arto C. Nirkko <anirkko@insel.ch>.
4869
4870 2007-04-13  Bruno Haible  <bruno@clisp.org>
4871
4872         * lib/tls.c (glthread_tls_get): Fix return type.
4873         Patch by Arto C. Nirkko <anirkko@insel.ch>.
4874
4875 2007-04-12  Eric Blake  <ebb9@byu.net>
4876
4877         * modules/gettime (Depends-on): Remove gettime.
4878         Reported by Dmitry V. Levin.
4879
4880 2007-04-12  Bruno Haible  <bruno@clisp.org>
4881
4882         * modules/fflush (Include): Mention <stdio.h>.
4883         * modules/strtoimax (Include): Mention <inttypes.h>.
4884         * modules/strtoumax (Include): Likewise.
4885
4886 2007-04-12  Eric Blake  <ebb9@byu.net>
4887
4888         * .cvsignore: New file.
4889         * .gitignore: Likewise.
4890
4891 2007-04-12  Bruno Haible  <bruno@clisp.org>
4892
4893         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
4894         not before, since $(LDADD) often contains libgnu.a.
4895         * modules/striconv-tests (test_striconv_LDADD): Likewise.
4896         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
4897         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
4898         Needed on Cygwin.
4899
4900 2007-04-12  Eric Blake  <ebb9@byu.net>
4901
4902         Work around glibc's failure to flush stdin on fclose.
4903         * lib/closein.c (close_stdin): Flush stdin before closing.
4904
4905         Work around glibc's failure to reset seekable stdin on exit.
4906         * modules/closein: New module.
4907         * lib/closein.c: New file.
4908         * lib/closein.h: Likewise.
4909         * m4/closein.m4: Likewise.
4910         * MODULES.html.sh (File stream based Input/Output): Document it.
4911
4912 2007-04-12  Simon Josefsson  <simon@josefsson.org>
4913
4914         * gnulib-tool: Rename generated 'autobuild' script to
4915         'do-autobuild' in --create-megatestdir output.
4916
4917         * doc/gnulib.texi (Build robot for gnulib): Fix.
4918
4919 2007-04-12  Simon Josefsson  <simon@josefsson.org>
4920
4921         * modules/sysexits (Depends-on): Add absolute-header.
4922
4923 2007-04-12  Eric Blake  <ebb9@byu.net>
4924
4925         No need to preserve errno on success.
4926         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
4927         Reported by Bruno Haible.
4928
4929 2007-04-12  Simon Josefsson  <simon@josefsson.org>
4930
4931         * MODULES.html.sh (Support for maintaining and releasing
4932         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
4933
4934 2007-04-12  Simon Josefsson  <simon@josefsson.org>
4935
4936         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
4937
4938 2007-04-12  Simon Josefsson  <simon@josefsson.org>
4939
4940         * modules/autobuild: New module.
4941
4942         * m4/autobuild.m4: New file.
4943
4944 2007-04-11  Bruno Haible  <bruno@clisp.org>
4945
4946         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
4947         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
4948         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
4949         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
4950         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4951         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
4952         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
4953         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4954         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
4955         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
4956         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
4957         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
4958         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
4959         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
4960         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
4961         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
4962         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
4963         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
4964         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
4965         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
4966         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
4967         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
4968         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
4969         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
4970         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
4971         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
4972         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
4973         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
4974         Reported by Eric Blake.
4975
4976 2007-04-11  Bruno Haible  <bruno@clisp.org>
4977
4978         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
4979
4980 2007-04-10  Bruno Haible  <bruno@clisp.org>
4981
4982         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
4983         for NaN and Infinity. Needed on FreeBSD 6.1.
4984         * tests/test-vasnprintf-posix.c (test_function): Undo last change
4985         regarding results for "%010a" of Infinity and NaN.
4986         * tests/test-vasprintf-posix.c (test_function): Likewise.
4987         * tests/test-snprintf-posix.h (test_function): Likewise.
4988         * tests/test-sprintf-posix.h (test_function): Likewise.
4989         * tests/test-fprintf-posix.h (test_function): Likewise.
4990         * tests/test-printf-posix.h (test_function): Likewise.
4991         * tests/test-fprintf-posix.out: Likewise.
4992
4993 2007-04-10  Bruno Haible  <bruno@clisp.org>
4994
4995         * modules/locale-tests: New file.
4996         * tests/test-locale.c: New file.
4997
4998         * modules/locale: New file.
4999         * lib/locale_.h: New file.
5000         * m4/locale_h.m4: New file.
5001
5002 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
5003             Bruno Haible  <bruno@clisp.org>
5004
5005         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
5006         be determined, test for availability of the copysignf, copysign,
5007         copysignl functions.
5008         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
5009         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
5010         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
5011
5012 2007-04-09  Eric Blake  <ebb9@byu.net>
5013
5014         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
5015         * modules/stdio (Makefile.am): Support fflush.
5016         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
5017         * modules/fflush: New file.
5018         * lib/fflush.c: Likewise.
5019         * m4/fflush.m4: Likewise.
5020         * modules/fflush-tests: New test.
5021         * tests/test-fflush.c: Likewise.
5022         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
5023
5024 2007-04-06  Bruno Haible  <bruno@clisp.org>
5025
5026         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
5027         (VASNPRINTF): Use signbit for faster determination whether to print a
5028         minus sign.
5029         * modules/vasnprintf (Files): Remove lib/float+.h.
5030         * modules/fprintf-posix (Depends-on): Add signbit.
5031         * modules/snprintf-posix (Depends-on): Likewise.
5032         * modules/sprintf-posix (Depends-on): Likewise.
5033         * modules/vasnprintf-posix (Depends-on): Likewise.
5034         * modules/vasprintf-posix (Depends-on): Likewise.
5035         * modules/vfprintf-posix (Depends-on): Likewise.
5036         * modules/vsnprintf-posix (Depends-on): Likewise.
5037         * modules/vsprintf-posix (Depends-on): Likewise.
5038
5039 2007-04-06  Bruno Haible  <bruno@clisp.org>
5040
5041         * tests/test-frexp.c (main): Test also the sign bit of zero results.
5042         * tests/test-frexpl.c (main): Likewise.
5043         * tests/test-ldexpl.c (main): Likewise.
5044         * modules/frexp-tests (Depends-on): Add signbit.
5045         * modules/frexpl-tests (Depdends-on): Likewise.
5046         * modules/ldexpl-tests (Depdends-on): Likewise.
5047
5048 2007-04-06  Bruno Haible  <bruno@clisp.org>
5049
5050         * modules/signbit-tests: New file.
5051         * tests/test-signbit.c: New file.
5052
5053         * modules/signbit: New file.
5054         * lib/signbitf.c: New file.
5055         * lib/signbitd.c: New file.
5056         * lib/signbitl.c: New file.
5057         * m4/signbit.m4: New file.
5058         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
5059         (signbit): New macro.
5060         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
5061         REPLACE_SIGNBIT.
5062         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
5063         REPLACE_FREXPL into math.h.
5064
5065 2007-04-06  Bruno Haible  <bruno@clisp.org>
5066
5067         * modules/isnanf-nolibm-tests: New file.
5068         * tests/test-isnanf.c: New file.
5069
5070         * modules/isnanf-nolibm: New file.
5071         * lib/isnanf.h: New file.
5072         * lib/isnanf.c: New file.
5073         * lib/isnan.c: Consider the USE_FLOAT macro.
5074         * m4/isnanf.m4: New file.
5075
5076 2007-04-06  Bruno Haible  <bruno@clisp.org>
5077
5078         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
5079         (Link): New section.
5080
5081         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
5082
5083 2007-04-06  Bruno Haible  <bruno@clisp.org>
5084
5085         Assume the 'long double' type.
5086         * m4/longdouble.m4: Remove file.
5087         * config/srclist.txt: Don't mention longdouble.m4.
5088         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
5089         * lib/float+.h: Likewise.
5090         * lib/frexp.c: Likewise.
5091         * lib/printf-args.h: Likewise.
5092         * lib/printf-args.c: Likewise.
5093         * lib/printf-frexp.c: Likewise.
5094         * lib/printf-parse.c: Likewise.
5095         * lib/vasnprintf.c: Likewise.
5096         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
5097         * m4/intl.m4: Likewise.
5098         * m4/isnanl.m4: Likewise.
5099         * m4/printf.m4: Likewise.
5100         * m4/printf-frexpl.m4: Likewise.
5101         * m4/vasnprintf.m4: Likewise.
5102         * modules/allocsa (Files): Remove m4/longdouble.m4.
5103         * modules/gettext (Files): Likewise.
5104         * modules/relocatable-prog-wrapper (Files): Likewise.
5105         * modules/vasnprintf (Files): Likewise.
5106         * modules/isnanl (Files): Likewise.
5107         (Include): Simplify.
5108         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
5109         (Include): Simplify.
5110         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
5111         (Include): Simplify.
5112         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
5113         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5114         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
5115         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5116         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
5117         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5118         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
5119         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5120         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
5121         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5122         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
5123         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5124         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
5125         * tests/test-isnanl.c: Likewise.
5126         * tests/test-snprintf-posix.h: Likewise.
5127         * tests/test-sprintf-posix.h: Likewise.
5128         * tests/test-vasnprintf-posix.c: Likewise.
5129         * tests/test-vasnprintf-posix2.c: Likewise.
5130         * tests/test-vasprintf-posix.c: Likewise.
5131
5132 2007-04-06  Bruno Haible  <bruno@clisp.org>
5133
5134         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
5135         * lib/math_.h [__DECC]: Include the overridden include file through
5136         #include_next, outside the double-inclusion guard.
5137         * lib/stdio_.h [__DECC]: Likewise.
5138         * lib/stdlib_.h [__DECC]: Likewise.
5139         * lib/string_.h [__DECC]: Likewise.
5140         * lib/time_.h [__DECC]: Likewise.
5141         * lib/wchar_.h [__DECC]: Likewise.
5142         * lib/wctype_.h [__DECC]: Likewise.
5143         * lib/inttypes_.h [__DECC]: Likewise.
5144         Reported by Albert Chin <china@thewrittenword.com> in
5145         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
5146
5147 2007-04-04  Eric Blake  <ebb9@byu.net>
5148
5149         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
5150         1.5.x.
5151
5152 2007-04-04  Bruno Haible  <bruno@clisp.org>
5153
5154         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
5155         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
5156
5157 2007-04-04  Bruno Haible  <bruno@clisp.org>
5158
5159         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
5160         results for "%010a" of Infinity and NaN.
5161         * tests/test-vasprintf-posix.c (test_function): Likewise.
5162         * tests/test-snprintf-posix.h (test_function): Likewise.
5163         * tests/test-sprintf-posix.h (test_function): Likewise.
5164         * tests/test-fprintf-posix.h (test_function): Remove these tests.
5165         * tests/test-printf-posix.h (test_function): Likewise.
5166         * tests/test-fprintf-posix.out: Update.
5167         Needed for FreeBSD 6.1.
5168
5169 2007-04-04  Bruno Haible  <bruno@clisp.org>
5170
5171         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
5172         directly used by the gnulib modules nor by gnulib-tool.
5173
5174 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
5175
5176         * DEPENDENCIES: Give overall description of version dependency
5177         desirability.  Use more-typical names for apps.
5178         Add shell, coreutils, diffutils, grep, tar, gzip.
5179
5180 2007-04-04  Simon Josefsson  <simon@josefsson.org>
5181
5182         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
5183
5184 2007-04-04  Karl Berry  <karl@gnu.org>
5185
5186         * MODULES.html.sh (func_module): missing '.
5187
5188 2007-04-03  Bruno Haible  <bruno@clisp.org>
5189
5190         * modules/argmatch-tests (Makefile.am): New variable
5191         test_argmatch_LDADD.
5192         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
5193         * modules/array-list-tests (Makefile.am): New variable
5194         test_array_list_LDADD.
5195         * modules/array-oset-tests (Makefile.am): New variable
5196         test_array_oset_LDADD.
5197         * modules/avltree-list-tests (Makefile.am): New variable
5198         test_avltree_list_LDADD.
5199         * modules/avltree-oset-tests (Makefile.am): New variable
5200         test_avltree_oset_LDADD.
5201         * modules/avltreehash-list-tests (Makefile.am): New variable
5202         test_avltreehash_list_LDADD.
5203         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
5204         test_canonicalize_lgpl_LDADD.
5205         * modules/carray-list-tests (Makefile.am): New variable
5206         test_carray_list_LDADD.
5207         * modules/dirname-tests (Makefile.am): New variable
5208         test_dirname_LDADD.
5209         * modules/linked-list-tests (Makefile.am): New variable
5210         test_linked_list_LDADD.
5211         * modules/linkedhash-list-tests (Makefile.am): New variable
5212         test_linkedhash_list_LDADD.
5213         * modules/rbtree-list-tests (Makefile.am): New variable
5214         test_rbtree_list_LDADD.
5215         * modules/rbtree-oset-tests (Makefile.am): New variable
5216         test_rbtree_oset_LDADD.
5217         * modules/rbtreehash-list-tests (Makefile.am): New variable
5218         test_rbtreehash_list_LDADD.
5219         * modules/xvasprintf-tests (Makefile.am): New variable
5220         test_xvasprintf_LDADD.
5221         Reported by Eric Blake.
5222
5223 2007-04-03  Eric Blake  <ebb9@byu.net>
5224
5225         * DEPENDENCIES: Weaken m4 requirements.
5226
5227 2007-04-03  Bruno Haible  <bruno@clisp.org>
5228
5229         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
5230         * modules/isnanl-tests (configure.ac): Likewise.
5231
5232 2007-04-03  Ben Pfaff  <blp@gnu.org>
5233
5234         * modules/iconv_open: Add $(srcdir)/ to source directory
5235         references in Makefile fragments that call gperf, to fix VPATH
5236         builds.
5237
5238 2007-04-03  Bruno Haible  <bruno@clisp.org>
5239
5240         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
5241         * lib/ldexpl.c: Undo last change.
5242
5243 2007-04-03  Bruno Haible  <bruno@clisp.org>
5244
5245         * modules/printf-frexpl (Depends-on): Undo last change.
5246         (Files): Add m4/ldexpl.m4.
5247
5248 2007-04-03  Bruno Haible  <bruno@clisp.org>
5249
5250         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
5251         * modules/isnanl (Link): New section.
5252
5253         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
5254         * modules/frexp (Link): New section.
5255
5256         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
5257         * modules/frexpl (Link): New section.
5258
5259         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
5260         * modules/ldexpl (Link): New section.
5261
5262 2007-04-03  Bruno Haible  <bruno@clisp.org>
5263
5264         * modules/TEMPLATE-EXTENDED: New file.
5265         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
5266
5267 2007-04-03  Bruno Haible  <bruno@clisp.org>
5268
5269         * DEPENDENCIES: New file.
5270         Suggested by Simon Josefsson.
5271
5272 2007-04-03  Bruno Haible  <bruno@clisp.org>
5273
5274         * doc/gnulib.texi: Escape @.
5275
5276 2007-04-03  James Youngman  <jay@gnu.org>
5277         and Paul Eggert  <eggert@cs.ucla.edu>
5278
5279         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
5280         birthtime on all systems that have birthtime, not just those which
5281         use st_birthtimensec rather than st_birthtim.  Putting zero in
5282         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
5283         that the birth time is not available for files on an NFS mount.
5284
5285 2007-04-03  Simon Josefsson  <simon@josefsson.org>
5286
5287         * modules/memxor: Move back from crypto/, suggested by Bruno.
5288         * modules/crypto/hmac-sha1: Fix memxor dependency.
5289
5290         * modules/crypto/gc: Moved from ../.
5291
5292 2007-04-02  Eric Blake  <ebb9@byu.net>
5293
5294         * lib/ldexpl.c (includes): Avoid libm.
5295
5296         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
5297
5298 2007-04-02  Bruno Haible  <bruno@clisp.org>
5299
5300         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
5301         on IRIX.
5302
5303 2007-04-02  Bruno Haible  <bruno@clisp.org>
5304
5305         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
5306         x86 or x86_64 platforms running MacOS X.
5307         Reported by Ryan Schmidt <@ryandesign.com>.
5308
5309 2007-04-02  Bruno Haible  <bruno@clisp.org>
5310
5311         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
5312         i386.
5313
5314 2007-04-01  Simon Josefsson  <simon@josefsson.org>
5315
5316         * modules/crypto/arcfour: Moved from ../.
5317         * modules/crypto/arcfour-tests: Moved from ../.
5318         * modules/crypto/arctwo: Moved from ../.
5319         * modules/crypto/arctwo-tests: Moved from ../.
5320         * modules/crypto/des: Moved from ../.
5321         * modules/crypto/des-tests: Moved from ../.
5322         * modules/crypto/gc-arcfour: Moved from ../.
5323         * modules/crypto/gc-arcfour-tests: Moved from ../.
5324         * modules/crypto/gc-arctwo: Moved from ../.
5325         * modules/crypto/gc-arctwo-tests: Moved from ../.
5326         * modules/crypto/gc-des: Moved from ../.
5327         * modules/crypto/gc-des-tests: Moved from ../.
5328         * modules/crypto/gc-hmac-md5: Moved from ../.
5329         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
5330         * modules/crypto/gc-hmac-sha1: Moved from ../.
5331         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
5332         * modules/crypto/gc-md2: Moved from ../.
5333         * modules/crypto/gc-md2-tests: Moved from ../.
5334         * modules/crypto/gc-md4: Moved from ../.
5335         * modules/crypto/gc-md4-tests: Moved from ../.
5336         * modules/crypto/gc-md5: Moved from ../.
5337         * modules/crypto/gc-md5-tests: Moved from ../.
5338         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
5339         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
5340         * modules/crypto/gc-random: Moved from ../.
5341         * modules/crypto/gc-rijndael: Moved from ../.
5342         * modules/crypto/gc-rijndael-tests: Moved from ../.
5343         * modules/crypto/gc-sha1: Moved from ../.
5344         * modules/crypto/gc-sha1-tests: Moved from ../.
5345         * modules/crypto/gc-tests: Moved from ../.
5346         * modules/crypto/hmac-md5: Moved from ../.
5347         * modules/crypto/hmac-md5-tests: Moved from ../.
5348         * modules/crypto/hmac-sha1: Moved from ../.
5349         * modules/crypto/hmac-sha1-tests: Moved from ../.
5350         * modules/crypto/md2: Moved from ../.
5351         * modules/crypto/md2-tests: Moved from ../.
5352         * modules/crypto/md4: Moved from ../.
5353         * modules/crypto/md4-tests: Moved from ../.
5354         * modules/crypto/md5: Moved from ../.
5355         * modules/crypto/md5-tests: Moved from ../.
5356         * modules/crypto/memxor: Moved from ../.
5357         * modules/crypto/rijndael: Moved from ../.
5358         * modules/crypto/rijndael-tests: Moved from ../.
5359         * modules/crypto/sha1: Moved from ../.
5360
5361 2007-03-30  James Youngman  <jay@gnu.org>
5362
5363         * tests/test-stat-time.c (prepare_test): use chmod() rather than
5364         rename() to change the ctime of a file (because ctime is unaffected
5365         by rename on jfs2 on AIX 5.1).
5366         (main): Start by doing cleanup, in case a previous run failed leaving
5367         test files behind.
5368
5369 2007-03-31  Bruno Haible  <bruno@clisp.org>
5370
5371         Support old proprietary implementations of iconv.
5372         * modules/iconv_open: New file.
5373         * lib/iconv_.h: New file.
5374         * m4/iconv_h.m4: New file.
5375         * lib/iconv_open.c: New file.
5376         * lib/iconv_open-aix.gperf: New file.
5377         * lib/iconv_open-hpux.gperf: New file.
5378         * lib/iconv_open-irix.gperf: New file.
5379         * lib/iconv_open-osf.gperf: New file.
5380         * m4/iconv_open.m4: New file.
5381         * modules/linebreak (Depends-on): Add iconv_open.
5382         * modules/striconv (Depends-on): Likewise.
5383         * modules/striconveh (Depends-on): Likewise.
5384         * modules/unicodeio (Depends-on): Likewise.
5385         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
5386         (iconv_t)(-1).
5387         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
5388         conversion if cd is (iconv_t)(-1).
5389         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
5390         is not possible.
5391
5392 2007-03-31  Bruno Haible  <bruno@clisp.org>
5393
5394         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
5395         work on Solaris either. Protect also second use of "autodetect_jp".
5396
5397 2007-03-31  Bruno Haible  <bruno@clisp.org>
5398
5399         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
5400         the function is not present.
5401
5402 2007-03-31  Bruno Haible  <bruno@clisp.org>
5403
5404         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
5405         the function is not present.
5406
5407 2007-03-31  Bruno Haible  <bruno@clisp.org>
5408
5409         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
5410         a bug in HP-UX iconv_open().
5411
5412 2007-03-31  Bruno Haible  <bruno@clisp.org>
5413
5414         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
5415         (Mathematics <math.h>): New section, add fpieee.
5416         (Input/output <stdio.h>): Add fseterr.
5417         (Mathematics <math.h>): New section, add printf-frexp.
5418         (Container data structures): Add sublist.
5419         (Core language properties): Add fpucw, inline.
5420         (Functions for greatest-width integer types <inttypes.h>): Add
5421         imaxabs, imaxdiv, inttypes.
5422         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
5423         isnanl-nolibm, ldexp.
5424         (Mathematics <math.h>): New section, add printf-frexpl.
5425         (Support for systems lacking POSIX:2001): Add fprintf-posix,
5426         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
5427         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
5428         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
5429         (Unicode string functions): Add unistr/u*-mbtoucr.
5430         (Java): Add javacomp-script, javaexec-script.
5431         (C#): Add csharpcomp-script, csharpexec-script.
5432         (Support for building libraries and executables): Add havelib,
5433         relocatable-*.
5434         (Support for maintaining and releasing projects): Renamed from
5435         'Support for maintaining and release projects'. Add announce-gen.
5436
5437 2007-03-31  Bruno Haible  <bruno@clisp.org>
5438
5439         * README: Talk primarily about git.
5440         (git and CVS): Renamed from CVS.
5441         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
5442         gnulib is available through git.
5443         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
5444
5445 2007-03-30  Bruno Haible  <bruno@clisp.org>
5446
5447         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
5448         * lib/poll_.h: Likewise.
5449         * lib/stat_.h: Likewise.
5450         * lib/sys_time_.h: Likewise.
5451         * lib/sysexit_.h: Likewise.
5452         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
5453         * lib/stdbool_.h: Likewise.
5454         * lib/byteswap_.h: Add double-inclusion guard.
5455
5456 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
5457
5458         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
5459
5460 2007-03-30  Karl Berry  <karl@gnu.org>
5461
5462         * config/srclist-update: double space after USA in the license
5463         substitution, since that's how it's usually (?) written.
5464
5465 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
5466
5467         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
5468         reported by Bruno Haible.
5469
5470 2007-03-29  Bruno Haible  <bruno@clisp.org>
5471
5472         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
5473         a bug in AIX iconv().
5474
5475 2007-03-29  Bruno Haible  <bruno@clisp.org>
5476
5477         * modules/ldexpl-tests: New file.
5478         * tests/test-ldexpl.c: New file.
5479
5480 2007-03-29  Bruno Haible  <bruno@clisp.org>
5481
5482         * lib/ldexpl.c: Include fpucw.h.
5483         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
5484         multiplication.
5485         * modules/ldexpl (Depends-on): Add fpucw.
5486
5487 2007-03-29  Bruno Haible  <bruno@clisp.org>
5488
5489         * modules/ldexpl: New file.
5490         * m4/ldexpl.m4: New file.
5491         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
5492         set.
5493         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
5494         REPLACE_LDEXPL.
5495         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
5496         REPLACE_LDEXPL.
5497         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
5498         gl_FUNC_LDEXPL_WORKS.
5499         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
5500         * modules/mathl (Files): Remove lib/ldexpl.c.
5501         (Depends-on): Add ldexpl.
5502
5503 2007-03-29  Bruno Haible  <bruno@clisp.org>
5504
5505         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
5506
5507 2007-03-29  Bruno Haible  <bruno@clisp.org>
5508
5509         * tests/test-striconveh.c (main): Don't assume that a direct conversion
5510         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
5511         and possibly also HP-UX.
5512         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
5513         work on AIX, IRIX, HP-UX, OSF/1.
5514         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
5515         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
5516         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
5517         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
5518         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
5519         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
5520
5521 2007-03-29  Bruno Haible  <bruno@clisp.org>
5522
5523         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
5524
5525 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
5526
5527         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
5528         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
5529
5530 2007-03-29  Eric Blake  <ebb9@byu.net>
5531
5532         * lib/acl-internal.h: Remove redundant include.
5533         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
5534         Cygwin when a file is locked.
5535
5536 2007-03-29  Bruno Haible  <bruno@clisp.org>
5537
5538         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
5539         file.
5540         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
5541
5542 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
5543
5544         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
5545         try to remove a parent directory if the child couldn't be removed
5546         (except for the first rmdir, which could fail because the child
5547         doesn't exist).  Problem reported by Jeff Blaine in
5548         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
5549
5550 2007-03-28  Bruno Haible  <bruno@clisp.org>
5551
5552         * lib/striconveh.c (utf8conv_carefully): New function.
5553         (mem_cd_iconveh_internal): Invoke it.
5554
5555 2007-03-28  Bruno Haible  <bruno@clisp.org>
5556
5557         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
5558         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
5559         input.
5560         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
5561         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
5562         unistr/u8-uctomb.
5563
5564 2007-03-28  Bruno Haible  <bruno@clisp.org>
5565
5566         * modules/unistr/u8-mbtoucr: New file.
5567         * lib/unistr/u8-mbtoucr.c: New file.
5568         * modules/unistr/u16-mbtoucr: New file.
5569         * lib/unistr/u16-mbtoucr.c: New file.
5570         * modules/unistr/u16-mbtoucr: New file.
5571         * lib/unistr/u16-mbtoucr.c: New file.
5572         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
5573
5574 2007-03-27  Simon Josefsson  <simon@josefsson.org>
5575             Bruno Haible  <bruno@clisp.org>
5576
5577         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
5578         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
5579         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
5580
5581         * m4/stdio_h.m4: Add stubs for vasprintf too.
5582
5583         * modules/stdio: Support vasprintf in sed command.
5584
5585         * modules/vasprintf: Depend on stdio for prototypes.  Remove
5586         vasprintf.h.  Add stdio module indicator.
5587
5588         * lib/stdio_.h: Declare asprintf and vasprintf, based on
5589         vasprintf.h.
5590
5591         * lib/vasprintf.h: File removed.
5592
5593         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
5594         * lib/vasprintf.c: Ditto.
5595         * lib/xvasprintf.c: Ditto.
5596         * tests/test-vasprintf-posix.c: Ditto.
5597         * tests/test-vasprintf.c: Ditto.
5598
5599 2007-03-27  Bruno Haible  <bruno@clisp.org>
5600
5601         Make vasnprintf multithread-safe.
5602         * lib/vasnprintf.c (decimal_point_char): New function.
5603         (VASNPRINTF): Use it.
5604         Suggested by Simon Josefsson.
5605
5606 2007-03-27  Eric Blake  <ebb9@byu.net>
5607
5608         Support sub-second birthtime on cygwin.
5609         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
5610         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
5611         (get_stat_birthtime): Also work with st_birthtim.
5612
5613 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
5614
5615         * lib/stat-time.h (USE_BIRTHTIME): Remove.
5616         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
5617         (get_stat_birthtime_ns): Do not try to use "spare" fields.
5618         (get_stat_birthtime_ns): Simplify compile-time tests.
5619         (get_stat_birthtime): Change the API to look like
5620         get_stat_mtime etc., except return a negative tv_nsec on error.
5621         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
5622         Don't check for "spare" fields.
5623         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
5624         or for struct stat.st_birthtime, as these tests aren't used.
5625         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
5626
5627 2007-03-27  Bruno Haible  <bruno@clisp.org>
5628
5629         * lib/stat-time.h: Include <sys/stat.h>.
5630
5631 2007-03-27  James Youngman  <jay@gnu.org>
5632
5633         * lib/stat-time.h (get_stat_birthtime): New function for
5634           retrieving st_birthtime as provided by UFS2 (hence *BSD).
5635         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
5636           and its variants.
5637         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
5638         * modules/stat-time-test: New file.
5639         * tests/test-stat-time.c: New test, devised by Bruno Haible.
5640
5641 2007-03-26  Bruno Haible  <bruno@clisp.org>
5642
5643         Better support of signalling NaNs.
5644         * lib/atanl.c: Include isnanl.h.
5645         (atanl): Perform test for NaN at the beginning of the function and
5646         through a call to isnanl.
5647         * lib/cosl.c: Include isnanl.h.
5648         (cosl): Perform test for NaN at the beginning of the function and
5649         through a call to isnanl.
5650         * lib/ldexpl.c: Include isnanl.h.
5651         (ldexpl): Perform test for NaN through a call to isnanl.
5652         * lib/logl.c: Include isnanl.h.
5653         (logl): Perform test for NaN at the beginning of the function and
5654         through a call to isnanl.
5655         * lib/sinl.c: Include isnanl.h.
5656         (sinl): Perform test for NaN at the beginning of the function and
5657         through a call to isnanl.
5658         * lib/sqrtl.c: Include isnanl.h.
5659         (sqrtl): Perform test for NaN at the beginning of the function and
5660         through a call to isnanl.
5661         * lib/tanl.c: Include isnanl.h.
5662         (tanl): Perform test for NaN at the beginning of the function and
5663         through a call to isnanl.
5664         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
5665         * modules/mathl (Depends-on): Add isnanl.
5666
5667 2007-03-26  Eric Blake  <ebb9@byu.net>
5668
5669         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
5670         regression in logic sense of previous patch.
5671
5672 2007-03-26  Bruno Haible  <bruno@clisp.org>
5673
5674         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
5675         unportable shell command "if ! ...".
5676         Reported by Ralf Wildenhues.
5677
5678 2007-03-25  Bruno Haible  <bruno@clisp.org>
5679
5680         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
5681         <sysexits.h> file, and only add EX_CONFIG.
5682         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
5683         absolute file name and whether it is sufficient. Substitute also
5684         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
5685         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
5686         ABSOLUTE_SYSEXITS_H into sysexits.h.
5687
5688 2007-03-25  Bruno Haible  <bruno@clisp.org>
5689
5690         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
5691         hints is NULL.
5692
5693 2007-03-25  Bruno Haible  <bruno@clisp.org>
5694
5695         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
5696         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
5697
5698 2007-03-25  Bruno Haible  <bruno@clisp.org>
5699
5700         * lib/vasnprintf.c: Include langinfo.h.
5701         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
5702         multithread-safe.
5703         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
5704         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
5705         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
5706         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5707         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5708         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5709         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5710         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
5711         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5712         Reported by Simon Josefsson.
5713
5714 2007-03-25  Bruno Haible  <bruno@clisp.org>
5715
5716         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
5717         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
5718         * modules/vasnprintf (Depends-on): Add stdint.
5719
5720 2007-03-25  Bruno Haible  <bruno@clisp.org>
5721
5722         * modules/fpieee: New file.
5723         * m4/fpieee.m4: New file.
5724         * modules/isnan-nolibm (Depends-on): Add fpieee.
5725         * modules/isnanl-nolibm (Depends-on): Add fpieee.
5726         * modules/isnanl (Depends-on): Add fpieee.
5727
5728 2007-03-25  Bruno Haible  <bruno@clisp.org>
5729
5730         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
5731
5732 2007-03-25  Bruno Haible  <bruno@clisp.org>
5733
5734         Avoid test failures on IRIX 6.5.
5735         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
5736         (main): Use it.
5737         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
5738         macros.
5739         (main): Use them.
5740
5741 2007-03-25  Bruno Haible  <bruno@clisp.org>
5742
5743         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
5744         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
5745         exists but doesn't work.
5746         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
5747         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
5748         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
5749         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
5750
5751 2007-03-25  Bruno Haible  <bruno@clisp.org>
5752
5753         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
5754         returns inf. Needed on IRIX 6.5.
5755
5756 2007-03-25  Bruno Haible  <bruno@clisp.org>
5757
5758         * tests/test-frexpl.c: Include isnanl-nolibm.h.
5759         (main): Use isnanl instead of x != x idiom.
5760         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
5761
5762         * tests/test-frexp.c: Include isnan.h.
5763         (main): Use isnan instead of x != x idiom.
5764         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
5765
5766 2007-03-25  Bruno Haible  <bruno@clisp.org>
5767
5768         * tests/test-frexp.c (NaN): New function/macro.
5769         (main): Use it instead of 0.0 / 0.0.
5770         * tests/test-isnan.c (NaN): New function/macro.
5771         (main): Use it instead of 0.0 / 0.0.
5772         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
5773         (test_function): Use it instead of 0.0 / 0.0.
5774         * tests/test-vasprintf-posix.c (NaN): New function/macro.
5775         (test_function): Use it instead of 0.0 / 0.0.
5776         * tests/test-snprintf-posix.h (NaN): New function/macro.
5777         (test_function): Use it instead of 0.0 / 0.0.
5778         * tests/test-sprintf-posix.h (NaN): New function/macro.
5779         (test_function): Use it instead of 0.0 / 0.0.
5780         * tests/test-fprintf-posix.h (NaN): New function/macro.
5781         (test_function): Use it instead of 0.0 / 0.0.
5782         * tests/test-printf-posix.h (NaN): New function/macro.
5783         (test_function): Use it instead of 0.0 / 0.0.
5784
5785         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
5786
5787 2007-03-25  Bruno Haible  <bruno@clisp.org>
5788
5789         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
5790
5791 2007-03-25  Bruno Haible  <bruno@clisp.org>
5792
5793         * lib/regexec.c (merge_state_with_log): Make static.
5794
5795 2007-03-25  Bruno Haible  <bruno@clisp.org>
5796
5797         * lib/trigl.c (kernel_rem_pio2): Make static.
5798
5799 2007-03-25  Bruno Haible  <bruno@clisp.org>
5800
5801         * lib/sincosl.c (sincosl_table): Make static.
5802
5803 2007-03-25  Bruno Haible  <bruno@clisp.org>
5804
5805         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
5806         if the compiler does not support C99.
5807
5808 2007-03-25  Bruno Haible  <bruno@clisp.org>
5809
5810         * modules/time (Makefile.am): Ensure all rule action lines start with a
5811         tab.
5812
5813 2007-03-24  Bruno Haible  <bruno@clisp.org>
5814
5815         * modules/tsearch-tests: New file.
5816         * tests/test-tsearch.sh: New file.
5817         * tests/test-tsearch.c: New file, mostly copied from glibc.
5818
5819         * modules/search-tests: New file.
5820         * tests/test-search.c: New file.
5821
5822         * modules/search: New file.
5823         * lib/search_.h: New file, incorporating lib/tsearch.h.
5824         * m4/search_h.m4: New file.
5825         * lib/tsearch.h: Remove file.
5826         * lib/tsearch.c: Include search.h instead of tsearch.h.
5827         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
5828         HAVE_TSEARCH.
5829         * modules/tsearch (Files): Remove lib/tsearch.h.
5830         (Depends-on): Add search.
5831         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
5832         (Include): Change tsearch.h into search.h.
5833
5834 2007-03-24  Bruno Haible  <bruno@clisp.org>
5835
5836         * modules/fpucw: New file.
5837         * lib/fpucw.h: New file.
5838         * lib/frexp.c: Include fpucw.h.
5839         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
5840         (FUNC): Use them.
5841         * lib/printf-frexp.c: Include fpucw.h.
5842         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
5843         (FUNC): Use them.
5844         * lib/vasnprintf.c: Include fpucw.h.
5845         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
5846         'long double' calculations.
5847         * tests/test-frexpl.c: Include fpucw.h.
5848         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
5849         * tests/test-printf-frexpl.c: Include fpucw.h.
5850         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
5851         * modules/frexpl (Depends-on): Add fpucw.
5852         * modules/printf-frexpl (Depends-on): Likewise.
5853         * modules/fprintf-posix (Depends-on): Likewise.
5854         * modules/snprintf-posix (Depends-on): Likewise.
5855         * modules/sprintf-posix (Depends-on): Likewise.
5856         * modules/vasnprintf-posix (Depends-on): Likewise.
5857         * modules/vasprintf-posix (Depends-on): Likewise.
5858         * modules/vfprintf-posix (Depends-on): Likewise.
5859         * modules/vsnprintf-posix (Depends-on): Likewise.
5860         * modules/vsprintf-posix (Depends-on): Likewise.
5861         * modules/frexpl-tests (Depends-on): Likewise.
5862         * modules/printf-frexpl-tests (Depends-on): Likewise.
5863
5864 2007-03-24  Bruno Haible  <bruno@clisp.org>
5865
5866         * lib/float+.h: New file.
5867         * lib/isnan.c: Include float+.h.
5868         (SIZE): New macro.
5869         (FUNC): Compare only SIZE bytes of the value.
5870         * lib/vasnprintf.c: Include float+.h.
5871         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
5872         SIZEOF_LDBL or SIZEOF_DBL bytes.
5873         * modules/isnan-nolibm (Files): Add lib/float+.h.
5874         * modules/isnanl-nolibm (Files): Add lib/float+.h.
5875         * modules/isnanl (Files): Add lib/float+.h.
5876         * modules/vasnprintf (Files): Add lib/float+.h.
5877
5878 2007-03-24  Bruno Haible  <bruno@clisp.org>
5879
5880         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
5881         include isnanl-nolibm.h.
5882
5883 2007-03-24  Bruno Haible  <bruno@clisp.org>
5884
5885         * tests/test-read-file.c (main): Don't produce spurious output for
5886         expected situations. Make the test fail if it encountered unexpected
5887         results.
5888
5889 2007-03-24  Bruno Haible  <bruno@clisp.org>
5890
5891         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
5892         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
5893
5894 2007-03-24  Bruno Haible  <bruno@clisp.org>
5895
5896         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
5897
5898 2007-03-24  Bruno Haible  <bruno@clisp.org>
5899
5900         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
5901         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
5902
5903         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
5904         * modules/utf8-ucs4: Turn into a symbolic link to module
5905         unistr/u8-mbtouc.
5906
5907         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
5908         utf8-ucs4-unsafe.
5909         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
5910         unistr/u8-mbtouc-unsafe.
5911
5912         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
5913         * modules/utf16-ucs4: Turn into a symbolic link to module
5914         unistr/u16-mbtouc.
5915
5916         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
5917         utf16-ucs4-unsafe.
5918         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
5919         unistr/u16-mbtouc-unsafe.
5920
5921         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
5922         * modules/ucs4-utf8: Turn into a symbolic link to module
5923         unistr/u8-ubtomb.
5924
5925         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
5926         * modules/ucs4-utf16: Turn into a symbolic link to module
5927         unistr/u16-ubtomb.
5928
5929 2007-03-24  Bruno Haible  <bruno@clisp.org>
5930
5931         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
5932         Enable the function only if HAVE_INLINE.
5933         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
5934         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
5935         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
5936         Enable the function only if HAVE_INLINE.
5937         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
5938         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
5939         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
5940         Enable the function only if HAVE_INLINE.
5941         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
5942         Enable the function only if HAVE_INLINE.
5943         * modules/utf8-ucs4: Update.
5944         * modules/utf8-ucs4-unsafe: Update.
5945         * modules/utf16-ucs4: Update.
5946         * modules/utf16-ucs4-unsafe: Update.
5947         * modules/ucs4-utf8: Update.
5948         * modules/ucs4-utf16: Update.
5949
5950 2007-03-24  Bruno Haible  <bruno@clisp.org>
5951
5952         * lib/utf8-ucs4.h: Remove file.
5953         * lib/utf8-ucs4-unsafe.h: Remove file.
5954         * lib/utf16-ucs4.h: Remove file.
5955         * lib/utf16-ucs4-unsafe.h: Remove file.
5956         * lib/ucs4-utf8.h: Remove file.
5957         * lib/ucs4-utf16.h: Remove file.
5958         * lib/unistr.h: Include their previous contents.
5959         * m4/utf-ucs4.m4: Remove file.
5960         * m4/ucs4-utf.m4: Remove file.
5961         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
5962         (Depends-on): Add unistr/base.
5963         (configure.ac): Remove gl_UTF_UCS4.
5964         (Makefile.am): Update.
5965         (Include): Change to unistr.h.
5966         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
5967         (Depends-on): Add unistr/base.
5968         (configure.ac): Remove gl_UTF_UCS4.
5969         (Makefile.am): Update.
5970         (Include): Change to unistr.h.
5971         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
5972         (Depends-on): Add unistr/base.
5973         (configure.ac): Remove gl_UTF_UCS4.
5974         (Makefile.am): Update.
5975         (Include): Change to unistr.h.
5976         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
5977         (Depends-on): Add unistr/base.
5978         (configure.ac): Remove gl_UTF_UCS4.
5979         (Makefile.am): Update.
5980         (Include): Change to unistr.h.
5981         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
5982         (Depends-on): Add unistr/base.
5983         (configure.ac): Remove gl_UCS4_UTF.
5984         (Makefile.am): Update.
5985         (Include): Change to unistr.h.
5986         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
5987         (Depends-on): Add unistr/base.
5988         (configure.ac): Remove gl_UCS4_UTF.
5989         (Makefile.am): Update.
5990         (Include): Change to unistr.h.
5991         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
5992         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
5993         utf8-ucs4-unsafe.h.
5994         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
5995         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
5996         utf16-ucs4-unsafe.h.
5997         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
5998         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
5999         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
6000         * lib/unistr/u8-strchr.c: Likewise.
6001         * lib/unistr/u8-strrchr.c: Likewise.
6002         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
6003         * lib/unistr/u16-strchr.c: Likewise.
6004         * lib/unistr/u16-strrchr.c: Likewise.
6005         * lib/striconveh.c: Update.
6006         * lib/linebreak.c: Update.
6007
6008 2007-03-24  Bruno Haible  <bruno@clisp.org>
6009
6010         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
6011         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
6012
6013 2007-03-22  Bruno Haible  <bruno@clisp.org>
6014
6015         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
6016
6017 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
6018
6019         * MODULES.html.sh (File system functions): New module write-any-file.
6020         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
6021         * m4/write-any-file.m4: New files.
6022
6023 2007-03-23  Eric Blake  <ebb9@byu.net>
6024
6025         * gnulib-tool: Rearrange space-tab sequences, since some editors
6026         like to eat them.
6027
6028 2007-03-23  Eric Blake  <ebb9@byu.net>
6029
6030         * lib/version-etc.c (version_etc_va): Update license wording to
6031         be more concise.  Recommended by Richard Stallman.
6032
6033 2007-03-22  Bruno Haible  <bruno@clisp.org>
6034
6035         * lib/poll.c (MSG_PEEK): New fallback definition.
6036
6037 2007-03-22  Bruno Haible  <bruno@clisp.org>
6038
6039         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
6040         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
6041         (main): Update.
6042         Fixes a compilation error on BeOS.
6043
6044 2007-03-22  Bruno Haible  <bruno@clisp.org>
6045
6046         * modules/frexpl-tests: New file.
6047         * tests/test-frexpl.c: New file.
6048
6049         * modules/frexpl: New file.
6050         * m4/frexpl.m4: New file.
6051         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
6052         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
6053         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
6054         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
6055         (Depends-on): Add frexpl. Remove isnanl-nolibm.
6056         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
6057
6058 2007-03-22  Bruno Haible  <bruno@clisp.org>
6059
6060         * lib/frexpl.c: Share code with lib/frexp.c.
6061         * modules/mathl (Files): Add lib/frexp.c.
6062         (Depends-on): Add isnanl-nolibm.
6063
6064 2007-03-22  Bruno Haible  <bruno@clisp.org>
6065
6066         * modules/printf-frexp (Files): Add m4/frexp.m4.
6067         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
6068         only if the found frexp function actually works.
6069
6070 2007-03-22  Bruno Haible  <bruno@clisp.org>
6071
6072         * lib/frexp.c: Remove older implementation that uses divisions.
6073
6074 2007-03-21  Bruno Haible  <bruno@clisp.org>
6075
6076         * modules/frexp-tests: New file.
6077         * tests/test-frexp.c: New file.
6078
6079         * modules/frexp: New file.
6080         * lib/frexp.c: New file.
6081         * m4/frexp.m4: New file.
6082         * lib/math_.h (frexp): New declaration.
6083         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
6084         REPLACE_FREXP.
6085         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
6086
6087 2007-03-21  Bruno Haible  <bruno@clisp.org>
6088
6089         * modules/isnanl-tests: New file.
6090         * tests/test-isnanl.c: New file.
6091
6092         * modules/isnanl: New file.
6093         * lib/isnanl.h: New file.
6094         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
6095         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
6096         gl_FUNC_ISNANL_WORKS.
6097         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
6098         New macros.
6099
6100 2007-03-21  Bruno Haible  <bruno@clisp.org>
6101
6102         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
6103         lib/isnanl.h.
6104         (Include): Update.
6105         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
6106         * lib/vasnprintf.c: Update.
6107         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
6108         tests/test-isnanl.h, remove tests/test-isnanl.c.
6109         (Makefile.am): Update.
6110         * tests/test-isnanl-nolibm.c: New file.
6111         * tests/test-isnanl.h: New file.
6112         * tests/test-isnanl.c: Remove file.
6113
6114 2007-03-21  Jim Meyering  <jim@meyering.net>
6115
6116         When trying to open ".", treat ESTALE like EACCES.
6117         * lib/savewd.c (savewd_save): Resort to forking not just upon
6118         failure with EACCES, but also when errno is ESTALE.
6119
6120 2007-03-20  Bruno Haible  <bruno@clisp.org>
6121
6122         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
6123         Needed on AIX 5.1. Reported by Matthew Woehlke.
6124
6125 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6126
6127         Suggestions by Bruno Haible:
6128         * lib/acl-internal.h: Include "gettext.h" rather than rolling
6129         our own.
6130         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
6131         * modules/acl (Depends-on): Add gettext.
6132
6133 2007-03-19  Bruno Haible  <bruno@clisp.org>
6134
6135         * modules/iconvme: Remove file.
6136         * lib/iconvme.h: Remove file.
6137         * lib/iconvme.c: Remove file.
6138         * m4/iconvme.m4: Remove file.
6139
6140 2007-03-19  Bruno Haible  <bruno@clisp.org>
6141
6142         * doc/relocatable-maint.texi: Break long shell script line.
6143         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
6144
6145 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6146
6147         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
6148         handle file_has_acl.
6149         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
6150         * lib/acl.c: Move header inclusions and related macro defns into
6151         lib/acl-internal.h.
6152         (S_ISLNK): Remove defn, since that's now done for us.
6153         (file_has_acl): Move to lib/file-has-acl.c.
6154         Call acl_trivial if available.  This is the crucial part of the fix.
6155         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
6156         shared within the library.  Rewrite a bit, partly to make it compatible
6157         with the GNU coding style.
6158         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
6159         Remove unnecessary double-quotes.
6160         Don't test for acl_to_text; the build will catch that.
6161         Replace acl_entries if it doesn't exist and it is needed.
6162         Check for -lsec and acl_trivial (as used on Solaris 10).
6163         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
6164         lib/file-has-acl.c.
6165         (Depends-on): Add sys_stat, for S_ISLNK.
6166
6167 2007-03-19  Ben Pfaff  <blp@gnu.org>
6168
6169         * doc/gnulib.texi: Fix typos.
6170         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
6171
6172 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6173
6174         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
6175         If size is zero here, buf must be zero.
6176
6177 2007-03-19  Simon Josefsson  <simon@josefsson.org>
6178
6179         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
6180         <bruno@clisp.org>.
6181
6182 2007-03-18  Bruno Haible  <bruno@clisp.org>
6183
6184         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
6185         Suggested by Eric Blake.
6186
6187 2007-03-18  Ben Pfaff  <blp@gnu.org>
6188
6189         * doc/relocatable.texi: Recommend using as prefix a directory
6190         that does not exist and will never be created.  Based on
6191         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
6192         and others.
6193
6194 2007-03-17  Bruno Haible  <bruno@clisp.org>
6195
6196         * lib/fchownat.c: Include lchown.h.
6197
6198 2007-03-17  Bruno Haible  <bruno@clisp.org>
6199
6200         Fix endless loop when the given allocated size was > INT_MAX.
6201         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
6202         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
6203         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
6204         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
6205         * lib/sprintf.c (sprintf): Likewise.
6206
6207 2007-03-17  Bruno Haible  <bruno@clisp.org>
6208
6209         * tests/test-argp-2.sh (func_compare): Output a context diff.
6210
6211 2007-03-17  Bruno Haible  <bruno@clisp.org>
6212
6213         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
6214         locale's decimal-point character.
6215
6216 2007-03-17  Bruno Haible  <bruno@clisp.org>
6217
6218         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
6219         before comparing it. Needed because on some platforms (e.g. x86) a
6220         'long double' occupies less bytes than sizeof (long double).
6221
6222 2007-03-17  Bruno Haible  <bruno@clisp.org>
6223
6224         * tests/test-crc.c (main): Make printf statements 64-bit clean.
6225         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
6226         * tests/test-getaddrinfo.c (simple): Likewise.
6227         * tests/test-read-file.c (main): Likewise.
6228
6229 2007-03-17  Bruno Haible  <bruno@clisp.org>
6230
6231         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
6232
6233 2007-03-17  Bruno Haible  <bruno@clisp.org>
6234
6235         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
6236         unused variable.
6237
6238 2007-03-17  Bruno Haible  <bruno@clisp.org>
6239
6240         * tests/test-c-strcasecmp.c: Include c-strcase.h.
6241         * tests/test-c-strncasecmp.c: Likewise.
6242
6243 2007-03-17  Bruno Haible  <bruno@clisp.org>
6244
6245         * modules/stdlib (Depends-on): Add unistd.
6246         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
6247         Needed for MacOS X 10.3.
6248
6249 2007-03-17  Bruno Haible  <bruno@clisp.org>
6250
6251         * lib/unistr/u-strdup.h: Include <stdlib.h>.
6252
6253 2007-03-17  Bruno Haible  <bruno@clisp.org>
6254
6255         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
6256
6257 2007-03-17  Bruno Haible  <bruno@clisp.org>
6258
6259         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
6260         to reflect files copied from gnulib (with or without modifications).
6261         Suggested by Jim Meyering.
6262
6263 2007-03-17  Eric Blake  <ebb9@byu.net>
6264
6265         * NEWS: Document stdlib change from 2007-02-18.
6266
6267 2007-03-17  Jim Meyering  <jim@meyering.net>
6268
6269         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
6270         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
6271         someone uses a name containing shell meta-characters.
6272         Reported by Alfred M. Szmidt.
6273
6274         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
6275
6276 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
6277
6278         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
6279         and copy gettext configuration files only if configure.ac contains
6280         a use of AM_GNU_GETTEXT_VERSION.
6281
6282 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
6283
6284         * build-aux/bootstrap (gnulib_name): New variable.
6285         (gnulib_tool_options): Use it.
6286
6287 2007-03-13  Simon Josefsson  <simon@josefsson.org>
6288
6289         * tests/test-des.c: Use new namespace.
6290
6291 2007-03-15  Bruno Haible  <bruno@clisp.org>
6292
6293         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
6294         Reported by James Youngman <jay@gnu.org>.
6295
6296 2007-03-15  Bruno Haible  <bruno@clisp.org>
6297
6298         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
6299         declared prototype. Needed with cc on OSF/1 5.1.
6300
6301 2007-03-15  Bruno Haible  <bruno@clisp.org>
6302
6303         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
6304         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
6305         (struct gl_list_implementation): Add dispose_fn argument to the
6306         'create_empty', 'create' methods.
6307         (struct gl_list_impl_base): Add field 'dispose_fn'.
6308         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
6309         argument.
6310         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
6311         dispose_fn argument.
6312         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
6313         dispose_fn on the dropped values.
6314         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
6315         dispose_fn argument.
6316         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
6317         dropped values.
6318         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
6319         (gl_tree_remove_node): Call dispose_fn on the dropped value.
6320         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
6321         (gl_tree_remove_node): Call dispose_fn on the dropped value.
6322         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
6323         argument.
6324         (gl_tree_list_free): Call dispose_fn on the dropped values.
6325         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
6326         the dropped values.
6327         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
6328         Add dispose_fn argument.
6329         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
6330         Call dispose_fn on the dropped values.
6331         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
6332         Add dispose_fn argument.
6333         (gl_sublist_create): Initialize the 'dispose_fn' field.
6334         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
6335         * tests/test-array_list.c (main): Update.
6336         * tests/test-carray_list.c (main): Update.
6337         * tests/test-avltree_list.c (main): Update.
6338         * tests/test-rbtree_list.c (main): Update.
6339         * tests/test-avltreehash_list.c (main): Update.
6340         * tests/test-rbtreehash_list.c (main): Update.
6341         * tests/test-linked_list.c (main): Update.
6342         * tests/test-linkedhash_list.c (main): Update.
6343         * tests/test-array_oset.c (main): Update.
6344
6345 2007-03-15  Bruno Haible  <bruno@clisp.org>
6346
6347         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
6348         (gl_oset_create_empty): Add dispose_fn argument.
6349         (struct gl_oset_implementation): Add dispose_fn argument to
6350         'create_empty' method.
6351         (struct gl_oset_impl_base): Add dispose_fn field.
6352         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
6353         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
6354         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
6355         values.
6356         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
6357         (gl_tree_oset_free): Call dispose_fn on the dropped values.
6358         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
6359         dropped value.
6360         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
6361         dropped value.
6362         * tests/test-array_oset.c (main): Update.
6363         * tests/test-avltree_oset.c (main): Update.
6364         * tests/test-rbtree_oset.c (main): Update.
6365         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
6366
6367 2007-03-13  Bruno Haible  <bruno@clisp.org>
6368
6369         * tests/test-stdbool.c (i): Update after last patch.
6370
6371 2007-03-12  Bruno Haible  <bruno@clisp.org>
6372
6373         * lib/quotearg.c: Include <wctype.h> early, before the definition of
6374         the iswprint macro. Needed on Solaris 2.5.1.
6375
6376 2007-03-12  Bruno Haible  <bruno@clisp.org>
6377
6378         * tests/test-printf-frexp.c (main): Declare x as volatile.
6379
6380 2007-03-12  Simon Josefsson  <simon@josefsson.org>
6381
6382         * doc/gnulib.texi (Build robot for gnulib): New section.
6383
6384 2007-03-12  Jim Meyering  <jim@meyering.net>
6385
6386         * build-aux/bootstrap: New file.
6387         * build-aux/bootstrap.conf: New file, from coreutils.
6388
6389 2007-03-11  Bruno Haible  <bruno@clisp.org>
6390
6391         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
6392
6393 2007-03-12  Simon Josefsson  <simon@josefsson.org>
6394
6395         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
6396         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
6397         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
6398
6399 2007-03-11  Bruno Haible  <bruno@clisp.org>
6400
6401         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
6402         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
6403
6404 2007-03-11  Bruno Haible  <bruno@clisp.org>
6405
6406         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
6407         formula. Needed for SunPRO C 5.0.
6408
6409 2007-03-11  Bruno Haible  <bruno@clisp.org>
6410
6411         * modules/long-options (Depends-on): Add getopt.
6412
6413 2007-03-11  Bruno Haible  <bruno@clisp.org>
6414
6415         * modules/modechange (Depends-on): Add stdbool.
6416
6417 2007-03-11  Bruno Haible  <bruno@clisp.org>
6418
6419         * modules/i-ring (Depends-on): Add stdbool.
6420
6421 2007-03-11  Bruno Haible  <bruno@clisp.org>
6422
6423         * modules/gc-des (Depends-on): Add stdbool.
6424
6425 2007-03-11  Bruno Haible  <bruno@clisp.org>
6426
6427         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
6428
6429 2007-03-11  Bruno Haible  <bruno@clisp.org>
6430
6431         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
6432
6433 2007-03-11  Bruno Haible  <bruno@clisp.org>
6434
6435         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
6436
6437 2007-03-11  Bruno Haible  <bruno@clisp.org>
6438
6439         * lib/vasnprintf.c (sprintf): Undefine.
6440
6441 2007-03-11  Bruno Haible  <bruno@clisp.org>
6442
6443         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
6444         initializers in SunPRO C and Compaq C compilers.
6445
6446 2007-03-11  Bruno Haible  <bruno@clisp.org>
6447
6448         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
6449         decrementing code ANSI C compliant.
6450
6451 2007-03-11  Bruno Haible  <bruno@clisp.org>
6452
6453         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
6454         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
6455
6456 2007-03-11  Bruno Haible  <bruno@clisp.org>
6457
6458         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
6459         <stdbool.h> substitute doesn't pass.
6460
6461 2007-03-11  Bruno Haible  <bruno@clisp.org>
6462
6463         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
6464
6465 2007-03-11  Bruno Haible  <bruno@clisp.org>
6466
6467         * gnulib-tool (func_create_megatestdir): Create also an autobuild
6468         script, for submission to autobuild.josefsson.org.
6469
6470 2007-03-10  Bruno Haible  <bruno@clisp.org>
6471
6472         * modules/canonicalize-lgpl-tests: New file.
6473         * tests/test-canonicalize-lgpl.sh: New file.
6474         * tests/test-canonicalize-lgpl.c: New file.
6475
6476         * modules/c-strcase-tests: New file.
6477         * tests/test-c-strcase.sh: New file.
6478         * tests/test-c-strcasecmp.c: New file.
6479         * tests/test-c-strncasecmp.c: New file.
6480
6481         * modules/atexit-tests: New file.
6482         * tests/test-atexit.sh: New file.
6483         * tests/test-atexit.c: New file.
6484
6485 2007-03-10  Bruno Haible  <bruno@clisp.org>
6486
6487         * tests/test-binary-io.sh: Use temporary filenames that are not so
6488         likely to clash with those of other tests (in a parallel make).
6489         * tests/test-binary-io.c: Likewise.
6490
6491 2007-03-10  Bruno Haible  <bruno@clisp.org>
6492
6493         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
6494         fallback; use #error instead.
6495         Suggested by Simon Josefsson.
6496
6497 2007-03-10  Bruno Haible  <bruno@clisp.org>
6498
6499         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
6500         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
6501         first and the last.
6502
6503 2007-03-10  Bruno Haible  <bruno@clisp.org>
6504
6505         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
6506
6507 2007-03-10  Bruno Haible  <bruno@clisp.org>
6508
6509         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
6510         "make distcheck".
6511         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
6512         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
6513         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
6514
6515 2007-03-10  Bruno Haible  <bruno@clisp.org>
6516
6517         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
6518         variable.
6519         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
6520         variable.
6521
6522 2007-03-09  Eric Blake  <ebb9@byu.net>
6523         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
6524
6525         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
6526         types are not being provided by gnulib.
6527         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
6528         types are supported.
6529
6530 2007-03-10  Bruno Haible  <bruno@clisp.org>
6531
6532         * lib/stdio_.h (__attribute__): New macro.
6533         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
6534         vsprintf): Specify __attribute__ __format__ for GCC.
6535         Suggested by Eric Blake.
6536
6537 2007-03-09  Bruno Haible  <bruno@clisp.org>
6538
6539         * modules/printf-posix-tests: New file.
6540         * tests/test-printf-posix.sh: New file.
6541         * tests/test-printf-posix.c: New file.
6542
6543         * modules/printf-posix: New file.
6544         * lib/printf.c: New file.
6545         * m4/printf-posix-rpl.m4: New file.
6546         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
6547         REPLACE_PRINTF.
6548         * lib/stdio_.h (printf): New declaration.
6549         (format, __format__, ____printf____, ____scanf____, ____strftime____,
6550         ____strfmon____): New macros.
6551         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
6552         REPLACE_PRINTF.
6553
6554 2007-03-09  Bruno Haible  <bruno@clisp.org>
6555
6556         * tests/test-vasnprintf-posix2.sh: New file.
6557         * tests/test-vasnprintf-posix2.c: New file.
6558         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
6559         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
6560         (Makefile.am): Activate test-vasnprintf-posix2.sh.
6561
6562         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
6563         a locale dependent decimal point, rather than always '.'.
6564
6565 2007-03-09  Eric Blake  <ebb9@byu.net>
6566
6567         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
6568         spite of platforms like Tandem/NSK that define it to -1.
6569
6570 2007-03-08  Bruno Haible  <bruno@clisp.org>
6571
6572         * modules/vprintf-posix-tests: New file.
6573         * tests/test-vprintf-posix.sh: New file.
6574         * tests/test-vprintf-posix.c: New file.
6575         * tests/test-printf-posix.h: New file.
6576
6577         * modules/vprintf-posix: New file.
6578         * lib/vprintf.c: New file.
6579         * m4/vprintf-posix.m4: New file.
6580         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
6581         REPLACE_VPRINTF.
6582         * lib/stdio_.h (vprintf): New declaration.
6583         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
6584         REPLACE_VPRINTF.
6585
6586 2007-03-08  Bruno Haible  <bruno@clisp.org>
6587
6588         * modules/fprintf-posix-tests: New file.
6589         * tests/test-fprintf-posix.sh: New file.
6590         * tests/test-fprintf-posix.c: New file.
6591
6592         * modules/fprintf-posix: New file.
6593         * lib/fprintf.c: New file.
6594         * m4/fprintf-posix.m4: New file.
6595         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
6596         REPLACE_FPRINTF.
6597         * lib/stdio_.h (fprintf): New declaration.
6598         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
6599         REPLACE_FPRINTF.
6600
6601 2007-03-08  Bruno Haible  <bruno@clisp.org>
6602
6603         * modules/vfprintf-posix-tests: New file.
6604         * tests/test-vfprintf-posix.sh: New file.
6605         * tests/test-vfprintf-posix.c: New file.
6606         * tests/test-fprintf-posix.h: New file.
6607         * tests/test-fprintf-posix.out: New file.
6608
6609         * modules/vfprintf-posix: New file.
6610         * lib/vfprintf.c: New file.
6611         * m4/vfprintf-posix.m4: New file.
6612         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
6613         REPLACE_VFPRINTF.
6614         * lib/stdio_.h (vfprintf): New declaration.
6615         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
6616         REPLACE_VFPRINTF.
6617
6618 2007-03-08  Bruno Haible  <bruno@clisp.org>
6619
6620         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
6621
6622 2007-03-08  Bruno Haible  <bruno@clisp.org>
6623
6624         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
6625         instead of 'expr' invocations.
6626         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6627         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6628         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6629         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6630         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6631         Suggested by Paul Eggert.
6632
6633 2007-03-08  Bruno Haible  <bruno@clisp.org>
6634
6635         * modules/fseterr-tests: New file.
6636         * tests/test-fseterr.c: New file.
6637
6638         * modules/fseterr: New file.
6639         * lib/fseterr.h: New file.
6640         * lib/fseterr.c: New file.
6641
6642 2007-03-08  Bruno Haible  <bruno@clisp.org>
6643
6644         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
6645         * lib/getopt_.h: Likewise.
6646         * lib/mbswidth.h: Likewise.
6647         * lib/setenv.h: Likewise.
6648         * lib/vasnprintf.h: Likewise.
6649         * lib/vasprintf.h: Likewise.
6650         * lib/verror.h: Likewise.
6651         * lib/xsetenv.h: Likewise.
6652         * lib/xvasprintf.h: Likewise.
6653
6654 2007-03-08  Jim Meyering  <jim@meyering.net>
6655
6656         * users.txt: Add parted.
6657
6658         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
6659
6660 2007-03-07  Bruno Haible  <bruno@clisp.org>
6661
6662         * m4/printf.m4: Make the shell script snippets copy&pastable.
6663
6664 2007-03-02  Bruno Haible  <bruno@clisp.org>
6665
6666         * lib/netinet_in_.h: New file.
6667         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
6668         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
6669         * modules/netinet_in (Files): Add lib/netinet_in_.h.
6670         (Depends-on): Add absolute-header.
6671         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
6672         into netinet/in.h.
6673
6674 2007-03-03  Bruno Haible  <bruno@clisp.org>
6675
6676         * lib/sys_select_.h: New file.
6677         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
6678         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
6679         * modules/sys_select (Files): Add lib/sys_select_.h.
6680         (Depends-on): Add absolute-header.
6681         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
6682         into sys/select.h.
6683
6684 2007-03-02  Bruno Haible  <bruno@clisp.org>
6685
6686         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
6687         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
6688         values.
6689         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
6690         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
6691         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
6692         * modules/sys_socket (Depends-on): Add absolute-header.
6693         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
6694         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
6695         (Include): Remove requirement of inclusion of <sys/types.h>.
6696
6697 2007-03-02  Bruno Haible  <bruno@clisp.org>
6698
6699         * lib/byteswap_.h (bswap_32): Fix formula.
6700
6701 2007-03-06  Bruno Haible  <bruno@clisp.org>
6702
6703         * modules/sprintf-posix-tests: New file.
6704         * tests/test-sprintf-posix.c: New file.
6705
6706         * modules/sprintf-posix: New file.
6707         * lib/sprintf.c: New file.
6708         * m4/sprintf-posix.m4: New file.
6709         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
6710         REPLACE_SPRINTF.
6711         * lib/stdio_.h (sprintf): New declaration.
6712         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
6713         REPLACE_SPRINTF.
6714
6715 2007-03-06  Bruno Haible  <bruno@clisp.org>
6716
6717         * modules/vsprintf-posix-tests: New file.
6718         * tests/test-vsprintf-posix.c: New file.
6719         * tests/test-sprintf-posix.h: New file.
6720
6721         * modules/vsprintf-posix: New file.
6722         * lib/vsprintf.c: New file.
6723         * m4/vsprintf-posix.m4: New file.
6724         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
6725         REPLACE_VSPRINTF.
6726         * lib/stdio_.h (vsprintf): New declaration.
6727         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
6728         REPLACE_VSPRINTF.
6729
6730 2007-03-06  Bruno Haible  <bruno@clisp.org>
6731
6732         * modules/vsnprintf (Depend-on): Remove minmax.
6733
6734 2007-03-06  Bruno Haible  <bruno@clisp.org>
6735
6736         * modules/snprintf-posix-tests: New file.
6737         * tests/test-snprintf-posix.c: New file.
6738
6739         * modules/snprintf-posix: New file.
6740         * m4/snprintf-posix.m4: New file.
6741         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
6742         gl_FUNC_SNPRINTF.
6743         (gl_FUNC_SNPRINTF): Invoke it.
6744         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
6745         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
6746         is set.
6747         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
6748
6749 2007-03-06  Bruno Haible  <bruno@clisp.org>
6750
6751         * modules/vsnprintf-posix-tests: New file.
6752         * tests/test-vsnprintf-posix.c: New file.
6753         * tests/test-snprintf-posix.h: New file.
6754
6755         * modules/vsnprintf-posix: New file.
6756         * m4/vsnprintf-posix.m4: New file.
6757         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
6758         gl_FUNC_VSNPRINTF.
6759         (gl_FUNC_VSNPRINTF): Invoke it.
6760         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
6761         * lib/stdio_.h (vsnprintf): Define as a replacement if
6762         REPLACE_VSNPRINTF is set.
6763         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
6764
6765 2007-03-06  Bruno Haible  <bruno@clisp.org>
6766
6767         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
6768         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
6769
6770 2007-03-06  Bruno Haible  <bruno@clisp.org>
6771
6772         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
6773         (asinl): Declare also if HAVE_DECL_ASINL is set.
6774         (atanl): Declare also if HAVE_DECL_ATANL is set.
6775         (ceill): Declare also if HAVE_DECL_CEILL is set.
6776         (cosl): Declare also if HAVE_DECL_COSL is set.
6777         (expl): Declare also if HAVE_DECL_EXPL is set.
6778         (floorl): Declare also if HAVE_DECL_FLOORL is set.
6779         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
6780         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
6781         (logl): Declare also if HAVE_DECL_LOGL is set.
6782         (sinl): Declare also if HAVE_DECL_SINL is set.
6783         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
6784         (tanl): Declare also if HAVE_DECL_TANL is set.
6785         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
6786         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
6787         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
6788         declaration of frexpl, ldexpl.
6789         * modules/printf-frexpl (Depends-on): Add math.
6790         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
6791
6792 2007-03-05  Bruno Haible  <bruno@clisp.org>
6793
6794         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
6795         frexpl and ldexpl are declared.
6796         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
6797
6798 2007-03-05  Bruno Haible  <bruno@clisp.org>
6799
6800         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
6801         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
6802
6803 2007-03-05  Bruno Haible  <bruno@clisp.org>
6804
6805         * lib/stdio_.h: Include <stddef.h>.
6806
6807 2007-03-05  Bruno Haible  <bruno@clisp.org>
6808
6809         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
6810
6811 2007-03-05  Bruno Haible  <bruno@clisp.org>
6812
6813         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
6814         NetBSD 4, from Ralf Wildenhues.
6815
6816 2007-03-04  Bruno Haible  <bruno@clisp.org>
6817
6818         * lib/vasprintf.h: Update #if logic for the case when the functions
6819         exist but are overridden.
6820
6821 2007-03-04  Bruno Haible  <bruno@clisp.org>
6822
6823         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
6824         implementations: glibc-2.4 and MacOS X 10.3.
6825         * tests/test-vasnprintf-posix.c (test_function): Test also the case
6826         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
6827         * tests/test-vasprintf-posix.c (test_function): Likewise.
6828
6829 2007-03-04  Bruno Haible  <bruno@clisp.org>
6830
6831         * modules/vasprintf-posix-tests: New file.
6832         * tests/test-vasprintf-posix.c: New file.
6833
6834         * modules/vasprintf-posix: New file.
6835         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
6836         defined.
6837         * m4/vasprintf-posix.m4: New file.
6838         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
6839         gl_FUNC_VASPRINTF.
6840         (gl_FUNC_VASPRINTF): Invoke it.
6841         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
6842         here.
6843         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
6844
6845 2007-03-04  Bruno Haible  <bruno@clisp.org>
6846
6847         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
6848         REPLACE_GETTIMEOFDAY.
6849         * modules/sys_time (Makefile.am): Likewise.
6850         * m4/sys_time_h.m4: Likewise.
6851         * m4/gettimeofday.m4: Likewise.
6852
6853 2007-03-04  Bruno Haible  <bruno@clisp.org>
6854
6855         * modules/vasnprintf-posix-tests: New file.
6856         * tests/test-vasnprintf-posix.c: New file.
6857
6858         * modules/vasnprintf-posix: New file.
6859         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
6860         printf-frexpl.h.
6861         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
6862         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
6863         REPLACE_VASNPRINTF is defined.
6864         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
6865         gl_FUNC_VASNPRINTF.
6866         (gl_FUNC_VASNPRINTF): Invoke it.
6867         * m4/vasnprintf-posix.m4: New file.
6868         * m4/printf.m4: New file.
6869
6870 2007-03-04  Bruno Haible  <bruno@clisp.org>
6871
6872         Compile progreloc.c only if --enable-relocatable is specified.
6873         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
6874         if --enable-relocatable was specified.
6875         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
6876         lib_SOURCES.
6877
6878 2007-03-04  Jim Meyering  <jim@meyering.net>
6879
6880         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
6881         Use it consistently, rather than enumerating errno constants.
6882
6883 2007-03-04  Bruno Haible  <bruno@clisp.org>
6884
6885         * modules/xvasprintf-tests: New file.
6886         * tests/test-xvasprintf.c: New file.
6887
6888         * modules/vasprintf-tests: New file.
6889         * tests/test-vasprintf.c: New file.
6890
6891         * modules/vasnprintf-tests: New file.
6892         * tests/test-vasnprintf.c: New file.
6893
6894         * modules/vsnprintf-tests: New file.
6895         * tests/test-vsnprintf.c: New file.
6896
6897         * modules/snprintf-tests: New file.
6898         * tests/test-snprintf.c: New file.
6899
6900 2007-03-04  Bruno Haible  <bruno@clisp.org>
6901
6902         Compile relocatable.c only if --enable-relocatable is specified.
6903         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
6904         gl_RELOCATABLE_LIBRARY.
6905         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
6906         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
6907         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
6908         gl_RELOCATABLE_LIBRARY.
6909         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
6910         (Makefile.am): Remove lib_SOURCES.
6911         * modules/relocatable-lib-lgpl (configure.ac): Invoke
6912         gl_RELOCATABLE_LIBRARY.
6913         (Makefile.am): Remove lib_SOURCES.
6914         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
6915         always.
6916         * modules/relocatable-prog-wrapper (configure.ac): Invoke
6917         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
6918
6919 2007-03-04  Bruno Haible  <bruno@clisp.org>
6920
6921         * modules/argmatch-tests: New file.
6922         * tests/test-argmatch.c: New file.
6923
6924         * tests/test-allocsa.c (main): Halve the number of loop runs.
6925
6926         * modules/alloca-opt-tests: New file.
6927         * tests/test-alloca-opt.c: New file.
6928
6929 2007-03-04  Jim Meyering  <jim@meyering.net>
6930
6931         Work around difference between Linux ACLs and Solaris 10 ZFS.
6932         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
6933         for EINVAL.
6934
6935 2007-03-03  Bruno Haible  <bruno@clisp.org>
6936
6937         * modules/relocatable-prog (Depends-on): Add back progreloc's
6938         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
6939
6940 2007-03-03  Bruno Haible  <bruno@clisp.org>
6941
6942         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
6943         * modules/relocatable-lib: New file.
6944
6945 2007-03-03  Bruno Haible  <bruno@clisp.org>
6946
6947         * modules/relocatable-prog: Renamed from modules/relocatable.
6948         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
6949
6950 2007-03-03  Bruno Haible  <bruno@clisp.org>
6951
6952         * modules/relocatable-script (Files): Add doc/relocatable.texi,
6953         m4/relocatable-lib.m4.
6954         (Depends-on): Remove 'relocatable'.
6955         (configure.ac): Add gl_RELOCATABLE_NOP.
6956
6957 2007-03-03  Bruno Haible  <bruno@clisp.org>
6958
6959         * modules/relocatable-prog-wrapper: New file.
6960         * modules/relocatable (Depends-on): Add it. Remove all other
6961         dependencies except progname.
6962         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
6963
6964         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
6965         (gl_FUNC_STRERROR): Nop.
6966         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
6967
6968         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
6969         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
6970
6971         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
6972         (gl_FUNC_READLINK): Update.
6973
6974         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
6975
6976 2007-03-03  Bruno Haible  <bruno@clisp.org>
6977
6978         * lib/xreadlink.c: Include <unistd.h> unconditionally.
6979         * modules/xreadlink (Depends-on): Add unistd.
6980         * modules/xreadlink-with-size (Depends-on): Likewise.
6981
6982 2007-03-03  Bruno Haible  <bruno@clisp.org>
6983
6984         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
6985         extracted from gt_FUNC_SETENV.
6986         (gt_FUNC_SETENV): Remove macro.
6987         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
6988         remove gt_FUNC_SETENV.
6989
6990 2007-03-03  Bruno Haible  <bruno@clisp.org>
6991
6992         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
6993         ENABLE_RELOCATABLE here.
6994         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
6995
6996 2007-03-03  Bruno Haible  <bruno@clisp.org>
6997
6998         * modules/rbtreehash-list-tests (Depends-on): Add progname.
6999         * tests/test-rbtreehash_list.c: Include progname.h.
7000         (main): Call set_program_name.
7001
7002         * modules/rbtree-oset-tests (Depends-on): Add progname.
7003         * tests/test-rbtree_oset.c: Include progname.h.
7004         (main): Call set_program_name.
7005
7006         * modules/rbtree-list-tests (Depends-on): Add progname.
7007         * tests/test-rbtree_list.c: Include progname.h.
7008         (main): Call set_program_name.
7009
7010         * modules/linked-list-tests (Depends-on): Add progname.
7011         * tests/test-linked_list.c: Include progname.h.
7012         (main): Call set_program_name.
7013
7014 2007-03-03  Bruno Haible  <bruno@clisp.org>
7015
7016         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
7017         All uses of __restrict changed to _Restrict_.
7018         * lib/glob_.h (__restrict): Remove macro.
7019
7020 2007-03-02  Bruno Haible  <bruno@clisp.org>
7021
7022         * modules/gettext (configure.ac): Require gettext infrastructure
7023         from version 0.16.1.
7024
7025 2007-03-02  Bruno Haible  <bruno@clisp.org>
7026
7027         * modules/linkedhash-list-tests (Depends-on): Add progname.
7028         * tests/test-linkedhash_list.c: Include progname.h.
7029         (main): Call set_program_name.
7030
7031         * modules/carray-list-tests (Depends-on): Add progname.
7032         * tests/test-carray_list.c: Include progname.h.
7033         (main): Call set_program_name.
7034
7035         * modules/avltreehash-list-tests (Depends-on): Add progname.
7036         * tests/test-avltreehash_list.c: Include progname.h.
7037         (main): Call set_program_name.
7038
7039         * modules/avltree-oset-tests (Depends-on): Add progname.
7040         * tests/test-avltree_oset.c: Include progname.h.
7041         (main): Call set_program_name.
7042
7043         * modules/avltree-list-tests (Depends-on): Add progname.
7044         * tests/test-avltree_list.c: Include progname.h.
7045         (main): Call set_program_name.
7046
7047         * modules/array-oset-tests (Depends-on): Add progname.
7048         * tests/test-array_oset.c: Include progname.h.
7049         (main): Call set_program_name.
7050
7051         * modules/array-list-tests (Depends-on): Add progname.
7052         * tests/test-array_list.c: Include progname.h.
7053         (main): Call set_program_name.
7054
7055         * modules/argp-tests (Depends-on): Add progname.
7056         * tests/test-argp.c: Include argp.h first. Include progname.h.
7057         (main): Call set_program_name.
7058
7059 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
7060
7061         * doc/gnulib-tool.texi (Initial import): Reword description of
7062         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
7063         limited effect even if defined after the first system include.
7064
7065 2007-03-01  Bruno Haible  <bruno@clisp.org>
7066
7067         * build-aux/config.libpath: Update to libtool-1.5.22.
7068         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
7069
7070 2007-03-01  Bruno Haible  <bruno@clisp.org>
7071
7072         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
7073         foo_CFLAGS.
7074         Reported by Ralf Wildenhues.
7075
7076 2007-03-01  Bruno Haible  <bruno@clisp.org>
7077
7078         * build-aux/install-reloc: Remove object files left over by some
7079         compilers.
7080         Reported by Ralf Wildenhues.
7081
7082 2007-03-01  Bruno Haible  <bruno@clisp.org>
7083
7084         * build-aux/install-reloc: Break long lines.
7085
7086 2007-03-01  Bruno Haible  <bruno@clisp.org>
7087
7088         * doc/relocatable.texi: Document that it may not work on OpenBSD.
7089         Reported by Ralf Wildenhues.
7090
7091 2007-03-01  Bruno Haible  <bruno@clisp.org>
7092
7093         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
7094         include ordering constraints.
7095
7096 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
7097
7098         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
7099         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
7100         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
7101         as another example.
7102         * lib/time_.h: Fix misspelling.
7103         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7104         Require gl_HEADER_TIME_H_DEFAULTS.
7105         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
7106         * m4/time_r.m4 (gl_TIME_R): Likewise.
7107         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
7108
7109 2007-03-01  Bruno Haible  <bruno@clisp.org>
7110
7111         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
7112         * m4/utimens.m4 (gl_UTIMENS): Likewise.
7113
7114 2007-03-01  Jim Meyering  <jim@meyering.net>
7115
7116         * modules/xreadlink (Maintainer): Add my name.
7117         * modules/xreadlink-with-size (Depends-on): Alphabetize.
7118
7119 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
7120             Bruno Haible  <bruno@clisp.org>
7121
7122         * build-aux/install-reloc: Compile also c-ctype.c.
7123         * build-aux/relocatable.sh.in: New file.
7124         * doc/relocatable.texi: New file.
7125         * doc/relocatable-maint.texi: New file.
7126         * doc/gnulib.texi: Include relocatable-maint.texi.
7127         * lib/progreloc.c: Include unistd.h unconditionally.
7128         * lib/relocwrapper.c: Include unistd.h unconditionally.
7129         Include c-ctype.h.
7130         (add_dotbin): Use c_tolower.
7131         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
7132         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
7133         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
7134         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
7135         to m4/relocatable-lib.m4.
7136         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
7137         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
7138         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
7139         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
7140         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
7141         * modules/relocatable: New file.
7142         * modules/relocatable-lib: New file.
7143         * modules/relocatable-script: New file.
7144
7145 2007-02-28  Bruno Haible  <bruno@clisp.org>
7146
7147         Import --enable-relocatable infrastructure.
7148         * build-aux/config.libpath: New file, from GNU gettext.
7149         * build-aux/install-reloc: New file, from GNU gettext.
7150         * build-aux/reloc-ldflags: New file, from GNU gettext.
7151         * lib/relocatable.h: New file, from GNU gettext.
7152         * lib/relocatable.c: New file, from GNU gettext.
7153         * lib/relocwrapper.c: New file, from GNU gettext.
7154         * m4/relocatable.m4: New file, from GNU gettext.
7155
7156 2007-02-28  Bruno Haible  <bruno@clisp.org>
7157
7158         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
7159
7160         * modules/xreadlink: New file, from GNU gettext with modifications.
7161         * lib/xreadlink.c: New file, from GNU gettext.
7162         * lib/xreadlink.h: Add comments.
7163         (xreadlink): New declaration.
7164
7165         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
7166         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
7167         lib/xreadlink-with-size.c.
7168         (configure.ac): Remove gl_XREADLINK invocation.
7169         (Makefile.am): Augment lib_SOURCES.
7170         * m4/xreadlink.m4: Remove file.
7171         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
7172         (xreadlink_with_size): Renamed from xreadink.
7173         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
7174         * modules/canonicalize (Depends-on): Replace xreadlink with
7175         xreadlink-with-size.
7176         * lib/canonicalize.c (canonicalize_filename_mode): Update.
7177
7178 2007-02-25  Jim Meyering  <jim@meyering.net>
7179
7180         * build-aux/announce-gen: When complaining about excess arguments,
7181         list them.
7182
7183 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
7184
7185         * README: Document signed integer overflow situation more
7186         accurately.
7187
7188 2007-02-25  Bruno Haible  <bruno@clisp.org>
7189
7190         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
7191         'a' or 'A' conversion.
7192
7193 2007-02-25  Bruno Haible  <bruno@clisp.org>
7194
7195         * modules/filename: Renamed from modules/pathname.
7196         (Files): Replace lib/pathname.h with lib/filename.h. Replace
7197         lib/concatpath.c with lib/concat-filename.c.
7198         (Makefile.am): Update.
7199         (Include): Replace pathname.h with filename.h.
7200         * lib/filename.h: Renamed from lib/pathname.h.
7201         (concatenated_filename): Renamed from concatenated_pathname.
7202         * lib/concat-filename.c: Renamed from lib/concatpath.c.
7203         (concatenated_filename): Renamed from concatenated_pathname.
7204         * lib/findprog.c: Include filename.h instead of pathname.h.
7205         (find_in_path): Update.
7206         * lib/javacomp.c: Include filename.h instead of pathname.h.
7207         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
7208         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
7209         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
7210         is_oldgcj_14_13_usable, is_javac_usable): Update.
7211         * lib/javaexec.c: Include filename.h instead of pathname.h.
7212         (execute_java_class): Update.
7213         * modules/findprog: Update.
7214         * modules/javacomp: Update.
7215         * modules/javaexec: Update.
7216         * MODULES.html.sh (File system functions): Add 'filename', remove
7217         'pathname'.
7218
7219 2007-02-25  Bruno Haible  <bruno@clisp.org>
7220
7221         * modules/printf-frexpl-tests: New file.
7222         * tests/test-printf-frexpl.c: New file.
7223
7224         * modules/printf-frexpl: New file.
7225         * lib/printf-frexpl.h: New file.
7226         * lib/printf-frexpl.c: New file.
7227         * m4/printf-frexpl.m4: New file.
7228
7229 2007-02-25  Bruno Haible  <bruno@clisp.org>
7230
7231         * modules/printf-frexp-tests: New file.
7232         * tests/test-printf-frexp.c: New file.
7233
7234         * modules/printf-frexp: New file.
7235         * lib/printf-frexp.h: New file.
7236         * lib/printf-frexp.c: New file.
7237         * m4/printf-frexp.m4: New file.
7238
7239 2007-02-25  Bruno Haible  <bruno@clisp.org>
7240
7241         Assume automake >= 1.10 for the tests.
7242         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
7243         * modules/arctwo-tests: Likewise.
7244         * modules/argp-tests: Likewise.
7245         * modules/avltree-list-tests: Likewise.
7246         * modules/avltree-oset-tests: Likewise.
7247         * modules/avltreehash-list-tests: Likewise.
7248         * modules/carray-list-tests: Likewise.
7249         * modules/crc-tests: Likewise.
7250         * modules/des-tests: Likewise.
7251         * modules/gc-arcfour-tests: Likewise.
7252         * modules/gc-arctwo-tests: Likewise.
7253         * modules/gc-des-tests: Likewise.
7254         * modules/gc-hmac-md5-tests: Likewise.
7255         * modules/gc-hmac-sha1-tests: Likewise.
7256         * modules/gc-md2-tests: Likewise.
7257         * modules/gc-md4-tests: Likewise.
7258         * modules/gc-md5-tests: Likewise.
7259         * modules/gc-pbkdf2-sha1-tests: Likewise.
7260         * modules/gc-rijndael-tests: Likewise.
7261         * modules/gc-sha1-tests: Likewise.
7262         * modules/gc-tests: Likewise.
7263         * modules/getaddrinfo-tests: Likewise.
7264         * modules/hmac-md5-tests: Likewise.
7265         * modules/hmac-sha1-tests: Likewise.
7266         * modules/linked-list-tests: Likewise.
7267         * modules/linkedhash-list-tests: Likewise.
7268         * modules/lock-tests: Likewise.
7269         * modules/md2-tests: Likewise.
7270         * modules/md4-tests: Likewise.
7271         * modules/md5-tests: Likewise.
7272         * modules/rbtree-list-tests: Likewise.
7273         * modules/rbtree-oset-tests: Likewise.
7274         * modules/rbtreehash-list-tests: Likewise.
7275         * modules/read-file-tests: Likewise.
7276         * modules/rijndael-tests: Likewise.
7277         * modules/stdint-tests: Likewise.
7278         * modules/tls-tests: Likewise.
7279
7280 2007-02-24  Bruno Haible  <bruno@clisp.org>
7281
7282         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
7283         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
7284         function; instead check whether isnan with a double argument links.
7285         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
7286         function; instead check whether isnan with a 'long double' argument
7287         links.
7288         Reported by Eric Blake <ebb9@byu.net>.
7289
7290 2007-02-24  Bruno Haible  <bruno@clisp.org>
7291
7292         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
7293         defined.
7294         * lib/isnanl.c: Remove all code. Just include isnan.c.
7295         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
7296
7297 2007-02-25  Jim Meyering  <jim@meyering.net>
7298
7299         Avoid conflicting types for 'unsetenv' on FreeBSD.
7300         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
7301         conflicting with FreeBSD's (5.0 and 6.1) function declaration
7302         in stdlib.h.
7303
7304 2007-02-24  Bruno Haible  <bruno@clisp.org>
7305
7306         * modules/isnanl-nolibm-tests: New file.
7307         * tests/test-isnanl.c: New file.
7308
7309         * modules/isnanl-nolibm: New file.
7310         * lib/isnanl.h: New file.
7311         * lib/isnanl.c: New file.
7312         * m4/isnanl.m4: New file.
7313
7314 2007-02-24  Bruno Haible  <bruno@clisp.org>
7315
7316         * modules/isnan-nolibm-tests: New file.
7317         * tests/test-isnan.c: New file.
7318
7319         * modules/isnan-nolibm: New file.
7320         * lib/isnan.h: New file.
7321         * lib/isnan.c: New file.
7322         * m4/isnan.m4: New file.
7323
7324 2007-02-24  Bruno Haible  <bruno@clisp.org>
7325
7326         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
7327         assume that an exponent fits in 20 bits.
7328
7329 2007-02-24  Jim Meyering  <jim@meyering.net>
7330
7331         * m4/regex.m4: Update the description of the configure-time option,
7332         --without-included-regex, to state accurately what the defaults are,
7333         and perhaps to give people an idea why using this option is risky.
7334
7335 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
7336
7337         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
7338         loops on small arguments.  This attempts to avoid the problem
7339         Bruno Haible reported for AIX 4.3.2 in
7340         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
7341
7342 2007-02-23  Bruno Haible  <bruno@clisp.org>
7343
7344         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
7345         Needed for help2man.
7346
7347 2007-02-23  Karl Berry  <karl@gnu.org>
7348
7349         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
7350         exists, foo.h should be cvs-ignored, not committed.
7351
7352 2007-02-23  Eric Blake  <ebb9@byu.net>
7353
7354         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
7355         * lib/stat-time.h (includes): Likewise.
7356         * lib/utimecmp.c (includes): Likewise.
7357         * lib/utimens.h (includes): Likewise.
7358         * lib/getdate.y (includes): Also include "timespec.h" for use
7359         internal to the module.
7360         * modules/utimens (Depends-on): Revert yesterday's patch.
7361         * modules/nanosleep (Depends-on): Add missing dependency.
7362
7363 2007-02-22  Bruno Haible  <bruno@clisp.org>
7364
7365         * lib/glob.c: Don't include getlogin_r.h.
7366
7367 2007-02-22  Jim Meyering  <jim@meyering.net>
7368
7369         * modules/utimens (Depends-on): Add timespec, required for
7370         utimens.h's inclusion of timespec.h.
7371
7372 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
7373
7374         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
7375         long unreadable paths in GNU/Linux.  Problem reported by Andreas
7376         Schwab in
7377         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
7378         I'll try to think of a better way to fix the Solaris problem.
7379
7380         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
7381         like glibc; on Solaris 10, it fails with errno == EINVAL.
7382         POSIX says the behavior is unspecified if the first argument is NULL,
7383         so play it safe and never pass NULL to the system getcwd.
7384
7385 2007-02-21  Jim Meyering  <jim@meyering.net>
7386
7387         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
7388         of gettimeofday.  It would conflict with the one now always
7389         provided via sys_time_.h.  Reported by Matthew Woehlke, as
7390         an IRIX 6.5 build failure.
7391
7392 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
7393
7394         Minor fixups to port to Solaris 10 with Sun C 5.8.
7395         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
7396         * modules/getcwd (Depends-on): Add dirfd.
7397         * lib/putenv.c (putenv): #undef it.
7398         (rpl_putenv): New decl.
7399         (malloc, free): Include <stdlib.h> rather than prototyping separately.
7400
7401 2007-02-20  Bruno Haible  <bruno@clisp.org>
7402
7403         * modules/stdio-tests: New file.
7404         * tests/test-stdio.c: New file.
7405
7406         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
7407         (Depends-on): Add stdio.
7408         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
7409         (Include): Use <stdio.h> instead of vsnprintf.h.
7410         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
7411         HAVE_DECL_VSNPRINTF.
7412         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
7413
7414         * modules/snprintf (Files): Remove lib/snprintf.h.
7415         (Depends-on): Add stdio.
7416         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
7417         (Include): Use <stdio.h> instead of snprintf.h.
7418         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
7419         HAVE_DECL_SNPRINTF.
7420         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
7421         * lib/getaddrinfo.c: Likewise.
7422
7423         * modules/stdio: New file.
7424         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
7425         * lib/snprintf.h: Remove file.
7426         * lib/vsnprintf.h: Remove file.
7427         * lib/.cppi-disable: Remove snprintf.h.
7428         * m4/stdio_h.m4: New file.
7429         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
7430
7431 2007-02-20  Jim Meyering  <jim@meyering.net>
7432
7433         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
7434         used by e.g., mingw.  From Bruno Haible.
7435
7436 2007-02-19  Bruno Haible  <bruno@clisp.org>
7437
7438         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
7439         warnings.
7440         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7441
7442 2007-02-19  Bruno Haible  <bruno@clisp.org>
7443
7444         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
7445         from mingw users.
7446
7447 2007-02-19  Bruno Haible  <bruno@clisp.org>
7448
7449         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
7450         warnings.
7451         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
7452
7453 2007-02-19  Jim Meyering  <jim@meyering.net>
7454
7455         Don't use FD after a successful "fdopendir (fd)".
7456         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
7457         Reset it by calling dirfd on the just-obtained DIR*.
7458
7459         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
7460         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
7461
7462 2007-02-18  Bruno Haible  <bruno@clisp.org>
7463
7464         * lib/readlink.c: Include <unistd.h>.
7465         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
7466         HAVE_READLINK.
7467         * modules/readlink (Depends-on): Add unistd.
7468         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7469         (Include): Add <unistd.h>.
7470
7471         * lib/getlogin_r.h: Remove file.
7472         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
7473         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
7474         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
7475         HAVE_DECL_GETLOGIN_R.
7476         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
7477         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7478         (Include): Use <unistd.h> instead of getlogin_r.h.
7479
7480         * lib/getcwd.h: Remove file.
7481         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
7482         * lib/xgetcwd.c: Likewise.
7483         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
7484         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
7485         * modules/getcwd (Files): Remove lib/getcwd.h.
7486         (Depends-on): Add unistd.
7487         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7488         (Include): Use <unistd.h> instad of getcwd.h.
7489
7490         * lib/ftruncate.c: Include <unistd.h> first.
7491         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
7492         Set HAVE_FTRUNCATE.
7493         * modules/ftruncate (Depends-on): Add unistd.
7494         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7495
7496         * lib/fchdir.c: Include <unistd.h> first.
7497         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
7498         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
7499         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
7500         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7501         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
7502
7503         * lib/dup2.c: Include <unistd.h> first.
7504         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
7505         HAVE_DUP2.
7506         * modules/dup2 (Depends-on): Add unistd.
7507         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7508
7509         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
7510         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
7511         REPLACE_CHOWN. Don't define chown as a macro here.
7512         * modules/chown (Depends-on): Add unistd.
7513         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7514
7515         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
7516         Add definition for GL_LINK_WARNING.
7517         (chown, dup2): New declarations.
7518         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
7519         link warning.
7520         (ftruncate): New declaration.
7521         (getcwd): New declaration, taken from old getcwd.h.
7522         (getlogin_r): New declaration, taken from old getlogin_r.h.
7523         (readlink): New declaration.
7524         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
7525         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
7526         (gl_PREREQ_UNISTD): Remove macro.
7527         (gl_UNISTD_MODULE_INDICATOR): New macro.
7528         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
7529         many new variables. Don't set UNISTD_H.
7530         * modules/unistd (Description): Change.
7531         (Depends-on): Add link-warning.
7532         (configure.ac): Update.
7533         (Makefile.am): Create unistd.h always. Substitute many new variables
7534         into it.
7535
7536 2007-02-18  Bruno Haible  <bruno@clisp.org>
7537
7538         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
7539         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
7540         HAVE_GETSUBOPT.
7541         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
7542         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
7543         * lib/getsubopt.h: Remove file.
7544         * modules/getsubopt (Files): Remove lib/getsubopt.h.
7545         (Depends-on): Add stdlib.
7546         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7547         (Includes): Use <stdlib.h> instead of getsubopt.h.
7548         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
7549         Set HAVE_GETSUBOPT.
7550         * lib/getsubopt.c: Don't include getsubopt.h.
7551
7552 2007-02-18  Bruno Haible  <bruno@clisp.org>
7553
7554         * modules/fchdir (Depends-on): Add dup2.
7555
7556 2007-02-18  Bruno Haible  <bruno@clisp.org>
7557
7558         * lib/stdlib_.h: Handle glibc's special invocation convention
7559         specially.
7560
7561 2007-02-18  Bruno Haible  <bruno@clisp.org>
7562
7563         * modules/stdlib-tests: New file.
7564         * tests/test-stdlib.c: New file.
7565
7566         * modules/mkstemp (Files): Remove lib/mkstemp.h.
7567         (Depends-on): Add stdlib.
7568         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7569         (Includes): Use <stdlib.h> instead of mkstemp.h.
7570         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
7571         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
7572         * lib/mkstemp.c: Don't include mkstemp.h.
7573         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
7574         * lib/stdlib--.h: Don't include mkstemp.h.
7575
7576         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
7577         (Depends-on): Add stdlib.
7578         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7579         (Includes): Use <stdlib.h> instead of mkdtemp.h.
7580         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
7581         HAVE_MKDTEMP.
7582         * lib/mkdtemp.c: Don't include mkdtemp.h.
7583         * lib/clean-temp.c: Don't include mkdtemp.h.
7584
7585         * modules/exit (Files): Remove lib/exit.h.
7586         (Depends-on): Add stdlib.
7587         (Makefile.am): Remove lib_SOURCES.
7588         (Include): Use <stdlib.h> instead of exit.h.
7589         * lib/argmatch.c: Don't include exit.h.
7590         * lib/execute.c: Likewise.
7591         * lib/pagealign_alloc.c: Likewise.
7592         * lib/pipe.c: Likewise.
7593         * lib/wait-process.c: Likewise.
7594         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
7595         * lib/exitfail.c: Likewise.
7596         * lib/savewd.c: Likewise.
7597         * lib/xsetenv.c: Likewise.
7598
7599         * modules/stdlib: New file.
7600         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
7601         and extra comments about mkstemp().
7602         * lib/exit.h: Remove file.
7603         * lib/mkdtemp.h: Remove file.
7604         * lib/mkstemp.h: Remove file.
7605         * m4/stdlib_h.m4: New file.
7606         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
7607
7608 2007-02-18  Bruno Haible  <bruno@clisp.org>
7609
7610         * modules/math-tests: New file.
7611         * tests/test-math.c: New file.
7612
7613         * modules/math: New file.
7614         * modules/mathl (Files): Remove lib/mathl.h.
7615         (Depends-on): Add math.
7616         (Makefile.am): Don't mention mathl.h.
7617         (Include): Use <math.h> instead of mathl.h.
7618         * lib/math_.h: New file.
7619         * lib/mathl.h: Remove file.
7620         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
7621         mathl.h.
7622         * lib/asinl.c: Likewise.
7623         * lib/atanl.c: Likewise.
7624         * lib/ceill.c: Likewise.
7625         * lib/cosl.c: Likewise.
7626         * lib/expl.c: Likewise.
7627         * lib/floorl.c: Likewise.
7628         * lib/frexpl.c: Likewise.
7629         * lib/ldexpl.c: Likewise.
7630         * lib/logl.c: Likewise.
7631         * lib/sincosl.c: Likewise.
7632         * lib/sinl.c: Likewise.
7633         * lib/sqrtl.c: Likewise.
7634         * lib/tanl.c: Likewise.
7635         * lib/trigl.c: Likewise.
7636         * m4/math_h.m4: New file.
7637         * MODULES.html.sh (Mathematics): Add math.
7638
7639 2007-02-17  Bruno Haible  <bruno@clisp.org>
7640
7641         * modules/wctype-tests: New file.
7642         * tests/test-wctype.c: New file.
7643
7644         * modules/wchar-tests: New file.
7645         * tests/test-wchar.c: New file.
7646
7647         * modules/unistd-tests: New file.
7648         * tests/test-unistd.c: New file.
7649
7650         * modules/time-tests: New file.
7651         * tests/test-time.c: New file.
7652
7653         * modules/sysexits-tests: New file.
7654         * tests/test-sysexits.c: New file.
7655
7656         * modules/sys_time-tests: New file.
7657         * tests/test-sys_time.c: New file.
7658
7659         * modules/sys_stat-tests: New file.
7660         * tests/test-sys_stat.c: New file.
7661
7662         * modules/sys_socket-tests: New file.
7663         * tests/test-sys_socket.c: New file.
7664
7665         * modules/sys_select-tests: New file.
7666         * tests/test-sys_select.c: New file.
7667
7668         * modules/string-tests: New file.
7669         * tests/test-string.c: New file.
7670
7671         * modules/stdbool-tests: New file.
7672         * tests/test-stdbool.c: New file.
7673
7674         * modules/netinet_in-tests: New file.
7675         * tests/test-netinet_in.c: New file.
7676
7677         * modules/inttypes-tests: New file.
7678         * tests/test-inttypes.c: New file.
7679
7680         * modules/fcntl-tests: New file.
7681         * tests/test-fcntl.c: New file.
7682
7683         * modules/byteswap-tests: New file.
7684         * tests/test-byteswap.c: New file.
7685
7686         * modules/arpa_inet-tests: New file.
7687         * tests/test-arpa_inet.c: New file.
7688
7689 2007-02-17  Bruno Haible  <bruno@clisp.org>
7690
7691         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
7692         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
7693         if the corresponding module is not enabled. Emit link warnings if
7694         the function is used nevertheless.
7695         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
7696         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
7697         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
7698         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
7699         * modules/inttypes (Depends-on): Add link-warning.
7700         (Makefile.am): Copy the contents of build-aux/link-warning.h into
7701         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
7702         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
7703         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
7704         * modules/imaxdiv (configure.ac): Likewise.
7705         * modules/strtoimax (configure.ac): Likewise.
7706         * modules/strtoumax (configure.ac): Likewise.
7707
7708 2007-02-17  Bruno Haible  <bruno@clisp.org>
7709
7710         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
7711         gl_STRING_MODULE_INDICATOR_DEFAULTS.
7712         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
7713         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
7714
7715 2007-02-17  Bruno Haible  <bruno@clisp.org>
7716
7717         * modules/link-warning: New file.
7718         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
7719         * lib/string_.h (GL_LINK_WARNING): Remove definition.
7720         * modules/string (Depends-on): Add link-warning.
7721         (Makefile.am): Copy the contents of build-aux/link-warning.h into
7722         string.h.
7723         * MODULES.html.sh (Support for building libraries and executables): Add
7724         link-warning.
7725
7726 2007-02-17  Bruno Haible  <bruno@clisp.org>
7727
7728         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
7729         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
7730         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
7731         long lines.
7732
7733 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
7734             Bruno Haible  <bruno@clisp.org>
7735
7736         * modules/tmpfile: New file.
7737         * lib/tmpfile.c: New file.
7738         * m4/tmpfile.m4: New file.
7739         * MODULES.html.sh (func_all_modules): New section "Input/output".
7740
7741 2007-02-15  Bruno Haible  <bruno@clisp.org>
7742
7743         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
7744         (supports_delete_on_close): New function.
7745         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
7746
7747 2007-02-14  Bruno Haible  <bruno@clisp.org>
7748
7749         * modules/mbspcasecmp-tests: New file.
7750         * tests/test-mbspcasecmp.sh: New file.
7751         * tests/test-mbspcasecmp.c: New file.
7752
7753         New module mbspcasecmp.
7754         * modules/mbspcasecmp: New file.
7755         * lib/mbspcasecmp.c: New file.
7756         * lib/string_.h (strncasecmp): Change warning message.
7757         (mbspcasecmp): New declaration.
7758         * m4/mbspcasecmp.m4: New file.
7759         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7760         GNULIB_MBSPCASECMP.
7761         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
7762         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
7763
7764 2007-02-14  Bruno Haible  <bruno@clisp.org>
7765
7766         * modules/mbsncasecmp-tests: New file.
7767         * tests/test-mbsncasecmp.sh: New file.
7768         * tests/test-mbsncasecmp.c: New file.
7769
7770         New module mbsncasecmp.
7771         * modules/mbsncasecmp: New file.
7772         * lib/mbsncasecmp.c: New file.
7773         * lib/string_.h (mbsncasecmp): New declaration.
7774         * m4/mbsncasecmp.m4: New file.
7775         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7776         GNULIB_MBSNCASECMP.
7777         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
7778         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
7779
7780 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
7781
7782         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
7783         Verify that it doesn't overlap with our flags.
7784         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
7785         do not have the desired effect in multibyte locales; instead, use
7786         mbscasecmp.
7787         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
7788         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
7789         we don't require GNU fnmatch ourselves (if our users require it, they
7790         should do so explicitly).
7791
7792         Fix regex code so it doesn't rely on strcasecmp.
7793         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
7794         Otherwise, include gnulib's langinfo.h.
7795         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
7796         undesirable behavior in non-C locales.  Instead, rely on localecharset.
7797         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
7798         * modules/regex (FILES): Remove m4/codeset.m4.
7799         (Depends-on): Add localcharset.  Remove strcase.
7800
7801 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7802
7803         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
7804         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
7805
7806 2007-02-13  Bruno Haible  <bruno@clisp.org>
7807
7808         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
7809         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7810
7811 2007-02-12  Bruno Haible  <bruno@clisp.org>
7812
7813         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
7814         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
7815         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
7816         time warning rather than a link error.
7817
7818 2007-02-12  Bruno Haible  <bruno@clisp.org>
7819
7820         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
7821         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
7822         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7823
7824 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
7825
7826         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
7827         args, not 2.
7828
7829 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
7830
7831         New module 'time', so that apps can include <time.h> as per
7832         POSIX and GNU instead of separate include files like time_r.h
7833         and timegm.h.  This implementation tries out a simpler approach
7834         for replacing decls in standard include files (as compared to
7835         the string module), somewhat as an experiment.
7836
7837         * config/srclist.txt: Comment out mktime.c for now.
7838         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
7839         since it doesn't apply any more.  Use generic wording instead.
7840         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
7841         'time'.
7842         * lib/time_.h, m4/time_h.m4, modules/time: New files.
7843         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
7844         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
7845         Don't include <sys/types.h>; no longer needed since we assume C89.
7846         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
7847         * lib/strftime.c: Likewise.
7848         * lib/time_r.c: Likewise.
7849         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
7850         * lib/nanosleep.c: Include <time.h> first, to check interface.
7851         * lib/strptime.c: Likewise.
7852         * lib/time_r.c: Likewise.
7853         * lib/timegm.c: Likewise.
7854         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
7855         needed.
7856         * lib/timegm.c: Don't include timegm.h; no longer needed.
7857         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
7858         time.h now handles any problems in that area.
7859         (struct timespec, nanosleep): Remove; time.h now arranges for these.
7860         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
7861         that time.h defines struct timespec.
7862         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
7863         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
7864         handles that.
7865         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
7866         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
7867         needed.  Set REPLACE_LOCALTIME.
7868         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
7869         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
7870         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
7871         nanosleep; time_h.m4 now does that.  Don't require
7872         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
7873         module handles this now.
7874         * modules/getdate (Depends-on): Remove timespec.  Add time.
7875         * modules/nanosleep (Depends-on): Likewise.
7876         * modules/stat-time (Depends-on): Likewise.
7877         * modules/nanosleep (Include): Include time.h, not timespec.h.
7878         * modules/strptime (Files): Remove lib/strptime.h.
7879         (Depends-on): Add extensions, time.
7880         (Include): Include time.h, not strptime.h.
7881         * modules/time_r (Files): Remove lib/time_r.h.
7882         (Depends-on): Add time.
7883         (Include): Include time.h, not time_r.h.
7884         * modules/timegm: Likewise.
7885         * modules/timespec (Description): Now does timespec-related decls
7886         of our own, instead of struct timespec itself.
7887         (Depends-on): Add time; remove extensions.
7888         (Maintainer): Add self.
7889         * modules/utimecmp (Depends-on): Add time; remove timespec.
7890         * modules/utimens (Depends-on): Likewise.
7891         * modules/xnanosleep (Depends-on): Likewise.
7892
7893 2007-02-11  Bruno Haible  <bruno@clisp.org>
7894
7895         * lib/c-strstr.c: Include allocsa.h.
7896         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
7897         * lib/c-strcasestr.c: Include allocsa.h.
7898         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
7899         * lib/strcasestr.c: Include allocsa.h.
7900         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
7901         * lib/mbsstr.c: Include allocsa.h.
7902         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
7903         allocsa/freesa instead of malloc/free.
7904         * lib/mbscasestr.c: Include allocsa.h.
7905         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
7906         allocsa/freesa instead of malloc/free.
7907         * modules/c-strstr (Depends-on): Add allocsa.
7908         * modules/c-strcasestr (Depends-on): Likewise.
7909         * modules/strcasestr (Depends-on): Likewise.
7910         * modules/mbsstr (Depends-on): Likewise.
7911         * modules/mbscasestr (Depends-on): Likewise.
7912
7913 2007-02-11  Bruno Haible  <bruno@clisp.org>
7914
7915         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
7916
7917         * modules/mbsspn-tests: New file.
7918         * tests/test-mbsspn.sh: New file.
7919         * tests/test-mbsspn.c: New file.
7920
7921 2007-02-11  Bruno Haible  <bruno@clisp.org>
7922
7923         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
7924
7925         * modules/mbspbrk-tests: New file.
7926         * tests/test-mbspbrk.sh: New file.
7927         * tests/test-mbspbrk.c: New file.
7928
7929 2007-02-11  Bruno Haible  <bruno@clisp.org>
7930
7931         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
7932         unneeded cast.
7933
7934         * modules/mbscspn-tests: New file.
7935         * tests/test-mbscspn.sh: New file.
7936         * tests/test-mbscspn.c: New file.
7937
7938 2007-02-11  Bruno Haible  <bruno@clisp.org>
7939
7940         * modules/mbscasecmp-tests: New file.
7941         * tests/test-mbscasecmp.sh: New file.
7942         * tests/test-mbscasecmp.c: New file.
7943
7944 2007-02-11  Bruno Haible  <bruno@clisp.org>
7945
7946         Ensure O(n) worst-case complexity of mbscasestr.
7947         * lib/mbscasestr.c: Include stdbool.h.
7948         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
7949         functions.
7950         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
7951         the bookkeeping indicates that it's worth it.
7952         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
7953
7954         * modules/mbscasestr-tests: New file.
7955         * tests/test-mbscasestr1.c: New file.
7956         * tests/test-mbscasestr2.sh: New file.
7957         * tests/test-mbscasestr2.c: New file.
7958         * tests/test-mbscasestr3.sh: New file.
7959         * tests/test-mbscasestr3.c: New file.
7960         * tests/test-mbscasestr4.sh: New file.
7961         * tests/test-mbscasestr4.c: New file.
7962         * m4/locale-tr.m4: New file.
7963
7964 2007-02-11  Bruno Haible  <bruno@clisp.org>
7965
7966         Ensure O(n) worst-case complexity of mbsstr.
7967         * lib/mbsstr.c: Include stdbool.h.
7968         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
7969         functions.
7970         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
7971         bookkeeping indicates that it's worth it.
7972         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
7973
7974         * modules/mbsstr-tests: New file.
7975         * tests/test-mbsstr1.c: New file.
7976         * tests/test-mbsstr2.sh: New file.
7977         * tests/test-mbsstr2.c: New file.
7978         * tests/test-mbsstr3.sh: New file.
7979         * tests/test-mbsstr3.c: New file.
7980         * m4/locale-fr.m4: New file.
7981
7982 2007-02-11  Bruno Haible  <bruno@clisp.org>
7983
7984         * lib/mbsrchr.c (mbsrchr): Fix bug.
7985
7986         * modules/mbsrchr-tests: New file.
7987         * tests/test-mbsrchr.sh: New file.
7988         * tests/test-mbsrchr.c: New file.
7989
7990 2007-02-11  Bruno Haible  <bruno@clisp.org>
7991
7992         * lib/mbschr.c (mbschr): Fix bug.
7993
7994         * modules/mbschr-tests: New file.
7995         * tests/test-mbschr.sh: New file.
7996         * tests/test-mbschr.c: New file.
7997         * m4/locale-zh.m4: New file.
7998
7999 2007-02-11  Bruno Haible  <bruno@clisp.org>
8000
8001         Support for copying multibyte string iterators.
8002         * lib/mbiter.h: Include <string.h>.
8003         (mbiter_multi_copy): New function.
8004         (mbi_copy): New macro.
8005         * lib/mbuiter.h: Include <string.h>.
8006         (mbuiter_multi_copy): New function.
8007         (mbui_copy): New macro.
8008
8009 2007-02-11  Bruno Haible  <bruno@clisp.org>
8010
8011         New module mbslen.
8012         * modules/mbslen: New file.
8013         * lib/mbslen.c: New file.
8014         * lib/string_.h (mbslen): New declaration.
8015         * m4/mbslen.m4: New file.
8016         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8017         GNULIB_MBSLEN.
8018         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
8019         * MODULES.html.sh (Internationalization functions): Add mbslen.
8020
8021 2007-02-11  Bruno Haible  <bruno@clisp.org>
8022
8023         Ensure O(n) worst-case complexity of strcasestr substitute.
8024         * lib/strcasestr.c: Include stdbool.h.
8025         (knuth_morris_pratt): New function.
8026         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
8027         bookkeeping indicates that it's worth it.
8028         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
8029
8030         * modules/strcasestr-tests: New file.
8031         * tests/test-strcasestr.c: New file.
8032
8033 2007-02-11  Bruno Haible  <bruno@clisp.org>
8034
8035         Ensure O(n) worst-case complexity of c_strcasestr.
8036         * lib/c-strcasestr.c: Include stdbool.h, string.h.
8037         (knuth_morris_pratt): New function.
8038         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
8039         the bookkeeping indicates that it's worth it.
8040         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
8041
8042         * modules/c-strcasestr-tests: New file.
8043         * tests/test-c-strcasestr.c: New file.
8044
8045 2007-02-11  Bruno Haible  <bruno@clisp.org>
8046
8047         Ensure O(n) worst-case complexity of c_strstr.
8048         * lib/c-strstr.c: Include stdbool.h, string.h.
8049         (knuth_morris_pratt): New function.
8050         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
8051         bookkeeping indicates that it's worth it.
8052         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
8053
8054         * lib/c-strstr.c: Complete rewrite for maintainability.
8055
8056         * modules/c-strstr-tests: New file.
8057         * tests/test-c-strstr.c: New file.
8058
8059 2007-02-11  Bruno Haible  <bruno@clisp.org>
8060
8061         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
8062         5.2.1 and earlier, whereby \055 was treated just like the range
8063         delimiter '-'.
8064         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
8065
8066 2007-02-08  Bruno Haible  <bruno@clisp.org>
8067
8068         * modules/regex (Depends-on): Add stdbool.
8069         Reported by Dalibor Topic <robilad@kaffe.org>.
8070
8071 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
8072
8073         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
8074         Prefer returning from main to exiting from it.
8075         Remove unnecessary parens after sizeof.
8076
8077 2007-02-05  Bruno Haible  <bruno@clisp.org>
8078
8079         New module mbssep.
8080         * modules/mbssep: New file.
8081         * lib/mbssep.c: New file.
8082         * lib/string_.h (strsep): Add a conditional link warning.
8083         (mbssep): New declaration.
8084         * m4/mbssep.m4: New file.
8085         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8086         GNULIB_MBSSEP.
8087         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
8088         * MODULES.html.sh (Internationalization functions): Add mbssep.
8089
8090 2007-02-05  Bruno Haible  <bruno@clisp.org>
8091
8092         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
8093         Optimize search in case of 1 delimiter.
8094
8095 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
8096
8097         * lib/acl.h: Include sys/types.h before sys/acl.h.
8098
8099 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
8100
8101         Merge upstream fix for glibc bugzilla #3957:
8102
8103         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
8104
8105         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
8106         bit for RE_HAT_LISTS_NOT_NEWLINE.
8107         (build_charclass_op): Remove bogus comment.
8108
8109 2007-02-05  Simon Josefsson  <simon@josefsson.org>
8110
8111         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
8112
8113 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
8114
8115         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
8116         * lib/memmem.c [!defined _LIBC]: Include config.h.
8117
8118 2007-02-04  Bruno Haible  <bruno@clisp.org>
8119
8120         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
8121         warning message.
8122
8123 2007-02-04  Bruno Haible  <bruno@clisp.org>
8124
8125         New module mbstok_r.
8126         * modules/mbstok_r: New file.
8127         * lib/mbstok_r.c: New file.
8128         * lib/string_.h (strtok_r): Change argument names to match the
8129         comments. Add a conditional link warning.
8130         (mbstok_r): New declaration.
8131         * m4/mbstok_r.m4: New file.
8132         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8133         GNULIB_MBSTOK_R.
8134         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
8135         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
8136
8137 2007-02-04  Bruno Haible  <bruno@clisp.org>
8138
8139         New module mbsspn.
8140         * modules/mbsspn: New file.
8141         * lib/mbsspn.c: New file.
8142         * lib/string_.h (strspn): Add a conditional link warning.
8143         (mbsspn): New declaration.
8144         * m4/mbsspn.m4: New file.
8145         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8146         GNULIB_MBSSPN.
8147         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
8148         * MODULES.html.sh (Internationalization functions): Add mbsspn.
8149
8150 2007-02-04  Bruno Haible  <bruno@clisp.org>
8151
8152         New module mbspbrk.
8153         * modules/mbspbrk: New file.
8154         * lib/mbspbrk.c: New file.
8155         * lib/string_.h (strpbrk): Add a conditional link warning.
8156         (mbspbrk): New declaration.
8157         * m4/mbspbrk.m4: New file.
8158         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8159         GNULIB_MBSPBRK.
8160         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
8161         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
8162
8163 2007-02-04  Bruno Haible  <bruno@clisp.org>
8164
8165         New module mbscspn.
8166         * modules/mbscspn: New file.
8167         * lib/mbscspn.c: New file.
8168         * lib/string_.h (strcspn): Add a conditional link warning.
8169         (mbscspn): New declaration.
8170         * m4/mbscspn.m4: New file.
8171         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8172         GNULIB_MBSCSPN.
8173         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
8174         * MODULES.html.sh (Internationalization functions): Add mbscspn.
8175
8176 2007-02-04  Bruno Haible  <bruno@clisp.org>
8177
8178         New module mbscasestr, reduced goal of strcasestr.
8179         * modules/mbscasestr: New file.
8180         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
8181         (mbscasestr): Renamed from strcasestr.
8182         * lib/strcasestr.c: Don't include mbuiter.h.
8183         (strcasestr): Remove support for multibyte locales.
8184         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
8185         Change the conditional link warning.
8186         (mbscasestr): New declaration.
8187         * m4/mbscasestr.m4: New file.
8188         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
8189         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
8190         REPLACE_STRCASESTR.
8191         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
8192         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8193         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
8194         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
8195         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
8196         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
8197         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
8198         (Depends-on): Remove mbuiter.
8199         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
8200
8201 2007-02-04  Bruno Haible  <bruno@clisp.org>
8202
8203         Simplify handling of strncasecmp.
8204         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
8205         the conditional link warning.
8206         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8207         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
8208         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
8209         * modules/strcase (configure.ac): Don't invoke
8210         gl_STRING_MODULE_INDICATOR.
8211         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
8212
8213 2007-02-04  Bruno Haible  <bruno@clisp.org>
8214
8215         New module mbscasecmp, reduced goal of strcasecmp.
8216         * modules/mbscasecmp: New file.
8217         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
8218         (mbscasecmp): Renamed from strcasecmp.
8219         * lib/strcasecmp.c: Don't include mbuiter.h.
8220         (strcasecmp): Remove support for multibyte locales.
8221         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
8222         Change the conditional link warning.
8223         (mbscasecmp): New declaration.
8224         * m4/mbscasecmp.m4: New file.
8225         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
8226         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
8227         REPLACE_STRCASECMP.
8228         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
8229         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8230         GNULIB_MBSCASECMP.
8231         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
8232         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
8233         * modules/strcase (Files): Remove m4/mbrtowc.m4.
8234         (Depends-on): Remove mbuiter.
8235         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
8236
8237 2007-02-04  Bruno Haible  <bruno@clisp.org>
8238
8239         New module mbsstr. Remove module strstr.
8240         * modules/mbsstr: New file.
8241         * modules/strstr: Remove file.
8242         * lib/mbsstr.c: Renamed from lib/strstr.c.
8243         (mbsstr): Renamed from strstr.
8244         * lib/string_.h (strstr): Remove declaration. Change the conditional
8245         link warning.
8246         (mbsstr): New declaration.
8247         * m4/mbsstr.m4: New file.
8248         * m4/strstr.m4: Remove file.
8249         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
8250         REPLACE_STRSTR.
8251         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
8252         Don't initialize GNULIB_STRSTR.
8253         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
8254         substitute GNULIB_STRSTR and REPLACE_STRSTR.
8255         * MODULES.html.sh (Internationalization functions): Add mbsstr.
8256         (Support for systems lacking ANSI C 89): Remove strstr.
8257
8258 2007-02-04  Bruno Haible  <bruno@clisp.org>
8259
8260         New module mbsrchr.
8261         * modules/mbsrchr: New file.
8262         * lib/mbsrchr.c: New file.
8263         * lib/string_.h (strrchr): Add a conditional link warning.
8264         (mbsrchr): New declaration.
8265         * m4/mbsrchr.m4: New file.
8266         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8267         GNULIB_MBSRCHR.
8268         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
8269         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
8270
8271 2007-02-04  Bruno Haible  <bruno@clisp.org>
8272
8273         New module mbschr.
8274         * modules/mbschr: New file.
8275         * lib/mbschr.c: New file.
8276         * lib/string_.h (strchr): Add a conditional link warning.
8277         (mbschr): New declaration.
8278         * m4/mbschr.m4: New file.
8279         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8280         GNULIB_MBSCHR.
8281         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
8282         * MODULES.html.sh (Internationalization functions): Add mbschr.
8283
8284 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
8285
8286         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
8287
8288         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
8289
8290 2007-02-04  Bruno Haible  <bruno@clisp.org>
8291
8292         New module description section 'configure.ac-early'.
8293         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
8294         (func_get_autoconf_early_snippet): New function.
8295         (func_import, func_create_testdir): Use it. Remove special cases for
8296         modules 'extensions' and 'lock'.
8297         * modules/extensions (configure.ac-early): Require
8298         gl_USE_SYSTEM_EXTENSIONS.
8299         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
8300
8301 2007-02-04  Bruno Haible  <bruno@clisp.org>
8302
8303         Make use of gcj-4.3's -fsource and -ftarget option.
8304         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
8305         and if so try the options -fsource and -ftarget.
8306         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
8307         source_version, ftarget_option, target_version arguments.
8308         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
8309         (is_envjavac_oldgcj_14_14_usable): Renamed from
8310         is_envjavac_gcj_14_14_usable.
8311         (is_envjavac_oldgcj_14_13_usable): Renamed from
8312         is_envjavac_gcj_14_13_usable.
8313         (is_gcj_present): Update.
8314         (is_gcj_43, is_gcj43_usable): New functions.
8315         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
8316         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
8317         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
8318         try the options -fsource and -ftarget.
8319
8320 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
8321
8322         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
8323         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
8324         larger value.
8325
8326 2007-02-03  Jim Meyering  <jim@meyering.net>
8327
8328         Give tools a better chance to allocate space for very large buffers.
8329         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
8330
8331         Make pwd and readlink work also when run with an unreadable parent dir
8332         on systems with openat support.
8333         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
8334         provided getcwd function, even when we have openat support.
8335         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
8336
8337 2007-02-02  Bruno Haible  <bruno@clisp.org>
8338
8339         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
8340         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
8341         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
8342         portability problems if one of these functions is only used on specific
8343         platforms.
8344         Reported by Paul Eggert.
8345
8346 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
8347
8348         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
8349         is causing more trouble than it's curing.
8350         * lib/regex_internal.h (__mempcpy): Remove.
8351         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
8352         (and make the code a tad smaller to boot).
8353         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
8354
8355 2007-02-02  Jim Meyering  <jim@meyering.net>
8356
8357         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
8358         section, not in the Makefile.am: one.
8359
8360 2007-02-02  Eric Blake  <ebb9@byu.net>
8361
8362         * lib/strchrnul.c: Always include config.h first.
8363
8364         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
8365         gnulib strstr is not necessary here.
8366
8367 2007-02-02  Simon Josefsson  <simon@josefsson.org>
8368
8369         * m4/socklen.m4: Fix typo.
8370
8371 2007-02-02  Eric Blake  <ebb9@byu.net>
8372
8373         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
8374         * modules/netinet_in (Makefile.am): Likewise.
8375
8376 2007-02-01  Bruno Haible  <bruno@clisp.org>
8377
8378         * lib/string_.h (GL_LINK_WARNING): New macro.
8379         (strcasecmp, strstr, strcasestr): If provided by the system,
8380         conditionally define as a macro that leads to a warning instead of to
8381         an error.
8382         (strncasecmp): Conditionally define as a macro that leads to a warning.
8383
8384 2007-02-01  Karl Berry  <karl@gnu.org>
8385
8386         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
8387
8388 2007-02-01  Bruno Haible  <bruno@clisp.org>
8389
8390         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
8391         renamings.
8392
8393 2007-02-01  Eric Blake  <ebb9@byu.net>
8394
8395         * modules/regex (Depends-on): Revert dependence on mempcpy.
8396         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
8397         module's definition of mempcpy.
8398         Reported by Paul Eggert.
8399
8400 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
8401
8402         * lib/string_.h: If the gnulib module XYZ is not present, undefine
8403         the symbol XYZ before redefining it.  This fixes a problem with
8404         programs that don't use XYZ, when compiled on systems that define
8405         XYZ to something else.
8406
8407 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
8408
8409         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
8410         occurs when "mkdir -m foo" creates a setgid directory that is (1)
8411         writeable to group or other and (2) is intended to have a special
8412         mode bit that is set or cleared.  In such a case, the directory
8413         should be neither group- nor other-writeable until the special
8414         mode bits are right.
8415
8416 2007-01-31  Eric Blake  <ebb9@byu.net>
8417
8418         * modules/mountlist (Depends-on): Add strstr.
8419
8420         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
8421         bug.
8422         * modules/string (Makefile.am): Remove redundant replacement.
8423         * modules/regex (Depends-on): Add mempcpy.
8424
8425 2007-01-31  Bruno Haible  <bruno@clisp.org>
8426
8427         New module description field 'Link'.
8428         * gnulib-tool (func_usage): Document --extract-link-directive.
8429         (sed_extract_prog): Recognize 'Link' directive.
8430         (func_get_link_directive): New function.
8431         (func_import): Show summary of link directives.
8432         Handle --extract-link-directive option.
8433         * modules/acl (Link): New section.
8434         * modules/clock-time (Link): New section.
8435         * modules/euidaccess (Link): New section.
8436         * modules/gettext (Link): New section.
8437         * modules/iconv (Link): New section.
8438         * modules/lock (Link): New section.
8439         * modules/nanosleep (Link): New section.
8440         * modules/readline (Link): New section.
8441
8442 2007-01-27  Bruno Haible  <bruno@clisp.org>
8443
8444         Enforce the use of gnulib modules for unportable <string.h> functions.
8445         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
8446         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
8447         (gl_HEADER_STRING_H_BODY): Require it.
8448         * lib/string_.h: If the gnulib module XYZ is not present, redefine
8449         the symbol XYZ to one that gives a link error.
8450         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
8451         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
8452         * modules/mempcpy (configure.ac): Likewise.
8453         * modules/memrchr (configure.ac): Likewise.
8454         * modules/stpcpy (configure.ac): Likewise.
8455         * modules/stpncpy (configure.ac): Likewise.
8456         * modules/strcase (configure.ac): Likewise.
8457         * modules/strcasestr (configure.ac): Likewise.
8458         * modules/strchrnul (configure.ac): Likewise.
8459         * modules/strdup (configure.ac): Likewise.
8460         * modules/strndup (configure.ac): Likewise.
8461         * modules/strnlen (configure.ac): Likewise.
8462         * modules/strpbrk (configure.ac): Likewise.
8463         * modules/strsep (configure.ac): Likewise.
8464         * modules/strstr (configure.ac): Likewise.
8465         * modules/strtok_r (configure.ac): Likewise.
8466
8467 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
8468
8469         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
8470
8471 2007-01-30  Jim Meyering  <jim@meyering.net>
8472
8473         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
8474
8475 2007-01-29  Bruno Haible  <bruno@clisp.org>
8476
8477         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
8478         * lib/execute.c: Likewise.
8479         * lib/pipe.c: Likewise.
8480         * lib/printf-args.h: Likewise.
8481         * lib/printf-args.c: Likewise.
8482         * lib/printf-parse.c: Likewise.
8483         * lib/vasnprintf.c: Likewise.
8484
8485 2007-01-29  Eric Blake  <ebb9@byu.net>
8486
8487         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
8488         declaration.
8489
8490 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
8491
8492         * lib/strptime.h (strptime): Use 'restrict' for args where
8493         POSIX requires this.
8494         * lib/strptime.c (strptime): Likewise.
8495         Change license notice from LGPL to GPL, since gnulib-tool will
8496         change this as needed.
8497         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
8498         defined.
8499         Include "strptime.h" first, to check interface.
8500         Do not #undef _LIBC and _NL_CURRENT.
8501         Do not include <stdlib.h>; no longer needed.
8502         Include "time_r.h" and declare ptime_locale_status
8503         only if _LIBC is not defined.
8504         (__P): Remove unused macro.
8505         (match_string): Bring back glibc version, but use it only if _LIBC
8506         is defined.
8507         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
8508         Remove unnecessary assertion and abort() call.
8509         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
8510         * m4/strptime.m4: Fix serial number comment.
8511         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
8512         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
8513         (Depends-on): Add time_r.
8514
8515 2007-01-29  Bruno Haible  <bruno@clisp.org>
8516
8517         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
8518         strptime.
8519         * modules/strptime (Depends-on): Add stdbool.
8520         * lib/strptime.h: Include <time.h> always. Add comments.
8521
8522 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
8523
8524         * modules/strptime: New file.
8525         * lib/strptime.h: New file.
8526         * lib/strptime.c: New file.
8527         * m4/strptime.m4: New file.
8528
8529 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
8530
8531         * MODULES.html.sh: New module mpsort.
8532         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
8533
8534         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
8535         a circularity problem with HP-UX ia64 reported by Bob Proulx in
8536         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
8537         All uses changed.
8538         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
8539         All uses changed.
8540         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
8541         to _Restrict_.
8542         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
8543         the parameter matches the prototype.
8544
8545 2007-01-28  Jim Meyering  <jim@meyering.net>
8546
8547         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
8548         sys/time.h here, reverting that part of the previous patch:
8549         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
8550
8551 2007-01-28  Bruno Haible  <bruno@clisp.org>
8552
8553         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
8554         value of $(SYS_TIME_H).
8555         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
8556         remove it conditionally, too. [added by Jim Meyering]
8557         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
8558         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
8559         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
8560         GETTIMEOFDAY_REPLACEMENT to 1.
8561
8562 2007-01-28  Bruno Haible  <bruno@clisp.org>
8563
8564         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
8565         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
8566         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
8567         Set UNISTD_H instead of UNISTD_H2.
8568         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
8569
8570 2007-01-28  Bruno Haible  <bruno@clisp.org>
8571
8572         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
8573         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
8574
8575 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8576
8577         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
8578         (func_create_testdir): Ensure C locale for `grep' and `tr'
8579         character ranges.
8580         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
8581         ACLOCAL_AMFLAGS parsing state machine.
8582
8583 2007-01-27  Bruno Haible  <bruno@clisp.org>
8584
8585         * modules/unistr/base: Update.
8586
8587 2007-01-27  Bruno Haible  <bruno@clisp.org>
8588
8589         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
8590         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
8591         * modules/unistr/u32-mbtouc-unsafe: Renamed from
8592         modules/unistr/u32-mbtouc.
8593         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
8594         * lib/unistr.h: Update.
8595         * lib/linebreak.c: Update.
8596         * modules/unistr/u32-mbtouc: Renamed from
8597         modules/unistr/u32-mbtouc-safe.
8598         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
8599         * lib/unistr.h: Update.
8600         * lib/unistr/u32-to-u8.c: Update.
8601         * lib/unistr/u32-to-u16.c: Update.
8602
8603 2007-01-27  Bruno Haible  <bruno@clisp.org>
8604
8605         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
8606         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
8607         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
8608         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
8609         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
8610         * modules/unistr/u16-mbtouc-unsafe: Renamed from
8611         modules/unistr/u16-mbtouc.
8612         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
8613         * lib/unistr.h: Update.
8614         * lib/linebreak.c: Update.
8615         * modules/linebreak: Update.
8616         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
8617         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
8618         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
8619         * modules/unistr/u16-mbtouc: Renamed from
8620         modules/unistr/u16-mbtouc-safe.
8621         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
8622         * lib/unistr.h: Update.
8623         * lib/unistr/u16-to-u8.c: Update.
8624         * modules/unistr/u16-to-u8: Update.
8625         * lib/unistr/u16-to-u32.c: Update.
8626         * modules/unistr/u16-to-u32: Update.
8627
8628 2007-01-27  Bruno Haible  <bruno@clisp.org>
8629
8630         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
8631         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
8632         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
8633         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
8634         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
8635         * modules/unistr/u8-mbtouc-unsafe: Renamed from
8636         modules/unistr/u8-mbtouc.
8637         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
8638         * lib/unistr.h: Update.
8639         * lib/striconveh.c: Update.
8640         * modules/striconveh: Update.
8641         * lib/linebreak.c: Update.
8642         * modules/linebreak: Update.
8643         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
8644         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
8645         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
8646         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
8647         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
8648         * lib/unistr.h: Update.
8649         * lib/striconveh.c: Update.
8650         * modules/striconveh: Update.
8651         * lib/unistr/u8-to-u16.c: Update.
8652         * modules/unistr/u8-to-u16: Update.
8653         * lib/unistr/u8-to-u32.c: Update.
8654         * modules/unistr/u8-to-u32: Update.
8655
8656 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8657
8658         Sync from Libtool.
8659         * lib/argz.c: Do not include strings.h nor memory.h, include
8660         string.h unconditionally.  Patch by Simon Josefsson.
8661
8662 2007-01-27  Bruno Haible  <bruno@clisp.org>
8663
8664         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
8665         from gl_HEADER_STRING_H_BODY.
8666         (gl_HEADER_STRING_H_BODY): Require it.
8667         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
8668         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
8669         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
8670         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
8671         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
8672         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
8673         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
8674         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
8675         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
8676         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
8677         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
8678         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
8679         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
8680         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
8681         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
8682
8683 2007-01-27  Bruno Haible  <bruno@clisp.org>
8684
8685         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
8686         check_PROGRAMS into noinst_PROGRAMS.
8687         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
8688         check_PROGRAMS in this case.
8689         (func_import): Set for_test to false.
8690         (func_create_testdir): Set for_test to true.
8691
8692 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
8693             Bruno Haible  <bruno@clisp.org>
8694
8695         * modules/strcasestr (Files): Remove lib/strcasestr.h.
8696         (Depends-on): Add string.
8697         (Includes): Use <string.h> instead of strcasestr.h.
8698         * modules/string (Makefile.am): Also substitute the value of
8699         REPLACE_STRCASESTR.
8700         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
8701         assume strcasestr is declared in <string.h> not <strings.h>. Also
8702         set REPLACE_STRCASESTR.
8703         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
8704         REPLACE_STRCASESTR.
8705         * lib/strcasestr.h: Remove file.
8706         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
8707         * lib/string_.h (strcasestr): New declaration.
8708
8709 2007-01-27  Bruno Haible  <bruno@clisp.org>
8710
8711         * lib/string_.h: Use 'extern'.
8712
8713 2007-01-27  Jim Meyering  <jim@meyering.net>
8714
8715         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
8716         of set-but-not-used local, "q".
8717
8718         * lib/mempcpy.c: Include <config.h> before <string.h>.
8719         This fixes a compilation error on HP-UX, due to the system's
8720         "restrict"-using mempcpy prototype.
8721
8722 2007-01-26  Bruno Haible  <bruno@clisp.org>
8723
8724         Small optimization.
8725         * lib/javacomp.c: Include c-strstr.h.
8726          (is_envjavac_gcj): Use c_strstr instead of strstr.
8727         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
8728
8729 2007-01-26  Bruno Haible  <bruno@clisp.org>
8730
8731         * MODULES.html.sh (Unicode string functions): Add the new modules.
8732
8733         * modules/uniconv/u32-strconv-to-locale: New file.
8734         * lib/uniconv/u32-strconv-to-locale.c: New file.
8735
8736         * modules/uniconv/u16-strconv-to-locale: New file.
8737         * lib/uniconv/u16-strconv-to-locale.c: New file.
8738
8739         * modules/uniconv/u8-strconv-to-locale: New file.
8740         * lib/uniconv/u8-strconv-to-locale.c: New file.
8741
8742         * modules/uniconv/u32-strconv-from-locale: New file.
8743         * lib/uniconv/u32-strconv-from-locale.c: New file.
8744
8745         * modules/uniconv/u16-strconv-from-locale: New file.
8746         * lib/uniconv/u16-strconv-from-locale.c: New file.
8747
8748         * modules/uniconv/u8-strconv-from-locale: New file.
8749         * lib/uniconv/u8-strconv-from-locale.c: New file.
8750
8751         * modules/uniconv/u32-strconv-to-enc: New file.
8752         * lib/uniconv/u32-strconv-to-enc.c: New file.
8753         * modules/uniconv/u32-strconv-to-enc-tests: New file.
8754         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
8755
8756         * modules/uniconv/u16-strconv-to-enc: New file.
8757         * lib/uniconv/u16-strconv-to-enc.c: New file.
8758         * lib/uniconv/u-strconv-to-enc.h: New file.
8759         * modules/uniconv/u16-strconv-to-enc-tests: New file.
8760         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
8761
8762         * modules/uniconv/u8-strconv-to-enc: New file.
8763         * lib/uniconv/u8-strconv-to-enc.c: New file.
8764         * modules/uniconv/u8-strconv-to-enc-tests: New file.
8765         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
8766
8767         * modules/uniconv/u32-strconv-from-enc: New file.
8768         * lib/uniconv/u32-strconv-from-enc.c: New file.
8769         * modules/uniconv/u32-strconv-from-enc-tests: New file.
8770         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
8771
8772         * modules/uniconv/u16-strconv-from-enc: New file.
8773         * lib/uniconv/u16-strconv-from-enc.c: New file.
8774         * modules/uniconv/u16-strconv-from-enc-tests: New file.
8775         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
8776
8777         * modules/uniconv/u8-strconv-from-enc: New file.
8778         * lib/uniconv/u8-strconv-from-enc.c: New file.
8779         * lib/uniconv/u-strconv-from-enc.h: New file.
8780         * modules/uniconv/u8-strconv-from-enc-tests: New file.
8781         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
8782
8783         * modules/uniconv/u32-conv-from-enc: New file.
8784         * lib/uniconv/u32-conv-from-enc.c: New file.
8785         * modules/uniconv/u32-conv-from-enc-tests: New file.
8786         * tests/uniconv/test-u32-conv-from-enc.c: New file.
8787
8788         * modules/uniconv/u16-conv-from-enc: New file.
8789         * lib/uniconv/u16-conv-from-enc.c: New file.
8790         * lib/uniconv/u-conv-from-enc.h: New file.
8791         * modules/uniconv/u16-conv-from-enc-tests: New file.
8792         * tests/uniconv/test-u16-conv-from-enc.c: New file.
8793
8794         * modules/uniconv/u8-conv-from-enc: New file.
8795         * lib/uniconv/u8-conv-from-enc.c: New file.
8796         * modules/uniconv/u8-conv-from-enc-tests: New file.
8797         * tests/uniconv/test-u8-conv-from-enc.c: New file.
8798
8799         * modules/uniconv/base: New file.
8800         * lib/uniconv.h: New file.
8801
8802 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
8803
8804         * doc/gnulib-tool.texi (Initial import): Update to match current
8805         behavior with strdup module.
8806         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
8807         * lib/memmem.h: Remove; all uses removed.  This is now done
8808         by <string.h>.
8809         * lib/mempcpy.h: Likewise.
8810         * lib/memrchr.h: Likewise.
8811         * lib/stpcpy.h: Likewise.
8812         * lib/stpncpy.h: Likewise.
8813         * lib/strcase.h: Likewise.
8814         * lib/strchrnul.h: Likewise.
8815         * lib/strdup.h: Likewise.
8816         * lib/strndup.h: Likewise.
8817         * lib/strnlen.h: Likewise.
8818         * lib/strpbrk.h: Likewise.
8819         * lib/strsep.h: Likewise.
8820         * lib/strstr.h: Likewise.
8821         * lib/strtok_r.h: Likewise.
8822         * lib/string_.h: New file.
8823         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
8824         Rely on <string.h> instead.
8825         * lib/canon-host.c: Likewise.
8826         * lib/chdir-long.c: Likewise.
8827         * lib/concatpath.c: Likewise.
8828         * lib/exclude.c: Likewise.
8829         * lib/fchdir.c: Likewise.
8830         * lib/getaddrinfo.c: Likewise.
8831         * lib/getcwd.c: Likewise.
8832         * lib/getsubopt.c: Likewise.
8833         * lib/glob.c: Likewise.
8834         * lib/hard-locale.c: Likewise.
8835         * lib/iconvme.c: Likewise.
8836         * lib/javacomp.c: Likewise.
8837         * lib/mempcpy.c: Likewise.
8838         * lib/memrchr.c: Likewise.
8839         * lib/regex_internal.h: Likewise.
8840         * lib/stpncpy.c: Likewise.
8841         * lib/strcasecmp.c: Likewise.
8842         * lib/strchrnul.c: Likewise.
8843         * lib/strdup.c: Likewise.
8844         * lib/striconv.c: Likewise.
8845         * lib/striconveh.c: Likewise.
8846         * lib/striconveha.c: Likewise.
8847         * lib/strncasecmp.c: Likewise.
8848         * lib/strndup.c: Likewise.
8849         * lib/strnlen.c: Likewise.
8850         * lib/strsep.c: Likewise.
8851         * lib/strstr.c: Likewise.
8852         * lib/strtok_r.c: Likewise.
8853         * lib/userspec.c: Likewise.
8854         * lib/w32spawn.h: Likewise.
8855         * lib/xstrndup.c: Likewise.
8856         * lib/mountlist.c (strstr): Remove decl.
8857         * m4/string_h.m4: New file.
8858         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
8859         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
8860         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
8861         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
8862         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
8863         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
8864         Set REPLACE_STRCASECMP if necessary.
8865         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
8866         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
8867         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
8868         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
8869         HAVE_DECL_STRDUP if necessary.
8870         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
8871         since gl_FUNC_STRNDUP does that now.
8872         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
8873         Check for decl here...
8874         (gl_PREREQ_STRNLEN): ... not here.
8875         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
8876         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
8877         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
8878         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
8879         necessary.
8880         * modules/string: New file.
8881         * modules/memmem (Files): Remove special-purpose include file.
8882         (Depends-on): Add string.
8883         (Include): Include <string.h>, not the removed file.
8884         * modules/mempcpy: Likewise.
8885         * modules/memrchr: Likewise.
8886         * modules/stpcpy: Likewise.
8887         * modules/stpncpy: Likewise.
8888         * modules/strcase: Likewise.
8889         * modules/strchrnul: Likewise.
8890         * modules/strdup: Likewise.
8891         * modules/strndup: Likewise.
8892         * modules/strnlen: Likewise.
8893         * modules/strpbrk: Likewise.
8894         * modules/strsep: Likewise.
8895         * modules/strstr: Likewise.
8896         * modules/strtok_r: Likewise.
8897         * tests/test-dirname.c: Don't include "strdup.h", since
8898         <string.h> now suffices.
8899         * tests/test-memmem.c: Don't include "memmem.h", since
8900         <string.h> now suffices.
8901
8902 2007-01-25  Bruno Haible  <bruno@clisp.org>
8903
8904         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
8905         *resultp is 0.
8906
8907         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
8908         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
8909         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
8910         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
8911
8912         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
8913         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
8914         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
8915         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
8916         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
8917         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
8918
8919 2007-01-24  Bruno Haible  <bruno@clisp.org>
8920
8921         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
8922         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
8923         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
8924         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
8925         gl_FUNC_FTS_CORE.
8926         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
8927         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
8928         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
8929         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
8930         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
8931         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
8932         gl_FUNC_FCHOWNAT.
8933         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
8934         gl_FUNC_STRFTIME.
8935         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
8936         Reported by Ralf Wildenhues.
8937
8938 2007-01-24  Bruno Haible  <bruno@clisp.org>
8939
8940         Drop AC_REQUIRE calls that are redundant with the module dependencies.
8941         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
8942         gl_GETADDRINFO.
8943         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
8944         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
8945         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
8946
8947 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
8948
8949         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
8950         Don't use 'exit'; just return from 'main'.
8951         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
8952
8953         * lib/fnmatch_.h: Readjust white space and comments to match
8954         glibc, to avoid spurious diffs.
8955
8956 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8957
8958         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
8959         2004-12-01 change by Jakub Jelinek, since this code won't compile
8960         if !LIBC.  Problem reported by Bob Proulx.
8961
8962 2007-01-23  Bruno Haible  <bruno@clisp.org>
8963
8964         * lib/striconveh.c: Include c-strcaseeq.h.
8965         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
8966         * modules/striconveh (Depends-on): Add c-strcaseeq.
8967
8968 2007-01-23  Bruno Haible  <bruno@clisp.org>
8969
8970         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
8971
8972         * modules/c-strcaseeq: New file.
8973         * lib/c-strcaseeq.h: New file.
8974
8975         * modules/streq: New file.
8976         * lib/streq.h: New file.
8977
8978 2007-01-23  Bruno Haible  <bruno@clisp.org>
8979
8980         * modules/striconveha-tests: New file.
8981         * tests/test-striconveha.c: New file.
8982
8983         * lib/striconveha.h: Include <stdbool.h>.
8984         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
8985         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
8986         (mem_iconveha_notranslit): Renamed from mem_iconveha.
8987         (mem_iconveha): New function.
8988         (str_iconveha_notranslit): Renamed from str_iconveha.
8989         (str_iconveha): New function.
8990         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
8991         c-strcase.
8992
8993 2007-01-23  Bruno Haible  <bruno@clisp.org>
8994
8995         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
8996         encodings without forgiving before trying any encoding with handler.
8997         (str_iconveha): Try all encodings without forgiving before trying any
8998         encoding with handler.
8999
9000 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9001
9002         Import the following changes from libc.
9003
9004         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
9005
9006         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
9007
9008         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
9009
9010         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
9011         normal_bracket label.
9012
9013         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
9014
9015         [BZ #361]
9016         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
9017         to normal_bracket after fetching the next character.
9018
9019 2007-01-22  Bruno Haible  <bruno@clisp.org>
9020
9021         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
9022         argument.
9023         * lib/striconveh.c (iconv_carefully_1): New function.
9024         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
9025         argument.
9026         (str_cd_iconveh): Update.
9027         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
9028         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
9029         * tests/test-striconveh.c (MAGIC): New macro.
9030         (new_offsets): New function.
9031         (main): Test call with and without offsets.
9032
9033 2007-01-22  Bruno Haible  <bruno@clisp.org>
9034
9035         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
9036         * modules/sys_select (Makefile.am): Likewise.
9037         * modules/sys_socket (Makefile.am): Likewise.
9038         * modules/sys_time (Makefile.am): Likewise.
9039
9040 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9041
9042         * modules/gettimeofday (License): Change from GPL to LGPL, since
9043         gettimeofday is a library function.
9044
9045 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9046
9047         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
9048
9049 2007-01-21  Bruno Haible  <bruno@clisp.org>
9050
9051         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
9052
9053 2007-01-21  Bruno Haible  <bruno@clisp.org>
9054
9055         * modules/striconveha: New file.
9056         * lib/striconveha.h: New file.
9057         * lib/striconveha.c: New file.
9058         * MODULES.html.sh (Internationalization functions): Add striconveha.
9059         * lib/striconv.c (str_iconv): Optimize the case of an empty input
9060         string.
9061         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
9062
9063 2007-01-21  Bruno Haible  <bruno@clisp.org>
9064
9065         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
9066         * lib/striconveh.c (str_iconveh): Likewise.
9067
9068 2007-01-21  Bruno Haible  <bruno@clisp.org>
9069
9070         * lib/striconveh.h (mem_iconveh): New declaration.
9071         * lib/striconveh.c (mem_iconveh): New function.
9072         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
9073
9074 2007-01-21  Bruno Haible  <bruno@clisp.org>
9075
9076         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
9077
9078         * lib/striconveh.h (mem_cd_iconveh): Change specification.
9079         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
9080         original result buffer.
9081         (str_cd_iconveh): Update.
9082         * tests/test-striconveh.c (main): Update.
9083
9084         * lib/striconv.h (mem_cd_iconv): Change specification.
9085         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
9086         result buffer.
9087         (str_cd_iconv): Update.
9088         * tests/test-striconv.c (main): Update.
9089
9090 2007-01-21  Bruno Haible  <bruno@clisp.org>
9091
9092         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
9093
9094 2007-01-20  Jim Meyering  <jim@meyering.net>
9095
9096         * lib/userspec.c (parse_with_separator): If a user or group string
9097         starts with "+", skip the corresponding name-to-ID look-up, since
9098         such a look-up must fail: user and group names may not include "+".
9099
9100 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
9101
9102         * lib/poll.c: Include sys/time.h and time.h unconditionally,
9103         since we now assume the sys_time module.
9104         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
9105         check for sys/time.h; no longer needed.
9106         * modules/poll (Depends-on): Depend on sys_time.
9107
9108 2007-01-18  Bruno Haible  <bruno@clisp.org>
9109
9110         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
9111         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
9112
9113         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
9114         gettimeofday.
9115
9116         * tests/test-gettimeofday.c: Include <time.h>.
9117         (dummy): Remove variable.
9118
9119         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
9120         gl_HEADER_SYS_TIME_H.
9121         (gl_HEADER_SYS_TIME_H): New macro.
9122
9123         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
9124         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9125         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
9126         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
9127         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9128         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
9129         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
9130         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9131         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
9132         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
9133         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9134
9135         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
9136         last change; it caused a compilation error when cross-compiling to
9137         Cygwin.
9138
9139 2007-01-18  Jim Meyering  <jim@meyering.net>
9140
9141         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
9142         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
9143         than the race-prone "test -d sys || mkdir sys".
9144         (configure.ac): Use AC_PROG_MKDIR_P.
9145         * modules/sys_select: Likewise.
9146         * modules/sys_socket: Likewise.
9147         * modules/sys_time: Likewise.
9148
9149 2007-01-18  Eric Blake  <ebb9@byu.net>
9150
9151         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
9152         replace gettimeofday.
9153         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
9154         name, to avoid infinite recursion.
9155
9156 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
9157
9158         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
9159         module sys_time.
9160         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
9161         assume timespec.h defines struct timeval.
9162         * lib/settime.c: Likewise.
9163         * lib/utimens.c: Likewise.
9164         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
9165         since we now assume the gettimeofday module.
9166         * lib/tempname.c (__gen_tempname): Likewise.
9167         * lib/gettimeofday.h: Remove.
9168         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
9169         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
9170         Include <time.h>, for 'time()'.
9171         (localtime_buffer_addr): Also use this workaround if
9172         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
9173         to simplify the uses.  All uses changed.
9174         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
9175         that #undef is inside {}, and 'const' follows type name consistently.
9176         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
9177         (gettimeofday): Do not use the maximum possible value for
9178         tv->tv_usec, since that might break usages other than ls.c.
9179         Instead, we'll leave ls.c alone.  This undoes today's patch
9180         by Bruno.  Add a compile-time warning for 1s-clock resolution;
9181         we've never observed the problem but might as well keep the
9182         canary.
9183         * lib/nanosleep.c: Include timespec.h first, for interface check.
9184         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
9185         now assume the sys_time module.
9186         * lib/tempname.c: Likewise.
9187         * lib/timespec.h: Likewise.
9188         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
9189         needed.
9190         * lib/strftime.c: Likewise.
9191         * lib/timespec.h: Likewise.
9192         * lib/posixtm.c: Include posixtm.h first, for interface check.
9193         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
9194         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
9195         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
9196         * lib/sys_time_.h: New file.
9197         * lib/timespec.h (struct timespec): Use long int, not long.
9198         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
9199         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
9200         Remove obsolescent call to AC_HEADER_TIME.
9201         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
9202         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9203         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
9204         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
9205         Likewise.
9206         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
9207         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
9208         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
9209         into the sys_time module.  Check for gettimeofday just once.
9210         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
9211         for gettimeofday signature to just check the signature.  Merely
9212         compile it, since linking doesn't test signature.  Improve test for
9213         whether gettimeofday.o is actually needed.
9214         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
9215         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
9216         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
9217         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9218         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
9219         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
9220         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
9221         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
9222         than worrying about sys/time.h.
9223         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
9224         Don't bother worrying about TIME_WITH_SYS_TIME.
9225         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
9226         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
9227         * m4/sys_time_h.m4: New file.
9228         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
9229         Don't include sys/time.h.  Return from main rather than exiting.
9230         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
9231         all uses changed.
9232         * modules/gethrxtime (Depends-on): Add sys_time.
9233         * modules/gettime (Depends-on): Likewise.
9234         * modules/gettimeofday (Depends-on): Likewise.
9235         * modules/nanosleep (Depends-on): Likewise.
9236         * modules/settime (Depends-on): Likewise.
9237         * modules/tempname (Depends-on): Likewise.
9238         * modules/utimens (Depends-on): Likewise.
9239         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
9240         (Include:) Change back to <sys/time.h>.
9241         (Maintainer:) Add self.
9242         * modules/sys_time: New file.
9243         * modules/tempname (Depends-on): Add gettimeofday.
9244         * tests/test-gettimeofday.c: Include <sys/time.h>
9245         rather than gettimeofday.h.
9246
9247 2007-01-17  Bruno Haible  <bruno@clisp.org>
9248
9249         * gnulib-tool (func_get_license): Revert last patch. Instead, let
9250         the license default to GPL.
9251         (func_create_testdir): Don't complain if a module is LGPL and its
9252         tests module depends on GPLed modules.
9253
9254 2007-01-17  Bruno Haible  <bruno@clisp.org>
9255
9256         * lib/gettimeofday.c (gettimeofday): Add code for the case
9257         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
9258         maximum possible value for tv->tv_usec, rather than the minimum one.
9259
9260 2005-10-08  Martin Lambers  <marlam@marlam.de>
9261 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
9262 2007-01-16  Bruno Haible  <bruno@clisp.org>
9263
9264         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
9265         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
9266         gl_FUNC_GETTIMEOFDAY.
9267         (Include): Add gettimeofday.h.
9268         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
9269         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
9270         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
9271         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
9272         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
9273         * lib/gettimeofday.h: New file.
9274         * lib/gettimeofday.c: Include <sys/timeb.h>.
9275         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
9276         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9277         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
9278         fall back on time().
9279
9280         * tests/test-gettimeofday.c: New file.
9281         * modules/gettimeofday-tests: New file.
9282
9283 2007-01-16  Eric Blake  <ebb9@byu.net>
9284
9285         * modules/fnmatch (Depends-on): Depend on wchar.
9286         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
9287         * m4/fnmatch.m4: Likewise.
9288         * modules/mbchar (Makefile.am): Assume <wchar.h>.
9289         * m4/mbchar.m4: Likewise.
9290         * modules/mbswidth (Depends-on): Depend on wchar.
9291         * lib/mbswidth.c: Assume <wchar.h>.
9292         * m4/mbswidth.m4: Likewise.
9293         * modules/quotearg (Depends-on): Depend on wchar.
9294         * lib/quotearg.c: Assume <wchar.h>.
9295         * m4/quotearg.m4: Likewise.
9296         * modules/regex (Depends-on): Depend on wchar.
9297         * lib/regex_internal.h: Assume <wchar.h>.
9298         * m4/regex.m4: Likewise.
9299         * modules/stdint (Depends-on): Depend on wchar.
9300         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
9301         * m4/stdint.m4: Likewise.
9302         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
9303         * modules/strftime (Depends-on): Depend on wchar.
9304         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
9305         * modules/strtol (Depends-on): Depend on wchar.
9306         * lib/strtol.c: Assume <wchar.h>.
9307         * modules/wcwidth (Depends-on): Depend on wchar.
9308         * lib/wcwidth.h: Assume <wchar.h>.
9309         * m4/wcwidth.m4: Likewise.
9310
9311 2007-01-16  Bruno Haible  <bruno@clisp.org>
9312
9313         * modules/csharpexec-script: New, created from...
9314         * modules/csharpexec: ... this.
9315
9316 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
9317
9318         * modules/javaexec-script: New, created from...
9319         * modules/javaexec: ... this.
9320
9321 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9322
9323         * modules/poll (Dependencies): Add sys_select.
9324
9325 2007-01-15  Jim Meyering  <jim@meyering.net>
9326
9327         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
9328         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
9329         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
9330         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
9331
9332 2007-01-15  Bruno Haible  <bruno@clisp.org>
9333
9334         * modules/striconveh: New file.
9335         * lib/striconveh.h: New file.
9336         * lib/striconveh.c: New file.
9337         * MODULES.html.sh (Internationalization functions): Add striconveh.
9338
9339         * modules/striconveh-tests: New file.
9340         * tests/test-striconveh.c: New file.
9341
9342 2007-01-15  Bruno Haible  <bruno@clisp.org>
9343
9344         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
9345         not from GNU libiconv or GNU libc.
9346
9347 2007-01-15  Bruno Haible  <bruno@clisp.org>
9348
9349         * doc/gnulib-intro.texi (Copyright): Explain the different license
9350         terms for module descriptions, autoconf macros, tests, documentation.
9351
9352 2007-01-14  Bruno Haible  <bruno@clisp.org>
9353
9354         * modules/striconv-tests: New file.
9355         * tests/test-striconv.c: New file.
9356
9357 2007-01-14  Bruno Haible  <bruno@clisp.org>
9358
9359         * modules/iconv-tests: New file.
9360         * tests/test-iconv.c: New file.
9361
9362 2007-01-14  Bruno Haible  <bruno@clisp.org>
9363
9364         * gnulib-tool (func_get_license): For test modules, use the license of
9365         the main module.
9366
9367 2007-01-14  Bruno Haible  <bruno@clisp.org>
9368
9369         * modules/iconv (Include): Clarify that <iconv.h> can only be included
9370         if iconv is found to exist.
9371
9372 2007-01-14  Bruno Haible  <bruno@clisp.org>
9373
9374         * modules/c-ctype-tests: New file.
9375         * tests/test-c-ctype.c: New file.
9376
9377 2007-01-14  Bruno Haible  <bruno@clisp.org>
9378
9379         * modules/binary-io-tests: New file.
9380         * tests/test-binary-io.sh: New file.
9381         * tests/test-binary-io.c: New file.
9382
9383 2007-01-14  Bruno Haible  <bruno@clisp.org>
9384
9385         * modules/array-oset-tests: New file.
9386         * tests/test-array_oset.c: New file.
9387
9388 2007-01-14  Bruno Haible  <bruno@clisp.org>
9389
9390         * modules/array-list-tests: New file.
9391         * tests/test-array_list.c: New file.
9392
9393 2007-01-14  Bruno Haible  <bruno@clisp.org>
9394
9395         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
9396         and make.
9397         Reported by Simon Josefsson in
9398         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
9399
9400 2007-01-14  Bruno Haible  <bruno@clisp.org>
9401
9402         * modules/allocsa-tests: New file.
9403         * tests/test-allocsa.c: New file.
9404
9405 2007-01-14  Bruno Haible  <bruno@clisp.org>
9406
9407         * modules/fchdir (Depends-on): Add absolute-header.
9408         * modules/unistd (Depends-on): Likewise.
9409
9410 2006-12-30  Bruno Haible  <bruno@clisp.org>
9411
9412         * modules/fchdir: New file.
9413         * modules/unistd (Files): Add lib/unistd_.h.
9414         (Makefile.am): Generate unistd.h from unistd_.h.
9415         * lib/fchdir.c: New file.
9416         * lib/dirent_.h: New file.
9417         * lib/unistd_.h: New file.
9418         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
9419         * m4/fchdir.m4: New file.
9420         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
9421         (gl_HEADER_UNISTD): Invoke it.
9422         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
9423         function.
9424         * lib/backupfile.c (opendir, closedir): Undefine.
9425         * lib/chown.c (open, close): Undefine.
9426         * lib/clean-temp.c (open, close): Undefine.
9427         * lib/copy-file.c (open, close): Undefine.
9428         * lib/execute.c (open, close): Undefine.
9429         * lib/fsusage.c (open, close): Undefine.
9430         * lib/gc-gnulib.c (open, close): Undefine.
9431         * lib/getcwd.c (opendir, closedir): Undefine.
9432         * lib/glob.c (opendir, closedir): Undefine.
9433         * lib/javacomp.c (open, close): Undefine.
9434         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
9435         * lib/openat-proc.c (open, close): Undefine.
9436         * lib/pagealign_alloc.c (open, close): Undefine.
9437         * lib/pipe.c (open, close): Undefine.
9438         * lib/progreloc.c (open, close): Undefine.
9439         * lib/savedir.c (opendir, closedir): Undefine.
9440         * lib/utime.c (open, close): Undefine.
9441         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
9442
9443 2007-01-10  Bruno Haible  <bruno@clisp.org>
9444
9445         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
9446
9447 2007-01-12  Eric Blake  <ebb9@byu.net>
9448
9449         Provide a robust <wchar.h>.  Further simplifications are now
9450         possible in other modules, but not included here.
9451         * modules/wchar: New module.
9452         * m4/wchar.m4: New file.
9453         * lib/wchar_.h: Likewise.
9454         * modules/mbchar (Depends-on): Depend on wchar, as the first use
9455         of the new module.
9456         * MODULES.html.sh (Extended multibyte and wide character utilities):
9457         New section.
9458
9459 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
9460
9461         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
9462         to a reasonable default for memory allocation.
9463         (xreadlink): Don't allocate a huge buffer, to work around a buggy
9464         file system that reports garbage st_size values for symlinks.
9465         Problem reported by Liyang Hu.
9466
9467 2007-01-11  Simon Josefsson  <simon@josefsson.org>
9468
9469         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
9470         Emacs .#* auto-save files).
9471
9472 2007-01-11  Bruno Haible  <bruno@clisp.org>
9473
9474         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
9475         directory.
9476
9477 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9478
9479         Use @...@ consistently in lib/wctype_.h.
9480         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
9481         on it being set to 1 or 0.
9482         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
9483         go back to AC_SUBSTing it.
9484         * modules/wctype (Makefile.am): Undo previous change.
9485
9486 2007-01-10  Eric Blake  <ebb9@byu.net>
9487
9488         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
9489         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
9490         * modules/wctype (Makefile.am): Likewise.
9491         Reported by Chris McGuire.
9492
9493 2007-01-10  Jim Meyering  <jim@meyering.net>
9494
9495         fts.c: a small readability/maintainability improvement
9496         * lib/fts.c (fts_read): Make this code slightly more readable and
9497         maintainable by hoisting the "sp->fts_cur = p" assignments to
9498         immediately follow the statements that set P.  Derived from
9499         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
9500
9501 2007-01-10  Eric Blake  <ebb9@byu.net>
9502
9503         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
9504         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
9505         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
9506         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
9507         Reported by Chris McGuire.
9508
9509 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9510
9511         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
9512         in sed script.
9513
9514 2007-01-09  Bruno Haible  <bruno@clisp.org>
9515
9516         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
9517         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
9518         variables.
9519         (func_module): Use them.
9520
9521 2007-01-09  Bruno Haible  <bruno@clisp.org>
9522
9523         * modules/unistr/base: New file.
9524         * lib/unistr.h: New file.
9525
9526         * modules/unistr/u8-to-u16: New file.
9527         * lib/unistr/u8-to-u16.c: New file.
9528
9529         * modules/unistr/u8-to-u32: New file.
9530         * lib/unistr/u8-to-u32.c: New file.
9531
9532         * modules/unistr/u16-to-u8: New file.
9533         * lib/unistr/u16-to-u8.c: New file.
9534
9535         * modules/unistr/u16-to-u32: New file.
9536         * lib/unistr/u16-to-u32.c: New file.
9537
9538         * modules/unistr/u32-to-u8: New file.
9539         * lib/unistr/u32-to-u8.c: New file.
9540
9541         * modules/unistr/u32-to-u16: New file.
9542         * lib/unistr/u32-to-u16.c: New file.
9543
9544         * modules/unistr/u8-check: New file.
9545         * modules/unistr/u16-check: New file.
9546         * modules/unistr/u32-check: New file.
9547         * lib/unistr/u8-check.c: New file.
9548         * lib/unistr/u16-check.c: New file.
9549         * lib/unistr/u32-check.c: New file.
9550
9551         * modules/unistr/u8-chr: New file.
9552         * modules/unistr/u16-chr: New file.
9553         * modules/unistr/u32-chr: New file.
9554         * lib/unistr/u8-chr.c: New file.
9555         * lib/unistr/u16-chr.c: New file.
9556         * lib/unistr/u32-chr.c: New file.
9557
9558         * modules/unistr/u8-cmp: New file.
9559         * modules/unistr/u16-cmp: New file.
9560         * modules/unistr/u32-cmp: New file.
9561         * lib/unistr/u8-cmp.c: New file.
9562         * lib/unistr/u16-cmp.c: New file.
9563         * lib/unistr/u32-cmp.c: New file.
9564
9565         * modules/unistr/u8-cpy: New file.
9566         * modules/unistr/u16-cpy: New file.
9567         * modules/unistr/u32-cpy: New file.
9568         * lib/unistr/u8-cpy.c: New file.
9569         * lib/unistr/u16-cpy.c: New file.
9570         * lib/unistr/u32-cpy.c: New file.
9571         * lib/unistr/u-cpy.h: New file.
9572
9573         * modules/unistr/u8-cpy-alloc: New file.
9574         * modules/unistr/u16-cpy-alloc: New file.
9575         * modules/unistr/u32-cpy-alloc: New file.
9576         * lib/unistr/u8-cpy-alloc.c: New file.
9577         * lib/unistr/u16-cpy-alloc.c: New file.
9578         * lib/unistr/u32-cpy-alloc.c: New file.
9579         * lib/unistr/u-cpy-alloc.h: New file.
9580
9581         * modules/unistr/u8-endswith: New file.
9582         * modules/unistr/u16-endswith: New file.
9583         * modules/unistr/u32-endswith: New file.
9584         * lib/unistr/u8-endswith.c: New file.
9585         * lib/unistr/u16-endswith.c: New file.
9586         * lib/unistr/u32-endswith.c: New file.
9587         * lib/unistr/u-endswith.h: New file.
9588
9589         * modules/unistr/u8-mblen: New file.
9590         * modules/unistr/u16-mblen: New file.
9591         * modules/unistr/u32-mblen: New file.
9592         * lib/unistr/u8-mblen.c: New file.
9593         * lib/unistr/u16-mblen.c: New file.
9594         * lib/unistr/u32-mblen.c: New file.
9595
9596         * modules/unistr/u8-mbtouc: New file.
9597         * modules/unistr/u16-mbtouc: New file.
9598         * modules/unistr/u32-mbtouc: New file.
9599         * lib/unistr/u8-mbtouc.c: New file.
9600         * lib/unistr/u16-mbtouc.c: New file.
9601         * lib/unistr/u32-mbtouc.c: New file.
9602
9603         * modules/unistr/u8-mbtouc-safe: New file.
9604         * modules/unistr/u16-mbtouc-safe: New file.
9605         * modules/unistr/u32-mbtouc-safe: New file.
9606         * lib/unistr/u8-mbtouc-safe.c: New file.
9607         * lib/unistr/u16-mbtouc-safe.c: New file.
9608         * lib/unistr/u32-mbtouc-safe.c: New file.
9609
9610         * modules/unistr/u8-move: New file.
9611         * modules/unistr/u16-move: New file.
9612         * modules/unistr/u32-move: New file.
9613         * lib/unistr/u8-move.c: New file.
9614         * lib/unistr/u16-move.c: New file.
9615         * lib/unistr/u32-move.c: New file.
9616         * lib/unistr/u-move.h: New file.
9617
9618         * modules/unistr/u8-next: New file.
9619         * modules/unistr/u16-next: New file.
9620         * modules/unistr/u32-next: New file.
9621         * lib/unistr/u8-next.c: New file.
9622         * lib/unistr/u16-next.c: New file.
9623         * lib/unistr/u32-next.c: New file.
9624
9625         * modules/unistr/u8-prev: New file.
9626         * modules/unistr/u16-prev: New file.
9627         * modules/unistr/u32-prev: New file.
9628         * lib/unistr/u8-prev.c: New file.
9629         * lib/unistr/u16-prev.c: New file.
9630         * lib/unistr/u32-prev.c: New file.
9631
9632         * modules/unistr/u8-set: New file.
9633         * modules/unistr/u16-set: New file.
9634         * modules/unistr/u32-set: New file.
9635         * lib/unistr/u8-set.c: New file.
9636         * lib/unistr/u16-set.c: New file.
9637         * lib/unistr/u32-set.c: New file.
9638         * lib/unistr/u-set.h: New file.
9639
9640         * modules/unistr/u8-startswith: New file.
9641         * modules/unistr/u16-startswith: New file.
9642         * modules/unistr/u32-startswith: New file.
9643         * lib/unistr/u8-startswith.c: New file.
9644         * lib/unistr/u16-startswith.c: New file.
9645         * lib/unistr/u32-startswith.c: New file.
9646         * lib/unistr/u-startswith.h: New file.
9647
9648         * modules/unistr/u8-stpcpy: New file.
9649         * modules/unistr/u16-stpcpy: New file.
9650         * modules/unistr/u32-stpcpy: New file.
9651         * lib/unistr/u8-stpcpy.c: New file.
9652         * lib/unistr/u16-stpcpy.c: New file.
9653         * lib/unistr/u32-stpcpy.c: New file.
9654         * lib/unistr/u-stpcpy.h: New file.
9655
9656         * modules/unistr/u8-stpncpy: New file.
9657         * modules/unistr/u16-stpncpy: New file.
9658         * modules/unistr/u32-stpncpy: New file.
9659         * lib/unistr/u8-stpncpy.c: New file.
9660         * lib/unistr/u16-stpncpy.c: New file.
9661         * lib/unistr/u32-stpncpy.c: New file.
9662         * lib/unistr/u-stpncpy.h: New file.
9663
9664         * modules/unistr/u8-strcat: New file.
9665         * modules/unistr/u16-strcat: New file.
9666         * modules/unistr/u32-strcat: New file.
9667         * lib/unistr/u8-strcat.c: New file.
9668         * lib/unistr/u16-strcat.c: New file.
9669         * lib/unistr/u32-strcat.c: New file.
9670         * lib/unistr/u-strcat.h: New file.
9671
9672         * modules/unistr/u8-strchr: New file.
9673         * modules/unistr/u16-strchr: New file.
9674         * modules/unistr/u32-strchr: New file.
9675         * lib/unistr/u8-strchr.c: New file.
9676         * lib/unistr/u16-strchr.c: New file.
9677         * lib/unistr/u32-strchr.c: New file.
9678
9679         * modules/unistr/u8-strcmp: New file.
9680         * modules/unistr/u16-strcmp: New file.
9681         * modules/unistr/u32-strcmp: New file.
9682         * lib/unistr/u8-strcmp.c: New file.
9683         * lib/unistr/u16-strcmp.c: New file.
9684         * lib/unistr/u32-strcmp.c: New file.
9685
9686         * modules/unistr/u8-strcpy: New file.
9687         * modules/unistr/u16-strcpy: New file.
9688         * modules/unistr/u32-strcpy: New file.
9689         * lib/unistr/u8-strcpy.c: New file.
9690         * lib/unistr/u16-strcpy.c: New file.
9691         * lib/unistr/u32-strcpy.c: New file.
9692         * lib/unistr/u-strcpy.h: New file.
9693
9694         * modules/unistr/u8-strcspn: New file.
9695         * modules/unistr/u16-strcspn: New file.
9696         * modules/unistr/u32-strcspn: New file.
9697         * lib/unistr/u8-strcspn.c: New file.
9698         * lib/unistr/u16-strcspn.c: New file.
9699         * lib/unistr/u32-strcspn.c: New file.
9700         * lib/unistr/u-strcspn.h: New file.
9701
9702         * modules/unistr/u8-strdup: New file.
9703         * modules/unistr/u16-strdup: New file.
9704         * modules/unistr/u32-strdup: New file.
9705         * lib/unistr/u8-strdup.c: New file.
9706         * lib/unistr/u16-strdup.c: New file.
9707         * lib/unistr/u32-strdup.c: New file.
9708         * lib/unistr/u-strdup.h: New file.
9709
9710         * modules/unistr/u8-strlen: New file.
9711         * modules/unistr/u16-strlen: New file.
9712         * modules/unistr/u32-strlen: New file.
9713         * lib/unistr/u8-strlen.c: New file.
9714         * lib/unistr/u16-strlen.c: New file.
9715         * lib/unistr/u32-strlen.c: New file.
9716         * lib/unistr/u-strlen.h: New file.
9717
9718         * modules/unistr/u8-strmblen: New file.
9719         * modules/unistr/u16-strmblen: New file.
9720         * modules/unistr/u32-strmblen: New file.
9721         * lib/unistr/u8-strmblen.c: New file.
9722         * lib/unistr/u16-strmblen.c: New file.
9723         * lib/unistr/u32-strmblen.c: New file.
9724
9725         * modules/unistr/u8-strmbtouc: New file.
9726         * modules/unistr/u16-strmbtouc: New file.
9727         * modules/unistr/u32-strmbtouc: New file.
9728         * lib/unistr/u8-strmbtouc.c: New file.
9729         * lib/unistr/u16-strmbtouc.c: New file.
9730         * lib/unistr/u32-strmbtouc.c: New file.
9731
9732         * modules/unistr/u8-strncat: New file.
9733         * modules/unistr/u16-strncat: New file.
9734         * modules/unistr/u32-strncat: New file.
9735         * lib/unistr/u8-strncat.c: New file.
9736         * lib/unistr/u16-strncat.c: New file.
9737         * lib/unistr/u32-strncat.c: New file.
9738         * lib/unistr/u-strncat.h: New file.
9739
9740         * modules/unistr/u8-strncmp: New file.
9741         * modules/unistr/u16-strncmp: New file.
9742         * modules/unistr/u32-strncmp: New file.
9743         * lib/unistr/u8-strncmp.c: New file.
9744         * lib/unistr/u16-strncmp.c: New file.
9745         * lib/unistr/u32-strncmp.c: New file.
9746
9747         * modules/unistr/u8-strncpy: New file.
9748         * modules/unistr/u16-strncpy: New file.
9749         * modules/unistr/u32-strncpy: New file.
9750         * lib/unistr/u8-strncpy.c: New file.
9751         * lib/unistr/u16-strncpy.c: New file.
9752         * lib/unistr/u32-strncpy.c: New file.
9753         * lib/unistr/u-strncpy.h: New file.
9754
9755         * modules/unistr/u8-strnlen: New file.
9756         * modules/unistr/u16-strnlen: New file.
9757         * modules/unistr/u32-strnlen: New file.
9758         * lib/unistr/u8-strnlen.c: New file.
9759         * lib/unistr/u16-strnlen.c: New file.
9760         * lib/unistr/u32-strnlen.c: New file.
9761         * lib/unistr/u-strnlen.h: New file.
9762
9763         * modules/unistr/u8-strpbrk: New file.
9764         * modules/unistr/u16-strpbrk: New file.
9765         * modules/unistr/u32-strpbrk: New file.
9766         * lib/unistr/u8-strpbrk.c: New file.
9767         * lib/unistr/u16-strpbrk.c: New file.
9768         * lib/unistr/u32-strpbrk.c: New file.
9769         * lib/unistr/u-strpbrk.h: New file.
9770
9771         * modules/unistr/u8-strrchr: New file.
9772         * modules/unistr/u16-strrchr: New file.
9773         * modules/unistr/u32-strrchr: New file.
9774         * lib/unistr/u8-strrchr.c: New file.
9775         * lib/unistr/u16-strrchr.c: New file.
9776         * lib/unistr/u32-strrchr.c: New file.
9777
9778         * modules/unistr/u8-strspn: New file.
9779         * modules/unistr/u16-strspn: New file.
9780         * modules/unistr/u32-strspn: New file.
9781         * lib/unistr/u8-strspn.c: New file.
9782         * lib/unistr/u16-strspn.c: New file.
9783         * lib/unistr/u32-strspn.c: New file.
9784         * lib/unistr/u-strspn.h: New file.
9785
9786         * modules/unistr/u8-strstr: New file.
9787         * modules/unistr/u16-strstr: New file.
9788         * modules/unistr/u32-strstr: New file.
9789         * lib/unistr/u8-strstr.c: New file.
9790         * lib/unistr/u16-strstr.c: New file.
9791         * lib/unistr/u32-strstr.c: New file.
9792         * lib/unistr/u-strstr.h: New file.
9793
9794         * modules/unistr/u8-strtok: New file.
9795         * modules/unistr/u16-strtok: New file.
9796         * modules/unistr/u32-strtok: New file.
9797         * lib/unistr/u8-strtok.c: New file.
9798         * lib/unistr/u16-strtok.c: New file.
9799         * lib/unistr/u32-strtok.c: New file.
9800         * lib/unistr/u-strtok.h: New file.
9801
9802         * modules/unistr/u8-uctomb: New file.
9803         * modules/unistr/u16-uctomb: New file.
9804         * modules/unistr/u32-uctomb: New file.
9805         * lib/unistr/u8-uctomb.c: New file.
9806         * lib/unistr/u16-uctomb.c: New file.
9807         * lib/unistr/u32-uctomb.c: New file.
9808
9809         * MODULES.html.sh (Unicode string functions): Add the new modules.
9810
9811 2007-01-08  Bruno Haible  <bruno@clisp.org>
9812
9813         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
9814         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
9815         subdirectories.
9816
9817 2007-01-08  Karl Berry  <karl@gnu.org>
9818
9819         * doc/error.texi: mention that main() fns must set program_name
9820         when progname is used.
9821
9822 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
9823
9824         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
9825         WCTYPE_H is empty, for the benefit of builds from non-distclean
9826         directories.  Problem reported by Eric Blake in
9827         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
9828
9829 2007-01-08  Bruno Haible  <bruno@clisp.org>
9830
9831         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
9832         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
9833         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
9834         PROVIDE_CANONICALIZE_FILENAME_MODE.
9835         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
9836
9837 2007-01-08  Bruno Haible  <bruno@clisp.org>
9838
9839         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
9840         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
9841         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
9842         * lib/fts.c: Likewise.
9843         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
9844
9845 2006-12-25  Bruno Haible  <bruno@clisp.org>
9846
9847         * modules/utf8-ucs4-safe: New file.
9848         * lib/utf8-ucs4-safe.h: New file.
9849         * lib/unistr/utf8-ucs4-safe.c: New file.
9850
9851         * modules/utf16-ucs4-safe: New file.
9852         * lib/utf16-ucs4-safe.h: New file.
9853         * lib/unistr/utf16-ucs4-safe.c: New file.
9854
9855         * MODULES.html.sh (Unicode string functions): Add the new modules.
9856
9857 2007-01-08  Bruno Haible  <bruno@clisp.org>
9858
9859         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
9860         (Depends-on): Add unitypes.
9861         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
9862         (u8_mbtouc_aux): Move out to separate file.
9863         (u8_mbtouc): Use ucs4_t, uint8_t types.
9864         * lib/unistr/utf8-ucs4.c: New file.
9865
9866         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
9867         (Depends-on): Add unitypes.
9868         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
9869         (u16_mbtouc_aux): Move out to separate file.
9870         (u16_mbtouc): Use ucs4_t, uint16_t types.
9871         * lib/unistr/utf16-ucs4.c: New file.
9872
9873         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
9874         (Depends-on): Add unitypes.
9875         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
9876         (u8_uctomb_aux): Move out to separate file.
9877         (u8_uctomb): Use ucs4_t, uint8_t types.
9878         * lib/unistr/ucs4-utf8.c: New file.
9879
9880         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
9881         (Depends-on): Add unitypes.
9882         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
9883         (u16_uctomb_aux): Move out to separate file.
9884         (u16_uctomb): Use ucs4_t, uint16_t types.
9885         * lib/unistr/ucs4-utf16.c: New file.
9886
9887 2006-12-25  Bruno Haible  <bruno@clisp.org>
9888
9889         * modules/unitypes: New file.
9890         * lib/unitypes.h: New file.
9891         * MODULES.html.sh (func_all_modules): New section "Unicode string
9892         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
9893         this section. Add unitypes.
9894
9895 2007-01-08  Bruno Haible  <bruno@clisp.org>
9896
9897         Avoid variable names that conflict with those from libtool.
9898         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
9899         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
9900         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
9901         library_names_spec to acl_library_names_spec, hardcode_* to
9902         acl_hardcode_*.
9903         Reported by Ralf Wildenhues.
9904
9905 2007-01-08  Bruno Haible  <bruno@clisp.org>
9906
9907         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
9908         definition.
9909         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
9910         definition.
9911         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
9912         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
9913         definition.
9914         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
9915         definition.
9916         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
9917         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
9918         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
9919         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
9920         definition.
9921         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
9922         definition.
9923         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
9924         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
9925         GC_USE_<algorithm>.
9926         * lib/gc-libgcrypt.c: Likewise.
9927         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
9928         * modules/gc-arctwo (configure.ac): Likewise.
9929         * modules/gc-des (configure.ac): Likewise.
9930         * modules/gc-hmac-md5 (configure.ac): Likewise.
9931         * modules/gc-hmac-sha1 (configure.ac): Likewise.
9932         * modules/gc-md2 (configure.ac): Likewise.
9933         * modules/gc-md4 (configure.ac): Likewise.
9934         * modules/gc-md5 (configure.ac): Likewise.
9935         * modules/gc-random (configure.ac): Likewise.
9936         * modules/gc-rijndael (configure.ac): Likewise.
9937         * modules/gc-sha1 (configure.ac): Likewise.
9938
9939 2007-01-08  Bruno Haible  <bruno@clisp.org>
9940
9941         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
9942         macro definition.
9943         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
9944         definition.
9945         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
9946         definition.
9947         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
9948         * modules/fcntl-safer (configure.ac): Likewise.
9949         * modules/fopen-safer (configure.ac): Likewise.
9950         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
9951         GNULIB_FWRITEERROR macro definition.
9952
9953 2007-01-08  Bruno Haible  <bruno@clisp.org>
9954
9955         * m4/gnulib-common.m4: New file.
9956         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
9957         (func_get_filelist): Add m4/gnulib-common.m4.
9958
9959 2007-01-08  Bruno Haible  <bruno@clisp.org>
9960
9961         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
9962         command.
9963
9964 2007-01-08  Jim Meyering  <jim@meyering.net>
9965
9966         Use a more robust test for a "can't happen" condition.
9967         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
9968         narrowed the st_size value.  Presuming the "can't happen" condition
9969         is true, that narrowing could conceivably convert an invalid st_size
9970         value into a valid one.  Instead, use a change based on Matthew
9971         Woehlke's original patch.
9972
9973         Slight readability improvement: use an assert-like macro
9974         in place of literal "abort ()" uses.
9975         * lib/fts.c (fts_assert): Define.
9976         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
9977         Use this macro instead of a bare 'abort'.
9978
9979 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
9980
9981         Don't worry about using IRIX 5.3's wctype.h broken definitions;
9982         simply work around them.
9983         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
9984         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
9985         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
9986         declaring.
9987         Don't bother to define as macros, since the standard doesn't require it.
9988         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
9989         longer worry about IRIX 5.3.
9990         (HAVE_WCTYPE_CTMP_BUG): Remove.
9991
9992 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9993
9994         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
9995         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
9996         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
9997         Problems reported by Georg Schwarz for IRIX 5.3.
9998
9999         * gnulib-tool (autoconf_minversion): Take the maximum version number
10000         found, not the minimum.  Problem reported by James Youngman.
10001
10002 2007-01-03  Karl Berry  <karl@gnu.org>
10003
10004         * doc/error.texi: new file, explaining interaction with progname.
10005         * doc/gnulib.texi: include it.  Update copyright.
10006
10007 2007-01-03  Simon Josefsson  <simon@josefsson.org>
10008
10009         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
10010         AC_CANONICAL_HOST, to improve autobuild outputs.
10011
10012 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
10013             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10014
10015         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
10016         sockets, server sockets, and other file descriptors.  Count errors
10017         to compute the return value.  Reorder the code a bit to be easier
10018         to follow.  Don't set event bits that were not requested (except
10019         POLLERR and POLLHUP).
10020
10021 2007-01-01  Bruno Haible  <bruno@clisp.org>
10022
10023         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
10024
10025 2007-01-03  Jim Meyering  <jim@meyering.net>
10026
10027         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
10028
10029 2007-01-02  Bruno Haible  <bruno@clisp.org>
10030
10031         * modules/settime (Include): Require timespec.h.
10032         * modules/nanosleep (Include): Likewise.
10033
10034 2007-01-01  Bruno Haible  <bruno@clisp.org>
10035
10036         * gnulib-tool (func_emit_copyright_notice): Bump year.
10037         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
10038
10039 2007-01-01  Bruno Haible  <bruno@clisp.org>
10040
10041         Improve support for OpenBSD.
10042         * build-aux/config.rpath (libname_spec): Export.
10043         (library_names_spec): New variable. Export.
10044         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
10045         library_names_spec from the config.rpath output. Locate shared library
10046         through the name pattern in library_names_spec.
10047
10048 2007-01-01  Eric Blake  <ebb9@byu.net>
10049
10050         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
10051
10052 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
10053
10054         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
10055         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
10056         assume the C locale, and avoid an "eval" that could cause trouble.
10057         Problem with SORT reported by Bob Proulx.
10058
10059         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
10060         Define.  Trivial patch from Henning Nielsen Lund, originally
10061         sent to bug-grep@gnu.org today.
10062
10063 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
10064
10065         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
10066         struct stat.  Problem reported by Henning Nielsen Lund.
10067         * lib/acl.c: Include acl.h first, to check interface.  Don't
10068         bother to include sys/types.h and sys/stat.h again.
10069
10070 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
10071
10072         Import the following change from libc; problem reported by
10073         Sven Verdoolaege.
10074
10075         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
10076
10077         [BZ #1373]
10078         * lib/argp.h: Remove __NTH for __argp_usage inline function.
10079
10080 2006-12-28  Jim Meyering  <jim@meyering.net>
10081
10082         * build-aux/announce-gen: Do not assume that the package
10083         builds any of tar.gz, tar.bz2, and .xdelta files.
10084         Suggestion from Simon Josefsson.
10085
10086 2006-12-28  Simon Josefsson  <simon@josefsson.org>
10087
10088         * modules/announce-gen: New file.
10089
10090 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
10091
10092         * lib/mbchar.h: Just include <wctype.h>; the wctype module
10093         handles its gotchas now.
10094         * lib/mbswidth.c: Likewise.
10095         * lib/wcwidth.h: Likewise.
10096         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
10097         and iswcntrl; the wctype module does this stuff now.
10098         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10099         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
10100         * modules/mbchar (Depends-on): Add wctype.
10101         * modules/mbswidth (Depends-on): Likewise.
10102         * modules/wcwidth (Depends-on): Likewise.
10103
10104 2006-12-27  Eric Blake  <ebb9@byu.net>
10105
10106         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
10107         module uses more than what <wctype.h> is required to provide.
10108
10109 2006-12-26  Eric Blake  <ebb9@byu.net>
10110
10111         * gnulib-tool (sed_extract_prog): Avoid space-tab.
10112
10113 2006-12-26  Eric Blake  <ebb9@byu.net>
10114
10115         * modules/absolute-header: New module.
10116         * modules/fcntl (Depends-on): Depend on it.
10117         * modules/inttypes (Depends-on): Likewise.
10118         * modules/stdint (Depends-on): Likewise.
10119         * modules/sys_stat (Depends-on): Likewise.
10120         * modules/wctype (Depends-on): Likewise.
10121         * MODULES.html.sh (Support for building libraries and
10122         executables): Document it.
10123
10124 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
10125
10126         * gnulib-tool (SED): Remove, undoing previous change.
10127         The problem was that it broke coreutils on Solaris, because
10128         "sed --posix" leaked into a makefile.
10129         (sed): New alias, if 'alias' and GNU sed.
10130
10131 2006-12-24  Jim Meyering  <jim@meyering.net>
10132
10133         Work around an fchownat bug in glibc-2.4:
10134         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
10135         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
10136         in spite of the -P option.
10137         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
10138         New macros.
10139         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
10140         * modules/openat (Files): Add lib/fchownat.c.
10141         * lib/openat.c (fchownat): Don't define here.  Move to...
10142         * lib/fchownat.c: ...this new file.
10143
10144 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
10145
10146         Fix bug reported by Bruno Haible in
10147         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
10148         where quotearg.c didn't compile on Mac OS X 10.2 because it
10149         lacks <wchar.h> and wint_t.
10150         * lib/wctype_.h (__wctype_wint_t): New type.
10151         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
10152         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
10153         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
10154         Arg is now of type __wctype_wint_t, not wint_t.
10155         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
10156         substitute HAVE_WINT_T.
10157         * modules/wctype (Files): Add m4/wint_t.m4.
10158         (wctype.h): Substitute HAVE_WINT_T.
10159
10160 2006-12-23  Bruno Haible  <bruno@clisp.org>
10161
10162         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
10163
10164 2006-12-23  Bruno Haible  <bruno@clisp.org>
10165
10166         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
10167         S_ISLNK.
10168         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
10169         mingw.
10170
10171 2006-12-22  Bruno Haible  <bruno@clisp.org>
10172
10173         * lib/copy-file.c: Include acl.h.
10174         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
10175         Close the file descriptors only after being done with copy_acl.
10176         * modules/copy-file (Depends-on): Add acl.
10177
10178 2006-12-22  Bruno Haible  <bruno@clisp.org>
10179
10180         * gnulib-tool (SED): New variable.
10181         Use $SED instead of sed everywhere.
10182
10183 2006-12-22  Bruno Haible  <bruno@clisp.org>
10184
10185         * modules/no-c++: New file.
10186         * m4/no-c++.m4: New file.
10187         * MODULES.html.sh (Support for building libraries and executables):
10188         Add no-c++.
10189
10190 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
10191
10192         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
10193         Include <limits.h>, and use its INT_MAX to rewrite the
10194         j loop so that it does not overflow 'int'.  Problem reported by
10195         Ralf Wildenhues in
10196         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
10197         Play it safe by shifting left by 1 rather than multiplying by 2,
10198         as GCC is less likely to optimize this away when the value
10199         is signed (when it assumes overflow leads to undefined behavior).
10200         Also, don't assume time_t uses two's complement.
10201
10202 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
10203
10204         * MODULES.html.sh: New module wctype.
10205         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
10206         * lib/fnmatch.c: Don't bother to include <wchar.h> before
10207         <wctype.h>, since the new wctype module should fix this.
10208         * lib/quotearg.c: Include <wctype.h> unconditionally, since
10209         the wctype module should arrange for it.
10210         * lib/regex_internal.h: Likewise.
10211         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
10212         since the wctype module should handle this now.
10213         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
10214         * modules/fnmatch (Depends-on): Add wctype.
10215         * modules/quotearg (Depends-on): Likewise.
10216         * modules/regex (Depends-on): Likewise.
10217
10218 2006-12-19  Bruno Haible  <bruno@clisp.org>
10219
10220         * lib/strdup.h [C++]: Wrap definitions in extern "C".
10221         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
10222
10223 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10224
10225         * modules/savewd (Depends-on): Fix dependency on fcntl.
10226
10227 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
10228
10229         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
10230         conforms to C99, rather than relying on the user's environment
10231         setting of STDINT_H.
10232
10233 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
10234         and Eric Blake  <ebb9@byu.net>
10235
10236         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
10237         This is more consistent with the other defines here.
10238         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
10239         Port to z/OS.  Problem reported by Paul Gilmartin.
10240         Change local vars to use gl_ prefix rather than ac_.
10241         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
10242         with other defines.
10243         * modules/double-slash-root: New module.
10244         * modules/dirname (Files): Remove m4/double-slash-root.m4.
10245         (Depends-on): Add double-slash-root.
10246         * MODULES.html.sh (File system functions): Mention new module.
10247
10248 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
10249
10250         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
10251         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
10252         This is for the benefit of gzip, which doesn't do i18n.
10253
10254 2006-12-12  Jim Meyering  <jim@meyering.net>
10255
10256         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
10257         Reported by Andreas Schwab <schwab@suse.de>.
10258
10259 2006-12-12  Bruno Haible  <bruno@clisp.org>
10260
10261         Merge these changes.
10262         2006-09-05  Bruno Haible  <bruno@clisp.org>
10263         * lib/iconvme.c (iconv_string): No need to save and restore errno when
10264         iconv_alloc succeeded.
10265         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
10266         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
10267         test for " && dest " at the end - dest is always != NULL there. Call
10268         iconv with 4xNULL arguments initially, to reset the state. Call iconv
10269         with 2xNULL arguments, also to flush the state storage. Handle the
10270         IRIX iconv behaviour. Realloc the final result, to throw away unused
10271         memory.
10272
10273 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
10274
10275         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
10276         and fchmodat unconditionally, since glibc 2.4 has them.
10277         Problem reported by Arkadiusz Miskiewicz.
10278
10279 2006-12-10  Bruno Haible  <bruno@clisp.org>
10280
10281         * gnulib-tool (func_import): Show the include files only for those
10282         modules that are copied and specified.
10283         Reported by Karl Berry.
10284
10285 2006-12-08  Jim Meyering  <jim@meyering.net>
10286
10287         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
10288         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
10289
10290         * build-aux/announce-gen: Add two new options, both optional:
10291         --bootstrap-tools=TOOL_LIST
10292               a comma-separated list of tools, e.g.,
10293               autoconf,automake,bison,gnulib
10294         --gnulib-snapshot-date=DATE
10295               if gnulib is in the bootstrap tool list,
10296               then report this as the snapshot date.
10297               If not specified, use the current date/time.
10298               If you specify a date here, be sure it's UTC.
10299
10300 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10301
10302         * tests/test-argp-2.sh: Fix test to match actual output.
10303         (func_compare): Fix sed script to be portable.
10304
10305 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
10306
10307         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
10308         workaround for this case.  It is not autoconfigured now; offhand
10309         it's hard to see how to autoconfigure it.
10310
10311 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
10312
10313         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
10314         a directory that is about to be chowned.  Such a directory's
10315         initial file permissions should permit the owner only and this
10316         should not be changed until after the chown, since the group and
10317         other bits would be incorrect if they granted permission before
10318         the chown.
10319
10320         Fix porting problem for iswctype reported by Georg Schwarz in:
10321         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
10322         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
10323         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
10324         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
10325         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
10326
10327 2006-12-03  Jim Meyering  <jim@meyering.net>
10328
10329         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
10330         p->fts_statp may not yet be defined.
10331         (fts_read): Instead, set it in the caller, once p->fts_statp is
10332         sure to be defined, and corresponds to a top-level directory.
10333         This bug made du -x fail.  Here's the coreutils test case:
10334         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
10335         Reported by Mike Frysinger.
10336
10337 2006-12-01  Jim Meyering  <jim@meyering.net>
10338
10339         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
10340         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
10341         Reported by Simon Josefsson.
10342
10343 2006-11-30  Jim Meyering  <jim@meyering.net>
10344
10345         * m4/warning.m4: Use the all-permissive copyright notice
10346         recommended by RMS (rather than LGPL).
10347         * m4/vararrays.m4: Likewise.
10348         * m4/flexmember.m4: Likewise.
10349
10350 2006-11-29  Bruno Haible  <bruno@clisp.org>
10351
10352         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10353         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
10354         using +=.
10355         Reported by Simon Josefsson <simon@josefsson.org>.
10356
10357 2006-11-28  James Youngman <jay@gnu.org>
10358
10359         * README: Advise users that they might find the bug-gnulib@gnu.org
10360         and autotools-announce@gnu.org mailing lists useful.
10361
10362 2006-11-28  Bruno Haible  <bruno@clisp.org>
10363
10364         * m4/ptrdiff_max.m4: Remove file.
10365
10366 2006-11-21  Bruno Haible  <bruno@clisp.org>
10367
10368         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
10369         _AC_COMPUTE_INT.
10370         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10371         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
10372         _AC_COMPUTE_INT.
10373         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10374         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
10375         _AC_COMPUTE_INT.
10376         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10377
10378 2006-11-28  Jim Meyering  <jim@meyering.net>
10379
10380         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
10381         warning from "gcc -Wshadow" about shadowing the builtin.
10382
10383 2006-11-27  Bruno Haible  <bruno@clisp.org>
10384
10385         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
10386         _AC_COMPUTE_INT.
10387         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10388
10389 2006-11-27  Bruno Haible  <bruno@clisp.org>
10390             Paul Eggert  <eggert@cs.ucla.edu>
10391
10392         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
10393
10394 2006-11-26  Bruno Haible  <bruno@clisp.org>
10395
10396         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10397         noinst_LTLIBRARIES.
10398
10399 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
10400             Bruno Haible  <bruno@clisp.org>
10401
10402         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
10403         if compiling with "gcc -ansi".
10404
10405 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
10406
10407         Fix some incompatibilities with gcc -ansi -pedantic.
10408         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
10409         if compiling pedantically with GCC, unless it's C99 or later.
10410         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
10411         it mishandles gcc -ansi -pedantic as well.
10412         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
10413         if gcc -pedantic.
10414         * lib/regexec.c (check_node_accept_bytes): Don't use auto
10415         initializers for struct if -pedantic, unless it's C99 or later.
10416
10417 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
10418
10419         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
10420         Don't close an fd more than once. Identical atimes indicate
10421         success, not failure.
10422
10423 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
10424
10425         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
10426
10427 2006-11-23  Jim Meyering  <jim@meyering.net>
10428
10429         * build-aux/announce-gen: New file.  From coreutils.
10430
10431 2006-11-22  Jim Meyering  <jim@meyering.net>
10432
10433         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
10434         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
10435         (fts_read): Use a temporary to narrow the overused st_size member
10436         before using it in a switch statement.  Reported by Matthew Woehlke.
10437
10438         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
10439         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
10440
10441 2006-11-20  Bruno Haible  <bruno@clisp.org>
10442
10443         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
10444         changequote instead of pairs of brackets.
10445         Reported by Andreas Schwab <schwab@suse.de>.
10446
10447 2006-11-21  Jim Meyering  <jim@meyering.net>
10448
10449         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
10450         so as to remain compatible with older compilers.
10451         Patch from Michael Deutschmann.
10452
10453 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
10454
10455         * MODULES.html.sh (File system functions): Add openat.
10456
10457         * lib/openat.h (rpl_fstatat): New macro, if
10458         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
10459         (fstatat): Define to rpl_fstatat under the same conditions,
10460         unless COMPILING_FSTATAT.
10461         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
10462         seems to have the bug.
10463         * lib/fstatat.c: New file.
10464         * modules/openat (Files): Add it.
10465
10466 2006-11-20  Bruno Haible  <bruno@clisp.org>
10467
10468         * Makefile: New file.
10469
10470 2006-11-20  Jim Meyering  <jim@meyering.net>
10471
10472         The beginnings of syntax-related checks for gnulib.
10473         * lib/Makefile: New file.
10474         * lib/t-idcache: New script.  Ensure that the two halves of
10475         idcache.c stay in sync.
10476
10477         * lib/idcache.c: Adjust comments in user- and group- portions to
10478         be more accurate, and to be consistent with one another.
10479
10480 2006-11-20  Jim Meyering  <jim@meyering.net>
10481
10482         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
10483         continue using the flexible array member (thus, this module performs
10484         half as many malloc calls), with the addition that...
10485         (getgroup, getuser): Consistently record a non-match via an empty
10486         "name" string, and map an empty string match to a NULL return value.
10487         * modules/idcache (Depends-on): Re-add flexmember.
10488
10489         * lib/idcache.c (getuser): Remove all uses of the register keyword.
10490         (getuidbyname, getgroup, getgidbyname): Likewise.
10491
10492         Use cleaner syntax: NULL rather than 0.
10493         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
10494
10495 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
10496
10497         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
10498         It mishandled the case where the group was missing.
10499         Problem reported by Greg Schafer.
10500         * modules/idcache: Likewise.
10501
10502 2006-11-18  Jim Meyering  <jim@meyering.net>
10503
10504         * check-module (%exempt_header): Add exception for some
10505         conditionally-included headers.
10506
10507         * modules/i-ring (Depends-on): Add verify.
10508         (License): Change to LGPL.
10509
10510 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
10511
10512         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
10513         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
10514         and inttostr.h.  Use snprintf rather than uinttostr, so that
10515         LGPLed code doesn't depend on GPLed.
10516
10517 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
10518
10519         * modules/inline (License): Change from GPL to LGPL.
10520
10521 2006-11-17  Jim Meyering  <jim@meyering.net>
10522
10523         * modules/d-type (License): Switch to LGPL.
10524
10525 2006-11-15  Bruno Haible  <bruno@clisp.org>
10526
10527         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
10528
10529 2006-11-15  Eric Blake  <ebb9@byu.net>
10530
10531         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
10532         the module dependency.
10533
10534 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10535             Bruno Haible  <bruno@clisp.org>
10536
10537         * gnulib-tool (func_create_testdir): Add license consistency check.
10538
10539 2006-11-15  Eric Blake  <ebb9@byu.net>
10540
10541         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
10542         random "(cached)" in configure output.
10543
10544 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10545
10546         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
10547         test for conforming inttypes.h is both announced and cached.
10548
10549         * MODULES.html.sh (seen_modules, seen_files): New variables.
10550         (func_module): Rewrite to use a few less gnulib-tool and sed
10551         invocations.  Avoid a couple of quadratic algorithms for ...
10552         (missed_modules, missed_files): ... these, with ...
10553         (func_append, func_tmpdir): ... these new functions, from
10554         gnulib-tool.  Analogously, install traps for cleanup.
10555
10556         * tests/test-gc.c (main): Remove unused variables.
10557         * tests/test-read-file.c: Include stdlib.h, for 'free'.
10558
10559 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
10560
10561         * modules/inttostr (License): Change to LGPL.
10562
10563 2006-11-14  Eric Blake  <ebb9@byu.net>
10564
10565         * modules/tempname (License): Change to LGPL.
10566
10567 2006-11-14  Eric Blake  <ebb9@byu.net>
10568
10569         * doc/functions.texi (Function Portability): *printf functions on
10570         Cygwin now understand all POSIX size specifiers.
10571
10572 2006-11-14  Bruno Haible  <bruno@clisp.org>
10573
10574         * modules/c-ctype (License): Change to LGPL.
10575
10576 2006-11-12  Bruno Haible  <bruno@clisp.org>
10577
10578         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
10579         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
10580         for GNOME libraries, for which the include files are installed in
10581         subdirectories of $prefix/include.
10582
10583 2006-11-12  Bruno Haible  <bruno@clisp.org>
10584
10585         * m4/lib-link.m4: Require at least autoconf-2.54.
10586         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
10587         name to underscores for the --with option.
10588
10589 2006-11-13  Bruno Haible  <bruno@clisp.org>
10590
10591         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
10592         the tests directory.
10593         Reported by Ralf Wildenhues.
10594
10595 2006-11-13  Bruno Haible  <bruno@clisp.org>
10596
10597         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
10598         (func_emit_initmacro_end): Undo the override here.
10599         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
10600         Works around the famous automake error in coreutils.
10601
10602 2006-11-13  Eric Blake  <ebb9@byu.net>
10603
10604         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
10605         element, not its node.
10606
10607 2006-11-12  Bruno Haible  <bruno@clisp.org>
10608
10609         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
10610         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
10611
10612 2006-11-12  Bruno Haible  <bruno@clisp.org>
10613
10614         * gnulib-tool: New option --local-symlink.
10615         (func_usage): Document it.
10616         (lsymbolic): New variable.
10617         (func_import, func_create_testdir): If --symlink was not specified,
10618         test whether --local-symlink was specified and the file comes from
10619         the local_gnulib_dir.
10620
10621 2006-11-12  Bruno Haible  <bruno@clisp.org>
10622
10623         * gnulib-tool (func_ln): New function.
10624         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
10625
10626 2006-11-12  Bruno Haible  <bruno@clisp.org>
10627
10628         Finish support for source files in subdirectories.
10629         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
10630         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
10631         AUTOMAKE_OPTIONS.
10632         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
10633
10634 2006-11-12  Bruno Haible  <bruno@clisp.org>
10635
10636         * gnulib-tool (func_get_automake_snippet): Synthesize also an
10637         EXTRA_lib_SOURCES augmentation.
10638         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
10639
10640 2006-11-12  Jim Meyering  <jim@meyering.net>
10641
10642         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
10643         file descriptors.  This also averts a failure on systems with
10644         native openat support when a traversed directory lacks "x" access.
10645         * lib/fts_.h: Include "i-ring.h"
10646         (struct FTS) [fts_fd_ring]: New member.
10647         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
10648         (FCHDIR): Add parentheses.
10649         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
10650         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
10651         When descending, rather than simply closing the previous
10652         fts_cwd_fd value, push that file descriptor onto the ring.
10653         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
10654         (fts_open): Initialize the new fd_ring member.
10655         (fts_close): Clear the ring.
10656         (fts_safe_changedir): When possible, use our new fd_ring to skip
10657         the diropen and fstat and dev/ino comparison that would normally
10658         accompany a virtual `chdir ("..")'.
10659
10660         * modules/fts (Depends-on): Add i-ring.
10661         * modules/i-ring: New module.
10662         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
10663         * m4/i-ring.m4: New file.
10664
10665 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10666
10667         * gnulib-tool (func_create_testdir): Fix replacement of
10668         `build-aux' in configure.ac.  Run autotools in gltests
10669         subdirectory.
10670         (func_create_testdir, func_create_megatestdir, test): There is
10671         no need for '--force' in most autotool invocations in a new
10672         tree.  Actually fail the whole test if any of the tools, or the
10673         configure or make stages fail.
10674
10675         Sync from Automake.
10676         * build-aux/gnupload: Revert last change.  Add pointer to upload
10677         instructions of the GNU Maintenance Instructions.
10678         Suggestion by Karl Berry.
10679
10680 2006-11-10  Jim Meyering  <jim@meyering.net>
10681
10682         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
10683
10684 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
10685
10686         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
10687         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
10688         (bind_textdomain_codeset) [! ENABLE_NLS]:
10689         Evaluate all the arguments.  That way, callers get compatible behavior
10690         if the arguments have side effects.  Also, it avoids some GCC
10691         diagnostics in some cases; Joel E. Denny reported problems when Bison
10692         was configured with --enable-gcc-warnigs.
10693
10694 2006-11-10  Jim Meyering  <jim@meyering.net>
10695
10696         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
10697         relevant options in CFLAGS (like -O, -fno-inline) are taken into
10698         account.
10699
10700 2006-11-10  Jim Meyering  <jim@meyering.net>
10701
10702         * modules/inline: New file/module.
10703         * modules/xalloc (Files): Remove m4/inline.m4.
10704         (Depends-on): Add inline, instead.
10705         * modules/oset: Likewise.
10706         * modules/list: Likewise.
10707
10708 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
10709
10710         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
10711         Problem reported by Matthew Woehlke.
10712
10713 2006-11-09  Bruno Haible  <bruno@clisp.org>
10714
10715         * lib/tempname.c (gen_tempname): Remove variant that invokes
10716         __gen_tempname.
10717         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
10718         __gen_tempname.
10719
10720 2006-11-08  Bruno Haible  <bruno@clisp.org>
10721
10722         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
10723         to 'yes' instead of 'cross-compiling'.
10724
10725 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
10726
10727         * lib/quotearg.h (quotearg_free): New decl.
10728         * lib/quotearg.c (quotearg_free): New function.
10729         (slot0, nslots, slotvec0, slotvec):
10730         Now file-scope so that quotearg_free can get at them.
10731
10732 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10733
10734         Sync from Automake.
10735         * build-aux/gnupload: Add missing 'gnu' to example URL.
10736         Report by Karl Berry.
10737
10738 2006-11-08  Bruno Haible  <bruno@clisp.org>
10739
10740         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
10741         Suggested by Paul Eggert.
10742
10743 2006-11-08  Jim Meyering  <jim@meyering.net>
10744
10745         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
10746         It's already included if !_LIBC.
10747         (fts_safe_changedir): Add a comment.
10748
10749 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
10750
10751         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
10752         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
10753         Matthew Woehlke.
10754
10755         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
10756         definitions up, to avoid colliding with change below.
10757         (static_inline) [HAVE_INLINE]: New macro.
10758         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
10759         Provide extern decls when !HAVE_INLINE.  Do not define unless
10760         static_inline is defined, either by us or by xmalloc.c.  Use
10761         static_inline rather than static inline.
10762         (XCALLOC): Optimize sizeof(T) = 1 case.
10763         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
10764
10765 2006-11-07  Bruno Haible  <bruno@clisp.org>
10766
10767         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
10768         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
10769         AC_C_INLINE.
10770         * modules/xalloc (Files): Add m4/inline.m4.
10771
10772 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10773
10774         * README: Fix typo.
10775         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
10776         (Miscellanous Notes): ...from this.
10777
10778 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
10779
10780         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
10781         Mention that offsetof should be used instead of sizeof.
10782         From Bruno Haible.
10783
10784 2006-11-07  Bruno Haible  <bruno@clisp.org>
10785
10786         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
10787
10788 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
10789
10790         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
10791         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
10792         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
10793         (gl_tree_add_before, gl_tree_add_after):
10794         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
10795         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
10796         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
10797         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
10798         (gl_linked_add_after, gl_linked_add_at): Likewise.
10799         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
10800         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
10801         (gl_tree_add_before, gl_tree_add_after): Likewise.
10802         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
10803         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
10804         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
10805
10806 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10807
10808         * lib/gl_oset.h: Use C comment style, not C++ comment style.
10809
10810 2006-11-06  Bruno Haible  <bruno@clisp.org>
10811
10812         * m4/inline.m4: New file.
10813         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
10814         * modules/list (Files): Add m4/inline.m4.
10815         * modules/oset (Files): Likewise.
10816
10817 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
10818
10819         * lib/idcache.c: Include <stddef.h>, for offsetof.
10820         (struct userid.name): Change from char * to a flexible array member.
10821         All uses changed.
10822         * modules/idcache (Depends-on): Add flexmember.
10823
10824         * MODULES.html.sh (Core language properties): New module flexmember.
10825         * modules/flexmember, m4/flexmember.m4: New files.
10826
10827         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
10828         inline functions that are identical with the old xnmalloc_inline,
10829         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
10830         that we can avoid some unnecessary integer multiplications and
10831         divisions in the common case where the element size is known at
10832         compile time.
10833         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
10834         needed.
10835         (xnboundedmalloc): Remove.
10836         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
10837         arguments, for consistency with rest of this header.
10838         (xcharalloc): Rewrite using XNMALLOC.
10839         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
10840         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
10841         versions have been moved to lib/xalloc.h and renamed to be the
10842         non-*_inline versions.
10843         (xmalloc, xrealloc): Implement without reference to the xnmalloc
10844         and xnrealloc functions, since those functions are now inline and
10845         now call us.
10846         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
10847         renaming described above.
10848         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
10849         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
10850         captures the dependency in AC_C_INLINE.
10851
10852         New module canonicalize-lgpl, proposed by Charles Wilson in
10853         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
10854         with a few small changes afterwards.
10855         * MODULES.html.sh (File system functions): New module
10856         canonicalize-lgpl.
10857         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
10858         and canonicalize_file_name.
10859         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
10860         * modules/canonicalize-lgpl: New files.
10861
10862 2006-11-05  Bruno Haible  <bruno@clisp.org>
10863
10864         * gnulib-tool (func_import, func_create_testdir): Create directories
10865         also for files in subdirectories of lib/.
10866
10867 2006-11-05  Bruno Haible  <bruno@clisp.org>
10868
10869         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
10870         ANSI C compliant.
10871
10872 2006-11-03  Bruno Haible  <bruno@clisp.org>
10873
10874         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
10875         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
10876         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
10877         (xnboundedmalloc): New inline function.
10878         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
10879         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
10880         xmalloc.
10881         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
10882         xmalloc.
10883         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
10884         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
10885         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
10886         xmalloc.
10887         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
10888         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
10889         xmalloc.
10890         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
10891         gl_tree_add_after): Use XMALLOC instead of xmalloc.
10892         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
10893         xmalloc.
10894         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
10895         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
10896         gl_tree_add_after): Use XMALLOC instead of xmalloc.
10897         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
10898         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
10899         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
10900         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
10901
10902 2006-11-03  Bruno Haible  <bruno@clisp.org>
10903
10904         * lib/c-ctype.h [C++]: Define functions without name mangling.
10905         * lib/fwriteerror.h [C++]: Likewise.
10906         * lib/gcd.h [C++]: Likewise.
10907         * lib/linebreak.h [C++]: Likewise.
10908
10909 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
10910
10911         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
10912         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
10913         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
10914         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
10915         Check for functions and headers just once.
10916         Check for declaration of canonicalize_file_name.
10917         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
10918
10919 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
10920
10921         * gnulib-tool (func_import): Fix typo in actioncmd.
10922
10923 2006-11-02  Bruno Haible  <bruno@clisp.org>
10924
10925         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
10926         newline sequence in the Makefile.am snippet as a space, like "make"
10927         does.
10928         Reported by Roger Persson <perrog@gmail.com>.
10929
10930 2006-11-01  Bruno Haible  <bruno@clisp.org>
10931
10932         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
10933         already declared in <string.h>.
10934         * lib/strcase.h (strncasecmp): Don't declare it if yes.
10935
10936 2006-11-01  Bruno Haible  <bruno@clisp.org>
10937
10938         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
10939         * lib/strcase.h: Include <string.h>.
10940         (strcasecmp): Define to rpl_strcasecmp here.
10941
10942 2006-11-01  Bruno Haible  <bruno@clisp.org>
10943
10944         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
10945
10946 2006-11-01  Eric Blake  <ebb9@byu.net>
10947
10948         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
10949
10950         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
10951
10952 2006-10-29  Bruno Haible  <bruno@clisp.org>
10953
10954         Make it compile in C++ mode.
10955         * lib/full-write.c (full_rw): Add a cast.
10956
10957 2006-11-01  Bruno Haible  <bruno@clisp.org>
10958
10959         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
10960         be POSIX compliant.
10961         Reported by Roger Persson <perrog@gmail.com>.
10962
10963 2006-11-01  Eric Blake  <ebb9@byu.net>
10964
10965         * lib/getopt_.h: Fix comments.
10966
10967 2006-10-31  Eric Blake  <ebb9@byu.net>
10968
10969         * modules/tmpdir (Depends-on): Add sys_stat.
10970         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
10971         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
10972         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
10973         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
10974         tempname.
10975
10976 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
10977
10978         Avoid some C++ diagnostics reported by Bruno Haible.
10979         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
10980         xmalloc.
10981         (quotearg_alloc): Use xcharalloc rather than xmalloc.
10982         (struct slotvec): Move to top level.
10983         (quotearg_n_options): Rewrite to avoid xmalloc.
10984         * lib/xalloc.h (xcharalloc): New function.
10985         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
10986         [defined __cplusplus]: Add function template that provides result
10987         type propagation.  This part of the change is from Bruno Haible.
10988
10989 2006-10-29  Bruno Haible  <bruno@clisp.org>
10990
10991         Make it compile in C++ mode.
10992         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
10993         * lib/strnlen1.c (strnlen1): Cast memchr result.
10994         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
10995         * lib/clean-temp.c (string_equals, string_hash): Add casts.
10996         (create_temp_dir): Rename local variable 'template'.
10997         (compile_csharp_using_sscli): Add cast.
10998         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
10999         * lib/findprog.c (find_in_path): Likewise.
11000         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
11001         * lib/wait-process.c (register_slave_subprocess): Likewise.
11002
11003 2006-10-22  Bruno Haible  <bruno@clisp.org>
11004
11005         * modules/tsearch: New file.
11006         * lib/tsearch.h: New file.
11007         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
11008         * m4/tsearch.m4: New file.
11009         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
11010
11011 2006-10-29  Eric Blake  <ebb9@byu.net>
11012
11013         * lib/arcfour.c: Assume config.h.
11014         * lib/arctwo.c: Likewise.
11015         * lib/base64.c: Likewise.
11016         * lib/check-version.c: Likewise.
11017         * lib/crc.c: Likewise.
11018         * lib/des.c: Likewise.
11019         * lib/gc-gnulib.c: Likewise.
11020         * lib/gc-libgcrypt.c: Likewise.
11021         * lib/gc-pbkdf2-sha1.c: Likewise.
11022         * lib/getaddrinfo.c: Likewise.
11023         * lib/getdelim.c: Likewise.
11024         * lib/getline.c: Likewise.
11025         * lib/hmac-md5.c: Likewise.
11026         * lib/hmac-sha1.c: Likewise.
11027         * lib/iconvme.c: Likewise.
11028         * lib/md2.c: Likewise.
11029         * lib/md4.c: Likewise.
11030         * lib/memxor.c: Likewise.
11031         * lib/read-file.c: Likewise.
11032         * lib/readline.c: Likewise.
11033         * lib/rijndael-alg-fst.c: Likewise.
11034         * lib/rijndael-api-fst.c: Likewise.
11035         * lib/xgetdomainname.c: Likewise.
11036
11037 2006-10-28  Eric Blake  <ebb9@byu.net>
11038
11039         * lib/xstrndup.c: Assume config.h.
11040
11041 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
11042
11043         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
11044         stat-macros.h is now for our own macros, whereas stat_h is for
11045         macros in the <sys/stat.h> name space.
11046         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
11047         (STAT_MACROS_H): Remove.
11048         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
11049         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
11050         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
11051         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
11052         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
11053         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
11054         Move these macros to ...
11055         * lib/stat_.h: here.  Don't include stat-macros.h.
11056         * lib/canonicalize.c: Don't include stat-macros.h.
11057         * lib/chown.c: Likewise.
11058         * lib/euidaccess.c: Likewise.
11059         * lib/file-type.c: Likewise.
11060         * lib/filemode.c: Likewise.
11061         * lib/glob.c: Likewise.
11062         * lib/isapipe.c: Likewise.
11063         * lib/lchown.c: Likewise.
11064         * lib/lstat.c: Likewise.
11065         * lib/mkdir-p.c: Likewise.
11066         * lib/rmdir.c: Likewise.
11067         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
11068         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
11069         unless mkdir isn't declared, to speed up 'configure'.
11070         Always create sys/stat.h, since it's unlikely any real sys/stat.h
11071         would define all the S_* symbols.
11072         * modules/canonicalize (Depends-on):
11073         Depend on sys_stat, not stat-macros.
11074         * modules/chown: Likewise.
11075         * modules/euidaccess: Likewise.
11076         * modules/filemode: Likewise.
11077         * modules/file-type: Likewise.
11078         * modules/glob: Likewise.
11079         * modules/isapipe: Likewise.
11080         * modules/lchown: Likewise.
11081         * modules/lstat: Likewise.
11082         * modules/mkancesdirs: Likewise.
11083         * modules/rmdir: Likewise.
11084         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
11085         * modules/modechange: Likewise.
11086         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
11087         (configure.ac): Remove gl_STAT_MACROS.
11088         * modules/sys_stat (Depends-on): Remove stat-macros.
11089
11090 2006-10-27  Bruno Haible  <bruno@clisp.org>
11091
11092         * m4/signed.m4: Remove file.
11093         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
11094         invocation.
11095         * modules/vasnprintf (Files): Remove m4/signed.m4.
11096
11097 2006-10-27  Bruno Haible  <bruno@clisp.org>
11098
11099         Update to GNU gettext 0.16.
11100         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
11101         m4/inttypes-h.m4, m4/signed.m4.
11102         * m4/gettext.m4: Update to GNU gettext 0.16.
11103         * m4/intl.m4: New file, from GNU gettext.
11104         * m4/intldir.m4: New file, from GNU gettext.
11105         * config/srclist.txt: Update
11106
11107 2006-10-27  Eric Blake  <ebb9@byu.net>
11108
11109         * MODULES.html.sh: Document tempname.
11110         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
11111         dependencies.
11112         (Files): Move lib/tempname.c...
11113         * modules/tempname: ...to this new module.
11114         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
11115         (gl_PREREQ_TEMPNAME): Move...
11116         * m4/tempname.m4: ...to this new file.
11117         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
11118         * modules/sys_stat (Depends-on): Add stat-macros.
11119         * lib/stat_.h (includes): Pick up stat macros.
11120         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
11121         if stat macros are broken.
11122         * lib/tempname.c (includes): No need to include "stat-macros.h".
11123         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
11124         (direxists, __path_search) [!_LIBC]: Don't compile these in
11125         gnulib; the tmpdir module covers that.
11126         * lib/tempname.h: New file.
11127
11128 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
11129
11130         * COPYING: Explain how gnulib-tool converts licence headers.
11131         Almost all wording by Eric Blake.
11132
11133 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
11134
11135         * lib/mbchar.h (is_basic_table): Make read-only.
11136         * lib/mbchar.c (is_basic_table): Likewise.
11137         Reported by John Darrington.
11138
11139 2006-10-25  Bruno Haible  <bruno@clisp.org>
11140
11141         * lib/progname.h (set_program_name): Undefine before defining.
11142
11143 2006-10-25  Bruno Haible  <bruno@clisp.org>
11144
11145         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
11146         false for non-gcc C++ compilers.
11147         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
11148
11149 2006-10-24  Bruno Haible  <bruno@clisp.org>
11150
11151         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
11152         iconv implementations like Irix iconv.
11153
11154 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11155
11156         * modules/vararrays: New file.
11157         * m4/vararrays.m4: New file, taken from diffutils.
11158         * MODULES.html.sh: New module vararrays.
11159
11160 2006-10-24  Karl Berry  <karl@gnu.org>
11161
11162         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
11163         Don't call GNU Unix.
11164
11165 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11166
11167         * users.txt: Add Libtool.
11168
11169         Sync from Libtool:
11170
11171         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11172
11173         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
11174         to gnulib's policy of including config.h unconditionally.
11175
11176 2006-10-24  Bruno Haible  <bruno@clisp.org>
11177
11178         * modules/wcwidth (Files): Add m4/wint_t.m4.
11179         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
11180         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
11181
11182 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11183
11184         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
11185         to pacify GCC with some -W flags enabled.  Problem reported by
11186         Bruno Haible.
11187
11188 2006-10-24  Jim Meyering  <jim@meyering.net>
11189
11190         * MODULES.html.sh: Remove uinttostr.  It's not a module.
11191         Reported by Karl Berry.
11192
11193 2006-10-23  Bruno Haible  <bruno@clisp.org>
11194
11195         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
11196
11197 2006-10-24  Bruno Haible  <bruno@clisp.org>
11198
11199         * lib/gl_list.h: Use C comment style, not C++ comment style.
11200
11201 2006-10-23  Eric Blake  <ebb9@byu.net>
11202
11203         * lib/getaddrinfo.c (includes): Add missing include.
11204
11205 2006-10-23  Bruno Haible  <bruno@clisp.org>
11206             Paul Eggert  <eggert@cs.ucla.edu>
11207
11208         Ability to rename obstack_free.
11209         * lib/obstack.h (__obstack_free): New macro. Declare instead of
11210         obstack_free.
11211         (obstack_free): Invoke the __obstack_free macro.
11212         * lib/obstack.c (obstack_free): Use __obstack_free macro.
11213
11214 2006-10-23  Bruno Haible  <bruno@clisp.org>
11215             Paul Eggert  <eggert@cs.ucla.edu>
11216
11217         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
11218         __argc, __argv from the declaration. (They are defined as macros on
11219         mingw.)
11220
11221 2006-10-22  Bruno Haible  <bruno@clisp.org>
11222
11223         * doc/gnulib-intro.texi: New file.
11224         * doc/gnulib.texi: Include it.
11225
11226 2006-10-21  Bruno Haible  <bruno@clisp.org>
11227
11228         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
11229         "Introduction", "Miscellanous Notes", "Particular Modules".
11230
11231 2006-10-21  Bruno Haible  <bruno@clisp.org>
11232
11233         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11234         Change mostlyclean-local rule to avoid sh syntax error from bash
11235         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
11236
11237 2006-10-23  Jim Meyering  <jim@meyering.net>
11238
11239         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
11240         in place of snprintf.
11241
11242         * modules/inttostr (Files): Add lib/uinttostr.c.
11243         * lib/uinttostr.c (inttostr): New file/function.
11244         * lib/inttostr.h (uinttostr): Declare.
11245         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
11246         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
11247         Add uinttostr.
11248         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
11249
11250 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
11251
11252         * lib/canonicalize.c (ELOOP): Define if not already defined.
11253         Problem reported by Bruno Haible in
11254         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
11255
11256 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
11257
11258         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
11259         Problem reported by Perry Smith and Ville Laurikari.
11260
11261         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
11262         uses.
11263
11264 2006-10-19  Bruno Haible  <bruno@clisp.org>
11265
11266         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
11267         for mingw.
11268
11269 2006-10-19  Bruno Haible  <bruno@clisp.org>
11270
11271         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
11272         Needed for mingw.
11273
11274 2006-10-19  Bruno Haible  <bruno@clisp.org>
11275
11276         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
11277
11278 2006-10-19  Bruno Haible  <bruno@clisp.org>
11279
11280         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
11281         it.
11282
11283 2006-10-19  Bruno Haible  <bruno@clisp.org>
11284
11285         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
11286         invocation.
11287
11288 2006-10-19  Bruno Haible  <bruno@clisp.org>
11289
11290         * gnulib-tool (func_create_testdir): Don't include ftruncate and
11291         mountlist by default.
11292
11293 2006-10-16  Bruno Haible  <bruno@clisp.org>
11294
11295         * lib/c-strstr.c: Include c-strstr.h.
11296
11297 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
11298
11299         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
11300         in a slash.
11301
11302 2006-10-18  Bruno Haible  <bruno@clisp.org>
11303
11304         * lib/lock.h [C++]: Wrap definitions in extern "C".
11305
11306 2006-10-18  Bruno Haible  <bruno@clisp.org>
11307
11308         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
11309         gl_LIBOBJS list.
11310
11311 2006-10-18  Bruno Haible  <bruno@clisp.org>
11312
11313         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
11314
11315 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
11316
11317         * lib/xstrtol.h: Include gettext.h.
11318         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
11319         Problem reported by Eric Blake.
11320         * modules/xstrtol (Depends-on): Add gettext-h.
11321
11322 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
11323
11324         * lib/strftime.c (advance): New macro.
11325         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
11326         incomplete type, so you can't add 0 to it.  Problem and patch
11327         reported by Eelco Dolstra for dietlibc.
11328
11329 2006-10-18  Jim Meyering  <jim@meyering.net>
11330
11331         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
11332         type for a local, and rename it: s/up/user_proc/.
11333
11334 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
11335
11336         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
11337         READ_UTMP_USER_PROCESS.
11338         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
11339
11340 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
11341
11342         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
11343         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
11344
11345 2006-10-17  Eric Blake  <ebb9@byu.net>
11346
11347         * lib/sigprocmask.c (sigprocmask): Fix typo.
11348
11349         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
11350
11351         * modules/clean-temp (Makefile.am): Don't add to make output...
11352         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
11353         config.h.
11354
11355 2006-10-17  Bruno Haible  <bruno@clisp.org>
11356
11357         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
11358         differently if DEFAULT_TEXT_DOMAIN is set.
11359
11360 2006-10-16  Bruno Haible  <bruno@clisp.org>
11361
11362         * lib/clean-temp.c: Include fwriteerror.h.
11363
11364 2006-10-16  Bruno Haible  <bruno@clisp.org>
11365
11366         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
11367
11368 2006-10-16  Bruno Haible  <bruno@clisp.org>
11369
11370         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
11371         * lib/sigprocmask.h: Include <sys/types.h>.
11372         (sigset_t): Use the system's definition if present.
11373
11374 2006-10-17  Eric Blake  <ebb9@byu.net>
11375
11376         * lib/xvasprintf.c (includes): Assume config.h.
11377         * lib/xasprintf.c (includes): Likewise.
11378
11379 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
11380
11381         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
11382         at least as wide as intmax_t.
11383
11384 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
11385
11386         (Imported from Automake.)
11387         * build-aux/gnupload: Update to version 1.1 of directive file.
11388
11389 2006-10-16  Eric Blake  <ebb9@byu.net>
11390
11391         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
11392         match Automake 1.10a.
11393
11394 2006-10-14  Bruno Haible  <bruno@clisp.org>
11395
11396         * modules/sigprocmask: New file.
11397         * lib/sigprocmask.h: New file.
11398         * lib/sigprocmask.c: New file.
11399         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
11400         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
11401         request sigprocmask.o.
11402         (gl_PREREQ_SIGPROCMASK): New macro.
11403         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
11404         (Depends-on): Add sigprocmask.
11405         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
11406         gt_SIGNALBLOCKING. Test for 'raise' only once.
11407         * lib/fatal-signal.c: Include sigprocmask.h.
11408         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
11409         unblock_fatal_signals): Define always.
11410         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11411         sigprocmask.
11412
11413 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11414
11415         Sync from Automake.
11416         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
11417         which incorrectly sets the mode of an existing destination
11418         directory.  In some cases the unpatched install-sh could do the
11419         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
11420         system.  We hope this is rare in practice, but it's clearly worth
11421         fixing.  Problem reported by Alex Unleashed in
11422         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
11423         Also, don't bother to check for -m bugs unless we're using -m;
11424         suggested by Stepan Kasal.
11425
11426 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11427
11428         Sync from Automake.
11429         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
11430         `-c' flag, so they appear at the same position as in %FASTDEP%
11431         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
11432         which ignores unknown options only after the first non-option.
11433         Bug report against M4 by Nelson H. F. Beebe.
11434
11435 2006-10-13  Jim Meyering  <jim@meyering.net>
11436
11437         Fix a bug in yesterday's change.
11438         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
11439         p->fts_statp->st_dev would be used uninitialized.
11440         Ensures that we always call fts_stat on the very first entry.
11441         Miklos Szeredi reported that find -xdev stopped working.
11442
11443 2006-10-12  Bruno Haible  <bruno@clisp.org>
11444
11445         * gnulib-tool (func_get_automake_snippet): Append an automatically
11446         computed EXTRA_DIST augmentation.
11447         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
11448         * modules/alloca-opt (Makefile.am): Likewise.
11449         * modules/allocsa (Makefile.am): Likewise.
11450         * modules/arcfour (Makefile.am): Likewise.
11451         * modules/arctwo (Makefile.am): Likewise.
11452         * modules/argmatch (Makefile.am): Likewise.
11453         * modules/argz (Makefile.am): Likewise.
11454         * modules/atexit (Makefile.am): Likewise.
11455         * modules/backupfile (Makefile.am): Likewise.
11456         * modules/byteswap (Makefile.am): Likewise.
11457         * modules/c-strtod (Makefile.am): Likewise.
11458         * modules/c-strtold (Makefile.am): Likewise.
11459         * modules/calloc (Makefile.am): Likewise.
11460         * modules/canon-host (Makefile.am): Likewise.
11461         * modules/canonicalize (Makefile.am): Likewise.
11462         * modules/chdir-long (Makefile.am): Likewise.
11463         * modules/chdir-safer (Makefile.am): Likewise.
11464         * modules/check-version (Makefile.am): Likewise.
11465         * modules/chown (Makefile.am): Likewise.
11466         * modules/cloexec (Makefile.am): Likewise.
11467         * modules/close-stream (Makefile.am): Likewise.
11468         * modules/closeout (Makefile.am): Likewise.
11469         * modules/crc (Makefile.am): Likewise.
11470         * modules/csharpexec (Makefile.am): Likewise.
11471         * modules/cycle-check (Makefile.am): Likewise.
11472         * modules/des (Makefile.am): Likewise.
11473         * modules/dev-ino (Makefile.am): Likewise.
11474         * modules/dirfd (Makefile.am): Likewise.
11475         * modules/dirname (Makefile.am): Likewise.
11476         * modules/dup2 (Makefile.am): Likewise.
11477         * modules/eealloc (Makefile.am): Likewise.
11478         * modules/error (Makefile.am): Likewise.
11479         * modules/euidaccess (Makefile.am): Likewise.
11480         * modules/exclude (Makefile.am): Likewise.
11481         * modules/exitfail (Makefile.am): Likewise.
11482         * modules/fcntl-safer (Makefile.am): Likewise.
11483         * modules/fcntl (Makefile.am): Likewise.
11484         * modules/file-type (Makefile.am): Likewise.
11485         * modules/fileblocks (Makefile.am): Likewise.
11486         * modules/filemode (Makefile.am): Likewise.
11487         * modules/filenamecat (Makefile.am): Likewise.
11488         * modules/fnmatch (Makefile.am): Likewise.
11489         * modules/fopen-safer (Makefile.am): Likewise.
11490         * modules/fpending (Makefile.am): Likewise.
11491         * modules/fprintftime (Makefile.am): Likewise.
11492         * modules/free (Makefile.am): Likewise.
11493         * modules/fsusage (Makefile.am): Likewise.
11494         * modules/ftruncate (Makefile.am): Likewise.
11495         * modules/fts (Makefile.am): Likewise.
11496         * modules/gc-arcfour (Makefile.am): Likewise.
11497         * modules/gc-des (Makefile.am): Likewise.
11498         * modules/gc-hmac-md5 (Makefile.am): Likewise.
11499         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
11500         * modules/gc-md4 (Makefile.am): Likewise.
11501         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
11502         * modules/gc-sha1 (Makefile.am): Likewise.
11503         * modules/gc (Makefile.am): Likewise.
11504         * modules/getaddrinfo (Makefile.am): Likewise.
11505         * modules/getcwd (Makefile.am): Likewise.
11506         * modules/getdelim (Makefile.am): Likewise.
11507         * modules/getdomainname (Makefile.am): Likewise.
11508         * modules/getgroups (Makefile.am): Likewise.
11509         * modules/gethostname (Makefile.am): Likewise.
11510         * modules/gethrxtime (Makefile.am): Likewise.
11511         * modules/getline (Makefile.am): Likewise.
11512         * modules/getloadavg (Makefile.am): Likewise.
11513         * modules/getlogin_r (Makefile.am): Likewise.
11514         * modules/getndelim2 (Makefile.am): Likewise.
11515         * modules/getopt (Makefile.am): Likewise.
11516         * modules/getpagesize (Makefile.am): Likewise.
11517         * modules/getpass-gnu (Makefile.am): Likewise.
11518         * modules/getpass (Makefile.am): Likewise.
11519         * modules/getsubopt (Makefile.am): Likewise.
11520         * modules/gettime (Makefile.am): Likewise.
11521         * modules/gettimeofday (Makefile.am): Likewise.
11522         * modules/getugroups (Makefile.am): Likewise.
11523         * modules/getusershell (Makefile.am): Likewise.
11524         * modules/glob (Makefile.am): Likewise.
11525         * modules/group-member (Makefile.am): Likewise.
11526         * modules/hard-locale (Makefile.am): Likewise.
11527         * modules/hash (Makefile.am): Likewise.
11528         * modules/hmac-md5 (Makefile.am): Likewise.
11529         * modules/hmac-sha1 (Makefile.am): Likewise.
11530         * modules/human (Makefile.am): Likewise.
11531         * modules/idcache (Makefile.am): Likewise.
11532         * modules/imaxabs (Makefile.am): Likewise.
11533         * modules/imaxdiv (Makefile.am): Likewise.
11534         * modules/inet_ntop (Makefile.am): Likewise.
11535         * modules/inet_pton (Makefile.am): Likewise.
11536         * modules/intprops (Makefile.am): Likewise.
11537         * modules/inttostr (Makefile.am): Likewise.
11538         * modules/inttypes (Makefile.am): Likewise.
11539         * modules/isapipe (Makefile.am): Likewise.
11540         * modules/javaversion (Makefile.am): Likewise.
11541         * modules/lchmod (Makefile.am): Likewise.
11542         * modules/lchown (Makefile.am): Likewise.
11543         * modules/localcharset (Makefile.am): Likewise.
11544         * modules/long-options (Makefile.am): Likewise.
11545         * modules/lstat (Makefile.am): Likewise.
11546         * modules/malloc (Makefile.am): Likewise.
11547         * modules/mathl (Makefile.am): Likewise.
11548         * modules/mbchar (Makefile.am): Likewise.
11549         * modules/md2 (Makefile.am): Likewise.
11550         * modules/md4 (Makefile.am): Likewise.
11551         * modules/md5 (Makefile.am): Likewise.
11552         * modules/memcasecmp (Makefile.am): Likewise.
11553         * modules/memchr (Makefile.am): Likewise.
11554         * modules/memcmp (Makefile.am): Likewise.
11555         * modules/memcoll (Makefile.am): Likewise.
11556         * modules/memcpy (Makefile.am): Likewise.
11557         * modules/memmem (Makefile.am): Likewise.
11558         * modules/memmove (Makefile.am): Likewise.
11559         * modules/mempcpy (Makefile.am): Likewise.
11560         * modules/memrchr (Makefile.am): Likewise.
11561         * modules/memset (Makefile.am): Likewise.
11562         * modules/memxor (Makefile.am): Likewise.
11563         * modules/mkancesdirs (Makefile.am): Likewise.
11564         * modules/mkdir-p (Makefile.am): Likewise.
11565         * modules/mkdir (Makefile.am): Likewise.
11566         * modules/mkdtemp (Makefile.am): Likewise.
11567         * modules/mkstemp (Makefile.am): Likewise.
11568         * modules/mktime (Makefile.am): Likewise.
11569         * modules/modechange (Makefile.am): Likewise.
11570         * modules/mountlist (Makefile.am): Likewise.
11571         * modules/nanosleep (Makefile.am): Likewise.
11572         * modules/obstack (Makefile.am): Likewise.
11573         * modules/openat (Makefile.am): Likewise.
11574         * modules/pagealign_alloc (Makefile.am): Likewise.
11575         * modules/pathmax (Makefile.am): Likewise.
11576         * modules/physmem (Makefile.am): Likewise.
11577         * modules/poll (Makefile.am): Likewise.
11578         * modules/posixtm (Makefile.am): Likewise.
11579         * modules/posixver (Makefile.am): Likewise.
11580         * modules/putenv (Makefile.am): Likewise.
11581         * modules/quote (Makefile.am): Likewise.
11582         * modules/quotearg (Makefile.am): Likewise.
11583         * modules/raise (Makefile.am): Likewise.
11584         * modules/read-file (Makefile.am): Likewise.
11585         * modules/readline (Makefile.am): Likewise.
11586         * modules/readlink (Makefile.am): Likewise.
11587         * modules/readtokens (Makefile.am): Likewise.
11588         * modules/readutmp (Makefile.am): Likewise.
11589         * modules/realloc (Makefile.am): Likewise.
11590         * modules/regex (Makefile.am): Likewise.
11591         * modules/rename-dest-slash (Makefile.am): Likewise.
11592         * modules/rename (Makefile.am): Likewise.
11593         * modules/rijndael (Makefile.am): Likewise.
11594         * modules/rmdir (Makefile.am): Likewise.
11595         * modules/rpmatch (Makefile.am): Likewise.
11596         * modules/safe-read (Makefile.am): Likewise.
11597         * modules/safe-write (Makefile.am): Likewise.
11598         * modules/same-inode (Makefile.am): Likewise.
11599         * modules/same (Makefile.am): Likewise.
11600         * modules/save-cwd (Makefile.am): Likewise.
11601         * modules/savedir (Makefile.am): Likewise.
11602         * modules/setenv (Makefile.am): Likewise.
11603         * modules/settime (Makefile.am): Likewise.
11604         * modules/sha1 (Makefile.am): Likewise.
11605         * modules/sig2str (Makefile.am): Likewise.
11606         * modules/snprintf (Makefile.am): Likewise.
11607         * modules/stat-macros (Makefile.am): Likewise.
11608         * modules/stat-time (Makefile.am): Likewise.
11609         * modules/stdbool (Makefile.am): Likewise.
11610         * modules/stdint (Makefile.am): Likewise.
11611         * modules/stdlib-safer (Makefile.am): Likewise.
11612         * modules/stpcpy (Makefile.am): Likewise.
11613         * modules/stpncpy (Makefile.am): Likewise.
11614         * modules/strcase (Makefile.am): Likewise.
11615         * modules/strcasestr (Makefile.am): Likewise.
11616         * modules/strchrnul (Makefile.am): Likewise.
11617         * modules/strcspn (Makefile.am): Likewise.
11618         * modules/strdup (Makefile.am): Likewise.
11619         * modules/strerror (Makefile.am): Likewise.
11620         * modules/strftime (Makefile.am): Likewise.
11621         * modules/strndup (Makefile.am): Likewise.
11622         * modules/strnlen (Makefile.am): Likewise.
11623         * modules/strpbrk (Makefile.am): Likewise.
11624         * modules/strsep (Makefile.am): Likewise.
11625         * modules/strstr (Makefile.am): Likewise.
11626         * modules/strtod (Makefile.am): Likewise.
11627         * modules/strtoimax (Makefile.am): Likewise.
11628         * modules/strtok_r (Makefile.am): Likewise.
11629         * modules/strtol (Makefile.am): Likewise.
11630         * modules/strtoll (Makefile.am): Likewise.
11631         * modules/strtoul (Makefile.am): Likewise.
11632         * modules/strtoull (Makefile.am): Likewise.
11633         * modules/strtoumax (Makefile.am): Likewise.
11634         * modules/strverscmp (Makefile.am): Likewise.
11635         * modules/sys_socket (Makefile.am): Likewise.
11636         * modules/sys_stat (Makefile.am): Likewise.
11637         * modules/sysexits (Makefile.am): Likewise.
11638         * modules/time_r (Makefile.am): Likewise.
11639         * modules/timegm (Makefile.am): Likewise.
11640         * modules/timespec (Makefile.am): Likewise.
11641         * modules/tmpfile-safer (Makefile.am): Likewise.
11642         * modules/trim (Makefile.am): Likewise.
11643         * modules/unistd-safer (Makefile.am): Likewise.
11644         * modules/unlinkdir (Makefile.am): Likewise.
11645         * modules/unlocked-io (Makefile.am): Likewise.
11646         * modules/userspec (Makefile.am): Likewise.
11647         * modules/utime (Makefile.am): Likewise.
11648         * modules/utimecmp (Makefile.am): Likewise.
11649         * modules/utimens (Makefile.am): Likewise.
11650         * modules/vasnprintf (Makefile.am): Likewise.
11651         * modules/vasprintf (Makefile.am): Likewise.
11652         * modules/vsnprintf (Makefile.am): Likewise.
11653         * modules/xalloc (Makefile.am): Likewise.
11654         * modules/xgetcwd (Makefile.am): Likewise.
11655         * modules/xnanosleep (Makefile.am): Likewise.
11656         * modules/xreadlink (Makefile.am): Likewise.
11657         * modules/xstrtod (Makefile.am): Likewise.
11658         * modules/xstrtol (Makefile.am): Likewise.
11659         * modules/xstrtold (Makefile.am): Likewise.
11660         * modules/yesno (Makefile.am): Likewise.
11661         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
11662
11663 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
11664
11665         * modules/error (Makefile.am): Distribute files through
11666         EXTRA_DIST, not lib_SOURCES.
11667
11668 2006-10-12  Eric Blake  <ebb9@byu.net>
11669
11670         * modules/error (Makefile.am): Distribute files in /lib.
11671         * modules/obstack (Makefile.am): Likewise.
11672
11673 2006-10-12  Bruno Haible  <bruno@clisp.org>
11674
11675         * modules/acl (Makefile.am): Distribute all files in lib/ through
11676         EXTRA_DIST.
11677         * modules/arcfour (Makefile.am): Likewise.
11678         * modules/arctwo (Makefile.am): Likewise.
11679         * modules/argmatch (Makefile.am): Likewise.
11680         * modules/argz (Makefile.am): Likewise.
11681         * modules/atexit (Makefile.am): Likewise.
11682         * modules/backupfile (Makefile.am): Likewise.
11683         * modules/c-strtod (Makefile.am): Likewise.
11684         * modules/c-strtold (Makefile.am): Likewise.
11685         * modules/calloc (Makefile.am): Likewise.
11686         * modules/canon-host (Makefile.am): Likewise.
11687         * modules/canonicalize (Makefile.am): Likewise.
11688         * modules/chdir-long (Makefile.am): Likewise.
11689         * modules/chdir-safer (Makefile.am): Likewise.
11690         * modules/check-version (Makefile.am): Likewise.
11691         * modules/chown (Makefile.am): Likewise.
11692         * modules/cloexec (Makefile.am): Likewise.
11693         * modules/close-stream (Makefile.am): Likewise.
11694         * modules/closeout (Makefile.am): Likewise.
11695         * modules/crc (Makefile.am): Likewise.
11696         * modules/cycle-check (Makefile.am): Likewise.
11697         * modules/des (Makefile.am): Likewise.
11698         * modules/dirfd (Makefile.am): Likewise.
11699         * modules/dirname (Makefile.am): Likewise.
11700         * modules/dup2 (Makefile.am): Likewise.
11701         * modules/euidaccess (Makefile.am): Likewise.
11702         * modules/exclude (Makefile.am): Likewise.
11703         * modules/exitfail (Makefile.am): Likewise.
11704         * modules/fcntl-safer (Makefile.am): Likewise.
11705         * modules/file-type (Makefile.am): Likewise.
11706         * modules/fileblocks (Makefile.am): Likewise.
11707         * modules/filemode (Makefile.am): Likewise.
11708         * modules/filenamecat (Makefile.am): Likewise.
11709         * modules/fnmatch (Makefile.am): Likewise.
11710         * modules/fopen-safer (Makefile.am): Likewise.
11711         * modules/fpending (Makefile.am): Likewise.
11712         * modules/fprintftime (Makefile.am): Likewise.
11713         * modules/free (Makefile.am): Likewise.
11714         * modules/fsusage (Makefile.am): Likewise.
11715         * modules/ftruncate (Makefile.am): Likewise.
11716         * modules/fts (Makefile.am): Likewise.
11717         * modules/gc (Makefile.am): Likewise.
11718         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
11719         * modules/getaddrinfo (Makefile.am): Likewise.
11720         * modules/getcwd (Makefile.am): Likewise.
11721         * modules/getdelim (Makefile.am): Likewise.
11722         * modules/getdomainname (Makefile.am): Likewise.
11723         * modules/getgroups (Makefile.am): Likewise.
11724         * modules/gethostname (Makefile.am): Likewise.
11725         * modules/gethrxtime (Makefile.am): Likewise.
11726         * modules/getline (Makefile.am): Likewise.
11727         * modules/getloadavg (Makefile.am): Likewise.
11728         * modules/getlogin_r (Makefile.am): Likewise.
11729         * modules/getopt (Makefile.am): Likewise.
11730         * modules/getpass (Makefile.am): Likewise.
11731         * modules/getpass-gnu (Makefile.am): Likewise.
11732         * modules/getsubopt (Makefile.am): Likewise.
11733         * modules/gettime (Makefile.am): Likewise.
11734         * modules/gettimeofday (Makefile.am): Likewise.
11735         * modules/getugroups (Makefile.am): Likewise.
11736         * modules/getusershell (Makefile.am): Likewise.
11737         * modules/glob (Makefile.am): Likewise.
11738         * modules/group-member (Makefile.am): Likewise.
11739         * modules/hard-locale (Makefile.am): Likewise.
11740         * modules/hash (Makefile.am): Likewise.
11741         * modules/hmac-md5 (Makefile.am): Likewise.
11742         * modules/hmac-sha1 (Makefile.am): Likewise.
11743         * modules/human (Makefile.am): Likewise.
11744         * modules/idcache (Makefile.am): Likewise.
11745         * modules/imaxabs (Makefile.am): Likewise.
11746         * modules/imaxdiv (Makefile.am): Likewise.
11747         * modules/inet_ntop (Makefile.am): Likewise.
11748         * modules/inet_pton (Makefile.am): Likewise.
11749         * modules/inttostr (Makefile.am): Likewise.
11750         * modules/isapipe (Makefile.am): Likewise.
11751         * modules/lchown (Makefile.am): Likewise.
11752         * modules/long-options (Makefile.am): Likewise.
11753         * modules/lstat (Makefile.am): Likewise.
11754         * modules/malloc (Makefile.am): Likewise.
11755         * modules/mathl (Makefile.am): Likewise.
11756         * modules/mbchar (Makefile.am): Likewise.
11757         * modules/md2 (Makefile.am): Likewise.
11758         * modules/md4 (Makefile.am): Likewise.
11759         * modules/md5 (Makefile.am): Likewise.
11760         * modules/memcasecmp (Makefile.am): Likewise.
11761         * modules/memchr (Makefile.am): Likewise.
11762         * modules/memcmp (Makefile.am): Likewise.
11763         * modules/memcoll (Makefile.am): Likewise.
11764         * modules/memcpy (Makefile.am): Likewise.
11765         * modules/memmem (Makefile.am): Likewise.
11766         * modules/memmove (Makefile.am): Likewise.
11767         * modules/mempcpy (Makefile.am): Likewise.
11768         * modules/memrchr (Makefile.am): Likewise.
11769         * modules/memset (Makefile.am): Likewise.
11770         * modules/memxor (Makefile.am): Likewise.
11771         * modules/mkancesdirs (Makefile.am): Likewise.
11772         * modules/mkdir (Makefile.am): Likewise.
11773         * modules/mkdir-p (Makefile.am): Likewise.
11774         * modules/mkdtemp (Makefile.am): Likewise.
11775         * modules/mkstemp (Makefile.am): Likewise.
11776         * modules/mktime (Makefile.am): Likewise.
11777         * modules/modechange (Makefile.am): Likewise.
11778         * modules/mountlist (Makefile.am): Likewise.
11779         * modules/nanosleep (Makefile.am): Likewise.
11780         * modules/openat (Makefile.am): Likewise.
11781         * modules/pagealign_alloc (Makefile.am): Likewise.
11782         * modules/physmem (Makefile.am): Likewise.
11783         * modules/poll (Makefile.am): Likewise.
11784         * modules/posixtm (Makefile.am): Likewise.
11785         * modules/posixver (Makefile.am): Likewise.
11786         * modules/putenv (Makefile.am): Likewise.
11787         * modules/quote (Makefile.am): Likewise.
11788         * modules/quotearg (Makefile.am): Likewise.
11789         * modules/raise (Makefile.am): Likewise.
11790         * modules/read-file (Makefile.am): Likewise.
11791         * modules/readline (Makefile.am): Likewise.
11792         * modules/readlink (Makefile.am): Likewise.
11793         * modules/readtokens (Makefile.am): Likewise.
11794         * modules/readutmp (Makefile.am): Likewise.
11795         * modules/realloc (Makefile.am): Likewise.
11796         * modules/regex (Makefile.am): Likewise.
11797         * modules/rename (Makefile.am): Likewise.
11798         * modules/rename-dest-slash (Makefile.am): Likewise.
11799         * modules/rijndael (Makefile.am): Likewise.
11800         * modules/rmdir (Makefile.am): Likewise.
11801         * modules/rpmatch (Makefile.am): Likewise.
11802         * modules/safe-read (Makefile.am): Likewise.
11803         * modules/safe-write (Makefile.am): Likewise.
11804         * modules/same (Makefile.am): Likewise.
11805         * modules/save-cwd (Makefile.am): Likewise.
11806         * modules/savedir (Makefile.am): Likewise.
11807         * modules/setenv (Makefile.am): Likewise.
11808         * modules/settime (Makefile.am): Likewise.
11809         * modules/sha1 (Makefile.am): Likewise.
11810         * modules/sig2str (Makefile.am): Likewise.
11811         * modules/snprintf (Makefile.am): Likewise.
11812         * modules/stdlib-safer (Makefile.am): Likewise.
11813         * modules/stpcpy (Makefile.am): Likewise.
11814         * modules/stpncpy (Makefile.am): Likewise.
11815         * modules/strcase (Makefile.am): Likewise.
11816         * modules/strcasestr (Makefile.am): Likewise.
11817         * modules/strchrnul (Makefile.am): Likewise.
11818         * modules/strcspn (Makefile.am): Likewise.
11819         * modules/strdup (Makefile.am): Likewise.
11820         * modules/strerror (Makefile.am): Likewise.
11821         * modules/strftime (Makefile.am): Likewise.
11822         * modules/strndup (Makefile.am): Likewise.
11823         * modules/strnlen (Makefile.am): Likewise.
11824         * modules/strpbrk (Makefile.am): Likewise.
11825         * modules/strsep (Makefile.am): Likewise.
11826         * modules/strstr (Makefile.am): Likewise.
11827         * modules/strtod (Makefile.am): Likewise.
11828         * modules/strtoimax (Makefile.am): Likewise.
11829         * modules/strtok_r (Makefile.am): Likewise.
11830         * modules/strtol (Makefile.am): Likewise.
11831         * modules/strtoll (Makefile.am): Likewise.
11832         * modules/strtoul (Makefile.am): Likewise.
11833         * modules/strtoull (Makefile.am): Likewise.
11834         * modules/strtoumax (Makefile.am): Likewise.
11835         * modules/strverscmp (Makefile.am): Likewise.
11836         * modules/time_r (Makefile.am): Likewise.
11837         * modules/timegm (Makefile.am): Likewise.
11838         * modules/tmpfile-safer (Makefile.am): Likewise.
11839         * modules/unistd-safer (Makefile.am): Likewise.
11840         * modules/unlinkdir (Makefile.am): Likewise.
11841         * modules/userspec (Makefile.am): Likewise.
11842         * modules/utime (Makefile.am): Likewise.
11843         * modules/utimecmp (Makefile.am): Likewise.
11844         * modules/utimens (Makefile.am): Likewise.
11845         * modules/vasnprintf (Makefile.am): Likewise.
11846         * modules/vasprintf (Makefile.am): Likewise.
11847         * modules/vsnprintf (Makefile.am): Likewise.
11848         * modules/xalloc (Makefile.am): Likewise.
11849         * modules/xgetcwd (Makefile.am): Likewise.
11850         * modules/xnanosleep (Makefile.am): Likewise.
11851         * modules/xreadlink (Makefile.am): Likewise.
11852         * modules/xstrtod (Makefile.am): Likewise.
11853         * modules/xstrtol (Makefile.am): Likewise.
11854         * modules/xstrtold (Makefile.am): Likewise.
11855         * modules/yesno (Makefile.am): Likewise.
11856
11857 2006-10-12  Jim Meyering  <jim@meyering.net>
11858
11859         * m4/getloadavg.m4: Revert the change below.
11860
11861         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
11862         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
11863         fail with a symlink, which is what coreutils' ./bootstrap now
11864         creates by default.
11865
11866 2006-10-12  Bruno Haible  <bruno@clisp.org>
11867
11868         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
11869         mingw.
11870         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
11871         MSVC and mingw explicitly.
11872
11873 2006-10-11  Simon Josefsson  <jas@extundo.com>
11874             Bruno Haible  <bruno@clisp.org>
11875
11876         Add support for multiple gnulib-tool invocations in the scope of a
11877         single configure.ac file.
11878         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
11879         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
11880         with the same contents as the _LIBADD variable.
11881         (func_emit_initmacro_start, func_emit_initmacro_end,
11882         func_emit_initmacro_done): New functions.
11883         (func_import, func_create_testdir): Invoke them. Allow the identifiers
11884         gl_LIBOBJS and gl_LTLIBOBJS.
11885
11886 2006-10-11  Bruno Haible  <bruno@clisp.org>
11887
11888         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
11889         (func_create_testdir): Don't create po/Makefile.am, don't invoke
11890         autoreconf. Instead, invoke autopoint explicitly but move back the
11891         *.m4 files from gnulib.
11892
11893 2006-10-11  Bruno Haible  <bruno@clisp.org>
11894
11895         * gnulib-tool (func_usage): Make module names after --create-testdir
11896         optional.
11897         (func_create_testdir): If no module was specified, use nearly all
11898         modules.
11899
11900 2006-10-12  Jim Meyering  <jim@meyering.net>
11901
11902         Big performance improvement for fts-based tools that use FTS_NOSTAT.
11903         Avoid spurious inode-mismatch problems on non-POSIX file systems.
11904         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
11905         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
11906         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
11907         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
11908         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
11909         (fts_set_stat_required): New function.
11910         (fts_open): Defer the calls to fts_stat, if possible or requested.
11911         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
11912         into fts_stat itself.
11913         (fts_read): Perform any required (deferred) fts_stat call.
11914         (fts_build): Likewise, for the directory we're about to open and read.
11915         In the readdir loop, carefully decide whether each entry will require
11916         an eventual call to fts_stat, using dirent.d_type info if available.
11917         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
11918         a command line argument into this function.  Update all callers.
11919         Map a return value of FTS_DOT to FTS_D for a command line argument.
11920         * modules/fts (Depends-on): Add d-type.  Alphabetize.
11921         Thanks to Miklos Szeredi for his tenacity and for the initial
11922         bug report about "find" failing on a FUSE-based file system.
11923
11924         * lib/fts.c (fts_open): Use consistent indentation.
11925
11926 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
11927
11928         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
11929         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
11930         reported by Jim Meyering.  All uses of cache variables renamed
11931         to match Autoconf's.
11932         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
11933         the other one.
11934
11935         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
11936         Fix misspelling in diagnostic.
11937
11938 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
11939
11940         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
11941         defined.  Problem reported by Matthew Woehlke.
11942
11943         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
11944         Add support for Tandem NonStop R series.
11945         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
11946         Use new macro.
11947
11948         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
11949         (has_trailing_slash): Omit size arg; all callers changed.
11950         Omit 'inline', since it doesn't help performance and we'd
11951         need to configure it.
11952         Don't count //, ///, etc. as having a trailing slash.
11953         As a side effect, this removes a C99ism reported by Matthew Woehlke.
11954         (rpl_rename_dest_slash): On failure, use rename's errno rather
11955         than (in some cases) an incorrect or junk errno.
11956         Simplify code by removing need to compute length; this does
11957         cause it to make two passes instead of one over the file name,
11958         but it's worth it.
11959
11960         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
11961         change, since Autoconf's version may no longer be appropriate now
11962         that we are using CVS Autoconf's version.  Add support for Tandem.
11963
11964 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
11965             Bruno Haible  <bruno@clisp.org>
11966
11967         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
11968         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
11969         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
11970         gl_AC_TYPE_LONG_LONG.
11971
11972         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
11973         instead of HAVE_LONG_LONG.
11974         * lib/printf-args.c (printf_fetchargs): Likewise.
11975         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
11976         * lib/vasnprintf.c (VASNPRINTF): Likewise.
11977         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
11978         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
11979         gl_AC_TYPE_LONG_LONG.
11980
11981 2006-10-11  Bruno Haible  <bruno@clisp.org>
11982
11983         * m4/longlong.m4: Add comments.
11984         * m4/ulonglong.m4: Likewise.
11985
11986 2006-10-10  Bruno Haible  <bruno@clisp.org>
11987
11988         Make it possible to #define stpcpy, strdup to aliases.
11989         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
11990         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
11991
11992 2006-10-10  Bruno Haible  <bruno@clisp.org>
11993
11994         Make it possible to #define gcd to an alias.
11995         * lib/gcd.c: Include config.h.
11996
11997 2006-10-10  Bruno Haible  <bruno@clisp.org>
11998
11999         Make it possible to #define c_isascii to an alias.
12000         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
12001         defined. Undefine the macros before defining them, to avoid gcc
12002         warnings.
12003         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
12004         define NO_C_CTYPE_MACROS early.
12005
12006 2006-10-10  Bruno Haible  <bruno@clisp.org>
12007
12008         Make it possible to #define set_program_name to an alias.
12009         * lib/progname.c: Don't undefine set_program_name; instead, undefine
12010         ENABLE_RELOCATABLE early.
12011
12012 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
12013
12014         Port to Tandem NSK OSS, which has 64-bit signed int but at most
12015         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
12016         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
12017         More generally, don't assume that 64-bit signed int is available
12018         if unsigned int is, and vice versa.
12019         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
12020         unsigned symbols, not on their signed counterparts.
12021         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
12022         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
12023         (UINT64_C, UINTMAX_C):
12024         Likewise.
12025         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
12026         unsigned counterparts.
12027         (Have_long_long, Unsigned): New macros.
12028         (Int): Renamed from INT.
12029         (strtoimax): Use the new macros.
12030         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
12031         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
12032         * modules/inttypes (inttypes.h): Substitute
12033         HAVE_UNSIGNED_LONG_LONG_INT.
12034         * modules/stdint (stdint.h): Likewise.
12035         (Files): Add m4/ulonglong.m4.
12036
12037 2006-10-10  Bruno Haible  <bruno@clisp.org>
12038
12039         Fix a gcc -Wshadow warning.
12040         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
12041         to 'bucket'.
12042         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
12043         gl_linked_indexof_from_to): Likewise.
12044         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
12045         Likewise.
12046         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
12047         Likewise.
12048         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
12049         Reported by Eric Blake.
12050
12051 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
12052
12053         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
12054         for NetBSD.  Problem reported by Bruno Haible.
12055
12056 2006-10-09  Jim Meyering  <jim@meyering.net>
12057
12058         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
12059         Patch from Bruno Haible.
12060
12061 2006-10-09  Jim Meyering  <jim@meyering.net>
12062
12063         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
12064         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
12065         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
12066
12067 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
12068
12069         Don't include <config.h> twice; this doesn't work in some cases,
12070         e.g., when config.h has "#define intmax_t long long int" and
12071         we include <config.h>, <inttypes.h>, <config.h> in that order.
12072         Problem reported by Matthew Woehlke in:
12073         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
12074         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
12075         * lib/fts-cycle.c: Don't include config.h.
12076         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
12077         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
12078         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
12079         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
12080         inttypes.h.
12081         * lib/xstrtoumax.c: Likewise.
12082         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
12083         __strtol and the like, so that this module is more like its siblings.
12084         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
12085         Remove; no longer needed now that we assume gnulib inttypes.h.
12086
12087 2006-10-08  Bruno Haible  <bruno@clisp.org>
12088
12089         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
12090         option.
12091
12092 2006-10-07  Jim Meyering  <jim@meyering.net>
12093
12094         * modules/inttypes (inttypes.h): Revert what seems to have been
12095         an inadvertent part of today's change: use "|", not "/" in the
12096         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
12097
12098 2006-10-07  Bruno Haible  <bruno@clisp.org>
12099
12100         * modules/sublist: New file.
12101
12102 2006-10-07  Bruno Haible  <bruno@clisp.org>
12103
12104         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
12105         * modules/argz (argz.h): Likewise.
12106         * modules/arpa_inet (arpa/inet.h): Likewise.
12107         * modules/byteswap (byteswap.h): Likewise.
12108         * modules/configmake (configmake.h): Likewise.
12109         * modules/fcntl (fcntl.h): Likewise.
12110         * modules/fnmatch (fnmatch.h): Likewise.
12111         * modules/getopt (getopt.h): Likewise.
12112         * modules/glob (glob.h): Likewise.
12113         * modules/inttypes (inttypes.h): Likewise.
12114         * modules/netinet_in (netinet/in.h): Likewise.
12115         * modules/poll (poll.h): Likewise.
12116         * modules/stdbool (stdbool.h): Likewise.
12117         * modules/stdint (stdint.h): Likewise.
12118         * modules/sys_select (sys/select.h): Likewise.
12119         * modules/sys_socket (sys/socket.h): Likewise.
12120         * modules/sys_stat (sys/stat.h): Likewise.
12121         * modules/sysexits (sysexits.h): Likewise.
12122         * modules/unistd (unistd.h): Likewise.
12123         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12124         Add a "DO NOT EDIT" comment to the generated file.
12125         (func_import): Likewise for gnulib-comp.m4.
12126
12127 2006-10-07  Bruno Haible  <bruno@clisp.org>
12128
12129         * lib/gl_sublist.h: New file.
12130         * lib/gl_sublist.c: New file.
12131
12132 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
12133
12134         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
12135         name (relative to the original working directory) and the file
12136         name component (relative to the temporary working directory).  All
12137         callers changed.
12138         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
12139         * lib/mkdir-p.c (make_dir_parents): Likewise.
12140         * lib/mkdir-p.h (make_dir_parents): Likewise.
12141
12142 2006-10-06  Eric Blake  <ebb9@byu.net>
12143
12144         Define several macros for use by the clean-temp module.
12145         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
12146         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
12147         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
12148
12149         * lib/clean-temp.h (close_stream_temp): New declaration.
12150         * lib/clean-temp.c (includes): Pull in headers according to what
12151         other modules are in use.
12152         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
12153
12154 2006-10-06  Bruno Haible  <bruno@clisp.org>
12155
12156         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
12157         instead of fopen, fwriteerror.
12158
12159 2006-10-06  Bruno Haible  <bruno@clisp.org>
12160
12161         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
12162         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
12163         int.
12164         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
12165         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
12166         Return an error indicator.
12167         Suggested by Eric Blake.
12168
12169 2006-10-06  Bruno Haible  <bruno@clisp.org>
12170
12171         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
12172         Reported by Eric Blake.
12173
12174 2006-10-06  Bruno Haible  <bruno@clisp.org>
12175
12176         * modules/closeout (Description): Mention stderr too.
12177
12178 2006-10-06  Bruno Haible  <bruno@clisp.org>
12179         and Paul Eggert  <eggert@cs.ucla.edu>
12180
12181         * lib/closeout.c (close_stdout): Also close stderr.
12182         * lib/closeout.h: Update comment.
12183
12184 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
12185
12186         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
12187         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
12188         * lib/dirchownmod.c: Include lchown.h.
12189         * lib/lchown.c: Don't include files that lchown.h now includes.
12190         Don't declare chown, since lchown.h now does that.
12191         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
12192         (lchown): Define to rpl_chown if lchown is declared but
12193         does not exist.  Declare using a prototype if lchown is not
12194         declared.  Add a copyright notice.
12195         * lib/mkstemp.h: Include <unistd.h>.
12196         * lib/openat.c: Include lchown.h.
12197
12198         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
12199         we now test for that separately.
12200         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
12201         rather than O_NOFOLLOW, when testing whether it's possible to
12202         avoid a race condition reliably.
12203         * lib/savewd.c (savewd_chdir): Likewise.
12204
12205         Remove macros that are no longer needed now that stdint.h is
12206         reliable.
12207         * lib/fsusage.c (UINTMAX_MAX): Remove.
12208         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
12209         * lib/utimecmp.c (SIZE_MAX): Remove.
12210
12211         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
12212
12213         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
12214         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
12215         O_NOATIME works.
12216
12217 2006-10-05  Bruno Haible  <bruno@clisp.org>
12218
12219         * lib/gl_list.h (gl_sortedlist_search_from_to,
12220         gl_sortedlist_indexof_from_to): New declarations.
12221         (gl_list_implementation): New fields sortedlist_search_from_to,
12222         sortedlist_indexof_from_to.
12223         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
12224         inline functions.
12225         * lib/gl_list.c (gl_sortedlist_search_from_to,
12226         gl_sortedlist_indexof_from_to): New functions.
12227         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
12228         function.
12229         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
12230         (gl_array_sortedlist_search_from_to): New function.
12231         (gl_array_list_implementation): Update.
12232         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
12233         function.
12234         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
12235         (gl_carray_sortedlist_search_from_to): New function.
12236         (gl_carray_list_implementation): Update.
12237         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
12238         gl_linked_sortedlist_indexof_from_to): New functions.
12239         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
12240         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
12241         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
12242         gl_tree_sortedlist_indexof_from_to): New functions.
12243         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
12244         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
12245         Update.
12246         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
12247         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
12248         Update.
12249
12250 2006-10-05  Bruno Haible  <bruno@clisp.org>
12251
12252         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
12253         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
12254         (struct gl_list_implementation): Add fields search_from_to,
12255         indexof_from_to. Remove fields search, indexof.
12256         (gl_list_search): Use the search_from_to method.
12257         (gl_list_search_from, gl_list_search_from_to): New functions.
12258         (gl_list_indexof): Use the indexof_from_to method.
12259         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
12260         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
12261         (gl_list_search_from, gl_list_search_from_to): New functions.
12262         (gl_list_indexof): Use the indexof_from_to method.
12263         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
12264         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
12265         gl_array_indexof. Add start_index, end_index arguments.
12266         (gl_array_search_from_to): Renamed from gl_array_search. Add
12267         start_index, end_index arguments.
12268         (gl_array_remove, gl_array_list_implementation): Update.
12269         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
12270         gl_carray_indexof. Add start_index, end_index arguments.
12271         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
12272         start_index, end_index arguments.
12273         (gl_carray_remove, gl_carray_list_implementation): Update.
12274         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
12275         gl_linked_search. Add start_index, end_index arguments.
12276         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
12277         start_index, end_index arguments.
12278         (gl_linked_remove): Update.
12279         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
12280         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
12281         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
12282         field to 'size_t'.
12283         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
12284         gl_tree_search. Add start_index, end_index arguments.
12285         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
12286         start_index, end_index arguments.
12287         (gl_tree_remove): Update.
12288         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
12289         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
12290         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
12291         function.
12292         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
12293         gl_tree_search. Add start_index, end_index arguments.
12294         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
12295         start_index, end_index arguments.
12296         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
12297         Update.
12298         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
12299
12300 2006-10-05  Bruno Haible  <bruno@clisp.org>
12301
12302         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
12303
12304         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
12305         fwriteerror_temp): New declarations.
12306         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
12307         (descriptors): New variable.
12308         (cleanup): First, close the descriptors.
12309         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
12310         fclose_temp, fwriteerror_temp): New functions.
12311
12312 2006-10-04  Jim Meyering  <jim@meyering.net>
12313
12314         * lib/fts.c (fts_open): Tiny comment change.
12315
12316 2006-10-04  Bruno Haible  <bruno@clisp.org>
12317
12318         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
12319         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
12320         gl_LOCK_BODY.
12321         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
12322         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
12323         gl_LOCK_EARLY_BODY.
12324         (gl_LOCK): Require gl_LOCK_BODY.
12325
12326 2006-10-04  Bruno Haible  <bruno@clisp.org>
12327
12328         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
12329         (gl_oset_search_atleast): New declaration.
12330         (struct gl_oset_implementation): Add field 'search_atleast'.
12331         (gl_oset_search_atleast): New inline function.
12332         * lib/gl_oset.c (gl_oset_search_atleast): New function.
12333         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
12334         (gl_array_oset_implementation): Update.
12335         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
12336         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
12337         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
12338
12339 2006-10-04  Bruno Haible  <bruno@clisp.org>
12340
12341         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
12342
12343 2006-10-03  Bruno Haible  <bruno@clisp.org>
12344
12345         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
12346         from gl_avltreehash_list_implementation.
12347
12348 2006-10-03  Bruno Haible  <bruno@clisp.org>
12349
12350         * lib/gl_oset.c (gl_oset_add): Fix return type.
12351
12352 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
12353
12354         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
12355
12356 2006-10-02  Eric Blake  <ebb9@byu.net>
12357
12358         * modules/strnlen (Depends-on): Add extensions.
12359
12360 2006-10-02  Eric Blake  <ebb9@byu.net>
12361
12362         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
12363         definition in 2.60+.
12364
12365 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
12366
12367         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
12368         checks.
12369
12370 2006-10-02  Bruno Haible  <bruno@clisp.org>
12371
12372         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
12373         to the AUTOMAKE_OPTIONS.
12374         Reported by Jim Meyering.
12375
12376 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
12377
12378         Work around bug in Solaris 10 /proc file system:
12379         /proc/self/fd/NNN/.. isn't the parent directory of
12380         the directory whose file descriptor is NNN.  This needs to
12381         be worked around at run time, not compile time, since a
12382         program might be built on Solaris 8, where things work, and
12383         run on Solaris 10.
12384         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
12385         to use the following interface instead:
12386         (OPENAT_BUFFER_SIZE): New macro.
12387         (openat_proc_name): New function.
12388         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
12389         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
12390         Likewise.
12391         * lib/openat-proc.c: New file.
12392         * modules/openat (Files): Add lib/openat-proc.c.
12393         (Depends-on): Add same-inode, stdbool.
12394         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
12395
12396 2006-09-29  Bruno Haible  <bruno@clisp.org>
12397
12398         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
12399         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
12400         argument. Set stdout_closed before testing for ferror, not after.
12401         (fwriteerror, fwriteerror_no_ebadf): New functions.
12402
12403 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12404
12405         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
12406
12407 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
12408
12409         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
12410         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
12411
12412 2006-09-28  Jim Meyering  <jim@meyering.net>
12413
12414         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
12415         Include <unistd.h>.
12416
12417 2006-09-28  Bruno Haible  <bruno@clisp.org>
12418
12419         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
12420         * modules/linkedhash-list (Depends-on): Likewise.
12421         * modules/rbtreehash-list (Depends-on): Likewise.
12422
12423 2006-09-28  Bruno Haible  <bruno@clisp.org>
12424
12425         * lib/strndup.h: Simplify the redefinition of strndup.
12426         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
12427         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
12428
12429 2006-09-28  Bruno Haible  <bruno@clisp.org>
12430
12431         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
12432         * lib/gl_linkedhash_list.c: Likewise.
12433         * lib/gl_rbtreehash_list.c: Likewise.
12434
12435 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
12436
12437         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
12438         getaddrinfo.
12439
12440         * lib/__fpending.h: Don't include <stdio_ext.h> unless
12441         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
12442         it causes <stdio_ext.h> to cause a compile-time error.
12443         Problem reported by Nelson H. F. Beebe.
12444         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
12445         of HAVE_DECL___PENDING.
12446
12447         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
12448         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
12449         declaration.
12450
12451 2006-09-27  Jim Meyering  <jim@meyering.net>
12452
12453         This file could end up with a definition for a function
12454         named __strndup, rather than rpl_strndup on a system with
12455         incomplete weak_alias support.
12456         * lib/strndup.c (strndup): Rename from __strndup.
12457         Remove #defines that used to map __strndup to strndup.
12458         Don't use K&R prototypes.
12459         Remove LIBC-related code, since this file is not sync'd with glibc.
12460         * lib/strndup.h: Revamp, accordingly.
12461         * m4/strndup.m4: Modernize.
12462
12463 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
12464
12465         * modules/savewd (Depends-on): Add 'raise'.
12466         * lib/savewd.c: Include <signal.h>, for 'raise'.
12467
12468 2006-09-26  Jim Meyering  <jim@meyering.net>
12469
12470         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
12471         when we detect Darwin 8.7.0's acl_get_file bug.
12472         Rearrange to perform the new (below) run-test while $LIBS
12473         contains any acl-related library.  Set USE_ACL at the end.
12474         (gl_ACL_GET_FILE): New function.
12475
12476 2006-09-26  Eric Blake  <ebb9@byu.net>
12477
12478         * lib/verror.c: Include <config.h> unconditionally.
12479
12480 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
12481
12482         * modules/clock-time (Maintainer): Add self.
12483         * modules/getlogin_r (Depends-on): Add extensions.
12484
12485 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12486
12487         * modules/clock-time: New module.
12488         * modules/nanosleep (Depends-on): Add clock-time.
12489         * modules/gethrxtime (Depends-on): Likewise.
12490         * modules/gettime (Depends-on): Likewise.
12491         * modules/settime (Depends-on): Likewise.
12492
12493         * modules/fts-lgpl: Depend on openat.
12494         * modules/mkancesdirs: Depend on savewd.
12495         * modules/mkdir-p: Likewise.
12496
12497 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12498
12499         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
12500
12501         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
12502         `gl_have_arbitrary_file_name_length_limit' to
12503         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
12504         actually works between configure runs.
12505
12506 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12507             Bruno Haible  <bruno@clisp.org>
12508
12509         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
12510
12511 2006-09-25  Jim Meyering  <jim@meyering.net>
12512
12513         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
12514         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
12515
12516 2006-09-25  Eric Blake  <ebb9@byu.net>
12517
12518         * gnulib-tool (func_import, func_create_testdir): Fix typos in
12519         exec's in 2006-09-18 patch when shuffling fds.
12520
12521 2006-09-25  Bruno Haible  <bruno@clisp.org>
12522
12523         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
12524         Reported by Jim Meyering.
12525
12526 2006-09-24  Jim Meyering  <jim@meyering.net>
12527
12528         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
12529         compare a pointer against a literal "0".  That caused failures with
12530         at least HP-UX's hpcc.
12531
12532 2006-09-22  Simon Josefsson  <jas@extundo.com>
12533
12534         * modules/gc-sha1:
12535         * modules/gc-md4:
12536         * modules/gc-hmac-sha1:
12537         * modules/gc-hmac-md5:
12538         * modules/gc-des:
12539         * modules/gc-arcfour: Distribute more files.
12540
12541 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12542
12543         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
12544         (gl_linked_iterator_from_to): Initialize struct completely.
12545         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
12546         (gl_tree_iterator_from_to): Likewise
12547         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
12548         * lib/gl_array_list.c [lint] (gl_array_iterator)
12549         (gl_array_iterator_from_to): Likewise.
12550         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
12551         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
12552         (gl_carray_iterator_from_to): Likewise.
12553
12554         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
12555         * lib/md4.c (md4_process_block): Remove unused variable.
12556         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
12557         parentheses for clarity.
12558
12559 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12560
12561         * modules/bison-i18n (Depends-on): Add gettext.
12562
12563 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12564
12565         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
12566         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
12567         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
12568         also add missing comma that caused broken test.
12569         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
12570         stdlib.h, for `abort'.
12571         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
12572         variables.
12573         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
12574         include unistd.h if present, for `rmdir'.
12575         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
12576         variables.
12577         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
12578         in the process include standard headers for prototypes.
12579         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
12580         gets declared on GNU/Linux.
12581         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
12582         unistd.h, for `rmdir'.
12583         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
12584
12585         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
12586         always true.
12587         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
12588
12589         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
12590
12591 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12592
12593         * gnulib-tool (func_version): Create output all at once.  This
12594         may help avoid triggering unnecessary SIGPIPEs, and at any
12595         rate it doesn't hurt.
12596
12597 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12598             Bruno Haible  <bruno@clisp.org>
12599
12600         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
12601         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
12602         * m4/signed.m4 (bh_C_SIGNED): Likewise.
12603
12604         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
12605         (gl_FUNC_VASPRINTF): Invoke it.
12606
12607 2006-09-22  Bruno Haible  <bruno@clisp.org>
12608
12609         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
12610         getloadavg.c as first argument.
12611
12612 2006-09-22  Bruno Haible  <bruno@clisp.org>
12613
12614         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
12615         at the beginning of the gl_INIT macro.
12616         * modules/getloadavg (configure.ac): Pass $gl_source_base to
12617         gl_GETLOADAVG.
12618
12619 2006-09-22  Bruno Haible  <bruno@clisp.org>
12620
12621         * gnulib-tool (func_create_megatestdir): Don't include the config-h
12622         module.
12623         Suggested by Ralf Wildenhues.
12624
12625 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
12626
12627         Import this patch from libc:
12628
12629         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
12630
12631         * lib/regex_internal.c (re_string_reconstruct): Handle
12632         offset < pstr->valid_raw_len && pstr->offsets_needed case.
12633         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
12634         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
12635         re_string_context_at.
12636
12637         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
12638         now requires it.
12639         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
12640         gl_REGEX now does it for us.
12641         (gl_REGEX): Add test taken from
12642         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
12643
12644         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
12645         Check that large offsets work.  Modernize Autoconf usages.
12646         Prefer "yes" to mean a good thing rather than a bad.
12647         Don't put "#define mkstemp" in config.h, as this might interfere
12648         with standard system headers that "#define mkstemp mkstemp64".
12649
12650         * modules/mkstemp (Depends-on): Add extensions, so that
12651         mkstemp is visible on some platforms.
12652         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
12653         (Include): Change to "mkstemp.h" from <stdlib.h>.
12654         (Files): Add mkstemp.h.
12655
12656         * lib/mkstemp.h: New file, since some standard headers
12657         #define mkstemp.
12658         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
12659         Include "mkstemp.h".
12660         Make the _LIBC code resemble glibc original more,
12661         e.g., use K&R style.
12662         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
12663         (mkstemp): Remove, since mkstemp.h does this for us.
12664         * lib/stdlib--.h: Include mkstemp.h.
12665
12666         Import this patch from libc:
12667
12668         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
12669
12670         * lib/tempname.c (__gen_tempname): Change attempts_min
12671         into a macro.  Use preprocessor to decide how to initialize
12672         attempts [Coverity CID 67].
12673
12674 2006-09-20  Bruno Haible  <bruno@clisp.org>
12675
12676         * lib/mkdtemp.c: Import from libc.
12677         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
12678                 * sysdeps/posix/tempname.c (__gen_tempname): Change
12679                 attempts_min into a macro.  Use preprocessor to decide how to
12680                 initialize attempts [Coverity CID 67].
12681         2001-11-27  Paul Eggert  <eggert@twinsun.com>
12682                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
12683                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
12684
12685 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12686
12687         * gnulib-tool (func_exit): New function, to allow to pass the
12688         exit status portably through the trap.  Use everywhere.
12689         (--help, --version): Signal a write error.
12690         (trap): catch SIGPIPE, for write errors.
12691         Exit at the end of the trap, with the correct exit status.
12692
12693 2006-09-19  Karl Berry  <karl@gnu.org>
12694
12695         * doc/gnulib.texi: note about the license texinfo files.
12696
12697 2006-09-19  Eric Blake  <ebb9@byu.net>
12698
12699         * gnulib-tool: Avoid space-tab.
12700
12701 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
12702
12703         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
12704         that prevented coreutils 6.1 from building.  Problem reported
12705         by Petter Reinholdtsen.
12706
12707 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
12708
12709         * gnulib-tool (avoidlist): Fix typo that broke options like
12710         --avoid=lock that are used by coreutils bootstrap.
12711
12712 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
12713
12714         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
12715         more systematically.
12716
12717 2006-09-18  Jim Meyering  <jim@meyering.net>
12718
12719         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
12720
12721 2006-09-18  Bruno Haible  <bruno@clisp.org>
12722
12723         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
12724
12725 2006-09-18  Bruno Haible  <bruno@clisp.org>
12726
12727         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
12728         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
12729         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
12730         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
12731         * m4/gettext.m4: Require autoconf >= 2.52.
12732         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
12733         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
12734         of gl_cv_header_inttypes_h.
12735
12736 2006-09-18  Bruno Haible  <bruno@clisp.org>
12737
12738         * lib/javaversion.c: Include configmake.h.
12739
12740 2006-09-18  Bruno Haible  <bruno@clisp.org>
12741
12742         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
12743         avoid that the while loops be executed in a subshell.
12744
12745 2006-09-18  Bruno Haible  <bruno@clisp.org>
12746
12747         * MODULES.html.sh (func_module): Break long lines.
12748         Suggested by Bruce Korb <bkorb@gnu.org>.
12749
12750 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12751
12752         Speed up by a factor of 1.12.
12753         * gnulib-tool (nl): New variable.
12754         (func_import): Rewrite include directive extraction to only read each
12755         directive once.
12756
12757 2006-09-17  Bruno Haible  <bruno@clisp.org>
12758
12759         * modules/javaversion (Makefile.am): Remove DEFS setting.
12760         (Depends-on): Add configmake, for PKGDATADIR definition.
12761
12762 2006-09-17  Bruno Haible  <bruno@clisp.org>
12763
12764         * gnulib-tool (func_create_testdir): Rewrite all files at once.
12765
12766 2006-09-17  Bruno Haible  <bruno@clisp.org>
12767
12768         * gnulib-tool (func_append): New function, stolen from libtool.m4.
12769         (func_modules_transitive_closure, func_modules_add_dummy,
12770         func_modules_to_filelist, func_import, func_create_testdir,
12771         func_create_megatestdir, ...): Use it wherever possible.
12772         Suggested by Ralf Wildenhues.
12773
12774 2006-09-16  Karl Berry  <karl@gnu.org>
12775
12776         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
12777         to avoid sectioning errors.
12778         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
12779         [ifinfo]: blank line after @center-ed titles.
12780         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
12781         Spell FSF address consistently with others.
12782         (These changes approved by rms.)
12783
12784 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12785
12786         Speed up by a factor of 1.61.
12787         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
12788         already checked module names again.
12789
12790 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12791
12792         Speed up by a factor of 1.13.
12793         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
12794         for new_files, and the input to func_add_or_update.
12795
12796 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12797
12798         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
12799         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
12800
12801 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
12802
12803         * modules/mkancesdirs (Depends-on): Add fcntl.
12804         * modules/savewd: New file.
12805         * MODULES.html.sh (File system functions): Add savewd.
12806
12807         * modules/configmake (Makefile.am): Add support for the
12808         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
12809
12810 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
12811
12812         * m4/savewd.m4: New file.
12813
12814 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
12815
12816         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
12817         (dirchownmod): New arg FD.  All callers changed.
12818         Use FD rather than opening the directory ourself, as opening is
12819         now the caller's responsibility.
12820         * lib/dirchownmod.h: Likewise.
12821         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
12822         hosts that require <sys/types.h> before <sys/stat.h>.  Include
12823         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
12824         (test_dir): Remove.
12825         (mkancesdirs): Return length of prefix of FILE that has already
12826         been made, or -2 if there is a child doing the work.  Redo
12827         algorithm so that it is O(N) rather than O(N**2).  Optimize away
12828         ".", and treat ".." specially since it might stray back into
12829         already-created areas.  Use a subprocess if necessary.  New arg
12830         WD; all users changed.  MAKE_DIR function should now return 1
12831         if it creates a directory that is not readable.  Return -2 if
12832         a child process is spun off.
12833         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
12834         Adjust signature to match code.
12835         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
12836         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
12837         all users changed.
12838         * lib/savewd.c, lib/savewd.h: New files.
12839
12840 2006-09-15  Jim Meyering  <jim@meyering.net>
12841
12842         * modules/rename-dest-slash: New module.
12843         * MODULES.html.sh (posix_compat): Add it here.
12844
12845         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
12846
12847 2006-09-15  Jim Meyering  <jim@meyering.net>
12848
12849         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
12850         file.
12851
12852         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
12853
12854 2006-09-15  Jim Meyering  <jim@meyering.net>
12855
12856         * lib/rename-dest-slash.c (has_trailing_slash): Use
12857         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
12858         (rpl_rename_dest_slash): Perform the cheaper trailing slash
12859         test before testing whether SRC is a directory.
12860         Suggestions from Bruno Haible.
12861
12862         Avoid a warning about an unused variable.
12863         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
12864         into the #ifdef block where it's used.
12865
12866         * lib/rename-dest-slash.c: New file.
12867
12868 2006-09-14  Bruno Haible  <bruno@clisp.org>
12869
12870         * lib/allocsa.c: Include <config.h> unconditionally.
12871         * lib/asnprintf.c: Likewise.
12872         * lib/asprintf.c: Likewise.
12873         * lib/c-strcasecmp.c: Likewise.
12874         * lib/c-strcasestr.c: Likewise.
12875         * lib/c-strncasecmp.c: Likewise.
12876         * lib/c-strstr.c: Likewise.
12877         * lib/classpath.c: Likewise.
12878         * lib/clean-temp.c: Likewise.
12879         * lib/concatpath.c: Likewise.
12880         * lib/copy-file.c: Likewise.
12881         * lib/csharpcomp.c: Likewise.
12882         * lib/csharpexec.c: Likewise.
12883         * lib/execute.c: Likewise.
12884         * lib/fatal-signal.c: Likewise.
12885         * lib/findprog.c: Likewise.
12886         * lib/fwriteerror.c: Likewise.
12887         * lib/gl_array_list.c: Likewise.
12888         * lib/gl_array_oset.c: Likewise.
12889         * lib/gl_avltree_list.c: Likewise.
12890         * lib/gl_avltree_oset.c: Likewise.
12891         * lib/gl_avltreehash_list.c: Likewise.
12892         * lib/gl_carray_list.c: Likewise.
12893         * lib/gl_linked_list.c: Likewise.
12894         * lib/gl_linkedhash_list.c: Likewise.
12895         * lib/gl_list.c: Likewise.
12896         * lib/gl_oset.c: Likewise.
12897         * lib/gl_rbtree_list.c: Likewise.
12898         * lib/gl_rbtree_oset.c: Likewise.
12899         * lib/gl_rbtreehash_list.c: Likewise.
12900         * lib/imaxabs.c: Likewise.
12901         * lib/imaxdiv.c: Likewise.
12902         * lib/javacomp.c: Likewise.
12903         * lib/javaexec.c: Likewise.
12904         * lib/javaversion.c: Likewise.
12905         * lib/linebreak.c: Likewise.
12906         * lib/localcharset.c: Likewise.
12907         * lib/lock.c: Likewise.
12908         * lib/mbchar.c: Likewise.
12909         * lib/mbswidth.c: Likewise.
12910         * lib/mkdtemp.c: Likewise.
12911         * lib/pipe.c: Likewise.
12912         * lib/printf-args.c: Likewise.
12913         * lib/printf-parse.c: Likewise.
12914         * lib/progname.c: Likewise.
12915         * lib/progreloc.c: Likewise.
12916         * lib/readlink.c: Likewise.
12917         * lib/sh-quote.c: Likewise.
12918         * lib/stpcpy.c: Likewise.
12919         * lib/stpncpy.c: Likewise.
12920         * lib/strcasecmp.c: Likewise.
12921         * lib/strcasestr.c: Likewise.
12922         * lib/strcspn.c: Likewise.
12923         * lib/striconv.c: Likewise.
12924         * lib/strncasecmp.c: Likewise.
12925         * lib/strnlen1.c: Likewise.
12926         * lib/strstr.c: Likewise.
12927         * lib/strtok_r.c: Likewise.
12928         * lib/tls.c: Likewise.
12929         * lib/tmpdir.c: Likewise.
12930         * lib/unicodeio.c: Likewise.
12931         * lib/unsetenv.c: Likewise.
12932         * lib/vasnprintf.c: Likewise.
12933         * lib/vasprintf.c: Likewise.
12934         * lib/wait-process.c: Likewise.
12935         * lib/xallocsa.c: Likewise.
12936         * lib/xsetenv.c: Likewise.
12937         * lib/xstriconv.c: Likewise.
12938
12939 2006-09-13  Simon Josefsson  <jas@extundo.com>
12940
12941         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
12942         that internally, suggested by Ralf Wildenhues
12943         <Ralf.Wildenhues@gmx.de>.
12944
12945 2006-09-13  Simon Josefsson  <jas@extundo.com>
12946
12947         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
12948         @LIBOBJS@.
12949         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12950
12951 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
12952
12953         * lib/_fpending.c: Include <config.h> unconditionally, since we no
12954         longer worry about uses that don't define HAVE_CONFIG_H.
12955         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
12956         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
12957         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
12958         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
12959         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
12960         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
12961         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
12962         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
12963         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
12964         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
12965         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
12966         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
12967         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
12968         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
12969         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
12970         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
12971         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
12972         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
12973         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
12974         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
12975         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
12976         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
12977         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
12978         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
12979         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
12980         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
12981         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
12982         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
12983         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
12984         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
12985         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
12986         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
12987         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
12988         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
12989         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
12990         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
12991         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
12992         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
12993         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
12994         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
12995         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
12996         Likewise.
12997
12998 2006-09-13  Eric Blake  <ebb9@byu.net>
12999
13000         * lib/getopt.c: Fix typo in last commit.
13001
13002 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13003
13004         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
13005         dgettext.
13006
13007 2006-09-12  Jim Meyering  <jim@meyering.net>
13008
13009         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
13010         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
13011         Reported by Nelson H. F. Beebe.
13012
13013 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13014
13015         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
13016         program_invocation_name and program_invocation_short_name are
13017         initialized.
13018         * lib/argp-namefrob.h: Move declarations of program_invocation_name
13019         and program_invocation_short_name to argp.h, so they are visible
13020         to user programs.
13021         * lib/argp.h: Likewise
13022
13023 2006-09-10  Bruno Haible  <bruno@clisp.org>
13024
13025         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
13026         m4/inttypes_h.m4, m4/uintmax_t.m4.
13027
13028 2006-09-10  Bruno Haible  <bruno@clisp.org>
13029
13030         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
13031         gl_AC_TYPE_UINTMAX_T.
13032
13033 2006-09-10  Bruno Haible  <bruno@clisp.org>
13034
13035         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
13036
13037 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13038
13039         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
13040         convention.  Text proposed by Bruno Haible.
13041         (struct argp_option): Document the use of N_() wrappers.
13042
13043         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
13044         '\v', and translate the two parts separately, instead of feeding
13045         the whole string to gettext.  This allows to exclude
13046         '\v' from the strings visible to the translator by writing doc
13047         strings as N_("..") "\v" N_("..").
13048
13049 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
13050
13051         * config/srclist.txt: Undo latest change; the bug was fixed.
13052
13053 2006-09-09  Bruno Haible  <bruno@clisp.org>
13054
13055         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
13056         assignments if building a library without libtool.
13057         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
13058         in func_emit_lib_Makefile_am.
13059         (func_import): When building a static library libfoo.a, arrange to
13060         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
13061         (func_create_testdir): Likewise.
13062         * modules/gc (configure.ac, Makefile.am): If building statically,
13063         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
13064         * modules/iconvme (configure.ac, Makefile.am): Likewise.
13065         * modules/striconv (configure.ac, Makefile.am): Likewise.
13066         Based on a suggestion by Ralf Wildenhues.
13067
13068 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13069
13070         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
13071         Check for unistd.h too, since Autoconf doesn't assume POSIX.
13072         Also:
13073
13074         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13075         Add year_2050_test to catch glibc bug 2821
13076         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
13077
13078         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13079         Prefer #ifdef to #if.
13080
13081         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
13082         Return from 'main' instead of calling 'exit'.
13083
13084 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13085
13086         * lib/mktime.c (guess_time_tm): Fix bug where mktime
13087         returned the maximum time_t value rather than (time_t) -1.
13088         Problem originally reported by William Bardwell
13089         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
13090
13091         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
13092         Moved to here ...
13093         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
13094         ... from here.
13095
13096 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13097
13098         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
13099         2821 is fixed.
13100
13101 2006-09-08  Jim Meyering  <jim@meyering.net>
13102
13103         Don't make generated files read-only.  That would bother too many
13104         people.  However, do retain the ability to work when targets are
13105         read-only: remove the destination and temporary files before writing
13106         them (when generated via sed or echo), or by using the -f option for
13107         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
13108         * modules/alloca-opt, modules/argz, modules/arpa_inet:
13109         * modules/byteswap, modules/configmake, modules/fcntl:
13110         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
13111         * modules/localcharset, modules/netinet_in, modules/poll:
13112         * modules/stdbool, modules/stdint, modules/sys_select:
13113         * modules/sys_socket, modules/sys_stat, modules/sysexits:
13114
13115 2006-09-08  Jim Meyering  <jim@meyering.net>
13116
13117         Avoid new build failure on FreeBSD 6.0.
13118         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
13119         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
13120         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
13121
13122 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13123
13124         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
13125
13126 2006-09-07  Jim Meyering  <jim@meyering.net>
13127
13128         Fix global typo in last change: use chmod u-w, not chmod u-x.
13129         Spotted by Paul Eggert and Bruce Korb.
13130         * modules/alloca-opt, modules/argz, modules/arpa_inet:
13131         * modules/byteswap, modules/configmake, modules/fcntl:
13132         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
13133         * modules/localcharset, modules/netinet_in, modules/poll:
13134         * modules/stdbool, modules/stdint, modules/sys_select:
13135         * modules/sys_socket, modules/sys_stat, modules/sysexits:
13136
13137 2006-09-06  Jim Meyering  <jim@meyering.net>
13138
13139         Make generated files be read-only.
13140         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
13141         Ensure that each generated file is now read-only.
13142         * modules/argz: Likewise.
13143         * modules/arpa_inet: Likewise.
13144         * modules/byteswap: Likewise.
13145         * modules/configmake: Likewise.
13146         * modules/fcntl: Likewise.
13147         * modules/fnmatch: Likewise.
13148         * modules/getopt: Likewise.
13149         * modules/glob: Likewise.
13150         * modules/inttypes: Likewise.
13151         * modules/netinet_in: Likewise.
13152         * modules/poll: Likewise.
13153         * modules/stdbool: Likewise.
13154         * modules/stdint: Likewise.
13155         * modules/sys_select: Likewise.
13156         * modules/sys_socket: Likewise.
13157         * modules/sys_stat: Likewise.
13158         * modules/sysexits: Likewise.
13159         * modules/localcharset: Same as above, but continue using temporary
13160         file named "t-$@" (why different?) rather than the "$@-t" used
13161         everywhere else.
13162
13163         * modules/sysexits (Makefile.am): Replace literal occurrences
13164         of "sysexit.h" more readable, and more consistent, "$@".
13165
13166 2006-09-06  Bruno Haible  <bruno@clisp.org>
13167
13168         * modules/striconv: New file.
13169         * modules/xstriconv: New file.
13170         * MODULES.html.sh (Internationalization functions): Add striconv,
13171         xstriconv.
13172
13173 2006-09-06  Bruno Haible  <bruno@clisp.org>
13174
13175         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
13176         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
13177         not using libtool correctly.
13178
13179 2006-09-06  Bruno Haible  <bruno@clisp.org>
13180
13181         * lib/striconv.h: New file.
13182         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
13183         iconvstring.c.
13184         * lib/xstriconv.h: New file.
13185         * lib/xstriconv.c: New file.
13186
13187 2006-09-06  Bruno Haible  <bruno@clisp.org>
13188
13189         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
13190         lib_..._LDFLAGS.
13191
13192 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13193
13194         * lib/argz_.h: Sync from Libtool.
13195
13196         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
13197                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13198
13199         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
13200
13201 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
13202
13203         * modules/trim: New file.
13204
13205 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
13206
13207         * lib/trim.h: New file.
13208         * lib/trim.c: New file.
13209
13210 2006-09-05  Bruno Haible  <bruno@clisp.org>
13211
13212         * MODULES.html.sh (String handling): Add trim.
13213
13214 2006-09-04  Karl Berry  <karl@gnu.org>
13215
13216         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
13217         until next release.
13218
13219 2006-09-03  Bruno Haible  <bruno@clisp.org>
13220
13221         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
13222         correctly.
13223
13224 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13225
13226         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
13227         not gl_GETLOADAVG.  Omit unneeded semicolons.
13228         Problems reported by Ralf Wildenhues in
13229         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
13230         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
13231         at the end, which is the usual gnulib style.
13232
13233         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
13234         of doing all the work ourselves.
13235         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
13236         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
13237
13238 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13239
13240         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
13241         Problem reported by Ralf Wildenhues in
13242         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
13243
13244         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
13245         HAVE_STRUCT_STATFS_F_FSTYPENAME.
13246
13247 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13248
13249         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
13250         yesterday's patch by changing test -n to test -z.
13251
13252 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13253
13254         * modules/getloadavg (Files): Add m4/getloadavg.m4.
13255         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
13256         the former is now obsolescent.
13257
13258         * modules/chdir-long (Depends-on): Add fcntl.
13259
13260 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13261
13262         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
13263         obsolescent, and programs should use gnulib instead.
13264         * m4/getloadavg.m4: New file, with contents taken from Autoconf
13265         but with prefixes changed.
13266
13267 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13268
13269         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
13270         or stdbool.h, because they might not exist while configuring.
13271
13272         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
13273         Don't include unistd.h or limits.h; not needed, since chdir-long.h
13274         does that for us.
13275         (O_DIRECTORY): Remove.
13276
13277 2006-08-31  Eric Blake  <ebb9@byu.net>
13278
13279         * gnulib-tool: Don't let emacs change spaces to TAB.
13280
13281 2006-08-31  Bruno Haible  <bruno@clisp.org>
13282
13283         * gnulib-tool: When calling func_import more than once, do it in a
13284         subshell.
13285         Reported by Eric Blake <ebb9@byu.net>.
13286
13287 2006-08-31  Bruno Haible  <bruno@clisp.org>
13288
13289         * gnulib-tool (nl): Remove variable.
13290         (sed_transform_lib_file): Use more robust test for config-h module.
13291         (func_import): Fix typo in 2006-08-25 patch.
13292
13293 2006-08-31  Bruno Haible  <bruno@clisp.org>
13294
13295         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
13296         specified, augment Makefile.am variables instead of assigning them.
13297
13298 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13299
13300         Work around a bug in both the Linux and SunOS 64-bit kernels:
13301         nanosleep mishandles sleeps for longer than 2**31 seconds.
13302         Problem reported by Frank v Waveren in
13303         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
13304         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
13305         Check for nanosleep bug.
13306         (LIB_NANOSLEEP): Append clock_gettime library if needed.
13307
13308 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13309
13310         Work around a bug in both the Linux and SunOS 64-bit kernels:
13311         nanosleep mishandles sleeps for longer than 2**31 seconds.
13312         Problem reported by Frank v Waveren in
13313         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
13314         * lib/nanosleep.c (BILLION): New constant.
13315         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
13316         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
13317         implementation.
13318
13319 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13320
13321         * modules/nanosleep (Depends-on): Add gettime.
13322
13323 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13324         and Simon Josefsson  <jas@extundo.com>
13325         and Oskar Liljeblad  <oskar@osk.mine.nu>
13326
13327         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
13328         * gnulib-tool (func_import): New license type 'unmodifiable license
13329         text'.
13330         * modules/fdl: Use it.  Longer description.
13331         * module/gpl, module/lgpl: New files.
13332
13333 2006-08-30  Jim Meyering  <jim@meyering.net>
13334
13335         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
13336         shadowing the parameter.
13337
13338 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13339
13340         Sync from Libtool:
13341
13342         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13343
13344         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
13345         sharing with gnulib.  Report by Eric Blake.
13346
13347 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13348
13349         * modules/isapipe: New file.
13350         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
13351
13352 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13353
13354         * modules/configmake (Makefile.am): Add a comment, and omit
13355         the CONFIGMAKE_ prefix from generated macro names.  Suggested
13356         by Bruno Haible.
13357
13358 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13359
13360         * m4/isapipe.m4: New file.
13361
13362 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13363
13364         * lib/isapipe.c, lib/isapipe.h: New files.
13365
13366 2006-08-29  Jim Meyering  <jim@meyering.net>
13367
13368         * modules/configmake (Makefile.am): Make configmake.h depend on
13369         Makefile.  Otherwise, a stale configmake.h could hang around.
13370
13371 2006-08-29  Eric Blake  <ebb9@byu.net>
13372
13373         * lib/error.c (error_at_line, print_errno_message): Match libc, after
13374         resolution of upstream bug 3044.
13375
13376 2006-08-29  Bruno Haible  <bruno@clisp.org>
13377
13378         * modules/localcharset (Depends-on): Add configmake.
13379         (Makefile.am): Remove setting of LIBDIR through DEFS.
13380
13381 2006-08-29  Bruno Haible  <bruno@clisp.org>
13382
13383         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
13384         defined.
13385
13386 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13387
13388         * modules/fcntl: New file.
13389         * modules/chdir-safer (Depends-on): Add fcntl.
13390         * modules/fts: Likewise.
13391         * modules/mkdir-p: Likewise.
13392
13393         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
13394         This undoes the most recent change, since we're now addressing the
13395         problem in a different way.
13396
13397         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
13398         into output, since the output might be called Makefile.am even
13399         if $makefile_name is something different.
13400         (func_import): Use $makefile_am rather than
13401         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
13402         empty.
13403
13404         * modules/inttypes (Files): Add m4/inttypes-h.m4.
13405
13406 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13407
13408         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
13409         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
13410         recent change to stdint.m4, since we're now addressing the problem in a
13411         different way.
13412
13413 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13414
13415         * m4/fcntl_h.m4: New file.
13416
13417 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13418
13419         * lib/fcntl_.h: New file.
13420         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
13421         the fcntl module.
13422         * lib/dirchownmod.c: Likewise.
13423         * lib/fts.c: Likewise.
13424
13425         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
13426         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
13427         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
13428         just before including <inttypes.h>, to avoid circular inclusion.
13429
13430 2006-08-28  Jim Meyering  <jim@meyering.net>
13431
13432         * doc/visibility.texi: Actually read and correct the grammar of the
13433         sentence affected by yesterday's change.
13434
13435 2006-08-28  Eric Blake  <ebb9@byu.net>
13436
13437         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
13438         needs wrapper.
13439
13440 2006-08-28  Eric Blake  <ebb9@byu.net>
13441
13442         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
13443
13444 2006-08-28  Eric Blake  <ebb9@byu.net>
13445
13446         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
13447
13448 2006-08-28  Bruno Haible  <bruno@clisp.org>
13449
13450         * modules/c-strstr: New file, from GNU gettext.
13451         * MODULES.html.sh (String handling): Add c-strstr.
13452
13453 2006-08-28  Bruno Haible  <bruno@clisp.org>
13454
13455         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
13456         macros.
13457         Reported by Eric Blake.
13458
13459 2006-08-28  Bruno Haible  <bruno@clisp.org>
13460
13461         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
13462         (VASNPRINTF): Return a string of length > INT_MAX without failing.
13463         * lib/vasprintf.c: Include errno.h, limits.h.
13464         (EOVERFLOW): New fallback definition.
13465         (vasprintf): Test here whether the string length is > INT_MAX.
13466         * lib/vsnprintf.c: Include errno.h, limits.h.
13467         (EOVERFLOW): New fallback definition.
13468         (vsnprintf): Fix bug when generated string was too long for the buffer.
13469         Test here whether the string length is > INT_MAX.
13470
13471 2006-08-28  Bruno Haible  <bruno@clisp.org>
13472
13473         * lib/inttypes_.h (SCNX*): Remove definitions.
13474         Reported by Eric Blake.
13475
13476 2006-08-28  Bruno Haible  <bruno@clisp.org>
13477
13478         * lib/c-strstr.h: New file, from GNU gettext.
13479         * lib/c-strstr.c: New file, from GNU gettext.
13480
13481 2006-08-28  Bruno Haible  <bruno@clisp.org>
13482
13483         * gnulib-tool: Reorder some statements.
13484
13485 2006-08-28  Bruno Haible  <bruno@clisp.org>
13486
13487         * gnulib-tool: New option --makefile-name.
13488         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
13489         $makefile_name.
13490         (func_import): Write $makefile_name to the cache file, and read it from
13491         there unless explicitly specified. Use $makefile_name as file name
13492         instead of Makefile.am. Adjust the recommendations accordingly.
13493
13494 2006-08-28  Bruno Haible  <bruno@clisp.org>
13495
13496         * gnulib-tool (func_verify_module): Check against misapplying patch.
13497
13498 2006-08-28  Bruno Haible  <bruno@clisp.org>
13499
13500         * gnulib-tool (func_relativize, func_relconcat): New functions.
13501         Give an error if --local-dir is given with --update.
13502         Remove trailing slashes from $local_gnulib_dir.
13503         (func_import): Store the relativized $local_gnulib_dir in
13504         gnulib-cache.m4, and read it from there if not specified explicitly.
13505
13506 2006-08-28  Bruno Haible  <bruno@clisp.org>
13507
13508         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
13509         is the current directory. Respect also $local_gnulib_dir.
13510
13511 2006-08-28  Bruno Haible  <bruno@clisp.org>
13512             Simon Josefsson  <jas@extundo.com>
13513
13514         BeOS portability.
13515         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
13516
13517 2006-08-27  Jim Meyering  <jim@meyering.net>
13518
13519         * doc/visibility.texi: Remove duplicate word: "pointer".
13520
13521 2006-08-26  Bruno Haible  <bruno@clisp.org>
13522
13523         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
13524         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
13525         (Makefile.am): Create inttypes.h from inttypes_.h.
13526         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
13527
13528         * modules/imaxabs: New file.
13529
13530         * modules/imaxdiv: New file.
13531
13532 2006-08-26  Bruno Haible  <bruno@clisp.org>
13533
13534         * m4/inttypes.m4: New file.
13535         * m4/_inttypes_h.m4: Remove file.
13536         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
13537         PRI_MACROS_BROKEN.
13538         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
13539
13540         * m4/imaxabs.m4: New file.
13541
13542         * m4/imaxdiv.m4: New file.
13543
13544 2006-08-26  Bruno Haible  <bruno@clisp.org>
13545
13546         * lib/inttypes_.h: New file.
13547         * lib/inttypes.h: Remove file.
13548         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
13549
13550         * lib/imaxabs.c: New file.
13551
13552         * lib/imaxdiv.c: New file.
13553
13554 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13555
13556         New config-h module, so that "make" output needn't be cluttered
13557         by -DHAVE_CONFIG_H.
13558         * MODULES.html.sh (Support for building libraries and executables):
13559         Add config-h.
13560         * modules/config-h: New file.
13561         * gnulib-tool (nl, sed_transform_lib_file): New vars.
13562         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
13563         the config-h module is used.
13564
13565         New configmake module, so that "make" output needn't be cluttered
13566         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
13567         * MODULES.html.sh (Support for building libraries and executables):
13568         Add configmake.
13569         * modules/configmake: New file.
13570
13571 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13572
13573         * m4/config-h.m4: New file.
13574
13575 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13576
13577         * config/srclist.txt: Add elisp-comp.
13578
13579 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13580
13581         * MODULES.html.sh (Support for building libraries and executables):
13582         Add elisp-comp.
13583         * build-aux/elisp-comp: New file.
13584         * modules/elisp-comp: New file.
13585
13586 2006-08-24  Bruno Haible  <bruno@clisp.org>
13587
13588         * gnulib-tool (func_create_testdir): Use non-default values of
13589         sourcebase and m4base.
13590
13591 2006-08-24  Bruno Haible  <bruno@clisp.org>
13592
13593         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
13594         HTML structure.
13595
13596 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13597
13598         * modules/openat (Depends-on): Add lchown.
13599
13600 2006-08-23  Bruno Haible  <bruno@clisp.org>
13601
13602         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
13603         of gl_LOCK_EARLY instead of gl_LOCK.
13604
13605 2006-08-23  Bruno Haible  <bruno@clisp.org>
13606
13607         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
13608         on OSF/1 to no.
13609         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
13610
13611 2006-08-23  Bruno Haible  <bruno@clisp.org>
13612
13613         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
13614         as unusable.
13615
13616         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
13617         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
13618         (gl_LOCK): New macro.
13619
13620 2006-08-22  Simon Josefsson  <jas@extundo.com>
13621
13622         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
13623         to md5 module.
13624
13625 2006-08-22  Simon Josefsson  <jas@extundo.com>
13626
13627         * MODULES.html.sh: Add "Support for maintaining and release
13628         projects".
13629
13630         * build-aux/gnupload: New file, from coreutils.
13631
13632 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
13633
13634         Avoid the need for AC_LIBSOURCES in m4 macros.
13635         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
13636         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
13637         * modules/check-version (EXTRA_DIST): Add check-version.h.
13638         * modules/crc (EXTRA_DIST): Add crc.h.
13639         * modules/des (EXTRA_DIST): Add des.h.
13640         * modules/gc (EXTRA_DIST): Add gc.h.
13641         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
13642         * modules/getline (EXTRA_DIST): Add getline.h.
13643         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
13644         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
13645         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
13646         * modules/md2 (EXTRA_DIST): Add md2.h.
13647         * modules/md4 (EXTRA_DIST): Add md4.h.
13648         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
13649         * modules/read-file (EXTRA_DIST): Add read-file.h.
13650         * modules/readline (EXTRA_DIST): Add readline.h.
13651         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
13652         rijndael-api-fst.h.
13653
13654 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
13655
13656         * m4/rijndael.m4 (gl_ARCFOUR):
13657         * m4/arctwo.m4 (gl_ARCTWO):
13658         * m4/check-version.m4 (gl_CHECK_VERSION):
13659         * m4/crc.m4 (gl_CRC):
13660         * m4/des.m4 (gl_DES):
13661         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
13662         * m4/gc.m4 (gl_GC):
13663         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
13664         * m4/getline.m4 (gl_FUNC_GETLINE):
13665         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
13666         * m4/hmac-md5.m4 (gl_HMAC_MD5):
13667         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
13668         * m4/md2.m4 (gl_MD2):
13669         * m4/md4.m4 (gl_MD4):
13670         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
13671         * m4/read-file.m4 (gl_FUNC_READ_FILE):
13672         * m4/readline.m4 (gl_FUNC_READLINE):
13673         * m4/rijndael.m4 (gl_RIJNDAEL):
13674         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
13675         to get the necessary .h files and whatnot.
13676
13677 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
13678
13679         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
13680         gnulib rather than the other way around.
13681         * config/srclistvars.sh (COREUTILS): Remove.
13682
13683 2006-08-22  Jim Meyering  <jim@meyering.net>
13684
13685         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
13686
13687         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
13688
13689 2006-08-22  Eric Blake  <ebb9@byu.net>
13690
13691         * modules/regexprops-generic: New file.
13692         * MODULES.html.sh (Support for building documentation): List it.
13693
13694 2006-08-22  Eric Blake  <ebb9@byu.net>
13695
13696         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
13697         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
13698         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
13699         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
13700
13701 2006-08-22  Bruno Haible  <bruno@clisp.org>
13702
13703         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
13704         and lib_LTLIBRARIES like the other lib_* variables.
13705
13706 2006-08-22  Bruno Haible  <bruno@clisp.org>
13707
13708         * build-aux/x-to-1.in: New file, from GNU gettext.
13709
13710 2006-08-22  Bruno Haible  <bruno@clisp.org>
13711
13712         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
13713         <utmpx.h> exists.
13714
13715 2006-08-22  Bruno Haible  <bruno@clisp.org>
13716
13717         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
13718         <utmpx.h> exists.
13719
13720 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
13721
13722         BeOS portability.
13723         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
13724         exist.
13725         Problem reported by Bruno Haible.
13726
13727 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
13728
13729         Avoid the need for AC_LIBSOURCES in m4 macros.
13730         * modules/acl (EXTRA_DIST): Add acl.h.
13731         * modules/argmatch (Files): Add m4/argmatch.m4.
13732         (configure.ac): Add gl_ARGMATCH.
13733         (EXTRA_DIST): Renamed from lib_SOURCES, for
13734         consistency with the other modules.  Remove argmatch.c.
13735         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
13736         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
13737         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
13738         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
13739         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
13740         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
13741         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
13742         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
13743         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
13744         * modules/closeout (EXTRA_DIST): Add closeout.h.
13745         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
13746         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
13747         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
13748         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
13749         dirname.h; remove basename.c and stripslash.c.
13750         * modules/exclude (EXTRA_DIST): Add exclude.h.
13751         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
13752         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
13753         * modules/file-type (EXTRA_DIST): Add file-type.h.
13754         * modules/filemode (EXTRA_DIST): Add filemode.h.
13755         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
13756         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
13757         * modules/fpending (EXTRA_DIST): Add __fpending.h.
13758         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
13759         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
13760         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
13761         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
13762         * modules/getdate (EXTRA_DIST): Add getdate.c.
13763         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
13764         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
13765         * modules/getpass (EXTRA_DIST): Add getpass.h.
13766         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
13767         * modules/group-member (EXTRA_DIST): Add group-member.h.
13768         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
13769         * modules/hash (EXTRA_DIST): Add hash.h.
13770         * modules/human (EXTRA_DIST): Add human.h.
13771         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
13772         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
13773         * modules/lchown (EXTRA_DIST): Add lchown.h.
13774         * modules/long-options (EXTRA_DIST): Add long-options.h.
13775         * modules/lstat (EXTRA_DIST): Add lstat.h.
13776         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
13777         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
13778         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
13779         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
13780         * modules/memxor (EXTRA_DIST): Add memxor.h.
13781         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
13782         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
13783         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
13784         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
13785         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
13786         * modules/physmem (EXTRA_DIST): Add physmem.h.
13787         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
13788         * modules/posixver (EXTRA_DIST): Add posixver.h.
13789         * modules/quote (EXTRA_DIST): Add quote.h.
13790         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
13791         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
13792         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
13793         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
13794         regex_internal.h regexec.c.
13795         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
13796         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
13797         * modules/same (EXTRA_DIST): Add same.h.
13798         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
13799         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
13800         * modules/savedir (EXTRA_DIST): Add savedir.h.
13801         * modules/sha1 (EXTRA_DIST): Add sha1.h.
13802         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
13803         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
13804         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
13805         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
13806         * modules/strdup (EXTRA_DIST): Add strdup.h.
13807         * modules/strftime (EXTRA_DIST): Add strftime.h.
13808         * modules/strndup (EXTRA_DIST): Add strndup.h.
13809         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
13810         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
13811         * modules/time_r (EXTRA_DIST): Add time_r.h.
13812         * modules/timespec (EXTRA_DIST): Add timespec.h.
13813         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
13814         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
13815         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
13816         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
13817         * modules/userspec (EXTRA_DIST): Add userspec.h.
13818         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
13819         * modules/utimens (EXTRA_DIST): Add utimens.h.
13820         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
13821         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
13822         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
13823         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
13824         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
13825         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
13826         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
13827         * modules/yesno (EXTRA_DIST): Add yesno.h.
13828
13829 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
13830
13831         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
13832
13833         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
13834         * m4/dev-ino.m4, same-inode.m4: Remove.
13835
13836         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
13837         * m4/acl.m4 (AC_FUNC_ACL):
13838         * m4/backupfile.m4 (gl_BACKUPFILE):
13839         * m4/c-strtod.m4 (gl_C99_STRTOLD):
13840         * m4/canon-host.m4 (gl_CANON_HOST):
13841         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
13842         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
13843         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
13844         * m4/cloexec.m4 (gl_CLOEXEC):
13845         * m4/close-stream.m4 (gl_CLOSE_STREAM):
13846         * m4/closeout.m4 (gl_CLOSEOUT):
13847         * m4/dirfd.m4 (gl_FUNC_DIRFD):
13848         * m4/dirname.m4 (gl_DIRNAME):
13849         * m4/exclude.m4 (gl_EXCLUDE):
13850         * m4/exitfail.m4 (gl_EXITFAIL):
13851         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
13852         * m4/file-type.m4 (gl_FILE_TYPE):
13853         * m4/filemode.m4 (gl_FILEMODE):
13854         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
13855         * m4/fpending.m4 (gl_FUNC_FPENDING):
13856         * m4/fprintftime.m4 (gl_FPRINTFTIME):
13857         * m4/fts.m4 (gl_FUNC_FTS):
13858         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
13859         * m4/getdate.m4 (gl_GETDATE):
13860         * m4/gethrxtime.m4 (gl_GETHRXTIME):
13861         * m4/getpagesize.m4 (gl_GETPAGESIZE):
13862         * m4/getpass.m4 (gl_FUNC_GETPASS):
13863         * m4/gettime.m4 (gl_GETTIME):
13864         * m4/getugroups.m4 (gl_GETUGROUPS):
13865         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
13866         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
13867         * m4/hard-locale.m4 (gl_HARD_LOCALE):
13868         * m4/hash.m4 (gl_HASH):
13869         * m4/idcache.m4 (gl_IDCACHE):
13870         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
13871         * m4/lchown.m4 (gl_FUNC_LCHOWN):
13872         * m4/long-options.m4 (gl_LONG_OPTIONS):
13873         * m4/lstat.m4 (gl_FUNC_LSTAT):
13874         * m4/md5.m4 (gl_MD5):
13875         * m4/memcasecmp.m4 (gl_MEMCASECMP):
13876         * m4/memcoll.m4 (gl_MEMCOLL):
13877         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
13878         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
13879         * m4/memxor.m4 (gl_MEMXOR):
13880         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
13881         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
13882         * m4/modechange.m4 (gl_MODECHANGE):
13883         * m4/mountlist.m4 (gl_MOUNTLIST):
13884         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
13885         * m4/openat.m4 (gl_FUNC_OPENAT):
13886         * m4/pathmax.m4 (gl_PATHMAX):
13887         * m4/physmem.m4 (gl_PHYSMEM):
13888         * m4/posixtm.m4 (gl_POSIXTM):
13889         * m4/posixver.m4 (gl_POSIXVER):
13890         * m4/quote.m4 (gl_QUOTE):
13891         * m4/quotearg.m4 (gl_QUOTEARG):
13892         * m4/readtokens.m4 (gl_READTOKENS):
13893         * m4/readutmp.m4 (gl_READUTMP):
13894         * m4/regex.m4 (gl_REGEX):
13895         * m4/safe-read.m4 (gl_SAFE_READ):
13896         * m4/safe-write.m4 (gl_SAFE_WRITE):
13897         * m4/same.m4 (gl_SAME):
13898         * m4/save-cwd.m4 (gl_SAVE_CWD):
13899         * m4/savedir.m4 (gl_SAVEDIR):
13900         * m4/settime.m4 (gl_SETTIME):
13901         * m4/sha1.m4 (gl_SHA1):
13902         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
13903         * m4/stat-macros.m4 (gl_STAT_MACROS):
13904         * m4/stat-time.m4 (gl_STAT_TIME):
13905         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
13906         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
13907         * m4/strdup.m4 (gl_FUNC_STRDUP):
13908         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
13909         * m4/strndup.m4 (gl_FUNC_STRNDUP):
13910         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
13911         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
13912         * m4/time_r.m4 (gl_TIME_R):
13913         * m4/timespec.m4 (gl_TIMESPEC):
13914         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
13915         * m4/unlinkdir.m4 (gl_UNLINKDIR):
13916         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
13917         * m4/userspec.m4 (gl_USERSPEC):
13918         * m4/utimecmp.m4 (gl_UTIMECMP):
13919         * m4/utimens.m4 (gl_UTIMENS):
13920         * m4/xalloc.m4 (gl_XALLOC):
13921         * m4/xgetcwd.m4 (gl_XGETCWD):
13922         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
13923         * m4/xreadlink.m4 (gl_XREADLINK):
13924         * m4/xstrtod.m4 (gl_XSTRTOD):
13925         * m4/yesno.m4 (gl_YESNO):
13926         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
13927         to get the necessary .h files and whatnot.
13928
13929 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
13930             Bruno Haible  <bruno@clisp.org>
13931
13932         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
13933         /bin/sh understanding of '!' conditional negation.
13934
13935 2006-08-21  Jim Meyering  <jim@meyering.net>
13936
13937         * modules/openat (Depends-on): Really alphabetize.
13938
13939         * modules/acl (Depends-on): Add error and quote.
13940
13941         * check-module (find_included_lib_files): Add at-func.c to the
13942         ok-to-include-more-than-once white list.
13943
13944         * modules/openat (Depends-on): Add lstat.  Alphabetize.
13945
13946 2006-08-21  Bruno Haible  <bruno@clisp.org>
13947
13948         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13949         Emit a pkgdata_DATA variable only if some snippets add contents to it.
13950         Reported by Martin Lambers <marlam@marlam.de>.
13951
13952 2006-08-21  Bruno Haible  <bruno@clisp.org>
13953
13954         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
13955         specify an installation location, don't emit a noinst_LIBRARIES or
13956         noinst_LTLIBRARIES assignment.
13957
13958 2006-08-21  Bruno Haible  <bruno@clisp.org>
13959
13960         BeOS portability.
13961         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
13962         BeOS has mbrtowc() but no <wctype.h>.
13963
13964 2006-08-21  Bruno Haible  <bruno@clisp.org>
13965
13966         BeOS portability.
13967         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
13968         exist.
13969
13970 2006-08-21  Bruno Haible  <bruno@clisp.org>
13971
13972         BeOS portability.
13973         * lib/mbchar.h: Include <wctype.h> only if it exists.
13974
13975 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13976
13977         Remove files that are no longer needed by their respective modules.
13978         * m4/obstack.m4: Remove.
13979         * m4/strerror_r.m4: Remove.
13980         * m4/uint32_t.m4: Remove.
13981         * m4/uintptr_t.m4: Remove.
13982         * m4/ullong_max.m4: Remove.
13983         * m4/xstrtoimax.m4: Remove.
13984         * m4/xstrtoumax.m4: Remove.
13985
13986         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
13987         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
13988         dependencies now capture this.
13989
13990         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
13991         Do not use AC_LIBSOURCES, since gnulib modules now do this.
13992         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
13993         * m4/human.m4 (gl_HUMAN): Likewise.
13994         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
13995         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
13996
13997         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
13998
13999         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
14000         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
14001         stdint.
14002         * m4/human.m4 (gl_HUMAN): Likewise.
14003         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
14004         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
14005         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
14006         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
14007         * m4/xstrtol (gl_XSTRTOL): Likewise.
14008
14009         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
14010         AC_TYPE_LONG_LONG_INT.
14011         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
14012         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
14013         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
14014         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
14015
14016         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
14017         on stdbool.
14018
14019         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
14020         (gl_PREREQ_XSTRTOUL): Remove.
14021
14022         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
14023
14024         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
14025         mode.
14026
14027 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14028
14029         Add and change modules to make it easier for coreutils to use
14030         gnulib-tool.
14031         * modules/backupfile (Files): Remove m4/d-ino.m4.
14032         (Depends-on): Add d-ino.
14033         * modules/cycle-check (Depends-on): Add stdint.
14034         (lib_SOURCES): Add cycle-check.h.
14035         * modules/d-ino: New module.
14036         * modules/d-type: New module.
14037         * modules/error (Files): Remove m4/strerror_r.m4.
14038         * modules/filemode (Files): Add m4/st_dm_mode.m4.
14039         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
14040         m4/inttypes_h.m4, m4/uintmax_t.m4.
14041         (Depends-on): Add stdint.
14042         (lib_SOURCES): Add fsusage.h.
14043         * modules/getcwd (Files): Remove d-ino.m4.
14044         (Depends-on): Add d-ino.
14045         * modules/getndelim2 (Depends-on): Add stdint.
14046         * modules/glob (Files): Remove m4/d-type.m4.
14047         (Depends-on): Add d-type.
14048         * modules/host-os: New module.
14049         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
14050         m4/inttypes_h.m4, m4/uintmax_t.m4.
14051         * Depends-on: Add stdint.
14052         (lib_SOURCES): Add human.h.
14053         * modules/inttostr (Files): Remove m4/intmax_t.m4,
14054         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
14055         m4/uintmax_t.m4, m4/ulonglong.m4.
14056         (Depends-on): Add stdint.
14057         (EXTRA_DIST): Add inttostr.h.
14058         * modules/lchmod: New module.
14059         * modules/link-follow: New module.
14060         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
14061         (Depends-on): Add lchmod.
14062         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
14063         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
14064         (Depends-on): Add stdint.
14065         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
14066         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
14067         (Depends-on): Add stdint.
14068         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
14069         * modules/perl: New module.
14070         * modules/regex (Depends-on): Add stdint.
14071         * modules/rmdir-errno: New module.
14072         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
14073         m4/intmax_t.m4.
14074         (Depends-on): Add stdint.
14075         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
14076         m4/uintmax_t.m4.
14077         (Depends-on): Add stdint.
14078         * modules/unlink-busy: New module.
14079         * modules/utimecmp (Depends-on): Add stdint.
14080         * modules/uptime: New module.
14081         * modules/winsz-ioctl: New module.
14082         * modules/winsz-termios: New module.
14083         * modules/xnanosleep (Depends-on): Add nanosleep.
14084         * modules/ullong_max: Remove.
14085         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
14086         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
14087         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
14088         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
14089         (Depends-on): Add inttypes.
14090         (lib_SOURCES): Add xstrtol.h.
14091         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
14092         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
14093         * MODULES.html.sh: Move 'assert' into the assert section.
14094         Move 'dummy' into the linking section.
14095         Remove ullong_max.
14096         Add section for compatibility checks for POSIX:2001 functions,
14097         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
14098         winsz-ioctl, and winsz-termios into it.
14099         Add lchmod.
14100         Add top-level Misc section and put host-os, perl, and uptime
14101         into it.
14102
14103 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14104
14105         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
14106         now assume the stdint module.  Do not include inttypes.h.
14107         * lib/fsusage.h: Likewise.
14108         * lib/getndelim2.c: Likewise.
14109         * lib/human.h: Likewise.
14110         * lib/inttostr.h: Likewise.
14111         * lib/obstack.c: Likewise.
14112         * lib/regex_internal.h: Likewise.
14113         * lib/tempname.c: Likewise.
14114         * lib/utimecmp.c: Likewise.
14115         * lib/xstrtol.h: Likewise.
14116
14117         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
14118
14119         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
14120         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
14121         * lib/xtime.h: Likewise.
14122
14123 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14124
14125         * modules/openat (Files): Add lib/fchmodat.c.
14126         Fixes problem reported by Jay Youngman.
14127
14128 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14129
14130         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
14131         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
14132
14133 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
14134             Bruno Haible  <bruno@clisp.org>
14135
14136         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
14137         and is a script that invokes bison. Tighten the code. Add comments.
14138
14139 2006-08-18  Jim Meyering  <jim@meyering.net>
14140
14141         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
14142         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
14143         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
14144         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
14145
14146 2006-08-18  Bruno Haible  <bruno@clisp.org>
14147
14148         * modules/bison-i18n: New file.
14149         * MODULES.html.sh (Internationalization functions): Add it.
14150
14151 2006-08-18  Bruno Haible  <bruno@clisp.org>
14152
14153         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
14154         sys/statvfs.h. When getmntinfo was found, check its declaration and
14155         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
14156
14157 2006-08-18  Bruno Haible  <bruno@clisp.org>
14158
14159         * m4/bison-i18n.m4: New file, from bison.
14160
14161 2006-08-18  Bruno Haible  <bruno@clisp.org>
14162
14163         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
14164         (ME_DUMMY): Treat "kernfs" as a dummy.
14165         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
14166
14167 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14168
14169         Update from coreutils.
14170
14171         2006-08-15  Jim Meyering  <jim@meyering.net>
14172
14173         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
14174
14175         2006-01-17  Jim Meyering  <jim@meyering.net>
14176
14177         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
14178
14179         2006-01-11  Jim Meyering  <jim@meyering.net>
14180
14181         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
14182         Check for the lchmod function.
14183
14184 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14185
14186         Update from coreutils.
14187
14188         * lib/__fpending.h: Add copyright notice.
14189         * lib/fprintftime.h: Likewise.
14190         * lib/savedir.c: Use (C) in copyright notice.
14191         * lib/savedir.h: Likewise.
14192
14193         2006-08-15  Jim Meyering  <jim@meyering.net>
14194
14195         * lib/at-func.c: New file, with the logic of all emulated at-functions.
14196         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
14197         in support of the EXPECTED_ERRNO macro.
14198         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
14199         definitions.  Instead, define the appropriate symbols and include
14200         "at-func.c".
14201         * lib/mkdirat.c (mkdirat): Likewise.
14202         * lib/fchmodat.c (fchmodat): Likewise.
14203         (ENOSYS): Remove definition.
14204         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
14205         it.  Don't include "unistd--.h" -- it wasn't ever used.
14206
14207         2006-01-17  Jim Meyering  <jim@meyering.net>
14208
14209         Rewrite fts.c not to change the current working directory,
14210         by using openat, fstatat, fdopendir, etc..
14211
14212         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
14213         (HAVE_OPENAT_SUPPORT): Define.
14214         [_LIBC] (fchdir): Don't undef or define; no longer used.
14215         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
14216         Now, this `function' always succeeds, and consumes its file descriptor
14217         parameter -- so callers must not close such FDs.  Update callers.
14218         (diropen_fd, opendirat, cwd_advance_fd): New functions.
14219         (diropen): Add parameter, SP.  Adjust all callers.
14220         Implement using diropen_fd, rather than open.
14221         (fts_open): Initialize new member, fts_cwd_fd.
14222         Remove fts_rft-setting code.
14223         (fts_close): Close fts_cwd_fd, if necessary.
14224         (__opendir2): Define in terms of opendir or opendirat,
14225         depending on whether the FST_NOCHDIR flag is set.
14226         (fts_build): Since fts_safe_changedir consumes its FD, and since
14227         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
14228         and close the dup'd file descriptor upon failure.
14229         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
14230         (fts_safe_changedir): Tweak semantics to reflect that this function
14231         now calls cwd_advance_fd and hence consumes its FD argument.
14232         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
14233         [struct FTS] (fts_rft): Remove now-unused member.
14234         [struct FTS] (fts_cycle.state): Improve comment.
14235
14236         * lib/openat.c (openat_needs_fchdir): New function.
14237         * lib/openat.h (openat_needs_fchdir): Declare it.
14238
14239 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
14240
14241         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
14242         Problem and fix reported by Pádraig Brady in
14243         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
14244
14245 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14246
14247         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
14248
14249 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14250
14251         * lib/memcoll.c (memcoll): Optimize for the common case where the
14252         arguments are bytewise equal.
14253
14254 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14255
14256         * doc/regexprops-generic.texi: Add a copyright notice.
14257
14258 2006-08-15  Bruno Haible  <bruno@clisp.org>
14259
14260         * modules/tmpdir (License): Change to LGPL.
14261
14262 2006-08-15  Bruno Haible  <bruno@clisp.org>
14263
14264         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
14265         module.
14266
14267 2006-08-14  Simon Josefsson  <jas@extundo.com>
14268
14269         * config/srclist.txt: Add gnupload.
14270
14271 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14272
14273         Change copyright notice from LGPL 2 to GPL 2, since that's the
14274         standard form used in the gnulib repository.
14275         * tests/test-lock.c: Likewise.
14276         * tests/test-stdint.c: Likewise.
14277         * tests/test-tls.c: Likewise.
14278
14279         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
14280         prelude-manager.  User shorter URLs for GNU projects, without '?'.
14281         Add copyright notice.
14282
14283         * check-module: Add copyright notice.  Output a copyright
14284         notice if "--version" is specified.
14285         * modules/COPYING: New file.
14286         * tests/test-getaddrinfo.c: Add copyright notice.
14287         * tests/test-verify.c: Likewise.
14288
14289 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14290
14291         Change copyright notice from LGPL 2 to GPL 2, since that's the
14292         standard form used in the gnulib repository.
14293         * lib/lock.c: LGPL -> GPL.
14294         * lib/lock.h: Likewise.
14295         * lib/strnlen1.c: Likewise.
14296         * lib/strnlen1.h: Likewise.
14297         * lib/tls.c: Likewise.
14298         * lib/tls.h: Likewise.
14299         * lib/tmpdir.c: Likewise.
14300
14301         * lib/TODO: Remove; this belongs only in coreutils.
14302
14303 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14304
14305         Add copyright notices to long-enough files that lack them, since
14306         otherwise the files aren't clearly free.  Use the same notice that
14307         getdate.texi already uses.
14308         * doc/alloca-opt.texi: Add copyright notice.
14309         * doc/alloca.texi: Likewise.
14310         * doc/ctime.texi: Likewise.
14311         * doc/functions.texi: Likewise.
14312         * doc/gcd.texi: Likewise.
14313         * doc/gnulib-tool.texi: Likewise.
14314         * doc/inet_ntoa.texi: Likewise.
14315         * doc/visibility.texi: Likewise.
14316
14317         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
14318         * doc/quote.texi: Add copyright notice.
14319
14320         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
14321         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
14322         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
14323         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
14324         is now obsolete, and give a pointer to the Sun list.
14325         Add copyright notice.
14326
14327 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14328
14329         * config/srclistvars.sh: Add copyright notice.
14330
14331 2006-08-14  Eric Blake  <ebb9@byu.net>
14332
14333         Import the following change from libc:
14334
14335         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
14336
14337         Upstream bug 2997.
14338         * lib/misc/error.c: Add space between program name and message if file
14339         name is missing.
14340
14341 2006-08-12  Karl Berry  <karl@gnu.org>
14342
14343         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
14344         remove, these originate in gnulib now.
14345
14346 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14347
14348         * doc/Makefile (standards.info standards.html standards.dvi):
14349         Also depend on make-stds.texi.
14350
14351 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14352
14353         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
14354         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
14355
14356         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
14357         in wchar_t.  Problem reported by Eric Blake.
14358
14359         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
14360         LEN is smaller than SIZE.  Suggested by Bruno Haible.
14361         Also, help the compiler to keep LEN in a register.
14362
14363 2006-08-11  Eric Blake  <ebb9@byu.net>
14364
14365         * users.txt: Sort.  Add tar.
14366
14367 2006-08-11  Bruno Haible  <bruno@clisp.org>
14368
14369         * users.txt: New file.
14370
14371 2006-08-11  Bruno Haible  <bruno@clisp.org>
14372
14373         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
14374         before <wchar.h>. Needed for OSF/1 and BSD/OS.
14375
14376 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
14377
14378         * modules/snprintf (Depends-on): Remove minmax.
14379         (Maintainer): Add self and Bruno.
14380
14381 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
14382
14383         * lib/.cppi-disable: Add snprintf.h, socket_.h.
14384         * lib/snprintf.c: Include <errno.h> and <limits.h>.
14385         (EOVERFLOW): Define if the system does not.
14386         Do not include "minmax.h"; it wasn't used.
14387         (snprintf): Don't assume size_t promotes to an unsigned type.
14388         Fix bug when generated string was too long for the buffer: the
14389         buffer's contents are supposed to be the initial prefix of the
14390         output.  Don't assume vasnprintf returns EOVERFLOW if the size
14391         exceeds INT_MAX; do the check ourselves.
14392
14393         Import the following changes from libc:
14394
14395         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
14396
14397         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
14398         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
14399         set wc to the byte which couldn't be converted.
14400         (re_string_reconstruct): Don't clear valid_raw_len before calling
14401         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
14402         tip_context using re_string_context_at.
14403
14404         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
14405
14406         * lib/posix/regex.h: g++ still cannot handled [restrict].
14407
14408         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
14409
14410         * lib/posix/regex.h: Remove special handling for VMS.
14411
14412 2006-08-10  Jim Meyering  <jim@meyering.net>
14413
14414         * modules/same-inode: New module.
14415         * modules/dev-ino: New module.
14416         * modules/cycle-check: Depend on these modules, rather than simply
14417         including their .h files.
14418         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
14419         required via m4/cycle-check.m4.
14420         * modules/same: Depend on new same-inode module, rather than
14421         including same-inode.h.
14422         * modules/chdir-safer: New file.
14423
14424         * modules/chown (Depends-on): Add stat-macros.
14425
14426 2006-08-10  Jim Meyering  <jim@meyering.net>
14427
14428         * m4/cycle-check.m4: New file.
14429         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
14430         * m4/dev-ino.m4, m4/same-inode.m4: New files.
14431
14432 2006-08-10  Eric Blake  <ebb9@byu.net>
14433
14434         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
14435         in from original proposal.
14436
14437 2006-08-10  Eric Blake  <ebb9@byu.net>
14438         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14439
14440         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
14441         namespace.
14442
14443 2006-08-10  Bruno Haible  <bruno@clisp.org>
14444
14445         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
14446         as well.
14447
14448 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14449
14450         Sync from coreutils.
14451
14452         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
14453
14454         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
14455         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
14456
14457 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14458
14459         * modules/restrict: Remove; no longer needed now that we assume
14460         Autoconf 2.59 or later.
14461         * MODULES.html.sh: Remove 'restrict'.
14462         * modules/argp (Depends-on): Remove 'restrict'.
14463         * modules/base64 (Depends-on): Likewise.
14464         * modules/gc (Depends-on): Likewise.
14465         * modules/getaddrinfo (Depends-on): Likewise.
14466         * modules/glob (Depends-on): Likewise.
14467         * modules/inet_ntop (Depends-on): Likewise.
14468         * modules/inet_pton (Depends-on): Likewise.
14469         * modules/memxor (Depends-on): Likewise.
14470         * modules/regex (Depends-on): Likewise.
14471         * modules/strtok_r (Depends-on): Likewise.
14472         * modules/time_r (Depends-on): Likewise.
14473
14474 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14475
14476         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
14477         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
14478         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
14479         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
14480         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
14481         * m4/memxor.m4 (gl_MEMXOR): Likewise.
14482         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
14483         gl_C_RESTRICT replaced by AC_C_RESTRICT.
14484
14485         Merge from coreutils.
14486         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
14487         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
14488         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
14489         * m4/time_r.m4 (gl_TIME_R): Likewise.
14490
14491 2006-08-09  Karl Berry  <karl@gnu.org>
14492
14493         * config/srclist.txt: no more gettext-tools, per Bruno.
14494
14495 2006-08-08  Eric Blake  <ebb9@byu.net>
14496
14497         * modules/verror: New module.
14498         * MODULES.html.sh: Document it.
14499
14500 2006-08-08  Eric Blake  <ebb9@byu.net>
14501
14502         * lib/verror.h, lib/verror.c: New files.
14503
14504 2006-08-08  Eric Blake  <ebb9@byu.net>
14505
14506         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
14507         verror_at_line output complies with GNU Coding Standards even when
14508         file is NULL.
14509
14510 2006-08-07  Bruno Haible  <bruno@clisp.org>
14511
14512         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
14513         versions of AIX.
14514         Reported by Ralf Wildenhues.
14515
14516 2006-08-07  Bruno Haible  <bruno@clisp.org>
14517
14518         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
14519         in an AC_DEFUN. Needed so that the autoconf snippets can use
14520         AC_REQUIRE.
14521
14522 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14523
14524         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14525         Initialize pkgdata_DATA.
14526         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
14527         overriding it.
14528
14529 2006-08-06  Eric Blake  <ebb9@byu.net>
14530
14531         * lib/error.h: Fold in some upstream changes from glibc.
14532         * lib/error.c: Likewise.
14533
14534 2006-08-04  Bruno Haible  <bruno@clisp.org>
14535
14536         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14537         Make the mostlyclean-local rule depend on mostlyclean-generic.
14538         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
14539
14540 2006-07-31  Bruno Haible  <bruno@clisp.org>
14541
14542         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
14543         <stdlib.h>, <string.h>.
14544
14545 2006-07-30  Bruno Haible  <bruno@clisp.org>
14546
14547         * modules/readlink (License): Change to LGPL.
14548
14549 2006-07-30  Bruno Haible  <bruno@clisp.org>
14550
14551         * modules/javaversion (Makefile.am): Distribute javaversion.java and
14552         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
14553         set PKGDATADIR to point to it.
14554
14555 2006-07-30  Bruno Haible  <bruno@clisp.org>
14556
14557         * modules/csharpexec (configure.ac): Comment out macro invocation.
14558         * modules/javaexec (configure.ac): Likewise.
14559         * modules/javacomp-script (configure.ac): Likewise.
14560
14561         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
14562
14563 2006-07-30  Bruno Haible  <bruno@clisp.org>
14564
14565         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
14566         linked-list.
14567
14568 2006-07-30  Bruno Haible  <bruno@clisp.org>
14569
14570         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
14571
14572 2006-07-30  Bruno Haible  <bruno@clisp.org>
14573
14574         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14575         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
14576         get removed.
14577
14578 2006-07-29  Bruno Haible  <bruno@clisp.org>
14579
14580         Make it possible for gnulib-tool to work with locally modified or
14581         augmented gnulib repositories.
14582         * gnulib-tool (func_usage): Document --local-dir option.
14583         (local_gnulib_dir): New variable.
14584         Handle --local-dir option.
14585         (func_lookup_file): New function.
14586         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
14587         (func_get_description, func_get_filelist, func_get_description,
14588         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
14589         func_get_automake_snippet, func_get_include_directive,
14590         func_get_license, func_get_maintainer): Use func_lookup_file.
14591         (func_import, func_create_testdir): Use func_lookup_file.
14592
14593 2006-07-29  Bruno Haible  <bruno@clisp.org>
14594
14595         * modules/setenv (Depends-on): Add unistd.
14596
14597 2006-07-29  Bruno Haible  <bruno@clisp.org>
14598
14599         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
14600
14601 2006-07-29  Bruno Haible  <bruno@clisp.org>
14602
14603         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
14604
14605 2006-07-29  Bruno Haible  <bruno@clisp.org>
14606
14607         * gnulib-tool (import, update): If there is no Makefile.am, look at
14608         aclocal.m4, instead of bailing out.
14609
14610 2006-07-29  Bruno Haible  <bruno@clisp.org>
14611
14612         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
14613         Categorize the options by when they are useful.
14614
14615 2006-07-29  Bruno Haible  <bruno@clisp.org>
14616
14617         * gnulib-tool (func_usage): Document option --no-libtool.
14618         Handle option --no-libtool.
14619         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
14620         for changed semantics of $libtool variable.
14621         (func_import): Likewise. If libtool is not used, show this through
14622         an option --no-libtool.
14623         (func_create_testdir): Update.
14624
14625 2006-07-29  Bruno Haible  <bruno@clisp.org>
14626
14627         * gnulib-tool (func_import): Extend error message about missing
14628         --doc-base.
14629
14630 2006-07-29  Bruno Haible  <bruno@clisp.org>
14631
14632         * gnulib-tool (func_import): Don't create the $docbase directory if
14633         there is no file to store there.
14634
14635 2006-07-29  Bruno Haible  <bruno@clisp.org>
14636
14637         * gnulib-tool (autoconf_minversion): If a --dir option is given and
14638         relevant, look for configure.ac there, not in the current directory.
14639         Also use a simple search for AC_PREREQ, not "autoconf --trace".
14640
14641 2006-07-29  Bruno Haible  <bruno@clisp.org>
14642
14643         * gnulib-tool (SORT): New variable.
14644         (func_usage): Undocument --assume-autoconf option.
14645         Remove --assume-autoconf option handling.
14646         (autoconf_minversion): Determine from the contents of configure.ac.
14647         (func_import): Remove autoconf_minversion handling.
14648         Suggested by Eric Blake.
14649
14650 2006-07-29  Bruno Haible  <bruno@clisp.org>
14651
14652         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
14653
14654 2006-07-29  Bruno Haible  <bruno@clisp.org>
14655
14656         * config/srclist.txt (*setenv.[ch]): Remove rules.
14657
14658 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14659
14660         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
14661
14662 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14663
14664         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
14665         arpa/inet.h.
14666
14667 2006-07-28  Simon Josefsson  <jas@extundo.com>
14668
14669         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
14670         * modules/inet_pton (Depends-on): Likewise.
14671
14672 2006-07-28  Simon Josefsson  <jas@extundo.com>
14673
14674         * m4/netinet_in_h.m4: New file.
14675
14676 2006-07-28  Simon Josefsson  <jas@extundo.com>
14677
14678         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
14679         #include's.
14680
14681 2006-07-28  Simon Josefsson  <jas@extundo.com>
14682
14683         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
14684         #include's.
14685
14686 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
14687
14688         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
14689         setgid on directories only if they set these bits.
14690         * lib/modechange.h: Remove obsolete comment about masks.
14691
14692 2006-07-28  Eric Blake  <ebb9@byu.net>
14693
14694         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
14695         macro expansion.
14696
14697 2006-07-28  Bruno Haible  <bruno@clisp.org>
14698
14699         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
14700
14701 2006-07-28  Bruno Haible  <bruno@clisp.org>
14702
14703         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
14704
14705 2006-07-28  Bruno Haible  <bruno@clisp.org>
14706
14707         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
14708         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
14709         Define fallbacks.
14710         Avoids link error on FreeBSD 4.x.
14711         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14712
14713         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
14714         encoding.
14715         * lib/mbswidth.c (iswcntrl): Likewise.
14716
14717 2006-07-27  Bruno Haible  <bruno@clisp.org>
14718
14719         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
14720         test.
14721
14722 2006-07-27  Bruno Haible  <bruno@clisp.org>
14723
14724         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
14725         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
14726         defined.
14727
14728 2006-07-26  Eric Blake  <ebb9@byu.net>
14729
14730         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
14731
14732 2006-07-26  Eric Blake  <ebb9@byu.net>
14733
14734         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
14735         like mingw that lack mkstemp.
14736         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
14737         avoid compilation warning on mingw.
14738
14739 2006-07-26  Bruno Haible  <bruno@clisp.org>
14740
14741         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
14742         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
14743         INT_FAST*_MIN, INTPTR_MIN.
14744
14745 2006-07-25  Bruno Haible  <bruno@clisp.org>
14746
14747         * modules/version-etc (Depends-on): Add stdarg.
14748
14749 2006-07-25  Bruno Haible  <bruno@clisp.org>
14750
14751         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
14752         complex commands.
14753
14754 2006-07-25  Bruno Haible  <bruno@clisp.org>
14755
14756         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
14757         defined in <stdarg.h> or config.h.
14758
14759 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
14760
14761         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
14762         (gl_STDIO_SAFER): Remove.
14763
14764 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
14765
14766         * MODULES.html.sh (File stream based Input/Output):
14767         Add fopen-safer, tmpfile-safer; remove stdio-safer.
14768         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
14769         * modules/fopen-safer, modules/tmpfile-safer: New files.
14770         * modules/stdio-safer: Remove.
14771
14772 2006-07-24  Bruno Haible  <bruno@clisp.org>
14773
14774         * modules/tmpdir: New file.
14775         * MODULES.html.sh (File system functions): Add it.
14776
14777 2006-07-24  Bruno Haible  <bruno@clisp.org>
14778
14779         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
14780         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
14781
14782 2006-07-24  Bruno Haible  <bruno@clisp.org>
14783
14784         * modules/clean-temp: New file.
14785
14786 2006-07-24  Bruno Haible  <bruno@clisp.org>
14787
14788         * m4/tmpdir.m4: New file, from GNU gettext.
14789
14790 2006-07-24  Bruno Haible  <bruno@clisp.org>
14791
14792         * lib/tmpdir.h: New file, from GNU gettext.
14793         * lib/tmpdir.c: New file, from GNU gettext.
14794
14795 2006-07-24  Bruno Haible  <bruno@clisp.org>
14796
14797         * lib/clean-temp.h: New file, from GNU gettext.
14798         * lib/clean-temp.c: New file, from GNU gettext.
14799
14800 2006-07-23  Eric Blake  <ebb9@byu.net>
14801
14802         * modules/stdio-safer (Files): Add tmpfile-safer.c.
14803         (Depends-on): Add binary-io.
14804
14805 2006-07-23  Eric Blake  <ebb9@byu.net>
14806
14807         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
14808
14809 2006-07-23  Eric Blake  <ebb9@byu.net>
14810
14811         * lib/tmpfile-safer.c: New file.
14812         * lib/stdio-safer.h (fopen_safer): Add prototype.
14813         * lib/stdio--.h (tmpfile): Make safer.
14814
14815 2006-07-23  Bruno Haible  <bruno@clisp.org>
14816
14817         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
14818         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
14819         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
14820         gl_linked_remove_at): Use it.
14821
14822 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14823         and Simon Josefsson <jas@extundo.com>
14824
14825         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
14826
14827         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
14828
14829 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
14830
14831         * modules/close-stream: New file.
14832         * modules/closeout (Description): Make it clear that it exits
14833         with a diagnostic on error.
14834         (Depends-on): Add close-stream.  Remove fpending, stdbool.
14835         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
14836
14837 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
14838
14839         * m4/close-stream.m4: New file.
14840
14841 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
14842
14843         * lib/close-stream.c, lib/close-stream.h: New files.
14844
14845 2006-07-22  Bruno Haible  <bruno@clisp.org>
14846
14847         Merge from GNU gettext 0.15.
14848
14849         2006-05-01  Bruno Haible  <bruno@clisp.org>
14850
14851                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
14852
14853         2006-07-22  Bruno Haible  <bruno@clisp.org>
14854
14855                 * modules/javaversion: New file.
14856                 * MODULES.html.sh (Java): Add javaversion.
14857
14858         2006-03-12  Bruno Haible  <bruno@clisp.org>
14859
14860                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
14861
14862         2005-12-04  Bruno Haible  <bruno@clisp.org>
14863
14864                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
14865                 (untested).
14866
14867         2006-06-21  Bruno Haible  <bruno@clisp.org>
14868
14869                 Avoid warnings from recent versions of mcs.
14870                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
14871                 -o, -L, -r any more. Use options documented since mcs-1.0
14872                 instead. Similarly for -g.
14873
14874         2005-12-04  Bruno Haible  <bruno@clisp.org>
14875
14876                 * build-aux/csharpcomp.sh.in: Suffix for resources is
14877                 .resources, not .resource.
14878
14879         2005-07-09  Bruno Haible  <bruno@clisp.org>
14880
14881                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
14882                 add a .dll suffix.
14883                 Reported by Mark Junker <mjscod@gmx.de>.
14884
14885         2006-07-22  Bruno Haible  <bruno@clisp.org>
14886
14887                 * modules/gettext: Upgrade to gettext-0.15.
14888                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
14889                 m4/visibility.m4.
14890                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
14891
14892 2006-07-22  Bruno Haible  <bruno@clisp.org>
14893
14894         Merge from GNU gettext 0.15.
14895
14896         2006-03-25  Bruno Haible  <bruno@clisp.org>
14897
14898                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
14899
14900         2006-07-21  Bruno Haible  <bruno@clisp.org>
14901
14902                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
14903                 "1.1".
14904
14905         2006-05-09  Bruno Haible  <bruno@clisp.org>
14906
14907                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
14908                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
14909                 for the conftestver execution.
14910
14911         2006-05-01  Bruno Haible  <bruno@clisp.org>
14912
14913                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
14914                 optional target-version argument. Verify that the compiler
14915                 groks source of the specified source-version, or add -source
14916                 option as necessary. Verify that the compiler produces
14917                 bytecode in the specified target-version, or add -target and
14918                 -source options as necessary. Make the result of the test
14919                 available as variable CONF_JAVAC. Also log error output in
14920                 config.log.
14921
14922         2006-03-11  Bruno Haible  <bruno@clisp.org>
14923
14924                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
14925
14926         2006-05-09  Bruno Haible  <bruno@clisp.org>
14927
14928                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
14929                 CLASSPATH_SEPARATOR to a semicolon.
14930
14931         2006-03-12  Bruno Haible  <bruno@clisp.org>
14932
14933                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
14934                 available as variable CONF_JAVA, for subsequent autoconf
14935                 tests. Also log error output in config.log.
14936
14937         2006-07-19  Bruno Haible  <bruno@clisp.org>
14938
14939                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
14940                 that getline works on glibc2 systems. Needed to avoid trouble
14941                 in relocatable.c.
14942                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
14943
14944         2005-12-04  Bruno Haible  <bruno@clisp.org>
14945
14946                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
14947                 launcher (untested).
14948
14949         2005-12-04  Bruno Haible  <bruno@clisp.org>
14950
14951                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
14952
14953         2006-07-22  Bruno Haible  <bruno@clisp.org>
14954
14955                 * gettext.m4: Update from GNU gettext-0.15.
14956                 * nls.m4: Likewise.
14957                 * po.m4: Likewise.
14958                 * inttypes-pri.m4: Likewise.
14959                 * inttypes-h.m4: Renamed from inttypes.m4.
14960                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
14961
14962 2006-07-22  Bruno Haible  <bruno@clisp.org>
14963
14964         Merge from GNU gettext 0.15.
14965
14966         2005-07-05  Bruno Haible  <bruno@clisp.org>
14967
14968                 * printf-args.c (printf_fetchargs): Work around broken
14969                 definition of wint_t on mingw.
14970
14971         2005-02-12  Bruno Haible  <bruno@clisp.org>
14972
14973                 * xallocsa.h: Add extern "C" for C++.
14974
14975         2006-05-17  Bruno Haible  <bruno@clisp.org>
14976
14977                 Cygwin portability.
14978                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
14979
14980         2006-04-30  Bruno Haible  <bruno@clisp.org>
14981
14982                 * progreloc.c: Include <mach-o/dyld.h> if available.
14983                 (find_executable): Use _NSGetExecutablePath when possible.
14984
14985         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
14986
14987                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
14988                 function.
14989
14990         2005-12-29  Bruno Haible  <bruno@clisp.org>
14991
14992                 * progreloc.c (set_program_name_and_installdir): Fix
14993                 compilation error.
14994
14995         2005-12-04  Bruno Haible  <bruno@clisp.org>
14996
14997                 Cygwin portability.
14998                 * progreloc.c: Include <windows.h> also on Cygwin.
14999                 (find_executable): Add support for Cygwin.
15000                 (set_program_name_and_installdir): Handle also platforms with
15001                 nonempty EXEEXT.
15002
15003         2006-07-11  Bruno Haible  <bruno@clisp.org>
15004
15005                 * javacomp.c: Fix a comment.
15006                 Reported by Jim Meyering.
15007
15008         2006-04-30  Bruno Haible  <bruno@clisp.org>
15009
15010                 * javacomp.h (compile_java_class): Add source_version,
15011                 target_version arguments.
15012                 * javacomp.c: Rewritten to choose only a compiler that
15013                 respects the specified source_version and target_version.
15014
15015         2006-06-27  Bruno Haible  <bruno@clisp.org>
15016
15017                 Assume correct S_ISDIR macro.
15018                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
15019
15020         2006-07-22  Bruno Haible  <bruno@clisp.org>
15021
15022                 * javaversion.h: New file, from GNU gettext.
15023                 * javaversion.c: New file, from GNU gettext.
15024                 * javaversion.java: New file, from GNU gettext.
15025                 * javaversion.class: New file, from GNU gettext.
15026
15027         2006-05-17  Bruno Haible  <bruno@clisp.org>
15028
15029                 Cygwin portability.
15030                 * javaexec.c (execute_java_class): Test for jview program
15031                 also on Cygwin.
15032
15033         2006-04-09  Bruno Haible  <bruno@clisp.org>
15034
15035                 * fatal-signal.c: Don't include string.h.
15036                 (at_fatal_signal): Use a copying loop instead of memcpy.
15037
15038         2005-12-04  Bruno Haible  <bruno@clisp.org>
15039
15040                 * csharpexec.c: Add support for 'clix' launcher (untested).
15041                 (execute_csharp_using_sscli): New function.
15042                 (execute_csharp_program): Call it.
15043
15044         2006-06-21  Bruno Haible  <bruno@clisp.org>
15045
15046                 Avoid warnings from recent versions of mcs.
15047                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
15048                 -o, -L, -r any more. Use options documented since mcs-1.0
15049                 instead. Similarly for -g.
15050
15051         2005-07-09  Bruno Haible  <bruno@clisp.org>
15052
15053                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
15054                 add a .dll suffix.
15055                 Reported by Mark Junker <mjscod@gmx.de>.
15056
15057         2006-06-17  Bruno Haible  <bruno@clisp.org>
15058
15059                 * config.charset: Update for NetBSD 3.0.
15060
15061         2006-05-17  Bruno Haible  <bruno@clisp.org>
15062
15063                 Cygwin portability.
15064                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
15065
15066         2006-05-16  Bruno Haible  <bruno@clisp.org>
15067
15068                 * localcharset.c [CYGWIN]: Include <windows.h>.
15069                 (get_charset_aliases): For Cygwin, return the same CPxxx
15070                 aliases list as under WIN32.
15071                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
15072                 the environment variables. Fall back to GetACP().
15073
15074         2006-04-05  Bruno Haible  <bruno@clisp.org>
15075
15076                 * config.charset: Update Juan Manuel Guerrero's address.
15077
15078         2005-02-12  Bruno Haible  <bruno@clisp.org>
15079
15080                 * allocsa.h: Add extern "C" for C++.
15081
15082         2005-02-10  Bruno Haible  <bruno@clisp.org>
15083
15084                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
15085                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
15086
15087         2006-07-22  Bruno Haible  <bruno@clisp.org>
15088
15089                 * gettext.h: Update to GNU gettext-0.15.
15090
15091 2006-07-22  Bruno Haible  <bruno@clisp.org>
15092
15093         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
15094         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
15095         lib-prefix.m4, longdouble.m4, ssize_t.m4.
15096
15097 2006-07-21  Eric Blake  <ebb9@byu.net>
15098
15099         * modules/stdlib-safer: New file.
15100         * MODULES.html.sh (File stream based Input/Output): Add
15101         stdlib-safer.
15102
15103 2006-07-21  Eric Blake  <ebb9@byu.net>
15104
15105         * lib/stdlib-safer.h: New file from coreutils, required by
15106         stdlib--.h.
15107
15108 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
15109
15110         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
15111
15112 2006-07-20  Bruno Haible  <bruno@clisp.org>
15113
15114         * gnulib-tool: Recognize new option --assume-autoconf.
15115         (autoconf_minversion): New variable.
15116         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
15117
15118 2006-07-20  Bruno Haible  <bruno@clisp.org>
15119
15120         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
15121
15122 2006-07-19  Derek R. Price  <derek@ximbiot.com>
15123
15124         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
15125         Reindent and repaginate.
15126
15127 2006-07-19  Derek Price  <derek@ximbiot.com>
15128
15129         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
15130         Correct grammar.
15131
15132 2006-07-17  Bruno Haible  <bruno@clisp.org>
15133
15134         * modules/list: New file.
15135         * modules/array-list: New file.
15136         * modules/carray-list, modules/carray-list-tests: New files.
15137         * modules/linked-list, modules/linked-list-tests: New files.
15138         * modules/avltree-list, modules/avltree-list-tests: New files.
15139         * modules/rbtree-list, modules/rbtree-list-tests: New files.
15140         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
15141         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
15142         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
15143         * modules/oset: New file.
15144         * modules/array-oset: New file.
15145         * modules/avltree-oset, modules/avltree-oset-tests: New files.
15146         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
15147         * tests/test-carray_list.c: New file.
15148         * tests/test-linked_list.c: New file.
15149         * tests/test-avltree_list.c: New file.
15150         * tests/test-rbtree_list.c: New file.
15151         * tests/test-linkedhash_list.c: New file.
15152         * tests/test-avltreehash_list.c: New file.
15153         * tests/test-rbtreehash_list.c: New file.
15154         * tests/test-avltree_oset.c: New file.
15155         * tests/test-rbtree_oset.c: New file.
15156         * MODULES.html.sh (Container data structures): New section.
15157
15158 2006-07-17  Bruno Haible  <bruno@clisp.org>
15159
15160         * m4/gl_list.m4: New file.
15161
15162 2006-07-17  Bruno Haible  <bruno@clisp.org>
15163
15164         * lib/gl_list.h: New file.
15165         * lib/gl_list.c: New file.
15166         * lib/gl_array_list.h: New file.
15167         * lib/gl_array_list.c: New file.
15168         * lib/gl_carray_list.h: New file.
15169         * lib/gl_carray_list.c: New file.
15170         * lib/gl_linked_list.h: New file.
15171         * lib/gl_linked_list.c: New file.
15172         * lib/gl_anylinked_list1.h: New file.
15173         * lib/gl_anylinked_list2.h: New file.
15174         * lib/gl_avltree_list.h: New file.
15175         * lib/gl_avltree_list.c: New file.
15176         * lib/gl_anyavltree_list1.h: New file.
15177         * lib/gl_anyavltree_list2.h: New file.
15178         * lib/gl_rbtree_list.h: New file.
15179         * lib/gl_rbtree_list.c: New file.
15180         * lib/gl_anyrbtree_list1.h: New file.
15181         * lib/gl_anyrbtree_list2.h: New file.
15182         * lib/gl_anytree_list1.h: New file.
15183         * lib/gl_anytree_list2.h: New file.
15184         * lib/gl_linkedhash_list.h: New file.
15185         * lib/gl_linkedhash_list.c: New file.
15186         * lib/gl_anyhash_list1.h: New file.
15187         * lib/gl_anyhash_list2.h: New file.
15188         * lib/gl_avltreehash_list.h: New file.
15189         * lib/gl_avltreehash_list.c: New file.
15190         * lib/gl_rbtreehash_list.h: New file.
15191         * lib/gl_rbtreehash_list.c: New file.
15192         * lib/gl_anytreehash_list1.h: New file.
15193         * lib/gl_anytreehash_list2.h: New file.
15194
15195         * lib/gl_oset.h: New file.
15196         * lib/gl_oset.c: New file.
15197         * lib/gl_array_oset.h: New file.
15198         * lib/gl_array_oset.c: New file.
15199         * lib/gl_avltree_oset.h: New file.
15200         * lib/gl_avltree_oset.c: New file.
15201         * lib/gl_rbtree_oset.h: New file.
15202         * lib/gl_rbtree_oset.c: New file.
15203         * lib/gl_anytree_oset.h: New file.
15204
15205 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15206
15207         * m4/mkancesdirs.m4: New file.
15208         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
15209         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
15210         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
15211         it.
15212
15213 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15214
15215         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
15216         * lib/mkancesdirs.h: New files.
15217         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
15218         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
15219         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
15220         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
15221         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
15222         callers changed.  Revamp internals significantly, by not
15223         attempting to create directories that are temporarily more
15224         permissive than the final results.  Do not attempt to use
15225         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
15226         This removes some race conditions, fixes some bugs, and simplifies
15227         things.  Use new dirchownmod function to do owner and mode changes.
15228         * lib/mkdir-p.h: Likewise.
15229         * lib/modechange.c (octal_to_mode): New function.
15230         (struct mode_change): New member mentioned.
15231         (make_node_op_equals): New arg mentioned.  All callers changed.
15232         (mode_compile): Keep track of which mode bits the user has explicitly
15233         mentioned.
15234         (mode_adjust): New arg DIR, so that we implement the X op correctly.
15235         New arg PMODE_BITS, to keep track of which mode bits the user
15236         mentioned; it treats S_ISUID and S_ISGID speciall.
15237         All callers changed.
15238         * lib/modechange.h: Likewise.
15239
15240 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15241
15242         * MODULES.html.sh: Add mkancestors.
15243         * modules/mkancesdirs: New module.
15244         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
15245         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
15246         The chdir-safer and afs files are now orphans; I'll remove them
15247         unless someone speaks up.
15248         Add lib/dirchownmod.c, lib/dirchownmod.h.
15249         (Depends-on): Remove alloca, chown, save-cwd, dirname.
15250         Add lchown, mkancesdirs.
15251         (Maintainer): Add self.
15252
15253 2006-07-15  Karl Berry  <karl@gnu.org>
15254
15255         * gnulib-tool: help message wording/arrangement.
15256
15257 2006-07-14  Simon Josefsson  <jas@extundo.com>
15258
15259         * doc/gnulib.texi (Libtool and Windows): New section.
15260
15261 2006-07-12  Simon Josefsson  <jas@extundo.com>
15262
15263         * modules/gendocs (License): Fix license, approved by Karl.
15264
15265 2006-07-12  Eric Blake  <ebb9@byu.net>
15266
15267         * MODULES.html.sh: Add gendocs.
15268
15269 2006-07-11  Eric Blake  <ebb9@byu.net>
15270
15271         * modules/fdl: New module, to install doc/fdl.texi.
15272         * MODULES.html.sh: Add new section for documentation modules.
15273         * gnulib-tool: Avoid space-tab.
15274         (--doc-base): New option, to manage files from doc.
15275
15276 2006-07-11  Eric Blake  <ebb9@byu.net>
15277
15278         * m4/absolute-header.m4: Fix comments to match recent change.
15279
15280 2006-07-11  Eric Blake  <ebb9@byu.net>
15281
15282         * gnulib-tool: List --doc-base before --tests-base.
15283
15284 2006-07-11  Derek R. Price  <derek@ximbiot.com>
15285
15286         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
15287
15288 2006-07-11  Bruno Haible  <bruno@clisp.org>
15289
15290         * README: Mention where to put documentation.
15291
15292 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15293
15294         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
15295
15296 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
15297
15298         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
15299         to stdint.m4.
15300
15301 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
15302
15303         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
15304         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
15305         "no/such/file/stdint.h" when there is no such file, so that
15306         the resulting C code can be parsed by dodgy compilers.
15307         Problems reported by Bob Proulx.
15308
15309 2006-07-10  Derek R. Price  <derek@ximbiot.com>
15310
15311         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
15312         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
15313         macros into the GNU _D_EXACT_NAMLEN.
15314         * lib/savedir.c:  Likewise.
15315         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
15316
15317 2006-07-10  Derek R. Price  <derek@ximbiot.com>
15318         and Paul Eggert  <eggert@cs.ucla.edu>
15319
15320         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
15321         * m4/savedir.m4:
15322         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
15323         macros into the GNU _D_EXACT_NAMLEN.
15324
15325 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15326
15327         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
15328         around the absolute name, to work around a problem with the HP-UX
15329         11.23 native C compiler, reported by Bob Proulx.
15330
15331 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15332
15333         * doc/maintain.texi, make-stds.texi: Sync from
15334         <http://savannah.gnu.org/projects/gnustandards>.
15335
15336 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15337
15338         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
15339
15340 2006-07-09  Jim Meyering  <jim@meyering.net>
15341
15342         * m4/glob.m4: Remove a doubled word in a comment.
15343
15344 2006-07-09  Jim Meyering  <jim@meyering.net>
15345
15346         * lib/argp-pv.c: Remove a doubled word in a comment.
15347         * lib/check-version.c (check_version): Likewise.
15348         * lib/javacomp.c (compile_java_class): Likewise.
15349
15350 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
15351
15352         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
15353         for the benefit of people using Autoconf 2.60.  If you want to
15354         support older Autoconf versions you can copy m4/onceonly_2_57.m4
15355         (or m4/onceonly.m4, if pre-2.57) manually.
15356
15357 2006-07-08  Jim Meyering  <jim@meyering.net>
15358
15359         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
15360         comment.
15361         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
15362         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
15363         comment.
15364
15365 2006-07-08  Jim Meyering  <jim@meyering.net>
15366
15367         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
15368
15369 2006-07-07  Simon Josefsson  <jas@extundo.com>
15370
15371         * tests/test-crc.c: Change expected crc value, the test vector
15372         were probably computed using the old broken crc.c?
15373
15374 2006-07-06  Simon Josefsson  <jas@extundo.com>
15375
15376         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
15377         now the canonical place for the M4 file).
15378
15379         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
15380         from the sys_socket dependency now.
15381
15382         * modules/inet_pton (Files): Ditto.
15383
15384         * modules/inet_ntop (Files): Ditto.
15385
15386 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15387
15388         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
15389         not gl_PREREQ_GETUSERSHELL.
15390
15391 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15392
15393         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
15394         with only one argument, for Autoconf 2.60.
15395         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
15396         expand to nothing, so add a shell command to avoid syntax error.
15397         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
15398
15399 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15400
15401         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
15402
15403 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15404
15405         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
15406         no longer needed.  Check for isblank decl.
15407         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
15408         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
15409         of existence.
15410
15411 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15412
15413         * lib/getloadavg.c: Use __VMS, not VMS.
15414         * lib/getopt.c: Likewise.
15415         * lib/getpagesize.h: Likewise.
15416         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
15417         and probably does not work.
15418
15419 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15420
15421         * lib/.cppi-disable: Add wcwidth.
15422         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
15423         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
15424         (ISGRAPH): Remove.  All uses changed to isgraph.
15425         (FOLD) [!defined _LIBC]: Remove special case.
15426         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
15427         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
15428         HAVE_ISBLANK.
15429         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
15430         case.
15431
15432 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
15433
15434         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
15435         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
15436         brackets.  Other minor changes to suppress some compiler
15437         warnings.
15438
15439 2006-07-06  Derek R. Price  <derek@ximbiot.com>
15440         and Paul Eggert  <eggert@cs.ucla.edu>
15441
15442         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
15443         of invoking obsolescent AC_HEADER_DIRENT macro.
15444         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
15445         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
15446         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
15447         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
15448         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
15449         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
15450         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
15451         * m4/readdir.m4: Remove; no longer needed.
15452
15453 2006-07-06  Derek R. Price  <derek@ximbiot.com>
15454         and Paul Eggert  <eggert@cs.ucla.edu>
15455
15456         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
15457         Don't worry about this obsolete case any more.
15458         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
15459         directories.
15460         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
15461         worry about this obsolete case any more.
15462         * lib/fts.c: Likewise.
15463         * lib/getcwd.c: Likewise.
15464         * lib/glob.h: Likewise.
15465         * lib/savedir.c: Likewise.
15466
15467 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
15468
15469         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
15470         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
15471         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
15472         needed.
15473         All uses removed.
15474         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
15475         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
15476         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
15477         needed.
15478         * m4/getdate.m4 (gl_GETDATE): Likewise.
15479         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
15480         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
15481         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
15482         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
15483         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
15484         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
15485         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
15486         needed.
15487
15488 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
15489
15490         * lib/memcasecmp.c: Include <limits.h>.
15491         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
15492         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
15493         Don't assume isdigit succeeds only on '0' through '9'.
15494
15495 2006-07-05  Eric Blake  <ebb9@byu.net>
15496
15497         * modules/getaddrinfo (Depends-on): Add snprintf.
15498
15499 2006-07-05  Eric Blake  <ebb9@byu.net>
15500
15501         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
15502         to avoid 'header present but could not be compiled' on cygwin.
15503
15504 2006-07-05  Eric Blake  <ebb9@byu.net>
15505
15506         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
15507         missing from netdb.h.
15508         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
15509
15510 2006-07-05  Derek R. Price  <derek@ximbiot.com>
15511
15512         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
15513         no longer needed.
15514         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
15515         * m4/getdate.m4 (gl_GETDATE): Likewise.
15516         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
15517         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
15518         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
15519         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
15520         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
15521
15522 2006-07-05  Derek R. Price  <derek@ximbiot.com>
15523
15524         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
15525         All uses of is_space replaced by isspace.
15526         * lib/exit.h: Don't talk about STDC_HEADERS.
15527         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
15528         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
15529         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
15530         replaced by isprint etc.
15531         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
15532         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
15533         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
15534         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
15535         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
15536         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
15537
15538 2006-07-05  Bruno Haible  <bruno@clisp.org>
15539
15540         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
15541         the function exists, before testing against AIX.
15542         Reported by Martin Lambers <marlam@marlam.de>.
15543
15544 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
15545
15546         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
15547         From Mark D. Baushke.
15548
15549 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
15550
15551         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
15552         to the absolute name, not just one, to bypass Sun C 5.8's
15553         "warning: #include of /usr/include/... may be non-portable".
15554
15555 2006-07-04  Eric Blake  <ebb9@byu.net>
15556
15557         * modules/dirname-tests: New test module.
15558         * tests/test-dirname.c: New file, replacing dirname.c
15559         TEST_DIRNAME section that was recently deleted.
15560
15561 2006-07-04  Bruno Haible  <bruno@clisp.org>
15562
15563         Assume ANSI C header files and <ctype.h> functions.
15564         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
15565         (mbsnwidth): Use isprint, iscntrl instead.
15566
15567 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15568
15569         Merge from coreutils.
15570         * MODULES.html.sh: Add xstrtold.
15571         * modules/xstrtold: New file.
15572         * modules/cycle-check (Files): Add lib/same-inode.h.
15573         * modules/dirname (Files): Add m4/double-slash-root.m4.
15574         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
15575         * modules/mkdir-p (Files): Add lib/same-inode.h.
15576         * modules/same (Files): Add lib/same-inode.h.
15577
15578 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15579
15580         * m4/absolute-header.m4: Renamed from full-header-path.m4.
15581         This is to keep the terminology clean; POSIX talks about
15582         "absolute pathnames", not "full pathnames", but the GNU
15583         Coding Standards say to use "path" for something else;
15584         so use "absolute" to keep both sides happy.
15585         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
15586         Set gl_absolute_header, not gl_full_header_path.
15587         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
15588         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
15589         All uses changed.
15590
15591         Merge from coreutils.
15592
15593         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
15594
15595         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
15596         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
15597         want to require the building of c-strtod.o.
15598         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
15599         needs -lm directly.
15600         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
15601
15602         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
15603
15604         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
15605         --as-needed option if available.  Problem reported by Albert Chin in
15606         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
15607         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
15608         cc merely issues a bunch of annoying warnings for --as-needed
15609         (this problem was reported by Bob Proulx).  Also, try linking with
15610         -lm to detect a bug in binutils 2.16 (this problem was reported
15611         by Ralf Wildenhues).
15612
15613         2006-06-18  Jim Meyering  <jim@meyering.net>
15614
15615         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
15616         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
15617         macro.
15618         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
15619         also check for glibc-2.4's abort-inducing bug.
15620
15621         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
15622         Low-probability clean-up should be to use rmdir to get rid of
15623         the just-created directory, not unlink.
15624
15625         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
15626         configure fail, and request a bug report to inform us about it.
15627         Add a comment that, barring reports to the contrary, in 2007 we'll
15628         assume ftruncate is universally available.
15629
15630         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
15631
15632         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
15633
15634         2006-03-12  Jim Meyering  <jim@meyering.net>
15635
15636         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
15637         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
15638         * m4/same.m4 (gl_SAME): Likewise.
15639         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
15640
15641         2006-03-11  Eric Blake  <ebb9@byu.net>
15642
15643         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
15644         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
15645         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
15646         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
15647
15648 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15649
15650         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
15651         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
15652         reported by Mark D. Baushke, one in
15653         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
15654
15655         Merge from coreutils.
15656
15657         * lib/.cppi-disable: Add stdint_.h.
15658         * lib/.cvsignore: Add stdint.h.
15659
15660         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
15661
15662         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
15663         both double and long double versions.
15664         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
15665         * lib/xstrtold.c: New file.
15666         * lib/xstrtod.h (xstrtold): New decl.
15667
15668         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
15669
15670         * lib/filemode.c (setst): Remove.
15671         (strmode): Rewrite to avoid setst.  This makes the code shorter,
15672         (arguably) clearer, and the generated code is a bit smaller on my
15673         Debian GNU/Linux stable x86 host.
15674
15675         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
15676
15677         * lib/filemode.c: Include "filemode.h" first, to test the interface.
15678         Assume that filemode.h includes sys/types.h and sys/stat.h.
15679         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
15680         (ftypelet): Reorder to put common cases first, for efficiency.
15681         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
15682         to do 'M'.
15683         (strmode): Renamed from mode_string, and now stores 12 bytes instead
15684         of 10, for compatibility with FreeBSD.  All callers changed.
15685         (filemodestring): Now stores 12 bytes instead of 10, and sets file
15686         types that can't be deduced solely from st_mode.  First arg is now a
15687         const pointer.
15688         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
15689         (strmode): Renamed from mode_string.
15690         (filemodestring): New decl.
15691         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
15692         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
15693         needed.
15694         (S_ISPORT, S_ISWHT): New macros, if not already defined.
15695
15696         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
15697
15698         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
15699         fsusage.h now does that.  Include fsusage.h first, to test interface.
15700         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
15701         at most one method (the old code could have generated decls that
15702         didn't conform to C89, not that this was ever exercised).
15703         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
15704
15705         2006-03-19  Jim Meyering  <jim@meyering.net>
15706
15707         Work even in a chroot where d_ino values for entries in "/"
15708         don't match the stat.st_ino values for the same names.
15709         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
15710         number, iterate through all entries again, using lstat instead.
15711         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
15712         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
15713
15714         * lib/getcwd.c (__getcwd): Clarify a comment.
15715         Use memcpy in place of a call to strcpy.
15716
15717         2006-03-12  Jim Meyering  <jim@meyering.net>
15718
15719         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
15720         matches that of the current directory (which we're about to chdir ".."
15721         out of), then save the dev-ino of the parent, instead.
15722
15723         * lib/same-inode.h (SAME_INODE): New file/macro.
15724         * lib/chdir-safer.c (SAME_INODE): Remove definition.
15725         Include "same-inode.h", instead.
15726         * lib/same.c: Likewise.
15727         * lib/cycle-check.h: Include "same-inode.h".
15728         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
15729         * lib/cycle-check.c (SAME_INODE): Remove definition.
15730         * lib/root-dev-ino.h: Include "same-inode.h".
15731
15732         2006-03-11  Eric Blake  <ebb9@byu.net>
15733
15734         * lib/same.c (same_name): s/base_name/last_component/
15735         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
15736         * lib/filenamecat.c (file_name_concat): Likewise.
15737
15738         2006-03-11  Eric Blake  <ebb9@byu.net>,
15739                     Paul Eggert  <eggert@cs.ucla.edu>
15740
15741         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
15742         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
15743         drive prefix.
15744         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
15745         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
15746         (last_component): New method.
15747         * lib/dirname.c (dir_len): Determine when drive letters need a
15748         subsequent slash.  Preserve // when it is special.
15749         (dir_name): Don't append dot when drive letter is absolute.
15750         [TEST_DIRNAME]: Move into a full-blown gnulib test.
15751         * lib/basename.c (base_name): New semantics - malloc the result.
15752         Preserve // when it is special.  Preserve relative files that look
15753         like drive letters.
15754         (base_len): Preserve // when it is special.
15755         (last_component): New method, similar to old base_name semantics.
15756         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
15757         base_name.  Strip redundant slashes from ///.
15758
15759 2006-07-03  Jim Meyering  <jim@meyering.net>
15760
15761         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
15762         macro is used before the first cycle_check call.
15763
15764 2006-07-03  Eric Blake  <ebb9@byu.net>
15765
15766         * modules/dirname (Depends-on): Add xstrndup.
15767
15768 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
15769
15770         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
15771         test cases, so that config.log is a bit easier to follow.
15772
15773 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
15774
15775         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
15776         both are 64 bits, since this seems to be the tradition, and this
15777         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
15778         we ever run into a host that prefers long long to long in this
15779         case, we'll need another configure-time test.  Problem reported by
15780         Jim Meyering.
15781
15782 2006-07-02  Eric Blake  <ebb9@byu.net>
15783
15784         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
15785
15786 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
15787
15788         * modules/inttypes (Depends-on): No longer depends on stdint.
15789         * modules/stdint (Description): Say more about assumptions.
15790         Say that the fast types might differ.  Say macros are used.
15791         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
15792         (Makefile.am): Revise list of substituted symbols to match
15793         new stdint.m4.
15794         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
15795         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
15796         * tests/test-stdint.c (verify_same_types)
15797         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
15798         the code conforms to C99/C89.
15799         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
15800         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
15801
15802 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
15803
15804         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
15805         but fix a bug, by requiring at least 64 bits.
15806         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
15807         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
15808         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
15809         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
15810
15811         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
15812         changes.  Make 2.59 a prerequisite.  Check and substitute for
15813         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
15814         inttypes.h.  Do not use special include files; just use the
15815         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
15816         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
15817         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
15818         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
15819         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
15820         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
15821         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
15822         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
15823         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
15824         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
15825         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
15826         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
15827         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
15828         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
15829         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
15830         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
15831         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
15832         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
15833         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
15834         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
15835         WINT_MAX.  Check for C99 conformance more strictly, by detecting
15836         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
15837         not check for things that C99 does not require, e.g., int8_t.  If
15838         a test isn't needed unless <stdint.h> isn't working, and is
15839         unlikely to be needed for any other reason, then don't do it
15840         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
15841         size_t, since we assume C89 freestanding at least.  Do not check
15842         for sig_atomic_t, wchar_t, or wint_t, since the code now does
15843         the right thing even if the types are not defined.  Instead use:
15844         (gl_STDINT_TYPE_PROPERTIES): New macro.
15845         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
15846         testing whether <sys/types.h> clashes, as Autoconf does this for
15847         us now.  All uses removed.
15848         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
15849         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
15850         (gl_CHECK_TYPE_SAME):
15851         Remove; no longer needed.
15852         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
15853         exists, since we'll return 0 anyway in that case.
15854         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
15855
15856 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
15857
15858         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
15859         possible collision with system files.
15860         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
15861         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
15862         WCHAR_MIN and WCHAR_MAX in this case.
15863         (<stddef.h>): Do not include; no longer needed.
15864         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
15865         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
15866         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
15867         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
15868         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
15869         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
15870         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
15871         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
15872         !defined(__c99))]: Include in this case too, since it's harmless
15873         now.
15874         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
15875         dangerous to do so.
15876         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
15877         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
15878         (_STDINT_MIN, _STDINT_MAX): New macros.
15879         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
15880         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
15881         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
15882         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
15883         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
15884         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
15885         macros, not typedefs; this simplifies things quite a bit.
15886         Use long int for all types narrower than int64_t.
15887         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
15888         Define in terms of long long int or int64_t or long int,
15889         not int64_t or int32_t.  This saves some compile-time testing.
15890         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
15891         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
15892         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
15893         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
15894         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
15895         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
15896         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
15897         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
15898         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
15899         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
15900         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
15901         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
15902         undef any previous version and define our own version, for
15903         simplicity and consistency with the new macros for types.
15904         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
15905         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
15906         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
15907         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
15908         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
15909         @WINT_T_SUFFIX@ to keep things simple here.
15910         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
15911         Simplify by assuming typical 8/16/32/64 host, since we're
15912         already doing that elsewhere anyway.
15913         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
15914         and assume long long int is 64 bits if available.  This
15915         speeds up 'configure'.
15916
15917 2006-07-01  Eric Blake  <ebb9@byu.net>
15918
15919         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
15920         Reported by Andreas Buening.
15921
15922 2006-07-01  Eric Blake  <ebb9@byu.net>
15923
15924         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
15925
15926 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
15927
15928         * lib/getaddrinfo.c: fixed typo
15929
15930 2006-06-29  Jim Meyering  <jim@meyering.net>
15931
15932         * modules/strftime (Maintainer): Add my name, since with the
15933         FPRINTFTIME changes strftime.c has forked from glibc.
15934
15935 2006-06-29  Eric Blake  <ebb9@byu.net>
15936
15937         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
15938
15939 2006-06-29  Eric Blake  <ebb9@byu.net>
15940
15941         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
15942
15943 2006-06-29  Eric Blake  <ebb9@byu.net>
15944
15945         * lib/stat_.h: New file.
15946
15947 2006-06-29  Eric Blake  <ebb9@byu.net>
15948
15949         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
15950         unused static function.
15951
15952 2006-06-29  Eric Blake  <ebb9@byu.net>
15953
15954         * doc/functions.texi (Function Portability): Document missing lstat
15955         on mingw.
15956
15957 2006-06-29  Eric Blake  <ebb9@byu.net>
15958
15959         * MODULES.html.sh: Add sys_stat.
15960         * modules/sys_stat: New module.
15961         * modules/mkstemp (Depends-on): Add sys_stat.
15962
15963 2006-06-29  Derek R. Price  <derek@ximbiot.com>
15964
15965         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
15966
15967 2006-06-29  Derek R. Price  <derek@ximbiot.com>
15968
15969         * m4/c-bs-a.m4: Removed.
15970
15971 2006-06-29  Derek R. Price  <derek@ximbiot.com>
15972
15973         * lib/strftime.c: Assume strftime() exists.
15974
15975 2006-06-29  Derek Price  <derek@ximbiot.com>
15976
15977         * modules/c-bs-a: Removed - \a is C89.
15978         * MODULES.html.sh: Remove c-bs-a.
15979
15980 2006-06-29  Bruno Haible  <bruno@clisp.org>
15981
15982         * modules/wcwidth (License): Change to LGPL.
15983
15984 2006-06-28  Simon Josefsson  <jas@extundo.com>
15985
15986         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
15987         on _WIN32.
15988
15989         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
15990         getnameinfo.
15991
15992 2006-06-28  Simon Josefsson  <jas@extundo.com>
15993
15994         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
15995
15996 2006-06-28  Simon Josefsson  <jas@extundo.com>
15997
15998         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
15999         functions there.  It will succeed on Windows XP, but on Windows
16000         2000 and (presumably) earlier, it will fail, and use the internal
16001         re-implementation.
16002         (use_win32_p): New function.
16003         (getaddrinfo): Use strtoul on servname, to support numeric ports.
16004         Support AI_NUMERICSERV to disable getservbyname.
16005         (getnameinfo): New function, only supports
16006         NI_NUMERICHOST|NI_NUMERICSERV for now.
16007
16008         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
16009         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
16010         getnameinfo.
16011
16012 2006-06-28  Eric Blake  <ebb9@byu.net>
16013
16014         * modules/wcwidth: New file.
16015         * modules/mbchar (Depends-on): Add wcwidth.
16016         * modules/mbswidth (Depends-on): Add wcwidth.
16017         * MODULES.html.sh: Add wcwidth.
16018
16019 2006-06-28  Eric Blake  <ebb9@byu.net>
16020
16021         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
16022         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
16023
16024 2006-06-28  Eric Blake  <ebb9@byu.net>
16025
16026         * lib/xvasprintf.h: Fix comments.
16027
16028 2006-06-28  Eric Blake  <ebb9@byu.net>
16029
16030         * lib/mbchar.h (wcwidth): Include wcwidth.h.
16031         * lib/mbswidth.c (wcwidth): Move from here...
16032         * lib/wcwidth.h: ...to this new file.
16033
16034 2006-06-28  Derek R. Price  <derek@ximbiot.com>
16035
16036         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
16037
16038         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
16039         it's obsolete.
16040         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
16041
16042 2006-06-28  Derek R. Price  <derek@ximbiot.com>
16043
16044         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
16045         Autoconf 2.60 says this stuff was obsolete.
16046
16047 2006-06-28  Bruno Haible  <bruno@clisp.org>
16048
16049         * modules/wcwidth (Files): Add m4/wchar_t.m4.
16050
16051 2006-06-28  Bruno Haible  <bruno@clisp.org>
16052
16053         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
16054         gt_TYPE_WCHAR_T.
16055
16056 2006-06-28  Bruno Haible  <bruno@clisp.org>
16057
16058         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
16059         declaration for wcwidth.
16060         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
16061
16062 2006-06-28  Bruno Haible  <bruno@clisp.org>
16063
16064         * lib/mkdtemp.c [MINGW]: Include <io.h>.
16065         (mkdir): Define using _mkdir.
16066
16067 2006-06-28  Bruno Haible  <bruno@clisp.org>
16068
16069         * lib/getaddrinfo.h: Fix POSIX URL.
16070         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
16071         _WIN32.
16072         (use_win32_p): Make static.
16073         (getaddrinfo): Reject service name if it is empty or does not consist
16074         solely of decimal digits, or if its value is > 65535.
16075         (getnameinfo): Remove useless casts.
16076
16077 2006-06-27  Simon Josefsson  <jas@extundo.com>
16078
16079         * modules/sys_select: New file, suggested by Bruno Haible, Paul
16080         Eggert and Martin Lambers.
16081
16082 2006-06-27  Simon Josefsson  <jas@extundo.com>
16083
16084         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
16085         Eggert and Martin Lambers.
16086
16087 2006-06-27  Bruno Haible  <bruno@clisp.org>
16088
16089         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
16090         result to 0, not to empty.
16091         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
16092
16093 2006-06-27  Bruno Haible  <bruno@clisp.org>
16094
16095         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
16096
16097 2006-06-26  Simon Josefsson  <jas@extundo.com>
16098
16099         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
16100         present.
16101
16102 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
16103
16104         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
16105         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
16106         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
16107
16108 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
16109
16110         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
16111
16112 2006-06-26  Bruno Haible  <bruno@clisp.org>
16113
16114         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
16115
16116 2006-06-26  Bruno Haible  <bruno@clisp.org>
16117
16118         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
16119
16120 2006-06-26  Bruno Haible  <bruno@clisp.org>
16121
16122         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
16123         SGI C compiler in pre-C99 mode.
16124         Suggested by Mark D. Baushke and Larry Jones.
16125
16126 2006-06-26  Bruno Haible  <bruno@clisp.org>
16127
16128         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
16129         WCHAR_MAX.
16130         Reported by Mark D. Baushke and Larry Jones.
16131
16132 2006-06-26  Bruno Haible  <bruno@clisp.org>
16133
16134         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
16135         in pre-C99 mode.
16136         Suggested by Mark D. Baushke and Larry Jones.
16137
16138 2006-06-23  Simon Josefsson  <jas@extundo.com>
16139             Bruno Haible  <bruno@clisp.org>
16140
16141         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
16142         Emit mostlyclean-local rule.
16143         (func_emit_tests_Makefile_am): Likewise.
16144         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
16145
16146 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
16147
16148         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
16149
16150 2006-06-23  Bruno Haible  <bruno@clisp.org>
16151
16152         * tests/test-stdint.c: Update to match ISO C 99 Technical
16153         Corrigendum 1.
16154
16155 2006-06-23  Bruno Haible  <bruno@clisp.org>
16156
16157         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
16158
16159 2006-06-23  Bruno Haible  <bruno@clisp.org>
16160
16161         * lib/stdint_.h: Treat IRIX like OpenBSD.
16162
16163 2006-06-23  Bruno Haible  <bruno@clisp.org>
16164
16165         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
16166         ISO C 99 Technical Corrigendum 1.
16167
16168 2006-06-22  Simon Josefsson  <jas@extundo.com>
16169
16170         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
16171         MinGW.
16172
16173 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16174
16175         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
16176         needed.  Some compiler complained about some of them.  Problem reported
16177         by Larry Jones in
16178         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
16179
16180 2006-06-21  Simon Josefsson  <jas@extundo.com>
16181
16182         * tests/test-getaddrinfo.c: New file.
16183
16184         * modules/getaddrinfo-tests: New file.
16185
16186         * MODULES.html.sh: Add inet_pton.
16187
16188         * modules/inet_pton: New file.
16189
16190 2006-06-21  Simon Josefsson  <jas@extundo.com>
16191
16192         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
16193         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
16194         of using the (limited) gnulib implementation on Windows XP.
16195
16196         * m4/inet_pton.m4: New file.
16197
16198 2006-06-21  Simon Josefsson  <jas@extundo.com>
16199
16200         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
16201         variable.
16202
16203         * lib/socket_.h: Don't define WINVER.
16204
16205         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
16206         slightly modified to work in gnulib.
16207
16208 2006-06-21  Simon Josefsson  <jas@extundo.com>
16209
16210         * doc/gnulib.texi (Windows sockets): Add.
16211
16212 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
16213
16214         * lib/read-file.c (fread_file): Start with buffer allocation of
16215         0 bytes rather than 1 byte; this simplifies the code.
16216         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
16217         code to free buffer and save/restore errno.
16218         (internal_read_file): Remove unused local.
16219
16220 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
16221
16222         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
16223         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
16224         Problem reported by Denis Excoffier in
16225         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
16226
16227 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16228
16229         * modules/sys_socket, modules/socklen: Include sys/types since
16230         FreeBSD 4.x's sys/socket.h needs it.
16231
16232 2006-06-19  Simon Josefsson  <jas@extundo.com>
16233
16234         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
16235
16236 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
16237
16238         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
16239
16240 2006-06-19  Bruno Haible  <bruno@clisp.org>
16241
16242         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
16243         and FULL_PATH_INTTYPES_H in angle brackets.
16244         Reported by Mark D. Baushke <mdb@gnu.org>.
16245
16246 2006-06-17  Eric Blake  <ebb9@byu.net>
16247
16248         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
16249         errno.
16250
16251 2006-06-17  Bruno Haible  <bruno@clisp.org>
16252
16253         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
16254         <sys/inttypes.h>.
16255
16256 2006-06-17  Bruno Haible  <bruno@clisp.org>
16257
16258         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
16259         whether errno is declared. Assume <errno.h> declares errno.
16260
16261 2006-06-17  Bruno Haible  <bruno@clisp.org>
16262
16263         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
16264
16265 2006-06-17  Bruno Haible  <bruno@clisp.org>
16266
16267         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
16268         problem on Solaris 2.5.1.
16269
16270 2006-06-16  Eric Blake  <ebb9@byu.net>
16271
16272         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
16273         * lib/unicodeio.c [!defined errno]: Likewise.
16274         * lib/strtol.c [!defined errno]: Likewise.
16275         * lib/strtod.c [!defined errno]: Likewise.
16276
16277 2006-06-15  Eric Blake  <ebb9@byu.net>
16278
16279         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
16280
16281 2006-06-15  Eric Blake  <ebb9@byu.net>
16282
16283         * config/srclist.txt (ssize_t.m4): Lose sync.
16284
16285 2006-06-15  Bruno Haible  <bruno@clisp.org>
16286
16287         * modules/stdint (Files): Include m4/full-header-path.m4,
16288         m4/size_max.m4, m4/wchar_t.m4.
16289         (Makefile.am): Many more substitutions.
16290         * modules/stdint-tests: New file.
16291         * tests/test-stdint.c: New file.
16292
16293 2006-06-15  Bruno Haible  <bruno@clisp.org>
16294
16295         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
16296         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
16297         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
16298         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
16299         gl_CHECK_TYPE_SAME): New macros.
16300
16301 2006-06-15  Bruno Haible  <bruno@clisp.org>
16302
16303         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
16304
16305 2006-06-15  Bruno Haible  <bruno@clisp.org>
16306
16307         * lib/stdint_.h: Rewritten to be fully auto-configured.
16308         Fixes bug on HP-UX/IA64.
16309
16310 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
16311
16312         * lib/getdate.y (__attribute__): Don't define if already defined.
16313         Problem reported by Larry Jones.
16314         * lib/utimens.c (__attribute__): Likewise.
16315
16316 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
16317
16318         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
16319         reported by Andreas Schwab.
16320
16321 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16322             Bruno Haible  <bruno@clisp.org>
16323
16324         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
16325         check for the declaration of strnlen and a run test that exposes the
16326         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
16327         rpl_strndup.
16328
16329 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16330             Bruno Haible  <bruno@clisp.org>
16331
16332         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
16333
16334 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16335
16336         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
16337         compile test, for Tru64 4.0D.
16338
16339 2006-05-28  Karl Berry  <karl@gnu.org>
16340
16341         * config/srclist.txt (printf-args.c): lose sync.
16342
16343 2006-05-26  Martin Lambers  <marlam@marlam.de>
16344
16345         * lib/getpass.c: Updates the test for the native W32 API, and adds
16346         missing includes, thus fixing compilation warnings.
16347
16348 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
16349
16350         * lib/exclude.c (exclude_fnmatch): New function.
16351         (excluded_file_name): Call exclude_fnmatch.
16352         * lib/exclude.h (excluded_file_name): New prototype
16353
16354 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
16355
16356         * lib/tempname.c (small_open, large_open): New macros.
16357         (__open, __open64) [!_LIBC]: Remove.
16358         (__gen_tempname): Use small_open and large_open instead of __open
16359         and __open64.  This fixes a portability bug on HP-UX 11.11i
16360         reported by Simon Wing-Tang in
16361         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
16362
16363 2006-05-24  Bruno Haible  <bruno@clisp.org>
16364
16365         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
16366         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
16367         Reported by Thorsten Maerz <torte@netztorte.de> via
16368         Aaron Stone <aaron@serendipity.cx>.
16369
16370 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16371
16372         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
16373         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
16374         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
16375         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
16376         not really conditional on the cache.
16377         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
16378
16379 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16380
16381         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
16382         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
16383         (my_usleep): Don't mishandle maximum value.
16384
16385 2006-05-19  Jim Meyering  <jim@meyering.net>
16386
16387         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
16388
16389 2006-05-17  Bruno Haible  <bruno@clisp.org>
16390
16391         Cygwin portability.
16392         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
16393
16394 2006-05-17  Bruno Haible  <bruno@clisp.org>
16395
16396         * lib/stdint_.h: Fix recognition of Cygwin.
16397
16398 2006-05-15  Bruno Haible  <bruno@clisp.org>
16399
16400         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
16401         on libtool patch by Ralf Wildenhues.
16402
16403 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16404
16405         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
16406         test for C99 conformance; (bool) 0.5 is an integer constant
16407         expression, but (bool) -0.5 is not.  Problem reported by Fedor
16408         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
16409
16410 2006-05-11  Simon Josefsson  <jas@extundo.com>
16411
16412         * m4/xvasprintf.m4: Fix obvious typo.
16413
16414 2006-05-11  Jim Meyering  <jim@meyering.net>
16415
16416         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
16417         James Lemley.
16418
16419 2006-05-10  Simon Josefsson  <jas@extundo.com>
16420
16421         * lib/md4.c: Typo fix, update copyright years.
16422         (K1, K2): Don't use L because it turn computations into 64-bit on
16423         64-bit platforms.
16424
16425 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
16426
16427         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
16428         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
16429         unwanted sign propagation, e.g., on hosts with 64-bit int.
16430         There still are some problems with reeelly weird theoretical hosts
16431         (e.g., 33-bit int) but it's not worth worrying about now.
16432         * lib/sha1.c (rol): Likewise.
16433         (K1, K2, K3, K4): Remove unnecessary L suffix.
16434
16435 2006-05-10  Bruno Haible  <bruno@clisp.org>
16436
16437         * lib/des.c: Cast to avoid warnings.
16438
16439 2006-05-09  Bruno Haible  <bruno@clisp.org>
16440
16441         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
16442         (Depends-on): Depend also on xsize, stdarg.
16443         (configure.ac): Add gl_XVASPRINTF.
16444
16445 2006-05-09  Bruno Haible  <bruno@clisp.org>
16446
16447         * m4/xvasprintf.m4: New file.
16448
16449 2006-05-09  Bruno Haible  <bruno@clisp.org>
16450
16451         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
16452         (EOVERFLOW): Define fallback value.
16453         (xstrcat): New function.
16454         (xvasprintf): Recognize the special case of a string concatenation.
16455
16456 2006-05-08  Eric Blake  <ebb9@byu.net>
16457
16458         * gnulib-tool (func_version): Base copyright year on CVS date.
16459         (func_emit_copyright_notice): New function.
16460         (func_emit_lib_Makefile_am): Use it.
16461         (func_emit_tests_Makefile_am): Likewise.
16462         (func_import): Likewise.
16463
16464 2006-05-08  Bruno Haible  <bruno@clisp.org>
16465
16466         * modules/stdarg: New file.
16467         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
16468
16469 2006-05-08  Bruno Haible  <bruno@clisp.org>
16470
16471         * m4/stdarg.m4: New file, from GNU gettext.
16472
16473 2006-05-08  Bruno Haible  <bruno@clisp.org>
16474
16475         * config/srclist.txt (build-aux/config.rpath): different from latest
16476         release.
16477
16478 2006-05-08  Bruno Haible  <bruno@clisp.org>
16479
16480         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
16481
16482 2006-05-05  Jim Meyering  <jim@meyering.net>
16483
16484         * m4/warning.m4: New file, derived from bison's file by the same name.
16485
16486 2006-05-03  Bruno Haible  <bruno@clisp.org>
16487
16488         * lib/stdint_.h: Shorter URL.
16489         * lib/inttypes.h: Likewise.
16490
16491 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16492
16493         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
16494
16495 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16496
16497         * lib/verify.h: Document the internals better.  Most of this change
16498         was written by Bruno Haible.
16499
16500 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16501
16502         * doc/verify.texi: New file, partly based on a proposal by
16503         Bruno Haible.
16504
16505 2006-05-02  Bruno Haible  <bruno@clisp.org>
16506
16507         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
16508         test from here...
16509         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
16510
16511 2006-04-29  Bruno Haible  <bruno@clisp.org>
16512
16513         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
16514         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
16515
16516 2006-04-29  Bruno Haible  <bruno@clisp.org>
16517
16518         * gnulib-tool: Make --update option actually work.
16519
16520 2006-04-29  Bruno Haible  <bruno@clisp.org>
16521
16522         * doc/gcd.texi: New file.
16523         * doc/gnulib.texi: Include it.
16524
16525 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
16526
16527         * lib/getdate.y (get_date): When adding relative date, start with the
16528         initial time, not with the result of the first mktime call.
16529
16530 2006-04-25  Bruno Haible  <bruno@clisp.org>
16531
16532         * gnulib-tool (func_import): Output the include directives in three
16533         blocks, sorted separately.
16534         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16535
16536 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
16537
16538         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
16539         to define main with arguments, for C++.  Reported by Eric Blake.
16540         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
16541         Prefer 'int main ()' to 'int main (void)', for C++.
16542         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
16543         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
16544         for 'main', for C99 and C++.
16545
16546 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
16547
16548         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
16549         Don't assume that exit status -1 is valid.
16550         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
16551         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
16552         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
16553         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
16554         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
16555         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
16556         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
16557         functions can be used without declaring them, or that you can
16558         exit with status -1.
16559         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
16560
16561 2006-04-24  Karl Berry  <karl@gnu.org>
16562
16563         * config/srclist.txt (longdouble.m4): sync lost.
16564
16565 2006-04-24  Eric Blake  <ebb9@byu.net>
16566
16567         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
16568
16569 2006-04-24  Bruno Haible  <bruno@clisp.org>
16570
16571         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
16572         poll() implementation in AIX.
16573         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16574
16575 2006-04-24  Bruno Haible  <bruno@clisp.org>
16576
16577         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
16578         assigned exactly once.
16579
16580 2006-04-23  Claudio Fontana  <claudio@gnu.org>
16581             Bruno Haible  <bruno@clisp.org>
16582
16583         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
16584         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
16585         for AM_CPPFLAGS.
16586
16587 2006-04-23  Bruno Haible  <bruno@clisp.org>
16588
16589         * modules/copy-file: Depend on unistd.
16590         * modules/execute: Likewise.
16591         * modules/fatal-signal: Likewise.
16592         * modules/findprog: Likewise.
16593         * modules/mkdtemp : Likewise.
16594         * modules/pipe: Likewise.
16595         * modules/wait-process: Likewise.
16596
16597 2006-04-23  Bruno Haible  <bruno@clisp.org>
16598
16599         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
16600         condition was already detected.
16601         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16602
16603 2006-04-23  Bruno Haible  <bruno@clisp.org>
16604
16605         * lib/copy-file.c: Include <unistd.h> unconditionally.
16606         * lib/execute.c: Likewise.
16607         * lib/fatal-signal.c: Likewise.
16608         * lib/findprog.c: Likewise.
16609         * lib/mkdtemp.c: Likewise.
16610         * lib/pipe.h: Likewise.
16611         * lib/pipe.c: Likewise.
16612         * lib/wait-process.h: Likewise.
16613
16614 2006-04-23  Bruno Haible  <bruno@clisp.org>
16615
16616         * gnulib-tool (func_usage): Fix --import description. Document
16617         --update.
16618         (func_import): Create temporary file in a temporary directory, if
16619         --dry-run is specified. Silence errors from 'grep' when there are no
16620         m4 files in $m4dir.
16621         (func_create_testdir): Silence errors from 'grep' when there are no
16622         m4 files in $m4dir.
16623         Reported by Karl Berry <karl@freefriends.org>.
16624
16625 2006-04-20  Bruno Haible  <bruno@clisp.org>
16626
16627         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
16628         one argument, so that the code will be portable to Autoconf 2.60.
16629         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
16630         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
16631         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
16632
16633 2006-04-19  Derek Price  <derek@ximbiot.com>
16634             Eric Blake  <ebb9@byu.net>
16635
16636         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
16637         rather than "/full/path.h".  Update comment to match.  Shorten &
16638         generalize m4_translit call via AS_TR_CPP.
16639
16640 2006-04-19  Derek Price  <derek@ximbiot.com>
16641             Eric Blake  <ebb9@byu.net>
16642
16643         * lib/inttypes.h: Correct grammar in comment.
16644
16645 2006-04-18  Derek Price  <derek@ximbiot.com>
16646             Paul Eggert  <eggert@cs.ucla.edu>
16647
16648         * modules/inttypes: New file.
16649         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
16650
16651 2006-04-18  Derek Price  <derek@ximbiot.com>
16652             Paul Eggert  <eggert@cs.ucla.edu>
16653
16654         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
16655         New files.
16656
16657 2006-04-18  Derek Price  <derek@ximbiot.com>
16658             Paul Eggert  <eggert@cs.ucla.edu>
16659
16660         * lib/inttypes.h: New file.
16661         * lib/strtoimax.c: Assume <inttypes.h>.
16662
16663 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
16664
16665         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
16666         isn't mounted.  Problem reported by Kir Kolyshkin.
16667
16668 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
16669
16670         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
16671         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
16672         Derek R. Price.
16673         * lib/regex.h (RE_DUP_MAX): Update comment to match current
16674         implementation.
16675
16676 2006-04-12  Eric Blake  <ebb9@byu.net>
16677
16678         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
16679         is now done automatically by the corresponding Autoconf macro.
16680
16681 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
16682
16683         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
16684         time_r.h.
16685
16686 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
16687
16688         Merge regex changes from libc, removing some of our
16689         POSIX-conformance changes that were rejected and redoing them in a
16690         less-intrusive way.
16691
16692         * lib/regcomp.c (re_compile_internal, init_dfa):
16693         Length arg is now size_t, not Idx.  All uses changed.
16694         (peek_token): Forward decl now says internal_function.
16695         (__re_error_msgid, __re_error_msgid_idx):
16696         Now static rather than extern with attribute_hidden.
16697         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
16698         For some reason libc prefers K&R style defns for external functions.
16699         (regerror) [!defined _LIBC]: Likewise.
16700         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
16701         (seek_collating_symbol_entry, lookup_collation_sequence_value):
16702         (build_range_exp, build_collating_symbol):
16703         Use K&R-style defn.
16704         (re_compile_fastmap): Use '\0' to memset, not 0.
16705         (utf8_sb_map): Make the calculations more obvious.
16706         (init_dfa, parse_bracket_exp, build_charclass_op):
16707         Call calloc and cast result, as glibc does.
16708         (init_word_char, fetch_token, peek_token, peek_token_bracket):
16709         (build_range_exp, build_collating_symbol):
16710         Now internal functions.
16711
16712         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
16713
16714         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
16715         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
16716         Don't depend on VMS; depend on __VMS instead, for POSIX
16717         namespace cleanness.
16718         (regoff_t): Define to ssize_t, not long int.
16719
16720         Remove the REG_ macros named below.  Instead, make the old names
16721         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
16722         __USE_GNU_REGEX.
16723         (REG_BACKSLASH_ESCAPE_IN_LISTS):
16724         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
16725         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
16726         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
16727         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
16728         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
16729         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
16730         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
16731         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
16732         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
16733         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
16734         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
16735         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
16736         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
16737         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
16738         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
16739         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
16740         (REG_NREGS):
16741         Remove.  All uses replaced by the old RE_* names.
16742         (RE_BACKSLASH_ESCAPE_IN_LISTS):
16743         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
16744         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
16745         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
16746         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
16747         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
16748         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
16749         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
16750         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
16751         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
16752         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
16753         Don't bother having these macros be independent of each others'
16754         values, since they no longer exist in the POSIX name space.
16755
16756         Rename the following member names back to their old names,
16757         unless !__USE_GNU_REGEX.  All uses changed back.
16758         (buffer): Renamed from re_buffer.
16759         (allocated): Renamed from re_allocated.
16760         (used): Renamed from re_used.
16761         (syntax): Renamed from re_syntax.
16762         (fastmap): Renamed from re_fastmap.
16763         (translate): Renamed from re_translate.
16764         (can_be_null): Renamed from re_can_be_null.
16765         (regs_allocated): Renamed from re_regs_allocated.
16766         (fastmap_accurate): Renamed from re_fastmap_accurate.
16767         (no_sub): Renamed from re_no_sub.
16768         (not_bol): Renamed from re_not_bol.
16769         (not_eol): Renamed from re_not_eol.
16770         (newline_anchor): Renamed from re_newline_anchor.
16771         (num_regs): Renamed from rm_num_regs.
16772         (start): Renamed from rm_start.
16773         (end): Renamed from rm_end.
16774
16775         (free_state): Move up a bit.
16776
16777         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
16778         #define to be empty.
16779         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
16780         when that is what is intended.
16781         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
16782         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
16783         (MAX): New macro.
16784         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
16785         All uses changed back to re_malloc, etc.  It's now the caller's
16786         responsibility to check for overflow; all callers changed.
16787         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
16788         (re_x2nrealloc): Remove.
16789         (free_state): Remove decl.
16790
16791         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
16792         (re_set_registers, re_exec):
16793         Use K&R-style defn.
16794
16795         2006-01-31  Roland McGrath  <roland@redhat.com>
16796
16797         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
16798         Reported by Mike Frysinger <vapier@gentoo.org>.
16799
16800         2006-01-15  Andreas Jaeger  <aj@suse.de>
16801
16802         [BZ #1950]
16803         * lib/regex_internal.c (re_string_reconstruct): Adjust for
16804         build_wcs_upper_buffer change.
16805         (build_wcs_upper_buffer): Change return type.
16806
16807         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
16808
16809         * lib/regex_internal.h: Include <stdint.h> if available.
16810
16811         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
16812
16813         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
16814
16815         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
16816
16817         * lib/regcomp.c: Adjust for changed secondary hash function.
16818
16819         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
16820
16821         * lib/regex.h: Pretty printing.
16822         Clean up namespace a bit.
16823
16824         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
16825
16826         * lib/regexec.c (update_cur_sifted_state, check_arrival,
16827         check_arrival_add_next_nodes): Avoid using uninitialized variable.
16828
16829         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
16830                     Ulrich Drepper  <drepper@redhat.com>
16831
16832         [BZ #1302]
16833         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
16834         changed.
16835         (bitset_word_t): Renamed from bitset_word.  All uses changed.
16836
16837         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
16838
16839         [BZ #281]
16840         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
16841         * lib/regcomp.c: Remove unnecessary uses of
16842         unsigned RE_TRANSLATE_TYPE.
16843         * lib/regex_internal.h: Likewise.
16844         * lib/regex_internal.c: Likewise.
16845         * lib/regexec.c: Likewise.
16846         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
16847
16848         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
16849
16850         * lib/regexec.c (find_recover_state): Remove unnecessary
16851         initialization.
16852         (transit_state_bkref): Make DFA a const pointer.
16853         (get_subexp): Likewise.
16854         (check_arrival): Likewise.
16855         (update_cur_sifted_state): Likewise.
16856         (re_search_internal): Likewise.
16857         (prune_impossible_nodes): Likewise.
16858         (acquire_init_state_context): Likewise.
16859         (proceed_next_node): Likewise.
16860         (set_regs): Likewise.
16861         (free_fail_stack_return): Likewise.
16862         (check_arrival_expand_ecl): Mark DFA parameter as const.
16863         (check_arrival_expand_ecl_sub): Likewise.
16864         (check_subexp_limits): Likewise.
16865         (sub_epsilon_src_nodes):  Likewise.
16866         (add_epsilon_src_nodes):  Likewise.
16867         (merge_state_array): Likewise.
16868         (update_regs): Likewise.
16869         (build_trtable): Likewise.
16870         (sift_states_backward): Mark MCTX parameter as const.
16871         (build_sifted_states): Likewise.
16872         (update_cur_sifted_state): Likewise.
16873         (sift_states_mkref): Likewise.
16874         (check_arrival_expand_ecl): Mark eclosure as const.
16875         (check_dst_limits_calc_pos_1): Likewise.
16876         * lib/regex_internal.h (re_match_context_t): Make dfa a const
16877         pointer.
16878
16879         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
16880
16881         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
16882         (transit_state_sb): Likewise.
16883         (transit_state_mb): Likewise.
16884         (sift_states_iter_mb): Likewise.
16885         (check_arrival_add_next_nodes): Likewise.
16886         (check_node_accept_bytes): Change first parameter to pointer-to-const.
16887         [_LIBC] (re_search_2_stub): Use mempcpy.
16888
16889         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
16890         mbrtowc for very simple UTF-8 case.
16891
16892         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
16893         a pointer-to-const.
16894         (re_acquire_state_context): Likewise.
16895         * lib/regex_internal.h: Adjust prototypes.
16896
16897         * lib/regex.c: Prevent using C++ compilers.
16898
16899         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
16900         (re_acquire_state_context): Likewise.
16901
16902 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
16903
16904         * modules/regex (Depends-on): Add ssize_t.
16905
16906 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
16907
16908         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
16909         translation table.
16910
16911 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
16912
16913         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
16914
16915 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
16916             Bruno Haible  <bruno@clisp.org>
16917
16918         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
16919         <sys/types.h> and <inttypes.h>.
16920
16921 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16922
16923         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
16924         `__error_t_defined', so argp.h will not typedef the former.
16925
16926 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
16927
16928         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
16929         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
16930         glibc names.  Even if glibc is changed to conform to POSIX, the
16931         traditional names will be available anyway, since regex depends on
16932         the extensions module.  Also, fix a longstanding typo in the
16933         implementation of Spencer ERE test #75 from grep 2.3.  Problems
16934         reported by Emanuele Giaquinta.  Also, change sense of cached
16935         variable, so that the message makes sense.
16936
16937 2006-03-24  Simon Josefsson  <jas@extundo.com>
16938
16939         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
16940         including some doc fixes.
16941         (base64_encode_alloc): Fix +1 bug on allocation failures.
16942
16943 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16944
16945         * lib/base64.c (base64_encode): Do not read past end of array with
16946         unsanitized input on systems with CHAR_BIT > 8.
16947
16948 2006-03-24  Eric Blake  <ebb9@byu.net>
16949
16950         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
16951
16952 2006-03-22  Karl Berry  <karl@gnu.org>
16953
16954         * config/srclist.txt (*setenv.[ch]): get from coreutils.
16955         * config/srclistvars.sh (COREUTILS): new var.
16956
16957 2006-03-17  Jim Meyering  <jim@meyering.net>
16958
16959         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
16960         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
16961
16962 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
16963
16964         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
16965         no longer needs it.  Instead, check that regoff_t is as least
16966         as wide as ptrdiff_t.
16967
16968         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
16969         so that our regex.h stays compatible with the installed regex.
16970         This is helpful for installers who configure --without-included-regex.
16971         Problem reported by Emanuele Giaquinta.
16972
16973 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
16974
16975         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
16976         Typedef to long int, not to off_, as POSIX will likely change
16977         in that direction.
16978
16979 2006-03-15  Eric Blake  <ebb9@byu.net>
16980
16981         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
16982
16983 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
16984
16985         * lib/argp-help.c (validate_uparams): Fix typo
16986         * lib/argp-parse.c (argp_default_options): Consistently begin help
16987         messages with a lowercase letter.
16988
16989 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
16990
16991         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
16992         overrun buffers and shouldn't be used (much as gets shouldn't be
16993         used).
16994         * lib/time_r.c (asctime_r, ctime_r): Likewise.
16995
16996 2006-03-08  Simon Josefsson  <jas@extundo.com>
16997
16998         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
16999         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17000
17001 2006-03-08  Simon Josefsson  <jas@extundo.com>
17002
17003         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
17004         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17005
17006 2006-03-08  Simon Josefsson  <jas@extundo.com>
17007
17008         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
17009         signal that configure disabled the device.
17010
17011 2006-03-08  Simon Josefsson  <jas@extundo.com>
17012
17013         * build-aux/maint.mk: Fix refresh-po, to handle no translated
17014         languages.
17015
17016 2006-03-07  Simon Josefsson  <jas@extundo.com>
17017
17018         * modules/getopt (Depends-on): Add unistd.
17019
17020         * modules/unistd: New file.
17021
17022 2006-03-07  Simon Josefsson  <jas@extundo.com>
17023
17024         * modules/gc-random: New file.
17025
17026 2006-03-07  Simon Josefsson  <jas@extundo.com>
17027
17028         * m4/unistd_h.m4: New file.
17029
17030 2006-03-07  Simon Josefsson  <jas@extundo.com>
17031
17032         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
17033         test to be side-effect free by storing the result in the cache
17034         variable gl_cv_lib_readline, and moving the assignment of
17035         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
17036         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17037
17038 2006-03-07  Simon Josefsson  <jas@extundo.com>
17039
17040         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
17041         error on missing devices (the functions will return an error).
17042
17043         * m4/gc.m4: Move random stuff to gc-random.m4
17044
17045 2006-03-07  Simon Josefsson  <jas@extundo.com>
17046
17047         * lib/unistd_.h: New file.
17048
17049 2006-03-07  Simon Josefsson  <jas@extundo.com>
17050
17051         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
17052
17053 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17054
17055         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
17056         Problem reported by Juan Manuel Guerrero.
17057
17058 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17059
17060         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
17061         the unistd module.
17062         * lib/getlogin_r.c: Likewise.
17063         * lib/getlogin_r.h: Likewise.
17064         * lib/glob.c: Likewise.
17065         * lib/pagealign_alloc.c: Likewise.
17066         * lib/unistd_.h: Remove; no longer needed.
17067
17068 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17069
17070         * MODULES.html.sh (Support for systems lacking POSIX:2001):
17071         Add unistd.
17072         * modules/c-stack (Depends-on): Add unistd.
17073         * modules/getlogin_r: Likewise.
17074         * modules/glob: Likewise.
17075         * modules/pagealign_alloc: Likewise.
17076         * modules/unistd (Files): Remove lib/unistd_.h.
17077         (EXTRA_DIST): Remove.
17078         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
17079         need unistd_.h.
17080         (MOSTLYCLEANFILES): Remove unistd.h-t.
17081
17082 2006-03-03  Simon Josefsson  <jas@extundo.com>
17083
17084         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
17085
17086 2006-03-03  Simon Josefsson  <jas@extundo.com>
17087
17088         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
17089         libidn and bison.
17090
17091 2006-03-03  Simon Josefsson  <jas@extundo.com>
17092
17093         * build-aux/maint.mk: Add indent target.
17094
17095 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
17096
17097         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
17098         our replacement poll.h in any case, to avoid a differing
17099         declaration from a system header.  Seen on AIX.
17100
17101 2006-03-01  Simon Josefsson  <jas@extundo.com>
17102
17103         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
17104         <kasal@ucw.cz>.
17105
17106 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17107
17108         * modules/gettime (Depends-on): Add extensions module.
17109         * modules/nanosleep (Depends-on): Likewise.
17110         * modules/settime (Depends-on): Likewise.
17111
17112 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17113
17114         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
17115         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
17116         pedantically.
17117         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
17118         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
17119
17120         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
17121         not "==".  Reported by Ralf Wildenhues.
17122
17123 2006-03-01  Karl Berry  <karl@gnu.org>
17124
17125         * doc/Copyright/request-*: new files, synced from gnuorg.
17126
17127 2006-03-01  Karl Berry  <karl@gnu.org>
17128
17129         * config/srclist.txt (Copyright/*): new entries.
17130
17131 2006-02-28  Simon Josefsson  <jas@extundo.com>
17132
17133         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
17134
17135 2006-02-27  Simon Josefsson  <jas@extundo.com>
17136
17137         * lib/base64.h: Indent #define's.  From Jim Meyering
17138         <jim@meyering.net>.
17139
17140 2006-02-27  Jim Meyering  <jim@meyering.net>
17141
17142         Revert the change of 2006-02-24, so these files can continue
17143         to be sync'd from gettext.
17144         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
17145         of `config.h'.
17146
17147 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17148
17149         * modules/intprops: New file.
17150         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
17151         Add intprops.
17152         * modules/getloadavg (Files): Remove lib/intprops.h.
17153         (Depends-on): Add intprops.
17154         * modules/human: Likewise.
17155         * modules/inttostr: Likewise.
17156         * modules/openat: Likewise.
17157         * modules/sig2str: Likewise.
17158         * modules/userspec: Likewise.
17159         * modules/utimecmp: Likewise.
17160         * modules/xnanosleep: Likewise.
17161         * modules/xstrtol: Likewise.
17162
17163 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
17164
17165         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
17166         * modules/lock-tests (TESTS): Use $(EXEEXT).
17167         * modules/tls-tests: Likewise.
17168         * modules/argp-tests: Likewise.
17169         (check_PROGRAMS): New var, replacing...
17170         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
17171
17172 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17173
17174         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
17175         `config.h'.
17176
17177 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
17178
17179         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
17180
17181 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17182
17183         Sync from coreutils.
17184         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
17185         gl_CHDIR_SAFER.
17186
17187 2006-02-22  Jim Meyering  <jim@meyering.net>
17188
17189         Sync from coreutils.
17190         * m4/chdir-safer.m4: New file.
17191
17192 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
17193
17194         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
17195         AT_FDCWD exceeds INT_MAX.
17196         * lib/openat.h (AT_FDCWD): Likewise.
17197
17198 2006-02-17  Eric Blake  <address@hidden>
17199
17200         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
17201
17202 2006-02-16  Simon Josefsson  <jas@extundo.com>
17203
17204         * modules/getaddrinfo (Depends-on): Add sys_socket.
17205
17206 2006-02-15  Simon Josefsson  <jas@extundo.com>
17207
17208         * build-aux/maint.mk: Add dsyntax-check rule.
17209
17210 2006-02-15  Eric Blake  <ebb9@byu.net>
17211
17212         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
17213         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
17214         'present but cannot compile' warnings on cygwin.
17215         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
17216         use ws2tcpip.h if sys/socket.h works.
17217         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
17218         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
17219
17220 2006-02-14  Simon Josefsson  <jas@extundo.com>
17221
17222         * modules/maintainer-makefile (Files): Rename.
17223
17224         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
17225         and (the local) Makefile.cfg to maint-cfg.mk.
17226
17227         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
17228         to the latter.
17229
17230         * modules/maintainer-makefile: New module.
17231
17232         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
17233         severaly stripped to make it possible to build it up from scratch
17234         with reliable tests.
17235
17236         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
17237         fixes to permit overriding the default actions when configure and
17238         makefile are not available.
17239
17240 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
17241
17242         Sync from coreutils.
17243         * modules/lstat (Depends-on): Don't depend on xalloc.
17244         (License): Change from GPL to LGPL, since this is now simply a
17245         replacement for a libc function.
17246
17247 2006-02-14  Jim Meyering  <jim@meyering.net>
17248
17249         Sync from coreutils.
17250
17251         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
17252         failure on deficient systems, and simplify gnulib lgpl dependencies.
17253         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
17254         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
17255
17256         * lib/xalloc-die.c: Remove unused definition of N_.
17257
17258 2006-02-14  Jim Meyering  <jim@meyering.net>
17259
17260         Sync from coreutils.
17261         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
17262         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
17263         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
17264         double-quote uses of that variable, to accommodate the rare case in
17265         which getmntent is available in none of the libraries checked.  This
17266         happens at least on FreeBSD 5.0.
17267
17268 2006-02-13  Simon Josefsson  <jas@extundo.com>
17269
17270         * gnulib-tool (Usage): Fix --import, from
17271         karl@freefriends.org (Karl Berry).
17272
17273 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
17274
17275         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
17276
17277 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
17278
17279         * lib/argp-namefrob.h: Restore changes accidentally lost during the
17280         "autoupdate" on 2005-12-12.
17281
17282 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
17283
17284         * modules/closeout (Depends-on): Remove atexit.
17285
17286 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
17287
17288         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
17289         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
17290
17291 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
17292
17293         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
17294         __EXTENSIONS__ if this causes compilation to fail.  Problem
17295         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
17296         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
17297
17298 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
17299
17300         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
17301         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
17302         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
17303         All uses changed.
17304
17305 2006-01-26  Simon Josefsson  <jas@extundo.com>
17306
17307         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
17308         prototype is visible on mingw32.
17309
17310         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
17311         for mingw32.
17312
17313         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
17314         mingw32).
17315
17316 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
17317
17318         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
17319         attempt to open for write; this always fails, at least on POSIX
17320         hosts.  This reinstates the 2006-01-09 change, which was
17321         inadvertently removed.
17322
17323 2006-01-26  Bruno Haible  <bruno@clisp.org>
17324
17325         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
17326         Reported by Paul Eggert.
17327
17328 2006-01-26  Bruno Haible  <bruno@clisp.org>
17329             Paul Eggert  <eggert@cs.ucla.edu>
17330
17331         * lib/stdbool_.h (_Bool)
17332         [(! (defined __cplusplus || defined __BEOS__)
17333           && !defined __GNUC__
17334           && !(defined __HP_cc || defined __xlc__
17335                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
17336                || defined __sgi))]:
17337         #define to signed char in these cases too; this simplifies
17338         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
17339         etc., separately) and makes it more conservative.
17340
17341 2006-01-25  Simon Josefsson  <jas@extundo.com>
17342
17343         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
17344         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
17345         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
17346
17347 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
17348
17349         * lib/argp-namefrob.h: Bugfix. Remove stray #
17350
17351 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
17352
17353         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
17354         so that we test the test.
17355         Check for yet another HP-UX cc bug involving *bool |= bool.
17356
17357 2006-01-25  Karl Berry  <karl@gnu.org>
17358
17359         * config/srclist.txt (vasnprintf.c): sync lost.
17360
17361 2006-01-25  Jim Meyering  <jim@meyering.net>
17362
17363         Sync from the stable (b5) branch of coreutils:
17364
17365         * lib/fts.c (fts_children): Don't let close() clobber errno from
17366         failed fchdir().
17367
17368         * lib/fts.c (fts_stat): When following a symlink-to-directory,
17369         don't necessarily interpret stat-fails+lstat-succeeds as indicating
17370         a dangling symlink.  That can also happen at least for ELOOP.
17371         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
17372         FYI, this bug predates the inclusion of fts.c in coreutils.
17373
17374         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
17375         in their own block, so pre-c99 compilers don't object.
17376
17377         Avoid the double-free (first in fts_read, second in fts_close) that
17378         would occur when an `active' directory is made inaccessible (e.g.,
17379         via chmod a-x) during a traversal.
17380         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
17381         before returning.  Reproduce this failure by
17382         mkdir -p a/b; cd a; chmod a-x . b
17383         Reported by Stavros Passas.
17384
17385 2006-01-25  Jim Meyering  <jim@meyering.net>
17386
17387         * lib/fileblocks.c: Remove more useless parentheses.
17388         * lib/readutmp.h: Likewise.
17389
17390 2006-01-25  Bruno Haible  <bruno@clisp.org>
17391
17392         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
17393         warnings.
17394         Reported by Paul Eggert.
17395
17396 2006-01-25  Bruno Haible  <bruno@clisp.org>
17397
17398         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
17399         rid of a trap command. For Solaris sh.
17400         Reported by Mark D. Baushke <mdb@gnu.org>.
17401
17402 2006-01-24  Simon Josefsson  <jas@extundo.com>
17403
17404         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
17405         Bruno.
17406
17407 2006-01-24  Karl Berry  <karl@gnu.org>
17408
17409         * config/srclist.txt (argp-namefrob.h): sync lost.
17410
17411 2006-01-24  Jim Meyering  <jim@meyering.net>
17412
17413         * modules/openat (Files): Add lib/intprops.h.
17414         From Mark D. Baushke.
17415
17416 2006-01-24  Jim Meyering  <jim@meyering.net>
17417
17418         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
17419         Reported by Mark D. Baushke.
17420
17421 2006-01-24  Jim Meyering  <jim@meyering.net>
17422
17423         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
17424
17425 2006-01-24  Bruno Haible  <bruno@clisp.org>
17426
17427         * modules/strnlen (Maintainer): Change from glibc to all.
17428
17429 2006-01-24  Bruno Haible  <bruno@clisp.org>
17430
17431         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
17432         Patch by Paul Eggert.
17433
17434 2006-01-24  Bruno Haible  <bruno@clisp.org>
17435
17436         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
17437         already has it.
17438         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
17439         2005-11-26.
17440
17441         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
17442         'signed char' to avoid problems with the built-in _Bool type.
17443         Reported by Paul Eggert on 2005-11-26.
17444
17445 2006-01-24  Bruno Haible  <bruno@clisp.org>
17446
17447         * gnulib-tool (func_import): Avoid constructing complicated sed
17448         expressions inside backquote.
17449         Report and solution by Mark D. Baushke <mdb@gnu.org>.
17450
17451 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
17452
17453         These changes imported from libc.
17454         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
17455         test and two separate function calls.
17456         * lib/strndup.c (__strndup): Add libc_hidden_def.
17457
17458 2006-01-23  Simon Josefsson  <jas@extundo.com>
17459
17460         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
17461         Remove the test_*_SOURCES variable: automake infers it by default.
17462         * modules/tls-tests: Likewise.
17463
17464 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17465
17466         Work around porting bugs reported by Dieter in
17467         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
17468         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
17469         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
17470         Include "getopt.h" first, to check interface.
17471         (getenv): Declare only if defined HAVE_DECL_GETENV &&
17472         !HAVE_DECL_GETENV.
17473         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
17474         (__strndup): Revert to K&R-style function dfns, the glibc style.
17475         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
17476         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
17477         Include strnlen.h first, to get prototype properly.
17478         (strnlen): Renamed from __strnlen.
17479         Remove weak alias.
17480
17481 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17482
17483         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
17484
17485 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17486
17487         * config/srclist.txt: Adjust to reflect glibc reorganization.
17488         This affects only comments.
17489
17490 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17491
17492          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
17493          Reported by Bruce Korb <bkorb@gnu.org>.
17494
17495 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
17496
17497         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
17498         to pacify gcc -Wswitch-default.
17499
17500 2006-01-22  Bruno Haible  <bruno@clisp.org>
17501
17502         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
17503         temporary buffer for sprintf, take into account the precision also
17504         for 'd', 'i', 'u', 'o', 'x', 'X'.
17505
17506 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
17507
17508         * modules/argp-tests: New module
17509         * tests/test-argp.c: New file
17510         * tests/test-argp-2.sh: New file
17511
17512 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
17513
17514         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
17515         (__argp_base_name): Removed
17516         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
17517         typo.
17518         (__argp_base_name): Provide macro definition or extern declaration
17519         depending on the configuration
17520
17521 2006-01-20  Simon Josefsson  <jas@extundo.com>
17522
17523         * modules/inet_ntop (Depends-on): Depend on sys_socket.
17524
17525 2006-01-20  Simon Josefsson  <jas@extundo.com>
17526
17527         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
17528
17529 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17530
17531         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
17532         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
17533         Suggested by Bruno Haible.
17534
17535 2006-01-20  Karl Berry  <karl@gnu.org>
17536
17537         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
17538         until changes propagate, I guess.
17539
17540 2006-01-19  Simon Josefsson  <jas@extundo.com>
17541
17542         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
17543
17544 2006-01-19  Simon Josefsson  <jas@extundo.com>
17545
17546         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
17547
17548 2006-01-19  Simon Josefsson  <jas@extundo.com>
17549
17550         * gnulib-tool: Set check_PROGRAMS.
17551
17552         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
17553         modules/des-tests, modules/gc-arcfour-tests,
17554         modules/gc-arctwo-tests, modules/gc-des-tests,
17555         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
17556         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
17557         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
17558         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
17559         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
17560         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
17561         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
17562         test_*_SOURCES.
17563
17564 2006-01-18  Simon Josefsson  <jas@extundo.com>
17565
17566         * modules/socklen (Depends-on): Depend on sys_socket.
17567
17568 2006-01-18  Simon Josefsson  <jas@extundo.com>
17569
17570         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
17571         modules/des-tests, modules/gc-arcfour-tests,
17572         modules/gc-arctwo-tests, modules/gc-des-tests,
17573         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
17574         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
17575         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
17576         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
17577         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
17578         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
17579         $(EXEEXT) to automake TESTS variable, for mingw32.
17580
17581 2006-01-17  Simon Josefsson  <jas@extundo.com>
17582
17583         * modules/socklen (Include): Need sys/socket.h.
17584
17585 2006-01-17  Bruno Haible  <bruno@clisp.org>
17586
17587         * modules/ssize_t (Include): Add <sys/types.h>.
17588
17589 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
17590
17591         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
17592         it's not portable and it doesn't work with cross-compiles.
17593         Problem reported by Bruno Haible.  Fix missing-$ typo in
17594         'test "gl_cv_ignore_unused_libraries" ...' that prevented
17595         -zignore from being used with Sun's C compiler.
17596
17597 2006-01-12  Simon Josefsson  <jas@extundo.com>
17598
17599         * lib/base64.c: Fix warning, reported by Bruno Haible
17600         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
17601
17602 2006-01-12  Bruno Haible  <bruno@clisp.org>
17603
17604         * modules/ldd: New file.
17605         * build-aux/ldd.sh.in: New file.
17606         * MODULES.html.sh (Support for building libraries and executables): Add
17607         ldd.
17608
17609 2006-01-12  Bruno Haible  <bruno@clisp.org>
17610
17611         * m4/ldd.m4: New file.
17612
17613 2006-01-12  Bruno Haible  <bruno@clisp.org>
17614
17615         * gnulib-tool (func_import, func_create_testdir): Don't go into an
17616         endless loop while replacing $auxdir with build-aux.
17617
17618 2006-01-11  Simon Josefsson  <jas@extundo.com>
17619
17620         * lib/stdint_.h (SIZE_MAX): Add missing (.
17621
17622 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
17623
17624         Sync from coreutils.
17625         * lib/md5.c: Fix commentary typos.
17626         (alignof, UNALIGNED_P): No need for a GCC-specific version.
17627         * lib/md5.h (__attribute__): Remove; unused.
17628         * lib/sha1.c: Fix commentary to match md5 better.
17629         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
17630         so that we don't need to worry about alignment.  All uses changed.
17631         This merges the 2005-10-28 md5 change into sha1.
17632
17633 2006-01-11  Jim Meyering  <jim@meyering.net>
17634
17635         Sync from coreutils.
17636         * lib/md5.c (OP): Fix spacing.
17637
17638 2006-01-11  Bruno Haible  <bruno@clisp.org>
17639
17640         Ensure automatic ordering between gl_LOCK and gl_ARGP.
17641         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
17642         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
17643
17644 2006-01-11  Bruno Haible  <bruno@clisp.org>
17645
17646         Ensure automatic ordering between gl_LOCK and gl_ARGP.
17647         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
17648         the "early" section as well.
17649
17650 2006-01-11  Bruno Haible  <bruno@clisp.org>
17651
17652         Avoid "ar: no archive members specified" error on MacOS X.
17653         * gnulib-tool (func_modules_add_dummy): New function.
17654         (func_import, func_create_testdir): Invoke it.
17655
17656 2006-01-11  Bruno Haible  <bruno@clisp.org>
17657
17658         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
17659         with $auxdir in AC_CONFIG_FILES statements.
17660
17661 2006-01-11  Bruno Haible  <bruno@clisp.org>
17662
17663         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
17664         Initialize also noinst_HEADERS to empty.
17665
17666 2006-01-11  Bruno Haible  <bruno@clisp.org>
17667
17668         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
17669         variables.
17670         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
17671         autoreconf.
17672
17673 2006-01-11  Bruno Haible  <bruno@clisp.org>
17674
17675         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
17676         overridable by the user.
17677         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17678
17679 2006-01-10  Simon Josefsson  <jas@extundo.com>
17680
17681         * modules/sys_socket: New file.
17682
17683 2006-01-10  Simon Josefsson  <jas@extundo.com>
17684
17685         * m4/sys_socket_h.m4: New file.
17686
17687 2006-01-10  Simon Josefsson  <jas@extundo.com>
17688
17689         * lib/socket_.h: New file.
17690
17691 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
17692
17693         * modules/readutmp (Maintainer): Add myself.
17694
17695 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
17696
17697         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
17698         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
17699         People who are still concerned with buggy memcmp implementations
17700         can invoke gl_FUNC_MEMCMP themselves.
17701
17702 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
17703
17704         * lib/regex_internal.h (BITSET_WORD_BITS):
17705         Work around a bug in 64-bit PGC (before version 6.1-2), where the
17706         preprocessor mishandles large unsigned values as if they were signed.
17707         Problem reported by Claudio Fontana in
17708         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
17709
17710 2006-01-10  Jim Meyering  <jim@meyering.net>
17711
17712         Avoid the double-free (first in fts_read, second in fts_close) that
17713         would occur when an `active' directory is made inaccessible (e.g.,
17714         via chmod a-x) during a traversal.
17715         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
17716         before returning.  Reproduce this failure by
17717         mkdir -p a/b; cd a; chmod a-x . b
17718         Reported by Stavros Passas.
17719
17720         Sync from coreutils.
17721         * lib/sha1.c: Tweak grammar in a comment.
17722
17723 2006-01-10  Jim Meyering  <jim@meyering.net>
17724
17725         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
17726         Patch by Joerg Sonnenberger.
17727
17728 2006-01-10  Bruno Haible  <bruno@clisp.org>
17729
17730         * modules/readutmp: Depend on module free.
17731         * modules/strtok_r: Depend on module restrict.
17732
17733 2006-01-10  Bruno Haible  <bruno@clisp.org>
17734
17735         * modules/gettext (configure.ac): Add an invocation of
17736         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
17737
17738 2006-01-10  Bruno Haible  <bruno@clisp.org>
17739
17740         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
17741         Reported by Werner Lemberg <wl@gnu.org>.
17742
17743 2006-01-10  Bruno Haible  <bruno@clisp.org>
17744
17745         * lib/localcharset.c: Update from GNU gettext.
17746
17747 2006-01-10  Bruno Haible  <bruno@clisp.org>
17748
17749         * lib/argp.h (__const): Remove macro. Use const instead.
17750         * lib/argp-fmtstream.h (__const): Likewise.
17751         * lib/glob_.h (__const): Remove macro.
17752         * lib/glob-libc.h: Use const instead of __const.
17753
17754 2006-01-10  Bruno Haible  <bruno@clisp.org>
17755
17756         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
17757         variable.
17758         Needed to avoid an automake error regarding the 'gettext' module.
17759
17760 2006-01-09  Simon Josefsson  <jas@extundo.com>
17761
17762         * modules/inet_ntop (Depends-on): Add restrict.
17763
17764 2006-01-09  Simon Josefsson  <jas@extundo.com>
17765
17766         * modules/gc-rijndael-tests (License): Put under LGPL.
17767
17768         * modules/gc-des-tests (License): Likewise.
17769
17770         * modules/gc-arcfour-tests (License): Likewise.
17771
17772         * modules/gc-arctwo-tests (License): Likewise.
17773
17774         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
17775
17776         * modules/gc-hmac-sha1-tests (Files): Likewise.
17777
17778         * modules/gc-hmac-md5-tests (License): Likewise.
17779
17780         * modules/gc-sha1-tests (License): Likewise.
17781
17782         * modules/gc-md5-tests (License): Likewise.
17783
17784         * modules/gc-md4-tests (License): Likewise.
17785
17786         * modules/gc-md2-tests (License): Likewise.
17787
17788         * modules/gc-tests (License): Likewise.
17789
17790         * modules/des-tests (License): Likewise.
17791
17792         * modules/md4-tests (License): Likewise.
17793
17794         * modules/md2-tests (License): Likewise.
17795
17796 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
17797
17798         Sync from coreutils:
17799
17800         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
17801         * modules/lib-ignore: New file.
17802         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
17803         chdir-safer.m4, lchmod.m4.
17804         * modules/openat: Add mkdirat.c, openat-priv.h.
17805
17806 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
17807
17808         Sync from coreutils.
17809         * m4/lib-ignore.m4: New file.
17810         * m4/lchmod.m4: New file.
17811
17812 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
17813
17814         Sync from coreutils.
17815         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
17816         for write access: POSIX says that must fail.
17817         * lib/fts.c (diropen): Likewise.
17818         * lib/save-cwd.c (save_cwd): Likewise.
17819         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
17820         well, for minor improvements on hosts that lack O_DIRECTORY.
17821         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
17822         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
17823         Fall back on chown if open failed with EACCES.
17824
17825         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
17826         Report an error at compile-time if only a 1-second nominal clock
17827         resolution is found.
17828
17829         * lib/lchmod.h: New file.
17830         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
17831         (make_dir_parents): Use lchown rather than chown, and
17832         lchmod rather than chmod.
17833
17834         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
17835         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
17836         "proc" reported by n0dalus.
17837
17838         * lib/mountlist.c: Include <limits.h>.
17839         (dev_from_mount_options)
17840         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
17841         New function.  It no longer assumes "dev=" has the System V meaning
17842         on Linux (since it doesn't).  It also parses "dev=" more carefully.
17843         (read_file_system_list)
17844         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
17845         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
17846         dev= in that case.
17847
17848         * lib/posixtm.h (PDS_PRE_2000): New macro.
17849         * lib/posixtm.c (year): Arg is now syntax_bits rather than
17850         allow_century.  All usages changed.  Reject dates outside the range
17851         1969-1999 if PDS_PRE_2000 is used.
17852
17853 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
17854
17855         Sync from coreutils.
17856         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
17857         (Time of day items): Mention the possibility of leap seconds.
17858         Problem reported by Dr. David Alan Gilbert.
17859
17860 2006-01-09  Jim Meyering  <jim@meyering.net>
17861
17862         Sync from coreutils.
17863
17864         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
17865
17866         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
17867
17868         * lib/modechange.c (mode_compile): Reject an invalid mode string
17869         that starts with an octal digit.  From Andreas Gruenbacher.
17870
17871         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
17872         and dup to open_safer and dup_safer, respectively.
17873         (openat_permissive): Fix typo in comment.
17874
17875         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
17876         "gettext.h"; either no longer needed or are guaranteed by openat.h.
17877         (_): Remove; no longer needed.
17878         (openat): Renamed from rpl_openat; no need for rpl_openat
17879         since openat.h renames openat for us.
17880         Replace most of the body with a call to openat_permissive,
17881         to avoid duplicate code.
17882         Port to (probably hypothetical) environments were mode_t is
17883         wider than int.
17884         (openat_permissive): Require mode arg, so that we can check
17885         types better.  Put it just after flags.  Change cwd failure
17886         indicator from pointer-to-bool to pointer-to-errno-value.
17887         All callers changed.
17888         Invoke openat_save_fail and/or openat_restore_fail if
17889         cwd_errno is null, so that openat can call us.
17890         (openat_permissive, fdopendir, fstatat, unlinkat):
17891         Simplify errno handling to avoid some duplicate code,
17892         as it's OK to set errno on success.
17893         * lib/openat.h: Revamp code so that function macros depend on
17894         __OPENAT_PREFIX only, not also on AT_FDCWD.
17895         (openat_ro): Remove.  Caller changed to use openat_permissive.
17896         (openat_permissive): Now a macro, if not a function.
17897         (openat_restore_fail, openat_save_fail): Now always functions,
17898         since mkdirat needs them even if __OPENAT_PREFIX is defined.
17899
17900         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
17901         and openat.c.
17902         * lib/mkdirat.c: Include openat-priv.h.
17903         Remove definitions of macros defined therein.
17904         * lib/openat.c: Likewise.
17905
17906         * lib/mkdirat.c (mkdirat): New file and function.
17907         * lib/openat.h (mkdirat): Declare.
17908
17909         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
17910
17911         * lib/openat.h (openat_permissive): Declare.
17912         (openat_ro): Define.
17913
17914         * lib/openat.c (EXPECTED_ERRNO): New macro.
17915         (openat_permissive): New function -- used in remove.c rewrite.
17916         (all functions): Set errno just before returning, only if there
17917         was an actual failure.
17918         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
17919
17920         Emulate openat-family functions using Linux's procfs, if possible.
17921         Idea and some code based on Ulrich Drepper's glibc changes.
17922
17923         * lib/openat.c: (BUILD_PROC_NAME): New macro.
17924         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
17925         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
17926         before falling back on save_cwd and restore_cwd.
17927         (fdopendir, fstatat, unlinkat): Likewise.
17928
17929         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
17930         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
17931
17932         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
17933         as second argument to va_arg.  Otherwise, some versions of gcc
17934         warn that `if this code is reached, the program will abort'.
17935
17936 2006-01-09  Jim Meyering  <jim@meyering.net>
17937
17938         Sync from coreutils.
17939         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
17940         Require openat-priv.h.
17941
17942 2006-01-09  Bruno Haible  <bruno@clisp.org>
17943
17944         * modules/strnlen (Include): Use strnlen.h.
17945
17946 2006-01-09  Bruno Haible  <bruno@clisp.org>
17947
17948         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
17949
17950 2006-01-09  Bruno Haible  <bruno@clisp.org>
17951
17952         * lib/sysexit_.h (EX_OK): New macro.
17953         Suggested by Martin Lambers <marlam@marlam.de>.
17954
17955 2006-01-09  Bruno Haible  <bruno@clisp.org>
17956
17957         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
17958         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
17959
17960 2006-01-09  Bruno Haible  <bruno@clisp.org>
17961
17962         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
17963         numbers.
17964
17965 2006-01-09  Bruno Haible  <bruno@clisp.org>
17966
17967         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
17968         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
17969         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
17970         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
17971
17972 2006-01-09  Bruno Haible  <bruno@clisp.org>
17973
17974         * build-aux/javacomp.sh.in: New file, moved from lib/.
17975         * modules/javacomp-script (Files): Update.
17976         (configure.ac): Add AC_CONFIG_FILES invocation.
17977         (EXTRA_DIST): Remove variable.
17978
17979         * build-aux/javaexec.sh.in: New file, moved from lib/.
17980         * modules/javaexec (Files): Update.
17981         (configure.ac): Add AC_CONFIG_FILES invocation.
17982         (EXTRA_DIST): Remove javaexec.sh.in.
17983
17984         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
17985         * modules/csharpcomp-script (Files): Update.
17986         (configure.ac): Add AC_CONFIG_FILES invocation.
17987         (EXTRA_DIST): Remove variable.
17988
17989         * build-aux/csharpexec.sh.in: New file, moved from lib/.
17990         * modules/csharpexec (Files): Update.
17991         (configure.ac): Add AC_CONFIG_FILES invocation.
17992         (EXTRA_DIST): Remove csharpexec.sh.in.
17993
17994 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
17995
17996         Sync from coreutils.
17997
17998         Add POSIX ACL support
17999         * lib/acl.h (copy_acl, set_acl): Add declarations.
18000         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
18001         systems other than Linux.
18002         (chmod_or_fchmod): New function: use fchmod when possible,
18003         and chmod otherwise.
18004         (file_has_acl): Add a POSIX ACL implementation, with a
18005         Linux-specific subcase.
18006         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
18007         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
18008         acls are unsupported.
18009         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
18010         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
18011         are unsupported.
18012
18013 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
18014
18015         Sync from coreutils.
18016         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
18017
18018 2006-01-07  Bruno Haible  <bruno@clisp.org>
18019
18020         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
18021         gl_EARLY.
18022
18023 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18024
18025         * lib/strftime.c (tzname): Don't declare if it is already #defined.
18026         Problem reported for Mingw by Mark Junker.
18027
18028 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18029
18030         * README: Gnulib normally doesn't generate a tarball.
18031
18032 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
18033
18034         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
18035         long int, not int, for nanosecond counts, so that people who are
18036         used to POSIX struct timespec won't be surprised.  Reported by Jim
18037         Meyering.
18038
18039 2005-12-28  Bruno Haible  <bruno@clisp.org>
18040
18041         * build-aux/config.rpath: Update from GNU gettext.
18042
18043 2005-12-16  Jim Meyering  <jim@meyering.net>
18044
18045         * modules/fprintftime: New module.
18046         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
18047
18048 2005-12-16  Jim Meyering  <jim@meyering.net>
18049
18050         * m4/fprintftime.m4: New file.
18051
18052 2005-12-16  Jim Meyering  <jim@meyering.net>
18053
18054         * lib/fprintftime.c, lib/fprintftime.h: New files.
18055
18056 2005-12-15  Simon Josefsson  <jas@extundo.com>
18057
18058         * modules/socklen (configure.ac): Fix M4 macro name, to align with
18059         new m4/socklen.m4.
18060
18061 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18062
18063         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
18064         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
18065
18066 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18067
18068         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
18069         * lib/argp-help.c (fill_in_uparams): Check if the constructed
18070         struct uparams is valid. Fall back to the default values if it is
18071         not.
18072
18073 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18074
18075         * modules/argp (Files): Add argp-pin.c
18076         (Depends-on): dirname
18077         (lib_SOURCES): Add argp-pin.c
18078
18079 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18080
18081         * m4/argp.m4:  Check if program_invocation_name and
18082         program_invocation_short_name are declared and define appropriate
18083         macros if they are not.
18084
18085 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18086
18087         * lib/argp-help.c (__argp_base_name): New function
18088         (__argp_short_program_name): Rewrite using __argp_base_name
18089         * lib/argp-namefrob.h: Define program_invocation_name and
18090         program_invocation_short_name if requested
18091         (__argp_base_name): Add prototype
18092         * lib/argp-parse.c (argp_def): Use gettext wrappers
18093         (argp_default_parser): Use __argp_base_name
18094         * lib/argp-pin.c: New file. Defines program_invocation_name and
18095         program_invocation_short_name on systems that lack them.
18096
18097 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18098
18099         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
18100         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
18101         porting problem reported by Georg Schwarz in
18102         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
18103
18104 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18105
18106         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
18107         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
18108         porting problem reported by Georg Schwarz in
18109         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
18110
18111 2005-12-05  Bruno Haible  <bruno@clisp.org>
18112
18113         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
18114         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
18115         Reported by Mark Junker <mjscod@gmx.de>.
18116
18117 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
18118
18119         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
18120         Use implementation from Albert Chin, with some
18121         comments/corrections by Stepan Kasal and myself.
18122
18123 2005-12-02  Bruno Haible  <bruno@clisp.org>
18124
18125         * gnulib-tool (func_import): Accept GPLed build tool modules when
18126         --lgpl is given.
18127         * modules/csharpcomp-script: New file.
18128         * modules/csharpcomp: Depend on it.
18129         * modules/javacomp-script: New file.
18130         * modules/javacomp: Depend on it.
18131         Suggested by Simon Josefsson.
18132
18133 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
18134
18135         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
18136         statement, to work around an HP-UX 10.20 compiler bug reported by
18137         Peter O'Gorman.
18138
18139 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
18140
18141         * modules/savedir (Depends-on): Add openat.
18142
18143 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
18144
18145         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
18146         (uintmax_t) [defined uintmax_t]: Do not declare.
18147         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
18148         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
18149         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
18150         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
18151         sake of portability to weird hosts that C allows (though we don't
18152         know of any practical examples).
18153
18154         * lib/savedir.h (fdsavedir): New decl.
18155         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
18156         contains most of the former guts of savedir.
18157         (savedir): Use savedirstream.
18158         Include "openat.h".
18159
18160 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18161
18162         * modules/obstack (Files): Add m4/ulonglong.m4.
18163         Problem reported by Davide Angelocola.
18164
18165 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
18166
18167         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
18168         coreutils no longer futzes with rounding modes.
18169
18170 2005-11-14  Jim Meyering  <jim@meyering.net>
18171
18172         * lib/mkstemp-safer.c: Include <config.h>, required for possible
18173         replacement of mkstemp.
18174
18175 2005-11-10  Simon Josefsson  <jas@extundo.com>
18176
18177         * lib/readline.c: Remove EOL.
18178
18179 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18180
18181         * modules/gethrxtime (Depends-on): Add gettime.
18182
18183 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18184
18185         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
18186         or gettimeofday; no longer needed.
18187
18188 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18189
18190         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
18191         time business.
18192         (gethrxtime) [! (HAVE_NANOUPTIME
18193         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
18194         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
18195         our own approximation.
18196
18197 2005-11-08  Eric Blake  <ebb9@byu.net>
18198
18199         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
18200
18201 2005-11-08  Eric Blake  <ebb9@byu.net>
18202
18203         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
18204
18205 2005-11-04  Bruno Haible  <bruno@clisp.org>
18206
18207         * gnulib-tool: Implement --update mode.
18208
18209 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18210
18211         Fix porting problem reported by Theodoros V. Kalamatianos.
18212         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
18213         Don't assume that futimes failing means we must fail.
18214
18215 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18216
18217         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
18218         variables to suggest the intended function of the PATH_MAX check.
18219
18220 2005-10-30  Kean Johnston  <jkj@sco.com>
18221
18222         Trivial changes to support SCO systems.
18223         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
18224         as PATH_MAX.
18225         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
18226         where __ptr is null when no I/O is pending.
18227
18228 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18229
18230         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
18231         leave errno alone.  Problem reported by Dmitry V. Levin.
18232
18233 2005-10-28  Simon Josefsson  <jas@extundo.com>
18234
18235         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
18236         Test more.
18237
18238         * tests/test-gc-md2.c, tests/test-md2.c: New files.
18239
18240         * modules/md2, modules/md2-tests: New files.
18241
18242 2005-10-28  Simon Josefsson  <jas@extundo.com>
18243
18244         * m4/inet_ntop.m4: More tests.
18245
18246         * m4/gc-md2.m4, md2.m4: New file.
18247
18248 2005-10-28  Simon Josefsson  <jas@extundo.com>
18249
18250         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
18251         "restrict" keywords, as per POSIX.  Protect the function
18252         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
18253         Don't use K&R prototypes.  Check the sprintf return values.
18254         Re-define EAFNOSUPPORT if not present.  Indent.
18255
18256         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
18257         suggested by Bruno Haible <bruno@clisp.org>.
18258
18259         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
18260
18261         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
18262
18263         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
18264         libgcrypt).
18265
18266         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
18267
18268         * lib/md2.h, lib/md2.c: New files.
18269
18270 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
18271
18272         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
18273         errno alone.  Problem reported by Frederic Jolliton.
18274
18275 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
18276
18277         * modules/verify (License): Change from GPL to LGPL.  This is a
18278         tiny module and there are apparently near-equivalents that are
18279         under the BSD license.
18280
18281 2005-10-24  Simon Josefsson  <jas@extundo.com>
18282
18283         * modules/sha1: Relicense to LGPL.
18284
18285 2005-10-24  Simon Josefsson  <jas@extundo.com>
18286
18287         * lib/md4.h: Shrink buffer size, now that we changed the type.
18288
18289 2005-10-23  Simon Josefsson  <jas@extundo.com>
18290
18291         * gnulib-tool (func_import): Fix --tests-base.
18292
18293 2005-10-22  Simon Josefsson  <jas@extundo.com>
18294
18295         * modules/arcfour (Depends-on): Need stdint.
18296
18297 2005-10-22  Simon Josefsson  <jas@extundo.com>
18298
18299         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
18300         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
18301
18302 2005-10-22  Simon Josefsson  <jas@extundo.com>
18303
18304         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
18305         suggested by Bruno Haible <bruno@clisp.org>.
18306
18307 2005-10-22  Simon Josefsson  <jas@extundo.com>
18308
18309         * lib/crc.h: Include stddef.h, for size_t.
18310
18311 2005-10-22  Simon Josefsson  <jas@extundo.com>
18312
18313         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
18314         arcfour_context struct (simplify test vector testing in GNU
18315         Shishi).
18316
18317 2005-10-21  Simon Josefsson  <jas@extundo.com>
18318
18319         * modules/des, modules/des-tests: New files.
18320
18321         * modules/gc-des, modules/gc-des-tests: New files.
18322
18323         * tests/test-des.c, tests/test-gc-des.c: New file.
18324
18325 2005-10-21  Simon Josefsson  <jas@extundo.com>
18326
18327         * modules/arctwo, modules/arctwo-tests: New files.
18328
18329         * tests/test-arctwo.c: New file.
18330
18331         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
18332
18333         * tests/test-gc-arctwo.c: New file.
18334
18335 2005-10-21  Simon Josefsson  <jas@extundo.com>
18336
18337         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
18338         Bruno Haible <bruno@clisp.org>.
18339
18340         * m4/gc-des.m4: New file.
18341
18342 2005-10-21  Simon Josefsson  <jas@extundo.com>
18343
18344         * m4/arctwo.m4: New file.
18345
18346         * m4/gc-arctwo.m4: New file.
18347
18348 2005-10-21  Simon Josefsson  <jas@extundo.com>
18349
18350         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
18351         block.
18352
18353 2005-10-21  Simon Josefsson  <jas@extundo.com>
18354
18355         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
18356         <bruno@clisp.org>.
18357
18358         * lib/hmac-sha1.c (hmac_sha1): Likewise.
18359
18360         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
18361         Bruno Haible <bruno@clisp.org>.
18362
18363         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
18364         <bruno@clisp.org>.
18365
18366 2005-10-21  Simon Josefsson  <jas@extundo.com>
18367
18368         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
18369
18370 2005-10-21  Simon Josefsson  <jas@extundo.com>
18371
18372         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
18373
18374 2005-10-21  Simon Josefsson  <jas@extundo.com>
18375
18376         * lib/des.h, lib/des.c: New files.
18377
18378         * lib/gc-gnulib.c: Support DES.c
18379
18380 2005-10-21  Simon Josefsson  <jas@extundo.com>
18381
18382         * lib/arctwo.h, lib/arctwo.c: New files.
18383
18384         * lib/gc-gnulib.c: Support ARCTWO.
18385
18386 2005-10-21  Simon Josefsson  <jas@extundo.com>
18387
18388         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
18389         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18390
18391 2005-10-21  Simon Josefsson  <jas@extundo.com>
18392
18393         * gnulib-tool (func_import, func_create_testdir): Define automake
18394         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
18395         Makefile.am snippet),
18396         suggested by Bruno Haible <bruno@clisp.org>.
18397
18398         * modules/gc (Makefile.am): Use it.
18399
18400 2005-10-21  Bruno Haible  <bruno@clisp.org>
18401
18402         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
18403         patch.
18404
18405 2005-10-19  Simon Josefsson  <jas@extundo.com>
18406
18407         * tests/test-gc-rijndael.c: New file.
18408
18409         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
18410
18411 2005-10-19  Simon Josefsson  <jas@extundo.com>
18412
18413         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
18414         interface too.
18415
18416 2005-10-19  Simon Josefsson  <jas@extundo.com>
18417
18418         * tests/test-gc-arcfour.c: New file.
18419
18420         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
18421
18422 2005-10-19  Simon Josefsson  <jas@extundo.com>
18423
18424         * modules/gc-md4, modules/gc-md4-tests: New file.
18425
18426         * tests/test-gc-md4.c: New file.
18427
18428 2005-10-19  Simon Josefsson  <jas@extundo.com>
18429
18430         * m4/gc-md4.m4: New file.
18431
18432 2005-10-19  Simon Josefsson  <jas@extundo.com>
18433
18434         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
18435         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
18436         <kasal@ucw.cz>.
18437
18438 2005-10-19  Simon Josefsson  <jas@extundo.com>
18439
18440         * m4/gc-arcfour.m4: New file.
18441
18442         * m4/gc-rijndael.m4: New file.
18443
18444 2005-10-19  Simon Josefsson  <jas@extundo.com>
18445
18446         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
18447
18448 2005-10-19  Simon Josefsson  <jas@extundo.com>
18449
18450         * lib/gc-gnulib.c: Support ARCFOUR.
18451
18452 2005-10-19  Simon Josefsson  <jas@extundo.com>
18453
18454         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
18455         support.
18456
18457         * lib/gc.h: Add ECB enum type.
18458
18459         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
18460
18461 2005-10-18  Simon Josefsson  <jas@extundo.com>
18462
18463         * tests/test-md5.c: New file.
18464
18465         * modules/md5-tests: New file.
18466
18467 2005-10-18  Simon Josefsson  <jas@extundo.com>
18468
18469         * tests/test-md4.c: New file.
18470
18471         * modules/md4, modules/md4-tests: New files.
18472
18473 2005-10-18  Simon Josefsson  <jas@extundo.com>
18474
18475         * m4/md4.m4: New file.
18476
18477 2005-10-18  Simon Josefsson  <jas@extundo.com>
18478
18479         * lib/md4.h, lib/md4.c: New files, based on md5.?.
18480
18481 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
18482
18483         * gnulib-tool (func_create_testdir): Omit the second check whether
18484         BUILT_SOURCES in nonempty.
18485
18486 2005-10-17  Simon Josefsson  <jas@extundo.com>
18487
18488         * tests/test-rijndael.c: New file.
18489
18490 2005-10-17  Simon Josefsson  <jas@extundo.com>
18491
18492         * modules/sha1: Depend on stdint instead of md5.
18493
18494         * modules/md5: Depend on stdint, remove uint32_t.
18495
18496 2005-10-17  Simon Josefsson  <jas@extundo.com>
18497
18498         * modules/gc-sha1-tests: New file.
18499
18500         * tests/test-gc-sha1.c: New file.
18501
18502 2005-10-17  Simon Josefsson  <jas@extundo.com>
18503
18504         * m4/md5.m4: Remove call to uint32_t.m4.
18505
18506 2005-10-17  Simon Josefsson  <jas@extundo.com>
18507
18508         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
18509
18510         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
18511         md5.h.
18512
18513         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
18514
18515         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
18516
18517 2005-10-17  Simon Josefsson  <jas@extundo.com>
18518
18519         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
18520
18521 2005-10-17  Simon Josefsson  <jas@extundo.com>
18522
18523         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
18524
18525 2005-10-17  Simon Josefsson  <jas@extundo.com>
18526
18527         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
18528
18529         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
18530
18531 2005-10-17  Bruno Haible  <bruno@clisp.org>
18532
18533         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
18534         that it can also be used in a test.
18535
18536 2005-10-16  Bruno Haible  <bruno@clisp.org>
18537
18538         * gnulib-tool (func_emit_tests_Makefile_am): Also define
18539         TESTS_ENVIRONMENT, so that individual tests can augment it.
18540
18541         * gnulib-tool (func_create_testdir): Use an intermediate target for
18542         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
18543         macros, like $(ALLOCA_H), which cannot be passed through the command
18544         line.
18545
18546 2005-10-15  Simon Josefsson  <jas@extundo.com>
18547
18548         * modules/rijndael-tests: New file.
18549
18550         * modules/rijndael: New file.
18551
18552 2005-10-15  Simon Josefsson  <jas@extundo.com>
18553
18554         * m4/rijndael.m4: New file.
18555
18556 2005-10-15  Simon Josefsson  <jas@extundo.com>
18557
18558         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
18559
18560         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
18561
18562 2005-10-14  Simon Josefsson  <jas@extundo.com>
18563
18564         * tests/test-arcfour.c: New file.
18565
18566         * modules/arcfour, modules/arcfour-tests: New files.
18567
18568 2005-10-14  Simon Josefsson  <jas@extundo.com>
18569
18570         * m4/arcfour.m4: New file.
18571
18572 2005-10-14  Simon Josefsson  <jas@extundo.com>
18573
18574         * lib/arcfour.h, lib/arcfour.c: New files.
18575
18576 2005-10-14  Roland McGrath  <roland@redhat.com>
18577
18578         Import from libc.  [BZ #1331]
18579         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
18580         macro argument.
18581         Reported by Matej Vela <vela@debian.org>.
18582
18583 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
18584
18585         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
18586         include <wchar.h>; no longer needed.
18587
18588 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
18589
18590         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
18591
18592 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
18593         and  Ulrich Drepper  <drepper@redhat.com>
18594
18595         Import from libc.
18596         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
18597         instead of inline stream orientation test and two separate
18598         function calls.  Pay no attention to USE_IN_LIBIO.
18599
18600 2005-10-13  Simon Josefsson  <jas@extundo.com>
18601
18602         * modules/gc-hmac-md5-tests: New file.
18603
18604         * tests/test-gc-hmac-sha1.c: New file.
18605
18606         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
18607
18608         * modules/gc-hmac-md5-tests: New file.
18609
18610         * tests/test-gc-md5.c: New file.
18611
18612         * modules/gc-md5-tests: New file.
18613
18614 2005-10-13  Simon Josefsson  <jas@extundo.com>
18615
18616         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
18617         Move memory allocation outside of loop.
18618
18619 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
18620
18621         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
18622         intermediate directory is in a read-only file system.  Problem
18623         reported by Eric Blake.
18624
18625 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
18626
18627         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
18628
18629 2005-10-12  Simon Josefsson  <jas@extundo.com>
18630
18631         * tests/test-hmac-sha1.c: New file.
18632
18633         * modules/hmac-sha1-tests: New file.
18634
18635         * modules/hmac-sha1: New file.
18636
18637 2005-10-12  Simon Josefsson  <jas@extundo.com>
18638
18639         * modules/gc-sha1: New file.
18640
18641 2005-10-12  Simon Josefsson  <jas@extundo.com>
18642
18643         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
18644
18645         * tests/test-gc-pbkdf2-sha1.c: New file.
18646
18647 2005-10-12  Simon Josefsson  <jas@extundo.com>
18648
18649         * modules/gc-md5, modules/gc-hmac-md5: New files.
18650
18651         * modules/gc (Files): Remove md5, memxor and hmac files.
18652
18653 2005-10-12  Simon Josefsson  <jas@extundo.com>
18654
18655         * m4/gc-pbkdf2-sha1.m4: New file.
18656
18657         * m4/gc-hmac-sha1.m4: New file.
18658
18659         * m4/gc-sha1: New file.
18660
18661         * m4/hmac-sha1.m4: New file.
18662
18663 2005-10-12  Simon Josefsson  <jas@extundo.com>
18664
18665         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
18666
18667         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
18668
18669 2005-10-12  Simon Josefsson  <jas@extundo.com>
18670
18671         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
18672         suggested by Bruno Haible <bruno@clisp.org>.
18673
18674 2005-10-12  Simon Josefsson  <jas@extundo.com>
18675
18676         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
18677
18678 2005-10-12  Simon Josefsson  <jas@extundo.com>
18679
18680         * lib/gc-pbkdf2-sha1.c: New file.
18681
18682         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
18683
18684 2005-10-12  Simon Josefsson  <jas@extundo.com>
18685
18686         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
18687
18688         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
18689
18690 2005-10-12  Simon Josefsson  <jas@extundo.com>
18691
18692         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
18693         GC_USE_HMAC_MD5, respectively.
18694
18695         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
18696         (gc_md5): Fix typo.
18697
18698         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
18699
18700         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
18701
18702         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
18703
18704 2005-10-12  Bruno Haible  <bruno@clisp.org>
18705
18706         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
18707         Reported by Stepan Kasal <kasal@ucw.cz>.
18708
18709 2005-10-11  Simon Josefsson  <jas@extundo.com>
18710
18711         * tests/test-crc.c: New file.
18712
18713         * modules/crc, modules/crc-tests: New files.
18714
18715 2005-10-11  Simon Josefsson  <jas@extundo.com>
18716
18717         * m4/crc.m4: New file.
18718
18719 2005-10-11  Simon Josefsson  <jas@extundo.com>
18720
18721         * lib/gc.h: Add gc_hash and gc_hash_buffer.
18722
18723         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
18724
18725         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
18726
18727 2005-10-11  Simon Josefsson  <jas@extundo.com>
18728
18729         * lib/crc.h, lib/crc.c: New files.
18730
18731         * lib/gc.h (gc_hash_buffer): Add doc.
18732
18733 2005-10-11  Bruno Haible  <bruno@clisp.org>
18734
18735         * modules/c-strcasestr: New file.
18736         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
18737
18738 2005-10-11  Bruno Haible  <bruno@clisp.org>
18739
18740         * modules/c-strcase: New file.
18741         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
18742
18743 2005-10-11  Bruno Haible  <bruno@clisp.org>
18744
18745         * lib/strcasecmp.c: Include limits.h.
18746         (strcasecmp): Avoid integer overflow on exotic platforms.
18747         * lib/strncasecmp.c: Include limits.h.
18748         (strncasecmp): Avoid integer overflow on exotic platforms.
18749         Reported by Paul Eggert.
18750
18751 2005-10-11  Bruno Haible  <bruno@clisp.org>
18752
18753         * lib/c-strcasestr.h: New file, from GNU gettext.
18754         * lib/c-strcasestr.c: New file, from GNU gettext.
18755
18756 2005-10-11  Bruno Haible  <bruno@clisp.org>
18757
18758         * lib/c-strcase.h: New file, from GNU gettext.
18759         * lib/c-strcasecmp.c: New file, from GNU gettext.
18760         * lib/c-strncasecmp.c: New file, from GNU gettext.
18761
18762 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18763
18764         * modules/mempcpy (License): GPL -> LGPL.
18765         * modules/strchrnul (License): Likewise.
18766         * modules/sysexits (License): Likewise.
18767
18768 2005-10-08  Simon Josefsson  <jas@extundo.com>
18769
18770         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
18771
18772 2005-10-07  Simon Josefsson  <jas@extundo.com>
18773
18774         * m4/memxor.m4: Remove gl_C_RESTRICT call.
18775
18776 2005-10-06  Simon Josefsson  <jas@extundo.com>
18777
18778         * tests/test-hmac-md5.c: New file.
18779
18780         * modules/hmac-md5-tests: New file.
18781
18782         * modules/hmac-md5: New file.
18783
18784 2005-10-06  Simon Josefsson  <jas@extundo.com>
18785
18786         * m4/hmac-md5.m4: New file.
18787
18788         * m4/memxor.m4: Require gl_C_RESTRICT.
18789
18790 2005-10-06  Simon Josefsson  <jas@extundo.com>
18791
18792         * lib/memxor.c (memxor): Avoid casts and warnings.
18793
18794 2005-10-06  Simon Josefsson  <jas@extundo.com>
18795
18796         * lib/hmac-md5.c: New file.
18797
18798         * lib/hmac.h: New file.
18799
18800 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18801
18802         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
18803         promotes to int, not unsigned int, to catch the AIX 5.3
18804         compiler bug.
18805
18806 2005-10-05  Simon Josefsson  <jas@extundo.com>
18807
18808         * modules/memxor: New file.
18809
18810         * modules/iconv (Files): Move config.rpath to havelib, it is used
18811         there.
18812
18813         * modules/havelib (Files): Add config.rpath.
18814
18815 2005-10-05  Simon Josefsson  <jas@extundo.com>
18816
18817         * m4/memxor.m4: New file.
18818
18819 2005-10-05  Simon Josefsson  <jas@extundo.com>
18820
18821         * lib/memxor.c (memxor): Fix compiler error.
18822
18823         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
18824         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
18825
18826         * lib/memxor.h, lib/memxor.c: New files.
18827
18828         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
18829         we assume all systems have it, suggested by Jim Meyering
18830         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
18831         any systems lack sys/socket.h; mingw32 is known to lack it, but we
18832         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
18833         same reasons.
18834
18835 2005-10-05  Simon Josefsson  <jas@extundo.com>
18836
18837         * config/srclist.txt: Add glibc bug 1423 for md5.h.
18838
18839 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
18840
18841         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
18842         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
18843         needed, since the source code now assumes these .h files.
18844
18845 2005-10-05  Derek Price  <derek@ximbiot.com>
18846
18847         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
18848
18849 2005-10-05  Bruno Haible  <bruno@clisp.org>
18850
18851         * modules/stdint (License): Change to LGPL.
18852
18853 2005-10-04  Simon Josefsson  <jas@extundo.com>
18854
18855         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
18856         D. Baushke" <mdb@gnu.org>.
18857
18858 2005-10-04  Bruno Haible  <bruno@clisp.org>
18859
18860         * lib/verify.h (verify_true): Provide alternative definition for C++.
18861
18862 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
18863
18864         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
18865         (SSIZE_MAX): New macro, if not already defined.
18866         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
18867         than 2 GiB.
18868
18869 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
18870
18871         Sync from coreutils.
18872         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
18873         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
18874         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
18875         ULLONG_MAX doesn't work with 2.7.2.1.
18876
18877 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
18878
18879         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
18880         From Ben Pfaff.
18881
18882         * modules/exclude (Depends-on): Depend on verify.
18883         * modules/strtoimax (Depends-on): Likewise.
18884         * modules/utimecmp (Depends-on): Likewise.
18885
18886 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
18887
18888         * lib/exclude.c: Include verify.h.
18889         (verify): Remove.  All callers changed to use verify.h's version.
18890         * lib/strtoimax.c: Likewise.
18891         * lib/utimecmp.c: Likewis.e
18892
18893         Sync from coreutils.
18894         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
18895         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
18896         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
18897         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
18898         bother returning ENOSYS if settimeofday or stime fails; just let
18899         them return whatever errno they want to return.
18900         * lib/utimens.c: Include unistd.h, for dup2.
18901         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
18902         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
18903
18904 2005-10-02  Jim Meyering  <jim@meyering.net>
18905
18906         Sync from coreutils.
18907         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
18908         from glibc-2.2.5 that fails for read-only files.
18909
18910 2005-10-02  Jim Meyering  <jim@meyering.net>
18911
18912         Sync from coreutils.
18913         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
18914         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
18915         `#if HAVE_CONFIG_H'.
18916         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
18917         Remove AT_FDCWD test.
18918         Do not consume the fd unless successful.
18919         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
18920         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
18921         block, so that we don't even try to compile it if settimeofday is
18922         available.  This works around a compilation failure on OSF1 V5.1,
18923         due to stime requiring a `long int*' while tv_sec is `int'.
18924
18925 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
18926
18927         Sync from coreutils.
18928         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
18929         against `yes', rather than just testing for nonempty.
18930
18931 2005-10-01  Simon Josefsson  <jas@extundo.com>
18932
18933         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
18934         and Darwin.
18935
18936         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
18937         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
18938         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
18939         freeaddrinfo and gai_strerror are declared by the POSIX headers.
18940         Check if struct addrinfo is declared.
18941
18942 2005-10-01  Simon Josefsson  <jas@extundo.com>
18943
18944         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
18945         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
18946         AI_* and EAI_* definitions.  Protect function declarations.
18947
18948 2005-10-01  Jim Meyering  <jim@meyering.net>
18949
18950         Sync from coreutils.
18951
18952         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
18953         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
18954         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
18955         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
18956         in the inet and nsl libraries.  Required on Solaris 5.7.
18957
18958 2005-10-01  Jim Meyering  <jim@meyering.net>
18959
18960         Sync from coreutils.
18961         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
18962         in the inet and nsl libraries.  Required on Solaris 5.7.
18963
18964 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
18965
18966         * lib/getdelim.c (getdelim): Remove unused variables.
18967
18968 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
18969
18970         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
18971         so that the code works even with ancient cpp.  Portability problem
18972         with GCC 2.7.2.1 reported by Thomas M.Ott.
18973
18974 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
18975
18976         * modules/regex (Depends-on): Add strcase.
18977
18978         * modules/gethostname (Licence): Change from GPL to LGPL, since
18979         gethostname.c is a trivial implementation of a standard library
18980         function.
18981         * modules/poll (License): Change from GPL to LGPL, since it's
18982         derived from LGPL code.
18983
18984 2005-09-27  Jim Meyering  <jim@meyering.net>
18985
18986         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
18987         HAVE_CONFIG_H.
18988
18989         * lib/intprops.h (signed_type_or_expr__): Define.
18990         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
18991         for unsigned types.
18992
18993 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
18994
18995         * lib/verify.h (verify_expr): Remove, replacing with:
18996         (verify_true): New macro that returns true instead of void.
18997         (verify_type__): Remove.
18998         (verify): Use verify_true rather than verify_type__.
18999
19000 2005-09-26  Bruno Haible  <bruno@clisp.org>
19001
19002         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
19003         is necessary.
19004         (lib_SOURCES): Remove mbchar.c.
19005         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
19006         (Files): Add m4/mbrtowc.m4.
19007         * modules/mbiter: Likewise.
19008         * modules/mbuiter: Likewise.
19009
19010 2005-09-26  Bruno Haible  <bruno@clisp.org>
19011
19012         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
19013         compile mbchar.c if they are not both present.
19014         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
19015         * m4/mbiter.m4 (gl_MBITER): Likewise.
19016         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
19017         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
19018         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
19019
19020 2005-09-25  Jim Meyering  <jim@meyering.net>
19021
19022         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
19023         also uses socklen_t.
19024
19025 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
19026
19027         * lib/utimens.c (ENOSYS): Define if not already defined.
19028         (futimens): Support having a null PATH if the file descriptor
19029         is nonnegative.
19030
19031         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
19032         Remove.
19033         (__attribute): Define to empty unless GCC 3.1 or later.
19034         This works around a core dump on OpenBSD 3.4, which has GCC
19035         2.95.3, which dumps core when given __attribute__(()).  It also
19036         simplifies other tests, since we really don't want to bother with
19037         worrying about which ancient version of GCC supported what.
19038         Original problem reported by Yoann Vandoorselaere, with part of
19039         the fix suggested by Derek Price.
19040
19041 2005-09-24  Jim Meyering  <jim@meyering.net>
19042
19043         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
19044         so we can once again use a positive bitfield width of 1 -- now we
19045         don't have to explain why we were using a bitfield width of 2.
19046
19047 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
19048
19049         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
19050         and similarly for the other external symbols.  Problem reported
19051         by James Gallager.
19052
19053         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
19054         bug reported by Jim Meyering.
19055
19056         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
19057         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
19058         not needed, since socklen is a prerequisite module.
19059
19060 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
19061
19062         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
19063         Problem reported by Eric Blake.
19064         (getaddrinfo): Initialize se so that it's not garbage.
19065         Redo internal storage allocation so that it doesn't make unportable
19066         assumptions about alignment.
19067         Fix a memory leak.
19068
19069         * lib/utimens.c (futimens): Use futimesat if available.
19070         Prefer it to futimes since it doesn't have the futimes bug.
19071
19072         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
19073         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
19074         Instead, declare a function that returns a pointer to an array,
19075         and use verify_type__ to declare the size of the array.
19076         Problem and germ of a solution reported by Bruno Haible.
19077         (verify_type__): Use 2, not 1, for bitfield size, to avoid
19078         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
19079
19080 2005-09-23  Jim Meyering  <jim@meyering.net>
19081
19082         Sync from coreutils.
19083         Correct build failure (socklen_t not defined) on at least
19084         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
19085         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
19086
19087 2005-09-23  Jim Meyering  <jim@meyering.net>
19088
19089         * modules/getaddrinfo (Depends-on): Add socklen.
19090
19091 2005-09-23  Bruno Haible  <bruno@clisp.org>
19092
19093         * tests/test-verify.c: New file.
19094
19095 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19096
19097         Sync from coreutils.
19098
19099         * modules/argmatch (Depends-on): Add verify.
19100         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
19101         unistd-safer.
19102         * modules/save-cwd (Depends-on): Likewise.
19103
19104         * modules/openat (Files): Add lib/openat-die.c.
19105         (Depends-on): Remove error, exitfail.
19106         Add dirname.
19107
19108         * modules/verify: New file.
19109         * MODULES.html.sh (Diagnostics <assert.h>): New section,
19110         with "verify" module.
19111
19112 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19113
19114         Sync from coreutils.
19115
19116         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
19117         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
19118         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
19119         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
19120         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
19121         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
19122         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
19123         Don't bother checking for string.h, stdlib.h, unistd.h.
19124         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
19125         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
19126         module's job.
19127         * m4/jm-macros.m4 (gl_MACROS): Likewise.
19128         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
19129
19130         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
19131         (gl_GETDATE): Use it.
19132
19133         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
19134
19135 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19136
19137         Sync from coreutils.
19138
19139         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
19140         stat-time.h.
19141         * lib/argmatch.h: Include verify.h
19142         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
19143         (ARGMATCH_ASSERT): Remove; unused.
19144         * lib/canonicalize.c: Assume STDC_HEADERS.
19145         * lib/exclude.c: Include "strcase.h".
19146         * lib/regex_internal.h [!defined _LIBC]: Likewise.
19147         * lib/getusershell.c: Include stdio--.h rather than stdio.h
19148         and stdio-safer.h.
19149         (getusershell): Call fopen, not fopen_safer.
19150         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
19151         Do not include unistd-safer.h.
19152         (save_cwd): Don't call fd_safer; no longer needed
19153         now that we include fcntl--.h.
19154
19155         * lib/getdate.y (relative_time): New type.
19156         (RELATIVE_TIME_0): New constant.
19157         (parser_control): Use relative_time instead of doing it ourselves.
19158         (%union): Add new relative_time rel member.
19159         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
19160         Now typeless.
19161         (relunit, relunit_snumber): Now of type rel.
19162         (zone, rel, relunit, get_date): Adjust to above changes.
19163
19164         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
19165         Do not include unistd-safer.h.
19166         (getloadavg): Don't call fd_safer; no longer needed
19167         now that we include fcntl--.h.
19168
19169         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
19170         (make_dir_parents): Treat ENOSYS like EEXIST.
19171
19172         Improve quality of diagnostics on restore_cwd failure.
19173         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
19174         (make_dir_parents): Last arg is now int * (for errno), not bool *.
19175         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
19176         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
19177         each time through the loop.  Do not diagnose restore_cwd failure;
19178         that is the caller's job (and perhaps the caller does not care).
19179
19180         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
19181         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
19182         If the file already exists but is not a directory, don't bother
19183         to try to make its parents.
19184         Close potential file descriptor leak if we can't chdir("/") (!).
19185         Don't always return true if chdir($PWD) fails; return true only
19186         if the requested action was done successfully (except for the
19187         chdir($PWD)).
19188         Don't log final directory unless we actually made it.
19189         Refactor to avoid duplicate code to fix up permissions.
19190         Don't attempt to fix up parent permissions if chdir($PWD) fails.
19191
19192         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
19193         to make it a bit faster and (I hope) clearer.
19194         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
19195         Fix bug in formats like %2N.
19196
19197         * lib/verify.h: New file.
19198
19199 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19200
19201         Sync from coreutils.
19202         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
19203
19204 2005-09-22  Jim Meyering  <jim@meyering.net>
19205
19206         Sync from coreutils.
19207
19208         * m4/lstat.m4 (gl_FUNC_LSTAT):
19209         Use AC_LIBSOURCES to require lstat.c and lstat.h.
19210         Remove obsolete comment.
19211         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
19212         * m4/xstrtod.m4: Likewise.
19213
19214         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
19215
19216 2005-09-22  Jim Meyering  <jim@meyering.net>
19217
19218         Sync from coreutils.
19219
19220         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
19221
19222         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
19223         the .tm_year member, since otherwise gcc-4.0 would now warn about
19224         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
19225
19226         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
19227         order to avoid an unsuppressible warning from gcc on 64-bit systems.
19228
19229         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
19230         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
19231         when run in a time zone for which daylight savings time is in effect
19232         for the starting date.
19233
19234         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
19235         stop us from restricting permissions of just-created absolute-named
19236         directories.
19237         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
19238         to restore initial working directory.
19239         * lib/mkdir-p.c (make_dir_parents): New parameter:
19240         different_working_dir, to tell caller if/when we change the working
19241         directory and are unable to return to the initial one.
19242         * lib/mkdir-p.h (make_dir_parents): Update prototype.
19243         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
19244         `return false'.  This fixes a bug introduced on 2004-07-30.
19245
19246         * lib/openat.c (fdopendir): Be sure to close the supplied
19247         file descriptor before returning.  This makes our replacement
19248         implementation a little closer to Solaris's, where fdopendir
19249         ties the file descriptor to the returned DIR* pointer.
19250         * lib/openat.c (unlinkat): New function.
19251         * lib/openat.h (unlinkat): Add prototype.
19252         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
19253         (openat_restore_fail): Rename from openat_restore_die.
19254         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
19255
19256         Provide an alternative to exiting immediately upon save_cwd or
19257         restore_cwd failure.  Now, an application can arrange e.g.,
19258         to perform a longjump in that case.
19259         * lib/openat.c: Include dirname.h.
19260         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
19261         (rpl_openat, fdopendir, fstatat): Call openat_save_die
19262         and openat_restore_die rather than calling error directly.
19263         Don't include "error.h" or "exitfail.h"; they're no longer needed.
19264
19265         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
19266         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
19267         define.
19268
19269         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
19270         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
19271                             int utc, int nanoseconds);
19272         Background:
19273         date should not have to allocate a megabyte of virtual memory to
19274         handle a format argument like +%1048575T.  When implemented with
19275         strftime, it must allocate such a buffer, use strftime to fill it
19276         in, print it, then free it.
19277         With fprintftime, it simply prints everything and exits.
19278         With no need for memory allocation, that's one fewer way to fail.
19279         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
19280         optional field width, not before, so we accept %9:z, not %:9z.
19281         (my_strftime): Be sure to use L_('x') for literals.
19282
19283         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
19284         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
19285         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
19286         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
19287         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
19288         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
19289         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
19290         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
19291         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
19292         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
19293         * lib/xgethostname.c, lib/xreadlink.c:
19294         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
19295
19296         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
19297         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
19298         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
19299         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
19300         and don't include <sys/file.h>).
19301
19302 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
19303
19304         Sync from coreutils.
19305
19306         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
19307         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
19308         [!LDAV_DONE]: Avoid unused variable warning.
19309
19310 2005-09-21  Bruno Haible  <bruno@clisp.org>
19311
19312         * lib/unicodeio.h (unicode_to_mb): New declaration.
19313
19314 2005-09-20  Derek Price  <derek@ximbiot.com>
19315
19316         * lib/getaddrinfo.c: Don't include <netdb.h> included from
19317         getaddrinfo.h.
19318
19319 2005-09-20  Bruno Haible  <bruno@clisp.org>
19320
19321         * gnulib-tool: Remove trailing slashes from the values specified for
19322         --source-base, --m4-base, --tests-base, --aux-dir.
19323         Suggested by Simon Josefsson <jas@extundo.com>.
19324
19325 2005-09-20  Bruno Haible  <bruno@clisp.org>
19326
19327         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
19328         func_modules_to_filelist, func_import, func_create_testdir): Make all
19329         sorting results locale-independent, so that gnulib-cache.m4 doesn't
19330         change when gnulib-tool is invoked in a different locale.
19331
19332 2005-09-19  Simon Josefsson  <jas@extundo.com>
19333
19334         * m4/socklen.m4: Fix typo.
19335
19336 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19337
19338         Use a consistent style for including <config.h>.
19339         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
19340         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
19341         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
19342         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
19343         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
19344         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
19345         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
19346         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
19347         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
19348         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
19349         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
19350         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
19351         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
19352         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
19353         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
19354         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
19355         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
19356         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
19357         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
19358         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
19359         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
19360         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
19361         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
19362         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
19363         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
19364         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
19365         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
19366         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
19367         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
19368         lib/xstrtoumax.c, lib/yesno.c:
19369         Standardize inclusion of config.h.
19370         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
19371         lib/inttostr.h:  Removed inclusion of config.h from header files.
19372         * lib/inttostr.c:  Adjusted in-tree users.
19373         * lib/timespec.h: Remove superfluous warning to include config.h.
19374         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
19375         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
19376         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
19377         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
19378         config.h with HAVE_CONFIG_H.
19379
19380 2005-09-19  Jim Meyering  <jim@meyering.net>
19381
19382         * modules/pathmax (License): Change to LGPL.
19383
19384 2005-09-19  Derek Price  <derek@ximbiot.com>
19385
19386         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
19387
19388 2005-09-19  Bruno Haible  <bruno@clisp.org>
19389
19390         * gnulib-tool (import): Provide default for --tests-base.
19391
19392 2005-09-19  Bruno Haible  <bruno@clisp.org>
19393
19394         * doc/quote.texi: New file, extracted from gnulib.texi.
19395         * doc/ctime.texi: New file, extracted from gnulib.texi.
19396         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
19397         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
19398         * doc/gnulib.texi: Include them.
19399
19400 2005-09-18  Bruno Haible  <bruno@clisp.org>
19401
19402         Portability fix.
19403         * gnulib-tool (func_readlink): New function.
19404         (func_ln_if_changed): Use it.
19405
19406 2005-09-18  Bruno Haible  <bruno@clisp.org>
19407
19408         * gnulib-tool: Support --with-tests also with --import.
19409         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
19410         (func_import): Use variables $testsbase and $inctests. Emit a
19411         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
19412         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
19413         SUBDIRS += $testsdir.
19414         (func_create_testdir): Update.
19415
19416 2005-09-18  Bruno Haible  <bruno@clisp.org>
19417
19418         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
19419         instead of $dry_run.
19420         (func_cp_if_changed, func_mv_if_changed): Remove functions.
19421         (func_ln_if_changed): Don't handle dry-run here.
19422         (func_import): In dry-run mode, detect more precisely which actions
19423         would be performed, and don't use "...ing" verbs.
19424
19425 2005-09-18  Bruno Haible  <bruno@clisp.org>
19426
19427         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
19428         (func_import): Use join on two temporary files instead of three nested
19429         loops, in order to determine which files are new or old.
19430
19431 2005-09-18  Bruno Haible  <bruno@clisp.org>
19432
19433         * gnulib-tool (func_import): Comment out code that spits out the
19434         new files with --dry-run.
19435
19436 2005-09-18  Bruno Haible  <bruno@clisp.org>
19437
19438         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
19439
19440 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
19441
19442         * lib/stat-time.h: New file.
19443         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
19444         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
19445         in a different way.
19446         (timespec_cmp): New function.
19447         * lib/utimecmp.c: Include stat-time.h.
19448         (SYSCALL_RESOLUTION): Depend on whether various struct stat
19449         members exist, not on the obsolescent ST_MTIM_NSEC.
19450         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
19451
19452 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
19453
19454         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
19455
19456 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
19457
19458         * MODULES.html.sh (File system functions): Add stat-time.
19459         * modules/stat-time: New file.
19460         * modules/timespec (Files): Remove m4/st_mtim.m4; this
19461         is now done in a different way, by the stat-time module.
19462         * modules/utimecmp (Depends-on): Add stat-time.
19463
19464 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
19465
19466         * m4/st_mtim.m4: Remove.  Superseded by...
19467         * m4/stat-time.m4: New file.
19468         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
19469         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
19470
19471 2005-09-15  Derek Price  <derek@ximbiot.com>
19472
19473         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
19474
19475 2005-09-15  Derek Price  <derek@ximbiot.com>
19476
19477         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
19478         * lib/regex_internal.c: Ditto, using this...
19479         (__GNUC_PREREQ): ...new macro.
19480         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
19481         using...
19482         (__GNUC_PREREQ): ...this new macro.
19483
19484         * lib/strstr.h: Include string.h. Define strstr as a macro here.
19485
19486 2005-09-15  Derek Price  <derek@ximbiot.com>
19487             Paul Eggert  <eggert@cs.ucla.edu>
19488
19489         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
19490         changes, consolidating in...
19491         * lib/regex_internal.h: ...this file.
19492
19493 2005-09-13  Jim Meyering  <jim@meyering.net>
19494
19495         * lib/canon-host.c: Filter through gnu indent and reword comments
19496         slightly.
19497         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
19498
19499 2005-09-13  Derek Price  <derek@ximbiot.com>
19500
19501         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
19502         failure.
19503         Reported by Jim Meyering  <jim@meyering.net>.
19504
19505 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
19506
19507         * lib/base64.c: Typo.
19508         (base64_encode): Put b64str in initialized data section.
19509
19510 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
19511
19512         Merge glibc and coreutils changes into gnulib, plus a few
19513         extra fixes.
19514         * lib/md5.c: Use #error rather than a string.
19515         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
19516         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
19517         (__attribute__): Define to empty for non recent-GCC.
19518         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
19519         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
19520         Renamed from their non-__ counterparts, with new macros replacing
19521         them if not _LIBC.  Add __THROW attribute.
19522         (rol): Remove.
19523         (struct md5_ctx): Align buffer if using GCC.
19524         * lib/sha1.h (struct sha1_ctx): Likewise.
19525         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
19526         The old name was backwards.
19527         (NOTSWAP): Remove; not used.
19528         (rol): New macro, moved here from md5.h.
19529         (sha1_process_block): Remove a FIXME that doesn't make sense.
19530
19531 2005-09-12  Derek Price  <derek@ximbiot.com>
19532
19533         Return usable errors from canon-host.
19534         * lib/canon-host.h: New file.
19535         * lib/canon-host.c (canon_host): Wrap...
19536         (canon_host_r): ...this new function, which now relies exclusively on
19537         getaddrinfo.
19538         (ch_strerror): New function.
19539         (last_cherror): New global.
19540         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
19541         interface.
19542         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
19543         void *.
19544         (freeaddrinfo): Free ai->ai_canonname when set.
19545
19546 2005-09-12  Derek Price  <derek@ximbiot.com>
19547
19548         Make canon-host require getaddrinfo.
19549         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
19550         AC_LIBSOURCE canon-host.h.  Call...
19551         (gl_PREREQ_CANON_HOST): ...this new function, which requires
19552         gl_GETADDRINFO.
19553         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
19554
19555 2005-09-12  Derek Price  <derek@ximbiot.com>
19556
19557         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
19558         LGPL.
19559         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
19560
19561 2005-09-12  Derek Price  <derek@ximbiot.com>
19562
19563         * lib/gai_strerror.c: Include config.h when available.  Include
19564         getaddrinfo.h before other headers to test interface.
19565         Reported by Larry Jones <lawrence.jones@ugs.com>.
19566
19567 2005-09-12  Derek Price  <derek@ximbiot.com>
19568             Paul Eggert  <eggert@cs.ucla.edu>
19569
19570         * modules/glob (Files): Add glob-libc.h.
19571
19572 2005-09-12  Derek Price  <derek@ximbiot.com>
19573             Paul Eggert  <eggert@cs.ucla.edu>
19574
19575         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
19576         glob_.h, glob-libc.h.
19577         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
19578
19579 2005-09-12  Derek Price  <derek@ximbiot.com>
19580             Paul Eggert  <eggert@cs.ucla.edu>
19581
19582         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
19583         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
19584         protecting things that should be done only in gnulib contexts.
19585         * lib/glob_.h: New file, containing only the glob things needed for
19586         gnulib.
19587         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
19588         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
19589         (glob, globfree, glob_pattern_p): Now defined simply in terms of
19590         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
19591         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
19592         and to respect the namespace rules better.
19593
19594 2005-09-08  Simon Josefsson  <jas@extundo.com>
19595
19596         * modules/socklen: New file.
19597
19598 2005-09-08  Simon Josefsson  <jas@extundo.com>
19599
19600         * m4/socklen.m4: New file.
19601
19602 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19603
19604         * modules/utimens (Files): Add m4/utimbuf.m4, since
19605         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
19606         Reported by Sergey Poznyakoff.
19607
19608 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19609
19610         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
19611         definitions, since that's the preferred style in glibc.
19612         Fix a minor spacing issue, and update copyright notice to match
19613         glibc's.
19614
19615 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19616
19617         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
19618
19619 2005-09-06  Simon Josefsson  <jas@extundo.com>
19620
19621         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
19622         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
19623
19624 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
19625
19626         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
19627         warning.
19628
19629 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
19630
19631         * config/srclist.txt: Add glibc bug 1302.
19632
19633 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
19634
19635         Change bitset word type from unsigned int to unsigned long int,
19636         as this has better performance on typical 64-bit hosts.
19637         Port bitset code to hosts with unusual word sizes.
19638         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
19639         (build_collating_symbol):
19640         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
19641         argument is a bitset.  This is merely a style issue, but it makes
19642         it clearer that an entire array is expected.
19643         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
19644         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
19645         Port to the case where bitset_word is not the same as unsigned int.
19646         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
19647         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
19648         Likewise.
19649         * lib/regexec.c (check_dst_limits_calc_pos_1,
19650         check_subexp_matching_top):
19651         (build_trtable, group_nodes_into_DFAstates):
19652         Likewise.
19653         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
19654         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
19655         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
19656         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
19657         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
19658         * lib/regcomp.c (optimize_subexps, lower_subexp):
19659         Work even if bitset_word has holes in its bitwise representation.
19660         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
19661         * lib/regexec.c (check_dst_limits_calc_pos_1,
19662         check_subexp_matching_top):
19663         Likewise.
19664         * lib/regex_internal.c (re_string_reconstruct):
19665         Don't assume UCHAR_MAX == 255.
19666         * lib/regex_internal.h (bitset_set_all): Likewise.
19667         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
19668         All uses changed.
19669         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
19670         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
19671         All uses changed.
19672         (BITSET_WORD_MAX): New macro.
19673         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
19674         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
19675         (bitset_empty, bitset_copy):
19676         Prefer sizeof (bitset) to multiplying it out ourselves.
19677         (bitset_not_merge): Remove; unused.
19678         (bitset_contain): Return bool, not unsigned int with one bit on.
19679         All callers changed.
19680         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
19681         alignment than re_node_set; do this by defining a new internal
19682         type struct dests_alloc and using it to allocate memory.
19683
19684 2005-09-05  Bruno Haible  <bruno@clisp.org>
19685
19686         * gnulib-tool (func_import): Fix comparison in handling of symbolic
19687         links.
19688
19689 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
19690
19691         * modules/size_max (Makefile.am): Add size_max.h
19692
19693 2005-09-04  Derek Price  <derek@ximbiot.com>
19694
19695         * gnulib-tool (func_import): Fix reversed $symbolic logic.
19696
19697 2005-09-03  Simon Josefsson  <jas@extundo.com>
19698
19699         * gnulib-tool: Fix typo.
19700
19701 2005-09-03  Simon Josefsson  <jas@extundo.com>
19702
19703         * config/srclist.txt: Add glibc bug 1293.
19704
19705 2005-09-03  Derek Price  <derek@ximbiot.com>
19706
19707         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
19708         From Larry Jones <lawrence.jones@ugs.com>.
19709
19710 2005-09-02  Simon Josefsson  <jas@extundo.com>
19711
19712         * modules/socklen: New file.
19713
19714 2005-09-02  Simon Josefsson  <jas@extundo.com>
19715
19716         * modules/havelib: New module.
19717
19718         * modules/gettext, modules/iconv, modules/lock, modules/readline:
19719         Use havelib.
19720
19721 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
19722
19723         Check for arithmetic overflow when calculating sizes, to prevent
19724         some buffer-overflow issues.  These patches are conservative, in the
19725         sense that when I couldn't determine whether an overflow was possible,
19726         I inserted a run-time check.
19727         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
19728         macros.
19729         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
19730         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
19731         (re_xnrealloc, re_x2nrealloc): New inline functions.
19732         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
19733         parse_bracket_exp):
19734         (build_equiv_class, build_charclass): Check for arithmetic overflow
19735         in size expression calculations.
19736         * lib/regex_internal.c (re_string_realloc_buffers):
19737         (build_wcs_upper_buffer, re_node_set_add_intersect):
19738         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
19739         (re_dfa_add_node, register_state): Likewise.
19740         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
19741         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
19742         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
19743         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
19744
19745 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
19746
19747         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
19748         m4/ulonglong.m4.  Problem reported by Martin Lambers.
19749
19750 2005-09-02  Bruno Haible  <bruno@clisp.org>
19751
19752         Support for lib vs. lib64 distinction on biarch platforms.
19753         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
19754         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
19755         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
19756
19757 2005-09-02  Bruno Haible  <bruno@clisp.org>
19758
19759         * gnulib-tool (import): In the other first-use case, provide defaults
19760         as well.
19761
19762 2005-09-02  Bruno Haible  <bruno@clisp.org>
19763
19764         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
19765         patches not yet found in the latest gettext release.
19766
19767 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
19768
19769         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
19770         to avoid a collision with bits/local_lim.h in glibc.
19771         All uses changed.  Problem reported by Dmitry V. Levin in
19772         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
19773
19774         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
19775         bugs in int versus size_t comparisons.
19776         (re_string_context_at): Fix bug where the code assumed that
19777         Idx is signed.
19778
19779         Use bool where appropriate.
19780         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
19781         All callers changed.
19782         (calc_eclosure_iter): Likewise, for ROOT arg.
19783         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
19784         (build_charclass_op): Likewise, for NON_MATCH arg.
19785         * lib/regex_internal.c (re_string_allocate, re_string_construct):
19786         (re_string_construct_common): Likewise, for ICASE arg.
19787         * lib/regexec.c (re_search_2_stub, re_search_stub):
19788         Likewise, for RET_LEN arg.
19789         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
19790         (set_regs): Likewise, for FL_BACKTRACK arg.
19791         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
19792         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
19793         (calc_eclosure_iter, parse_bracket_exp):
19794         Use bool for internal variables that are booleans.
19795         * lib/regexec.c (re_search_internal, check_matching,
19796         proceed_next_node):
19797         (set_regs, build_sifted_states, sift_states_bkref):
19798         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
19799         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
19800         (find_collation_sequence_value):
19801         Likewise.
19802         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
19803         (re_node_set_compare):
19804         Return bool, not int. All callers changed.
19805         * lib/regexec.c (check_halt_node_context, check_dst_limits):
19806         (build_trtable, check_node_accept): Likewise.
19807         * lib/regex_internal.h: Include stdbool.h.
19808
19809         Fix bugs uncovered when converting to bool.
19810         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
19811         failure instead of charging ahead blindly.
19812         * lib/regex_internal.c (register_state): Likewise.
19813         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
19814         for freeing internal storage.
19815         (group_nodes_into_DFA_states): Use unsigned int, not int, for
19816         bitset pieces used as boolean, to avoid undefined behavior
19817         on hosts that do int overflow checking.
19818
19819 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
19820
19821         * config/srclist.txt: Add glibc bugs 1285-1287.
19822
19823 2005-09-01  Jim Meyering  <jim@meyering.net>
19824
19825         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
19826         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
19827         Require gl_STAT_MACROS, too.
19828
19829 2005-09-01  Bruno Haible  <bruno@clisp.org>
19830
19831         * gnulib-tool (import): In the first-use case, provide defaults.
19832
19833 2005-09-01  Bruno Haible  <bruno@clisp.org>
19834
19835         * gnulib-tool (func_import): Remove the .tmp files.
19836
19837 2005-09-01  Bruno Haible  <bruno@clisp.org>
19838
19839         * gnulib-tool (func_import): Fix handling of symbolic links.
19840
19841 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
19842
19843         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
19844         old glibc regex code mishandles strings longer than 2**31 bytes.
19845         This patch fixes this when the regex code is used in gnulib
19846         (i.e., outside glibc).
19847
19848         This patch should not affect the use of the regex code inside
19849         glibc.  No doubt this problem also needs to be handled for glibc
19850         as well, but the result will be an incompatible change to the
19851         glibc ABI, and the old ABI will have to be supported too.  That
19852         can be the the subject for another patch.
19853
19854         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
19855         governing whether the rest of this patch is active.  By default,
19856         the macro is disabled and the patch has no effect.
19857         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
19858         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
19859         (struct re_pattern_buffer, re_search, re_search_2, re_match):
19860         (re_match_2, re_set_registers): Use the new types.
19861         * lib/regex_internal.h (Idx, re_hashval_t): New types.
19862         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
19863         New macros.
19864         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
19865         (re_string_context_at, bin_tree_t, re_dfastate_t):
19866         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
19867         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
19868         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
19869         (re_string_char_size_at, re_string_wchar_at):
19870         (re_string_elem_size_at):
19871         Use the new types and macros to port to 64-bit hosts.
19872         Use unsigned types for internal values, so that the code
19873         mostly works even for arrays larger than SSIZE_MAX.
19874         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
19875         (search_duplicated_node, calc_eclosure_iter, fetch_number):
19876         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
19877         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
19878         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
19879         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
19880         (calc_inveclosure, parse_dup_op, build_range_exp):
19881         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
19882         (fetch_number, create_token_tree, mark_opt_subexp):
19883         Likewise.
19884         * lib/regex_internal.c (re_string_construct_common,
19885         create_ci_newstate):
19886         (create_cd_newstate, re_string_allocate, re_string_construct):
19887         (re_string_realloc_buffers, build_wcs_upper_buffer):
19888         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
19889         (re_string_reconstruct, re_string_peek_byte_case):
19890         (re_string_fetch_byte_case, re_string_context_at):
19891         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
19892         (re_node_set_init_copy, re_node_set_add_intersect):
19893         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
19894         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
19895         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
19896         (re_acquire_state, re_acquire_state_context, register_state):
19897         Likewise.
19898         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
19899         search_cur_bkref_entry):
19900         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
19901         (re_search_internal, re_search_2_stub, re_search_stub)
19902         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
19903         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
19904         (update_cur_sifted_state, check_dst_limits):
19905         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
19906         (check_subexp_limits, sift_states_bkref, merge_state_array):
19907         (check_subexp_matching_top, get_subexp, get_subexp_sub):
19908         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
19909         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
19910         (expand_bkref_cache, check_node_accept_bytes):
19911         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
19912         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
19913         (acquire_init_state_context, check_halt_node_context):
19914         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
19915         (sift_states_backward, clean_state_log_if_needed):
19916         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
19917         (find_recover_state, transit_state_sb, transit_state_mb):
19918         (transit_state_bkref, build_trtable, match_ctx_clean):
19919         Likewise.
19920         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
19921         to work around an assumption that REG_MISSING is negative.
19922
19923         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
19924         (seek_collating_symbol_entry) [defined _LIBC]:
19925         (lookup_collation_sequence_value) [defined _LIBC]:
19926         (build_range_exp, build_collating_symbol) [defined _LIBC]:
19927         Use prototypes rather than old-style function definitions.
19928         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
19929         (transit_state_sb) [0]:
19930         (find_collation_sequence_value) [defined _LIBC]: Likewise.
19931
19932         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
19933         rm_eo.
19934
19935         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
19936         (optimize_subexps, lower_subexp):
19937         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
19938         since the signed shift might overflow.  Use 1u<<31 instead.
19939         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
19940         Likewise.
19941         * lib/regexec.c (check_dst_limits_calc_pos_1,
19942         check_subexp_matching_top): Likewise.
19943
19944         * lib/regcomp.c (optimize_subexps, lower_subexp):
19945         Use CHAR_BIT rather than 8, for clarity.
19946         * lib/regexec.c (check_dst_limits_calc_pos_1):
19947         (check_subexp_matching_top): Likewise.
19948         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
19949         have to worry about portability issues when shifting it left.
19950         Remove no-longer-needed test for table_size > 0.
19951         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
19952         in a word, as the resulting behavior is undefined.
19953         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
19954         in one case, a <= should have been an <, and in another case the
19955         whole test was missing.
19956         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
19957         the standard name CHAR_BIT.
19958         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
19959         this is not true on one's complement and signed-magnitude hosts.
19960
19961         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
19962         next_last_offset.
19963         (struct re_dfa_t): Remove unused member states_alloc.
19964         * lib/regcomp.c (init_dfa): Don't initialize unused members.
19965
19966 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
19967
19968         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
19969         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
19970         and large-file glibc and in 32-bit large-file Solaris.
19971
19972 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
19973
19974         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
19975         lengths fit in regoff_t; this isn't true if regoff_t is the same
19976         width as size_t.
19977         * lib/regex.c (re_search_internal): 5th arg is LAST_START
19978         (= START + RANGE) instead of RANGE.  This avoids overflow
19979         problems when regoff_t is the same width as size_t.
19980         All callers changed.
19981         (re_search_2_stub): Check for overflow when adding the
19982         sizes of the two strings.
19983         (re_search_stub): Check for overflow when adding START
19984         to RANGE; if it occurs, substitute the extreme value.
19985
19986 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
19987
19988         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
19989
19990 2005-08-31  Jim Meyering  <jim@meyering.net>
19991
19992         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
19993         a pointer-to-const.
19994         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
19995         (register_state): Likewise.
19996         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
19997         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
19998         (group_nodes_into_DFAstates): Likewise.
19999
20000 2005-08-31  Jim Meyering  <jim@meyering.net>
20001
20002         * check-module: Add a FIXME comment.
20003
20004 2005-08-31  Eric Blake  <ebb9@byu.net>
20005
20006         * modules/unistd-safer (Files): Add unistd--.h.
20007         * modules/stdio-safer (Files): Add stdio--.h.
20008
20009 2005-08-31  Derek Price  <derek@ximbiot.com>
20010
20011         * lib/getdelim.c (getdelim): Return EOF on EOF.
20012         Reported by Larry Jones <lawrence.jones@ugs.com>.
20013
20014 2005-08-31  Bruno Haible  <bruno@clisp.org>
20015
20016         Avoid unnecessary diffs in the generated lib/Makefile.am.
20017         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
20018         the generated files.
20019         (func_import): Don't set cmd.
20020
20021 2005-08-31  Bruno Haible  <bruno@clisp.org>
20022
20023         * lib/strstr.c: Include <stddef.h>, for NULL.
20024         * lib/strcasestr.c: Likewise.
20025         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20026
20027 2005-08-31  Bruno Haible  <bruno@clisp.org>
20028
20029         * gnulib-tool: New option --macro-prefix.
20030         (func_import): Use macro_prefix.
20031         (import): Handle option --macro-prefix.
20032
20033 2005-08-31  Bruno Haible  <bruno@clisp.org>
20034
20035         * gnulib-tool (import): Rename most ac_* variables to cached_*.
20036         Also use new variables cached_lgpl, cached_libtool.
20037
20038 2005-08-31  Bruno Haible  <bruno@clisp.org>
20039
20040         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
20041         always instantiating them.
20042
20043 2005-08-31  Bruno Haible  <bruno@clisp.org>
20044
20045         * gnulib-tool (func_import): Read the previous cached settings
20046         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
20047         earlier added by gnulib but are now dropped. Warn when a gnulib file
20048         overwrites a non-gnulib file.
20049
20050 2005-08-31  Bruno Haible  <bruno@clisp.org>
20051
20052         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
20053         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
20054         projects that don't keep autogenerated files in CVS. Put into
20055         actioncmd only the specified modules, not the transitive closure.
20056
20057 2005-08-31  Bruno Haible  <bruno@clisp.org>
20058
20059         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
20060         Create directories that shall be filled.
20061         (import): Don't look for gl_* macros in configure.ac. Recurse across
20062         all directories containing a gnulib-cache.m4 files, if meaningful.
20063
20064 2005-08-31  Bruno Haible  <bruno@clisp.org>
20065
20066         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
20067         (import): Set seen_libtool when we see gl_LIBTOOL.
20068
20069 2005-08-31  Bruno Haible  <bruno@clisp.org>
20070
20071         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
20072         declaration macro definitions from generated gnulib.m4.
20073
20074 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
20075
20076         * lib/iconvme.h: Add prototype for iconv_alloc.
20077
20078 2005-08-29  Simon Josefsson  <jas@extundo.com>
20079
20080         * lib/iconvme.c: Fix errno.
20081
20082 2005-08-29  Bruno Haible  <bruno@clisp.org>
20083
20084         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
20085         that it works when the directory contains spaces.
20086
20087 2005-08-29  Bruno Haible  <bruno@clisp.org>
20088
20089         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
20090
20091 2005-08-29  Bruno Haible  <bruno@clisp.org>
20092
20093         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
20094         Emit more advice.
20095
20096 2005-08-29  Bruno Haible  <bruno@clisp.org>
20097         and Stepan Kasal  <kasal@ucw.cz>
20098
20099         * check-module: If more parameters are given, check each of them
20100         separately; add more exceptions, as noted by Jim Meyering.
20101         (check_module): New procedure.
20102         (%exempt_header): Now contains all exceptions.
20103
20104 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
20105
20106         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
20107
20108 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
20109
20110         * lib/iconvme.c: Split iconv_string into iconv_alloc.
20111
20112 2005-08-28  Bruno Haible  <bruno@clisp.org>
20113
20114         * m4/gnulib-tool.m4: New file.
20115
20116 2005-08-27  Jim Meyering  <jim@meyering.net>
20117
20118         * modules/unistd-safer (Files): Add pipe-safer.c.
20119         * modules/fcntl-safer (Files): Add creat-safer.c.
20120
20121 2005-08-27  Jim Meyering  <jim@meyering.net>
20122
20123         * m4/stdlib-safer.m4: New file.  From coreutils.
20124         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
20125         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
20126         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
20127         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
20128         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
20129
20130 2005-08-27  Jim Meyering  <jim@meyering.net>
20131
20132         * lib/fopen-safer.c: Merge minor changes from coreutils.
20133         * lib/dup-safer.c: Likewise.
20134         * lib/fd-safer.c: Likewise.
20135
20136         Merge from coreutils.
20137         * lib/stdio--.h: New file.
20138         * lib/stdlib--.h: New file.
20139         * lib/mkstemp-safer.c: New file.
20140
20141         GNU tar needs these.
20142         * lib/pipe-safer.c: New file.
20143         * lib/creat-safer.c: New file.
20144         * lib/fcntl--.h (creat): Define to creat_safer.
20145         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
20146         * lib/unistd--.h (pipe): Define to pipe_safer.
20147         * lib/unistd-safer.h: Declare pipe_safer.
20148
20149 2005-08-26  Simon Josefsson  <jas@extundo.com>
20150
20151         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
20152         Haible <bruno@clisp.org>.
20153
20154 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
20155
20156         * lib/regex_internal.h: Remove all references to
20157         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
20158         or better.
20159         (bitset_not, bitset_merge, bitset_not_merge):
20160         (bitset_mask, re_string_allocate, re_string_construct):
20161         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
20162         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
20163         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
20164         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
20165         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
20166         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
20167         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
20168         (re_acquire_state_context):
20169         Remove unnecessary forward decls.
20170         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
20171         Put __attribute at function definition,
20172         now that the function decl has been removed.
20173         * lib/regex_internal.c (re_string_peek_byte_case):
20174         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
20175         Likewise.
20176
20177 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
20178
20179         * m4/regex.m4: Add AC_PREREQ(2.50).
20180         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
20181
20182 2005-08-25  Simon Josefsson  <jas@extundo.com>
20183
20184         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
20185         __fsetlocking.
20186
20187 2005-08-25  Simon Josefsson  <jas@extundo.com>
20188
20189         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
20190         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
20191         GLIBC specific code.
20192
20193 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20194
20195         Make regex safe for g++.  This fixes one real bug (an "err"
20196         that should have been "*err").  g++ problem reported by
20197         Sam Steingold.
20198         * lib/regex_internal.h (re_calloc): New macro, consistent with
20199         re_malloc etc.  All callers of calloc changed to use re_calloc.
20200         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
20201         not int.  All callers changed.
20202         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
20203         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
20204         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
20205         (find_recover_state): Change "err" to "*err"; this fixes what
20206         appears to be a real bug.
20207         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
20208         versus int.
20209
20210 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20211
20212         * modules/regex (Depends-on): Add malloc, since the code
20213         assumes that !malloc(0) means failure.
20214
20215 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20216
20217         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
20218
20219         alloca modernization/simplification for regex.
20220         * lib/regex.c: Remove portability cruft for alloca.  This no longer
20221         needs to be at the start of the file, and can be moved into
20222         regex_internal.h and simplified.
20223         * lib/regex_internal.h: Include <alloca.h>.
20224         (__libc_use_alloca) [!defined _LIBC]: New macro.
20225         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
20226         now works outside glibc.
20227
20228 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20229
20230         * config/srclist.txt: Add glibc bugs 1241, 1245.
20231
20232 2005-08-25  Jim Meyering  <jim@meyering.net>
20233
20234         * lib/open-safer.c: Include <config.h>.
20235         Otherwise, we'd lose LARGEFILE support in any file using
20236         e.g. "fcntl--.h"
20237
20238 2005-08-25  Bruno Haible  <bruno@clisp.org>
20239
20240         * m4/minmax.m4: Require autoconf 2.52.
20241         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
20242         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
20243         alternatives of translit over the alphabet.
20244         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
20245
20246 2005-08-24  Simon Josefsson  <jas@extundo.com>
20247
20248         * tests/test-getpass.c: New file.
20249
20250 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20251
20252         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
20253         for GNU regex features.
20254
20255 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20256
20257         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
20258         * lib/regex.h (regerror): Likewise.
20259
20260         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
20261         requires this.  (The code never needed it.)
20262
20263         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
20264         All uses of recently-renamed identifiers changed to use the new,
20265         POSIX-compliant names.  The code will build and run just fine
20266         without these changes, but it's better to eat our own dog food
20267         and use the standard-conforming names.
20268
20269         * lib/regex.h: Fix a multitude of POSIX name space violations.
20270         These changes have an effect only for programs that define
20271         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
20272         do not change anything for programs compiled in the normal way.
20273         Also, there is no effect on the ABI.
20274
20275         (_REGEX_SOURCE): New macro.
20276         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
20277         defined and _GNU_SOURCE is not; this fixes a name space violation.
20278
20279         Rename the following macros to obey POSIX requirements.
20280         The old names are still visible as macros if _REGEX_SOURCE is defined.
20281         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
20282         RE_BACKSLASH_ESCAPE_IN_LISTS.
20283         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
20284         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
20285         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
20286         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
20287         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
20288         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
20289         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
20290         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
20291         (REG_INTERVALS): renamed from RE_INTERVALS.
20292         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
20293         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
20294         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
20295         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
20296         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
20297         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
20298         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
20299         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
20300         RE_UNMATCHED_RIGHT_PAREN_ORD.
20301         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
20302         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
20303         (REG_DEBUG): renamed from RE_DEBUG.
20304         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
20305         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
20306         unusual, since we can't clash with the POSIX REG_ICASE.
20307         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
20308         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
20309         (REG_NO_SUB): renamed from RE_NO_SUB.
20310         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
20311         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
20312         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
20313         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
20314         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
20315         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
20316         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
20317         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
20318         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
20319         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
20320         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
20321         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
20322         RE_SYNTAX_POSIX_MINIMAL_BASIC.
20323         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
20324         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
20325         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
20326         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
20327         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
20328         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
20329         (REG_FIXED): Renamed from REGS_FIXED.
20330         (REG_NREGS): Renamed from RE_NREGS.
20331
20332         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
20333         of other REG_* macros, since POSIX says the user is allowed to
20334         #undef these macros selectively.
20335
20336         (reg_errcode_t): Update comment stating what other tables need
20337         to be consistent.
20338
20339         Rename the following enum values to obey POSIX requirements.
20340         The old names are still visible as macros.
20341         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
20342         is not defined, since GNU is supposed to be a superset of POSIX as
20343         much as possible, and since we want reg_errcode_t to be a signed
20344         type for implementation consistency.
20345         (_REG_NOERROR): Renamed from REG_NOERROR.
20346         (_REG_NOMATCH): Renamed from REG_NOMATCH.
20347         (_REG_BADPAT): Renamed from REG_BADPAT.
20348         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
20349         (_REG_ECTYPE): Renamed from REG_ECTYPE.
20350         (_REG_EESCAPE): Renamed from REG_EESCAPE.
20351         (_REG_ESUBREG): Renamed from REG_ESUBREG.
20352         (_REG_EBRACK): Renamed from REG_EBRACK.
20353         (_REG_EPAREN): Renamed from REG_EPAREN.
20354         (_REG_EBRACE): Renamed from REG_EBRACE.
20355         (_REG_BADBR): Renamed from REG_BADBR.
20356         (_REG_ERANGE): Renamed from REG_ERANGE.
20357         (_REG_ESPACE): Renamed from REG_ESPACE.
20358         (_REG_BADRPT): Renamed from REG_BADRPT.
20359         (_REG_EEND): Renamed from REG_EEND.
20360         (_REG_ESIZE): Renamed from REG_ESIZE.
20361         (_REG_ERPAREN): Renamed from REG_ERPAREN.
20362         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
20363         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
20364         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
20365         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
20366
20367         (_REG_RE_NAME, _REG_RM_NAME): New macros.
20368         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
20369         changed.  But support the old name if the new one is not defined
20370         and if _REGEX_SOURCE.
20371
20372         Change the following member names in struct re_pattern_buffer.
20373         The old names are still supported if !_REGEX_SOURCE.
20374         The new names are always supported, regardless of _REGEX_SOURCE.
20375         (re_buffer): Renamed from buffer.
20376         (re_allocated): Renamed from allocated.
20377         (re_used): Renamed from used.
20378         (re_syntax): Renamed from syntax.
20379         (re_fastmap): Renamed from fastmap.
20380         (re_translate): Renamed from translate.
20381         (re_can_be_null): Renamed from can_be_null.
20382         (re_regs_allocated): Renamed from regs_allocated.
20383         (re_fastmap_accurate): Renamed from fastmap_accurate.
20384         (re_no_sub): Renamed from no_sub.
20385         (re_not_bol): Renamed from not_bol.
20386         (re_not_eol): Renamed from not_eol.
20387         (re_newline_anchor): Renamed from newline_anchor.
20388
20389         Change the following member names in struct re_registers.
20390         The old names are still supported if !_REGEX_SOURCE.
20391         The new names are always supported, regardless of _REGEX_SOURCE.
20392         (rm_num_regs): Renamed from num_regs.
20393         (rm_start): Renamed from start.
20394         (rm_end): Renamed from end.
20395
20396         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
20397         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
20398         Prepend __ to parameter names.
20399
20400         Undo yesterday's changes.
20401
20402 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20403
20404         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
20405         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
20406         lib/regex.c.
20407
20408 2005-08-24  Jim Meyering  <jim@meyering.net>
20409
20410         Sync from coreutils.
20411         * m4/fcntl-safer.m4: New file.
20412
20413         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
20414         and object files for this module.
20415
20416 2005-08-24  Jim Meyering  <jim@meyering.net>
20417
20418         Sync from coreutils.
20419         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
20420
20421 2005-08-24  Jim Meyering  <jim@meyering.net>
20422
20423         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
20424         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
20425
20426 2005-08-24  Jim Meyering  <jim@meyering.net>
20427
20428         * modules/fcntl-safer: New module.
20429         * modules/fts (Depends-on): Add fcntl-safer.
20430         * MODULES.html.sh (File descriptor based Input/Output):
20431         Add fcntl-safer.
20432
20433 2005-08-24  Bruno Haible  <bruno@clisp.org>
20434
20435         Support for unit test modules.
20436         * modules/README: Mention tests modules.
20437         * modules/TEMPLATE-TESTS: New file.
20438         * gnulib-tool: New options --extract-tests-module, --with-tests and
20439         --tests-base (unused for the moment).
20440         (testsbase, inctests): New variables.
20441         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
20442         (func_verify_module): Exclude TEMPLATE-TESTS.
20443         (func_verify_nontests_module, func_verify_tests_module): New functions.
20444         (func_get_dependencies): Add implicit dependency for tests modules.
20445         (func_get_tests_module): New function.
20446         (func_modules_transitive_closure): When --with-tests was specified,
20447         include the unit tests as well, unless explicitly avoided.
20448         (func_emit_lib_Makefile_am): Ignore the tests modules here.
20449         (func_emit_tests_Makefile_am): New function.
20450         (func_create_testdir): When --with-tests was specified, emit a
20451         tests/ directory.
20452         * MODULES.html.sh (Future developments): Update.
20453
20454 2005-08-24  Bruno Haible  <bruno@clisp.org>
20455
20456         * modules/tls-tests: New file.
20457         * tests/test-tls.c: New file, from GNU gettext.
20458
20459 2005-08-24  Bruno Haible  <bruno@clisp.org>
20460
20461         * modules/lock-tests: New file.
20462         * tests/test-lock.c: New file, from GNU gettext.
20463
20464 2005-08-24  Bruno Haible  <bruno@clisp.org>
20465
20466         * lib/lock.h: Add multiple inclusion guard.
20467         * lib/tls.h: Add multiple inclusion guard.
20468
20469 2005-08-24  Bruno Haible  <bruno@clisp.org>
20470
20471         * gnulib-tool: Add support for the --aux-dir option to
20472         --create-testdir, --create-megatestdir, --test, --megatest.
20473         (func_create_testdir, func_create_megatestdir): Optionally emit a
20474         AC_CONFIG_AUX_DIR directive.
20475         (create-testdir, create-megatestdir, test, megatest): Provide a
20476         default value for $auxdir.
20477
20478 2005-08-24  Bruno Haible  <bruno@clisp.org>
20479
20480         * gnulib-tool (import): Use compound statement instead of subshell
20481         where possible.
20482
20483 2005-08-24  Bruno Haible  <bruno@clisp.org>
20484
20485         * gnulib-tool (import): Change --aux-dir default to "build-aux".
20486
20487 2005-08-24  Bruno Haible  <bruno@clisp.org>
20488
20489         * gnulib-tool (func_version): Update.
20490
20491 2005-08-24  Bruno Haible  <bruno@clisp.org>
20492
20493         * gnulib-tool (func_import, func_create_testdir,
20494         func_create_megatestdir): Quote all autoconf macro arguments.
20495
20496 2005-08-24  Bruno Haible  <bruno@clisp.org>
20497
20498         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
20499         option --force, because --force causes the aclocal.m4 of each
20500         subdirectory to be newer than the corresponding config.h.in.
20501
20502 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
20503
20504         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
20505         All contents moved to gl_REGEX.
20506         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
20507         assume that it does.
20508
20509 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
20510
20511         * lib/regex.h (REG_NOSYS)
20512         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
20513         Define, since POSIX requires it as of 2001.
20514         (_REG_ENOSYS)
20515         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
20516         New private symbol, used to keep the enum signed in all cases.
20517         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
20518         Youngman in
20519         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
20520
20521         * lib/regex_internal.c (re_string_skip_chars, register_state):
20522         (calc_state_hash):
20523         Remove forward decls; no longer needed now that we use prototypes.
20524         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
20525         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
20526         (clean_state_log_if_needed): Likewise.
20527
20528 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
20529
20530         * config/srclist.txt: Add glibc bugs 1231-1233.
20531
20532 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20533
20534         Fix problems reported by Sam Steingold in
20535         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
20536         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
20537         assumed that reg_errcode_t is a signed type, which is not
20538         necessarily true if _XOPEN_SOURCE is not defined.
20539         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
20540         since some compilers warn about it otherwise.
20541
20542 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20543
20544         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
20545         (init_word_char, create_initial_state, duplicate_node_closure):
20546         (fetch_token, peek_token_bracket, build_range_exp):
20547         (build_collating_symbol): Remove forward decls; no longer needed
20548         now that we use prototypes.
20549
20550         * lib/regcomp.c:
20551         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
20552         (re_compile_fastmap_iter, regcomp, regerror, regfree):
20553         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
20554         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
20555         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
20556         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
20557         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
20558         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
20559         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
20560         (build_range_exp, build_collating_symbol, parse_bracket_exp):
20561         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
20562         (build_charclass, build_charclass_op, fetch_number, create_tree):
20563         (create_token_tree, mark_opt_subexp, duplicate_tree):
20564         Use prototypes rather than old-style definitions.
20565
20566         * lib/regex_internal.c:
20567         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
20568         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
20569         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
20570         (re_string_reconstruct, re_string_peek_byte_case):
20571         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
20572         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
20573         (re_node_set_init_copy, re_node_set_add_intersect):
20574         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
20575         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
20576         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
20577         (re_acquire_state, re_acquire_state_context, register_state):
20578         (create_ci_newstate, create_cd_newstate, free_state):
20579         Likewise.
20580         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
20581         re_search_2):
20582         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
20583         (re_search_internal, prune_impossible_nodes):
20584         (acquire_init_state_context, check_matching, static):
20585         (check_halt_node_context, check_halt_state_context, proceed_next_node):
20586         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
20587         (update_regs, sift_states_backward, build_sifted_states):
20588         (clean_state_log_if_needed, merge_state_array):
20589         (update_cur_sifted_state, add_epsilon_src_nodes):
20590         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
20591         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
20592         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
20593         (find_recover_state, check_subexp_matching_top, transit_state_mb):
20594         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
20595         (check_arrival, check_arrival_add_next_nodes):
20596         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
20597         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
20598         (check_node_accept_bytes, check_node_accept, extend_buffers):
20599         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
20600         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
20601         (sift_ctx_init):
20602         Likewise.
20603
20604         * lib/regex_internal.h:
20605         (re_string_allocate, re_string_construct, re_string_reconstruct):
20606         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
20607         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
20608         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
20609         (re_string_context_at, re_string_peek_byte_case):
20610         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
20611         is defined, since we now use prototypes always.
20612
20613         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
20614         C89 or better.  All uses removed.
20615
20616 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20617
20618         * config/srclist.txt: Add glibc bugs 1220-1227.
20619
20620 2005-08-20  Jim Meyering  <jim@meyering.net>
20621
20622         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
20623         of unused local, dfa.
20624
20625 2005-08-20  Bruno Haible  <bruno@clisp.org>
20626
20627         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
20628
20629 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20630
20631         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
20632         (re_node_set_insert_last, re_dfa_add_node):
20633         Rename local variables to avoid GCC shadowing warnings.
20634
20635 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20636
20637         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
20638         [defined lint]: Suppress bogus uninitialized-variable warnings.
20639
20640         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
20641         and let the caller return REG_ESPACE if out of space.  This
20642         removes an uninitialied-variable warning with GCC 4.0.1, and also
20643         avoids taking the address of a local variable.  All callers
20644         changed.
20645
20646 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20647
20648         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
20649         $LIBCSRC/posix/regexec.c.
20650         Add glibc bug 1217 for regcomp.c.
20651
20652 2005-08-19  Jim Meyering  <jim@meyering.net>
20653
20654         * lib/regexec.c (proceed_next_node): Redo local variables to
20655         avoid GCC shadowing warnings.
20656
20657 2005-08-18  Bruno Haible  <bruno@clisp.org>
20658
20659         * lib/strstr.c (strstr): Fix return value in multibyte case.
20660         * lib/strcasestr.c (strcasestr): Likewise.
20661
20662 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
20663
20664         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
20665
20666 2005-08-17  Jim Meyering  <jim@meyering.net>
20667
20668         Make the %s format (seconds since the epoch) work for a negative
20669         number and when used with a zero-padded field width, e.g. %015s.
20670
20671         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
20672         label so that it precedes the code to set `digits'.  Otherwise,
20673         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
20674         print `00-22'.  Now, it prints `-0022', as it should.
20675
20676 2005-08-17  Bruno Haible  <bruno@clisp.org>
20677
20678         * modules/strstr (Files): Add m4/mbrtowc.m4.
20679         (Depends-on): Add mbuiter.
20680
20681 2005-08-17  Bruno Haible  <bruno@clisp.org>
20682
20683         * modules/strcasestr: New file.
20684         * MODULES.html.sh (String handling, based on ANSI C 89): Add
20685         strcasestr.
20686
20687 2005-08-17  Bruno Haible  <bruno@clisp.org>
20688
20689         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
20690
20691 2005-08-17  Bruno Haible  <bruno@clisp.org>
20692
20693         * modules/mbuiter: New file.
20694         * MODULES.html.sh (Extended multibyte and wide character utilities):
20695         Add mbuiter.
20696
20697 2005-08-17  Bruno Haible  <bruno@clisp.org>
20698
20699         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
20700         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
20701
20702 2005-08-17  Bruno Haible  <bruno@clisp.org>
20703
20704         * m4/strcasestr.m4: New file.
20705
20706 2005-08-17  Bruno Haible  <bruno@clisp.org>
20707
20708         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
20709         * lib/strstr.c: Completely rewritten, with multibyte locale support.
20710
20711 2005-08-17  Bruno Haible  <bruno@clisp.org>
20712
20713         * lib/strcasestr.h: New file.
20714         * lib/strcasestr.c: New file.
20715
20716 2005-08-17  Bruno Haible  <bruno@clisp.org>
20717
20718         * lib/strcasecmp.c: Use mbuiter.h.
20719
20720 2005-08-17  Bruno Haible  <bruno@clisp.org>
20721
20722         * lib/mbuiter.h: New file.
20723
20724 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
20725
20726         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
20727         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
20728         and gl_GETOPT are both invoked via different paths (as happens
20729         with GNU tar CVS because it uses both argp and getopt), the former
20730         wins.
20731
20732 2005-08-16  Bruno Haible  <bruno@clisp.org>
20733
20734         * modules/tls: New file.
20735         * MODULES.html.sh (Multithreading): Add tls.
20736
20737 2005-08-16  Bruno Haible  <bruno@clisp.org>
20738
20739         * modules/strnlen1: New file.
20740         * MODULES.html.sh (String handling): Add strnlen1.
20741
20742 2005-08-16  Bruno Haible  <bruno@clisp.org>
20743
20744         * modules/strcase (Files): Add m4/mbrtowc.m4.
20745         (Depends-on): Add strnlen1, mbchar.
20746
20747 2005-08-16  Bruno Haible  <bruno@clisp.org>
20748
20749         * modules/mbiter: New file.
20750         * MODULES.html.sh (Extended multibyte and wide character utilities):
20751         Add mbiter.
20752
20753 2005-08-16  Bruno Haible  <bruno@clisp.org>
20754
20755         * modules/mbfile: New file.
20756         * MODULES.html.sh (Extended multibyte and wide character utilities):
20757         Add mbfile.
20758
20759 2005-08-16  Bruno Haible  <bruno@clisp.org>
20760
20761         * modules/mbchar: New file.
20762         * MODULES.html.sh (Extended multibyte and wide character utilities):
20763         New section.
20764
20765 2005-08-16  Bruno Haible  <bruno@clisp.org>
20766
20767         * m4/tls.m4: New file, from GNU gettext.
20768
20769 2005-08-16  Bruno Haible  <bruno@clisp.org>
20770
20771         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
20772         always.
20773         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
20774
20775 2005-08-16  Bruno Haible  <bruno@clisp.org>
20776
20777         * m4/mbiter.m4: New file.
20778
20779 2005-08-16  Bruno Haible  <bruno@clisp.org>
20780
20781         * m4/mbfile.m4: New file.
20782
20783 2005-08-16  Bruno Haible  <bruno@clisp.org>
20784
20785         * m4/mbchar.m4: New file.
20786
20787 2005-08-16  Bruno Haible  <bruno@clisp.org>
20788
20789         * lib/tls.h: New file, from GNU gettext.
20790         * lib/tls.c: New file, from GNU gettext.
20791
20792 2005-08-16  Bruno Haible  <bruno@clisp.org>
20793
20794         * lib/strnlen1.h: New file.
20795         * lib/strnlen1.c: New file.
20796
20797 2005-08-16  Bruno Haible  <bruno@clisp.org>
20798
20799         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
20800         (mbi_init): Update.
20801         (mbi_avail, mbi_advance): Let the iteration end before the terminating
20802         NUL byte, not after it.
20803
20804 2005-08-16  Bruno Haible  <bruno@clisp.org>
20805
20806         * lib/strcase.h (strcasecmp): Add note in comments.
20807         * lib/strncasecmp.c: Use code from strcasecmp.c.
20808         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
20809         (strcasecmp): Work correctly in multibyte locales.
20810
20811 2005-08-16  Bruno Haible  <bruno@clisp.org>
20812
20813         * lib/mbiter.h: New file.
20814
20815 2005-08-16  Bruno Haible  <bruno@clisp.org>
20816
20817         * lib/mbfile.h: New file.
20818
20819 2005-08-16  Bruno Haible  <bruno@clisp.org>
20820
20821         * lib/mbchar.h: New file.
20822         * lib/mbchar.c: New file.
20823
20824 2005-08-16  Bruno Haible  <bruno@clisp.org>
20825
20826         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
20827         the valid ones. Makes the comparison operations transitive:
20828         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
20829         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
20830
20831 2005-08-15  Simon Josefsson  <jas@extundo.com>
20832
20833         * modules/ssize_t (License): Change to 'unlimited'.
20834
20835         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
20836
20837 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
20838
20839         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
20840         Add comments for each pending glibc patch.
20841
20842 2005-08-15  Bruno Haible  <bruno@clisp.org>
20843
20844         * lib/regex.h (__restrict_arr): Don't define to __restrict if
20845         __cplusplus is defined.
20846
20847 2005-08-14  Jim Meyering  <jim@meyering.net>
20848
20849         Sync from coreutils.
20850
20851         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
20852         Use the hash-table-based cycle-detection code not just when
20853         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
20854         Reported by James Youngman in
20855         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
20856         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
20857         FTS_TIGHT_CYCLE_CHECK.
20858         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
20859         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
20860         once again.
20861         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
20862         * lib/fts.c (fd_safer): Remove decl.
20863         Include fcntl--.h rather than unistd-safer.h
20864         (fts_safe_changedir): Don't call fd_safer; no longer needed
20865         now that we include fcntl--.h.
20866
20867 2005-08-12  Simon Josefsson  <jas@extundo.com>
20868
20869         * modules/getndelim2: Use ssize_t module.
20870         * modules/getnline: Likewise.
20871         * modules/safe-read: Likewise.
20872         * modules/xreadlink: Likewise.
20873
20874         * modules/ssize_t: New file.
20875
20876 2005-08-12  Simon Josefsson  <jas@extundo.com>
20877
20878         * m4/readline.m4: Look for termcap, curses or ncurses if required.
20879
20880 2005-08-12  Simon Josefsson  <jas@extundo.com>
20881
20882         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20883         ssize_t.
20884
20885 2005-08-12  Simon Josefsson  <jas@extundo.com>
20886
20887         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
20888         readline, getdelim and check_version.
20889         (Support for systems lacking ISO C 99: Sizes of integer types):
20890         Add size_max.
20891
20892 2005-08-12  Bruno Haible  <bruno@clisp.org>
20893
20894         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
20895
20896 2005-08-11  Simon Josefsson  <jas@extundo.com>
20897
20898         * modules/readline: New file.
20899
20900         * modules/strnlen (Files): Add strnlen.h.
20901
20902 2005-08-11  Simon Josefsson  <jas@extundo.com>
20903
20904         * m4/readline.m4: New file.
20905
20906 2005-08-11  Simon Josefsson  <jas@extundo.com>
20907
20908         * lib/readline.h, readline.c: New file.
20909
20910 2005-08-11  Simon Josefsson  <jas@extundo.com>
20911
20912         * doc/gnulib.texi (Initial import, Finishing touches): Mention
20913         gl_AVOID.
20914
20915 2005-08-11  Bruno Haible  <bruno@clisp.org>
20916
20917         * lib/strnlen.h (strnlen): Change parameter name to match comment.
20918
20919 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
20920
20921         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
20922
20923 2005-08-10  Simon Josefsson  <jas@extundo.com>
20924
20925         * tests/test-iconvme.c: New file.
20926
20927 2005-08-10  Simon Josefsson  <jas@extundo.com>
20928
20929         * m4/strnlen.m4: New file.
20930
20931         * m4/strndup.m4: Don't check for strnlen declaration, done in
20932         strnlen.m4.
20933
20934 2005-08-10  Simon Josefsson  <jas@extundo.com>
20935
20936         * lib/strndup.c: Use strnlen.h.
20937
20938         * lib/strnlen.h: New file.
20939
20940 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
20941
20942         * README: Typos.
20943
20944 2005-08-02  Simon Josefsson  <jas@extundo.com>
20945
20946         * modules/readline: New file.
20947
20948 2005-08-02  Simon Josefsson  <jas@extundo.com>
20949
20950         * modules/getdelim: New file.
20951
20952         * modules/getline: Rewrite, don't use getndelim2.
20953
20954 2005-08-02  Simon Josefsson  <jas@extundo.com>
20955
20956         * m4/getline.m4: Separate out getdelim stuff into separate module.
20957
20958         * m4/getdelim.m4: New file.
20959
20960 2005-08-02  Simon Josefsson  <jas@extundo.com>
20961
20962         * lib/getline.h, getline.c: Rewrite.
20963
20964         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
20965
20966 2005-07-31  Bruno Haible  <bruno@clisp.org>
20967
20968         * lib/lock.h (gl_lock_initializer): New macro.
20969         (gl_lock_define_initialized): Use it.
20970         (gl_rwlock_initializer): New macro.
20971         (gl_rwlock_define_initialized): Use it.
20972         (gl_recursive_lock_initializer): New macro.
20973         (gl_recursive_lock_define_initialized): Use it.
20974
20975 2005-07-30  Karl Berry  <karl@gnu.org>
20976
20977         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
20978         Report from Ben Pfaff, regarding getopt.
20979
20980 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
20981
20982         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
20983         normal way.
20984         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
20985         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
20986         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
20987         (gl_GETOPT): Use the new macros.  Most of the implementation
20988         is moved to the new macros.  This is for programs like Emacs
20989         that don't want all the functionality of gl_GETOPT.
20990
20991 2005-07-26  Bruno Haible  <bruno@clisp.org>
20992
20993         * m4/lock.m4: Update from GNU gettext.
20994
20995 2005-07-26  Bruno Haible  <bruno@clisp.org>
20996
20997         * lib/lock.h: Update from GNU gettext.
20998         * lib/lock.c: Update from GNU gettext.
20999
21000 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
21001
21002         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
21003         obsolescent AC_TRY_RUN.  Include the default includes files, for
21004         'exit'.
21005
21006 2005-07-24  Bruno Haible  <bruno@clisp.org>
21007
21008         * modules/visibility: New file.
21009         * MODULES.html.sh (Misc): Add visibility.
21010
21011 2005-07-24  Bruno Haible  <bruno@clisp.org>
21012
21013         * m4/visibility.m4: New file.
21014
21015 2005-07-24  Bruno Haible  <bruno@clisp.org>
21016
21017         * doc/visibility.texi: New file.
21018
21019 2005-07-22  Bruno Haible  <bruno@clisp.org>
21020
21021         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
21022         $(ALLOCA_H), redundant through BUILT_SOURCES.
21023         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
21024         redundant through BUILT_SOURCES.
21025         * modules/byteswap (Makefile.am): Remove explicit dependency on
21026         $(BYTESWAP_H), redundant through BUILT_SOURCES.
21027         * modules/fnmatch (Makefile.am): Remove explicit dependency on
21028         $(FNMATCH_H), redundant through BUILT_SOURCES.
21029         * modules/getopt (Makefile.am): Remove explicit dependency on
21030         $(GETOPT_H), redundant through BUILT_SOURCES.
21031         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
21032         redundant through BUILT_SOURCES.
21033         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
21034         redundant through BUILT_SOURCES.
21035         * modules/stdbool (Makefile.am): Remove explicit dependency on
21036         $(STDBOOL_H), redundant through BUILT_SOURCES.
21037         * modules/stdint (Makefile.am): Remove explicit dependency on
21038         $(STDINT_H), redundant through BUILT_SOURCES.
21039         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
21040         Remove explicit dependency on $(SYSEXITS_H).
21041         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
21042
21043 2005-07-18  Simon Josefsson  <jas@extundo.com>
21044
21045         * lib/check-version.c (check_version): Accept identical versions too.
21046
21047 2005-07-18  Bruno Haible  <bruno@clisp.org>
21048
21049         * modules/lock: New file.
21050         * MODULES.html.sh (Multithreading): New section.
21051
21052 2005-07-18  Bruno Haible  <bruno@clisp.org>
21053
21054         * m4/lock.m4: New file, from GNU gettext.
21055
21056 2005-07-18  Bruno Haible  <bruno@clisp.org>
21057
21058         * lib/lock.h: New file, from GNU gettext.
21059         * lib/lock.c: New file, from GNU gettext.
21060
21061 2005-07-18  Bruno Haible  <bruno@clisp.org>
21062
21063         * lib/lock.h (gl_once_t): New type.
21064         (gl_once_define, gl_once): New macros.
21065         * lib/lock.c (fresh_once): New variable.
21066         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
21067         functions.
21068
21069 2005-07-16  Simon Josefsson  <jas@extundo.com>
21070
21071         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
21072         workaround, suggested by Bruno.
21073
21074 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
21075
21076         * modules/xalloc (Depends-on): Add xalloc-die.
21077         * modules/xvasprintf (Depends-on): Add xalloc-die.
21078
21079 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
21080
21081         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
21082         with a minor change.
21083
21084 2005-07-15  Bruno Haible  <bruno@clisp.org>
21085
21086         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
21087         When using lib/poll.c, define poll as rpl_poll.
21088
21089 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
21090
21091         * modules/argp (Depends-on): Remove unlocked-io.
21092
21093 2005-07-14  Derek Price  <derek@ximbiot.com>
21094
21095         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
21096         for glob symlink bug.
21097
21098 2005-07-14  Bruno Haible  <bruno@clisp.org>
21099
21100         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
21101         Instead, test for *_unlocked function declarations directly.
21102
21103 2005-07-11  Simon Josefsson  <jas@extundo.com>
21104
21105         * modules/size_max: New file.
21106
21107         * modules/xsize: Depend on size_max module for size_max.m4.
21108
21109 2005-07-11  Simon Josefsson  <jas@extundo.com>
21110
21111         * lib/size_max.h: New file.
21112
21113 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
21114
21115         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
21116         copyright symbol and the year.
21117         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
21118         (version_etc_va): Use parameterized copyright notice.
21119         Reword to conform to the current GNU coding standards.
21120
21121 2005-07-11  Karl Berry  <karl@gnu.org>
21122
21123         * doc/gnulib.texi (Quoting): new node.
21124         (Initial import): more info, from Patrice.
21125
21126 2005-07-11  Bruno Haible  <bruno@clisp.org>
21127
21128         * gnulib-tool (func_usage): Document option --avoid.
21129         (Command line options): Handle --avoid.
21130         (func_acceptable): New function.
21131         (func_modules_transitive_closure): Use it.
21132
21133 2005-07-11  Bruno Haible  <bruno@clisp.org>
21134
21135         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
21136         Reported by Jim Meyering.
21137
21138 2005-07-10  Bruno Haible  <bruno@clisp.org>
21139
21140         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
21141         Needed when size_t is smaller than 'unsigned int'.
21142         Reported by Paul Eggert.
21143
21144 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21145
21146         * modules/argp (Depends-on): Add unlocked-io
21147
21148 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21149
21150         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
21151         block of defines.
21152
21153 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
21154
21155         * config/srclist.txt: Comment out regcomp.c, since we have a porting
21156         fix now.
21157
21158 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
21159         and Paul Eggert  <eggert@cs.ucla.edu>
21160
21161         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
21162         in wint_t, not wchar_t.  Remove now-unnecessary cast.
21163
21164 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21165
21166         * modules/regex (Files): Add lib/regex_internal.c,
21167         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
21168         (Depends-on): Add extensions.
21169         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
21170
21171 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21172
21173         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
21174         pathconf.
21175         * m4/same.m4 (gl_SAME): Likewise.
21176         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
21177
21178         * m4/regex.m4: Adjust to new libc regex implementation.
21179         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
21180         all the .c and .h parts of (the new) regex.
21181         Quote the m4 stuff better.
21182         Check for RE_ICASE bug of old gnulib.
21183         Check for REG_STARTEND of recent libc.
21184         Rename local variables from jm_* to gl_*.
21185         Quote operand of "test -f".
21186         Say "recent enough" version of libc, not "version 2".
21187         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
21188         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
21189         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
21190         Remove check for btowc, isascii.
21191         Require AM_LANGINFO_CODESET.
21192
21193 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21194
21195         * lib/regex.c, regex.h: Sync from libc.
21196         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
21197         * lib/regexec.c:
21198         New files, synced from libc, except that regex_internal.h
21199         currently has a small porting fix.
21200
21201 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21202
21203         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
21204         regex_internal.c, regexec.c.
21205         Add regex_internal.h too, but as a comment, since the libc version
21206         is currently broken in gnulib mode.
21207
21208 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
21209
21210         Support programs like Emacs that use gnulib but not gettext.
21211         * MODULES.html.sh (Internationalization functions): Add gettext-h.
21212         * modules/gettext-h: New file.
21213         * modules/gettext (Files): Remove lib/gettext.h.
21214         (Depends-on): Add gettext-h.
21215         (Makefile.am): Remove lib_SOURCES.
21216         * modules/argmatch, modules/c-stack, modules/closeout:
21217         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
21218         * modules/execute, modules/file-type, modules/getaddrinfo:
21219         * modules/getopt, modules/human, modules/javacomp:
21220         * modules/javaexec, modules/mkdir-p, modules/obstack:
21221         * modules/openat, modules/pagealign_alloc, modules/pipe:
21222         * modules/quotearg, modules/regex, modules/rpmatch:
21223         * modules/unicodeio, modules/userspec, modules/version-etc:
21224         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
21225         * modules/xsetenv:
21226         Depend on gettext-h, not gettext.
21227
21228 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
21229
21230         * gnulib-tool (func_import): Add support for 'public domain' license.
21231         * modules/alloca, modules/atexit, modules/memmove:
21232         Now public domain, not GPL.
21233         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
21234         * modules/realloc, modules/strerror, modules/strtod:
21235         Now LGPL, not GPL.
21236
21237 2005-07-05  Bruno Haible  <bruno@clisp.org>
21238
21239         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
21240         autoconf CVS. Needed for mingw.
21241
21242 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21243
21244         Remove the dependency of the strftime module on the tzset module.
21245         * modules/strftime (Depends-on): Remove dependency on tzset.
21246
21247 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21248
21249         Remove the dependency of the strftime module on the tzset module.
21250         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
21251         gl_FUNC_TZSET_CLOBBER.
21252
21253 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21254
21255         Remove the dependency of the strftime module on the tzset module.
21256         * lib/strftime.c (my_strftime)
21257         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
21258         Copy the input structure, to work around some of the bug with
21259         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
21260         Solaris releases, you should also use the tzset module, but we won't
21261         require it as a dependency any more since we don't want LGPLed code
21262         to depend on GPLed code.
21263
21264 2005-07-02  Jim Meyering  <jim@meyering.net>
21265
21266         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
21267         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
21268         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
21269         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
21270
21271 2005-07-02  Jim Meyering  <jim@meyering.net>
21272
21273         * lib/backupfile.c (backup_args): Change a `0' to NULL.
21274
21275 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21276
21277         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
21278         declares only 'struct timespec;' (!).
21279
21280 2005-07-01  Jim Meyering  <jim@meyering.net>
21281
21282         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
21283         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
21284         * lib/save-cwd.c, tempname.c:
21285         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
21286         and don't include <sys/file.h>).
21287
21288 2005-06-29  Jim Meyering  <jim@meyering.net>
21289
21290         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
21291         type name.  Use the variable name instead.
21292         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
21293         Likewise.
21294
21295 2005-06-28  Simon Josefsson  <jas@extundo.com>
21296
21297         * modules/check-version (Files): Add check-version.m4.
21298
21299 2005-06-28  Simon Josefsson  <jas@extundo.com>
21300
21301         * m4/check-version.m4: New file, suggested by Jim Meyering
21302         <jim@meyering.net>.
21303
21304 2005-06-28  Simon Josefsson  <jas@extundo.com>
21305
21306         * lib/check-version.h, lib/check-version.c: New files.
21307
21308 2005-06-28  Simon Josefsson  <jas@extundo.com>
21309
21310         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
21311         collision with global variable.  Better indentation.  Don't
21312         increment buffer pointer beyond buffer end.  Based on comments
21313         from Paul Eggert <eggert@cs.ucla.edu>.
21314
21315         * lib/base64.h: Indent.
21316
21317 2005-06-28  Simon Josefsson  <jas@extundo.com>
21318
21319         * doc/gnulib.texi (Library version handling): New section.
21320
21321 2005-06-28  Jim Meyering  <jim@meyering.net>
21322
21323         * check-module (find_included_lib_files): Hard-code another
21324         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
21325         but modules/fts-lgpl (correctly) does not list those files.
21326
21327         * modules/canonicalize (Files): Add lib/pathmax.h.
21328
21329 2005-06-25  Simon Josefsson  <jas@extundo.com>
21330
21331         * modules/check-version: New file.
21332
21333 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
21334
21335         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
21336         initializer of struct addrinfo, as an indication that we don't
21337         care how many members the structure has.
21338
21339 2005-06-24  Derek Price  <derek@ximbiot.com>
21340         and Bruno Haible  <bruno@clisp.org>
21341
21342         Remove stat module & update lstat.
21343         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
21344         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
21345         * m4/stat.m4: Remove this file.
21346
21347 2005-06-24  Derek Price  <derek@ximbiot.com>
21348         and Bruno Haible  <bruno@clisp.org>
21349
21350         Remove stat module & update lstat.
21351         * lib/stat.c: Remove this file...
21352         (slash_aware_lstat): ...moving this content and its support...
21353         * lib/lstat.c (rpl_lstat): ...into here.
21354         * lib/lstat.h: New file.
21355
21356 2005-06-24  Derek Price  <derek@ximbiot.com>
21357         and Bruno Haible  <bruno@clisp.org>
21358
21359         Remove stat module & update lstat.
21360         * config/srclist.txt (libc sources): Remove stat.
21361
21362 2005-06-24  Derek Price  <derek@ximbiot.com>
21363         and Bruno Haible  <bruno@clisp.org>
21364
21365         Remove stat module & update lstat.
21366         * MODULES.html.sh (stat): Remove.
21367         * MODULES.html: Regenerated.
21368         * modules/lstat (Description): Correct function name.
21369         (Files): Add "lstat.h".
21370         (Depends-on): Remove stat, add xalloc, stat-macros.
21371         * modules/stat: Remove this file.
21372         (Include): Add "lstat.h", remove <sys/stat.h>.
21373
21374 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
21375
21376         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
21377         (ranged_convert): Don't save conversion in a temporary struct.
21378         This causes a warning with GCC 4.0.0, and anyway in the typical
21379         case it's not worth the extra 100 bytes or so of code.
21380         (ranged_convert, __mktime_internal): When calling a function via a
21381         pointer P, use P () rather than (*P) (), as we now assume C89 or
21382         better.
21383
21384 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
21385
21386         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
21387         "who -r" failed to give output.  Problem reported by Tim Waugh.
21388
21389         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
21390         (xcalloc): Use it to avoid needless tests.
21391         Problem reported by Jim Meyering.
21392
21393 2005-06-20  Derek Price  <derek@ximbiot.com>
21394
21395         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
21396         unnecessary for Autoconfs > 2.59c.
21397
21398 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21399
21400         * lib/argp.h (__option_is_short): Check upper limit of
21401         __key. Isprint() requires its argument to have the value
21402         of an unsigned char or EOF.
21403
21404 2005-06-16  Jim Meyering  <jim@meyering.net>
21405
21406         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
21407         when either N or S is zero.
21408
21409 2005-06-16  Derek Price  <derek@ximbiot.com>
21410
21411         * m4/bison.m4: Declare YACC & YFLAGS precious.
21412
21413 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
21414
21415         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
21416         multibyte string or pattern, fall back on unibyte matching.
21417         Problem reported by James Youngman.
21418
21419 2005-06-08  Bruno Haible  <bruno@clisp.org>
21420
21421         * modules/csharpcomp: New file.
21422         * MODULES.html.sh (C#): Add csharpcomp.
21423
21424 2005-06-08  Bruno Haible  <bruno@clisp.org>
21425
21426         * m4/csharpcomp.m4: New file, from GNU gettext.
21427
21428 2005-06-08  Bruno Haible  <bruno@clisp.org>
21429
21430         * lib/csharpcomp.h: New file, from GNU gettext.
21431         * lib/csharpcomp.c: New file, from GNU gettext.
21432         * lib/csharpcomp.sh.in: New file, from GNU gettext.
21433
21434 2005-06-08  Bruno Haible  <bruno@clisp.org>
21435
21436         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
21437         warning on mingw.
21438
21439 2005-06-07  Derek Price  <derek@ximbiot.com>
21440
21441         Sync from CVS.
21442         * lib/glob_.h: Indent nested #ifdef.
21443
21444 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
21445
21446         Sync from coreutils.
21447         Use "file name" when talking about file names, instead of "filename"
21448         or "path", as per the GNU coding standards.
21449         * lib/mkdir-p.c: Renamed from makepath.c.
21450         (make_dir_parents): Renamed from make_path.  All callers changed.
21451         * lib/mkdir-p.h: Likewise.  All includers changed.
21452         * lib/filenamecat.c: Renamed from path-concat.c.
21453         (file_name_concat): Renamed from path_concat.  All callers changed.
21454         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
21455         * lib/filenamecat.h: Likewise.  All includers changed.
21456         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
21457         in comments or local variable names.
21458         * lib/basename.c: Likewise.
21459         * lib/canonicalize.c, canonicalize.h: Likewise.
21460         * lib/dirname.c, dirname.h: Likewise.
21461         * lib/euidaccess.c: Likewise.
21462         * lib/exclude.c: Likewise
21463         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
21464         * lib/fsusage.c, fsuage.h: Likewise.
21465         * lib/fts.c, fts_.h: Likewise.
21466         * lib/getcwd.c: Likewise.
21467         * lib/getloadavg.c: Likewise.
21468         * lib/mkstemp.c: Likewise.
21469         * lib/mountlist.c, mountlist.h: Likewise.
21470         * lib/openat.c, openat.h: Likewise.
21471         * lib/readlink-stub.c: Likewise.
21472         * lib/readutmp.c, readutmp.h: Likewise.
21473         * lib/rename.c: Likewise.
21474         * lib/rmdir.c: Likewise.
21475         * lib/same.c: Likewise.
21476         * lib/savedir.c: Likewise.
21477         * lib/stripslash.c: Likewise.
21478         * lib/tempname.c: Likewise.
21479         * lib/xreadlink.c: Likewise.
21480         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
21481         All uses changed.
21482         * lib/exclude.h: Likewise.
21483
21484         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
21485         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
21486         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
21487         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
21488         * lib/pathmax.h: Include <limits.h> unconditionally, since other
21489         files have been getting away with it for years (MORE/BSD 4.3
21490         is extinct now).
21491         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
21492         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
21493
21494         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
21495         Define to 256, not 255, as per modern POSIX.
21496
21497 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
21498
21499         Sync from coreutils.
21500         Use "file name" when talking about file names, instead of "filename"
21501         or "path", as per the GNU coding standards.
21502         * MODULES.html.sh: mkdir-p renamed from makepath.
21503         filenamecat renamed from path-concat.
21504         * modules/filenamecat: Renamed from modules/path-concat.
21505         (Files): filenamecat.h and filenamecat.c renamed from
21506         path-concat.h and path-concat.c.
21507         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
21508         (Include): filenamecat.h, not path-concat.h.
21509         * modules/mkdir-p: Renamed from modules/makepath.
21510         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
21511         makepath.c.
21512         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
21513         (Include): mkdir-p.h, not makepath.h.
21514
21515 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
21516
21517         Sync from coreutils.
21518         * m4/mkdir-p.m4: Renamed from makepath.m4.
21519         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
21520         Rename files from makepath.c to mkdir-p.c, and from
21521         makepath.h to mkdir-p.h.
21522         * m4/filenamecat.m4: Renamed from path-concat.m4.
21523         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
21524         Rename files from path-concat.c to filenamecat.c,
21525         and from path-concat.h to filenamecat.h.
21526         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
21527         "file name" in local variables or comments.
21528         * m4/rename.m4: Likewise.
21529
21530 2005-06-01  Bruno Haible  <bruno@clisp.org>
21531
21532         * modules/csharpexec: New file.
21533         * MODULES.html.sh (C#): New section.
21534
21535 2005-06-01  Bruno Haible  <bruno@clisp.org>
21536
21537         * m4/csharp.m4: New file, from GNU gettext.
21538         * m4/csharpexec.m4: New file, from GNU gettext.
21539
21540 2005-06-01  Bruno Haible  <bruno@clisp.org>
21541
21542         * lib/csharpexec.h: New file, from GNU gettext.
21543         * lib/csharpexec.c: New file, from GNU gettext.
21544         * lib/csharpexec.sh.in: New file, from GNU gettext.
21545
21546 2005-05-31  Derek Price  <derek@ximbiot.com>
21547             Paul Eggert  <eggert@cs.ucla.edu>
21548
21549         Sync from cvs.
21550         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
21551
21552 2005-05-31  Derek Price  <derek@ximbiot.com>
21553             Paul Eggert  <eggert@cs.ucla.edu>
21554
21555         Sync from cvs.
21556         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
21557
21558 2005-05-29  Derek Price  <derek@ximbiot.com>
21559
21560         * config/srclist.txt (glob_.h, glob.c): Add these files.
21561
21562 2005-05-29  Derek Price  <derek@ximbiot.com>
21563
21564         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
21565         * modules/glob: New file.
21566         * modules/getlogin_r: Add link to POSIX spec in description.
21567
21568 2005-05-29  Derek Price  <derek@ximbiot.com>
21569             Paul Eggert  <eggert@cs.ucla.edu>
21570
21571         * m4/glob.m4: New file.
21572
21573 2005-05-29  Derek Price  <derek@ximbiot.com>
21574             Paul Eggert  <eggert@cs.ucla.edu>
21575
21576         * lib/glob_.h, lib/glob.c: New files.
21577
21578 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
21579
21580         * modules/fts (Files): Remove m4/inttypes-pri.m4.
21581         * modules/fts-lgpl (Depends-on): Remove gettext.
21582
21583 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
21584
21585         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
21586         and don't require gt_INTTYPES_PRI.
21587
21588 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
21589
21590         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
21591
21592         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
21593         the configuration hassle isn't worth it.
21594         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
21595         (LONGEST_MODIFIER, PRIuMAX): Remove.
21596
21597 2005-05-27  Bruno Haible  <bruno@clisp.org>
21598
21599         * lib/getlogin_r.h: Remove second include of <stddef.h>.
21600
21601 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
21602
21603         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
21604         _POSIX_PTHREAD_SEMANTICS for Solaris.
21605
21606 2005-05-25  Derek Price  <derek@ximbiot.com>
21607
21608         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
21609
21610 2005-05-25  Derek Price  <derek@ximbiot.com>
21611             Paul Eggert  <eggert@cs.ucla.edu>
21612
21613         * modules/getlogin_r, m4/getlogin_r.m4: New files.
21614         * lib/getlogin_r.c, getlogin_r.h: New files.
21615
21616 2005-05-25  Bruno Haible  <bruno@clisp.org>
21617             Derek Price  <derek@ximbiot.com>
21618
21619         * lib/getlogin_r.h: Simplify API documentation.
21620
21621 2005-05-23  Derek Price  <derek@ximbiot.com>
21622
21623         * modules/minmax (Files): Add m4/minmax.m4.
21624         (configure.ac): Add gl_MINMAX.
21625
21626 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
21627
21628         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
21629         so that unistd-safer.h (GPL'ed code) need not be included.
21630
21631 2005-05-22  Bruno Haible  <bruno@clisp.org>
21632
21633         * m4/minmax.m4: New file.
21634         Based on a patch by Derek Price <derek@ximbiot.com>.
21635
21636 2005-05-22  Bruno Haible  <bruno@clisp.org>
21637
21638         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
21639         (INT64_MIN): Fix definition.
21640         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
21641
21642         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
21643         NEED_SIGNED_INT_TYPES.
21644
21645         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
21646         HAVE_SYSTEM_INTTYPES.
21647
21648 2005-05-22  Bruno Haible  <bruno@clisp.org>
21649
21650         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
21651         Also include <sys/param.h> if it defines MIN, MAX.
21652         Based on a patch by Derek Price <derek@ximbiot.com>.
21653
21654 2005-05-21  Jim Meyering  <jim@meyering.net>
21655
21656         * modules/fts (Files): Add m4/inttypes-pri.m4.
21657         (Depends-on): Add lstat and remove gettext.  Alphabetize.
21658
21659 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
21660
21661         New fts module.
21662         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
21663         (setup_dir, free_dir): New functions.
21664         (enter_dir, leave_dir): Define trivial
21665         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
21666         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
21667         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
21668         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
21669         Move to fts-cycle.c.
21670         (fts_open): Use setup_dir.
21671         (fts_close): Use free_dir.
21672         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
21673         This adds a label and some gotos, but the alternatives were messier.
21674         Check for memory allocation failure when entering a dir.
21675         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
21676         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
21677         (FTS): New member fts_cycle, that is a union that contains the
21678         old active_dir_ht and cycle_state.  All uses changed to mention
21679         fts_cycle.ht and fts_cycle.state.
21680         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
21681         fts.c, with the following changes:
21682         (setup_dir, free_dir): New functions.
21683         (enter_dir): Now returns bool.  Return true if successful, false
21684         if memory exhausted.  All callers changed.
21685         Do not bother partly cleaning up on
21686         memory allocation failure; that is free_dir's job.
21687         However, free ad if hash_insert fails, to avoid memory leak.
21688         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
21689         fts->fts_options to see which union member to use.
21690
21691 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
21692
21693         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
21694         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
21695
21696 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
21697
21698         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
21699
21700 2005-05-20  Jim Meyering  <jim@meyering.net>
21701
21702         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
21703         Now a macro, to pacify GCC.
21704
21705 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
21706
21707         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
21708         of -1.
21709
21710 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
21711
21712         * lib/chown.c (rpl_chown): Return -1 on failure.
21713
21714 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
21715
21716         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
21717         Don't check for stddef.h.
21718         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
21719         don't use its results.
21720         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
21721         since we include them unconditionally.  Don't require
21722         AM_STDBOOL_H, since stdbool is a prerequisite.
21723         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
21724         since we assume C89 or better.
21725         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
21726         as we don't use their results.
21727         Don't check for fchdir, memmove, memset, strrchr, as we use
21728         them unconditionally.
21729         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
21730         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
21731
21732 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
21733
21734         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
21735         Include <stddef.h> unconditionally, since we assume C89 now.
21736         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
21737         * lib/fts.c: Include fts_.h first, to check interface.
21738         Do not include intprops.h; no longer needed.
21739         Include cycle-check.h and hash.h, since fts_.h no longer does.
21740         Remove unnecessary casts of closedir to void.
21741         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
21742         decide whether to decrement nlinks.
21743         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
21744         (FTS): Use struct hash_table * instead of Hash_table, so that
21745         we no longer need to include hash.h here.
21746
21747 2005-05-18  Jim Meyering  <jim@meyering.net>
21748
21749         * modules/dirfd (License): Change to LGPL.  Most of the code
21750         is already in the public domain.
21751
21752 2005-05-18  Jim Meyering  <jim@meyering.net>
21753
21754         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
21755         Reported by Yoann Vandoorselaere.
21756
21757 2005-05-17  Jim Meyering  <jim@meyering.net>
21758
21759         * m4/fts.m4: New file, from coreutils.
21760
21761 2005-05-17  Jim Meyering  <jim@meyering.net>
21762
21763         * lib/fts.c, lib/fts_.h: New files, from coreutils.
21764
21765 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
21766
21767         Sync from coreutils.
21768         * m4/unlinkdir.m4: New file.
21769
21770 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
21771
21772         Sync from coreutils.
21773         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
21774         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
21775         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
21776         White space changes only.
21777         * lib/makepath.c (make_path): Port to hosts where leading "//" is
21778         special.
21779         * lib/yesno.c: Include getline.h, not ctype.h.
21780         (yesno): Don't remove leading white space; POSIX doesn't allow it.
21781         Use getline to remove arbitrary restriction on response length.
21782
21783 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
21784
21785         * config/srclist-update: Spell out "Street" in FSF postal
21786         mail address; this is the style the FSF seems to prefer.
21787
21788         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
21789         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
21790         this updates FSF postal mail address.
21791
21792         Sync from coreutils.
21793         * modules/unlinkdir: New file.
21794         * modules/yesno (Depends-on): Add getline.
21795         * MODULES.html.sh (File system functions): Add unlinkdir.
21796
21797 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
21798
21799         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
21800         lib/strsep.h:
21801         Change the initial comment to refer to GPL, not LGPL.
21802         gnulib-tool will change it to LGPL as needed.
21803
21804         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
21805         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
21806         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
21807         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
21808         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
21809         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
21810         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
21811         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
21812         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
21813         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
21814         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
21815         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
21816         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
21817         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
21818         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
21819         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
21820         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
21821         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
21822         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
21823         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
21824         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
21825         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
21826         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
21827         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
21828         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
21829         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
21830         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
21831         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
21832         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
21833         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
21834         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
21835         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
21836         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
21837         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
21838         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
21839         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
21840         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
21841         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
21842         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
21843         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
21844         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
21845         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
21846         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
21847         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
21848         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
21849         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
21850         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
21851         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
21852         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
21853         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
21854         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
21855         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
21856         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
21857         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
21858         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
21859         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
21860         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
21861         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
21862         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
21863         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
21864         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
21865         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
21866         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
21867         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
21868         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
21869         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
21870         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
21871         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
21872         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
21873         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
21874         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
21875         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
21876         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
21877         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
21878         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
21879         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
21880         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
21881         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
21882         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
21883         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
21884         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
21885         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
21886         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
21887         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
21888         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
21889         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
21890         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
21891         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
21892         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
21893         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
21894         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
21895         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
21896         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
21897         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
21898         lib/yesno.c, lib/yesno.h:
21899         Update FSF postal mail address.
21900
21901 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
21902
21903         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
21904         tests/test-memmem.c, tests/test-stpncpy.c:
21905         Update FSF postal mail address.
21906
21907 2005-05-13  Bruno Haible  <bruno@clisp.org>
21908
21909         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
21910         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
21911         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
21912         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
21913         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
21914         Add support for 64-bit integers in the MSVC compiler.
21915
21916 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21917
21918         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
21919
21920 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
21921
21922         * gnulib-tool (func_import): Sort and uniquify recommended includes.
21923
21924 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
21925
21926         * doc/getdate.texi (General date syntax): Don't say that date
21927         date --iso-8601=ns generates acceptable dates; it doesn't yet.
21928         Problem reported by Nic Ferrier.
21929
21930 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21931
21932         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
21933         specified in ai_socktype. Fix invalid ai_protocol
21934         check. ai_protocol is usually set to 0 or depending on
21935         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
21936         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
21937         ai_socktype / ai_protocol in the returned addrinfo structure.
21938
21939 2005-05-10  Simon Josefsson  <jas@extundo.com>
21940
21941         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
21942         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21943
21944 2005-05-10  Karl Berry  <karl@gnu.org>
21945
21946         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
21947         (from http://www.gnu.org/licenses).
21948         * doc/COPYING.LIB: also rename to COPYING.LESSER.
21949         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
21950         fdl.texi suffices.
21951
21952 2005-05-10  Karl Berry  <karl@gnu.org>
21953
21954         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
21955         (COPYING.DOC): remove.
21956
21957         * config/srclist-update: new FSF address.
21958
21959 2005-05-10  Derek Price  <derek@ximbiot.com>
21960
21961         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
21962         possible.
21963
21964 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21965             Bruno Haible  <bruno@clisp.org>
21966
21967         * modules/inet_ntop: New file.
21968         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21969         inet_ntop.
21970
21971 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21972             Bruno Haible  <bruno@clisp.org>
21973
21974         * m4/inet_ntop.m4: New file.
21975
21976 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21977             Bruno Haible  <bruno@clisp.org>
21978
21979         * lib/inet_ntop.h: New file.
21980         * lib/inet_ntop.c: New file, from glibc with modifications.
21981
21982 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
21983
21984         * modules/time_r (License): Change to LGPL.
21985         * modules/extensions (License): Change to LGPL.  Actually,
21986         the license is more permissive than that, but currently gnulib-tool
21987         doesn't know how to handle more-permissive licenses.
21988
21989         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
21990         Problem reported by Dave Love.
21991
21992 2005-05-08  Jim Meyering  <jim@meyering.net>
21993
21994         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
21995         blank.
21996
21997 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
21998
21999         * modules/argmatch (Depends-on): Add stdbool.
22000         * modules/backupfile (Depends-on): Likewise.
22001         * modules/chdir-long (Depends-on): Likewise.
22002         * modules/closeout (Depends-on): Likewise.
22003         * modules/cycle-check (Depends-on): Likewise.
22004         * modules/dirname (Depends-on): Likewise.
22005         * modules/fnmatch (Depends-on): Likewise.
22006         * modules/fsusage (Depends-on): Likewise.
22007         * modules/fwriteerror (Depends-on): Likewise.
22008         * modules/getcwd (Depends-on): Likewise.
22009         * modules/getloadavg (Depends-on): Likewise.
22010         * modules/hard-locale (Depends-on): Likewise.
22011         * modules/makepath (Depends-on): Likewise.
22012         * modules/mountlist (Depends-on): Likewise.
22013         * modules/nanosleep (Depends-on): Likewise.
22014         * modules/posixtm (Depends-on): Likewise.
22015         * modules/quotearg (Depends-on): Likewise.
22016         * modules/readtokens (Depends-on): Likewise.
22017         * modules/readtokens0 (Depends-on): Likewise.
22018         * modules/readutmp (Depends-on): Likewise.
22019         * modules/save-cwd (Depends-on): Likewise.
22020         * modules/strftime (Depends-on): Likewise.
22021         * modules/userspec (Depends-on): Likewise.
22022         * modules/utimecmp (Depends-on): Likewise.
22023         * modules/xgetcwd (Depends-on): Likewise.
22024         * modules/xnanosleep (Depends-on): Likewise.
22025         * modules/xstrtod (Depends-on): Likewise.
22026         * modules/yesno (Depends-on): Likewise.
22027
22028 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
22029
22030         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
22031         needless checks.
22032
22033 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22034
22035         Merge from coreutils.  Among other things,
22036         add bulletproofing for cases where stdin, stdout, or stderr are closed.
22037         * lib/fd-safer.c: New file.
22038         * lib/fcntl-safer.h, open-safer.c: Remove.
22039         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
22040         * lib/dup-safer.c: Include unistd-safer.h first.
22041         Don't include errno.h.
22042         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
22043         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
22044         * lib/file-type.c: Rely on file-type.h change.
22045         * lib/getloadavg.c: Include unistd-safer.h.
22046         (getloadavg): Use safer open.
22047         * lib/getusershell.c: Include "stdio-safer.h".
22048         (getusershell): Use safer fopen.
22049         * lib/long-options.c (long_options): Use NULL rather than 0.
22050         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
22051         'free'.
22052         * lib/modechange.c: Likewise.
22053         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
22054         (MODE_DONE): New constant.
22055         (struct mode_change): Remove 'next' member.
22056         (make_node_op_equals): New function; like the old one of the
22057         same name, except it allocates an array.
22058         (mode_compile, mode_create_from_ref): Use it.
22059         (mode_compile): Allocate result as an array, not a linked list.
22060         Parse octal string ourself, so that we catch mistakes like "+0".
22061         (mode_adjust): Arg is an array, not a linked list.
22062         * lib/modechange.c: Include stat-macros.h, xalloc.h.
22063         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
22064         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
22065         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
22066         Remove.  This is now stat-macros.h's job.
22067         (talloc): Remove.  All callers replaced by xalloc, so that
22068         our invokers don't have to worry about reporting memory failures.
22069         (make_node_op_equals): Remove.
22070         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
22071         New constants.
22072         (struct mode_change): Moved here from modechange.h.
22073         (mode_append_entry): Remove.
22074         (mode_compile): Remove MASKED_OPS arg, since it encouraged
22075         apps to have incorrect behavior.  Use simpler algorithm for head
22076         and tail.  Don't futz with umask; that's now the job of mode_adjust.
22077         Detect more invalid usages rather than having somewhat-random behavior.
22078         Don't insert an "a=" action, as that leads to incorrect behavior.
22079         (mode_compile, mode_create_from_ref): Return NULL on error instead
22080         of an enum, since now there's only one way to have an error.  All
22081         callers changed.
22082         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
22083         at the correct time.  Simplify calculation of "+u" and its ilk.
22084         Don't mishandle "+X".
22085         (mode_free): Remove "register" and localize decls.
22086         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
22087         (struct mode_change): Move to modechange.c; callers don't
22088         need to see this stuff.
22089         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
22090         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
22091         (mode_change, mode_adjust): Reflect the new signatures noted above.
22092         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
22093         that might redefine system include files.
22094         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
22095         (my_usleep): Use NULL rather than (void *) 0.
22096         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
22097         Use siginterrupt to specify that system calls should be interrupted.
22098         (rpl_nanosleep): Move initialization of suspended closer to call of
22099         my_usleep.
22100         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
22101         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
22102         (desirable_utmp_entry): New function.
22103         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
22104         using x2nrealloc, to simplify logic.
22105         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
22106         size calculation.  Do not assume utmp file is a regular file.
22107         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
22108         (READ_UTMP_CHECK_PIDS): New constant.
22109         * lib/save-cwd.c: Include unistd-safer.h.
22110         (save_cwd): Use fd_safer.
22111         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
22112         [!_LIBC] Include "stat-macros.h" instead.
22113         * lib/unistd-safer.h (fd_safer): New decl.
22114
22115 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22116
22117         * modules/getloadavg (Depends-on): Add unistd-safer.
22118         * modules/getusershell (Depends-on): Add stdio-safer.
22119         * modules/lstat (Depends-on): Remove xalloc.
22120         * modules/mkstemp (Depends-on): Add stat-macros.
22121         * modules/modechange (Depends-on): Remove xstrtol.
22122         Add stat-macros, xalloc.
22123         * modules/save-cwd (Depends-on): Add unistd-safer.
22124         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
22125         * modules/unistd-safer (Files): Add lib/fd-safer.c
22126         (Makefile.am): Remove lib_SOURCES.
22127
22128         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
22129         Remove fcntl-safer; unistd-safer supersedes it.
22130
22131 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22132
22133         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
22134         AC_HEADER_STAT.
22135         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
22136         (gl_PREREQ_CHOWN): Remove.
22137         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
22138         it.  Don't require AC_HEADER_STAT.
22139         (gl_PREREQ_LSTAT): Remove.
22140         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
22141         Don't require AC_HEADER_STAT.
22142         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
22143         (gl_PREREQ_RMDIR): Remove.
22144         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
22145         mention stat-macros.h or AC_HEADER_STAT, since we'll make
22146         the stat-macros module a prerequisite.
22147         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
22148         * m4/filemode.m4 (gl_FILEMODE): Likewise.
22149         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
22150         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
22151         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
22152         variable names.
22153         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
22154         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
22155         variable prefixes.
22156         * m4/fcntl-safer.m4: Remove.
22157         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
22158         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
22159         Invoke gl_PREREQ_FD_SAFER.
22160         (gl_PREREQ_FD_SAFER): New macro.
22161         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
22162         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
22163         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
22164         Remove duplicate call to AC_LIBOBJ(readutmp).
22165         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
22166
22167         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
22168         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
22169
22170 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22171
22172         * MODULES.html.sh (Misc): Add byteswap.
22173
22174 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22175
22176         * modules/getcwd (Depends-on): Add extensions.
22177         * modules/openat (Depends-on): Likewise.
22178
22179 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22180
22181         * modules/byteswap: New file.
22182
22183 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22184
22185         * m4/byteswap.m4: New file.
22186
22187 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22188
22189         * lib/byteswap_.h: New file.
22190
22191 2005-04-25  Karl Berry  <karl@gnu.org>
22192
22193         * m4/gettext.m4: Update from GNU gettext 0.14.4.
22194
22195 2005-04-25  Albert Chin  <china@thewrittenword.com>
22196
22197         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
22198         Toolkit C bug.
22199
22200 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
22201
22202         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
22203         (func_ln_if_changed) Remove forcibly for no error message
22204         in case file does not exist.
22205
22206 2005-04-19  Simon Josefsson  <jas@extundo.com>
22207
22208         * gnulib-tool (Options): Make --symlink mean --symbolic.
22209
22210 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
22211
22212         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
22213
22214 2005-04-16  Simon Josefsson  <jas@extundo.com>
22215
22216         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
22217
22218 2005-04-15  Simon Josefsson  <jas@extundo.com>
22219
22220         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
22221
22222 2005-04-15  Simon Josefsson  <jas@extundo.com>
22223
22224         * gnulib-tool: Rename --symlink to --symbolic.
22225
22226 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
22227
22228         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
22229         symbolic links to files instead of copying/moving.  Add --aux-dir,
22230         specifying directory relative --dir where auxiliary build tools
22231         are placed.
22232
22233 2005-04-14  Bruno Haible  <bruno@clisp.org>
22234
22235         * modules/allocsa (License): Change to LGPL.
22236         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
22237
22238 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
22239
22240         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
22241         that "UTC +1 second" continues to work.  Problem reported
22242         by Dmitry V. Levin.
22243         (relunit_snumber): New rule.
22244         (relunit): Use it.
22245
22246 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
22247
22248         * lib/getdate.y (universal_time_zone_table): New constant.
22249         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
22250         universal_time_zone_table.
22251         (lookup_zone): Prefer universal_time_zone_table to
22252         local_time_zone_table, so that "GMT" time stamps are allowed in
22253         London during the summer.  Problem reported by Ian Abbott.
22254
22255 2005-04-12  Jim Meyering  <jim@meyering.net>
22256
22257         * lib/human.c (humblock): Set *options even when returning due to
22258         xstrtoumax conversion failure.  Thanks to a used-uninitialized
22259         warning from gcc-4.
22260
22261 2005-04-09  Jim Meyering  <jim@meyering.net>
22262
22263         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
22264         -Wuninitialized: initialize tm0.tm_year.
22265
22266 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
22267
22268         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
22269         count, since there's no maximum.  All uses changed.
22270         Add member dsts_seen.
22271         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
22272         not being INT_MAX.
22273         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
22274         Use pc_rels_seen to decide whther a date is absolute.
22275
22276         * lib/getdate.y (number): Don't overwrite year.
22277         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
22278         check.
22279
22280 2005-04-02  Simon Josefsson  <jas@extundo.com>
22281
22282         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
22283         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
22284
22285 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
22286
22287         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
22288         where no absolute path name can be longer than PATH_MAX.
22289
22290 2005-03-27  Jim Meyering  <jim@meyering.net>
22291
22292         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
22293
22294 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
22295
22296         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
22297         "one's complement" -> "ones' complement" in comment, as per Knuth.
22298         "value of type" -> "type or expression" in comment.
22299         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
22300
22301 2005-03-26  Jim Meyering  <jim@meyering.net>
22302
22303         Comment nits.
22304         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
22305         Correct typos: s/or/of/.
22306
22307 2005-03-26  Jim Meyering  <jim@meyering.net>
22308
22309         * modules/check-include-files: Move to ../ and rename to...
22310         * check-module: ...this.
22311
22312 2005-03-25  Jim Meyering  <jim@meyering.net>
22313
22314         * modules/xvasprintf (Files): Add xalloc.h.
22315
22316 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
22317
22318         * modules/gettext (Files): config/config.rpath ->
22319         build-aux/config.rpath
22320         * modules/iconv (Files): Likewise.
22321         Problem reported by Oskar Liljeblad.
22322
22323 2005-03-23  Jim Meyering  <jim@meyering.net>
22324
22325         * modules/check-include-files: New script to check for
22326         missing dependencies, multiple includes, etc.
22327
22328         * modules/c-strtold (Depends-on): Add xalloc.
22329         * modules/c-strtod (Depends-on): Add xalloc.
22330         * modules/hash (Depends-on): Add xalloc.
22331         (Files): Remove lib/xalloc.h.
22332
22333         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
22334         * modules/userspec (Files): Add lib/inttostr.h.
22335
22336 2005-03-23  Jim Meyering  <jim@meyering.net>
22337
22338         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
22339
22340 2005-03-22  Jim Meyering  <jim@meyering.net>
22341
22342         * modules/stat-macros: New module.
22343         * modules/canonicalize, modules/euidaccess, modules/file-type,
22344         * modules/filemode, modules/lchown, modules/makepath,
22345         * modules/rmdir, modules/stat: Depend on new stat-macros module
22346         rather than listing lib/stat-macros.h manually.
22347         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
22348
22349 2005-03-22  Jim Meyering  <jim@meyering.net>
22350
22351         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
22352
22353 2005-03-22  Bruno Haible  <bruno@clisp.org>
22354
22355         * config/srclist.txt: Replace target directory 'config' with
22356         'build-aux'.
22357         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
22358         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
22359         ../build-aux/.
22360
22361 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
22362
22363         * modules/chdir-long (Depends-on): Add mempcpy.
22364
22365         * modules/acl, modules/backupfile, modules/c-strtod,
22366         modules/c-strtold, modules/canon-host, modules/canonicalize,
22367         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
22368         modules/exclude, modules/exitfail, modules/file-type,
22369         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
22370         modules/getdate, modules/getline, modules/getpagesize,
22371         modules/getpass, modules/getugroups, modules/group-member,
22372         modules/hard-locale, modules/hash, modules/human, modules/idcache,
22373         modules/inttostr, modules/long-options, modules/makepath,
22374         modules/md5, modules/memcasecmp, modules/memcoll,
22375         modules/modechange, modules/mountlist, modules/path-concat,
22376         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
22377         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
22378         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
22379         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
22380         modules/strftime, modules/strndup, modules/strverscmp,
22381         modules/timespec, modules/unlocked-io, modules/userspec,
22382         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
22383         modules/yesno:
22384         Remove lib_SOURCES line from Makefile.am section, as this is now
22385         done automatically by the corresponding Autoconf macro.
22386
22387 2005-03-21  Jim Meyering  <jim@meyering.net>
22388
22389         Changes imported from coreutils.
22390
22391         * lib/cycle-check.c: Don't include xalloc.h.
22392
22393         * lib/path-concat.c: Don't include assert.h.
22394         (path_concat): Remove assertion that would have triggered
22395         for ABASE starting with more than one slash.
22396         Reported by Andreas Schwab.
22397
22398         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
22399         properly when ABASE is an absolute file name.
22400         Correct the description of this function.
22401         Include <assert.h>.
22402         Add an assertion and a test driver.
22403         This fixes a bug introduced on 2004-07-02.
22404         Andreas Schwab reported the resulting failure of cp --parents:
22405         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
22406
22407 2005-03-21  Jim Meyering  <jim@meyering.net>
22408
22409         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
22410         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
22411
22412 2005-03-21  Jim Meyering  <jim@meyering.net>
22413         and  Paul Eggert  <eggert@cs.ucla.edu>
22414
22415         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
22416         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
22417         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
22418         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
22419         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
22420         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
22421         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
22422         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
22423         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
22424         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
22425         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
22426         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
22427         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
22428         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
22429         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
22430         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
22431         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
22432         for these modules.
22433
22434 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
22435
22436         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
22437         (which shouldn't happen), generate nothing instead of returning 0
22438         immediately, so that nstrftime (NULL, ...) doesn't return 0.
22439
22440 2005-03-16  Bruno Haible  <bruno@clisp.org>
22441
22442         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
22443         HAVE_LONGLONG_64BIT.
22444
22445 2005-03-16  Bruno Haible  <bruno@clisp.org>
22446
22447         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
22448         HAVE_LONGLONG_64BIT.
22449
22450 2005-03-16  Bruno Haible  <bruno@clisp.org>
22451
22452         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
22453         HAVE_LONGLONG_64BIT.
22454
22455 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
22456
22457         * lib/strftime.c (my_strftime): Prepend space to format so that we can
22458         reliably distinguish strftime failure from empty output on POSIX
22459         hosts.
22460
22461 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
22462
22463         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
22464         (iconv_string): Don't guess a size-zero buffer, as that might cause
22465         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
22466         result would be 'too large', where 'too large' is (heuristically)
22467         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
22468         overflow concerns.  This will prevent some unwanted malloc failures
22469         when the inputs are very large.
22470
22471 2005-03-15  Karl Berry  <karl@gnu.org>
22472
22473         * config/srclist.txt (config.rpath): from gettext.
22474         * config/config.rpath: update.
22475
22476 2005-03-15  Bruno Haible  <bruno@clisp.org>
22477
22478         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
22479         to 'negate'.
22480
22481         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
22482         variable.
22483
22484         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
22485         results.
22486
22487 2005-03-14  Simon Josefsson  <jas@extundo.com>
22488
22489         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
22490         <fx@gnu.org>.
22491
22492 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
22493
22494         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
22495         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
22496         intprops.h.
22497         * lib/strtol.c: Likewise.
22498
22499 2005-03-14  Jim Meyering  <jim@meyering.net>
22500
22501         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
22502         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
22503         to be nonzero so that we (and caller) can detect the difference
22504         between a valid zero-length expansion and an error return, even
22505         when the underlying strftime fails before writing anything into
22506         that location.
22507
22508 2005-03-14  Bruno Haible  <bruno@clisp.org>
22509
22510         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
22511         Update from GNU gettext 0.14.3.
22512
22513 2005-03-10  Jim Meyering  <jim@meyering.net>
22514
22515         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
22516
22517 2005-03-10  Jim Meyering  <jim@meyering.net>
22518
22519         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
22520         so that this module works on systems without fchdir.
22521
22522 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
22523
22524         Factor int-properties macros into a single file, except for
22525         glibc-related files.
22526         * lib/intprops.h: New file.
22527         * lib/getloadavg.c: Include it instead of limits.h.
22528         (INT_STRLEN_BOUND): Remove.
22529         * lib/human.c: Include intprops.h.
22530         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
22531         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
22532         302/1000.
22533         * lib/inttostr.h: Include intprops.h instead of limits.h.
22534         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
22535         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
22536         for consistency with intprops.h.
22537         (time_t_is_integer, twos_complement_arithmetic): Use them.
22538         * lib/sig2str.h: Include <signal.h>, intprops.h.
22539         (INT_STRLEN_BOUND): Remove.
22540         * lib/strftime.c (TYPE_SIGNED): Remove.
22541         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
22542         * lib/strtol.c: Adjust comments to match intprops.h.
22543         * lib/userspec.c: Include intprops.h.
22544         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
22545         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
22546         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
22547         instead of rolling our own expressions.
22548         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
22549
22550         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
22551         instead of int.
22552         (my_strftime): Do not mishandle years close to INT_MAX, by doing
22553         the right thing even if adding 1900 would overflow.  Similarly
22554         for tm_mon + 1 and tm_yday + 1.
22555         Make %Y always equivalent to %C%y, and similarly for %G and %g.
22556         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
22557         (DO_SIGNED_NUMBER): New macro.
22558         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
22559
22560 2005-03-07  Bruno Haible  <bruno@clisp.org>
22561
22562         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
22563
22564 2005-03-07  Bruno Haible  <bruno@clisp.org>
22565
22566         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
22567
22568 2005-03-04  Derek R. Price  <derek@ximbiot.com>
22569
22570         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
22571         (func_import): Only replace files via --import when they have actually
22572         changed.
22573
22574 2005-03-03  Derek R. Price  <derek@ximbiot.com>
22575
22576         * m4/mmap-anon.m4: New file.
22577         * m4/pagealign_alloc.m4: New file.
22578
22579 2005-03-03  Derek R. Price  <derek@ximbiot.com>
22580             Bruno Haible  <bruno@clisp.org>
22581
22582         * modules/pagealign_alloc: New file.
22583         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
22584
22585 2005-03-03  Derek R. Price  <derek@ximbiot.com>
22586             Bruno Haible  <bruno@clisp.org>
22587
22588         * lib/pagealign_alloc.h: New file.
22589         * lib/pagealign_alloc.c: New file.
22590
22591 2005-03-03  Bruno Haible  <bruno@clisp.org>
22592
22593         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
22594         Use an all-permissive copyright notice, recommended by RMS.
22595
22596 2005-03-02  Bruno Haible  <bruno@clisp.org>
22597
22598         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
22599         of AIX, the replacement has to be done only after <string.h> is
22600         included, therefore not in config.h. stpncpy.h does the replacement,
22601         and stpncpy.c uses it.
22602
22603 2005-03-02  Bruno Haible  <bruno@clisp.org>
22604
22605         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
22606         stpncpy.c uses it.
22607
22608 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22609
22610         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
22611         The workaround isn't strictly needed for POSIX conformance, and
22612         it's too much of a pain to configure and maintain.  We'll ask
22613         people to fix their kernels instead.
22614         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
22615         (NANOSLEEP_BUG_WORKAROUND): Remove.
22616         (xnanosleep): Remove the workaround.
22617
22618 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22619
22620         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
22621         Reported by Derek Price.
22622         (Include): Add "timespec.h".
22623
22624         * modules/xnanosleep (Depends-on): Remove gethrxtime.
22625
22626 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22627
22628         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
22629         to detect nanosleep bug.
22630
22631 2005-03-01  Bruno Haible  <bruno@clisp.org>
22632
22633         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
22634
22635 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
22636
22637         * modules/gethrxtime: New file.
22638         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
22639         (Depends-on): Add gethrxtime.
22640         (configure.ac): Add gl_XNANOSLEEP.
22641         (Makefile.am): Remove lib_SOURCES line.
22642
22643 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
22644
22645         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
22646         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
22647
22648 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
22649
22650         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
22651         * lib/timespec.h (gettime): Return void, since it always
22652         succeeds now.  All uses changed.
22653         * lib/gettime.c (gettime) Likewise.
22654         [HAVE_NANOTIME]: Prefer nanotime.
22655         Assume gettimeofday succeeds, as POSIX requires.
22656         Assime time () succeeds, since other code already does.
22657         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
22658         (timespec_subtract): Remove.
22659         (NANOSLEEP_BUG_WORKAROUND): New constant.
22660         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
22661         things considerably.  Use it only on GNU/Linux hosts, since the
22662         workaround shouldn't be needed elsewhere.
22663
22664 2005-02-24  Bruno Haible  <bruno@clisp.org>
22665
22666         * modules/gettext (Files): Add m4/glibc2.m4.
22667
22668 2005-02-24  Bruno Haible  <bruno@clisp.org>
22669
22670         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
22671         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
22672         * m4/progtest.m4:
22673         Update from GNU gettext 0.14.2.
22674         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
22675
22676 2005-02-24  Bruno Haible  <bruno@clisp.org>
22677
22678         * lib/localcharset.c: Update from GNU gettext 0.14.2.
22679         * lib/config.charset: Update from GNU gettext 0.14.2.
22680
22681 2005-02-24  Bruno Haible  <bruno@clisp.org>
22682
22683         * lib/gettext.h: Update from GNU gettext 0.14.2.
22684
22685 2005-02-23  Simon Josefsson  <jas@extundo.com>
22686
22687         * m4/iconvme.m4: New file.
22688
22689 2005-02-23  Jim Meyering  <jim@meyering.net>
22690
22691         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
22692         change.
22693         Thanks to Bruno Haible for catching it.
22694
22695 2005-02-22  Simon Josefsson  <jas@extundo.com>
22696
22697         * modules/iconvme: New file.
22698
22699         * MODULES.html.sh: Add iconvme.
22700
22701 2005-02-22  Simon Josefsson  <jas@extundo.com>
22702
22703         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
22704
22705 2005-02-22  Simon Josefsson  <jas@extundo.com>
22706
22707         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
22708
22709 2005-02-22  Jim Meyering  <jim@meyering.net>
22710
22711         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
22712         s/ifndef/ifdef/.
22713
22714 2005-02-20  Neil Conway  <neilc@samurai.com>
22715
22716         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
22717         returned by OSX/Darwin if the specified buffer is not large
22718         enough for the hostname.
22719
22720 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22721
22722         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
22723         pass it to _help, otherwise the latter coredumps trying to
22724         dereference state.root_argp.
22725
22726 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
22727
22728         * modules/chdir-long (Depends-on): Add memrchr.
22729         * modules/memrchr (Files): Add lib/memrchr.h.
22730         (Include): "memrchr.h".
22731
22732 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
22733
22734         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
22735
22736 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
22737
22738         * lib/memrchr.h: New file.
22739         * lib/chdir-long.c: Include it.
22740         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
22741         Don't bother including stddef.h.
22742
22743 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
22744
22745         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
22746         inclusion.
22747         Include <sys/types.h>, for dev_t.
22748         (ME_DUMMY, ME_REMOTE): Move from here....
22749         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
22750         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
22751         Dmitry V. Levin.
22752         Include mountlist.h first, to test the interface.
22753
22754 2005-01-29  Bruno Haible  <bruno@clisp.org>
22755
22756         * lib/progname.c (program_name): Initialize.
22757         Needed when linking statically on MacOS X.
22758
22759 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
22760
22761         Sync from coreutils.
22762         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
22763         (Depends-on): Add c-strtod.
22764         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
22765
22766 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
22767
22768         Sync from coreutils.
22769         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
22770
22771         Remove files that are specific to coreutils.
22772         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
22773
22774 2005-01-28  Bruno Haible  <bruno@clisp.org>
22775
22776         * modules/javacomp: New file.
22777         * MODULES.html.sh (Java): Add javacomp.
22778
22779 2005-01-28  Bruno Haible  <bruno@clisp.org>
22780
22781         * m4/javacomp.m4: New file, from GNU gettext.
22782
22783 2005-01-28  Bruno Haible  <bruno@clisp.org>
22784
22785         * lib/javacomp.sh.in: New file, from GNU gettext.
22786         * lib/javacomp.h: New file, from GNU gettext.
22787         * lib/javacomp.c: New file, from GNU gettext.
22788
22789 2005-01-26  Simon Josefsson  <jas@extundo.com>
22790
22791         * lib/gai_strerror.c: Use GPL in header.
22792
22793 2005-01-26  Bruno Haible  <bruno@clisp.org>
22794
22795         * modules/javaexec: New file.
22796         * MODULES.html.sh (Java): Add javaexec.
22797
22798 2005-01-26  Bruno Haible  <bruno@clisp.org>
22799
22800         * m4/javaexec.m4: New file, from GNU gettext.
22801
22802 2005-01-26  Bruno Haible  <bruno@clisp.org>
22803
22804         * lib/javaexec.sh.in: New file, from GNU gettext.
22805         * lib/javaexec.h: New file, from GNU gettext.
22806         * lib/javaexec.c: New file, from GNU gettext.
22807
22808 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22809
22810         * modules/lchown (Depends-on): Remove lchown.h
22811
22812 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22813
22814         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
22815         must be defined if the header file was not found, in order
22816         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
22817
22818 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22819
22820         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
22821         initializers for struct pentry_state.
22822         (__argp_error): Check return value of __asprintf
22823         (__argp_failure): Translate error message
22824
22825         * lib/argp-parse.c: Removed braces around the expansion of N_()
22826
22827 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
22828
22829         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
22830         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
22831         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
22832         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
22833         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
22834         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
22835         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
22836         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
22837         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
22838         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
22839         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
22840         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
22841         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
22842         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
22843         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
22844         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
22845         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
22846         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
22847         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
22848         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
22849         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
22850         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
22851         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
22852         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
22853         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
22854         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
22855         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
22856         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
22857         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
22858         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
22859         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
22860         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
22861         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
22862         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
22863         xstrtol.m4, xstrtoumax.m4, yesno.m4:
22864         Use an all-permissive copyright notice, recommended by RMS.
22865
22866 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
22867
22868         * modules/chdir-long (Depends-on): Remove mempcpy.
22869
22870 2005-01-21  Jim Meyering  <jim@meyering.net>
22871
22872         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
22873         same value as for Solaris 9.
22874
22875         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
22876         component length.  This included changing the parameter to be
22877         of type `char *' rather than `char const *'.
22878         * lib/chdir-long.h (chdir_long): Update prototype.
22879
22880         * lib/openat.c (fdopendir, fstatat): New functions.
22881         * lib/openat.h: Include headers required for use of DIR and struct
22882         stat.
22883         [AT_SYMLINK_NOFOLLOW]: Define.
22884         (fdopendir, fstatat): Add prototypes.
22885
22886 2005-01-21  Bruno Haible  <bruno@clisp.org>
22887
22888         * modules/classpath: New file.
22889         * MODULES.html.sh (Java): Add classpath.
22890
22891 2005-01-21  Bruno Haible  <bruno@clisp.org>
22892
22893         * lib/classpath.h: New file, from GNU gettext.
22894         * lib/classpath.c: New file, from GNU gettext.
22895
22896 2005-01-20  Simon Josefsson  <jas@extundo.com>
22897
22898         * modules/version-etc-fsf: New file.
22899
22900 2005-01-20  Simon Josefsson  <jas@extundo.com>
22901
22902         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
22903         * lib/version-etc.c: Remove version_etc_copyright.
22904         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
22905         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
22906
22907 2005-01-20  Simon Josefsson  <jas@extundo.com>
22908
22909         * lib/base64.h (isbase64): Add.
22910
22911         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
22912         using a unsigned prototype, don't inline.
22913         (base64_decode): Use it.
22914
22915 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
22916
22917         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
22918         it.
22919
22920 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
22921
22922         * lib/save-cwd.c (save_cwd): Remove code to support the case
22923         where fchdir is missing or flaky.
22924
22925 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
22926
22927         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
22928
22929 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
22930
22931         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
22932         AC_LIBSOURCES now does this.
22933         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
22934         with new ullong_max module.
22935
22936 2005-01-19  Bruno Haible  <bruno@clisp.org>
22937
22938         * modules/sh-quote: New file.
22939         * MODULES.html.sh (Executing programs): Add sh-quote.
22940
22941 2005-01-19  Bruno Haible  <bruno@clisp.org>
22942
22943         * lib/sh-quote.h: New file, from GNU gettext.
22944         * lib/sh-quote.c: New file, from GNU gettext.
22945
22946 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
22947
22948         Merge from coreutils.
22949         * m4/ullong_max.m4: New file.
22950         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
22951         (gl_MACROS): Assume localeconv exists.
22952
22953 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
22954
22955         Merge changes from coreutils, as described below in several
22956         changelogs dated today.
22957
22958         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
22959         (O_DIRECTORY): Remove; not needed here, since "." must be
22960         a directory.  All uses removed.
22961         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
22962         universal on Suns, and we also need to test for IRIX.
22963         Revamp code to use 'if' rather than '#if'.
22964         Avoid unnecessary comparison of cwd->desc to 0.
22965
22966         * lib/utimens.c (futimens): Robustify the previous patch, by checking
22967         for known valid error numbers rather than observed invalid ones.
22968
22969 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
22970
22971         * modules/ullong_max: New file.
22972
22973         * modules/chdir-long, modules/openat: New files.
22974         * modules/save-cwd (Depends-on): Depend on chdir-long.
22975         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
22976
22977 2005-01-18  Jim Meyering  <jim@meyering.net>
22978
22979         Merge from coreutils.
22980         * m4/chdir-long.m4, m4/openat.m4: New files.
22981         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
22982         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
22983         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
22984         is sane and DOES follow symlinks.  Besides, testing 20 different
22985         systems found no broken chown implementations.
22986         Prompted by a change in rsync's copy of this macro.
22987         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
22988
22989         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
22990
22991         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
22992         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
22993         NULL-means-set-to-current-time semantics.
22994         Remove temporary file immediately, rather than waiting
22995         for configure's at-exit trap code to do it.
22996
22997 2005-01-18  Jim Meyering  <jim@meyering.net>
22998
22999         * lib/version-etc.c (version_etc_copyright): Update copyright date.
23000
23001         * lib/utimens.c (futimens): Account for the fact that futimes
23002         can also fail with errno == ENOSYS or errno == ENOENT.
23003         Patch from Dmitry V. Levin.
23004
23005         Change the name of the robust chdir function from chdir to chdir_long.
23006         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
23007         (restore_cwd): Use chdir_long, not chdir.
23008         * lib/chdir-long.c: Renamed from chdir.c.
23009         * lib/chdir-long.h: Renamed from chdir.h.
23010         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
23011         Hurd.
23012
23013 2005-01-18  Bruno Haible  <bruno@clisp.org>
23014
23015         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
23016         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
23017         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
23018         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
23019         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
23020         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
23021         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
23022         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
23023         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
23024         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
23025         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
23026         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
23027         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
23028         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
23029         Use an all-permissive copyright notice, recommended by RMS.
23030
23031 2005-01-18  Bob Proulx  <bob@proulx.com>
23032
23033         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
23034         simplify offsetof() macro construct to avoid compile failure with
23035         native HP-UX 11.0 ANSI C compiler.
23036
23037 2005-01-17  Bruno Haible  <bruno@clisp.org>
23038
23039         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
23040         redundant because stpncpy.m4 takes care of it.
23041
23042 2005-01-17  Bruno Haible  <bruno@clisp.org>
23043
23044         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
23045
23046 2005-01-17  Bruno Haible  <bruno@clisp.org>
23047
23048         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
23049         used.
23050
23051 2005-01-17  Bruno Haible  <bruno@clisp.org>
23052
23053         * lib/fwriteerror.h (fwriteerror): Change specification to include
23054         fclose.
23055         * lib/fwriteerror.c: Include <stdbool.h>.
23056         (fwriteerror): At the end, close the file stream. Record whether
23057         stdout was already closed.
23058
23059 2005-01-17  Bruno Haible  <bruno@clisp.org>
23060
23061         * lib/execute.c (environ): Declare if needed.
23062         * lib/pipe.c (environ): Likewise.
23063         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
23064
23065 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23066
23067         * modules/argp: Depend on vsnprintf
23068
23069 2005-01-10  Jim Meyering  <jim@meyering.net>
23070
23071         * modules/closeout (Depends-on): Add atexit.
23072
23073 2005-01-06  Bruno Haible  <bruno@clisp.org>
23074
23075         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
23076
23077 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
23078
23079         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
23080         definitions to be after all include files, to avoid collisions.
23081         Problem reported by Bob Proulx.
23082
23083 2005-01-04  Jim Meyering  <jim@meyering.net>
23084
23085         Changes imported from coreutils.
23086         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
23087         as the mkstemp template, use a temporary directory and an
23088         8.3-friendly template to avoid trouble on systems like DJGPP.
23089         Reported by Juan M. Guerrero via Stepan Kasal.
23090         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
23091         close. Remove the temporary directory right away, rather than waiting
23092         for configure's at-exit trap code to do it.
23093         Suggestion from Stepan Kasal.
23094
23095 2005-01-01  Simon Josefsson  <jas@extundo.com>
23096
23097         * gnulib-tool: Print #include directives when --import'ing.
23098
23099 2004-12-28  Simon Josefsson  <jas@extundo.com>
23100
23101         * tests/test-base64.c: Include required header files.  Remove
23102         unused variables.
23103
23104 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
23105
23106         * modules/error (Depends-on): Remove gettext.
23107
23108 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
23109
23110         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
23111         not needed.  This removes a dependency on the gettext module.
23112         [defined _LIBC]: Do not include <libintl.h>; not needed.
23113
23114 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
23115
23116         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
23117         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
23118
23119 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
23120
23121         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
23122         HAVE_DECL_STRTOLD.
23123
23124 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23125
23126         * modules/getdate (Depends-on): Remove alloca-opt.
23127
23128 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23129
23130         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
23131
23132 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23133
23134         * lib/argp-parse.c: Include <stddef.h>.
23135         (alignof, alignto): New macros.
23136         (parser_init): Don't assume that void * is aligned sufficiently
23137         for struct option.
23138
23139         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
23140         need to extend the stack.
23141         (YYINITDEPTH): New macro, so that the initial stack isn't overly
23142         large.
23143
23144 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23145
23146         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
23147
23148 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
23149
23150         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
23151         (2004-10-24) change.  Apparently this was a false alarm.
23152
23153         * modules/getdate: Depend on alloca-opt, not alloca.
23154
23155 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
23156
23157         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
23158         Remove now-obsolete comment about AIX.
23159         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
23160         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
23161         (YYMAXDEPTH): New macro.
23162
23163 2004-12-18  Simon Josefsson  <jas@extundo.com>
23164
23165         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
23166
23167 2004-12-18  Bruno Haible  <bruno@clisp.org>
23168
23169         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
23170
23171 2004-12-18  Bruno Haible  <bruno@clisp.org>
23172
23173         * lib/fatal-signal.c (fatal_signals): Make non-const.
23174         (init_fatal_signals): New function.
23175         (uninstall_handlers, install_handlers): Ignore signals that were set to
23176         SIG_IGN.
23177         (at_fatal_signal): Call init_fatal_signals.
23178         (init_fatal_signal_set): Likewise. Ignore signals that were set to
23179         SIG_IGN.
23180         Reported by Paul Eggert.
23181
23182 2004-12-18  Bruno Haible  <bruno@clisp.org>
23183
23184         * doc/alloca.texi: New file.
23185         * doc/alloca-opt.texi: New file.
23186
23187 2004-12-17  Jim Meyering  <jim@meyering.net>
23188
23189         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
23190         Otherwise, install-sh could exit with improper exit status when
23191         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
23192
23193 2004-12-16  Simon Josefsson  <jas@extundo.com>
23194
23195         * tests/test-base64.c: Add license.
23196
23197 2004-12-15  Stepan Kasal  <address@hidden>
23198
23199         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
23200
23201 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
23202
23203         * modules/getcwd (Files): Add m4/d-ino.m4.
23204         Suggested by Mark D. Baushke.
23205
23206 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
23207
23208         * lib/getdate.y (textint): New member "negative".
23209         (time_zone_hhmm): New function.
23210         Expect 14 shift-reduce conflicts, not 13.
23211         (o_colon_minutes): New rule.
23212         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
23213         (yylex): Set the "negative" member of signed numbers.
23214
23215 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
23216
23217         * doc/getdate.texi (Time of day items, Time zone items):
23218         Describe new formats +00:00, UTC+00:00.
23219
23220 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
23221
23222         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
23223         spurious "-l"s.  Problem reported by Stepan Kasal.
23224
23225 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
23226
23227         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
23228         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
23229
23230 2004-12-04  Simon Josefsson  <jas@extundo.com>
23231
23232         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
23233         Vandoorselaere <yoann@prelude-ids.org>.
23234
23235 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23236
23237         Changes imported from coreutils.
23238         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
23239         exist.
23240         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
23241
23242 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23243
23244         Changes imported from coreutils.
23245         * lib/hard-locale.c: Assume <locale.h> exists.
23246         Include "strdup.h".
23247         (GLIBC_VERSION): New macro.
23248         (hard_locale): Assume setlocale exists.
23249         Rewrite to avoid #ifdef.
23250         Use strdup rather than malloc + strcpy.
23251         * lib/human.c: Assume <locale.h> exists.
23252         (human_readable): Assume localeconv exists.
23253
23254 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23255
23256         * modules/hard-locale (Depends-on): Add strdup.
23257
23258 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
23259
23260         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
23261         convert T2, not T.  (Imported from libc.)
23262
23263 2004-11-30  Simon Josefsson  <jas@extundo.com>
23264
23265         * modules/restrict (License): Change to LGPL.
23266
23267 2004-11-30  Simon Josefsson  <jas@extundo.com>
23268
23269         * m4/restrict.m4: Add copyright and copying conditions.
23270
23271 2004-11-30  Simon Josefsson  <jas@extundo.com>
23272
23273         * m4/base64.m4: New file.
23274
23275 2004-11-30  Simon Josefsson  <jas@extundo.com>
23276
23277         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
23278         base64.
23279
23280         * tests/test-base64.c: New file.
23281
23282         * modules/base64: New file.
23283
23284 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
23285
23286         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
23287         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
23288
23289         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
23290
23291 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
23292
23293         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
23294         (__getcwd.c): Don't restore errno; glibc doesn't.
23295         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
23296         first, falling back to our code only if its results look suspicious.
23297         Ensure that the resulting buffer is only as large as necessary.
23298
23299         * lib/readutmp.c: Include readutmp.h first.
23300         Include <errno.h>, since readutmp.h no longer does that.
23301         * lib/readutmp.h: Don't include <errno.h>,
23302         <sys/param.h>, <time.h>; not needed to establish interface.
23303         (errno): Remove decl.
23304         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
23305         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
23306         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
23307
23308 2004-11-28  Simon Josefsson  <jas@extundo.com>
23309
23310         * lib/base64.h, base64.c: New file.
23311
23312 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
23313
23314         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
23315
23316 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
23317
23318         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
23319         (Depends-on): Remove pathmax, same.  Add mempcpy.
23320         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
23321         (Makefile.am): Append getcwd.h to lib_SOURCES.
23322         (Include): Add getcwd.h.
23323         (Maintainer): Change from Jim Meyering to "all, glibc",
23324         since getdate now uses intended-for-glibc code.
23325         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
23326         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
23327
23328 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
23329
23330         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
23331         HP's ANSI C compiler.
23332         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
23333         Declaring int functions causes warnings on some modern systems and
23334         shouldn't be needed to compile on ancient ones.
23335         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
23336         defined.
23337
23338         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
23339         with the following changes.
23340         (__set_errno): Parenthesize properly.
23341         Include <stdbool.h>.
23342         (MIN, MAX, MATCHING_INO): New macros.
23343         (__getcwd): Define with prototype, not K&R form.
23344         Use heuristics to allocate default buffer on stack if possible.
23345         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
23346         behavior, and to avoid the PATH_MAX limit when computing
23347         ../../../../...
23348         Use MATCHING_INO to compare inode number to file.
23349         Check for arithmetic overflow in size calculations.
23350         Fix bug in reallocation of dot array that caused getcwd to fail
23351         on directories nested deeper than 75.
23352         Be more careful about saving errno on error.
23353         Do not use realloc; use only free+malloc, as this is a bit
23354         more flexible and avoids a needless copy operation.
23355         Do not inspect st_dev and st_ino for symbolic links; POSIX
23356         doesn't specify the latter.
23357         Check for closedir errors.
23358         Avoid needless casts.
23359         Use "#ifdef weak_alias" around weak_alias, to be like other
23360         glibc code.
23361         The following changes to getcwd.c have effect only when used in
23362         gnulib; they have no effect inside glibc proper.
23363         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
23364         as alloca isn't used.
23365         (alloca, __alloca): Likewise.
23366         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
23367         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
23368         unconditionally, as gnulib assumes C89 or better.
23369         Do not include <sys/param.h>.
23370         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
23371         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
23372         better.
23373         (NULL) [!defined NULL]: Remove; we assume C89 or better.
23374         Include <dirent.h> in a way that is compatible with modern Autoconf.
23375         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
23376         New macros, if not already defined.
23377         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
23378         Use "_LIBC", not "defined _LIBC", for consistency.
23379         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
23380         a mempcpy module.
23381         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
23382         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
23383         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
23384         credit only to Jim Meyering and adjust the copyright dates.
23385         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
23386         <stdlib.h>, <unistd.h>, "pathmax.h".
23387         Instead, include "xgetcwd.h" (first) and "getcwd.h".
23388         (INITIAL_BUFFER_SIZE): Remove.
23389         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
23390
23391 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
23392
23393         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
23394         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
23395         Use the _ONCE methods, for efficiency.
23396         Check for fcntl.h.  In test program, include <errno.h>
23397         and <fcntl.h> if available.  Remove old K&R cruft from
23398         test program.  Check for common errors in GNU/Linux,
23399         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
23400         don't do AC_LIBOBJ, as that's getcwd.m4's job.
23401         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
23402         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
23403         name accordingly.
23404         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
23405         accommodate new getcwd.c.
23406         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
23407         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
23408         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
23409         that's all we need now.
23410
23411 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23412
23413         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
23414         argp-parse.c depends on getopt internals, that means we should
23415         always use our getopt, to be on the safe side.
23416         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
23417         order not to spoil the result of an eventual previous invocation
23418         of gl_GETOPT_SUBSTITUTE.
23419
23420 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23421
23422         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
23423         redefinition warnings. To avoid them, include the defines
23424         in `#if !defined __need_getopt ... #endif'. The only place
23425         where __getopt_argv_const is used is in definitions
23426         of getopt_long and getopt_long_only below, which are as well
23427         protected by `#ifndef __need_getopt'.
23428         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
23429         __need_getopt after including <stdio.h> and <unistd.h> These
23430         headers might have defined it.
23431
23432 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
23433
23434         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
23435
23436 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
23437
23438         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
23439         (futimens): New function, which uses futimes if available.
23440         (futimens, utimens): Support timespec==NULL, with same semantics
23441         as utime and utimens.
23442         * lib/utimens.h (futimens): New decl.
23443
23444 2004-11-23  Jim Meyering  <jim@meyering.net>
23445
23446         * lib/getopt_.h: Remove trailing blanks.
23447
23448 2004-11-23  Jim Meyering  <jim@meyering.net>
23449
23450         * lib/__fpending.c: Add comment.
23451
23452 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
23453
23454         * modules/canonicalize (Depends-on): Add xreadlink.
23455         Problem reported by James Youngman.
23456
23457 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
23458
23459         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
23460         New macros.
23461         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
23462         optopt): Use them instead of invoking ## directly; otherwise, the
23463         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
23464
23465 2004-11-19  Bruno Haible  <bruno@clisp.org>
23466
23467         * lib/strtok_r.c: Move comments from here...
23468         * lib/strtok_r.h: ... to here.
23469
23470 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
23471
23472         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
23473         implementations that mishandle size_t overflow.
23474
23475 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
23476
23477         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
23478         might fail.  Problem reported by Yoann Vandoorselaere.
23479         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
23480         implementations that mishandle size_t overflow.
23481
23482 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23483
23484         * modules/canon-host (Depends-on): Add strdup.
23485
23486 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23487
23488         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
23489
23490 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23491
23492         * lib/canon-host.c: Include "strdup.h".
23493         (canon_host): Use getaddrinfo if available, so that IPv6 works.
23494         Use strdup instead of malloc/strcpy to duplicate strings.
23495
23496         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
23497         (human_space_before_unit): New constant.
23498         * lib/human.c (human_readable): Support it.
23499
23500         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
23501         (xgetcwd): Set errno correctly when failing.
23502         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
23503         the failure is actually due to a PATH_MAX problem.
23504
23505         Further getopt changes to make it more likely that glibc will
23506         buy the changes back.
23507         * lib/getopt.c (POSIXLY_CORRECT): New constant.
23508         (getopt): Use it, so to preserve glibc semantic
23509         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
23510         when compiling for libc.
23511         * lib/getopt_.h (__getopt_argv_const): Bring it back.
23512         (getopt_long, getopt_long_only): Use it.
23513
23514         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
23515         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
23516         (getopt): Argv is now char * const *, as per standard.
23517         (_getopt_internal_r, _getopt_internal): Argv is now char **,
23518         not char *__getopt_argv_const *.
23519         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
23520         _getopt_long_only_r): Likewise.
23521         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
23522         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
23523         _getopt_long_r, _getopt_long_only_r): Likewise.
23524         * lib/getopt_.h (__getopt_argv_const): Remove.
23525         (getopt): Argv is now char * const *, as per standard.
23526
23527         * lib/getdate.y (tORDINAL): New token.
23528         (day, relunit): Allow it for relative times.
23529         (relative_time_table): Use tORDINAL for ordinals.
23530
23531 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23532
23533         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
23534         Document that "second" isn't allowed as an ordinal number.
23535
23536 2004-11-16  Jim Meyering  <jim@meyering.net>
23537
23538         * modules/closeout (Depends-on): Add fpending.
23539
23540 2004-11-15  Jim Meyering  <jim@meyering.net>
23541
23542         * lib/closeout.c: Include "__fpending.h" once again.
23543         Include <stdbool.h>.
23544         (close_stdout): Don't fail just because stdout was closed initially,
23545         since some programs don't write to stdout in the normal course of
23546         operation (other than --version and --help), and we don't want this
23547         function to make e.g. `touch file >&-' fail.
23548         But do fail if it was closed and someone has tried to write to it.
23549         E.g., `printf foo >&-' must fail.
23550
23551 2004-11-13  Jim Meyering  <jim@meyering.net>
23552
23553         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
23554
23555 2004-11-12  Simon Josefsson  <jas@extundo.com>
23556
23557         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
23558         small doc fix is still pending.
23559
23560 2004-11-11  Simon Josefsson  <jas@extundo.com>
23561
23562         * modules/strtok_r: New file.
23563
23564         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23565         strtok_r.
23566
23567 2004-11-11  Simon Josefsson  <jas@extundo.com>
23568
23569         * m4/strtok_r.m4: New file.
23570
23571         * m4/getopt.m4: Replace opterr.
23572
23573 2004-11-11  Simon Josefsson  <jas@extundo.com>
23574
23575         * lib/strtok_r.h, strtok_r.c: New file.
23576
23577 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
23578
23579         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
23580         of replacing opterr, getopt, etc.  This should handle the
23581         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
23582
23583 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
23584
23585         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
23586         we can stop lying to compilers about the constness of argv when we
23587         are compiled outside glibc.
23588         (getopt, getopt_long, getopt_long_only): Use it.
23589         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
23590         _getopt_internal, getopt): Likewise.
23591         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
23592         _getopt_long_only_r): Likewise.
23593         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
23594         _getopt_long_r, _getopt_long_only_r): Likewise.
23595
23596         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
23597         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
23598         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
23599         the other external symbols.
23600         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
23601         declaration, since the above renaming now works around collisions.
23602
23603 2004-11-11  Jim Meyering  <jim@meyering.net>
23604
23605         * lib/linebreak.c: Remove trailing blanks.
23606         * lib/alloca_.h: Likewise.
23607         * lib/acosl.c: Likewise.
23608         * lib/euidaccess.c: Likewise.
23609         * lib/allocsa.h: Likewise.
23610
23611 2004-11-10  Simon Josefsson  <jas@extundo.com>
23612
23613         * m4/getaddrinfo.m4: New file.
23614
23615 2004-11-10  Simon Josefsson  <jas@extundo.com>
23616
23617         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
23618
23619 2004-11-10  Simon Josefsson  <jas@extundo.com>
23620
23621         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23622         getaddrinfo.
23623
23624         * modules/getaddrinfo: New file.
23625
23626 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
23627
23628         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
23629
23630 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
23631
23632         * lib/mktime.c (SHR): New macro, which is a portable
23633         substitute for >> that should work even on Crays.
23634         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
23635         Problem reported by Mark D. Baushke in
23636         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
23637         * lib/getdate.y (SHR): Likewise.
23638         (tm_diff): Use it.
23639         * lib/strftime.c (SHR): Likewise.
23640         (tm_diff): Use it.
23641         * lib/quotearg.c (struct quoting_options): Use unsigned int for
23642         quote_these_too, so that right shifts are well defined.  All uses
23643         changed.
23644
23645 2004-11-10  Jim Meyering  <jim@meyering.net>
23646
23647         Ensure that no close failure goes unreported.
23648         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
23649         return early when it seems there's nothing to flush.
23650         Don't include __fpending.h.
23651
23652 2004-11-10  Jim Meyering  <jim@meyering.net>
23653
23654         * modules/closeout (Depends-on): Remove fpending.
23655
23656 2004-11-10  Jim Meyering  <jim@meyering.net>
23657
23658         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
23659
23660 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
23661
23662         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
23663         gl_FUNC_STRFTIME.
23664         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
23665         and AC_REQUIRE when possible, to avoid duplicate checks.
23666         Check for <wchar.h>.
23667
23668 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
23669
23670         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
23671
23672 2004-11-09  Bruno Haible  <bruno@clisp.org>
23673
23674         * m4/sockpfaf.m4: New file.
23675
23676 2004-11-05  Bruno Haible  <bruno@clisp.org>
23677
23678         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
23679         Reported by Mark D. Baushke <mdb@cvshome.org>.
23680
23681 2004-11-04  Bruno Haible  <bruno@clisp.org>
23682
23683         2004-09-11  Bruno Haible  <bruno@clisp.org>
23684                 * allocsa.valgrind: New file.
23685         2004-02-06  Bruno Haible  <bruno@clisp.org>
23686                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
23687                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
23688                 Reported by Christopher Seip <chris.seip@hp.com>.
23689
23690 2004-11-04  Bruno Haible  <bruno@clisp.org>
23691
23692         * modules/allocsa (Files): Add lib/allocsa.valgrind.
23693         (Makefile.am): Distribute it.
23694
23695 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
23696
23697         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
23698         with errno == ERANGE if the buffer is too small.
23699         Problem reported by Mark D. Baushke.
23700
23701 2004-11-03  Albert Chin  <china@thewrittenword.com>
23702             Paul Eggert  <eggert@cs.ucla.edu>
23703
23704         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
23705         equivalent, substitute $ac_type for equivalent type rather than
23706         blindly using uint32_t *always* which won't work if uint32_t is not
23707         available.  Define _UINT32_T to work around typedef of uint32_t if
23708         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
23709         2.5.1.
23710
23711 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
23712
23713         * m4/jm-macros.m4: Sync from coreutils.
23714         (gl_MACROS): Check for mbrlen, for pathchk.
23715         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
23716
23717 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
23718
23719         * lib/xreadlink.c (MAXSIZE): New macro.
23720         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
23721         size does not exceed MAXSIZE.  Avoid cast.
23722         As suggested by Mark D. Baushke in
23723         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
23724         if readlink fails with buffer size just under MAXSIZE, try again
23725         with MAXSIZE.
23726
23727 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
23728
23729         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
23730
23731 2004-11-02  Derek R. Price  <derek@ximbiot.com>
23732         and  Paul Eggert  <eggert@cs.ucla.edu>
23733
23734         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
23735         (get_date): Overparenthesize to avoid GCC warning.
23736
23737 2004-11-02  Bruno Haible  <bruno@clisp.org>
23738
23739         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
23740         returns void.
23741
23742 2004-11-02  Bruno Haible  <bruno@clisp.org>
23743
23744         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
23745         function returns void.
23746
23747 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
23748
23749         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
23750         fflush_unlocked, flockfile, funlockfile, funlockfile,
23751         fputs_unlocked, putc_unlocked.
23752
23753 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
23754
23755         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
23756         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
23757         already declared.
23758
23759 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
23760
23761         * modules/getdate (Files): Add doc/getdate.texi.
23762         (Depends-on): Add setenv, xalloc.
23763
23764 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
23765
23766         * lib/getdate.y: Add support for TZ="foo" within a date string.
23767         Fix some bugs near time_t boundaries.  Reject dates with
23768         out-of-range components, e.g., "Sept 31".
23769         Include <stdlib.h>, "setenv.h", "xalloc.h".
23770         (ISDIGIT_LOCALE): Remove; unused.
23771         Note that the TZ and time functions used here are not reentrant.
23772         (mktime_ok, get_tz): New functions.
23773         (TZBUFSIZE): New constant.
23774         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
23775         This requires that we sometimes generate our own TZ="XXX..." setting.
23776
23777 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
23778
23779         * doc/getdate.texi: New file, from coreutils with modifications for
23780         the new TZ parsing.
23781
23782 2004-10-27  Derek R. Price  <derek@ximbiot.com>
23783
23784         * lib/mktime.c (not_equal_tm): Remove redundant check.
23785
23786 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23787
23788         * modules/regex (lib_SOURCES): Add regex.c.
23789         Reported by James Youngman in
23790         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
23791
23792 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23793
23794         * lib/getdate.y: Use Bison 1.875 features, and some minor
23795         code cleanups.  This change does not affect semantics.
23796         Don't include <stdlib.h>; no longer needed.
23797         Don't include unlocked-io.h; only the "#if TEST" code uses
23798         stdio, and performance isn't crucial there.
23799         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
23800         Bison 1.875 features as described below.
23801         All uses of "PC." replaced by "pc->".
23802         (YYSTYPE): Add a forward declaration.
23803         (yylex, yyerror): Use full prototypes in forward decls.
23804         Use "%pure-parser" rather than obsolescent "%pure_parser".
23805         Use %parse-param and %lex-param instead of obsolescent
23806         YYPARSE_PARAM and YYLEX_PARAM.
23807         (meridian_table, month_and_day_table, time_units_table,
23808         relative_time_table, time_zone_table, military_table,
23809         lookup_zone, lookup_word, get_date):
23810         Use NULL instead of 0 where appropriate.
23811         (to_hour): Avoid abort (), to avoid a dependency on
23812         stdlib.h.
23813         (yyerror, yylex): Now accepts parser_control * arg.
23814         (main) [TEST]: Use '\0' rather than 0 for char.
23815
23816 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
23817
23818         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
23819
23820 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
23821
23822         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
23823         It's now the caller's responsibility to handle the case where
23824         !HAVE_GETPAGESIZE && !defined getpagesize.
23825
23826         * lib/mktime.c (leapyear): Arg is long int, not int.
23827
23828 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
23829
23830         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
23831
23832 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
23833
23834         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
23835         missing.  Problem reported by James Youngman.
23836
23837 2004-10-16  Simon Josefsson  <jas@extundo.com>
23838
23839         * gnulib-tool: Fix comments.  Fix parse problem.
23840         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
23841
23842 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
23843
23844         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
23845         implementation of getopt_long.  Problem reported by Alexander Taler in:
23846         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
23847
23848 2004-10-15  Bruno Haible  <bruno@clisp.org>
23849
23850         * gnulib-tool: Untabify. Initialize supplied_libname.
23851         (func_usage): More homogenous output.
23852         (func_modules_transitive_closure, func_modules_to_filelist,
23853         func_emit_lib_Makefile_am): New functions.
23854         (func_import): New function, extracted from big case statement. Use
23855         func_get_license, func_modules_transitive_closure,
23856         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
23857         opt_lgpl. Don't use test -a, as it's not portable.
23858         (func_create_testdir): Use func_modules_transitive_closure,
23859         func_modules_to_filelist, func_emit_lib_Makefile_am.
23860
23861 2004-10-15  Bruno Haible  <bruno@clisp.org>
23862
23863         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
23864
23865 2004-10-15  Bruno Haible  <bruno@clisp.org>
23866
23867         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
23868         the portions belonging to each module.
23869         Suggested by Derek Robert Price <derek@ximbiot.com>.
23870
23871 2004-10-12  Simon Josefsson  <jas@extundo.com>
23872
23873         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
23874         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
23875         to real functions.
23876
23877 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
23878
23879         * modules/vsnprintf: New file.
23880
23881 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
23882
23883         * m4/vsnprintf.m4: New file.
23884
23885 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
23886
23887         * lib/vsnprintf.h: New file.
23888         * lib/vsnprintf.c: New file.
23889
23890 2004-10-11  Bruno Haible  <bruno@clisp.org>
23891
23892         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
23893         vsnprintf.
23894
23895 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
23896
23897         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
23898
23899 2004-10-07  Bruno Haible  <bruno@clisp.org>
23900
23901         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
23902         fits into the provided buffer.
23903
23904 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
23905
23906         * lib/diacrit.c, diacrit.h: Add GPL notice.
23907
23908         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
23909         notice.
23910         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
23911         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
23912         This avoids a potential constant-folding bug.
23913
23914 2004-10-05  Bruno Haible  <bruno@clisp.org>
23915
23916         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
23917         for the declaration of strsep.
23918
23919 2004-10-05  Bruno Haible  <bruno@clisp.org>
23920
23921         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
23922
23923 2004-10-04  Simon Josefsson  <jas@extundo.com>
23924
23925         * modules/memmem: New file.
23926         * tests/test-memmem.c: New file.
23927         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
23928
23929 2004-10-04  Simon Josefsson  <jas@extundo.com>
23930
23931         * m4/memmem.m4: New file.
23932
23933 2004-10-04  Simon Josefsson  <jas@extundo.com>
23934
23935         * lib/memmem.h: New file.
23936         * lib/memmem.c: New file, taken from glibc.
23937
23938 2004-10-04  Simon Josefsson  <jas@extundo.com>
23939
23940         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
23941         '#ifdef USE_UNLOCKED_IO'.
23942
23943 2004-10-04  Simon Josefsson  <jas@extundo.com>
23944
23945         * config/srclist.txt: Add memmem from glibc.
23946
23947 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
23948
23949         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
23950
23951         * modules/argmatch, modules/argp, modules/closeout, modules/error,
23952         modules/exclude, modules/getdate, modules/getline,
23953         modules/getndelim2, modules/getpass, modules/getpass-gnu,
23954         modules/getusershell, modules/linebuffer, modules/md5,
23955         modules/mountlist, modules/posixtm, modules/readtokens,
23956         modules/readutmp, modules/regex, modules/sha1,
23957         modules/version-etc, modules/yesno:
23958         Remove dependency on unlocked-io.
23959
23960 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
23961
23962         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
23963
23964         * m4/unlocked-io.m4: Add copyright notice.
23965         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
23966
23967 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
23968
23969         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
23970         * lib/xmalloc.c (xmemdup): Likewise.
23971         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
23972         XFREE): Remove these long-obsolescent macros.
23973         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
23974         * lib/xstrdup.c: Remove.
23975
23976         * lib/regex.c (re_comp): Cast gettext return value to char *,
23977         Problem reported by Martin Neitzel via Mark D. Baushke.
23978
23979 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
23980
23981         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
23982         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
23983         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
23984         regex.c, sha1.c, version-etc.c, yesno.c:
23985         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
23986         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
23987         the includer's responsibility.
23988
23989         Sync from coreutils.
23990
23991         * lib/modechange.c (mode_compile): Don't decrement a pointer that
23992         points to the start of a string, as the C Standard says the
23993         resulting behavior is undefined.
23994
23995         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
23996         simple -> simple_backups, numbered_existing ->
23997         numbered_existing_backups, numbered -> numbered_backups
23998         to avoid shadowing problems.  All uses changed.
23999         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
24000         * lib/backupfile.c (check_extension, numbered_backup):
24001         Rename locals to avoid shadowing 'basename'.
24002         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
24003         once.
24004
24005         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
24006         * lib/.cvsignore: Add getopt.h.
24007
24008 2004-10-04  Bruno Haible  <bruno@clisp.org>
24009
24010         * modules/README: New file.
24011         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
24012         not a module.
24013
24014 2004-10-02  Jim Meyering  <jim@meyering.net>
24015
24016         * lib/dirfd.h, getpagesize.h: Add copyright notice.
24017
24018 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24019
24020         * modules/strsep: New file.
24021
24022 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24023
24024         * m4/strsep.m4: New file.
24025
24026 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24027
24028         * lib/strsep.h: New file.
24029         * lib/strsep.c: New file.
24030
24031 2004-10-01  Simon Josefsson  <jas@extundo.com>
24032
24033         * lib/snprintf.c (snprintf): Handle size==0.
24034
24035 2004-10-01  Simon Josefsson  <jas@extundo.com>
24036             Bruno Haible  <bruno@clisp.org>
24037
24038         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
24039         (snprintf): Declare 'args'.
24040
24041 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
24042
24043         * lib/snprintf.c: Remove comments as to why each header is needed.
24044
24045 2004-10-01  Bruno Haible  <bruno@clisp.org>
24046
24047         * MODULES.html.sh: Add strsep.
24048
24049 2004-09-30  Simon Josefsson  <jas@extundo.com>
24050
24051         * modules/snprintf: New file.
24052
24053 2004-09-30  Simon Josefsson  <jas@extundo.com>
24054
24055         * m4/snprintf.m4: New file.
24056
24057 2004-09-30  Simon Josefsson  <jas@extundo.com>
24058
24059         * lib/snprintf.h, lib/snprintf.c: New files.
24060
24061 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24062
24063         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
24064         (hol_entry_help): Never translate an empty string.
24065         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
24066         * lib/argp.h (OPTION_NO_TRANS): New option.
24067
24068 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24069
24070         * modules/argp (Maintainer): Replace Simon Josefsson
24071         by Sergey Poznyakoff.
24072
24073 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24074
24075         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
24076         changes merged back into glibc.
24077
24078 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24079
24080         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
24081
24082 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
24083
24084         * lib/xvasprintf.c: Include xalloc.h.
24085         (xvasprintf): Use xalloc_die, not xmalloc_die.
24086
24087 2004-09-29  Bruno Haible  <bruno@clisp.org>
24088
24089         * modules/alloca-opt: New file, derived from modules/alloca.
24090         * modules/allocsa: Depend on alloca-opt instead of alloca.
24091         * modules/setenv: Likewise.
24092         * modules/vasnprintf: Likewise.
24093         * MODULES.html.sh: Add alloca-opt.
24094
24095 2004-09-28  Simon Josefsson  <jas@extundo.com>
24096
24097         * gnulib-tool: New parameter --lgpl, to asseert that modules are
24098         LGPL, and to replace license template from GPL to LGPL.
24099
24100 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
24101
24102         * modules/dummy: Change license to LGPL.
24103
24104 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
24105
24106         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
24107
24108 2004-09-24  Simon Josefsson  <jas@extundo.com>
24109
24110         * modules/minmax (License): Change from GPL to LGPL.
24111
24112 2004-09-23  Simon Josefsson  <jas@extundo.com>
24113
24114         * gnulib-tool (--import): Typo.
24115
24116 2004-09-23  Simon Josefsson  <jas@extundo.com>
24117
24118         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
24119
24120 2004-09-22  Bruno Haible  <bruno@clisp.org>
24121
24122         * modules/*: Add 'License' field.
24123         * gnulib-tool: Accept --extract-license option.
24124         (func_get_license): New function.
24125
24126 2004-09-21  Bruno Haible  <bruno@clisp.org>
24127
24128         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
24129         Reported by Simon Josefsson.
24130
24131 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24132
24133         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
24134         gl_AC_TYPE_LONG_LONG.
24135
24136 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24137
24138         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
24139
24140 2004-09-18  Simon Josefsson  <jas@extundo.com>
24141         and  Paul Eggert  <eggert@cs.ucla.edu>
24142
24143         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
24144         calls with autoreconf.  Define GL_LIB.
24145
24146 2004-09-14  Karl Berry  <karl@gnu.org>
24147
24148         * config/srclist.txt: unsync setenv.c, sigh.
24149
24150 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24151
24152         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
24153         Problem reported by Bruno Haible in:
24154         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
24155
24156 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24157
24158         * config/srclist.txt: Comment out argp-pvh.c.
24159
24160 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
24161
24162         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
24163         in case some system header has #define'd it.  Problem reported by
24164         Soeren D. Schulze in
24165         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
24166
24167 2004-09-09  Karl Berry  <karl@gnu.org>
24168
24169         * regex.[ch]: delete from the root.  These were supposed to be
24170                 synced with emacs cvs, but this has not happened for about
24171                 a year, and anyway nothing else uses emacs regex.[ch].
24172                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
24173                 lib/regex[.ch] is untouched.
24174
24175 2004-09-09  Bruno Haible  <bruno@clisp.org>
24176
24177         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
24178
24179 2004-09-09  Bruno Haible  <bruno@clisp.org>
24180
24181         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
24182         modifications.
24183         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
24184
24185 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
24186
24187         * modules/xvasprintf: New file.
24188         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
24189
24190 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
24191
24192         * lib/xvasprintf.h: New file.
24193         * lib/xvasprintf.c: New file.
24194         * lib/xasprintf.c: New file.
24195
24196 2004-09-08  Bruno Haible  <bruno@clisp.org>
24197
24198         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
24199
24200 2004-09-08  Bruno Haible  <bruno@clisp.org>
24201
24202         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
24203         length is > INT_MAX.
24204         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
24205         more.
24206
24207 2004-09-08  Bruno Haible  <bruno@clisp.org>
24208
24209         * lib/stdint_.h: New file, taken from GNU clisp.
24210
24211 2004-09-08  Bruno Haible  <bruno@clisp.org>
24212             Oskar Liljeblad  <oskar@osk.mine.nu>
24213
24214         * modules/stdint: New file.
24215         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
24216
24217 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24218
24219         Import from coreutils.
24220         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
24221         strings on unbounded length.  alloca's performance benefits aren't
24222         that important here.
24223         (V_STRDUP): Remove.
24224         (parse_with_separator): New function, with most of the internals
24225         of the old parse_user_spec.  Allow user to omit both user and group,
24226         for compatibility with FreeBSD.
24227         Clone only the user name, not the entire spec.
24228         Do not set *uid, *gid unless entirely successful.
24229         Avoid memory leak in some failing cases.
24230         Fix regression for USER.GROUP reported by Dmitry V. Levin in
24231         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
24232         (parse_user_spec): Rewrite to use parse_with_separator.
24233
24234 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24235
24236         * modules/userspec: Don't depend on alloca.
24237
24238 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24239
24240         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
24241
24242 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
24243
24244         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
24245         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
24246         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
24247
24248 2004-08-16  Simon Josefsson  <jas@extundo.com>
24249
24250         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
24251         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
24252         Add --dry-run for --import.
24253         Let user provided command line parameters override configure.ac
24254         settings.
24255
24256 2004-08-12  Simon Josefsson  <jas@extundo.com>
24257
24258         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
24259         as discussed with Paul Eggert in threads rooted at
24260         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
24261         and
24262         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
24263         Before, the test was empty, and relied on ELIDE_CODE in source
24264         code.)
24265         (gl_PREREQ_GETOPT): New macro.
24266         (gl_GETOPT): Use them.
24267
24268 2004-08-12  Simon Josefsson  <jas@extundo.com>
24269
24270         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
24271         * lib/getopt_.h: Renamed from getopt.h.
24272
24273 2004-08-12  Simon Josefsson  <jas@extundo.com>
24274
24275         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
24276         Change default library name from libfoo to libgnu.
24277         Now, if you have a configure.ac that says:
24278                 gl_SOURCE_BASE(gl)
24279                 gl_M4_BASE(gl/m4)
24280                 gl_MODULES(error getopt etcetera)
24281                 gl_INIT
24282         you can import all you need by running:
24283                 ../gnulib/gnulib-tool --import
24284
24285         * modules/getopt (Files): Rename getopt.h to getopt_.h.
24286         (Makefile.am): Rewrite, use logic from argz.
24287         (Include): Use <getopt.h> instead of "getopt.h".
24288
24289 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24290
24291         * modules/argp (Files): Add m4/unlocked-io.m4.
24292         (Depends-on): Add extensions.
24293
24294 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24295
24296         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
24297         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
24298         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
24299         Check for program_invocation_name, program_invocation_short_name,
24300         flockfile, funlockfile, features.h, _getopt_long_only_r.
24301
24302 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24303
24304         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
24305         its complicated substitute.
24306         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
24307         and program_invocation_name.
24308         (__argp_basename) [!_LIBC]: Remove; the only use was
24309         replaced by its body.
24310         (__argp_short_program_name): Change condition from
24311         !defined __argp_short_program_name to
24312         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
24313         to match argp-namefrob.h.
24314         (__argp_failure): Don't assume strerror_r returns char *.
24315         * lib/argp-parse.c (N_): Define unconditionally.
24316         (argp_default_options): Fill out initializers with 0 to avoid
24317         gcc warnings.
24318
24319 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24320
24321         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
24322         getopt1.c.
24323
24324 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24325
24326         Merge from coreutils.
24327
24328         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
24329
24330         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
24331         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
24332
24333 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24334
24335         Merge from coreutils.
24336
24337         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
24338         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
24339         for Reliant Unix 5.43.
24340
24341         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
24342         (union fooround): Use uintmax_t, not long int.
24343         The rest is a merge from libc:
24344         [defined _LIBC]: Include <shlib-compat.h>.
24345         (_obstack) [defined _LIBC]: Remove after 2.3.4.
24346
24347         * lib/settime.c (settime): Recode to avoid warning with
24348         Sun Forte C 6U2.
24349
24350         * lib/strverscmp.c: Convert to UTF-8.
24351
24352 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24353
24354         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
24355         m4/uintmax_t.m4.
24356
24357 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24358
24359         * modules/xalloc-die: New file.
24360         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
24361
24362         * modules/md5 (Files): Add m4/uint32_t.m4.
24363         * modules/sha1: Renamed from modules/sha.
24364         (Files):
24365         Rename lib/sha.h to lib/sha1.h.
24366         Rename lib/sha.c to lib/sha1.c.
24367         Rename m4/sha.m4 to m4/sha1.m4.
24368         (lib_SOURCES): Likewise.
24369         (configure.ac): Rename gl_SHA to gl_SHA1.
24370         (Include): sha.h -> sha1.h.
24371
24372 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24373
24374         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
24375         * m4/sha1.m4: Renamed from sha.m4.
24376         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
24377
24378 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24379
24380         * lib/obstack.h (obstack_empty_p):
24381         Don't assume that chunk->contents is suitably aligned.
24382         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
24383         Likewise. Problem reported by Benno in
24384         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
24385
24386         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
24387         readable.  This could be improved further but it'd take some work.
24388
24389 2004-08-08  Simon Josefsson  <jas@extundo.com>
24390
24391         * modules/xgethostname (Depends-on): Remove exit and error (not
24392         used).
24393
24394         * modules/getpass-gnu: Add getpass.h.
24395         (Depends-on): Add stdbool.
24396         * modules/getpass: Add getpass.h.
24397
24398 2004-08-08  Simon Josefsson  <jas@extundo.com>
24399
24400         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
24401         Check getpass declaration.
24402
24403 2004-08-08  Simon Josefsson  <jas@extundo.com>
24404
24405         * lib/xgethostname.c: Don't include error.h (not used).
24406
24407         * lib/getpass.h: Add.
24408         * lib/getpass.c: Include getpass.h first.
24409
24410 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
24411
24412         * lib/xalloc-die.c: New file.
24413         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
24414         All uses removed.
24415         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
24416         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
24417         xalloc-die.c.
24418         (_, N_, xalloc_die): Move to xalloc-die.c.
24419         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
24420         so that we needn't mess with xalloc_msg_memory_exhausted.
24421
24422         * lib/sha1.h: Renamed from sha.h.
24423         (SHA1_H): Renamed from _SHA_H.
24424         (sha1_ctx): Renamed from sha_ctx.
24425         (sha1_init_ctx): Renamed from sha_init_ctx.
24426         (sha1_process_block): Renamed from sha_process_block.
24427         (sha1_process_bytes): Renamed from sha_process_bytes.
24428         (sha1_finish_ctx): Renamed from sha_finish_ctx.
24429         (sha1_read_ctx): Renamed from sha_read_ctx.
24430         (sha1_stream): Renamed from sha_stream.
24431         (sha1_buffer): Renamed from sha_buffer.
24432         * lib/sha1.c: Likewise; renamed from sha.c.
24433         Do not include <sys/types.h>.
24434         Include <stddef.h> rather than <stdlib.h>.
24435
24436 2004-08-08  Bruno Haible  <bruno@clisp.org>
24437
24438         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
24439         FILESYSTEM_PREFIX_LEN.
24440         * lib/progreloc.c: Likewise.
24441         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
24442
24443 2004-08-06  Simon Josefsson  <jas@extundo.com>
24444
24445         * modules/progname (Depends-on): Don't depend on stdbool.
24446
24447 2004-08-06  Simon Josefsson  <jas@extundo.com>
24448
24449         * modules/getsubopt: New file.
24450         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24451         getsubopt.
24452
24453 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
24454
24455         More merge from coreutils.
24456
24457         * m4/utimens.m4, m4/utimecmp.m4: New files.
24458         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
24459         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
24460         prereq.m4, sha.m4: Import changes from coreutils.
24461
24462 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
24463
24464         More merge from coreutils.
24465         * modules/raise, modules/readtokens0, modules/utimens:
24466         * modules/utimecmp, module/xnanosleep: New files.
24467         * modules/strftime: Add lib/strftime.h.
24468         Change include from <time.h> to "strftime.h".
24469         * modules/yesno: Add lib/yesno.h.
24470         * modules/backupfile: Remove lib/addext.c.
24471         * modules/euidaccess: Add stat-macros.h.
24472         * modules/canonicalize, modules/euidaccess,
24473         modules/filemode, modules/lchown, modules/makepath,
24474         modules/rmdir, modules/stat: Likewise.
24475
24476 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
24477
24478         Merge from tar.
24479         * lib/argp-help.c (make_hol, hol_append): Don't assume that
24480         SIZE_MAX is a valid preprocessor constant.
24481         (__argp_basename): Change from "#ifndef _LIBC"
24482         to "#ifndef __argp_short_program_name", so that
24483         we don't compile these functions for tar.
24484
24485         More merges from coreutils.
24486         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
24487         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
24488         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
24489         * lib/addext.c: Remove; no longer needed.
24490         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
24491         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
24492         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
24493         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
24494         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
24495         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
24496         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
24497         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
24498         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
24499         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
24500         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
24501         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
24502         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
24503         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
24504         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
24505         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
24506         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
24507         Import changes from coreutils.
24508
24509 2004-08-05  Simon Josefsson  <jas@extundo.com>
24510
24511         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
24512
24513 2004-08-05  Simon Josefsson  <jas@extundo.com>
24514
24515         * m4/getsubopt.m4: New file.
24516
24517 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
24518
24519         Merge from coreutils.
24520
24521         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
24522         * m4/getcwd-path-max.m4: New files.
24523
24524         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
24525         FILESYSTEM_PREFIX_LEN ->
24526         FILE_SYSTEM_PREFIX_LEN.
24527         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
24528         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
24529         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
24530         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
24531
24532         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
24533         prerequisite modules now handle the DOS stuff.
24534         Don't check for unistd.h.
24535
24536 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
24537
24538         Merge from coreutils.
24539
24540         * lib/.gdb-history: Remove; this doesn't belong here.
24541
24542         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
24543         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
24544         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
24545         * lib/getcwd.c: New files.
24546
24547         * lib/dirname.h: Include <stdbool.h>.
24548         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
24549         for consistency with POSIX terminology.  All uses changed.
24550         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
24551         (strip_trailing_slashes): Use bool for booleans.
24552         * lib/stripslash.c (strip_trailing_slashes): Likewise.
24553
24554         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
24555         sometimes returns a positive errno value even when it succeeds.
24556         (print_errno_message) [!LIBC]: Fall back on strerror if
24557         __strerror_r fails.
24558
24559         * lib/path-concat.c (mempcpy): Don't define if a system header defines
24560         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
24561         (longest_relative_suffix): New function.
24562         (path_concat): Use it.  Assume first argument is not NULL.
24563         Port to DOS.  Omit redundant separators.
24564         Report an error instead of returning NULL.
24565         Use mempcpy instead of memcpy.
24566         (xpath_concat): Remove: not declared or used.
24567
24568         * lib/same.h: Include <stdbool.h>
24569         (same_name): Return bool, not int.
24570         * lib/same.c (same_name): Likewise.
24571         (errno): Don't declare; we assume C89 or better now.
24572
24573         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
24574         if not already defined.
24575
24576         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
24577         * lib/dup-safer.c (errno): Likewise.
24578
24579 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
24580
24581         Merge from coreutils.
24582         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
24583         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
24584         * modules/path-concat: Don't depend on strdup.
24585
24586 2004-08-03  Simon Josefsson  <jas@extundo.com>
24587
24588         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
24589         * lib/progname.h: Don't include stdbool.h.
24590
24591 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
24592
24593         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
24594         * MODULES.html.sh (func_all_modules): Remove fatal.
24595
24596 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
24597
24598         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
24599
24600 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
24601
24602         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
24603         working.
24604
24605 2004-08-02  Simon Josefsson  <jas@extundo.com>
24606
24607         * lib/getsubopt.h: New file, with comments from Bruno Haible.
24608         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
24609         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
24610
24611 2004-08-01  Simon Josefsson  <jas@extundo.com>
24612
24613         * lib/xgetdomainname.c: Include stdlib.h, for free().
24614
24615 2004-07-19  Bruno Haible  <bruno@clisp.org>
24616
24617         * MODULES.html.sh (func_all_modules): Add dummy.
24618
24619 2004-07-16  Simon Josefsson  <jas@extundo.com>
24620
24621         * modules/dummy: New file.
24622
24623 2004-07-16  Simon Josefsson  <jas@extundo.com>
24624
24625         * lib/dummy.c: New file.
24626
24627 2004-07-16  Bruno Haible  <bruno@clisp.org>
24628
24629         * lib/backupfile.h: Add extern "C" for C++.
24630         * lib/closeout.h: Likewise.
24631         * lib/copy-file.h: Likewise.
24632         * lib/findprog.h: Likewise.
24633         * lib/full-write.h: Likewise.
24634         * lib/pathname.h: Likewise.
24635         * lib/progname.h: Likewise.
24636         * lib/stpcpy.h: Likewise.
24637         * lib/stpncpy.h: Likewise.
24638         * lib/strcase.h: Likewise.
24639         * lib/strstr.h: Likewise.
24640         * lib/xalloc.h: Likewise.
24641
24642         * lib/mbswidth.h: Add extern "C" for C++.
24643         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
24644
24645 2004-07-13  Robert Millan  <robertmh@gnu.org>
24646
24647         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
24648
24649 2004-07-09  Simon Josefsson  <jas@extundo.com>
24650
24651         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
24652         failed without this.)
24653
24654 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
24655
24656         * modules/chown (Files): Add lib/fchown-stub.c, since
24657         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
24658
24659 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
24660
24661         * lib/fchown-stub.c: New file.
24662
24663 2004-06-24  Jim Meyering  <jim@meyering.net>
24664
24665         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
24666
24667 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
24668
24669         * modules/argz: Omit "#include".
24670
24671         * MODULES.html.sh (func_all_modules): Add calloc, to match
24672         2004-06-01 addition of calloc module.
24673
24674 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
24675
24676         * m4/argz.m4: New file, which is autoupdated from libtool.
24677
24678 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
24679
24680         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
24681         libtool.
24682
24683 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
24684
24685         * config/srclist-update: Don't insist on "USA." before the
24686         close-comment, as libtool omits the period and puts the */ on a
24687         separate line.
24688         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
24689         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
24690
24691 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
24692
24693         * modules/argz: New file.
24694         * MODULES.html.sh (func_all_modules): Add argz.
24695
24696 2004-06-12  Jim Meyering  <jim@meyering.net>
24697         and  Paul Eggert  <eggert@cs.ucla.edu>
24698
24699         * modules/hash (Files): Add lib/xalloc.h.
24700         * modules/pipe (Depends-on): Add wait-process.
24701         * modules/stat (Depends-on): Add xalloc.
24702         * modules/userspec (Files): Add lib/userspec.h.
24703         * modules/xstrto
24704
24705         Upgrade from gettext-0.13.
24706         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
24707         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
24708         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
24709
24710 2004-06-10  Jim Meyering  <jim@meyering.net>
24711
24712         * lib/calloc.c: New file.
24713
24714 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
24715
24716         * lib/getdate.y (yylex): Allow space between sign and number.
24717         Problem reported by Dan Jacobson.
24718
24719 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
24720
24721         Merge from coreutils CVS.
24722
24723         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
24724         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
24725         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
24726         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
24727         xstrtol.m4: Fix copyright date and/or serial number.
24728
24729         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
24730         See if we need an fchown replacement.
24731         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
24732         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
24733         and use the replacement function if we detect either defect.
24734
24735         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
24736         gl_UTIMECMP.
24737
24738 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
24739         and  Jim Meyering  <jim@meyering.net>
24740
24741         Merge from coreutils CVS.
24742
24743         * lib/stat-macros.h: New file, with contents from file-type.h
24744         and coreutils' system.h.
24745         * lib/file-type.c: Include "stat-macros.h".
24746         * lib/file-type.h (file_type): Move all macro definitions to new file,
24747         stat-macros.h.
24748
24749         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
24750         Wrap old code with this conditional.
24751         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
24752         function that does not dereference symlinks.
24753         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
24754
24755         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
24756         dependency problems.
24757         (xreadlink): Accept new arg SIZE, for efficiency.
24758         All decls and uses changed.
24759         * lib/xreadlink.h: Include <stddef.h>, for size_t.
24760
24761         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
24762         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
24763
24764         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
24765         sysexits.h.
24766
24767 2004-06-01  Jim Meyering  <jim@meyering.net>
24768
24769         * m4/calloc.m4: New file.
24770
24771 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
24772
24773         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
24774         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
24775         Also, fix a typo in a diagnostic.
24776
24777 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
24778
24779         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
24780         or AC_FUNC_REALLOC.
24781
24782 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
24783
24784         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
24785         macros to be defined.
24786         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
24787         the allocator returns NULL because the requested size is zero.
24788
24789 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
24790
24791         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
24792         var.  Add comment explaining why libc still defines it.  This
24793         merges the following patch from glibc:
24794         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
24795
24796 2004-05-20  Andreas Schwab  <schwab@suse.de>
24797
24798         * m4/free.m4: Replace free if it not known to work, not the other
24799         way round.
24800
24801 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
24802
24803         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
24804         present in glibc since revision 1.1 of this file.
24805         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
24806         obstack_alignment_mask, obstack_alloc, obstack_base,
24807         obstack_blank, obstack_blank_fast, obstack_chunk_size,
24808         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
24809         obstack_grow0, obstack_init, obstack_int_grow,
24810         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
24811         obstack_next_free, obstack_object_size, obstack_ptr_grow,
24812         obstack_ptr_grow_fast, obstack_room): Remove declarations of
24813         nonexistent functions.
24814
24815 2004-05-18  Karl Berry  <karl@gnu.org>
24816
24817         * config/srclist.txt: break link for vasnprintf.c.
24818
24819 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
24820
24821         Port obstack to the AS/400, where pointers are 16 bytes wide and
24822         you cannot cast an integer to a valid pointer.  This patch is
24823         currently waiting to be integrated into glibc; see
24824         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
24825
24826         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
24827         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
24828         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
24829         (struct obstack): temp member is now a union of a pointer and
24830         an integer, instead of an integer.  All integer uses changed.
24831         This does not affect the physical layout of struct obstack,
24832         except on hosts (like the AS/400) where the size or alignment of
24833         void * is greater than that of ptrdiff_t.
24834         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
24835         __STDC__)]: Store temporary in pointer member of union, not
24836         integer member.
24837         * lib/obstack.c: Include <stddef.h>, for offsetof.
24838         (struct fooalign): Remove; it doesn't need a name.
24839         (union fooround): Change double to long double, and add void *.
24840         (DEFAULT_ALIGNMENT): Use offsetof to compute.
24841         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
24842         not a macro.  Hence the values are always int; so remove all
24843         casts-to-int in uses.
24844
24845 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
24846
24847         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
24848         we can get this patch merged into glibc.
24849
24850 2004-05-17  Derek R. Price  <derek@ximbiot.com>
24851             Paul Eggert  <eggert@cs.ucla.edu>
24852
24853         * m4/argp: Depend on alloca.
24854
24855 2004-05-17  Derek R. Price  <derek@ximbiot.com>
24856             Paul Eggert  <eggert@cs.ucla.edu>
24857
24858         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
24859         freecoding.
24860
24861 2004-05-17  Bruno Haible  <bruno@clisp.org>
24862
24863         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
24864         precision that consists of a '.' followed by an empty digit string.
24865         Patch by Tor Lillqvist <tml@iki.fi>.
24866
24867 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
24868
24869         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
24870         for backward compatibility with older code.  We need our own
24871         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
24872         it under some other name, and our alloca.h will define it.
24873
24874 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
24875             Derek Price  <derek@ximbiot.com>
24876
24877         * lib/alloca.c: Include <alloca.h>, to get our interface.
24878         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
24879         include <alloca.h> first.  Use C89 prototype for alloca; this
24880         requires including <stddef.h> for size_t.  Use extern "C" if C++.
24881         Use #elif for simplicity, since we can assume C89 now.
24882         Don't try to source the system alloca.h since it will not be found
24883         and to prevent recursively including its replacement.
24884         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
24885         * lib/regex.c: Likewise.
24886
24887 2004-05-16  Derek Price  <derek@ximbiot.com>
24888             Paul Eggert  <eggert@cs.ucla.edu>
24889
24890         getline cleanup.  This changes the getndelim2 API: both order of
24891         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
24892         no delimiter).
24893
24894         * lib/getline.c: Don't include stddef.h or stdio.h, since our
24895         interface does that.
24896         (getline): Always use getdelim, so that we don't have two
24897         copies of this code.
24898         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
24899         if available.
24900         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
24901         (GETNDELIM2_MAXIMUM): New macro.
24902         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
24903         instead of the old practice of delim2==0.  All callers changed.
24904         Return -1 on overflow, instead of returning junk.
24905         Do not set *linesize unless allocation succeeds.
24906         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
24907         that we include sys/types.h.
24908         * lib/getnline.h: Likewise.
24909         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
24910         (getndelim2): Reorder arguments.
24911         * lib/getnline.c (getnline, getndelim):
24912         Don't discard the NMAX argument.
24913         (getnline): Invoke getndelim, to avoid code duplication.
24914         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
24915         of (size_t) -1 by callers of the getnline family.
24916
24917 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
24918
24919         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
24920         Check for gettimeofday.
24921         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
24922         Check for settimeofday, stime.
24923
24924 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
24925
24926         * lib/nanosleep.c (suspended): Change its type from int to
24927         sig_atomic_t volatile.
24928         (first_call): Make it private to rpl_nanosleep, and have it
24929         be zero initially as that's a bit faster.
24930         (my_usleep): Round up fractional times instead of truncating them,
24931         as this is the usual meaning for 'sleep'.
24932
24933         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
24934         doesn't work.
24935         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
24936         (ENOSYS): Define if not defined.
24937         (settime): Fall back on stime if it exists and settimeofday fails.
24938         But don't bother with fallbacks if a method fails with errno == EPERM.
24939
24940 2004-05-11  Jim Meyering  <jim@meyering.net>
24941
24942         Prior to this change, the save_cwd caller required read access to the
24943         current directory on most systems (ones with the fchdir function).
24944
24945         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
24946         fails, try write-only, and finally, resort to using xgetcwd.
24947
24948 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
24949
24950         * lib/obstack.c, obstack.h: Import changes from libc.
24951
24952 2004-04-28  Bruno Haible  <bruno@clisp.org>
24953
24954         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
24955         also implicitly appends .exe to executables.
24956         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
24957         accepts Windows pathnames.
24958         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
24959         Treat Cygwin like Windows, since it now accepts Windows pathnames.
24960         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
24961         Treat Cygwin like Windows, since it now accepts Windows pathnames.
24962         Reported by Derek Robert Price <derek@ximbiot.com>.
24963
24964 2004-04-21  Karl Berry  <karl@gnu.org>
24965
24966         * config/srclist.txt (localcharset.c): break sync.
24967
24968 2004-04-20  Paul Eggert  <eggert@twinsun.com>
24969
24970         * m4/host-os.m4: Add a copyright notice.
24971
24972 2004-04-20  Jim Meyering  <jim@meyering.net>
24973
24974         Change UTILS_ to gl_ in AC_DEFINE'd names.
24975         Change utils_- and jm_-prefixed variables, too.
24976         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
24977         UTILS_FUNC_MKDIR_TRAILING_SLASH.
24978         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
24979
24980         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
24981         Don't emit trailing blanks.
24982         Also rename jm_-prefixed variables to have gl_ prefix.
24983
24984         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
24985         Also rename jm_-prefixed variables to have gl_ prefix.
24986
24987         * m4/jm-macros.m4: Reflect the renamings.
24988         * m4/prereq.m4: Likewise.
24989
24990 2004-04-20  Jim Meyering  <jim@meyering.net>
24991
24992         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
24993         memory.
24994
24995 2004-04-20  Jim Meyering  <jim@meyering.net>
24996             Bruno Haible  <bruno@clisp.org>
24997
24998         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
24999         memory when realloc fails.
25000
25001 2004-04-19  Jim Meyering  <jim@meyering.net>
25002
25003         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
25004         now that readutmp.c may call `free (0)'.
25005
25006 2004-04-19  Bruno Haible  <bruno@clisp.org>
25007
25008         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
25009         * m4/inttypes_h.m4: Likewise.
25010         * m4/stdint_h.m4: Likewise.
25011         * m4/intmax_t.m4: Likewise.
25012         * m4/uintmax_t.m4: Likewise.
25013
25014 2004-04-18  Jim Meyering  <jim@meyering.net>
25015
25016         * m4/prereq.m4: Don't forbid jm_ prefix.
25017
25018         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
25019         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
25020         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
25021         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
25022         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
25023         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
25024         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
25025         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
25026         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
25027         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
25028         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
25029         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
25030         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
25031         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
25032         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
25033         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
25034         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
25035         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
25036         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
25037
25038 2004-04-18  Jim Meyering  <jim@meyering.net>
25039
25040         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
25041         failure, don't leak memory and do call END_UTMP_ENT.
25042
25043 2004-04-16  Jim Meyering  <jim@meyering.net>
25044
25045         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
25046         coreutils' stat program.
25047         (gl_PREREQ): Don't require jm_PREREQ_STAT.
25048
25049 2004-04-11  Paul Eggert  <eggert@twinsun.com>
25050
25051         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
25052         C89.
25053         (CHAR_BIT): Remove, since we assume C89.
25054         Include <stdint.h> if available, as per current Autoconf CVS advice.
25055
25056 2004-03-31  Jim Meyering  <jim@meyering.net>
25057
25058         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
25059         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
25060         * m4/xalloc.m4: Likewise.
25061
25062 2004-03-30  Paul Eggert  <eggert@twinsun.com>
25063
25064         Merge from coreutils.
25065
25066         * m4/inttostr.m4: New file.
25067         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
25068         Require AM_STDBOOL_H and gl_TIMESPEC instead.
25069         Require gl_CLOCK_TIME.
25070         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
25071
25072 2004-03-30  Paul Eggert  <eggert@twinsun.com>
25073
25074         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
25075         not bool, to be more consistent with Unix conventions.
25076         Suggested by Bruno Haible.
25077
25078         Merge from coreutils.
25079
25080         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
25081         * lib/umaxtostr.c: New files.
25082
25083         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
25084         the usual <time.h> dance.
25085         (get_date): Change signature to support fractional time stamps.
25086         All callers changed.
25087         * lib/getdate.y: Include "getdate.h" first, as we can now
25088         assume C89 and don't need to worry about 'const'.
25089         Similarly, include "unlocked-io.h" near start, not in middle.
25090         Include <limits.h>.
25091         (textint.value): Use long int rather than int.
25092         (textint.digits): Use size_t rather than int.
25093         (BILLION, LOG10_BILLION): New constants.
25094         (parser_control): New member rel_ns.  Members day_ordinal,
25095         time_zone, month, day, hour, minutes, rel_year, rel_month,
25096         rel_day, rel_hour, rel_minutes, rel_seconds
25097         are now long int, not int.  Member seconds is now struct timespec,
25098         not int.  New member timespec_seen.  Members dates_seen, days_seen,
25099         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
25100         not int.
25101         (%union.intval): Now long int, not int.
25102         New member timespec.
25103         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
25104         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
25105         (spec): Now is a timespec or an item list.
25106         (timespec, items): New nonterminals.
25107         (time, rel, relunit, number, get_date):
25108         Add support for fractional seconds.
25109         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
25110         (gmtime, localtime, mktime): Remove decls; not needed with C89.
25111         (to_hour): First arg is now long int, not int.
25112         (to_year): Returns long int, not int.
25113         Don't treat year -70 like 70.
25114         (tm_diff): Returns long int, not int.
25115         (lookup_word): Use bool instead of int when appropriate.
25116         (yylex): Use size_t for count, not int.
25117         Detect overflow when parsing large integer constants.
25118         Add support for fractions.
25119         (get_date): Make pointers 'const' if possible.
25120         Use more-portable code to detect integer overflow.
25121         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
25122         Don't use ctime; it's not reliable if the year has >4 digits.
25123
25124         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
25125         This is for compatibility with BSD.
25126
25127         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
25128         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
25129         From coreutils' system.h.
25130
25131         * lib/userspec.c: Don't include "posixver.h".
25132         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
25133         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
25134         compatible extension.  Simplify code by removing a boolean int
25135         that was always nonzero if a string was nonnull.
25136
25137 2004-03-30  Jim Meyering  <jim@meyering.net>
25138
25139         Merge from coreutils.
25140
25141         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
25142         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
25143         on some systems one must include <grp.h> before it.
25144         Reported by Christian Krackowizer.
25145
25146 2004-03-30  Jim Meyering  <jim@meyering.net>
25147
25148         Merge from coreutils.
25149
25150         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
25151
25152         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
25153         an empty input stream.
25154
25155         * lib/readtokens.c: Include <stdbool.h>.
25156         (readtoken): Use `size_t' rather than int/long.
25157         All callers adjusted.
25158         Use `bool' rather than `int' where appropriate.
25159         Use memset rather than an explicit loop.
25160         Use x2nrealloc rather than xrealloc.
25161         Allow the use of `\0' as a delimiter.
25162         (readtokens): Likewise.
25163         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
25164
25165 2004-03-30  Jim Meyering  <jim@meyering.net>
25166
25167         * m4/realloc.m4: Remove file, since now it does no more than
25168         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
25169         the `configure.ac' section of module/realloc.
25170         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
25171
25172 2004-03-30  Bruno Haible  <bruno@clisp.org>
25173
25174         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
25175         nonnull.
25176
25177 2004-03-29  Paul Eggert  <eggert@twinsun.com>
25178
25179         Merge changes to getloadavg.c from coreutils and Emacs.
25180
25181         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
25182         Define to an expression, not to the empty string.
25183         Include cloexec.h and xalloc.h.
25184         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
25185         Use set_cloexec_flag rather than rolling our own.
25186         * lib/cloexec.c, lib/cloexec.h: New files.
25187
25188 2004-03-29  Paul Eggert  <eggert@twinsun.com>
25189
25190         * m4/cloexec.m4: New file.
25191
25192 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25193
25194         * lib/getopt.h: Sync with libc CVS.
25195
25196 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25197             Bruno Haible  <bruno@clisp.org>
25198
25199         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
25200         mbswidth.
25201
25202 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25203             Bruno Haible  <bruno@clisp.org>
25204
25205         * lib/mbswidth.h: Include <wchar.h> only if
25206         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
25207         <wchar.h>.
25208         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
25209
25210 2004-03-09  Paul Eggert  <eggert@twinsun.com>
25211
25212         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
25213         Sync with libc CVS.
25214         * lib/getopt_int.h: New file, also synced from libc.
25215
25216 2004-03-09  Paul Eggert  <eggert@twinsun.com>
25217
25218         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
25219         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
25220         Bring back getopt.c, getopt.h, getopt1.c.
25221
25222 2004-03-07  Paul Eggert  <eggert@twinsun.com>
25223
25224         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
25225         All uses changed.  Check for sa_sigaction member; this fixes
25226         a bug first reported by Jason Andrade in
25227         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
25228
25229 2004-03-07  Paul Eggert  <eggert@twinsun.com>
25230
25231         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
25232         '#if' expressions.  Unlike the code it replaces, it does not
25233         depend on (defined _SC_PAGESIZE).  However, it does depend on
25234         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
25235         first reported by Jason Andrade in
25236         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
25237
25238 2004-02-25  Simon Josefsson  <jas@extundo.com>
25239
25240         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
25241
25242 2004-02-25  Simon Josefsson  <jas@extundo.com>
25243
25244         * lib/strdup.h: New file.
25245         * lib/strdup.c: Include it.
25246         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
25247         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
25248
25249 2004-02-23  Karl Berry  <karl@gnu.org>
25250
25251         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
25252         (from fencepost.gnu.org:/gd/gnuorg).
25253
25254 2004-02-23  Karl Berry  <karl@gnu.org>
25255
25256         * config/srclistvars.sh (GNUORG) [karl]: redefine.
25257         * config/srclist.txt: add maintain/standards documents.
25258
25259 2004-02-18  Bruno Haible  <bruno@clisp.org>
25260
25261         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
25262         Reported by Derek Robert Price <derek@ximbiot.com>.
25263
25264 2004-02-16  Karl Berry  <karl@gnu.org>
25265
25266         * config/mkinstalldirs, install-sh: update from automake.
25267
25268 2004-02-06  Karl Berry  <karl@gnu.org>
25269
25270         * m4/po.m4: update from gettext 0.14.1.
25271
25272 2004-02-06  Karl Berry  <karl@gnu.org>
25273
25274         * lib/config.charset: update from gettext 0.14.1.
25275
25276 2004-02-05  Paul Eggert  <eggert@twinsun.com>
25277
25278         Add comments and code, prompted by suggestions from Bruno Haible
25279         for sh-quote.
25280         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
25281         describing the enum quoting_style values.
25282         * lib/quotearg.c (quotearg_alloc): New function.
25283         (quotearg_buffer_restyled): Treat lone { and } as special.
25284         Treat = as special.  Work around bug with older shells
25285         that "see" a '\' that is really the 2nd byte of a multibyte char.
25286         Quote empty string with shell_quoting_style.
25287
25288 2004-02-03  Bruno Haible  <bruno@clisp.org>
25289
25290         * m4/pipe.m4: New file, from GNU gettext.
25291
25292 2004-02-03  Bruno Haible  <bruno@clisp.org>
25293
25294         * lib/pipe.h: New file, from GNU gettext.
25295         * lib/pipe.c: New file, from GNU gettext.
25296
25297 2004-01-27  Bruno Haible  <bruno@clisp.org>
25298
25299         * m4/execute.m4: New file, from GNU gettext.
25300
25301 2004-01-27  Bruno Haible  <bruno@clisp.org>
25302
25303         * lib/execute.h: New file, from GNU gettext.
25304         * lib/execute.c: New file, from GNU gettext.
25305         * lib/w32spawn.h: New file, from GNU gettext.
25306
25307 2004-01-24  Paul Eggert  <eggert@twinsun.com>
25308
25309         Merge from diffutils.
25310
25311         * lib/file-type.c (file_type): Add typed memory objects.
25312         * lib/file-type.h (S_TYPEISTMO): New macro.
25313
25314         * lib/c-stack.h (c_stack_action): Remove argv argument.
25315         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
25316         (die): Don't calculate message unless segv_action returns.
25317         (get_stack_location, min_address_from_argv, max_address_from_argv,
25318         volatile stack_base, volatile_stack_size): Remove.
25319         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
25320         that every segmentation violation is a stack overflow.  (Ouch!)
25321         See Debian bug 136249 (still outstanding) for more info about why
25322         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
25323
25324 2004-01-24  Paul Eggert  <eggert@twinsun.com>
25325
25326         Exit-status fix from coreutils.
25327
25328         Use exit_failure consistently in place of EXIT_FAILURE,
25329         so that program exit statuses are consistent on failure.
25330
25331         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
25332         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
25333         * lib/argmatch.h: Comment fix to match the above.
25334         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
25335         Now a macro referring to exit_failure, instead of a separate
25336         variable.  Include "exitfail.h" to get it.
25337         * lib/xstrtol.h: Include "exitfail.h".
25338         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
25339
25340         * lib/long-options.c (parse_long_options): Use prototype
25341         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
25342         for clarity.
25343
25344 2004-01-21  Jim Meyering  <jim@meyering.net>
25345
25346         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
25347         so as not to conflict with a different-sized __mktime_internal
25348         function in GNU libc.
25349         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
25350         Problem building statically-linked `ls' reported by Michael Brunnbauer.
25351
25352 2004-01-20  Karl Berry  <karl@gnu.org>
25353
25354         * config/config.guess: update from config.
25355
25356         * config/srclistvars.sh: GNUWWWLICENSES for karl.
25357
25358 2004-01-20  Bruno Haible  <bruno@clisp.org>
25359
25360         Safer stack allocation.
25361         * lib/setenv.c: Include allocsa.h.
25362         (alloca): Remove fallback definition.
25363         (freea): Remove macro.
25364         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
25365         instead of freea.
25366
25367 2004-01-20  Bruno Haible  <bruno@clisp.org>
25368
25369         * m4/eealloc.m4: New file, from GNU gettext.
25370
25371 2004-01-20  Bruno Haible  <bruno@clisp.org>
25372
25373         * m4/allocsa.m4: New file, from GNU gettext.
25374
25375 2004-01-20  Bruno Haible  <bruno@clisp.org>
25376
25377         * lib/xallocsa.h: New file, from GNU gettext.
25378         * lib/xallocsa.c: New file, from GNU gettext.
25379
25380 2004-01-20  Bruno Haible  <bruno@clisp.org>
25381
25382         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
25383
25384 2004-01-20  Bruno Haible  <bruno@clisp.org>
25385
25386         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
25387         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
25388         specially.
25389
25390 2004-01-20  Bruno Haible  <bruno@clisp.org>
25391
25392         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
25393         patch.
25394
25395 2004-01-20  Bruno Haible  <bruno@clisp.org>
25396
25397         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
25398
25399 2004-01-20  Bruno Haible  <bruno@clisp.org>
25400
25401         * lib/eealloc.h: New file.
25402
25403 2004-01-20  Bruno Haible  <bruno@clisp.org>
25404
25405         * lib/binary-io.h: Avoid warnings on Cygwin.
25406
25407 2004-01-20  Bruno Haible  <bruno@clisp.org>
25408
25409         * lib/allocsa.h: New file, from GNU gettext.
25410         * lib/allocsa.c: New file, from GNU gettext.
25411
25412 2004-01-18  Karl Berry  <karl@gnu.org>
25413
25414         * doc/gpl.texi, doc/lgpl.texi: new files.
25415
25416 2004-01-18  Karl Berry  <karl@gnu.org>
25417
25418         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
25419         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
25420
25421 2004-01-15  Paul Eggert  <eggert@twinsun.com>
25422
25423         Merge from coreutils.
25424
25425         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
25426         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
25427         (gl_DEFAULT_POSIX2_VERSION): Move
25428         the documentation from 'configure' into 'config.hin',
25429         so that 'configure --help' isn't burdened by it and
25430         we don't have to worry about its formatting there.
25431         Reword the documentation so that it's more succinct
25432         and can be run together into a single paragraph.
25433         * m4/same.m4 (gl_SAME): Check for pathconf.
25434
25435 2004-01-15  Paul Eggert  <eggert@twinsun.com>
25436
25437         Merge from coreutils.
25438
25439         * lib/posixver.c: Include posixver.h.
25440
25441         * lib/same.c: Include <stdbool.h>, <limits.h>.
25442         (_POSIX_NAME_MAX): Define if not defined.
25443         (MIN): New macro.
25444         (same_name): If file names are silently truncated, report
25445         that the file names are the same if they are the same after
25446         the silent truncation.
25447
25448         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
25449         conversion function.
25450         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
25451         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
25452         longer needed.
25453
25454 2004-01-15  Jim Meyering  <jim@meyering.net>
25455
25456         Merge from coreutils.
25457
25458         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
25459         if no library is required.
25460         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
25461         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
25462         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
25463         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
25464         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
25465         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
25466         value, $ac_cv_search_crypt, if it's "none required".
25467         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
25468         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
25469         not gl_FUNC_GETLOADAVG.
25470         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
25471         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
25472
25473 2004-01-15  Jim Meyering  <jim@meyering.net>
25474
25475         Merge from coreutils.
25476
25477         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
25478         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
25479         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
25480
25481         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
25482         optional configure-time default.
25483
25484         * lib/version-etc.c (version_etc_copyright): Update copyright date.
25485
25486         * lib/xreadlink.c (xreadlink): Correct outdated comment.
25487
25488 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
25489
25490         Merge from coreutils.
25491
25492         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
25493         value, $ac_cv_search_nanosleep, if it's "none required".
25494
25495 2004-01-14  Paul Eggert  <eggert@twinsun.com>
25496
25497         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
25498         with like-named macro in fnmatch.c.
25499         (EXT): Use an internal constant instead.
25500
25501         Merge fnmatch patches from glibc.
25502         * lib/fnmatch.c (mbsinit): Remove define.
25503         Add libc_hidden_ver (__fnmatch, fnmatch).
25504         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
25505         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
25506
25507 2004-01-14  Karl Berry  <karl@gnu.org>
25508
25509         * config/install-sh: update from automake.
25510
25511 2004-01-13  Karl Berry  <karl@gnu.org>
25512
25513         * config/install-sh: update from automake.
25514
25515 2004-01-09  Karl Berry  <karl@gnu.org>
25516
25517         * config/install-sh: update from automake.
25518
25519 2004-01-05  Karl Berry  <karl@gnu.org>
25520
25521         * config/config.{sub,guess}: update from config.
25522
25523 2003-12-31  Karl Berry  <karl@gnu.org>
25524
25525         * config/depcomp: update from automake.
25526
25527 2003-12-14  Karl Berry  <karl@gnu.org>
25528
25529         * lib/config.charset: update from gettext-runtime.
25530
25531 2003-12-03  Paul Eggert  <eggert@twinsun.com>
25532
25533         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
25534         Bug reported by Alfred M. Szmidt.
25535
25536 2003-12-03  Bruno Haible  <bruno@clisp.org>
25537
25538         * m4/gettext.m4: Upgrade from gettext-0.13.
25539         * m4/po.m4: Upgrade from gettext-0.13.
25540         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
25541         * m4/intmax.m4: New file, from gettext-0.13.
25542         * m4/printf-posix.m4: New file, from gettext-0.13.
25543
25544 2003-11-29  Karl Berry  <karl@gnu.org>
25545
25546         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
25547
25548 2003-11-25  Paul Eggert  <eggert@twinsun.com>
25549             Bruno Haible  <bruno@clisp.org>
25550
25551         * lib/printf-parse.h: Don't include sys/types.h.
25552         (ARG_NONE): New macro.
25553         (char_directive): Change type of *arg_index fields to size_t.
25554         * lib/printf-parse.c: Don't include sys/types.h.
25555         (SSIZE_MAX): Remove macro.
25556         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
25557         Remove unnecessary overflow check.
25558         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
25559         fields.
25560
25561 2003-11-25  Bruno Haible  <bruno@clisp.org>
25562
25563         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
25564
25565 2003-11-25  Bruno Haible  <bruno@clisp.org>
25566
25567         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
25568         gt_TYPE_SSIZE_T.
25569
25570 2003-11-24  Paul Eggert  <eggert@twinsun.com>
25571
25572         * modules/alloca: Remove dependency on xalloc.
25573
25574 2003-11-24  Paul Eggert  <eggert@twinsun.com>
25575
25576         * lib/alloca.c: Remove dependency on xalloc module.
25577         (xalloc_die): Remove.
25578         (memory_full) [!defined emacs]: New macro.
25579         [!defined emacs]: Don't include xalloc.h.
25580         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
25581         address arithmetic overflows.  Change datatypes a bit to avoid
25582         unnecessary casts.
25583
25584 2003-11-22  Jim Meyering  <jim@meyering.net>
25585
25586         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
25587         s/size/size_t/.
25588
25589 2003-11-21  Karl Berry  <karl@gnu.org>
25590
25591         * config/config.{sub,guess}: update from config.
25592
25593 2003-11-18  Karl Berry  <karl@gnu.org>
25594
25595         * config/config.{sub,guess}: update from config.
25596
25597         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
25598
25599 2003-11-17  Paul Eggert  <eggert@twinsun.com>
25600
25601         * README: Mention that S+T cannot overflow if S is the size of
25602         an existing object and T is sufficiently small.
25603
25604 2003-11-17  Jim Meyering  <jim@meyering.net>
25605
25606         On systems without utime and without a utimes function capable of
25607         dealing with a NULL struct utimbuf* argument, this utime replacement
25608         could -- in unusual circumstances -- leak a file descriptor.
25609         * lib/utime.c: Include <unistd.h> and <errno.h>.
25610         (utime_null): Be sure to close `fd' and to preserve errno.
25611         Reported by Geoff Collyer via Arnold Robbins.
25612
25613 2003-11-17  Bruno Haible  <bruno@clisp.org>
25614
25615         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
25616         (Depends-on): Add xsize.
25617
25618 2003-11-17  Bruno Haible  <bruno@clisp.org>
25619
25620         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
25621
25622 2003-11-17  Bruno Haible  <bruno@clisp.org>
25623
25624         * lib/vasnprintf.c (alloca): Remove fallback definition.
25625         (freea): Remove definition.
25626         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
25627         Reported by Paul Eggert.
25628
25629 2003-11-16  Paul Eggert  <eggert@twinsun.com>
25630             Bruno Haible  <bruno@clisp.org>
25631
25632         Protect against address arithmetic overflow.
25633         * lib/printf-args.h: Include stddef.h.
25634         (arguments): Change type of field 'count' to size_t.
25635         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
25636         'unsigned int' where appropriate.
25637         * lib/printf-parse.h: Include sys/types.h.
25638         (char_directive): Change type of *arg_index fields to ssize_t.
25639         (char_directives): Change type of fields 'count', max_*_length to
25640         size_t.
25641         * lib/printf-parse.c: Include sys/types.h and xsize.h.
25642         (SSIZE_MAX): Define fallback value.
25643         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
25644         instead of 'int' where appropriate. Check a_allocated, d_allocated
25645         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
25646         * lib/vasnprintf.c: Include xsize.h.
25647         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
25648         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
25649         overflow. Avoid wraparound when converting a width or precision from
25650         decimal to binary.
25651
25652 2003-11-16  Bruno Haible  <bruno@clisp.org>
25653
25654         Update from GNU gettext.
25655         * lib/printf-parse.c: Generalize to it can be compiled for wide
25656         strings.
25657         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
25658         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
25659         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
25660         SNPRINTF): New macros.
25661         Don't include <alloca.h> if the file is used inside libintl.
25662         (local_wcslen): New function, for Solaris 2.5.1.
25663         (VASNPRINTF): Use it instead of wcslen.
25664
25665 2003-11-16  Bruno Haible  <bruno@clisp.org>
25666
25667         * lib/xsize.h (xmax): New function.
25668         (xsum, xsum3, xsum4): Declare as "pure" functions.
25669
25670 2003-11-12  Paul Eggert  <eggert@twinsun.com>
25671
25672         * modules/xalloc (Files): Undo latest change, since xalloc.h
25673         no longer needs SIZE_MAX or PTRDIFF_MAX.
25674
25675 2003-11-12  Paul Eggert  <eggert@twinsun.com>
25676
25677         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
25678         gl_PTRDIFF_MAX.
25679
25680 2003-11-12  Paul Eggert  <eggert@twinsun.com>
25681
25682         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
25683         "return", to pacify some unknown compiler.  Problem reported
25684         by Joerg Schilling.
25685
25686 2003-11-12  Paul Eggert  <eggert@twinsun.com>
25687
25688         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
25689         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
25690         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
25691         heuristic is just as accurate as far as we know, and it removes a
25692         dependency on size_max.m4 and ptrdiff_max.m4.
25693
25694 2003-11-11  Bruno Haible  <bruno@clisp.org>
25695
25696         * modules/xsize (Files): Add m4/size_max.m4.
25697         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
25698
25699 2003-11-11  Bruno Haible  <bruno@clisp.org>
25700
25701         * m4/size_max.m4: New file.
25702         * m4/ptrdiff_max.m4: New file.
25703         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
25704         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
25705         (gl_XALLOC): Invoke it.
25706
25707 2003-11-11  Bruno Haible  <bruno@clisp.org>
25708
25709         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
25710         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
25711         defined.
25712
25713 2003-11-10  Paul Eggert  <eggert@twinsun.com>
25714
25715         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
25716         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
25717         rejected some allocations of exactly SIZE_MAX - 2 bytes.
25718         From Bruno Haible.
25719         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
25720         not (size_t) -1, since it's defined here.
25721
25722 2003-11-09  Karl Berry  <karl@gnu.org>
25723
25724         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
25725
25726 2003-11-06  Paul Eggert  <eggert@twinsun.com>
25727
25728         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
25729         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
25730         Reject sizes of exactly SIZE_MAX bytes.
25731         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
25732         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
25733
25734 2003-11-05  Bruno Haible  <bruno@clisp.org>
25735
25736         * lib/xsize.h: Include limits.h, to avoid a possible collision with
25737         SIZE_MAX defined in <limits.h> on Solaris.
25738
25739 2003-11-04  Jim Meyering  <jim@meyering.net>
25740
25741         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
25742         variable names, rather than @VAR@.
25743         * modules/poll: Likewise.
25744
25745 2003-11-04  Bruno Haible  <bruno@clisp.org>
25746
25747         * modules/xsize: New file.
25748         * modules/linebreak: Depend on xsize.
25749         * MODULES.html.sh (func_all_modules): Add xsize.
25750
25751 2003-11-04  Bruno Haible  <bruno@clisp.org>
25752
25753         * m4/xsize.m4: New file.
25754
25755 2003-11-04  Bruno Haible  <bruno@clisp.org>
25756
25757         * lib/xsize.h: New file.
25758         * lib/linebreak.c: Include xsize.h.
25759         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
25760         argument for overflow.
25761         Suggested by Paul Eggert.
25762
25763 2003-11-03  Karl Berry  <karl@gnu.org>
25764
25765         * config/config.{guess,sub}: update from config.
25766
25767 2003-11-03  Jim Meyering  <jim@meyering.net>
25768
25769         * modules/userspec (lib_SOURCES): Add userspec.h.
25770         (Include): Add "userspec.h".
25771         Improve description.
25772
25773 2003-11-03  Jim Meyering  <jim@meyering.net>
25774
25775         * lib/userspec.c: Include "userspec.h".
25776         * lib/userspec.h: New file.
25777
25778 2003-11-03  Bruno Haible  <bruno@clisp.org>
25779
25780         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
25781
25782 2003-11-03  Bruno Haible  <bruno@clisp.org>
25783
25784         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
25785         available, to avoid (extremely rare) race condition.
25786         Suggested by Paul Eggert.
25787
25788 2003-11-02  Karl Berry  <karl@gnu.org>
25789
25790         * config/srclist.txt (vasprintf.c): sync broken, sigh.
25791
25792 2003-10-31  Paul Eggert  <eggert@twinsun.com>
25793
25794         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
25795         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
25796         (read_filesystem_list): Set and use me_type_malloced.
25797         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
25798         whatever the type happens to be), for brevity and consistency.
25799         Check for size calculation overflow on Alphas running OSF/1.
25800
25801 2003-10-31  Jim Meyering  <jim@meyering.net>
25802
25803         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
25804
25805         * lib/linebuffer.c: Include <string.h> for declaration of memset.
25806
25807 2003-10-30  Paul Eggert  <eggert@twinsun.com>
25808             Bruno Haible  <bruno@clisp.org>
25809
25810         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
25811         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
25812
25813 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
25814
25815         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
25816         netbsd*-gnu*.  Suggested by Robert Millan.
25817
25818 2003-10-29  Paul Eggert  <eggert@twinsun.com>
25819
25820         * modules/group-member: Depend on stdbool.
25821
25822 2003-10-29  Paul Eggert  <eggert@twinsun.com>
25823
25824         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
25825
25826 2003-10-29  Paul Eggert  <eggert@twinsun.com>
25827
25828         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
25829         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
25830         after the 'gnu' in these cases.  This fixes some bugs in the
25831         previous change, and is based on suggestions by Robert Millan.
25832
25833 2003-10-29  Paul Eggert  <eggert@twinsun.com>
25834
25835         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
25836         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
25837         no longer needed.
25838         * lib/quotearg.c (quotearg_n_options): Use it.
25839         * lib/group-member.c: Include <stdbool.h>.
25840         (free_group_info): Arg is now const *; don't free arg.
25841         (get_group_info): Now returns bool and accepts struct group_info *,
25842         rather than returning a malloc'ed struct group_info *.
25843         All uses changed.  Check for overflow in internal size calculation.
25844
25845         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
25846         rather than xmalloc/xrealloc.
25847         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
25848         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
25849         conformance bug: the old code used a pointer after freeing the
25850         storage that it addressed.
25851         * lib/hash.c (hash_initialize): Simplify the code by using
25852         xalloc_oversized rather than doing it by hand.
25853         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
25854         the buffer preserved.  Use free and xmalloc instead.
25855         * lib/quotearg.c (quotearg_n_options): Likewise.
25856         Use a simpler test for size overflow.  Don't use xalloc_oversized
25857         because unsigned int might be wider than size_t (!); this suggests
25858         that we should switch from unsigned int to size_t for slot numbers.
25859
25860 2003-10-28  Paul Eggert  <eggert@twinsun.com>
25861
25862         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
25863         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
25864         NetBSD kernels.  Requested by Richard Stallman.
25865
25866 2003-10-27  Paul Eggert  <eggert@twinsun.com>
25867
25868         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
25869         to allocate the returned structure.  Do not allocate a subarray,
25870         as x2nrealloc will do that.
25871         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
25872         instead of xnrealloc.
25873         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
25874
25875 2003-10-27  Bruno Haible  <bruno@clisp.org>
25876
25877         * lib/stdbool_.h: Better support for BeOS.
25878
25879 2003-10-26  Paul Eggert  <eggert@twinsun.com>
25880
25881         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
25882         now uses inline.
25883
25884 2003-10-26  Paul Eggert  <eggert@twinsun.com>
25885
25886         * lib/xalloc.h (xalloc_oversized): New static inline function, for
25887         callers that want to do their own size-overflow checking.  Include
25888         <stdbool.h>, since xalloc_oversized returns bool.
25889         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
25890         to use xalloc_oversized.
25891
25892         Add two functions x2realloc, x2nrealloc, for programs that grow
25893         arrays dynamically by doubling their sizes.
25894         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
25895         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
25896         New functions.
25897
25898         Port to C99 semantics for 'inline' of external functions.
25899         Bug reported by Bruno Haible.
25900         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
25901         with the old contents of xnmalloc.
25902         (xnmalloc, xmalloc): Use it.
25903         (xnrealloc_inline): New static inline function,
25904         with the old contents of xnrealloc.
25905         (xnrealloc, xrealloc): Use it.
25906
25907         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
25908         that.
25909
25910 2003-10-26  Karl Berry  <karl@gnu.org>
25911
25912         * config/srclist.txt (COPYING.DOC): no longer available from
25913         /gd/gnuorg; don't know where the ultimate source is.
25914
25915 2003-10-25  Paul Eggert  <eggert@twinsun.com>
25916
25917         Fix several address-calculation bugs in the hash modules,
25918         plus some minor code cleanup.
25919
25920         * lib/hash.h: Include <stdbool.h>, for bool.
25921         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
25922         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
25923         hash_get_n_entries, hash_get_max_bucket_length,
25924         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
25925         hash_rehash): Use size_t rather than unsigned.
25926         * lib/hash.c (struct hash_table, hash_get_n_buckets,
25927         hash_get_n_buckets_used, hash_get_n_entries,
25928         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
25929         hash_get_entries, hash_do_for_each, hash_string, is_prime,
25930         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
25931         Likewise.
25932         (SIZE_MAX): Define if not defined.
25933         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
25934         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
25935         hash_print):
25936         Use const * when possible.
25937         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
25938         (check_tuning): Fix bug: if tuning parameters were very close to
25939         0 or 1, rounding errors could have caused subscript violations.
25940         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
25941         (hash_initialize): Add 'fail:' label
25942         to free table and return NULL, and use it to simplify code.
25943         Use calloc rather than clearing the storage ourself.
25944         (hash_initialize, hash_rehash): Check for arithmetic overflow in
25945         buffer size calculations.
25946         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
25947         Include <stddef.h>, for size_t.
25948         * lib/hash-pjw.c (hash_pjw): Likewise.
25949         Switch to method described by Bruno Haible.
25950         Include <limits.h>, for CHAR_BIT.
25951         (SIZE_BITS): New macro.
25952
25953 2003-10-23  Paul Eggert  <eggert@twinsun.com>
25954
25955         * m4/getline.m4 (AM_FUNC_GETLINE):
25956         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
25957         hosts.  Problem reported by Derek Robert Price in
25958         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
25959         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
25960         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
25961
25962 2003-10-21  Paul Eggert  <eggert@twinsun.com>
25963
25964         * lib/getndelim2.c (getndelim2): When size calculation overflows,
25965         ceiling the allocation at NMAX bytes rather than silently
25966         discarding input bytes before NMAX is reached.  This makes
25967         a difference only if NMAX exceeds SIZE_MAX / 2.
25968
25969         * lib/obstack.c: Merge from glibc.
25970         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
25971         Add libc_hidden_def (_obstack_newchunk).
25972         (_obstack_free) [! defined _LIBC]: Remove.
25973         [defined _LIBC]: Make a strong alias from obstack_free, rather than
25974         a clone of the function body.
25975         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
25976         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
25977
25978         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
25979         glibc.
25980         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
25981         arg to memcpy.
25982
25983         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
25984         (obstack_ptr_grow_fast, obstack_int_grow_fast):
25985         Don't use lvalue casts, as GCC plans to remove support for them
25986         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
25987         was also present in the non-GCC version, indicating that this
25988         code had always been buggy and had never been widely used.
25989         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
25990         Use the fast variant of each macro, rather than copying the
25991         definiens of the fast variant; that way, we'll be more likely to
25992         catch future bugs in the fast variants.
25993
25994 2003-10-20  Bruno Haible  <bruno@clisp.org>
25995
25996         * modules/wait-process: New file.
25997         * MODULES.html.sh (func_all_modules): Add wait-process.
25998
25999 2003-10-20  Bruno Haible  <bruno@clisp.org>
26000
26001         * m4/wait-process.m4: New file.
26002
26003 2003-10-20  Bruno Haible  <bruno@clisp.org>
26004
26005         * lib/wait-process.h: New file, from GNU gettext.
26006         * lib/wait-process.c: New file, from GNU gettext.
26007
26008 2003-10-19  Jim Meyering  <jim@meyering.net>
26009
26010         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
26011         HPUX 10.20.
26012
26013 2003-10-18  Karl Berry  <karl@gnu.org>
26014
26015         * config/config.guess: update from config.
26016
26017 2003-10-16  Paul Eggert  <eggert@twinsun.com>
26018
26019         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
26020         (getgroups): First arg is int, not size_t.
26021         Don't let 'free' mangle errno.
26022
26023 2003-10-16  Paul Eggert  <eggert@twinsun.com>
26024
26025         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
26026
26027 2003-10-16  Karl Berry  <karl@gnu.org>
26028
26029         * config/config.{guess,sub}: update from config.
26030
26031 2003-10-16  Jim Meyering  <jim@meyering.net>
26032
26033         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
26034         memcpy.
26035
26036 2003-10-15  Paul Eggert  <eggert@twinsun.com>
26037
26038         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
26039         (SIZE_MAX): Remove.
26040         (new_exclude, add_exclude_file): Initial size no longer needs to
26041         be a power of 2.
26042         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
26043         our own address arithmetic overflow checking.
26044
26045         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
26046         (fnmatch): Do not alloca more than 2000 wide characters;
26047         instead, use malloc for large buffers.
26048         Check for address arithmetic overflow, and return -1
26049         with errno set to ENOMEM in that case.
26050         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
26051         (NEW_PATTERN): Do not alloca more than 8000 bytes;
26052         instead, return -1.  Check for address arithmetic overflow.
26053
26054 2003-10-14  Paul Eggert  <eggert@twinsun.com>
26055
26056         Handle invalid suffixes and overflow independently, so that
26057         callers can treat them independently as needed.  Fix some bugs in
26058         suffix handling, e.g., "100k@" was not diagnosed as an invalid
26059         suffix for a human-readable blocksize.  The major caller-visible
26060         change is the addition of a new
26061         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
26062         that both overflow and suffix chars were found.
26063
26064         * lib/human.c (humblock): Don't check separately for invalid suffix
26065         char; that is xstrtoumax's job (now that its bug is fixed).
26066         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
26067         INTMAX_MAX]: New macros.
26068         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
26069         TYPE_MAXIMUM): New macros.
26070         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
26071         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
26072         if overflow occurs, as it's what __strtol does and it's more useful
26073         in practice.
26074         (__xstrtol): If __strtol reports some error other than ERANGE,
26075         reflect it to the caller as LONGINT_INVALID.  If it reports
26076         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
26077         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
26078         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
26079         value.
26080         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
26081         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
26082         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
26083         [defined UINTMAX_MAX]: New macros.
26084
26085 2003-10-14  Bruno Haible  <bruno@clisp.org>
26086
26087         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
26088
26089 2003-10-14  Bruno Haible  <bruno@clisp.org>
26090
26091         * m4/sig_atomic_t: New file, from GNU gettext.
26092         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
26093
26094 2003-10-14  Bruno Haible  <bruno@clisp.org>
26095
26096         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
26097         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
26098         Also use volatile where needed.
26099
26100 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26101
26102         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
26103         Change maintainer from Bruno Haible to 'all'.
26104
26105 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26106
26107         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
26108
26109 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26110
26111         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
26112         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
26113         and define in terms of the other primitives.
26114         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
26115         (SIZE_MAX): Define if not already defined.
26116         (array_size_overflow): New function.
26117         (xalloc_die): Abort instead of exiting if 'error' returns.
26118         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
26119         (xmalloc, xrealloc): Use them.
26120         (xcalloc): Check for address arithmetic overflow.
26121         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
26122         a bit faster than strcpy.
26123
26124 2003-10-10  Simon Josefsson  <jas@extundo.com>
26125
26126         * modules/argp (Depends-on): Add restrict and strcase.
26127
26128 2003-10-10  Simon Josefsson  <jas@extundo.com>
26129
26130         * m4/argp.m4: Add AC_C_INLINE.
26131
26132 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26133
26134         Merge getpass from libc, plus a few fixes.
26135
26136         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
26137         Include <stdbool.h>.
26138         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
26139         __fsetlocking to empty.
26140         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
26141         do include <bits/libc-lock.h>.
26142         Do not include <fcntl.h>; not needed.
26143         [_LIBC]: Include <wchar.h>.
26144         (NOTCANCEL_MODE): New macro.
26145         (flockfile, funlockfile) [_LIBC]: New macros.
26146         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
26147         [!_LIBC]: New macros.
26148         (call_fclose): New function.
26149         (getpass): Use it.  Save tty stream separately; this simplifies the
26150         code and makes it more reliable if stdin happens to equal stdout.
26151         Invoke __fsetlocking on tty.
26152         Handle thread cancellation if needed.
26153         Namespace cleanup (use __tcgetattr, __getline).
26154         Use bool for Booleans.
26155         [USE_IN_LIBIO]: Handle wide streams.
26156         [!_LIBC]: Unconditionally do the fseek, since we don't know what
26157         stream might go where.
26158
26159         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
26160         doesn't have to include <stdio.h> before us.
26161         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
26162         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
26163         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
26164         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
26165         if not declared, so that we can use getpass.c code from libc without
26166         rewriting it.
26167         (flockfile, ftrylockfile, funlockfile): New macros.
26168
26169 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26170
26171         * modules/getpass: Depend on stdbool.
26172
26173 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26174
26175         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
26176
26177 2003-10-07  Karl Berry  <karl@gnu.org>
26178
26179         * config/config.{guess,sub}: update from config.
26180
26181 2003-10-06  Jim Meyering  <jim@meyering.net>
26182             Bruno Haible  <bruno@clisp.org>
26183
26184         This lets translators provide better translations for the
26185         "Written by ..." part of --version output.
26186         * lib/version-etc.h: Include stdarg.h.
26187         (version_etc_copyright): Declare as readonly.
26188         (version_etc): Make this function variadic with a NULL-terminated list
26189         of author name strings.
26190         (version_etc_va): New declaration.
26191         * lib/version-etc.c: Include stdarg.h, stdlib.h.
26192         (version_etc_copyright): Declare as readonly.
26193         (version_etc_va): New function. Provide a different translatable string
26194         for each possible number of authors < 10. Abbreviate when there are 10
26195         authors or more.
26196         (version_etc): Make this function variadic. Call version_etc_va.
26197         Suggestion from Gary V. Vaughan.
26198
26199         * lib/long-options.h (parse_long_options): Change prototype: the
26200         authors string is moved to the end and becomes variadic.
26201         * lib/long-options.c: Include stdarg.h.
26202         (parse_long_options): Make this function variadic, too.
26203         Call version_etc_va, not version_etc.
26204
26205 2003-10-06  Bruno Haible  <bruno@clisp.org>
26206
26207         * modules/version-etc-2: Remove file.
26208         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
26209
26210 2003-10-06  Bruno Haible  <bruno@clisp.org>
26211
26212         * modules/fatal-signal: New file.
26213         * MODULES.html.sh (func_all_modules): Add fatal-signal.
26214
26215 2003-10-06  Bruno Haible  <bruno@clisp.org>
26216
26217         * m4/fatal-signal.m4: New file.
26218         * m4/signalblocking.m4: New file, from GNU gettext.
26219
26220 2003-10-06  Bruno Haible  <bruno@clisp.org>
26221
26222         * lib/version-etc-2.h: Remove file.
26223         * lib/version-etc-2.c: Remove file.
26224
26225 2003-10-06  Bruno Haible  <bruno@clisp.org>
26226
26227         * lib/fatal-signal.h: New file, from GNU gettext.
26228         * lib/fatal-signal.c: New file, from GNU gettext.
26229
26230 2003-10-05  Paul Eggert  <eggert@twinsun.com>
26231
26232         * README: Rework advice for preventing empty .o files.
26233         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
26234         not <sys/types.h>.
26235
26236 2003-10-04  Karl Berry  <karl@gnu.org>
26237
26238         * lib/argp*: update from libc.
26239
26240 2003-10-04  Karl Berry  <karl@gnu.org>
26241
26242         * config/config.{guess,sub}: update from config.
26243
26244 2003-10-02  Bruno Haible  <bruno@clisp.org>
26245
26246         * modules/lchown (Include): Add lchown.h.
26247         * modules/time_r (Include): Use "..." syntax.
26248         * modules/xgetdomainname (Include): Add xgetdomainname.h.
26249
26250 2003-10-01  Simon Josefsson  <jas@extundo.com>
26251
26252         * MODULES.html.sh (func_all_modules): Move gethostname from section
26253         'based on' to section 'lacking' POSIX:2001.
26254
26255 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
26256
26257         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
26258         to output mode on the same stream.
26259
26260 2003-09-29  Paul Eggert  <eggert@twinsun.com>
26261
26262         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
26263         Fix arg typo in previous patch.
26264
26265 2003-09-28  Jim Meyering  <jim@meyering.net>
26266
26267         * lib/error.c: Correct cpp indentation.
26268
26269 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26270
26271         * modules/free: New file.
26272
26273 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26274
26275         * m4/free.m4: New file.
26276
26277 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26278
26279         * lib/minmax.h (MIN, MAX)
26280         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
26281         Omit the special code that used __typeof__, since we worry that
26282         it could be more trouble than it's worth.  See:
26283         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
26284         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
26285
26286         * lib/free.c: New file.
26287
26288 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
26289
26290         Trivial fixes to Makefile.am parts of module listings.
26291         * modules/strstr: Append strstr.h to lib_SOURCES.
26292         * modules/strcase: Likewise, for strcase.h.
26293
26294 2003-09-27  Karl Berry  <karl@gnu.org>
26295
26296         * config/mkinstalldirs: update from automake.
26297
26298 2003-09-26  Paul Eggert  <eggert@twinsun.com>
26299
26300         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
26301         (error_tail): Do not loop, reallocating temporary buffer, since
26302         the output cannot contain more wide characters than the input
26303         contains bytes, the size must be big enough already.  This avoids
26304         one potential size overflow calculation.  Check for size overflow
26305         when calculating temporary buffer size.  Free temporary buffer
26306         when done, if it was allocated with malloc; this plugs a memory
26307         leak.  Remove casts from void * to pointers, that are no longer
26308         needed now that we're assuming C89 or better.
26309
26310         Merge error changes from glibc.
26311
26312         * lib/error.c, error.h: Update copyright notice header to match glibc.
26313         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
26314         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
26315         Disable cancellation while printing error.
26316         * lib/error.h: Prepend __ to parameter names.
26317
26318 2003-09-26  Jim Meyering  <jim@meyering.net>
26319
26320         * lib/error.c (error_tail): Move some declarations
26321         into inner scope where the local variables are used.
26322
26323 2003-09-26  Bruno Haible  <bruno@clisp.org>
26324
26325         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
26326         stpncpy().
26327         Don't define stpncpy through config.h; it's now done through stpncpy.h.
26328
26329 2003-09-26  Bruno Haible  <bruno@clisp.org>
26330
26331         * lib/stpncpy.h (gnu_stpncpy): New declaration.
26332         (stpncpy): Define as alias for gnu_stpncpy.
26333         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
26334
26335 2003-09-25  Simon Josefsson  <jas@extundo.com>
26336
26337         * lib/xgetdomainname.h: New file.
26338         * lib/xgetdomainname.c: New file.
26339
26340 2003-09-25  Simon Josefsson  <jas@extundo.com>
26341             Bruno Haible  <bruno@clisp.org>
26342
26343         * modules/getdomainname: New file.
26344         * modules/xgetdomainname: New file.
26345         * MODULES.html.sh (func_all_modules): Add getdomainname,
26346         xgetdomainname.
26347
26348 2003-09-25  Simon Josefsson  <jas@extundo.com>
26349             Bruno Haible  <bruno@clisp.org>
26350
26351         * m4/getdomainname.m4: New file.
26352
26353 2003-09-25  Simon Josefsson  <jas@extundo.com>
26354             Bruno Haible  <bruno@clisp.org>
26355
26356         * lib/getdomainname.h: New file.
26357         * lib/getdomainname.c: New file.
26358
26359 2003-09-25  Karl Berry  <karl@gnu.org>
26360
26361         * lib/argp-fmtstream.c, argp-help.c: update from libc.
26362
26363 2003-09-25  Karl Berry  <karl@gnu.org>
26364
26365         * config/install-sh: update from automake.
26366
26367 2003-09-25  Bruno Haible  <bruno@clisp.org>
26368
26369         * modules/version-etc-2: New file, from modules/version-etc with
26370         modifications.
26371         * MODULES.html.sh (func_all_modules): Add version-etc-2.
26372
26373 2003-09-25  Bruno Haible  <bruno@clisp.org>
26374
26375         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
26376         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
26377
26378 2003-09-24  Simon Josefsson  <jas@extundo.com>
26379
26380         * modules/xgethostname: Add xgethostname.h.
26381
26382 2003-09-24  Paul Eggert  <eggert@twinsun.com>
26383
26384         * lib/linebuffer.c (freebuffer): Don't free the argument, just
26385         the buffer associated with the argument.  Bug reported by
26386         Simon Josefsson.
26387
26388 2003-09-24  Paul Eggert  <eggert@twinsun.com>
26389
26390         * README: Document assumptions that 'int' is at least 32 bits
26391         wide, that integer arithmetic is 2's complement without overflow,
26392         that there are no holes in integer values, that adding sizes of
26393         two nonoverlapping objects can't overflow, and that all-bits-zero
26394         yields scalar zero.  Fix spelling and capitalization typos.
26395
26396 2003-09-19  Karl Berry  <karl@gnu.org>
26397
26398         * lib/argp.h: update from libc.
26399
26400 2003-09-17  Paul Eggert  <eggert@twinsun.com>
26401
26402         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
26403         to avoid spurious warnings like "AC_RUN_IFELSE was called before
26404         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
26405
26406 2003-09-17  Paul Eggert  <eggert@twinsun.com>
26407
26408         * gnulib-tool: Use "test -h", not "test -L", for portability
26409         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
26410         (tags_regexp): Remove, since \| doesn't conform to POSIX.
26411         (sed_extract_prog): Issue s commands one-by-one, rather than
26412         using \| in one s command.
26413
26414 2003-09-16  Paul Eggert  <eggert@twinsun.com>
26415
26416         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
26417         input error, instead of returning NULL the next time we are called
26418         (and therefore losing track of errno).
26419
26420 2003-09-16  Bruno Haible  <bruno@clisp.org>
26421
26422         * gnulib-tool (func_create_testdir): Warn about duplicated
26423         dependencies.
26424
26425 2003-09-15  Paul Eggert  <eggert@twinsun.com>
26426
26427         * modules/argmatch, modules/fatal, modules/obstack,
26428         modules/xalloc, modules/xgethostname: Sort dependencies by
26429         importance, not alphabetically.
26430
26431 2003-09-15  Paul Eggert  <eggert@twinsun.com>
26432
26433         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
26434         fails, so that the caller gets the proper errno.
26435
26436         * lib/readutmp.c (read_utmp): Likewise.
26437         Check for fstat error.  Close stream and free storage
26438         when failing.
26439
26440 2003-09-14  Karl Berry  <karl@gnu.org>
26441
26442         * config/srclist.txt (strdup.c): disable for c89 changes.
26443
26444 2003-09-14  Jim Meyering  <jim@meyering.net>
26445
26446         * lib/getloadavg.c: Correct cpp indentation.
26447         * lib/strdup.c: Likewise.
26448         * lib/vasnprintf.c: Likewise.
26449
26450 2003-09-14  Bruno Haible  <bruno@clisp.org>
26451
26452         * modules/fwriteerror: New file.
26453         * MODULES.html.sh (func_all_modules): Add fwriteerror.
26454
26455 2003-09-14  Bruno Haible  <bruno@clisp.org>
26456
26457         * lib/fwriteerror.h: New file.
26458         * lib/fwriteerror.c: New file.
26459
26460 2003-09-12  Paul Eggert  <eggert@twinsun.com>
26461
26462         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
26463         modules/xgethostname, modules/xalloc: Depend on exit.
26464
26465 2003-09-12  Paul Eggert  <eggert@twinsun.com>
26466
26467         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
26468
26469         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
26470         and AC_MINIX, too, so that their extensions are available.
26471
26472         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
26473         This macro has been superseded by gl_BACKUPFILE.
26474
26475         More patches to assume C89 or better.
26476
26477         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
26478
26479         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
26480         unconditionally.
26481         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
26482         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
26483         Include <string.h>, <stdlib.h> unconditionally.
26484         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
26485         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
26486         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
26487         headers or for string.h.
26488         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
26489         or strtoul.
26490
26491         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
26492         headers.
26493         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
26494         * m4/userspec.m4 (gl_USERSPEC): Likewise.
26495         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
26496         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
26497         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26498         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
26499         memcpy, memset.
26500         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
26501         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
26502         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
26503         strtol.
26504         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
26505         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
26506         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
26507         strtoul.
26508
26509 2003-09-12  Paul Eggert  <eggert@twinsun.com>
26510
26511         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
26512         * lib/obstack.c [!defined _LIBC]: Likewise.
26513         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
26514         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
26515         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
26516
26517         More changes to assume C89 or better.
26518
26519         * lib/error.c (error_tail): Assume vprintf.
26520
26521         * lib/argmatch.c (getenv): Remove decl.
26522         * lib/progreloc.c (get_full_program_name): Define via prototype.
26523         * lib/setenv.c (clearenv): Likewise.
26524         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
26525         needed.
26526         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
26527         (malloc, memcpy): Remove decls.
26528         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
26529         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
26530         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
26531         (memcpy): Remove macro.
26532         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
26533         (__P): Remove.  All uses removed.
26534         (PTR): Remove.  All uses changed to void *.
26535         (CHAR_BIT, NULL): Remove.
26536         (spaces, zeros, memset_space, memset_zero)
26537         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
26538         Remove.
26539         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
26540         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
26541         Define with prototype.
26542         Remove now-unnecessary prototype decl.
26543         (extra_args_spec): Assume ANSI C.  All uses changed.
26544         (extra_args_spec_iso): Remove.
26545         (my_strftime, emacs_strftimeu): Define via prototype.
26546         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
26547         unconditionally.
26548         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
26549         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
26550         (strtoul, strtol): Remove decls.
26551         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
26552         LONG_MAX): Remove.
26553         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
26554         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
26555         (LOCALE_PARAM_PROTO): New macro.
26556         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
26557         (INTERNAL (strtol), strtol): Define with a prototype.
26558         (PARAMS): Remove.  All uses removed.
26559         * lib/tempname.c: Include <string.h> unconditionally.
26560         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
26561         * lib/xgethostname.c (main): Define with a prototype.
26562         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
26563         Include <stdlib.h> unconditionally.
26564         (calloc, malloc, realloc, free): Remove decls.
26565         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
26566         Include <stdlib.h> unconditionally.  Sort include file names.
26567         (strtod): Remove.
26568         (xstrtod): Define with a prototype.
26569         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
26570         (strtol, strtoul): Remove decls.
26571
26572 2003-09-11  Paul Eggert  <eggert@twinsun.com>
26573
26574         More patches to assume C89 or better.
26575         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
26576         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
26577         string.h, memchr, STDC_HEADERS.
26578
26579 2003-09-11  Paul Eggert  <eggert@twinsun.com>
26580
26581         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
26582         Include <stdlib.h>, <string.h> unconditionally.
26583         Remove now-unnecessary cast to char *.
26584         * lib/strnlen.c: Include <string.h> unconditionally.
26585         * lib/yesno.c (yesno): Define with a prototype.
26586
26587 2003-09-11  Bruno Haible  <bruno@clisp.org>
26588
26589         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
26590
26591 2003-09-10  Jim Meyering  <jim@meyering.net>
26592
26593         * lib/error.c: Correct indentation of cpp directives.
26594
26595 2003-09-10  Bruno Haible  <bruno@clisp.org>
26596
26597         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
26598         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
26599         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
26600         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
26601         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
26602         <stdlib.h> and <string.h> checks.
26603         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
26604         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
26605
26606 2003-09-10  Bruno Haible  <bruno@clisp.org>
26607
26608         * lib/strcspn.c: Include <string.h> unconditionally.
26609         * lib/strpbrk.c: Include <string.h> unconditionally.
26610         * lib/strstr.c: Include <string.h> unconditionally.
26611         * lib/unicodeio.c: Include <string.h> unconditionally.
26612         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
26613         * lib/unsetenv.c: Likewise.
26614         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
26615         * lib/yesno.c: Include <stdlib.h> unconditionally.
26616         (rpmatch): Add prototype.
26617
26618 2003-09-09  Paul Eggert  <eggert@twinsun.com>
26619
26620         More patches to assume C89 or better.
26621         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
26622         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
26623         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
26624         or for string.h.
26625         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
26626         stdlib.h.
26627         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
26628         C headers.
26629         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
26630         string.h.
26631         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
26632         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
26633         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
26634         or for string.h.
26635         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
26636         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
26637         C headers.
26638         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
26639         memcpy.
26640         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
26641         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
26642         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
26643         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
26644         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
26645         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
26646         string.h, free.
26647         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
26648         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
26649         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
26650         C headers, or for string.h.
26651         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
26652         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
26653         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
26654         headers, memory.h, stdlib.h, string.h, strings.h.
26655         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
26656         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
26657         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
26658         strchr.
26659         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
26660         headers, memory.h, string.h.
26661         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
26662         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
26663         free.
26664         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
26665         headers.
26666         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
26667         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
26668         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
26669         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
26670         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
26671
26672 2003-09-09  Paul Eggert  <eggert@twinsun.com>
26673
26674         More K&R removal.
26675
26676         * lib/acosl.c (main): Use a prototype.
26677         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
26678         tanl.c: Likewise.
26679
26680         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
26681
26682         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
26683         (getopt, etopt_long, getopt_long_only, _getopt_internal)
26684         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
26685         with a prototype.
26686         * lib/getopt.c (const): Remove macro.
26687         Include <string.h> unconditionally.
26688         (my_index): Remove; all uses changed to strchr.
26689         (strlen): Remove decl.
26690         (exchange): Remove forward decl; no longer needed.
26691         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
26692         Define with prototype.
26693         * lib/getopt1.c (const): Remove macro.
26694         (getopt_long, getopt_long_only, main): Define with prototype.
26695
26696         * lib/getugroups.c: Include <string.h> unconditionally.
26697
26698         * lib/getusershell.c: Include <stdlib.h> unconditionally.
26699         (getusershell, setusershell, endusershell, readname, main):
26700         Define with prototypes.
26701
26702         * lib/group-member.c: Include group-member.h first.
26703         Include <stdlib.h> unconditionally.
26704
26705         * lib/hard-locale.c: Include hard-locale.h first.
26706         Include <stdlib.h>, <string.h> unconditionally.
26707
26708         * lib/hash.c (free, malloc): Remove decls.
26709         Include <stdlib.h> unconditionally.
26710
26711         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
26712         (getenv): Do not declare.
26713
26714         * lib/idcache.c: Include <string.h> unconditionally.
26715
26716         * lib/long-options.c: Include long-options.h first, to test interface.
26717         Include <stdlib.h> unconditionally.
26718
26719         * lib/makepath.c: Include makepath.h first, to test interface.
26720         Include <stdlib.h> and <string.h> unconditionally.
26721
26722         * lib/linebuffer.c: Include <stdlib.h>.
26723         (free): Remove decl.
26724
26725         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
26726         stddef.h. rpl_malloc returns void *, not char *.
26727         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
26728         prototype.
26729
26730         * lib/md5.h: Include <limits.h> unconditionally.
26731         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
26732         (__P): Remove; all uses removed.
26733         * lib/md5.c: Include "md5.h" first.
26734         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
26735         md5_buffer, md5_process_bytes, md5_process_block):
26736         Define with prototypes.
26737         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
26738         * lib/sha.c: Include "sha.h" first.
26739         Include <stdlib.h>, <string.h> unconditionally.
26740
26741         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
26742         * lib/memcmp.c (__ptr_t): Likewise.
26743         * lib/memrchr.c (__ptr_t): Likewise.
26744         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
26745         Include <string.h> unconditionally.
26746         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
26747         * lib/memchr.c: Include <stdlib.h> unconditionally.
26748         * lib/memchr.c (LONG_MAX): Remove.
26749         * lib/memrchr.c (LONG_MAX): Likewise.
26750         * lib/memchr.c (__memchr): Define via a prototype.
26751         * lib/memrchr.c (__memrchr): Likewise.
26752         * lib/memcmp.c (__P): Remove, and remove all uses.
26753         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
26754         Remove forward decls; no longer needed.
26755         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
26756         Use types required by C89 in prototype.
26757
26758         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
26759         * lib/savedir.c: Likewise.
26760         * lib/mkdir.c (free): Remove decl.
26761         * lib/rmdir.c (rmdir): Define with a prototype.
26762         * lib/savedir.c: Include savedir.h first, to test interface.
26763
26764         * lib/mktime.c (STDC_HEADERS): Remove.
26765         Include <stdlib.h>, <string.h> unconditionally.
26766
26767         * lib/modechange.c: Include <stdlib.h> unconditionally.
26768         (malloc): Remove decl.
26769
26770         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
26771         (free): Remove decl.
26772
26773         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
26774         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
26775         (This type really should be intptr_t, but that's a C99ism.)
26776         (_obstack_memcpy): Remove: all uses changed to memcpy.
26777         Include <string.h> unconditionally.
26778         (struct obstack): Assume __STDC__ for types of members
26779         chunkfun, freefun, extra_arg.
26780         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
26781         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
26782         obstack_begin, obstack_specify_allocation,
26783         obstack_specify_allocation_with_arg, obstack_chunkfun,
26784         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
26785         Remove unprototyped decls and the macros that use them.
26786         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
26787         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
26788         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
26789         (defined __STDC__ && __STDC__)]:
26790         Remove nonprototyped code.
26791         Include <stdlib.h> unconditionally.
26792         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
26793         _obstack_allocated_p, _obstack_free, obstack_free,
26794         _obstack_memory_used, print_and_abort):
26795         Define using prototypes.
26796         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
26797         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
26798         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
26799         obstack_next_free, obstack_object_size, obstack_room) [0]:
26800         Remove unused, unprototyped code.
26801
26802         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
26803
26804         * lib/physmem.c (physmem_total, physmem_available, main): Define
26805         with prototypes.
26806
26807         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
26808         (main): Define with a prototype.
26809
26810         * lib/posixver.c (getenv): Remove decl.
26811
26812         * lib/putenv.c (malloc): Returns void *, not char *.
26813         Include <string.h> unconditionally.
26814         (strchr, memcpy, NULL): Do not define.
26815
26816         * lib/readtokens.c: Include readtokens.h first, to test interface.
26817         Include <stdlib.h>, <string.h> unconditionally.
26818         (init_tokenbuffer): Define with a prototype.
26819
26820         * lib/regex.c (PARAMS): Remove.  All uses removed.
26821         All uses of _RE_ARGS removed, too.
26822         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
26823         unconditionally.
26824         (bzero): Assume memset exists.
26825         (memcmp, memcpy, NULL): Remove.
26826         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
26827         char, or assignments to local vars of type signed char.
26828         (init_syntax_once, PREFIX(extract_number_and_incr),
26829         PREFIX(print_partial_compiled_pattern),
26830         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
26831         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
26832         PREFIX(regex_grow_registers), PREFIX(regex_compile),
26833         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
26834         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
26835         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
26836         wcs_compile_range, byte_compile_range, truncate_wchar,
26837         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
26838         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
26839         count_mbs_length, wcs_re_match_2_internal,
26840         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
26841         PREFIX(alt_match_null_string_p),
26842         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
26843         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
26844         regfree, PREFIX(extract_number)): Define with prototype.  Remove
26845         now-unnecessary declaration, if any.
26846         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
26847         regcomp, regexec):
26848         Remove now-unnecessary casts among pointer types.
26849         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
26850
26851         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
26852         (free): Remove decl.
26853
26854         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
26855
26856         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
26857         (free): Remove decl.
26858
26859         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
26860         * lib/xgetcwd.c: Likewise.
26861
26862         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
26863         (free): Remove decl.
26864
26865         * lib/strchrnul.c (strchrnul): Define with a prototype.
26866         Fix bug: c_in was not converted to char before searching.
26867
26868         The following changes are not K&R related:
26869
26870         * lib/group-member.h: Include <sys/types.h>, so that this file is
26871         self-contained.
26872         * lib/makepath.h: Likewise.
26873
26874         * lib/getusershell.c (readname, default_index, line_size, readname):
26875         Use size_t, not int, for sizes.
26876         (readname): If the size overflows, report an error instead of
26877         looping forever.
26878
26879 2003-09-09  Paul Eggert  <eggert@twinsun.com>
26880
26881         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
26882         libc.
26883
26884 2003-09-09  Paul Eggert  <eggert@twinsun.com>
26885
26886         * README: New section: portability guidelines.
26887
26888 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
26889
26890         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
26891         C89 spec.
26892
26893 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
26894
26895         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
26896
26897 2003-09-08  Paul Eggert  <eggert@twinsun.com>
26898
26899         Assume C89 or better; remove K&R cruft.
26900         A few of these changes were first proposed by Derek Robert Price
26901         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
26902
26903         * lib/addext.c: Include <string.h> unconditionally.
26904         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
26905         Don't declare getenv or malloc.
26906
26907         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
26908         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
26909         (NULL): Remove.
26910         (find_stack_direction, alloca): Use prototypes.
26911
26912         * lib/atexit.c (atexit): Define using a prototype.
26913
26914         * lib/basename.c, dirname.c, stripslash.c:
26915         Include <string.h> unconditionally.
26916
26917         * lib/bcopy.c: Include <stddef.h>.
26918         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
26919
26920         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
26921
26922         * lib/error.h (error, error_at_line, error_print_progname)
26923         [! (defined (__STDC__) && __STDC__)]: Remove decls.
26924         * lib/error.c: Include error.h first, to check interface.
26925         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
26926         (VA_START): Remove; all uses changeed to va_start.
26927         (exit, strerror): Remove decls.
26928         (error_print_progname): Prototype uncondionally.
26929         Don't include <errno.h>; no longer needed.
26930         (private_strerror): Remove.
26931         (error_tail): Always define.
26932         (error, error_at_line): Assume C89 or better; always use prototypes.
26933         * lib/fatal.c: Include "fatal.h" first, to test interface.
26934         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
26935         (VA_START): Remove; all uses changed to va_start.
26936         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
26937         this case.
26938         (exit): Remove decl.
26939         (fatal): Prototype unconditionally.  Assume va_start works.
26940         Abort at end, to pacify gcc.
26941
26942         * lib/euidaccess.c (main): Define with a prototype.
26943
26944         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
26945
26946         * lib/exitfail.c: Include <stdlib.h> unconditionally.
26947
26948         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
26949         prototypes.
26950         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
26951         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
26952         (getenv): Remove decl.
26953         (fnmatch): Define using a prototype.
26954         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
26955         (FCT): Define using a prototype.
26956
26957         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
26958
26959         * lib/gethostname.c: Include <stddef.h>.
26960         (gethostname): Define with prototype.  Length is size_t, not int.
26961
26962 2003-09-08  Paul Eggert  <eggert@twinsun.com>
26963
26964         Assume C89 or better; remove K&R cruft.
26965         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
26966         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
26967         string.h, getenv, malloc.
26968         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
26969         headers.
26970         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
26971         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
26972         do not check for strerror.
26973         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
26974         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
26975         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
26976         do not check for doprnt or vprintf.
26977         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
26978         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
26979
26980 2003-09-08  Paul Eggert  <eggert@twinsun.com>
26981
26982         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
26983         getversion.c should have been removed then, but was accidentally
26984         preserved.
26985
26986         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
26987         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
26988
26989 2003-09-08  Karl Berry  <karl@gnu.org>
26990
26991         * config/config.sub, config.guess, srclistvars.sh: update from savannah
26992                 config, forget about prep.
26993
26994         * config/depcomp, missing: update from automake.
26995
26996 2003-09-07  Paul Eggert  <eggert@twinsun.com>
26997
26998         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
26999         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
27000
27001 2003-09-07  Paul Eggert  <eggert@twinsun.com>
27002
27003         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
27004         copy_tm_result.  Bug reported by Simon Josefsson in
27005         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
27006
27007 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27008
27009         * m4/time_r.m4: New file.
27010         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
27011         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
27012         is. Check for timegm declaration.
27013         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
27014         Do not check for gmtime_r.
27015         Replace mktime if __mktime_internal does not exist and if mktime
27016         hasn't been replaced already.
27017
27018 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27019
27020         * lib/time_r.c, lib/time_r.h: New files.
27021
27022         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
27023         __localtime_r.
27024         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
27025         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
27026
27027         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
27028         __gmtime_r.
27029         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
27030         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
27031         Include <time_r.h>.
27032
27033         * lib/timegm.c: Switch to glibc implementation, with the following
27034         changes:
27035         [defined HAVE_CONFIG_H]: Include <config.h>.
27036         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
27037         (__mktime_internal) [!defined _LIBC]: New decl.
27038         (__gmtime_r) [!defined _LIBC]: New macro and function.
27039         (timegm): Use a prototype, since gnulib assumes C89.
27040         Do not bother declaring tmp to be const, as it's not really usefu.
27041         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
27042         (timegm): Declare only if HAVE_DECL_TIMEGM.
27043
27044 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27045
27046         * MODULES.html.sh (func_all_modules): Add time_r.
27047         * modules/time_r: New file.
27048         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
27049         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
27050
27051 2003-09-03  Paul Eggert  <eggert@twinsun.com>
27052
27053         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
27054         Bug reported by Lute Kamstra in
27055         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
27056
27057         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
27058         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
27059         course with correspondingly smaller numbers for tomorrow and
27060         yesterday.  From Tadayoshi Funaba.  Originally installed into
27061         sh-utils on 1999-08-07, but the patch got lost (I guess during the
27062         coreutils merge?).
27063
27064 2003-08-31  Simon Josefsson  <jas@extundo.com>
27065
27066         * modules/timegm: New file.
27067         * MODULES.html.sh (func_all_modules): Add timegm.
27068
27069 2003-08-31  Simon Josefsson  <jas@extundo.com>
27070
27071         * m4/timegm.m4: New file.
27072
27073 2003-08-31  Simon Josefsson  <jas@extundo.com>
27074
27075         * lib/timegm.h: New file.
27076         * lib/timegm.c: New file.  Based on
27077         wget-1.8.2/src/http.c:mktime_from_utc.
27078
27079 2003-08-31  Karl Berry  <karl@gnu.org>
27080
27081         * lib/argp.h: update from libc.
27082
27083 2003-08-28  Bruno Haible  <bruno@clisp.org>
27084
27085         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
27086         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
27087         followed by '#define fnmatch fnmatch_posix' gives an error.
27088
27089 2003-08-28  Bruno Haible  <bruno@clisp.org>
27090
27091         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
27092         warning on QNX, which defines O_BINARY to 000000.
27093
27094 2003-08-27  Jim Meyering  <jim@meyering.net>
27095
27096         * m4/mkstemp.m4: Require that the system mkstemp be able to create
27097         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
27098         would fail after 32.  Reported by Danny Levinson.  Details here:
27099         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
27100
27101 2003-08-24  Bruno Haible  <bruno@clisp.org>
27102
27103         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
27104         MSVC7 <stdio.h> is included later.
27105
27106 2003-08-22  Simon Josefsson  <jas@extundo.com>
27107
27108         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
27109
27110 2003-08-20  Karl Berry  <karl@gnu.org>
27111
27112         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
27113
27114 2003-08-20  Bruno Haible  <bruno@clisp.org>
27115
27116         * modules/progname: New file.
27117         * MODULES.html.sh (func_all_modules): Add progname.
27118
27119 2003-08-20  Bruno Haible  <bruno@clisp.org>
27120
27121         * lib/progname.h: New file, from GNU gettext.
27122         * lib/progname.c: New file, from GNU gettext.
27123         * lib/progreloc.c: New file, from GNU gettext.
27124
27125 2003-08-19  Jim Meyering  <jim@meyering.net>
27126
27127         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
27128         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
27129
27130 2003-08-19  Bruno Haible  <bruno@clisp.org>
27131
27132         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
27133         more.
27134
27135 2003-08-19  Bruno Haible  <bruno@clisp.org>
27136
27137         * lib/xstrdup.c: Assume <string.h> exists.
27138
27139 2003-08-18  Paul Eggert  <eggert@twinsun.com>
27140
27141         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
27142         in makefile rules.
27143
27144 2003-08-18  Jim Meyering  <jim@meyering.net>
27145
27146         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
27147         * m4/lib-ld.m4: Likewise.
27148
27149 2003-08-18  Jim Meyering  <jim@meyering.net>
27150
27151         * lib/setenv.h: Indent nested cpp directive.
27152         * lib/vasnprintf.c: Remove trailing blanks.
27153
27154 2003-08-17  Simon Josefsson  <jas@extundo.com>
27155
27156         * modules/xstrndup: New file.
27157         * MODULES.html.sh (func_all_modules): Add xstrndup.
27158
27159 2003-08-17  Simon Josefsson  <jas@extundo.com>
27160
27161         * modules/argp: Fix autoconf macro name. Add more dependencies.
27162
27163 2003-08-17  Simon Josefsson  <jas@extundo.com>
27164
27165         * m4/xstrndup.m4: New file.
27166
27167 2003-08-17  Simon Josefsson  <jas@extundo.com>
27168
27169         * m4/argp.m4: New file.
27170
27171 2003-08-17  Simon Josefsson  <jas@extundo.com>
27172             Bruno Haible  <bruno@clisp.org>
27173
27174         * lib/xstrndup.h: New file.
27175         * lib/xstrndup.c: New file.
27176
27177 2003-08-17  Bruno Haible  <bruno@clisp.org>
27178
27179         * modules/strndup (Files, Include): Add lib/strndup.h.
27180
27181 2003-08-17  Bruno Haible  <bruno@clisp.org>
27182
27183         * modules/euidaccess (Files): Add lib/euidaccess.h.
27184
27185 2003-08-17  Bruno Haible  <bruno@clisp.org>
27186
27187         * lib/strndup.h: New file.
27188
27189 2003-08-17  Bruno Haible  <bruno@clisp.org>
27190
27191         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
27192         like AC_GNU_SOURCE.
27193         * modules/extensions (configure.ac): Comment out the invocation of
27194         gl_USE_SYSTEM_EXTENSIONS.
27195
27196 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27197
27198         Merges from coreutils, etc.
27199         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
27200         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
27201         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
27202         fixing a typo.
27203         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
27204         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
27205
27206 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27207
27208         Document merge from coreutils.
27209         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
27210         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
27211         * modules/utime: Add m4/utimes-null.m4.
27212
27213 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27214
27215         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
27216         space, undoing this 2003-08-12 change:
27217         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
27218
27219 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27220
27221         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
27222         strtoul.c from libc, undoing this 2003-08-12 change:
27223         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
27224
27225 2003-08-16  Jim Meyering  <jim@meyering.net>
27226
27227         Merges from coreutils.
27228         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
27229         prefix.  Adjust cache variables similarly.  Create 500 rather than
27230         just 300 files, to exercise bug on Darwin6.5, too.
27231         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
27232         $missing_dir.
27233         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
27234         AM_SYS_POSIX_TERMIOS.
27235         Reported by mkc@mathdogs.com.
27236         Also change use of $am_cv_sys_posix_termios
27237         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
27238         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
27239         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
27240         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
27241         in /proc/mounts until it finds one with matching device number.  This
27242         is unnecessary when the FILE argument *is* a mount point.  No stat call
27243         is necessary in that case.  So, disable the statvfs-testing code on
27244         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
27245         as RedHat bug# 84846.
27246         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
27247         to 1MB, so as not to render systems with no stack size limit (e.g.,
27248         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
27249         Include <unistd.h>.  On some systems,
27250         it is required for the definition of _SC_PAGESIZE.
27251
27252 2003-08-16  Jim Meyering  <jim@meyering.net>
27253
27254         Merge from coreutils.
27255         * lib/xstrtoimax.c: #else #if -> #elif.
27256         * lib/xstrtoumax.c: Likewise.
27257
27258 2003-08-16  Jim Meyering  <jim@meyering.net>
27259
27260         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
27261         * m4/utimes.m4: Removed.
27262         * m4/utimes-null.m4: Renamed from utimes.m4.
27263
27264         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
27265         to 1MB, so as not to render systems with no stack size limit (e.g.,
27266         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
27267         Include <unistd.h>.  On some systems,
27268         it is required for the definition of _SC_PAGESIZE.
27269
27270 2003-08-16  Jim Meyering  <jim@meyering.net>
27271         and Paul Eggert  <eggert@cs.ucla.edu>
27272
27273         Merges from coreutils, etc.
27274
27275         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
27276         using the latest version from cvs.  This avoids problems with #line
27277         directives using a vendor (Sun) compiler.
27278         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
27279         Don't set GETGROUPS_LIB here; now it's
27280         done via getgroups.m4's wrapper function.
27281         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
27282         rather than just in sh-util/configure.in, so that the
27283         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
27284         same.
27285         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
27286         AC_FUNC_GETLOADAVG where to find getloadavg.c.
27287         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
27288         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
27289         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
27290         Remove code that is now done by the newly-required macros.
27291         Append $(EXEEXT) to DF_PROG.
27292         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
27293         Do not invoke or require the following here,
27294         since prereq.m4 or some gnulib .m4 now does this for us:
27295         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
27296         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
27297         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
27298         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
27299         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
27300         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
27301         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
27302         AC_FUNC_OBSTACK.
27303         Do not replace the following functions, as this is now the job
27304         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
27305         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
27306         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
27307         atexit getpass, strdup, getpagesize.
27308         Replace 'raise'.
27309         Do not check for the following functions, as this is now the job
27310         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
27311         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
27312         setregid.
27313         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
27314         Check for sys/sysctl.h.
27315         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
27316         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
27317         of checking for ssize_t ourselves.
27318
27319         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
27320         Require every macro that gnulib/modules/* suggests for us.
27321         (jm_PREREQ_ADDEXT): New macro.
27322         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
27323         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
27324
27325         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
27326         (gl_PHYSMEM): Use it.
27327         Also check for `table' function.
27328         Check for new headers and functions.
27329         Add check for sys/sysmp.h.
27330         With suggestions from Kaveh Ghazi.
27331         Ignore headers that are present but cannot be compiled.  This
27332         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
27333         C 5.4.
27334
27335 2003-08-15  Paul Eggert  <eggert@twinsun.com>
27336
27337         Document merge from coreutils.
27338         * modules/userspec: Depend on posixver.
27339         * modules/strftime: Depend on tzset.
27340
27341 2003-08-15  Paul Eggert  <eggert@twinsun.com>
27342
27343         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
27344         rather than tab, after '#' in shell-script copyright notices.
27345         Suggested by Bruno Haible.
27346
27347 2003-08-15  Paul Eggert  <eggert@twinsun.com>
27348
27349         * config/srclist-update: Use three spaces, rather than tab, after '#'
27350         in shell-script copyright notices.  Suggested by Bruno Haible.
27351         Remove unnecessary parenthesization in regular expression.
27352
27353 2003-08-15  Jim Meyering  <jim@meyering.net>
27354
27355         Merge from coreutils.
27356         * lib/xgethostname.c: Include <stdlib.h>.
27357         (xghostname): Don't exit for anything other than memory-related
27358         failure; just return NULL.
27359         * lib/userspec.c: Include "posixver.h".
27360         (parse_user_spec): Accept `.' as a separator only
27361         in pre-POSIX-200112 mode.
27362         * lib/strtoimax.c: Use #elif rather than #else #if.
27363         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
27364         Remove function, now that we can rely on a working tzset function.
27365         [!_LIBC]: Ensure that the required autoconf test has been run.
27366         [!defined _NL_CURRENT && HAVE_STRFTIME]:
27367         Use underlying_strftime for %r.
27368         * lib/sha.c: Merge in some clean-up and optimization changes from
27369         glibc.
27370         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
27371         Ensure that it is a multiple of 64.
27372         Rearrange loop exit tests so as to avoid performing an
27373         additional fread after encountering an error or EOF.
27374         * lib/realloc.c: Update copyright date.
27375
27376 2003-08-15  Jim Meyering  <jim@meyering.net>
27377         and Paul Eggert  <eggert@twinsun.com>
27378
27379         Merge from coreutils.
27380         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
27381         member but strut utmpx does not.  Needed for AIX 4.3.3.
27382         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
27383
27384 2003-08-15  Jim Meyering  <jim@meyering.net>
27385         and Paul Eggert  <eggert@cs.ucla.edu>
27386
27387         Merges from coreutils, etc.
27388         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
27389         Require gl_FUNC_TZSET_CLOBBER.
27390         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
27391         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
27392         members.
27393
27394 2003-08-14  Paul Eggert  <eggert@twinsun.com>
27395
27396         Help the merge from coreutils.
27397         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
27398         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
27399         * m4/tzset.m4: Use it too.
27400
27401 2003-08-14  Paul Eggert  <eggert@twinsun.com>
27402
27403         * modules/tzset: New file.
27404
27405 2003-08-14  Jim Meyering  <jim@meyering.net>
27406
27407         Merges from coreutils.
27408         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
27409         variable names, rather than @FNMATCH_H@.
27410         * modules/alloca: Likewise for $(ALLOCA_H).
27411
27412         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
27413         the three copies of the literal target, `fnmatch.h'.
27414         * modules/alloca (alloca.h): Likewise.
27415
27416 2003-08-14  Jim Meyering  <jim@meyering.net>
27417
27418         Merge from coreutils.
27419         * m4/tzset.m4: New file.
27420         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
27421         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
27422         otherwise, AIX 5.1 systems would end up using the latter.
27423         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
27424         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
27425         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
27426         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
27427
27428 2003-08-14  Jim Meyering  <jim@meyering.net>
27429
27430         Merge from coreutils.
27431         * lib/obstack.h: Whitespace changes.
27432         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
27433         and xcalloc return values.
27434         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
27435         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
27436         hang on OSF/1 5.1 for DIR on both local and remote file systems.
27437         Reported by (and fix confirmed by) Nelson H. F. Beebe.
27438         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
27439         error from mntctl.
27440         Use mntctl's return value to drive the entry-processing loop, since
27441         we can't rely on the value of the vmt_length member in the last
27442         entry.  On some systems doing so could result in exhausting
27443         virtual memory.  Based in part on a patch from Mike Jetzer.
27444
27445 2003-08-14  Jim Meyering  <jim@meyering.net>
27446         and Paul Eggert  <eggert@twinsun.com>
27447
27448         Merges from coreutils, plus other fixes.
27449         * lib/physmem.c: Merge in portability changes from gcc/libiberty
27450         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
27451         for credits and details.  Thanks to Kaveh Ghazi for helping
27452         to keep these files in sync.
27453         (ARRAY_SIZE): Define it.
27454         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
27455         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
27456         (memcasecmp): Don't assume size_t fits in unsigned int.
27457         Remove casts and duplicate code.
27458         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
27459         (memcpy): Remove definition.
27460         Merge in some clean-up and optimization changes from glibc.
27461         [BLOCKSIZE]: Move definition to top of file.
27462         Ensure that it is a multiple of 64.
27463         Rearrange loop exit tests so as to avoid performing an
27464         additional fread after encountering an error or EOF.
27465         * lib/md5.h (md5_uintptr): Define.
27466         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
27467         return to the initial working directory.  Preserve errno
27468         for caller.
27469         * lib/idcache.c: Include "xalloc.h".
27470         (xmalloc, xrealloc): Remove decls.
27471         (getuser): Remove casts no longer required in C89.
27472         * lib/human.c: Include stdio.h, for sprintf.
27473         * lib/group-member.c: Include "xalloc.h".
27474         (xmalloc, xrealloc): Remove decls.
27475         (get_group_info): Remove casts no longer required in C89.
27476         * lib/getusershell.c (readname): Remove casts no longer required in
27477         C89.
27478         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
27479         * lib/getline.c: Whitespace fix, from coreutils.
27480
27481 2003-08-13  Paul Eggert  <eggert@twinsun.com>
27482
27483         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
27484         Check for isascii.
27485
27486         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
27487         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
27488         Undo previous (whitespace-only) change.
27489
27490 2003-08-13  Paul Eggert  <eggert@twinsun.com>
27491
27492         * lib/exclude.c: Include <ctype.h>
27493         (IN_CTYPE_DOMAIN): New macro.
27494         (is_space): New fn.
27495         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
27496         and empty lines.
27497
27498         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
27499         Undo previous (whitespace-only) change.
27500
27501 2003-08-13  Paul Eggert  <eggert@twinsun.com>
27502
27503         * config/srclist-update: Change update back to the old behavior,
27504         leaving whitespace alone.  Use one 'sed' command rather than a
27505         pipeline.
27506         (fixlicense): Now a variable, not a function.
27507         (remove_trailing_blanks): Remove.
27508         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
27509         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
27510         Undo previous (whitespace-only) change.
27511
27512 2003-08-12  Paul Eggert  <eggert@twinsun.com>
27513
27514         Merge from coreutils.
27515         * modules/euidaccess: Add lib_SOURCES, include for new
27516         file euidaccess.h
27517
27518 2003-08-12  Paul Eggert  <eggert@twinsun.com>
27519
27520         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
27521         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
27522         Normalize leading white space and remove trailing white space.
27523
27524         Merge from coreutils
27525         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
27526
27527         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
27528         0.12.1.  These files are now being upgraded automatically by
27529         ../config/srclist-update.
27530
27531 2003-08-12  Paul Eggert  <eggert@twinsun.com>
27532
27533         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
27534         Normalize leading white space and remove trailing white space.
27535         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
27536         notice, as per ../config/srclist-update.
27537
27538         Merge from coreutils.
27539         * lib/euidaccess.h: New file.
27540         * lib/euidaccess.c: Include it.
27541         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
27542         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
27543         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
27544
27545 2003-08-12  Paul Eggert  <eggert@twinsun.com>
27546
27547         * config/srclist-update: Add copyright notice.
27548         (remove_id_lines, remove_trailing_blanks): New constants.
27549         (fixfile): Use them to normalize spacing a bit in copied files.
27550         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
27551         Normalize leading white space and remove trailing white space.
27552
27553         * config/texinfo.tex: Sync with texinfo.
27554
27555         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
27556         strtoul.c from libc, to merge coreutils whitespace changes.
27557
27558         * config/srclist.txt: Get the following m4 files from gettext:
27559         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
27560         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
27561         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
27562         wint_t.m4.
27563
27564 2003-08-12  Karl Berry  <karl@gnu.org>
27565
27566         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
27567         been made.
27568
27569 2003-08-11  Paul Eggert  <eggert@twinsun.com>
27570
27571         * modules/gnu-source, m4/gnu-source.m4:
27572         Remove; we're assuming Autoconf 2.54 or later now.
27573         Suggested by Bruno Haible.
27574         * MODULES.html.sh (func_all_modules): Remove gnu-source.
27575
27576 2003-08-11  Bruno Haible  <bruno@clisp.org>
27577
27578         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
27579
27580 2003-08-11  Bruno Haible  <bruno@clisp.org>
27581
27582         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
27583         (vasnprintf): Use it instead of wcslen.
27584
27585 2003-08-11  Bruno Haible  <bruno@clisp.org>
27586
27587         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
27588         value to ensure that _Bool promotes to int. Use #define for _Bool when
27589         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
27590
27591 2003-08-10  Karl Berry  <karl@gnu.org>
27592
27593         * lib/regex.h: update from libc (whitespace fix).
27594
27595 2003-08-09  Paul Eggert  <eggert@twinsun.com>
27596
27597         Merge some files from coreutils.  These changes were
27598         originally made by Jim Meyering.
27599         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
27600         many older Unixes require this.
27601         * lib/alloca.c (alloca): Remove cast to argument of free;
27602         no longer needed in C89.
27603         * lib/alloca_.h, regex.h: Fix white space to match
27604         what GNU indent does.
27605
27606 2003-08-09  Paul Eggert  <eggert@twinsun.com>
27607
27608         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
27609         apparently Emacs's Unicode mode got confused before my 2003-08-05
27610         checkin.
27611
27612 2003-08-08  Paul Eggert  <eggert@twinsun.com>
27613
27614         * m4/extensions.m4: New file.
27615         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
27616         Require gl_USE_SYSTEM_EXTENSIONS.
27617         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
27618         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
27619
27620 2003-08-08  Paul Eggert  <eggert@twinsun.com>
27621
27622         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
27623         * modules/extensions, modules/gnu-source: New files.
27624         * modules/timespec, modules/unlocked-io: Depend on extensions.
27625
27626 2003-08-07  Paul Eggert  <eggert@twinsun.com>
27627
27628         * modules/restrict: New file.
27629         * MODULES.html.sh (func_all_modules): Add restrict.
27630         * modules/regex: Depend on restrict.
27631
27632 2003-08-07  Paul Eggert  <eggert@twinsun.com>
27633
27634         * m4/restrict.m4: New file.
27635         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
27636
27637 2003-08-07  Bruno Haible  <bruno@clisp.org>
27638
27639         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
27640         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
27641
27642 2003-08-07  Bruno Haible  <bruno@clisp.org>
27643
27644         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
27645         makes the module 'getndelim2' compatible with the module 'getline'.
27646
27647 2003-08-05  Paul Eggert  <eggert@twinsun.com>
27648
27649         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
27650         byte with "\201" to avoid glitches when editing that source file
27651         with multi-gnome-terminal.
27652
27653 2003-08-05  Paul Eggert  <eggert@twinsun.com>
27654
27655         * lib/bumpalloc.h: Remove.
27656
27657 2003-08-05  Paul Eggert  <eggert@twinsun.com>
27658
27659         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
27660         * modules/bumpalloc: Remove.
27661
27662 2003-08-04  Paul Eggert  <eggert@twinsun.com>
27663
27664         * lib/getloadavg.c: Change copyright notice and spacing to conform to
27665         GNU coding style.
27666
27667         Merge from coreutils.
27668         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
27669         1. From glibc.
27670         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
27671         from Karl Berry, implemented by Jim Meyering.
27672         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
27673         from Dmitry V. Levin.
27674         Remove anachronistic cast of xrealloc.
27675         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
27676         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
27677         type. Otherwise, it wouldn't compile with at least /bin/cc on
27678         ymp-cray-unicos9.0.2.X.
27679         Combine two mostly-identical uses of alloca into one.
27680         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
27681
27682 2003-08-04  Dave Love  <d.love@dl.ac.uk>
27683
27684         [From Emacs.]
27685
27686         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
27687         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
27688         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
27689         obsolete NLIST_NAME_UNION.
27690         [__GNU__]: Undef BSD and FSCALE.
27691         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
27692
27693 2003-08-03  Paul Eggert  <eggert@twinsun.com>
27694
27695         * lib/stdbool_.h (_Bool): Make it signed char, instead of
27696         an enum type, so that it's guaranteed to promote to int.  See:
27697         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
27698
27699 2003-08-03  Karl Berry  <karl@gnu.org>
27700
27701         * config/depcomp: update from automake.
27702
27703 2003-07-31  Paul Eggert  <eggert@twinsun.com>
27704
27705         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
27706         (strerror): Don't assume that a printable int fits in 14 bytes.
27707
27708 2003-07-31  Bruno Haible  <bruno@clisp.org>
27709
27710         * modules/getpass-gnu: New file.
27711         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
27712
27713 2003-07-31  Bruno Haible  <bruno@clisp.org>
27714
27715         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
27716
27717 2003-07-24  Karl Berry  <karl@gnu.org>
27718
27719         * config/missing: update from automake.
27720
27721 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
27722             Bruno Haible  <bruno@clisp.org>
27723
27724         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
27725         * lib/getline.c (getline, getdelim): Likewise.
27726         Remove _GNU_SOURCE define; now it's defined in config.h through
27727         m4/getline.m4.
27728
27729 2003-07-23  Karl Berry  <karl@gnu.org>
27730
27731         * config/config.sub: update from prep.
27732
27733 2003-07-22  Paul Eggert  <eggert@twinsun.com>
27734
27735         * modules/xalloc (Depends-on): Add exitfail.
27736         * modules/xmemcoll: Likewise.
27737
27738 2003-07-22  Paul Eggert  <eggert@twinsun.com>
27739
27740         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
27741         over-parenthesization in macros.
27742
27743         Sync with coreutils.
27744
27745         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
27746         required by C99.
27747
27748         Use `exit_failure' for xalloc and xmemcoll instead of their own
27749         private exit-failure variables.
27750         * lib/xalloc.h (xalloc_exit_failure): Remove.
27751         * lib/xmalloc.c: Likewise.  Include exitfail.h.
27752         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
27753         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
27754         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
27755         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
27756
27757 2003-07-20  Jim Meyering  <jim@meyering.net>
27758
27759         * modules/closeout (Depends-on): Add exitfail.
27760         Suggestion from Bruno Haible.
27761
27762 2003-07-19  Karl Berry  <karl@gnu.org>
27763
27764         * config/config.sub: update from prep.
27765
27766 2003-07-18  Paul Eggert  <eggert@twinsun.com>
27767
27768         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
27769         Remove.
27770         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
27771         to test that it can stand by itself.  Include "exitfail.h".
27772         Clients should set exit_failure instead.
27773         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
27774
27775 2003-07-18  Bruno Haible  <bruno@clisp.org>
27776
27777         * modules/getndelim2: New file.
27778         * modules/getline: Share files with module getndelim2.
27779         * modules/getnline: Depend on getndelim2 instead of sharing files with
27780         it. Add getnline.c to lib_SOURCES.
27781         * MODULES.html.sh (func_all_modules): Add getndelim2.
27782
27783 2003-07-18  Bruno Haible  <bruno@clisp.org>
27784
27785         * m4/getndelim2.m4: New file.
27786         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
27787         invoke gl_PREREQ_GETNDELIM2.
27788         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
27789         gl_PREREQ_GETNDELIM2.
27790         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
27791         gl_GETNDELIM2.
27792
27793 2003-07-18  Bruno Haible  <bruno@clisp.org>
27794
27795         * lib/getndelim2.h: New file.
27796         * lib/getndelim2.c: Make into a module of its own. Include config.h,
27797         getndelim2.h.
27798         (getndelim2): Make non-static. Change return type to ssize_t.
27799         * lib/getline.h: Change argument names.
27800         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
27801         * lib/getnline.c: Include getndelim2.h.
27802
27803 2003-07-18  Andreas Schwab  <schwab@suse.de>
27804
27805         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
27806
27807 2003-07-17  Karl Berry  <karl@gnu.org>
27808
27809         * config/config.sub: update from prep.
27810
27811 2003-07-17  Bruno Haible  <bruno@clisp.org>
27812
27813         * modules/getnline: New file.
27814         * modules/getline: Add lib/getndelim2.c to source file list.
27815         * MODULES.html.sh (func_all_modules): Add getnline.
27816
27817 2003-07-17  Bruno Haible  <bruno@clisp.org>
27818
27819         * m4/getnline.m4: New file.
27820
27821 2003-07-17  Bruno Haible  <bruno@clisp.org>
27822
27823         * m4/Makefile.am.in: Remove file.
27824         * m4/Makefile.am: Remove file.
27825         * m4/Makefile.in: Remove file.
27826
27827 2003-07-17  Bruno Haible  <bruno@clisp.org>
27828
27829         * lib/getnline.h: New file.
27830         * lib/getnline.c: New file.
27831         * lib/getndelim2.c: New file, extracted from getline.c.
27832         (getndelim2): Renamed from getdelim2, with added nmax argument.
27833         * lib/getline.c: Include getndelim2.c.
27834         (getdelim2): Moved out to getndelim2.c.
27835         (getline, getdelim): Update.
27836
27837 2003-07-17  Bruno Haible  <bruno@clisp.org>
27838
27839         * lib/Makefile.am: Remove file.
27840         * lib/Makefile.in: Remove file.
27841
27842 2003-07-17  Bruno Haible  <bruno@clisp.org>
27843
27844         * configure.in: Remove file.
27845         * Makefile.in: Remove file.
27846
27847 2003-07-17  Bruno Haible  <bruno@clisp.org>
27848
27849         * MODULES.html.sh: Put the </BODY> right before </HTML>.
27850
27851 2003-07-16  Karl Berry  <karl@gnu.org>
27852
27853         * config/srclist-update: was running fixlicense twice, which caused
27854                 texinfo.tex to be nullified for some reason.  Simplify,
27855                 $gplsrc is no longer needed as far as I can see?
27856
27857 2003-07-16  Jim Meyering  <jim@meyering.net>
27858
27859         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
27860
27861 2003-07-15  Paul Eggert  <eggert@twinsun.com>
27862
27863         * config/srclist.txt: Get the following files from gettext-runtime/intl
27864         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
27865         ref-del.sin.  From Bruno Haible.
27866         * config/srclist-update (fixfile): Change grep pattern again, since the
27867         previous fix didn't work (there was another trailing $).  Use
27868         '[$]' to escape the $s.
27869
27870 2003-07-15  Karl Berry  <karl@gnu.org>
27871
27872         * lib/vasnprintf.c: update from gettext.
27873
27874 2003-07-15  Karl Berry  <karl@gnu.org>
27875
27876         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
27877         gets expanded when surrounded by '$'.
27878
27879 2003-07-15  Jim Meyering  <jim@meyering.net>
27880
27881         * modules/save-cwd: Don't depend on error.  From Derek Price.
27882
27883 2003-07-15  Jim Meyering  <jim@meyering.net>
27884
27885         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
27886
27887 2003-07-14  Simon Josefsson  <jas@extundo.com>
27888
27889         * modules/mempcpy: New file.
27890         * MODULES.html.sh (func_all_modules): Add mempcpy.
27891
27892 2003-07-14  Simon Josefsson  <jas@extundo.com>
27893
27894         * m4/mempcpy.m4: New file.
27895
27896 2003-07-14  Simon Josefsson  <jas@extundo.com>
27897
27898         * lib/mempcpy.h: New file.
27899         * lib/mempcpy.c: New file.
27900
27901 2003-07-14  Paul Eggert  <eggert@twinsun.com>
27902
27903         * modules/getdate, modules/posixtm: Depend on mktime.
27904
27905 2003-07-14  Paul Eggert  <eggert@twinsun.com>
27906
27907         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
27908         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
27909         unicodeio.c, unicodeio.h, unlocked-io.h:
27910         Switch from LGPL to GPL.
27911
27912 2003-07-14  Paul Eggert  <eggert@twinsun.com>
27913
27914         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
27915         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
27916         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
27917         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
27918         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
27919         updated automatically by ../config/srclist-update.  This changes
27920         their license from LPGL to GPL.
27921
27922 2003-07-14  Paul Eggert  <eggert@twinsun.com>
27923
27924         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
27925         assumed to refer to the root of the most recent stable gettext version.
27926         * config/srclistvars.sh: Add defaults for eggert.
27927         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
27928         Match "This program" as well as "The program".  This is needed
27929         for gettext.
27930
27931 2003-07-14  Jim Meyering  <jim@meyering.net>
27932
27933         Don't emit diagnostics.  Let callers do that.
27934         * lib/save-cwd.c: Don't include "error.h".
27935         (save_cwd): Don't call error.  Ensure that errno is valid
27936         when returning nonzero.
27937
27938         * lib/save-cwd.h (restore_cwd): Update prototype.
27939         * lib/save-cwd.c (restore_cwd): Remove two parameters.
27940         Simplify.  Don't call error upon failure.  Let callers do that.
27941         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
27942         when auditing is enabled.  But don't bother updating the #if.
27943
27944 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
27945
27946         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
27947         it breaks C++ compilation.
27948         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
27949
27950 2003-07-10  Simon Josefsson  <jas@extundo.com>
27951
27952         * modules/strchrnul (Makefile.am): Add strchrnul.h.
27953
27954 2003-07-10  Jim Meyering  <jim@meyering.net>
27955
27956         * m4/clock_time.m4: Remove trailing blank.
27957         * m4/intmax_t.m4: Likewise.
27958
27959 2003-07-10  Jim Meyering  <jim@meyering.net>
27960
27961         * lib/vasnprintf.c: Remove trailing blanks.
27962         Make cpp indentation consistent.
27963
27964 2003-07-09  Paul Eggert  <eggert@twinsun.com>
27965
27966         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
27967         posixver.c, strftime.c, strnlen.c, strverscmp.c:
27968         Switch from LGPL to GPL.
27969
27970 2003-07-09  Paul Eggert  <eggert@twinsun.com>
27971
27972         * config/srclist.txt: Sort sublists.  Add
27973         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
27974         that differ from gnulib for one reason or another; we'd like this list
27975         to be smaller but for now let's document what we have.
27976
27977 2003-07-08  Paul Eggert  <eggert@twinsun.com>
27978
27979         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
27980         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
27981         and sweeter "eval x=$x".
27982         * config/srclist.txt: Get lib/argp* from glibc.
27983
27984 2003-07-07  Paul Eggert  <eggert@twinsun.com>
27985
27986         * lib/mktime.c: Fix some boundary cases and remove need for floating
27987         point.
27988
27989         Issue a compile-time diagnostic if time_t is floating point, or if
27990         two's complement arithmetic is not in effect, or if arithmetic
27991         right shift does not propagate the sign.  These assumptions were
27992         all in the original code but they weren't checked.
27993
27994         (TIME_T_MIDPOINT, verify): New macros.
27995         (__isleap): Remove; it has integer overflow problems.
27996         (leapyear): New function, without those problems.
27997         (ydhms_tm_diff): Remove; splitting into two parts.
27998         (ydhms_diff): New function, containing the arithmetic part of
27999         the old ydhms_tm_diff function.  Issue a compile-time
28000         diagnostic if we are not using C99 integer division.
28001         Avoid casts when possible.
28002         (guess_time_tm): New function, containing the checking part of
28003         the old ydhms_tm_diff function.  Return the new value, rather than
28004         the difference between it and the old.  Accept a new argument T
28005         so that *T specifies the old value.  Check for overflow in the result.
28006
28007         (__mktime_internal): Use a time_t offset, not a long int offset.
28008         This undoes the 2003-06-04 change, which is no longer needed now
28009         that we have better overflow checking.
28010         (localtime_offset): Likewise.
28011
28012         (__mktime_internal): Avoid harmful overflow on hosts where time_t
28013         and long are 64-bit but int is only 32-bit.
28014         (ydhms_diff): Use long int to store year1 and yday1.
28015         Issue a compile-time diagnostic if long int is not wide enough.
28016
28017         (__mktime_internal): Use long int to store adjusted year and yday.
28018         Use plain C rather than preprocessor commands, if that doesn't
28019         affect efficiency.
28020         Check for overflow (and try to repair) after each probe
28021         rather than checking only at the very end.  This avoids some bugs
28022         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
28023         does not equal GMT offset at maximum time).
28024         Use integer to check for overflow rather than floating point; this
28025         is more portable to non-IEEE hosts, and is a tad faster.
28026         When we detect that we are oscillating between two values,
28027         don't check whether tm_isdst has the requested value, since
28028         we already know the answer.  When tm_isdst has the wrong value,
28029         use a different heuristic to find the right one, based on the
28030         extreme values actually observed in practice in tz2003a,
28031         rather than the (overly optimistic) "previous 3 calendar quarters".
28032
28033         (not_equal_tm, print_tm, check_result): Use "const T" rather than
28034         "T const" to accommodate glibc style.
28035         (check_result): Use less-confusing report format.  "long" -> "long int.
28036         (main): Likewise.
28037         Don't loop if the iteration overflows time_t.
28038         Allow a negative step in the iteration.
28039
28040 2003-07-06  Karl Berry  <karl@gnu.org>
28041
28042         * config/depcomp: update from automake.
28043         * config/config.sub: update from prep.
28044
28045 2003-07-03  Karl Berry  <karl@gnu.org>
28046
28047         * config/config.guess: update from prep.
28048
28049 2003-07-01  Paul Eggert  <eggert@twinsun.com>
28050
28051         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
28052         xreadlink.c now includes it unconditionally.
28053
28054 2003-07-01  Paul Eggert  <eggert@twinsun.com>
28055
28056         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
28057         having it depend on HAVE_SYS_TYPES_H.
28058
28059 2003-07-01  Bruno Haible  <bruno@clisp.org>
28060
28061         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
28062         <sys/types.h> should be sufficient.
28063         Reported by Paul Eggert.
28064
28065 2003-06-26  Karl Berry  <karl@gnu.org>
28066
28067         * config/depcomp: update from automake.
28068
28069 2003-06-26  Bruno Haible  <bruno@clisp.org>
28070
28071         * modules/human: Depend on module stdbool.
28072
28073 2003-06-25  Bruno Haible  <bruno@clisp.org>
28074
28075         * modules/readlink: New file.
28076         * modules/xreadlink: Depend on it.
28077         * MODULES.html.sh (func_all_modules): Add readlink.
28078
28079 2003-06-25  Bruno Haible  <bruno@clisp.org>
28080
28081         * m4/readlink.m4: New file.
28082
28083 2003-06-25  Bruno Haible  <bruno@clisp.org>
28084
28085         * lib/readlink.c: New file.
28086
28087 2003-06-22  Karl Berry  <karl@gnu.org>
28088
28089         * config/srclist.txt: update mkinstalldirs from automake.
28090         * config/mkinstalldirs: update.
28091
28092 2003-06-22  Bruno Haible  <bruno@clisp.org>
28093
28094         Portability to mingw32.
28095         * m4/ssize_t.m4: New file, from GNU gettext.
28096         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
28097         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
28098
28099 2003-06-22  Bruno Haible  <bruno@clisp.org>
28100
28101         * modules/safe-read: Add m4/ssize_t.m4.
28102         * modules/xreadlink: Add m4/ssize_t.m4.
28103
28104 2003-06-20  Bruno Haible  <bruno@clisp.org>
28105
28106         Assume C89, so PARAMS isn't needed.
28107         * lib/unicodeio.h (PARAMS): Remove.
28108         * lib/unicodeio.c: Don't use PARAMS.
28109
28110 2003-06-18  Karl Berry  <karl@gnu.org>
28111
28112         * config/config.{guess,sub}: update from prep.
28113
28114 2003-06-18  Jim Meyering  <jim@meyering.net>
28115
28116         Merge changes from coreutils.
28117         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
28118         Remove explicit declarations of xmalloc and realloc.
28119         Include xalloc.h.
28120         (read_utmp): Remove anachronistic cast of xmalloc.
28121
28122 2003-06-17  Paul Eggert  <eggert@twinsun.com>
28123
28124         Assume C89, so PARAMS isn't needed.
28125         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
28126         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
28127         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
28128         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
28129         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
28130         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
28131         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
28132         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
28133         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
28134         lib/xstrtod.h, lib/xstrtol.h: Likewise.
28135         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
28136         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
28137         no longer needed. Anyway, config.h should always be included before any
28138         other file.
28139
28140 2003-06-11  Simon Josefsson  <jas@extundo.com>
28141
28142         * modules/sysexits: New file.
28143         * MODULES.html.sh (func_all_modules): Add sysexits.
28144
28145 2003-06-11  Simon Josefsson  <jas@extundo.com>
28146
28147         * lib/sysexit_.h: New file.
28148
28149 2003-06-11  Derek Price  <derek@ximbiot.com>
28150
28151         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
28152         necessary.
28153
28154 2003-06-11  Bruno Haible  <bruno@clisp.org>
28155
28156         * m4/sysexits.m4: New file.
28157
28158 2003-06-10  Simon Josefsson  <jas@extundo.com>
28159
28160         * lib/argp.h: New file, from glibc.
28161         * lib/argp-ba.c: New file, from glibc.
28162         * lib/argp-eexst.c: New file, from glibc.
28163         * lib/argp-fmtstream.c: New file, from glibc.
28164         * lib/argp-fmtstream.h: New file, from glibc.
28165         * lib/argp-fs-xinl.c: New file, from glibc.
28166         * lib/argp-help.c: New file, from glibc.
28167         * lib/argp-namefrob.h: New file, from glibc.
28168         * lib/argp-parse.c: New file, from glibc.
28169         * lib/argp-pv.c: New file, from glibc.
28170         * lib/argp-pvh.c: New file, from glibc.
28171         * lib/argp-xinl.c: New file, from glibc.
28172
28173 2003-06-10  Simon Josefsson  <jas@extundo.com>
28174
28175         * modules/strchrnul: New file.
28176
28177 2003-06-10  Simon Josefsson  <jas@extundo.com>
28178
28179         * modules/argp: New file.
28180
28181 2003-06-10  Simon Josefsson  <jas@extundo.com>
28182
28183         * m4/strchrnul.m4: New file.
28184
28185 2003-06-10  Simon Josefsson  <jas@extundo.com>
28186
28187         * lib/strchrnul.h: New file.
28188         * lib/strchrnul.c: New file.
28189
28190 2003-06-10  Bruno Haible  <bruno@clisp.org>
28191
28192         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
28193
28194 2003-06-07  Karl Berry  <karl@gnu.org>
28195
28196         * config/config.{guess,sub}: update from prep.
28197
28198 2003-06-07  Jim Meyering  <jim@meyering.net>
28199
28200         * modules/strtod: Use $(...) notation, not @...@ for
28201         AC_REPLACE'd variables.
28202         * modules/localcharset: Likewise.
28203
28204 2003-06-07  Jim Meyering  <jim@meyering.net>
28205
28206         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
28207         in place of my name in the copyright comment.
28208         Remove definition and uses of __P.
28209
28210         From coreutils.
28211         * lib/stat.c: Don't declare xmalloc explicitly.
28212         Instead, include "xalloc.h".
28213         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
28214         xrealloc, and xcalloc return values.
28215         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
28216         Improve comment.
28217         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
28218
28219 2003-06-07  Bruno Haible  <bruno@clisp.org>
28220
28221         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
28222         avoid AC_CONFIG_LINKS.
28223         * modules/fnmatch (Makefile.am): Use explicit creation rule for
28224         fnmatch.h, to avoid AC_CONFIG_LINKS.
28225         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
28226
28227 2003-06-07  Bruno Haible  <bruno@clisp.org>
28228
28229         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
28230         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
28231         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
28232         directory.
28233         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
28234         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
28235         directory.
28236
28237 2003-06-06  Jim Meyering  <jim@meyering.net>
28238
28239         Merge from coreutils.
28240         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
28241         Consolidate declarations and initializations of *_base* locals.
28242
28243         Merge from coreutils.
28244         This avoids a core dump on systems without GNU putenv,
28245         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
28246         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
28247         (unsetenv): New static function, from GNU libc.
28248         (rpl_putenv): Use it.
28249
28250         * lib/modechange.c: Remove trailing blanks.
28251
28252         Merge from coreutils.
28253         * lib/fsusage.c: Remove declaration of statfs.
28254         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
28255
28256         * lib/posixtm.c: Include <stdbool.h> unconditionally.
28257
28258 2003-06-06  Jim Meyering  <jim@meyering.net>
28259
28260         * lib/stdbool_.h: Renamed from stdbool.h.in.
28261
28262 2003-06-06  Jim Meyering  <jim@meyering.net>
28263             Bruno Haible  <bruno@clisp.org>
28264
28265         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
28266         Adjust Makefile.am snippet not to redirect directly to target.
28267         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
28268
28269 2003-06-05  Paul Eggert  <eggert@twinsun.com>
28270
28271         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
28272         mismatch, look in future quarters as well as past.  This fixes a
28273         bug when processing fall-backwards gaps immediately after a long
28274         period of daylight-saving time.
28275
28276         * lib/mktime.c: Assume freestanding C89 or better.
28277         (HAVE_LIMITS_H): Remove.  Assume it's 1.
28278         (__P): Remove; not used.
28279         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
28280         (mktime, not_equal_tm, print_tm, check_result,
28281         main): Use prototypes.  Use const * where appropriate.
28282         (main): Fix typo in testing code that uncovered by above changes.
28283         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
28284
28285 2003-06-04  Paul Eggert  <eggert@twinsun.com>
28286
28287         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
28288         locale.h, localeconv.  This merges changes from coreutils.
28289
28290         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
28291         It can be removed after the next Autoconf is released.
28292         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
28293         needed.
28294
28295 2003-06-04  Paul Eggert  <eggert@twinsun.com>
28296
28297         * lib/mktime.c: Fix Debian bug 177940
28298         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
28299         (localtime_offset): Now long int, not time_t, because we want it
28300         to be guaranteed to be signed.  All uses changed.
28301         (__mktime_internal): If overflow would occur when adding offset,
28302         don't add it.
28303
28304         Merge 'human' changes from coreutils.  Rewrite to support
28305         locale-specific notations like thousands separators.
28306         * lib/human.c: Simplify authorship notice.
28307         Include human.h immediately after config.h.
28308         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
28309         <limits.h>: Do not include, since human.h does.
28310         (SIZE_MAX, UINTMAX_MAX): New macros.
28311         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
28312         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
28313         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
28314         (power_letter): Renamed from suffixes.
28315         (generate_suffix_backwards): Remove.
28316         (adjust_value): Now takes int style (because of human.h changes)
28317         and long double value (for greater precision on some platforms).
28318         (group_number): New function.
28319         (human_readable): Use it.  Use integer options, not enum.
28320         Put the options before the sizes in the arg list.
28321         Support all the new options.
28322         The old human_readable function has been removed;
28323         use inttostr.h instead.
28324         (human_readable, default_block_size, humblock):
28325         Use uintmax_t, not int, for block sizes.
28326         (human_readable_inexact, block_size_types): Remove.
28327         (block_size_opts): New constant.
28328         (human_options): Renamed from human_block_size, with new signature
28329         that allows block sizes up to UINTMAX_MAX.  All callers changed.
28330         * lib/human.h: Add copyright and authorship notice.
28331         Include <limits.h> and <stdbool.h> unconditionally.
28332         (PARAMS): Remove.  All uses removed.
28333         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
28334         (enum human_inexact_style): Remove tag; now a nameless enum.
28335         (human_floor, human_ceiling, human_round_to_even): Now have
28336         values 2, 0, 1 rather than -1, 1, 0.
28337         (human_group_digits, human_suppress_point_zero, human_autoscale,
28338         human_base_1024, human_SI, human_B): New constants.
28339         (human_readable_inexact, human_block_size): Remove.
28340         (human_readable): Size args are now uintmax_t, not int.
28341         (human_options): New decl.
28342
28343         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
28344         unnecessary now that we assume C89 or better.  This change
28345         imported from coreutils.
28346
28347         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
28348         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
28349         in the 2003-05-30 sync from glibc.
28350
28351         .h files should stand alone, but we shouldn't include <sys/types.h>
28352         if we can get away with just <stddef.h>.
28353
28354         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
28355         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
28356         rather than <sys/types.h>, as we merely need size_t.
28357         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
28358         to get size_t.
28359         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
28360         Include <stdio.h>, to get FILE.
28361         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
28362         memcasecmp.h has included <stddef.h> and all we need is size_t.
28363         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
28364         our interface, instead of including <sys/types.h>
28365
28366 2003-06-04  Paul Eggert  <eggert@twinsun.com>
28367
28368         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
28369         now, as glibc mktime is buggy on non-glibc systems.
28370
28371 2003-06-03  Karl Berry  <karl@gnu.org>
28372
28373         * config/config.sub: update from prep.
28374
28375 2003-06-02  Paul Eggert  <eggert@twinsun.com>
28376
28377         [from coreutils]
28378         Fix some minor time-related bugs with POSIX time arguments.
28379         Some valid time stamps were being rejected (notably -1, and
28380         time stamps before 1900 on 64-bit hosts).  And some invalid
28381         time stamps were being accepted, e.g. September 31.
28382
28383         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
28384         that we can return (time_t) -1 successfully.
28385         * lib/posixtm.c: Likewise.
28386         [HAVE_STDBOOL_H]: Include <stdbool.h>.
28387         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
28388         (t): Remove static var.
28389         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
28390         of static var.  All uses changed.
28391         (year): Do not reject years before 1900; they can occur with
28392         64-bit time_t.
28393         (posix_time_parse): Do not check for out-of-range components;
28394         that is now the caller's responsibility, since our checks were
28395         only approximations.
28396         (posixtime): Use mktime to check for out-of-range components,
28397         since it knows them exactly.
28398         If mktime returns (time_t) -1, check whether an error actually occurred
28399         by invoking localtime on -1.
28400         (main) [TEST_POSIXTIME]: Check for input data errors, and report
28401         posixtime failures better.
28402         Improve the test data (in comments only).
28403
28404 2003-06-02  Karl Berry  <karl@gnu.org>
28405
28406         * config/mkinstalldirs (version): new variable.
28407         (--version): new option.
28408         (usage): improve message.
28409
28410 2003-05-30  Karl Berry  <karl@gnu.org>
28411
28412         * lib/mktime.c: update from libc.
28413
28414 2003-05-30  Bruno Haible  <bruno@clisp.org>
28415
28416         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
28417         * config/config.rpath: Upgrade to gettext-0.12.1.
28418
28419 2003-05-30  Bruno Haible  <bruno@clisp.org>
28420
28421         * m4/gettext.m4: Upgrade to gettext-0.12.1.
28422         * m4/nls.m4: New file, from gettext-0.12.1.
28423         * m4/po.m4: New file, from gettext-0.12.1.
28424         * m4/progtest.m4: Upgrade to gettext-0.12.1.
28425
28426 2003-05-30  Bruno Haible  <bruno@clisp.org>
28427
28428         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
28429         * lib/localcharset.h: Likewise.
28430         * lib/localcharset.c: Likewise.
28431
28432 2003-05-29  Karl Berry  <karl@gnu.org>
28433
28434         * config/config.rpath: update from gettext.
28435
28436 2003-05-28  Paul Eggert  <eggert@twinsun.com>
28437
28438         Assume the headers required for C89 freestanding compilers.
28439         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
28440         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
28441         * m4/human.m4 (gl_HUMAN): Likewise.
28442         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
28443         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
28444         * m4/userspec.m4 (gl_USERSPEC): Likewise.
28445         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
28446         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
28447         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
28448
28449 2003-05-28  Paul Eggert  <eggert@twinsun.com>
28450
28451         Assume the headers required for C89 freestanding compilers.
28452         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
28453         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
28454         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
28455         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
28456         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
28457         define, since <limits.h> is guaranteed to do that.
28458         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
28459         * lib/exclude.c: Include <stdbool.h> unconditionally.
28460         * lib/tempname.c: Include <stddef.h> unconditionally.
28461         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
28462         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
28463         <stddef.h> does that.
28464         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
28465         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
28466         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
28467         needed.
28468         * lib/xstrtol.c: Likewise.
28469         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
28470         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
28471
28472         * lib/addext.c (addext): Use assignment rather than cast, to avoid
28473         warnings on some platforms.
28474
28475         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
28476         arbitrarily.
28477
28478 2003-05-26  Jim Meyering  <jim@meyering.net>
28479
28480         Merge in a change from coreutils:
28481         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
28482         that is guaranteed to be `no'.  Use `no_such_member' to indicate
28483         that condition, rather than `-1' which is slightly misleading.
28484         Change the name of the cache variable to have the gl_ prefix.
28485         Prompted by a patch from Richard Dawe for DJGPP.
28486
28487 2003-05-24  Karl Berry  <karl@gnu.org>
28488
28489         * config/config.guess: update from prep.
28490
28491 2003-05-22  Karl Berry  <karl@gnu.org>
28492
28493         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
28494
28495 2003-05-20  Karl Berry  <karl@gnu.org>
28496
28497         * config/config.guess: update from prep.
28498
28499 2003-05-18  Karl Berry  <karl@gnu.org>
28500
28501         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
28502         might actually be set by the user.
28503
28504         * config/depcomp, install-sh, mdate-sh: update from automake.
28505
28506 2003-05-17  Bruno Haible  <bruno@clisp.org>
28507
28508         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
28509         invalid expansion for AC_EGREP_CPP.
28510         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
28511         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
28512         Suggested by Akim Demaille <akim@epita.fr> in
28513         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
28514
28515 2003-05-12  Jim Meyering  <jim@meyering.net>
28516
28517         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
28518         the space-padded-by-default conversion specifiers, %e, %k, %l.
28519
28520 2003-05-12  Bruno Haible  <bruno@clisp.org>
28521
28522         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
28523         the string is longer than 4 KB.
28524
28525 2003-05-11  Karl Berry  <karl@gnu.org>
28526
28527         * config/config.{guess,sub}: update from prep.
28528
28529 2003-05-09  Bruno Haible  <bruno@clisp.org>
28530
28531         * modules/error: Add m4/strerror_r.m4 to file list.
28532
28533 2003-05-03  Bruno Haible  <bruno@clisp.org>
28534
28535         Upgrade to Unicode-4.0.
28536         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
28537         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
28538         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
28539         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
28540         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
28541         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
28542         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
28543         Change width of U+E0100..U+E01EF from 1 to 0.
28544
28545 2003-04-25  Jim Meyering  <jim@meyering.net>
28546
28547         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
28548         of type size_t, not int.
28549
28550 2003-04-25  Bruno Haible  <bruno@clisp.org>
28551
28552         * lib/copy-file.c: Include <stddef.h>, for size_t.
28553
28554 2003-04-21  Paul Eggert  <eggert@twinsun.com>
28555
28556         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
28557         code which expansion is under static control.  Patch imported from
28558         Akim Demaille's patch to Bison; see
28559         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
28560
28561 2003-04-14  Bruno Haible  <bruno@clisp.org>
28562
28563         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
28564
28565 2003-04-11  Jim Meyering  <jim@meyering.net>
28566
28567         Merge changes from Coreutils.
28568
28569         2003-03-22  Jim Meyering  <jim@meyering.net>
28570
28571         * lib/strftime.c (widen): Cast alloca return value to proper type.
28572
28573         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
28574
28575         From GNU libc.
28576         * lib/strftime.c (my_strftime): Handle very large width
28577         specifications for numeric values correctly.  Improve checks for
28578         overflow.
28579
28580         2003-01-19  Jim Meyering  <jim@meyering.net>
28581
28582         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
28583         definitions.
28584         (nl_get_alt_digit) [! defined my_strftime]: Define.
28585         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
28586         _nl_get_alt_digit and _nl_get_walt_digit.
28587
28588         * lib/strftime.c (my_strftime): Merge in locale-related changes from
28589         libc. These changes have no effect outside of _LIBC.
28590
28591 2003-04-10  Bruno Haible  <bruno@clisp.org>
28592
28593         * modules/findprog: New file.
28594         * MODULES.html.sh (func_all_modules): Add it.
28595
28596 2003-04-10  Bruno Haible  <bruno@clisp.org>
28597
28598         * m4/findprog.m4: New file.
28599         * m4/eaccess.m4: New file.
28600
28601 2003-04-10  Bruno Haible  <bruno@clisp.org>
28602
28603         * lib/findprog.h: New file, from GNU gettext.
28604         * lib/findprog.c: New file, from GNU gettext.
28605
28606 2003-04-05  Jim Meyering  <jim@meyering.net>
28607
28608         Merge changes from Coreutils.
28609
28610         * lib/exclude.h (PARAMS): Remove definition and uses.
28611         * lib/exclude.c: Remove uses of `PARAMS'.
28612
28613         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
28614         Add test-cases for DOS filenames. Declare program_name.
28615         (main): Set up program_name.  Patch by Rich Dawe.
28616
28617         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
28618         error from mntctl.
28619         Use mntctl's return value to drive the entry-processing loop, since
28620         we can't rely on the value of the vmt_length member in the last
28621         entry.  On some systems doing so could result in exhausting
28622         virtual memory.  Based in part on a patch from Mike Jetzer.
28623
28624 2003-04-04  Bruno Haible  <bruno@clisp.org>
28625
28626         * modules/linebreak: New file.
28627         * MODULES.html.sh (func_all_modules): Add it.
28628
28629 2003-04-04  Bruno Haible  <bruno@clisp.org>
28630
28631         * m4/linebreak.m4: New file.
28632
28633 2003-04-04  Bruno Haible  <bruno@clisp.org>
28634
28635         * lib/linebreak.h: New file, from GNU gettext.
28636         * lib/linebreak.c: New file, from GNU gettext with slight
28637         modifications.
28638         * lib/lbrkprop.h: New file, from GNU gettext.
28639
28640 2003-04-03  Bruno Haible  <bruno@clisp.org>
28641
28642         * modules/utf8-ucs4: New file.
28643         * modules/utf16-ucs4: New file.
28644         * modules/ucs4-utf8: New file.
28645         * modules/ucs4-utf16: New file.
28646         * MODULES.html.sh (func_all_modules): Add them.
28647
28648 2003-04-03  Bruno Haible  <bruno@clisp.org>
28649
28650         * m4/utf-ucs4.m4: New file.
28651         * m4/ucs4-utf.m4: New file.
28652
28653 2003-04-03  Bruno Haible  <bruno@clisp.org>
28654
28655         * lib/utf8-ucs4.h: New file, from GNU gettext.
28656         * lib/utf16-ucs4.h: New file, from GNU gettext.
28657         * lib/ucs4-utf8.h: New file, from GNU gettext.
28658         * lib/ucs4-utf16.h: New file, from GNU gettext.
28659
28660 2003-04-02  Bruno Haible  <bruno@clisp.org>
28661
28662         * modules/binary-io: New file.
28663         * MODULES.html.sh (func_all_modules): Add it.
28664
28665 2003-04-02  Bruno Haible  <bruno@clisp.org>
28666
28667         * lib/binary-io.h: New file, from GNU gettext.
28668
28669 2003-04-01  Bruno Haible  <bruno@clisp.org>
28670
28671         * modules/pathname: New file.
28672         * MODULES.html.sh (func_all_modules): Add it.
28673
28674 2003-04-01  Bruno Haible  <bruno@clisp.org>
28675
28676         * lib/pathname.h: New file, from GNU gettext.
28677         * lib/concatpath.c: New file, from GNU gettext.
28678
28679 2003-03-30  Bruno Haible  <bruno@clisp.org>
28680
28681         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
28682
28683 2003-03-30  Bruno Haible  <bruno@clisp.org>
28684
28685         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
28686         function chown() doesn't exist.
28687
28688 2003-03-28  Bruno Haible  <bruno@clisp.org>
28689
28690         * modules/copy-file: New file.
28691         * MODULES.html.sh (func_all_modules): Add it.
28692
28693 2003-03-28  Bruno Haible  <bruno@clisp.org>
28694
28695         * m4/copy-file.m4: New file.
28696
28697 2003-03-28  Bruno Haible  <bruno@clisp.org>
28698
28699         * lib/copy-file.h: New file, from GNU gettext.
28700         * lib/copy-file.c: New file, from GNU gettext.
28701
28702 2003-03-18  Jim Meyering  <jim@meyering.net>
28703
28704         * lib/quote.c (quote_n): Fix typo in comment.
28705
28706 2003-03-18  Bruno Haible  <bruno@clisp.org>
28707
28708         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
28709         checking.
28710         * m4/onceonly_2_57.m4: Likewise.
28711
28712 2003-03-17  Bruno Haible  <bruno@clisp.org>
28713
28714         * m4/onceonly.m4: Require autoconf 2.54 or newer.
28715         (m4_quote): Remove macro.
28716         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
28717
28718 2003-03-14  Jim Meyering  <jim@meyering.net>
28719
28720         Merge changes from Coreutils.
28721         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
28722         to be const, in order to avoid warnings.
28723         (obstack_room): Likewise.
28724         (obstack_empty_p): Likewise.
28725
28726 2003-03-14  Bruno Haible  <bruno@clisp.org>
28727
28728         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
28729         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
28730
28731 2003-03-13  Paul Eggert  <eggert@twinsun.com>
28732
28733         Merge changes from Bison.
28734         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
28735         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
28736         when compiling Bison 1.875's `bitset bset = obstack_alloc
28737         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
28738         * lib/hash.c: Include <stdbool.h> unconditionally.
28739
28740 2003-03-13  Paul Eggert  <eggert@twinsun.com>
28741
28742         * m4/onceonly.m4 (m4_quote): New macro.
28743         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
28744         Quote AC_FOREACH variable-expansions properly.
28745
28746 2003-03-13  Paul Eggert  <eggert@twinsun.com>
28747
28748         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
28749
28750 2003-03-09  Paul Eggert  <eggert@twinsun.com>
28751
28752         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
28753         Reported by Bruce Becker; see:
28754         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
28755
28756 2003-03-03  Paul Eggert  <eggert@twinsun.com>
28757             Bruno Haible  <bruno@clisp.org>
28758
28759         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
28760         Reported by John Hughes, see
28761         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
28762
28763 2003-02-20  Bruno Haible  <bruno@clisp.org>
28764
28765         * MODULES.html.sh (func_all_modules): Add poll.
28766
28767 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
28768
28769         * modules/poll: New file.
28770
28771 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
28772
28773         * lib/poll_.h: New file.
28774         * lib/poll.c: New file.
28775
28776 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
28777
28778         * m4/poll.m4: New file.
28779
28780 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
28781
28782         * modules/mathl: New file.
28783
28784 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
28785
28786         * lib/mathl.h: New file.
28787         * lib/acosl.c: New file.
28788         * lib/asinl.c: New file.
28789         * lib/atanl.c: New file.
28790         * lib/ceill.c: New file.
28791         * lib/cosl.c: New file.
28792         * lib/expl.c: New file.
28793         * lib/floorl.c: New file.
28794         * lib/frexpl.c: New file.
28795         * lib/ldexpl.c: New file.
28796         * lib/logl.c: New file.
28797         * lib/sincosl.c: New file.
28798         * lib/sinl.c: New file.
28799         * lib/sqrtl.c: New file.
28800         * lib/tanl.c: New file.
28801         * lib/trigl.c: New file.
28802         * lib/trigl.h: New file.
28803
28804 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
28805
28806         * m4/mathl.m4: New file.
28807
28808 2003-02-18  Bruno Haible  <bruno@clisp.org>
28809
28810         * MODULES.html.sh (func_all_modules): Add mathl.
28811
28812 2003-02-17  Bruno Haible  <bruno@clisp.org>
28813
28814         * modules/mkdtemp: New module.
28815         * MODULES.html.sh (func_all_modules): Add it.
28816
28817 2003-02-17  Bruno Haible  <bruno@clisp.org>
28818
28819         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
28820
28821 2003-02-17  Bruno Haible  <bruno@clisp.org>
28822
28823         * lib/mkdtemp.h: New file, from GNU gettext.
28824         * lib/mkdtemp.c: New file, from GNU gettext.
28825
28826 2003-02-02  Jim Meyering  <jim@meyering.net>
28827
28828         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
28829         e.g. glibc-2.2.93.
28830
28831 2003-01-31  Bruno Haible  <bruno@clisp.org>
28832
28833         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
28834         'rpl_rename'.
28835         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
28836         'rpl_strnlen'.
28837         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
28838         'rpl_strtod'.
28839         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
28840         'rpl_utime'.
28841
28842 2003-01-31  Bruno Haible  <bruno@clisp.org>
28843
28844         * lib/rename.c: #undef rename before defining rpl_rename.
28845         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
28846
28847 2003-01-30  Bruno Haible  <bruno@clisp.org>
28848
28849         * modules/vasnprintf, modules/vasprintf: New modules.
28850         * MODULES.html.sh (func_all_modules): Add them.
28851
28852 2003-01-30  Bruno Haible  <bruno@clisp.org>
28853
28854         * m4/signed.m4: New file, from GNU gettext.
28855         * m4/longdouble.m4: New file, from GNU gettext.
28856         * m4/wchar_t.m4: New file, from GNU gettext.
28857         * m4/wint_t.m4: New file, from GNU gettext.
28858         * m4/vasnprintf.m4: New file.
28859         * m4/vasprintf.m4: New file.
28860
28861 2003-01-30  Bruno Haible  <bruno@clisp.org>
28862
28863         * lib/printf-args.h: New file, from GNU gettext.
28864         * lib/printf-args.c: New file, from GNU gettext.
28865         * lib/printf-parse.h: New file, from GNU gettext.
28866         * lib/printf-parse.c: New file, from GNU gettext.
28867         * lib/vasnprintf.h: New file, from GNU gettext.
28868         * lib/vasnprintf.c: New file, from GNU gettext.
28869         * lib/asnprintf.c: New file, from GNU gettext.
28870         * lib/vasprintf.h: New file, from GNU gettext with modifications.
28871         * lib/vasprintf.c: New file, from GNU gettext.
28872         * lib/asprintf.c: New file, from GNU gettext.
28873
28874 2003-01-29  Bruno Haible  <bruno@clisp.org>
28875
28876         * modules/stpncpy: New module.
28877         * MODULES.html.sh (func_all_modules): Add it.
28878
28879 2003-01-29  Bruno Haible  <bruno@clisp.org>
28880
28881         * m4/stpncpy.m4: New file.
28882
28883 2003-01-29  Bruno Haible  <bruno@clisp.org>
28884
28885         * lib/stpncpy.h: New file, from GNU gettext with modifications.
28886         * lib/stpncpy.c: New file, from GNU gettext with modifications.
28887
28888 2003-01-28  Bruno Haible  <bruno@clisp.org>
28889
28890         * modules/c-ctype: New module.
28891         * MODULES.html.sh (func_all_modules): Add it.
28892
28893 2003-01-28  Bruno Haible  <bruno@clisp.org>
28894
28895         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
28896         Paul Eggert.
28897         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
28898         Paul Eggert.
28899
28900 2003-01-27  Bruno Haible  <bruno@clisp.org>
28901
28902         * modules/xsetenv: New module.
28903         * MODULES.html.sh (func_all_modules): Add it.
28904
28905 2003-01-27  Bruno Haible  <bruno@clisp.org>
28906
28907         * lib/xsetenv.h: New file, from GNU gettext.
28908         * lib/xsetenv.c: New file, from GNU gettext.
28909
28910 2003-01-23  Jim Meyering  <jim@meyering.net>
28911
28912         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
28913         from working on systems without dirfd (at least Irix and OSF1/Tru64).
28914
28915 2003-01-23  Bruno Haible  <bruno@clisp.org>
28916
28917         * modules/minmax: New module.
28918         * MODULES.html.sh (func_all_modules): Add it.
28919
28920 2003-01-23  Bruno Haible  <bruno@clisp.org>
28921
28922         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
28923         Eggert.
28924
28925 2003-01-22  Bruno Haible  <bruno@clisp.org>
28926
28927         * modules/exit: New module.
28928         * MODULES.html.sh (func_all_modules): Add it.
28929
28930 2003-01-22  Bruno Haible  <bruno@clisp.org>
28931
28932         * lib/exit.h: New file, from GNU gettext.
28933
28934 2003-01-19  Bruno Haible  <bruno@clisp.org>
28935
28936         * gnulib-tool: Recognize option --extract-maintainer.
28937         (func_get_maintainer): New function.
28938         * modules/*: Add Maintainer entry.
28939
28940 2003-01-16  Jim Meyering  <jim@meyering.net>
28941
28942         * m4/regex.m4: The `regex' struct is both input and output.
28943         Initialize it before each use.  Patch by Tim Waugh.
28944
28945 2003-01-16  Bruno Haible  <bruno@clisp.org>
28946
28947         * MODULES.html.sh: Add a table of contents. Add the module name as
28948         leftmost column. Add hyperlinks.
28949
28950 2003-01-15  Bruno Haible  <bruno@clisp.org>
28951
28952         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
28953
28954 2003-01-15  Bruno Haible  <bruno@clisp.org>
28955
28956         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
28957         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
28958         suffix.
28959
28960 2003-01-15  Bruno Haible  <bruno@clisp.org>
28961
28962         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
28963
28964 2003-01-15  Bruno Haible  <bruno@clisp.org>
28965
28966         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
28967         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
28968
28969 2003-01-14  Jim Meyering  <jim@meyering.net>
28970
28971         * lib/same.c (same_name): Tweak a comment.
28972
28973 2003-01-14  Bruno Haible  <bruno@clisp.org>
28974
28975         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
28976         when a string comparison is sufficient.
28977
28978 2003-01-14  Bruno Haible  <bruno@clisp.org>
28979
28980         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
28981         'unsigned int'.
28982
28983 2003-01-14  Bruno Haible  <bruno@clisp.org>
28984
28985         * lib/hash-pjw.c: Add comment about low quality of this function.
28986
28987 2003-01-13  Bruno Haible  <bruno@clisp.org>
28988
28989         * modules/stpcpy: Distribute lib/stpcpy.h.
28990         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
28991
28992 2003-01-13  Bruno Haible  <bruno@clisp.org>
28993
28994         * modules/*: Add a description.
28995         * modules/strpbrk: Fix Makefile.am snippet.
28996         * modules/strtoimax: Fix dependencies.
28997         * modules/strtoumax: Likewise.
28998
28999 2003-01-13  Bruno Haible  <bruno@clisp.org>
29000
29001         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
29002         * modules/alloca (Makefile.am): All object files depend on alloca.h.
29003         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
29004
29005 2003-01-13  Bruno Haible  <bruno@clisp.org>
29006
29007         * gnulib-tool (func_create_testdir): Store config/* files in the main
29008         directory.
29009         * config.rpath: Move to ...
29010         * config/config.rpath: ... here.
29011         * modules/gettext: Contains config/config.rpath, not config.rpath.
29012         * modules/iconv: Likewise.
29013
29014 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29015
29016         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29017         to avoid collisions with libcurses and libreadline.
29018
29019         * m4/getstr.m4: Remove.
29020         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
29021
29022 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29023
29024         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29025         to avoid collisions with libcurses and libreadline.
29026
29027         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
29028         * lib/getstr.h, getstr.c: Remove.
29029         * lib/getline.c: Include "getline.h", to check interface.
29030         Move body of old getstr.c here: this defines MIN_CHUNK and
29031         declares getdelim2, which is renamed from getstr.
29032         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
29033
29034         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
29035         All uses changed.
29036         * lib/linebuffer.h: Likewise.
29037         (readline): Remove backward-compatibility macro.
29038
29039 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29040
29041         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29042         to avoid collisions with libcurses and libreadline.
29043         * getstr: Remove.
29044         * MODULES.html.sh: Remove getstr.
29045         * modules/getline: Depend on unlocked-io, not getstr.
29046
29047 2003-01-12  Jim Meyering  <jim@meyering.net>
29048
29049         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
29050
29051 2003-01-10  Bruno Haible  <bruno@clisp.org>
29052
29053         * modules/alloca: Change Makefile.am requirements. Simplify Include
29054         requirements. Add lib/alloca_.h to file list.
29055
29056 2003-01-10  Bruno Haible  <bruno@clisp.org>
29057
29058         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
29059
29060 2003-01-10  Bruno Haible  <bruno@clisp.org>
29061
29062         * lib/alloca_.h: New file.
29063         * lib/getdate.y: Unconditionally include alloca.h.
29064         * lib/makepath.c: Likewise.
29065         * lib/setenv.c: Likewise.
29066         * lib/userspec.c: Likewise.
29067
29068 2003-01-09  Karl Berry  <karl@gnu.org>
29069
29070         * MODULES.html.sh: include `dirname $0` in PATH, to find
29071         gnulib-tool.
29072
29073 2003-01-09  Bruno Haible  <bruno@clisp.org>
29074
29075         * modules/stdbool: Change configure.ac, Makefile.am requirements.
29076         Simplify Include requirements. Add lib/stdbool.h.in to file list.
29077
29078 2003-01-09  Bruno Haible  <bruno@clisp.org>
29079
29080         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
29081
29082 2003-01-09  Bruno Haible  <bruno@clisp.org>
29083
29084         * lib/stdbool.h.in: New file.
29085
29086 2003-01-09  Bruno Haible  <bruno@clisp.org>
29087
29088         * gnulib-tool (func_all_modules): Ignore files ending in ~.
29089         * MODULES.html.sh: Likewise.
29090
29091 2003-01-08  Jim Meyering  <jim@meyering.net>
29092
29093         * lib/full-write.c: Undefine and define-away `const' after inclusion
29094         of errno.h, not before.  Suggestion from Bruno Haible.
29095
29096 2003-01-08  Bruno Haible  <bruno@clisp.org>
29097
29098         * modules/full-read: Depend on full-write.
29099
29100 2003-01-08  Bruno Haible  <bruno@clisp.org>
29101
29102         * lib/safe-read.c: Include specification header first, to ensure its
29103         selfcontainedness.
29104         * lib/full-write.c: Likewise.
29105
29106 2003-01-07  Jim Meyering  <jim@meyering.net>
29107
29108         * lib/full-write.c: Rework so that it may serve to define full_read,
29109         too.
29110         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
29111
29112 2003-01-07  Bruno Haible  <bruno@clisp.org>
29113
29114         * lib/strtoimax.c: Include <stdint.h> as an alternative to
29115         <inttypes.h>.
29116         * lib/xstrtol.h: Likewise.
29117         * lib/xstrtoimax.c: Likewise.
29118         * lib/xstrtoumax.c: Likewise.
29119         * lib/human.h: Likewise.
29120
29121         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
29122         on systems that have <inttypes.h> but not <stdint.h>.
29123
29124 2003-01-07  Bruno Haible  <bruno@clisp.org>
29125
29126         * MODULES.html.sh: Add copyright notice.
29127         (missed_files): Omit CVS directory entries.
29128         (func_module): Make it work with sed-3.02.
29129         * MODULES.txt: Remove file.
29130
29131 2003-01-06  Jim Meyering  <jim@meyering.net>
29132
29133         * lib/version-etc.c: Update year in translatable copyright string.
29134
29135 2003-01-03  Karl Berry  <karl@gnu.org>
29136
29137         * config/config.{guess,sub}: update from prep.
29138
29139 2003-01-02  Karl Berry  <karl@gnu.org>
29140
29141         * doc/COPYING.DOC: belatedly updated to 1.2.
29142
29143 2003-01-01  Karl Berry  <karl@gnu.org>
29144
29145         * gnulib-tool (func_verify_module): report module name $module in
29146         error message, not $1.
29147         * gnulib-tool (create-testdir): don't complain if destdir couldn't
29148         be created, only if it doesn't exist.
29149         * gnulib-tool (last_checkin_date): don't expand the $Date here.
29150
29151 2002-12-31  Paul Eggert  <eggert@twinsun.com>
29152
29153         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
29154
29155 2002-12-31  Paul Eggert  <eggert@twinsun.com>
29156
29157         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
29158         memcmp if strcoll doesn't work.
29159
29160 2002-12-31  Bruno Haible  <bruno@clisp.org>
29161
29162         * lib/utime.c (utime_null): No need to call ftruncate if the file was
29163         nonempty.
29164
29165 2002-12-31  Bruno Haible  <bruno@clisp.org>
29166
29167         * lib/memcoll.c (STRCOLL): New macro.
29168         (memcoll): Use it.
29169
29170 2002-12-31  Bruno Haible  <bruno@clisp.org>
29171
29172         * lib/localcharset.h: New file.
29173         * lib/localcharset.c: Include it.
29174         * lib/unicodeio.c: Likewise.
29175
29176 2002-12-31  Bruno Haible  <bruno@clisp.org>
29177
29178         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
29179         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
29180
29181 2002-12-31  Bruno Haible  <bruno@clisp.org>
29182
29183         * lib/getline.h: Include <stddef.h>, for size_t.
29184
29185         * lib/unicodeio.h: Include <stddef.h>, for size_t.
29186         * lib/unicodeio.c: Don't include <stddef.h>.
29187
29188 2002-12-31  Bruno Haible  <bruno@clisp.org>
29189
29190         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
29191         HAVE_TM_ZONE.
29192
29193 2002-12-24  Karl Berry  <karl@gnu.org>
29194
29195         * config/config.guess: update from prep.
29196
29197 2002-12-24  Bruno Haible  <bruno@clisp.org>
29198
29199         General infrasructure.
29200         * m4/README: Rewritten.
29201         * m4/onceonly.m4: New file.
29202         * m4/onceonly_2_57.m4: New file.
29203
29204         Module atexit.
29205         * m4/atexit.m4: New file.
29206
29207         Module strtod.
29208         * m4/strtod.m4: New file.
29209
29210         Module strtol.
29211         * m4/strtol.m4: New file.
29212
29213         Module strtoul.
29214         * m4/strtoul.m4: New file.
29215
29216         Module memchr.
29217         * m4/memchr.m4: New file.
29218
29219         Module memcmp.
29220         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
29221         (jm_FUNC_MEMCMP): Invoke it.
29222
29223         Module memcpy.
29224         * m4/memcpy.m4: New file.
29225
29226         Module memmove.
29227         * m4/memmove.m4: New file.
29228
29229         Module memset.
29230         * m4/memset.m4: New file.
29231
29232         Module strcspn.
29233         * m4/strcspn.m4: New file.
29234
29235         Module strpbrk.
29236         * m4/strpbrk.m4: New file.
29237
29238         Module strstr.
29239         * m4/strstr.m4: New file.
29240
29241         Module strerror.
29242         * m4/strerror.m4: New file.
29243
29244         Module mktime.
29245         * m4/mktime.m4: Renamed from jm-mktime.m4.
29246         (gl_PREREQ_MKTIME): New macro.
29247         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
29248
29249         Module malloc.
29250         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
29251         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
29252         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
29253
29254         Module realloc.
29255         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
29256         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
29257         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
29258
29259         Module strftime.
29260         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
29261         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
29262         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
29263         gl_TM_GMTOFF.
29264         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
29265
29266         Module xalloc.
29267         * m4/xalloc.m4: New file.
29268
29269         Module alloca.
29270         * m4/alloca.m4: New file.
29271
29272         Module putenv.
29273         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
29274         (jm_FUNC_PUTENV): Invoke it.
29275
29276         Module setenv.
29277         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
29278         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
29279         when invoked twice.
29280         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
29281         gt_FUNC_SETENV.
29282
29283         Module memrchr.
29284         * m4/memrchr.m4: New file.
29285
29286         Module stpcpy.
29287         * m4/stpcpy.m4: New file.
29288
29289         Module strcase.
29290         * m4/strcase.m4: New file.
29291
29292         Module strdup.
29293         * m4/strdup.m4: New file.
29294
29295         Module strnlen.
29296         * m4/strnlen.m4: New file.
29297
29298         Module strndup.
29299         * m4/strndup.m4: New file.
29300
29301         Module xstrtod.
29302         * m4/xstrtod.m4: New file.
29303
29304         Module xstrtol.
29305         * m4/xstrtol.m4: New file.
29306
29307         Module getdate.
29308         * m4/getdate.m4: New file.
29309
29310         Module unlocked-io.
29311         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
29312         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
29313         * m4/jm-glibc-io.m4n: Remove file.
29314
29315         Module long-options.
29316         * m4/long-options.m4: New file.
29317
29318         Module md5.
29319         * m4/md5.m4: New file.
29320
29321         Module sha.
29322         * m4/sha.m4: New file.
29323
29324         Module getstr.
29325         * m4/getstr.m4: New file.
29326
29327         Module getline.
29328         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
29329         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
29330         <sys/types.h>, for size_t. Use the function name gnu_getline, not
29331         simply getline. Infoke gl_PREREQ_GETLINE.
29332
29333         Module obstack.
29334         * m4/obstack.m4: New file.
29335
29336         Module hash.
29337         * m4/hash.m4: New file.
29338
29339         Module readtokens.
29340         * m4/readtokens.m4: New file.
29341
29342         Module strverscmp.
29343         * m4/strverscmp.m4: New file.
29344
29345         Module stdbool.
29346         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
29347         OSF/1.
29348
29349         Module strtoll.
29350         * m4/strtoll.m4: New file.
29351
29352         Module strtoull.
29353         * m4/strtoull.m4: New file.
29354
29355         Module strtoimax.
29356         * m4/strtoimax.m4: New file.
29357
29358         Module strtoumax.
29359         * m4/strtoumax.m4: New file.
29360
29361         Module xstrtoimax.
29362         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
29363         jm_AC_PREREQ_XSTRTOIMAX.
29364         Moved the strtol prerequisites to strtol.m4.
29365         Moved the strtoll prerequisites to strtoll.m4.
29366         Moved the strtoimax prerequisites to strtoimax.m4.
29367
29368         Module xstrtoumax.
29369         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
29370         jm_AC_PREREQ_XSTRTOUMAX.
29371         Moved the strtoul prerequisites to strtoul.m4.
29372         Moved the strtoull prerequisites to strtoull.m4.
29373         Moved the strtoumax prerequisites to strtoumax.m4.
29374
29375         Module chown.
29376         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
29377         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
29378
29379         Module dup2.
29380         * m4/dup2.m4: New file.
29381
29382         Module ftruncate.
29383         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
29384         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
29385
29386         Module getgroups.
29387         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
29388         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
29389
29390         Module gettimeofday.
29391         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
29392         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
29393         gl_PREREQ_GETTIMEOFDAY.
29394
29395         Module mkdir.
29396         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
29397         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
29398
29399         Module mkstemp.
29400         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
29401         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
29402         jm_AC_TYPE_UINTMAX_T.
29403         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
29404
29405         Module stat.
29406         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
29407         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
29408
29409         Module lstat.
29410         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
29411         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
29412
29413         Module timespec.
29414         * m4/timespec.m4 (gl_TIMESPEC): New macro.
29415         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
29416         * m4/st_mtim.m4: Indentation.
29417
29418         Module nanosleep.
29419         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
29420         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
29421         gl_PREREQ_NANOSLEEP.
29422
29423         Module regex.
29424         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
29425         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
29426         (gl_REGEX): New macro.
29427
29428         Module rename.
29429         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
29430         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
29431
29432         Module rmdir.
29433         * m4/rmdir.m4: New file.
29434
29435         Module utime.
29436         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
29437         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
29438         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
29439
29440         Module dirname.
29441         * m4/dirname.m4: New file.
29442
29443         Module getopt.
29444         * m4/getopt.m4: New file.
29445
29446         Module unistd-safer.
29447         * m4/unistd-safer.m4: New file.
29448
29449         Module fnmatch.
29450         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
29451         declaration.
29452         (gl_PREREQ_FNMATCH_EXTRA): New macro.
29453         (gl_FUNC_FNMATCH_POSIX): New macro.
29454         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
29455         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
29456         simply fnmatch.
29457
29458         Module exclude.
29459         * m4/exclude.m4: New file.
29460
29461         Module human.
29462         * m4/human.m4: New file.
29463
29464         Module acl.
29465         * m4/acl.m4: Nop.
29466
29467         Module backupfile.
29468         * m4/backupfile.m4: New file.
29469         * m4/d-ino.m4: Indentation.
29470
29471         Module fsusage.
29472         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
29473         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
29474         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
29475
29476         Module dirfd.
29477         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
29478         requirements.
29479
29480         Module euidaccess.
29481         * m4/euidaccess.m4: New file.
29482
29483         Module file-type.
29484         * m4/file-type.m4: New file.
29485
29486         Module fileblocks.
29487         * m4/fileblocks.m4: New file.
29488
29489         Module filemode.
29490         * m4/filemode.m4: New file.
29491
29492         Module isdir.
29493         * m4/isdir.m4: New file.
29494
29495         Module lchown.
29496         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
29497         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
29498
29499         Module makepath.
29500         * m4/makepath.m4: New file.
29501
29502         Module modechange.
29503         * m4/modechange.m4: New file.
29504
29505         Module mountlist.
29506         * m4/mountlist.m4: New file.
29507         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
29508         Indentation.
29509
29510         Module path-concat.
29511         * m4/path-concat.m4: New file.
29512
29513         Module pathmax.
29514         * m4/pathmax.m4: New file.
29515
29516         Module same.
29517         * m4/same.m4: New file.
29518
29519         Module save-cwd.
29520         * m4/save-cwd.m4: New file.
29521
29522         Module savedir.
29523         * m4/savedir.m4: New file.
29524
29525         Module xgetcwd.
29526         * m4/xgetcwd.m4: New file.
29527         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
29528
29529         Module xreadlink.
29530         * m4/xreadlink.m4: New file.
29531
29532         Module safe-read.
29533         * m4/safe-read.m4: New file.
29534
29535         Module safe-write.
29536         * m4/safe-write.m4: New file.
29537
29538         Module closeout.
29539         * m4/closeout.m4: New file.
29540
29541         Module stdio-safer.
29542         * m4/stdio-safer.m4: New file.
29543
29544         Module getpass.
29545         * m4/getpass.m4: New file.
29546
29547         Module getugroups.
29548         * m4/getugroups.m4: New file.
29549
29550         Module group-member.
29551         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
29552         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
29553
29554         Module idcache.
29555         * m4/idcache.m4: New file.
29556
29557         Module userspec.
29558         * m4/userspec.m4: New file.
29559
29560         Module gettime.
29561         * m4/clock_time.m4: New file.
29562         * m4/gettime.m4: New file.
29563
29564         Module settime.
29565         * m4/settime.m4: New file.
29566
29567         Module posixtm.
29568         * m4/posixtm.m4: New file.
29569
29570         Module gethostname.
29571         * m4/gethostname.m4: New file.
29572
29573         Module canon-host.
29574         * m4/canon-host.m4: New file.
29575
29576         Module gettext.
29577         * m4/codeset.m4: New file, from gettext-0.11.5.
29578         * m4/gettext.m4: New file, from gettext-0.11.5.
29579         * m4/glibc21.m4: New file, from gettext-0.11.5.
29580         * m4/iconv.m4: New file, from gettext-0.11.5.
29581         * m4/intdiv0.m4: New file, from gettext-0.11.5.
29582         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
29583         * m4/inttypes.m4: New file, from gettext-0.11.5.
29584         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
29585         * m4/isc-posix.m4: New file, from gettext-0.11.5.
29586         * m4/lcmessage.m4: New file, from gettext-0.11.5.
29587         * m4/lib-ld.m4: New file, from gettext-0.11.5.
29588         * m4/lib-link.m4: New file, from gettext-0.11.5.
29589         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
29590         * m4/progtest.m4: New file, from gettext-0.11.5.
29591         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
29592         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
29593         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
29594
29595         Module localcharset.
29596         * m4/localcharset.m4: New file.
29597
29598         Module hard-locale.
29599         * m4/hard-locale.m4: New file.
29600
29601         Module mbswidth.
29602         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
29603         onceonly macros.
29604         * m4/mbrtowc.m4: Add comment.
29605
29606         Module memcasecmp.
29607         * m4/memcasecmp.m4: New file.
29608
29609         Module memcoll.
29610         * m4/memcoll.m4: New file.
29611
29612         Module unicodeio.
29613         * m4/unicodeio.m4: New file.
29614
29615         Module rpmatch.
29616         * m4/rpmatch.m4: New file.
29617
29618         Module yesno.
29619         * m4/yesno.m4: New file.
29620
29621         Module exitfail.
29622         * m4/exitfail.m4: New file.
29623
29624         Module c-stack.
29625         * m4/c-stack.m4 (gl_C_STACK): New macro.
29626         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
29627
29628         Module error.
29629         * m4/error.m4 (gl_ERROR): New macro.
29630         (jm_PREREQ_ERROR): Use onceonly macros.
29631
29632         Module fatal.
29633         * m4/fatal.m4: New file.
29634
29635         Module getloadavg.
29636         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
29637         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
29638
29639         Module getpagesize.
29640         * m4/getpagesize.m4: New file.
29641
29642         Module getusershell.
29643         * m4/getusershell.m4: New file.
29644
29645         Module physmem.
29646         * m4/physmem.m4: New file.
29647
29648         Module posixver.
29649         * m4/posixver.m4: New file.
29650
29651         Module quotearg.
29652         * m4/quotearg.m4: New file.
29653
29654         Module quote.
29655         * m4/quote.m4: New file.
29656
29657         Module readutmp.
29658         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
29659
29660         Module sig2str.
29661         * m4/sig2str.m4: New file.
29662
29663         Other.
29664         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
29665         ulonglong.m4.
29666         * m4/intmax_t.m4: New file.
29667         * m4/d-type.m4: Indentation.
29668         * m4/jm-macros.m4: Update.
29669         * m4/prereq.m4 (jm_PREREQ): Update.
29670         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
29671         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
29672         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
29673         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
29674         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
29675         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
29676         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
29677         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
29678         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
29679         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
29680         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
29681         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
29682         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
29683         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
29684         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
29685         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
29686         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
29687         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
29688         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
29689
29690 2002-12-24  Bruno Haible  <bruno@clisp.org>
29691
29692         * MODULES.txt: Update according to m4/ changes.
29693
29694         Module gettext.
29695         * config.rpath: New file, from gettext-0.11.5.
29696
29697         * modules/*: New module descriptions.
29698         * gnulib-tool: New file.
29699         * MODULES.html.sh: New file.
29700
29701 2002-12-21  Karl Berry  <karl@gnu.org>
29702
29703         * doc/fdl.texi: update to version 1.2.
29704
29705 2002-12-19  Karl Berry  <karl@gnu.org>
29706
29707         * config/config.guess: update from prep.
29708
29709 2002-12-18  Bruno Haible  <bruno@clisp.org>
29710
29711         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
29712         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
29713
29714 2002-12-17  Bruno Haible  <bruno@clisp.org>
29715
29716         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
29717         stdlib.h, string.h.
29718
29719 2002-12-17  Bruno Haible  <bruno@clisp.org>
29720
29721         * lib/canon-host.c (strdup): Remove unused declaration.
29722
29723         * lib/fsusage.c: Include full_read.h.
29724         (get_fs_usage): Use full_read instead of safe_read.
29725
29726         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
29727
29728 2002-12-12  Karl Berry  <karl@gnu.org>
29729
29730         * config/config.guess: update from prep.
29731
29732 2002-12-11  Bruno Haible  <bruno@clisp.org>
29733
29734         * m4/setenv.m4: New file, from gettext-0.11.5.
29735
29736 2002-12-11  Bruno Haible  <bruno@clisp.org>
29737
29738         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
29739         not unsetenv().
29740         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
29741         modifications:
29742
29743         2002-12-11  Bruno Haible  <bruno@clisp.org>
29744
29745                 * setenv.c (alloca): Fall back to malloc.
29746                 (freea): New macro.
29747                 (setenv): Use freea() to free memory allocated with alloca().
29748
29749         2002-11-13  Bruno Haible  <bruno@clisp.org>
29750
29751                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
29752                 function declarations.
29753                 * unsetenv.c (unsetenv): Likewise.
29754
29755         2002-03-04  Bruno Haible  <bruno@clisp.org>
29756
29757                 Portability to AIX 4.3.3.
29758                 * unsetenv.c: New file, extracted from setenv.c.
29759                 * setenv.c: Move the unsetenv() function to unsetenv.c.
29760
29761         2001-12-20  Bruno Haible  <bruno@clisp.org>
29762
29763                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
29764                 use malloc instead. For SunOS 4.
29765
29766         2001-12-11  Bruno Haible  <bruno@clisp.org>
29767
29768                 * setenv.c: Declare alloca.
29769                 (compar_fn_t): New typedef.
29770                 (KNOWN_VALUE, STORE_VALUE): Use it.
29771
29772         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
29773         setenv.h.
29774
29775 2002-12-10  Paul Eggert  <eggert@twinsun.com>
29776
29777         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
29778         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
29779         Choose values that are less likely to collide with system fnmatch
29780         options.
29781         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
29782         defined (e.g., a pure POSIX system).
29783         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
29784         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
29785
29786 2002-12-06  Paul Eggert  <eggert@twinsun.com>
29787
29788         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
29789         a pain in practice to deal with generated m4 files.  This change
29790         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
29791
29792         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
29793         and jm-glibc-io.m4, as they are no longer a special case.
29794         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
29795         kludge and the auto-generation stuff.  Check only whether the
29796         functions are declared, not whether they exist, since older hosts
29797         that don't declare the functions can't use the optimization anyway.
29798
29799 2002-12-06  Jim Meyering  <jim@meyering.net>
29800
29801         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
29802
29803         Merge in changes from libc's misc/error.c, in preparation
29804         for the merge of gnulib's changes back into libc.
29805
29806         * lib/error.c (_): Define only if not already defined.
29807         Move definition to follow all #include directives.
29808         Include unlocked-io.h only if !_LIBC.
29809         [_LIBC]: Include <libio/libioP.h>.
29810         [USE_IN_LIBIO]: Include <libio/iolibio.h>
29811         (fflush): Tweak definition to use INTUSE.
29812         (putc): Define.
29813
29814 2002-12-05  Paul Eggert  <eggert@twinsun.com>
29815
29816         * lib/alloca.c [defined emacs]: Include "lisp.h".
29817         (xalloc_die) [defined emacs]: New macro.
29818         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
29819         [! defined emacs]: Include <xalloc.h>.
29820         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
29821         (pointer): Typedef to POINTER_TYPE *.
29822         (malloc): Remove decl; we now always use xmalloc.
29823         (alloca): Use old-style definition, since Emacs needs this.
29824         Check for arithmetic overflow when computing combined size.
29825
29826 2002-12-04  Paul Eggert  <eggert@twinsun.com>
29827
29828         Do not generate unlocked-io.h automatically, since it's easier to
29829         maintain it by hand.
29830
29831         * lib/unlocked-io.h: New file, from GNU diffutils,
29832         but with proper copyright notice and attribution.
29833         * lib/gen-uio: Remove.
29834         * lib/Makefile.am: Add copyright notice.
29835         (libfetish_a_SOURCES): Add unlocked-io.h.
29836         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
29837         (DISTCLEANFILES, io_functions): Remove macros.
29838         (EXTRA_DIST): Remove gen_uio.
29839         (unlocked-io.h): Remove rule.
29840
29841 2002-12-04  Jim Meyering  <jim@meyering.net>
29842
29843         Reflect the fact that stat.c and lstat.c are no longer generated.
29844         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
29845         (DISTCLEANFILES): Likewise.
29846         (EXTRA_DIST): Likewise.
29847         (all_local): Don't depend on stat.c or lstat.c.
29848         (stat.c, lstat.c): Remove rules.
29849         (EXTRA_DIST): Remove xstat.in.
29850
29851         * lib/xstat.in: Remove file.  Contents moved into stat.c.
29852         * lib/stat.c: New file.  Contents mostly from xstat.in.
29853         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
29854         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
29855
29856         * lib/safe-read.c: Rework so that it may serve to define safe_write,
29857         too.
29858         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
29859
29860 2002-12-03  Jim Meyering  <jim@meyering.net>
29861
29862         * lib/safe-read.c, safe-write.c: Change variable names and comments,
29863         but not semantics, to minimize the differences between these two files.
29864         (safe_read): Change comment to mention SAFE_READ_ERROR.
29865
29866         * lib/safe-read.c (IS_EINTR): Define.
29867         (safe_read): Use IS_EINTR in place of in-function cpp directives.
29868
29869 2002-12-02  Jim Meyering  <jim@meyering.net>
29870
29871         * lib/safe-read.c (EINTR): Define.
29872         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
29873         (INT_MAX): Provide fallback.
29874         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
29875
29876         * lib/safe-read.h (SAFE_READ_ERROR): Define.
29877
29878 2002-12-02  Bruno Haible  <bruno@clisp.org>
29879
29880         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
29881         Define, taken from safe-read.c.
29882         (INT_MAX): Provide fallback.
29883         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
29884         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
29885
29886         * lib/safe-read.c (EINTR): Remove definition.
29887         (safe_read): Don't use EINTR if it is absent.
29888
29889 2002-12-01  Jim Meyering  <jim@meyering.net>
29890
29891         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
29892         zero.
29893         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
29894
29895 2002-11-27  Paul Eggert  <eggert@twinsun.com>
29896
29897         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
29898         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
29899         with `if (! (value < limit)) abort ();', for readability.
29900
29901 2002-11-26  Karl Berry  <karl@gnu.org>
29902
29903         * lib/strdup.c: copy from libc again, with jim's ok.
29904         * lib/.cppi-disable: re-add strdup.c
29905
29906 2002-11-25  Karl Berry  <karl@gnu.org>
29907
29908         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
29909         instead of "strtol.c".
29910
29911 2002-11-25  Karl Berry  <karl@gnu.org>
29912
29913         * config/install-sh: update from automake for variable quoting, $0 in
29914         error msgs, etc.
29915
29916         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
29917         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
29918         entry.
29919
29920 2002-11-25  Jim Meyering  <jim@meyering.net>
29921
29922         * lib/mktime.c: Sync from libc, now that it has the latest fix.
29923
29924 2002-11-24  Karl Berry  <karl@gnu.org>
29925
29926         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
29927         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
29928
29929 2002-11-24  Jim Meyering  <jim@meyering.net>
29930
29931         Update from coreutils:
29932
29933         * lib/mktime.c: Merge in changes from libc.
29934
29935         Avoid a link-time failure on some Linux systems.
29936         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
29937         (otherwise).
29938         (__mon_yday): Declare with the STATIC attribute.
29939         (__mktime_internal): Likewise.
29940         Based on a report from Greg Schafer.
29941
29942 2002-11-23  Jim Meyering  <jim@meyering.net>
29943
29944         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
29945         Use `unsigned', not `int', as type of index.
29946
29947         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
29948
29949         * lib/fsusage.c: Remove unneeded parentheses around operands of
29950         `defined'.
29951
29952 2002-11-22  Paul Eggert  <eggert@twinsun.com>
29953
29954         * lib/quotearg.h: Allow multiple inclusion by surrounding with
29955         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
29956         so that we can be included first.
29957         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
29958         * lib/quotearg.c: Include quotearg.h immediately after config.h.
29959         No need to include stddef.h or sys/types.h any more.
29960         Surround local include files with "", not "<>".
29961         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
29962         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
29963         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
29964         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
29965         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
29966         (ISPRINT): Remove; no longer needed now that we assume C89.
29967
29968         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
29969         Preserve errno.
29970
29971         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
29972         quotearg_char): Use SIZE_MAX rather than
29973         (size_t) -1 when we are talking about "infinity".
29974
29975         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
29976
29977 2002-11-22  Paul Eggert  <eggert@twinsun.com>
29978
29979         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
29980         hint that one should use `if (! x) abort ();' rather than `assert
29981         (x);', and anyway it's one less thing to worry about configuring.
29982         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
29983         hash_rehash, hash_insert): Use abort rather than assert.
29984
29985 2002-11-22  Bruno Haible  <bruno@clisp.org>
29986
29987         * lib/safe-read.h: Assume C89. Add comments.
29988         (safe_read): Change return type to size_t.
29989         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
29990         byte counts > SSIZE_MAX correctly.
29991         * lib/safe-write.h: New file.
29992         * lib/safe-write.c: New file.
29993         * lib/full-read.h: New file.
29994         * lib/full-read.c: New file.
29995         * lib/full-write.h: Assume C89. Add comments.
29996         * lib/full-write.c: Include safe-write.h.
29997         (full_write): Rewritten to use safe_write.
29998         Suggested by Jim Meyering and Paul Eggert.
29999
30000 2002-11-21  Jim Meyering  <jim@meyering.net>
30001
30002         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
30003
30004         Merge in changes from the coreutils.
30005
30006         2002-09-25  Paul Eggert  <eggert@twinsun.com>
30007         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
30008         <stdint.h>.
30009         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
30010         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
30011         int.  Work more efficiently if X is the same width as uintmax_t.
30012         Do not compare X to -1, to avoid bogus compiler warning.
30013         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
30014         Don't assume that f_frsize and f_bsize are the same type.
30015
30016         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
30017         warning on FreeBSD.
30018
30019         * lib/makepath.c (make_path): Restore umask *before* creating the final
30020         component.
30021         (make_path): Minor reformatting.
30022
30023         * lib/xmalloc.c: Adjust to work with new autoconf macros,
30024         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
30025         HAVE_MALLOC/HAVE_REALLOC.
30026
30027         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
30028         dummy ones.  At least on GNU/Linux systems, `auto' means something
30029         else.
30030         From Michael Stone.
30031
30032 2002-11-21  Bruno Haible  <bruno@clisp.org>
30033
30034         Remove case insensitive option matching.
30035         * lib/argmatch.h (argcasematch): Remove declaration.
30036         (ARGCASEMATCH): Remove macro.
30037         (__xargmatch_internal): Remove case_sensitive argument.
30038         (XARGMATCH): Update.
30039         (XARGCASEMATCH): Remove macro.
30040         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
30041         case_sensitive argument.
30042         (argcasematch): Remove function.
30043         (__xargmatch_internal): Remove case_sensitive argument.
30044         (main): Use XARGMATCH instead of XARGCASEMATCH.
30045
30046         * lib/xmalloc.c: Change compile-time error message. Add comment about
30047         required autoconf version.
30048
30049 2002-11-20  Paul Eggert  <eggert@twinsun.com>
30050
30051         Merge argmatch cleanups from Bison.  Assume C89.
30052
30053         * lib/argmatch.c: Include config.h here, not in argmatch.h.
30054         Include stdlib.h, for EXIT_FAILURE.
30055         Always include <string.h>, since we assume C89.
30056         (EXIT_FAILURE): Remove pre-C89 bug workaround.
30057         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
30058         Include <stddef.h> instead, since it's all we need for size_t.
30059         (PARAMS): Remove.  All uses removed.
30060         (ARRAY_CARDINALITY): Do not bother to #undef.
30061         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
30062         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
30063         Remove unnecessary parentheses.
30064         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
30065         Insert necessary parentheses.
30066         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
30067         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
30068
30069 2002-11-19  Bruno Haible  <bruno@clisp.org>
30070
30071         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
30072         * lib/mbswidth.h: Include <stddef.h>, for size_t.
30073
30074         * lib/mbswidth.h (PARAMS): Remove macro.
30075         (mbswidth, mbsnwidth): Use ANSI C function declarations.
30076         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
30077
30078         * lib/gcd.h (PARAMS): Remove macro.
30079         (gcd): Use ANSI C function declarations.
30080         * lib/gcd.c (gcd): Likewise.
30081
30082 2002-11-15  Bruno Haible  <bruno@clisp.org>
30083
30084         * lib/strcspn.c: Include <stddef.h>.
30085         (strcspn): Use ANSI C function declaration. Change return type to
30086         size_t. Use NULL.
30087         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
30088         (strpbrk): Use NULL.
30089         * lib/strpbrk.h (PARAMS): Remove macro.
30090         (strpbrk): Use ANSI C function declaration.
30091         * lib/strstr.c: Don't include <sys/types.h>.
30092         * lib/strstr.h (PARAMS): Remove macro.
30093         (strstr): Use ANSI C function declarations.
30094
30095 2002-11-14  Karl Berry  <karl@gnu.org>
30096
30097         * config/mkinstalldirs: `do' on separate line, instead of
30098         `for var; do'.
30099
30100 2002-11-06  Bruno Haible  <bruno@clisp.org>
30101
30102         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
30103         * lib/gcd.c (gcd): Likewise.
30104
30105 2002-11-05  Bruno Haible  <bruno@clisp.org>
30106
30107         * lib/gcd.h: New file, from gettext-0.11.5.
30108         * lib/gcd.c: New file, from gettext-0.11.5.
30109
30110 2002-11-05  Bruno Haible  <bruno@clisp.org>
30111
30112         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30113         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30114         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30115         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30116
30117         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
30118         <libintl.h>.
30119         * lib/makepath.c: Include gettext.h instead of <locale.h> and
30120         <libintl.h>.
30121
30122         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
30123         * lib/human.c: Include gettext.h instead of <libintl.h>.
30124         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
30125         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
30126         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
30127         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
30128         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
30129         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
30130         (textdomain): Remove definition.
30131         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
30132
30133         * lib/long-options.c: Remove include of <libintl.h> and definition of
30134         _.
30135         * lib/same.c: Remove include of <libintl.h> and definition of _.
30136
30137 2002-11-04  Owen Taylor  <otaylor@redhat.com>
30138
30139         * lib/config.charset: A few additions for Solaris.
30140
30141 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
30142
30143         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
30144         * lib/localcharset.c (locale_charset): Declare as extern "C".
30145
30146 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
30147
30148         * lib/config.charset: msdos in uk_UA uses CP1125.
30149
30150 2002-11-04  Bruno Haible  <bruno@clisp.org>
30151
30152         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
30153         * lib/strcase.h: New file, from GNU gettext-0.11.5.
30154         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
30155         * lib/strstr.h: New file, from GNU gettext-0.11.5.
30156         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
30157
30158 2002-11-04  Bruno Haible  <bruno@clisp.org>
30159
30160         * lib/localcharset.c (locale_charset): Don't return an empty string.
30161
30162 2002-11-04  Bruno Haible  <bruno@clisp.org>
30163
30164         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
30165         aliases.
30166
30167 2002-11-04  Bruno Haible  <bruno@clisp.org>
30168
30169         * lib/config.charset: Update for newest glibc. Add canonical names
30170         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
30171
30172 2002-11-04  Bruno Haible  <bruno@clisp.org>
30173
30174         * lib/config.charset: Add support for NetBSD.
30175
30176 2002-11-04  Bruno Haible  <bruno@clisp.org>
30177
30178         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
30179
30180 2002-11-01  Bruno Haible  <bruno@clisp.org>
30181
30182         * configure.in: Add AC_CONFIG_AUX_DIR call.
30183         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
30184         test/Makefile.
30185         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
30186
30187 2002-09-28  Karl Berry  <karl@gnu.org>
30188
30189         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
30190         installed automake until the next release, since changes have been
30191         made.
30192
30193 2002-09-25  Karl Berry  <karl@gnu.org>
30194
30195         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
30196         * lib/getopt*: copy from libc/posix.
30197         * lib/gettext.h: copy from gettext.
30198         * lib/.cppi-disable: add strdup.c, gettext.h.
30199
30200 2002-09-25  Karl Berry  <karl@gnu.org>
30201
30202         * config/srclist.txt: enable gettext.h check.
30203         * config/config.{guess,sub}: update from prep.
30204         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
30205                 from automake 1.6.3.
30206         See srclist*.
30207
30208 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
30209
30210         * regex.c (PATFETCH): Remove the translating fetch.
30211         (PATFETCH_RAW): Rename to PATFETCH.
30212         (set_image_of_range): New fun.
30213         (SET_RANGE_TABLE_WORK_AREA): Use it.
30214         (regex_compile): Don't translate the pattern chars so eagerly.
30215         Only do it when inserting an `exactn' bytecode or when handling
30216         a char-range.
30217         (mutually_exclusive_p): Avoid empty statement.
30218
30219 2002-07-06  Jim Meyering  <meyering@lucent.com>
30220
30221         * m4/README: Don't mention Makefile.am.in.
30222         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
30223
30224 2002-07-01  Jim Meyering  <meyering@lucent.com>
30225
30226         * lib/c-stack.c: Include sys/time.h.
30227         From Volker Borchert.
30228
30229 2002-06-26  Paul Eggert  <eggert@twinsun.com>
30230
30231         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
30232
30233 2002-06-26  Paul Eggert  <eggert@twinsun.com>
30234
30235         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
30236         New macro.  Use it uniformly instead of
30237         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
30238         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
30239         reported by Vin Shelton.
30240
30241 2002-06-22  Paul Eggert  <eggert@twinsun.com>
30242
30243         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
30244         Do not assume SA_SIGINFO behavior.
30245         Bug reported by Jim Meyering on NetBSD 1.5.2.
30246
30247 2002-06-22  Jim Meyering  <meyering@lucent.com>
30248
30249         * m4/c-stack.m4: New file, from diffutils-2.8.2.
30250         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
30251
30252         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
30253         now that configure.ac uses AC_GNU_SOURCE.
30254         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
30255         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
30256
30257         Update to latest tools.  Suggestions from Paul Eggert.
30258         * m4/stdbool.m4: New file, from diffutils-2.8.2.
30259         * m4/gnu-source.m4: Update from diffutils-2.8.2.
30260         * m4/fnmatch.m4: Likewise.
30261         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
30262         to AC_HEADER_STDBOOL
30263
30264 2002-06-22  Jim Meyering  <meyering@lucent.com>
30265
30266         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
30267         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
30268
30269 2002-06-22  Jim Meyering  <meyering@lucent.com>
30270
30271         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
30272
30273         * lib/exitfail.c, exitfail.h: Likewise.
30274         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
30275
30276         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
30277         of fnmatch.h.
30278         (EXTRA_DIST): Add fnmatch_loop.c.
30279         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
30280
30281         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
30282         * lib/fnmatch.c: Update from diffutils-2.8.2.
30283         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
30284         * lib/fnmatch.h: Remove file.
30285
30286 2002-06-21  Jim Meyering  <meyering@lucent.com>
30287
30288         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
30289         * m4/mbrtowc.m4: Likewise.
30290
30291         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
30292         * m4/mbswidth.m4: Reflect name change:
30293         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
30294         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
30295
30296         * m4/lib-link.m4: Update from gettext-0.11.2.
30297         * m4/gettext.m4: Likewise.
30298
30299         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
30300         From Alfred M. Szmidt.
30301
30302 2002-06-18  Paul Eggert  <eggert@twinsun.com>
30303
30304         * lib/file-type.h: Report an error if neither S_ISREG nor
30305         S_IFREG is defined, instead of using a test specific to glibc
30306         2.2.  This should be safe, since POSIX requires S_ISREG and
30307         Unix Version 7 had S_IFREG.  We don't need to check for
30308         <sys/types.h> since we don't use any symbols that it defines.
30309
30310 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
30311
30312         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
30313         $@-t, so that each temporary file name is unique and valid in the first
30314         8 characters, for operation under DOS.
30315
30316 2002-06-15  Paul Eggert  <eggert@twinsun.com>
30317
30318         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
30319
30320 2002-06-15  Jim Meyering  <meyering@lucent.com>
30321
30322         Work even with DJGPP 2.03, which lacks support for symlinks.
30323         From Richard Dawe.
30324         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
30325         is defined.
30326         * lib/lchown.c (S_ISLNK): Likewise.
30327
30328 2002-06-15  Jim Meyering  <meyering@lucent.com>
30329
30330         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
30331         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
30332         have been included before this file.
30333
30334 2002-06-14  Jim Meyering  <meyering@lucent.com>
30335
30336         * lib/file-type.h: Use the version from diffutils-2.8.2.
30337         * lib/file-type.c: Likewise.
30338
30339 2002-06-07  Jim Meyering  <meyering@lucent.com>
30340
30341         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
30342         They're needed at least for NetBSD 1.5.2.
30343         ($statxfs_includes): Include those same headers.
30344         ($statxfs_includes): Include sys/vfs.h if available.
30345         ($statxfs_includes): Likewise for sys/statvfs.h.
30346         Check for the following members in both structs statfs and statvfs:
30347         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
30348
30349 2002-06-01  Jim Meyering  <meyering@lucent.com>
30350
30351         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
30352         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
30353
30354 2002-05-28  Jim Meyering  <meyering@lucent.com>
30355
30356         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
30357         Reported by Volker Borchert.
30358
30359 2002-05-27  Jim Meyering  <meyering@lucent.com>
30360
30361         Fix a problem seen only on nonconforming systems whereby ls.c's
30362         use of localtime, and then of gettimeofday would cause trouble:
30363         the localtime call used to initialize rpl_gettimeofday's save
30364         mechanism would clobber ls's current local time information so
30365         that in any long listing the first file would always be listed
30366         with date 1970-01-01.  Analysis by Volker Borchert.
30367
30368         * lib/gettimeofday.c (localtime): Undefine.
30369         (rpl_localtime): New function.
30370
30371 2002-05-27  Jim Meyering  <meyering@lucent.com>
30372
30373         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
30374         localtime.
30375
30376         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
30377         use the replacement function; it wouldn't resolve at link time.
30378         Reported by Volker Borchert.
30379
30380 2002-05-22  Jim Meyering  <meyering@lucent.com>
30381
30382         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
30383         file-type.h.
30384         * lib/file-type.h: New file.
30385         * lib/file-type.c (file_type): New file/function.  Extracted from
30386         diffutils.
30387
30388 2002-04-30  Jim Meyering  <meyering@lucent.com>
30389
30390         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
30391
30392 2002-04-29  Paul Eggert  <eggert@twinsun.com>
30393
30394         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
30395
30396 2002-04-29  Paul Eggert  <eggert@twinsun.com>
30397
30398         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
30399         Do not check for alloca.h (no longer used) or stdbool.h (was never
30400         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
30401
30402 2002-04-29  Paul Eggert  <eggert@twinsun.com>
30403
30404         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
30405
30406 2002-04-29  Jim Meyering  <meyering@lucent.com>
30407
30408         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
30409         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
30410         Use AC_FUNC_STRNLEN here instead.
30411
30412         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
30413         With autoconf-2.53a, it's part of AC_PROG_CC.
30414
30415 2002-04-28  Paul Eggert  <eggert@twinsun.com>
30416
30417         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
30418         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
30419
30420 2002-04-28  Paul Eggert  <eggert@twinsun.com>
30421
30422         * lib/sig2str.h, lib/sig2str.c: New files.
30423         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
30424
30425 2002-04-28  Paul Eggert  <eggert@twinsun.com>
30426
30427         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
30428         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
30429         of 127, since 64 is the largest conceivable number for ancient
30430         nonstandard hosts.
30431         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
30432
30433 2002-04-28  Jim Meyering  <meyering@lucent.com>
30434
30435         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
30436
30437 2002-04-24  Jim Meyering  <meyering@lucent.com>
30438
30439         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
30440         (jm_PREREQ): Use it.
30441
30442         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
30443         mach/mach.h fcntl.h.
30444         Check for this function: setlocale.
30445
30446 2002-04-24  Jim Meyering  <meyering@lucent.com>
30447
30448         * lib/gettext.h: New file, from Gettext.
30449         * lib/Makefile.am (INCLUDES): Remove -I../intl.
30450         (libfetish_a_SOURCES): Add gettext.h.
30451
30452 2002-04-16  Jim Meyering  <meyering@lucent.com>
30453
30454         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
30455         ut_pid, ut_id, ut_exit.
30456
30457 2002-04-16  Jim Meyering  <meyering@lucent.com>
30458
30459         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
30460         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
30461         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
30462
30463 2002-04-12  Jim Meyering  <meyering@lucent.com>
30464
30465         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
30466         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
30467         existence of the getmntinfo function.  Needed for Darwin 5.3.
30468
30469         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
30470         This is necessary at least on Darwin 5.3.
30471
30472         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
30473         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
30474         strnlen.o in the library, and that makes some versions of ranlib
30475         object.
30476
30477 2002-04-12  Jim Meyering  <meyering@lucent.com>
30478
30479         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
30480
30481 2002-04-09  Jim Meyering  <meyering@lucent.com>
30482
30483         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
30484         to be more precise.  Rather than saying we're checking whether the
30485         function `works', say what we're testing.
30486         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
30487         Reported by Bruno Haible.
30488
30489 2002-03-10  Jim Meyering  <meyering@lucent.com>
30490
30491         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
30492         Suggestion from Santiago Vila.
30493
30494 2002-03-08  Jim Meyering  <meyering@lucent.com>
30495
30496         * lib/rename.c: Mention that this wrapper is needed also on
30497         mips-dec-ultrix4.4 systems.
30498
30499 2002-03-02  Jim Meyering  <meyering@lucent.com>
30500
30501         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
30502         not HAVE_CLOCK_SETTIME.
30503
30504 2002-02-27  Paul Eggert  <eggert@twinsun.com>
30505
30506         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
30507         Check for clock_settime.
30508
30509 2002-02-27  Paul Eggert  <eggert@twinsun.com>
30510
30511         * lib/nanosleep.h: Rename to....
30512         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
30513
30514         * lib/gettime.c: New file.
30515         * lib/settime.c: New file.
30516         * lib/stime.c: Remove.
30517
30518         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
30519         timespec.h.  Remove nanosleep.h.
30520
30521 2002-02-25  Paul Eggert  <eggert@twinsun.com>
30522
30523         * m4/acl.m4: New file.
30524         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
30525         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
30526
30527 2002-02-25  Paul Eggert  <eggert@twinsun.com>
30528
30529         * lib/acl.c, lib/acl.h: New files.
30530         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
30531
30532 2002-02-24  Jim Meyering  <meyering@lucent.com>
30533
30534         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
30535         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
30536         cause trouble.  Reported by Nelson Beebe.
30537
30538 2002-02-23  Paul Eggert  <eggert@twinsun.com>
30539
30540         * lib/path-concat.c (xpath_concat): Reorder code to pacify
30541         compilers that don't know that xalloc_die never returns.
30542
30543 2002-02-20  Jim Meyering  <meyering@lucent.com>
30544
30545         * lib/getdate.c: Regenerate using bison-1.33.
30546
30547 2002-02-17  Jim Meyering  <meyering@lucent.com>
30548
30549         * config/config.guess (main): Don't use `head -1'; it's no longer
30550         portable. Use `sed 1q' instead.
30551
30552 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
30553
30554         * m4/codeset.m4: Upgrade to gettext-0.11.
30555         * m4/gettext.m4: Upgrade to gettext-0.11.
30556         * m4/glibc21.m4: Upgrade to gettext-0.11.
30557         * m4/iconv.m4: Upgrade to gettext-0.11.
30558         * m4/isc-posix.m4: Upgrade to gettext-0.11.
30559         * m4/lcmessage.m4: Upgrade to gettext-0.11.
30560         * m4/lib-ld.m4: New file, from gettext-0.11.
30561         * m4/lib-link.m4: New file, from gettext-0.11.
30562         * m4/lib-prefix.m4: New file, from gettext-0.11.
30563         * m4/progtest.m4: Upgrade to gettext-0.11.
30564
30565 2002-02-15  Paul Eggert  <eggert@twinsun.com>
30566
30567         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
30568         (jm_PREREQ): Use it.
30569
30570 2002-02-15  Paul Eggert  <eggert@twinsun.com>
30571
30572         * lib/posixver.c, lib/posixver.h: New files.
30573         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
30574
30575 2002-02-02  Paul Eggert  <eggert@twinsun.com>
30576             Bruno Haible  <bruno@clisp.org>
30577
30578         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
30579         (fwrite_success_callback): New declaration.
30580         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
30581         print_unicode_char. Call failure callback instead of error.
30582         (fwrite_success_callback): New function.
30583         (exit_failure_callback): New function.
30584         (fallback_failure_callback): New function.
30585         (print_unicode_char): Call unicode_to_mb.
30586
30587 2002-01-26  Jim Meyering  <meyering@lucent.com>
30588
30589         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
30590         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
30591
30592 2002-01-26  Jim Meyering  <meyering@lucent.com>
30593
30594         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
30595
30596 2002-01-22  Paul Eggert  <eggert@twinsun.com>
30597
30598         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
30599
30600 2002-01-22  Jim Meyering  <meyering@lucent.com>
30601
30602         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
30603         Otherwise, some versions of automake would omit the rule that makes
30604         Makefile from Makefile.in.
30605
30606 2002-01-21  Paul Eggert  <eggert@twinsun.com>
30607
30608         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
30609         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
30610         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
30611         (memcoll): Set errno to zero if there is no error.
30612
30613         * lib/quotearg.c (quotearg_buffer_restyled):
30614         Fix bug with quoting buffers containing NUL when backslashing escapes.
30615         This bug was exposed by the other changes in this patch.
30616         (quotearg_n_options): New arg ARGSIZE.
30617         All callers changed.
30618         (quoting_options_from_style): New function.
30619         (quotearg_n_style): Use it.
30620         (quotearg_n_style_mem): New function.
30621
30622         * lib/quotearg.h (quotearg_n_style_mem): New function.
30623
30624 2002-01-19  Jim Meyering  <meyering@lucent.com>
30625
30626         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
30627         Remove useless quotes: DF_PROG="df".
30628         * m4/strnlen.m4: New file.
30629
30630 2002-01-16  Paul Eggert  <eggert@twinsun.com>
30631
30632         * lib/backupfile.c (ISDIGIT): Comment fix.
30633         * lib/getdate.y (ISDIGIT): Likewise.
30634         * lib/posixtm.c (ISDIGIT, year): Likewise.
30635         * lib/strverscmp.c (ISDIGIT): Likewise.
30636         * lib/userspec.c (ISDIGIT): Likewise.
30637
30638 2002-01-16  Jim Meyering  <meyering@lucent.com>
30639
30640         * lib/getdate.y: Add three semicolons, each just before a closing
30641         brace. Bison (as of version 1.31) no longer papers over that mistake.
30642
30643 2002-01-05  Jim Meyering  <meyering@lucent.com>
30644
30645         * lib/version-etc.c (version_etc_copyright): Update copyright year.
30646
30647 2001-12-19  Paul Eggert  <eggert@twinsun.com>
30648
30649         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
30650         not silently exit merely because the output buffer happens to
30651         have nothing pending.
30652
30653 2001-12-18  Paul Eggert  <eggert@twinsun.com>
30654
30655         See the big note in ../ChangeLog.
30656         * lib/human.c (suffixes): Prefer K to k for 1024.
30657         (generate_suffix_backwards): New function.
30658         (human_readable_inexact): Use it.
30659         * lib/xstrtol.c (__xstrtol): If there is no number but there
30660         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
30661         Accept 'K' as well as 'k'.
30662
30663 2001-12-15  Jim Meyering  <meyering@lucent.com>
30664
30665         * lib/regex.h (__restrict_arr): Update from libc.
30666
30667         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
30668         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
30669         (STREQ): Define.
30670
30671 2001-12-14  Jim Meyering  <meyering@lucent.com>
30672
30673         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
30674         Suggestion from Bruno Haible.
30675
30676 2001-12-10  Jim Meyering  <meyering@lucent.com>
30677
30678         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
30679         xrealloc, Instead, include "xalloc.h".
30680         (initbuffer): Don't cast xmalloc return value to char*.
30681         (readline): Reword comment.
30682         Don't cast xrealloc return value to char*
30683         Return NULL, not 0.
30684
30685 2001-12-09  Jim Meyering  <meyering@lucent.com>
30686
30687         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
30688         about `signed and unsigned type in conditional expression'.
30689         * lib/posixtm.c (posix_time_parse): Likewise.
30690
30691         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
30692
30693         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
30694         to avoid a pedantic warning.
30695
30696         * lib/getstr.c: Don't include assert.h.
30697         (getstr): Remove warning-evoking assertions.
30698         Return -1 if offset parameter is out of bounds.
30699         Change the type of a local from int to size_t.
30700
30701         * lib/strftime.c (my_strftime_localtime_r): Include this function
30702         definition in the `#if ! HAVE_TM_GMTOFF' block.
30703
30704         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
30705         Include xalloc.h instead.
30706
30707 2001-12-02  Jim Meyering  <meyering@lucent.com>
30708
30709         * lib/tempname.c: Don't declare getenv, thus reverting the change of
30710         2001-11-18.  It's no longer necessary, now that stdlib.h is always
30711         included.
30712
30713         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
30714         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
30715
30716 2001-11-30  Akim Demaille  <akim@epita.fr>
30717
30718         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
30719         before being defined.
30720
30721 2001-11-27  Paul Eggert  <eggert@twinsun.com>
30722
30723         * lib/quotearg.h (quotearg_n, quotearg_n_style):
30724         First arg is int, not unsigned.
30725         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
30726         (SIZE_MAX, UINT_MAX): New macros.
30727         (quotearg_n_options): Abort if N is negative.
30728         Avoid overflow check on hosts where size_t is 64 bits and int
30729         is 32 bits, as overflow is impossible there.
30730         Fix off-by-one typo that caused unnecessary reallocation.
30731
30732 2001-11-27  Jim Meyering  <meyering@lucent.com>
30733
30734         * lib/tempname.c: Merge with version from libc.
30735         * lib/regex.c: Likewise.
30736
30737         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
30738         systems for which STDC_HEADERS is 0, it was not included, resulting in
30739         a warning about an integer-to-pointer conversion problem with getenv.
30740         Reported by Volker Borchert.
30741
30742 2001-11-26  Jim Meyering  <meyering@lucent.com>
30743
30744         * lib/gtod.h: Remove file.
30745         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
30746         * lib/gettimeofday.c: Don't include gtod.h.
30747         (GTOD_init): Remove function.
30748         (rpl_gettimeofday): Do its job here instead, rather than aborting.
30749         Suggestion from Volker Borchert.
30750
30751 2001-11-23  Jim Meyering  <meyering@lucent.com>
30752
30753         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
30754         it.
30755         * lib/hash.c (struct hash_table): Define it here instead.
30756
30757 2001-11-22  Jim Meyering  <meyering@lucent.com>
30758
30759         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
30760
30761 2001-11-20  Jim Meyering  <meyering@lucent.com>
30762
30763         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
30764         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
30765
30766 2001-11-19  Jim Meyering  <meyering@lucent.com>
30767
30768         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
30769         directory.  Use "conftestXXXXXX" as the template.
30770         Suggestion from Paul Eggert.
30771
30772         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
30773         immediately, so the test doesn't mistakenly hit the max-open-files
30774         limit.
30775
30776 2001-11-18  Paul Eggert  <eggert@twinsun.com>
30777
30778         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
30779         (TEMPORARIES): New macro.
30780         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
30781         removes an artificial limitation (e.g. HP-UX 10.20, where
30782         TMP_MAX is 17576).
30783
30784 2001-11-18  Jim Meyering  <meyering@lucent.com>
30785
30786         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
30787
30788 2001-11-18  Jim Meyering  <meyering@lucent.com>
30789
30790         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
30791         on SunOS 4.
30792
30793         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
30794         files will be created before anything else.
30795
30796 2001-11-17  Paul Eggert  <eggert@twinsun.com>
30797
30798         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
30799         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
30800
30801 2001-11-17  Jim Meyering  <meyering@lucent.com>
30802
30803         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
30804         Prompted by a report from Bob Proulx.
30805
30806         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
30807         Instead, require UTILS_FUNC_MKSTEMP.
30808
30809 2001-11-17  Jim Meyering  <meyering@lucent.com>
30810
30811         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
30812         Now, that's done as part of AC_FUNC_STRTOD.
30813
30814 2001-11-17  Jim Meyering  <meyering@lucent.com>
30815
30816         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
30817         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
30818         rather than group writable.  Patch by Juan F. Codagnone.
30819
30820         * lib/readtokens.c: Remove explicit declarations of xmalloc and
30821         xrealloc, Instead, include "xalloc.h".
30822
30823         * lib/mountlist.c: Include unlocked-io.h after all system headers.
30824         Remove explicit declarations of xmalloc, xrealloc,
30825         and xstrdup.  Instead, include "xalloc.h".
30826
30827         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
30828         unlocked-io.h.
30829         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
30830         Likewise.
30831         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
30832
30833         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
30834         Reported by Padraig Brady.
30835
30836         * lib/mkstemp.c: #undef mkstemp.
30837         Include config.h.
30838         (rpl_mkstemp): Rename from mkstemp.
30839         Protoize.
30840
30841 2001-11-16  Jim Meyering  <meyering@lucent.com>
30842
30843         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
30844         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
30845         determine the amount of total physical memory, use pstat_getstatic.
30846         HPUX-11 doesn't define _SC_PHYS_PAGES.
30847         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
30848         If sysconf couldn't be used to determine the amount of available
30849         physical memory, use both pstat_getstatic and pstat_getdynamic.
30850         Based on a patch from Bob Proulx.
30851
30852 2001-11-10  Jim Meyering  <meyering@lucent.com>
30853
30854         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
30855         (jm_PREREQ): Use it.
30856
30857 2001-11-09  Jim Meyering  <meyering@lucent.com>
30858
30859         * m4/jm-macros.m4: Require autoconf-2.52f.
30860         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
30861         Use these AC_-prefixed names, not the AM_-prefixed ones.
30862
30863         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
30864
30865 2001-11-05  Jim Meyering  <meyering@lucent.com>
30866
30867         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
30868
30869 2001-11-04  Jim Meyering  <meyering@lucent.com>
30870
30871         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
30872         $DEFS.
30873
30874 2001-11-03  Jim Meyering  <meyering@lucent.com>
30875
30876         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
30877         of AC_DEFUN.
30878
30879         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
30880         know the name of the variable in the macro definition.
30881
30882 2001-11-03  Jim Meyering  <meyering@lucent.com>
30883
30884         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
30885         in argmatch_to_argument call.
30886
30887         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
30888         argument.
30889
30890         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
30891         e.g., a fault due to an attempt to free a NULL pointer.
30892
30893 2001-11-01  Jim Meyering  <meyering@lucent.com>
30894
30895         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
30896         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
30897
30898 2001-11-01  Jim Meyering  <meyering@lucent.com>
30899
30900         * lib/dirfd.c, lib/dirfd.h: New files.
30901         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
30902
30903         * lib/hash.c (hash_print) [TESTING]: Clean up.
30904
30905 2001-10-22  Paul Eggert  <eggert@twinsun.com>
30906
30907         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
30908         to avoid a warning if -Wall.
30909
30910 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
30911
30912         * README: New file
30913         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
30914         (per RMS's instructions, this is now the canonical source)
30915         * lgpl/, gpl/: New directories.
30916
30917 2001-10-21  Paul Eggert  <eggert@twinsun.com>
30918
30919         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
30920
30921 2001-10-21  Jim Meyering  <meyering@lucent.com>
30922
30923         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
30924         this code would end up calling gettext even in packages built
30925         with --disable-nls.
30926         * lib/getopt.c (_): Likewise.
30927         * lib/regex.c (_): Likewise.
30928
30929 2001-10-20  Paul Eggert  <eggert@twinsun.com>
30930
30931         * m4/error.m4 (jm_PREREQ_ERROR):
30932         Do not invoke AC_CHECK_FUNCS with strerror_r, as
30933         AC_FUNC_STRERROR_R does that.
30934         Check for strerror declaration.
30935
30936         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
30937         are supposed to have them these days.
30938         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
30939         Merge changes from latest Autoconf CVS.
30940         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
30941         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
30942         POSIX decided to standardize on the int flavor of strerror_r.
30943
30944 2001-10-20  Paul Eggert  <eggert@twinsun.com>
30945
30946         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
30947         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
30948         Use strerror_r that is only a macro, even if it is not a function.
30949         (strerror): Check for HAVE_DECL_STRERROR before declaring.
30950         (private_strerror): Use prototypes, not old-style function definition.
30951         (print_errno_message): New function.
30952         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
30953         char*-flavored one.
30954         (error_tail, error, error_at_line): Use it.
30955
30956 2001-10-11  Jim Meyering  <meyering@lucent.com>
30957
30958         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
30959         and quote_n (1, ... to avoid clobbering a buffer.
30960
30961 2001-10-05  Jim Meyering  <meyering@lucent.com>
30962
30963         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
30964         hash-pjw.h.
30965         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
30966         * lib/hash-pjw.h: New file.
30967
30968 2001-09-30  Jim Meyering  <meyering@lucent.com>
30969
30970         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
30971         `struct fsstat' has the `f_fstypename' member.
30972         Use that to define FS_TYPE, which is now used to make
30973         the getfsstat link test tighter.
30974
30975 2001-09-30  Jim Meyering  <meyering@lucent.com>
30976
30977         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
30978         Include <sys/ucred.h>, for Apple Darwin.
30979         Include sys/mount.h and sys/fs_types.h only if available.
30980         (FS_TYPE): Define.
30981         (read_filesystem_list): Use FS_TYPE.
30982
30983 2001-09-29  Paul Eggert  <eggert@twinsun.com>
30984
30985         * lib/exclude.c (excluded_filename): 0 -> false, since it's
30986         a boolean context.
30987
30988 2001-09-29  Jim Meyering  <meyering@lucent.com>
30989
30990         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
30991         [one-argument getmntent function]): Include stdio.h before mntent.h.
30992         SunOS 4.1.x needs it for the declaration of `FILE'.
30993         Patch by Volker Borchert.
30994
30995         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
30996         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
30997         sys/fs_types.h, and make the link-test for getfsstat guard #include
30998         directives with appropriate #if HAVE_*_H tests so that we can
30999         detect getfsstat on Apple Darwin1.3.7 systems.
31000         Reported by Nelson Beebe.
31001         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
31002
31003 2001-09-28  Paul Eggert  <eggert@twinsun.com>
31004
31005         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
31006         #defines strtoimax.  Also treat the other strto* functions
31007         like strtoimax.
31008
31009         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
31010         Check for strtoul and strtoumax,
31011         as those declarations are made even in the signed case.
31012         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
31013         Likewise, for strtol and strtoimax.
31014
31015 2001-09-28  Paul Eggert  <eggert@twinsun.com>
31016
31017         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
31018         #defines strtoimax.  Also treat the other strto* functions
31019         like strtoimax.
31020
31021         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
31022         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
31023         (strtoimax, strtoumax): Do not declare if already defined as a macro.
31024
31025 2001-09-26  Jim Meyering  <meyering@lucent.com>
31026
31027         Most macros in unlocked-io.h had the wrong number of arguments.
31028         * lib/gen-uio: New script.
31029         (USE_UNLOCKED_IO): Define to 1 if not already defined.
31030         * lib/unlocked-io.hin: Remove file.
31031         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
31032         rather than trying to embed it here.
31033         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
31034         Reported by Padraig Brady.
31035
31036 2001-09-25  Volker Borchert  <bt@teknon.de>
31037
31038         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
31039         `result'.
31040
31041 2001-09-24  Jim Meyering  <meyering@lucent.com>
31042
31043         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
31044
31045 2001-09-23  Jim Meyering  <meyering@lucent.com>
31046
31047         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
31048         instead of the mere test for existence of mntent.h.  The latter
31049         would get a false-positive on AIX 3.4 systems.
31050         In the outer getmntent if-block, don't die if neither of the getmntent
31051         tests succeeds.  Instead, just fall through and continue with the
31052         remaining tests.
31053
31054 2001-09-23  Jim Meyering  <meyering@lucent.com>
31055
31056         * lib/mountlist.c: Remove useless parentheses in #if directives.
31057         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
31058         the deprecated MOUNTED symbol is no longer defined in mntent.h.
31059
31060 2001-09-22  Jim Meyering  <meyering@lucent.com>
31061
31062         * m4/gettext.m4: New file.  From gettext.
31063         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
31064         * m4/progtest.m4: Likewise
31065         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
31066         * m4/glibc21.m4: Likewise.
31067
31068         * m4/libintl.m4: Remove.  No longer used.
31069
31070 2001-09-22  Jim Meyering  <meyering@lucent.com>
31071
31072         * lib/localcharset.c: Update from latest gettext.
31073         * lib/config.charset: Likewise.
31074
31075 2001-09-20  Jim Meyering  <meyering@lucent.com>
31076
31077         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
31078         strtoimax.
31079         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
31080         strtoumax.
31081
31082 2001-09-20  Jim Meyering  <meyering@lucent.com>
31083
31084         * lib/xstrtol.c (strtoimax): Guard declaration with
31085         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
31086         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
31087         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
31088         (strtoumax): Likewise, for completeness (it wasn't necessary).
31089
31090 2001-09-17  Paul Eggert  <eggert@twinsun.com>
31091
31092         * lib/strtoimax.c (HAVE_LONG_LONG):
31093         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
31094         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
31095         to work around bug in IBM C compiler.
31096
31097 2001-09-17  Jim Meyering  <meyering@lucent.com>
31098
31099         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
31100         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
31101         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
31102         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
31103         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
31104         whenever the right hand side need not be expanded by the shell.
31105
31106 2001-09-16  Paul Eggert  <eggert@twinsun.com>
31107
31108         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
31109         library.  It's not correct, as some older glibcs are buggy.
31110         fnmatch wasn't fixed until glibc 2.2.
31111
31112         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
31113         special shell magic here.
31114
31115 2001-09-16  Jim Meyering  <meyering@lucent.com>
31116
31117         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
31118         * m4/jm-macros.m4: Require it.
31119
31120 2001-09-16  Jim Meyering  <meyering@lucent.com>
31121
31122         * lib/mkdir.c: New file.
31123
31124 2001-09-15  Jim Meyering  <meyering@lucent.com>
31125
31126         * m4/jm-macros.m4: Check for help2man.
31127
31128 2001-09-11  Jim Meyering  <meyering@lucent.com>
31129
31130         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
31131         The body, by Paul Eggert, was moved here from configure.in.
31132         * m4/jm-macros.m4: Require UTILS_HOST_OS.
31133
31134 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31135
31136         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
31137         (jm_PREREQ): Use it.
31138
31139 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31140
31141         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
31142         Use ssize_t, not int, to store result of readlink.
31143         Check for ssize_t overflow as well as size_t overflow,
31144         as POSIX says the result of readlink is implementation-defined
31145         when ssize_t overflows.
31146         Remove unnecessary cast to char*.
31147         Use free+malloc instead of realloc, as the storage doesn't need
31148         to be preserved and it's clearer and can be more efficient that way.
31149         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
31150         * lib/xreadlink.h (xreadlink): Update prototype.
31151
31152 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31153
31154         * lib/xgetcwd.c: Revert some of the previous change; intead,
31155         fix the HAVE_GETCWD_NULL code to behave more like the
31156         !HAVE_GETCWD_NULL code used to.
31157
31158         Include "xalloc.h".
31159         (xgetcwd): Do not return NULL when memory is exhausted; instead,
31160         invoke xalloc_die.
31161
31162 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31163
31164         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
31165         sys/param.h, as pathmax.h includes them.
31166
31167 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31168
31169         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
31170         (jm_PREREQ_XGETCWD): New macro.
31171
31172         * m4/getcwd.m4: New file.
31173
31174 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31175
31176         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
31177         like the HAVE_GETCWD_NULL code.
31178         Include pathmax.h if not HAVE_GETCWD.
31179         Do not include xalloc.h.
31180         (INITIAL_BUFFER_SIZE): New symbol.
31181         Do not use xmalloc / xrealloc, since the caller is responsible for
31182         handling errors.  Preserve errno around `free' during failure.
31183         Do not overrun buffer when using getwd.
31184
31185 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31186
31187         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
31188         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
31189         getcwd (NULL, 0).
31190
31191 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31192
31193         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
31194         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
31195         spotted by Jim Meyering.
31196
31197 2001-09-03  Jim Meyering  <meyering@lucent.com>
31198
31199         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
31200         failure.
31201
31202 2001-09-02  Jim Meyering  <meyering@lucent.com>
31203
31204         * lib/error.c: Update from GNU libc.
31205
31206 2001-09-01  Jim Meyering  <meyering@lucent.com>
31207
31208         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
31209         Used by df.
31210
31211 2001-09-01  Jim Meyering  <meyering@lucent.com>
31212
31213         * lib/xreadlink.c: New file.
31214         * lib/xreadlink.h: New file.
31215         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
31216         xreadlink.h.
31217
31218         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
31219         doesn't conflict with sparc Solaris 7's definition in
31220         /usr/include/sys/int_types.h.
31221
31222         * lib/exclude.c: Use `""', not `<>' to #include non-system header
31223         files.
31224         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
31225         and strncasecmp as r-values.  Unixware didn't have declarations.
31226
31227 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31228
31229         * lib/xstrtol.h: Add copyright notice.
31230         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
31231         LONGINT_INVALID_SUFFIX_CHAR.
31232
31233 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31234
31235         * lib/xstrtol.c (strtoimax): New decl.
31236
31237 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31238
31239         * lib/xgetcwd.c: Don't include pathmax.h.
31240         Include stdlib.h and unistd.h if available.
31241         Include xalloc.h.
31242         (xmalloc, xstrdup, free): Remove decls.
31243         (xgetcwd): Don't assume sizes fit in unsigned.
31244         Check for overflow when computing sizes.
31245         Simplify reallocation code.
31246
31247 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31248
31249         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
31250         a directory's st_size can have an arbitrary value, so the old
31251         usage could waste an arbitrary amount of memory.  All uses
31252         changed.
31253         * lib/savedir.h: Update prototype.
31254
31255 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31256
31257         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
31258
31259         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
31260         old strtoimax.c.
31261
31262         Also, make the following further changes to make this file's
31263         configuration more similar to that of strtol.c:
31264         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
31265         (strtoumax, uintmax_t, strtoull, strtol): Remove.
31266         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
31267         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
31268         changed to signed values.
31269
31270         And make the following changes as well:
31271         Fix copyright notice, as 1999 was missing.
31272         (verify): New macro.
31273         (strtoimax): Check sizes at compile-time, not run-time.
31274         Prefer strtol to strtoll if both work.
31275         (main): Remove; it was not that useful and was a pain to maintain.
31276
31277         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
31278
31279 2001-08-31  Jim Meyering  <meyering@lucent.com>
31280
31281         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
31282         Use an initial, malloc'd, buffer of length 128 rather than
31283         a statically allocated one of length 1024.
31284
31285 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31286
31287         Simplify code, partly by assuming autoconf 2.52 semantics.
31288
31289         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
31290
31291         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
31292         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
31293         All uses removed.
31294         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
31295         Move AC_REQUIRE to next-to-top level, to avoid confusion.
31296         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
31297         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
31298         jm_AC_HEADER_INTTYPES_H.
31299         * m4/jm-macros.m4 (jm_MACROS): Likewise.
31300
31301         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
31302
31303         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
31304         Quote first arg of AC_DEFUN.
31305         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
31306         since they are needed to parse the include file even if we need
31307         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
31308         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
31309         but with opposite signedness.
31310
31311 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31312
31313         Merge 'exclude' changes from tar 1.13.22.
31314         This fixes one or two unlikely storage allocation overflow bugs,
31315         but doesn't change user-visible behavior otherwise.
31316
31317 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31318
31319         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
31320         (jm_PREREQ_EXCLUDE): New macro.
31321
31322 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31323
31324         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
31325         tm to be declared.
31326
31327 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31328
31329         * lib/hash.c: Remove '2001' from copyright notice.
31330
31331 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31332
31333         * lib/full-write.h: New file.
31334         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
31335         * lib/full-write.c: Correct credits, as cccp.c no longer
31336         exists and anyway it was so heavily changed from the old cccp
31337         code as to be unrecognizable.  Include full-write.h.
31338         (full_write) Return size_t, with short writes meaning failure.
31339         All callers changed.  This fixes a bug with large buffers
31340         on 64-bit hosts.
31341         * lib/utime.c: Include full-write.h.
31342
31343 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31344
31345         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
31346         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
31347         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
31348         Include if available.
31349         (<xalloc.h>): Include
31350         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
31351         (verify): New macro.  Use it to verify that EXCLUDE macros do not
31352         collide with FNM macros.
31353         (struct patopts): New struct.
31354         (struct exclude): Use it, as exclude patterns now come with options.
31355         (new_exclude): Support above changes.
31356         (new_exclude, add_exclude_file):
31357         Initial size must now be a power of two to simplify overflow checking.
31358         (free_exclude, fnmatch_no_wildcards): New function.
31359         (excluded_filename): No longer requires options arg, as the options
31360         are determined by add_exclude.  Now returns bool, not int.
31361         (excluded_filename, add_exclude):
31362         Add support for the fancy new exclusion options.
31363         (add_exclude, add_exclude_file): Now takes int options arg.
31364         Check for arithmetic overflow when computing sizes.
31365         (add_exclude_file): xrealloc might modify errno, so don't
31366         realloc until after errno might be used.
31367
31368         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
31369         New macros.
31370         (free_exclude): New decl.
31371         (add_exclude, add_exclude_file): Now takes int options arg.
31372         (excluded_filename): No longer requires options arg, as the options
31373         are determined by add_exclude.  Now returns bool, not int.
31374
31375 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31376
31377         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
31378
31379 2001-08-27  Jim Meyering  <meyering@lucent.com>
31380
31381         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
31382
31383         * lib/version-etc.c (N_): Remove definition.
31384         Revert most of last change.
31385         Instead, simply don't mark the `Copyright...' string for translation.
31386         Based on advice from Paul Eggert.
31387
31388         * lib/strtoxmax.c: Tweak comment.
31389
31390 2001-08-26  Jim Meyering  <meyering@lucent.com>
31391
31392         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
31393
31394         * m4/xstrtoimax.m4: New file.
31395         * m4/xstrtoumax.m4: Add comments explaining why we
31396         AC_REPLACE_FUNCS(strtol).
31397
31398 2001-08-26  Jim Meyering  <meyering@lucent.com>
31399
31400         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
31401         of copyright with `%s' so translators don't get an untranslated
31402         message in 2002.
31403         (COPYRIGHT_YEAR): Define.
31404         (version_etc): Use fprintf rather than fputs.
31405         Suggestion from Ulrich Drepper.
31406
31407         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
31408
31409         * lib/strtoll.c: New file, from GNU libc.
31410         * lib/xstrtoimax.c: New file.
31411
31412         * lib/xstrtol.h: Add xstrtoimax.
31413         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
31414         * lib/strtoimax.c: New file.  Likewise, but first define
31415         STRTOUXMAX_SIGNED.
31416
31417         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
31418         ...
31419         * lib/strtoxmax.c: ... then renamed to this.
31420
31421 2001-08-18  Paul Eggert  <eggert@twinsun.com>
31422
31423         * m4/inttypes.m4: Add AC_PREREQ(2.13).
31424         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
31425         (jm_AC_TYPE_INTMAX_T): New macro.
31426         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
31427
31428         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
31429
31430         * m4/longlong.m4: Renamed from ulonglong.m4.
31431         * m4/inttypes.m4: Renamed from inttypes_h.m4.
31432         * m4/uintmax_t.m4: Removed.
31433
31434 2001-08-13  Paul Eggert  <eggert@twinsun.com>
31435
31436         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
31437         Port to Solaris 8, where 'sed' requires a space after the 'r'
31438         command, and where sh dislikes "$/".  Clean up the spacing a bit.
31439         Redirect output to $tmp just once.
31440
31441 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
31442
31443         * lib/addext.c (<errno.h>): Include.
31444         (errno): Declare if not defined.
31445         (addext): Work correctly when pathconf returns -1 and leaves
31446         errno alone because there is no limit.  Also, work even if
31447         pathconf returns a value greater than SIZE_MAX.
31448
31449 2001-08-12  Jim Meyering  <meyering@lucent.com>
31450
31451         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
31452         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
31453         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
31454         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
31455         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
31456         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
31457         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
31458         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
31459         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
31460         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
31461         utime.m4, utimes.m4, xstrtoumax.m4:
31462         Quote the first argument in each use of AC_DEFUN.
31463
31464 2001-08-12  Jim Meyering  <meyering@lucent.com>
31465
31466         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
31467         Simply `return getcwd (NULL, 0);'.
31468         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
31469         Use 1300 as initial value for length, not PATH_MAX.
31470
31471         * lib/pathmax.h: Clean up cpp syntax.
31472
31473 2001-08-12  Jim Meyering  <meyering@lucent.com>
31474
31475         * lib/gettimeofday.c: New file.
31476         * lib/gtod.h: New file.
31477         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
31478
31479 2001-08-05  Jim Meyering  <meyering@lucent.com>
31480
31481         * m4/jm-macros.m4: Require autoconf-2.52.
31482
31483 2001-08-04  Jim Meyering  <meyering@lucent.com>
31484
31485         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
31486         stmt, to get in sync with glibc.
31487
31488 2001-08-03  Paul Eggert  <eggert@twinsun.com>
31489
31490         The following changes are from gettext 0.10.39 as maintained by
31491         Bruno Haible.
31492
31493         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
31494         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
31495         with inverted sense.  All uses changed.
31496
31497         * lib/mbswidth.c: Don't include <limits.h>.
31498         Include <stdlib.h> and <string.h> unconditionally.
31499         (iswcntrl, mbsinit, ISCNTRL): New macros.
31500         (mbsnwidth): Use K&R style function declarations.
31501         Don't bother checking for MB_LEN_MAX == 1, since the compiler
31502         can optimize it when MB_CUR_MAX == 1.
31503         The width of control characters is zero, not 1.
31504
31505 2001-08-03  Paul Eggert  <eggert@twinsun.com>
31506
31507         The following changes are from gettext 0.10.39 as maintained by
31508         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
31509
31510         * m4/codeset.m4: Upgrade to serial AM1.
31511         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
31512         all uses changed.  Quote first arg of AC_DEFUN.
31513         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
31514
31515         * m4/iconv.m4: Upgrade to serial AM2.
31516         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
31517         Add --with-libconv-prefix.
31518         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
31519         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
31520         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
31521         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
31522         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
31523
31524         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
31525         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
31526         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
31527         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
31528         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
31529         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
31530         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
31531         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
31532         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
31533
31534         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
31535         string.h any more.
31536
31537         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
31538         not the default value.
31539
31540         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
31541         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
31542         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
31543         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
31544         Also check for iswcntrl, used for wcwidth fallback.
31545         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
31546         to Autoconf 2.13.
31547
31548 2001-08-03  Jim Meyering  <meyering@lucent.com>
31549
31550         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
31551         as it was in the original.  Reported by Paul Eggert.
31552
31553 2001-07-16  Jim Meyering  <meyering@lucent.com>
31554
31555         * m4/gettimeofday.m4: New file.
31556         Prompted by a report from Bernhard Baehr.
31557
31558 2001-07-15  Jim Meyering  <meyering@lucent.com>
31559
31560         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
31561         stuff. Now it's in ../Makefile.cfg.
31562
31563 2001-07-15  Jim Meyering  <meyering@lucent.com>
31564
31565         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
31566         (BUILT_SOURCES): Add unlocked-io.h.
31567         (io_functions): Define.
31568         (unlocked-io.h): New rule.
31569         (DISTCLEANFILES): Add unlocked-io.h.
31570         (all-local): Depend on unlocked-io.h, to ensure it is created.
31571
31572         * lib/unlocked-io.hin: New file
31573
31574         * lib/regex.c: Update from glibc.
31575
31576 2001-07-05  Jim Meyering  <meyering@lucent.com>
31577
31578         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
31579         recommendation.
31580         (libfetish_a_SOURCES): Put all .h files here instead.
31581         Remove a thus-exposed (better checks in automake) duplicate and
31582         two unnecessary .h files.
31583
31584 2001-07-04  Jim Meyering  <meyering@lucent.com>
31585
31586         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
31587         that generates jm-glibc-io.m4 so that it doesn't trigger any make
31588         distcheck failure.
31589
31590 2001-07-02  Jim Meyering  <meyering@lucent.com>
31591
31592         The following changes were prompted by suggestions from Bruno Haible.
31593
31594         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
31595         is now generated.
31596         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
31597         definition of EXTRA_DIST.
31598         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
31599         ensure that the generated file is created/updated whenever the list
31600         of $(unlocked_functions) is changed.
31601         (jm-glibc-io.m4): New rule.
31602         (unlocked-io.h): New rule -- currently unused.
31603
31604 2001-06-24  Jim Meyering  <meyering@lucent.com>
31605
31606         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
31607         unmatched right bracket, rather than kludging it with an extra,
31608         falsely-matching quote in a comment.  Patch by Akim Demaille.
31609
31610 2001-06-11  Jim Meyering  <meyering@lucent.com>
31611
31612         * lib/regex.c: Update from GNU libc.
31613
31614 2001-05-27  Jim Meyering  <meyering@lucent.com>
31615
31616         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
31617         Check for ut_type in struct utmp.
31618
31619 2001-05-27  Jim Meyering  <meyering@lucent.com>
31620
31621         * lib/readutmp.h (UT_TYPE): Define.
31622
31623 2001-05-24  Jim Meyering  <meyering@lucent.com>
31624
31625         * lib/argmatch.c: Include "quote.h".
31626         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
31627         quote function.  Reported by Göran Uddeborg.
31628
31629 2001-05-22  Jim Meyering  <meyering@lucent.com>
31630
31631         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
31632         now that we use the package-supplied version unconditionally.
31633         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
31634
31635 2001-05-21  Jim Meyering  <meyering@lucent.com>
31636
31637         * m4/regex.m4: Change a couple backticks to single quotes to avoid
31638         shell syntax errors.
31639
31640 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
31641
31642         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
31643
31644 2001-05-20  Paul Eggert  <eggert@twinsun.com>
31645
31646         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
31647         Don't bother to check library strftime, since
31648         we'll be using our own my_strftime function anyway.
31649         Define my_strftime instead of strftime.
31650
31651 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
31652
31653         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
31654         which is not yet declared.
31655
31656 2001-05-15  Jim Meyering  <meyering@lucent.com>
31657
31658         * m4/regex.m4: Use proper quoting so brackets appear in the test
31659         program.
31660         Reported by, and with help from, Bruno Haible.
31661
31662 2001-05-13  Jim Meyering  <meyering@lucent.com>
31663
31664         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
31665         undefined.
31666
31667 2001-05-11  Paul Eggert  <eggert@twinsun.com>
31668
31669         dirname code cleanup.  base_name now behaves more compatibly
31670         with POSIX basename when given file names that have trailing
31671         slashes, and similarly for dir_name.  Add new primitives
31672         base_len and dir_len.  Put the directory-name-related decls
31673         into dirname.h.
31674
31675         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
31676         * lib/backupfile.c (base_name): Likewise.
31677         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
31678         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
31679         * lib/makepath.c (strip_trailing_slashes): Likewise.
31680         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
31681         ISSLASH): Likewise.
31682         * lib/rename.c (strip_trailing_slashes): Likewise.
31683         * lib/same.c (base_name): Likewise.
31684         * lib/stripslash.c (ISSLASH): Likewise.
31685
31686         * lib/addext.c: Include <dirname.h> after size_t is defined.
31687         * lib/backupfile.c: Likewise.
31688
31689         * lib/addext.c (addext): Use base_len to trim redundant
31690         trailing slashes instead of doing it ourselves.
31691         But do not trim the last slash if it is not redundant.
31692
31693         * lib/backupfile.c (find_backup_file_name,
31694         max_backup_version): Use base_len instead of rolling it ourselves.
31695         Handle the case of "" and (on DOS) "C:" correctly.
31696
31697         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
31698         needed. Include <string.h>, <dirname.h>.
31699         (base_name): Allow file names ending in slashes, other than names
31700         that are all slashes.  In this case, return the basename followed
31701         by the slashes.  This is more general, and can be used in places
31702         where the original base_name purposely had an assertion failure.
31703         (base_len): New function.
31704
31705         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
31706         Do not include <assert.h>; no longer needed.
31707         Include xalloc.h.
31708         (memrchr): Remove decl.
31709         (dir_name_r): Remove.
31710         (dir_len): Renamed from dirlen.  All callers changed.
31711         Rewrite in terms of base_name, for simplicity and consistency.
31712         (dir_name): Never return NULL.  All callers changed.
31713         Do not include <stdlib.h> in test program; no longer needed.
31714         return 0; is fine for test program.
31715
31716         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
31717         New macros.
31718         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
31719
31720         * lib/path-concat.c (path_concat): Use base_len to compute
31721         base length, not strlen; this means we cannot rely on memcpy
31722         to null-terminate.
31723
31724         * lib/same.c (STREQ): Remove.
31725         (same_name): Handle the case where the basename ends in trailing '/'.
31726
31727         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
31728         a slash was stripped.  Do not strip the last slash after a
31729         file system prefix.
31730
31731 2001-05-11  Paul Eggert  <eggert@twinsun.com>
31732
31733         * lib/Makefile.am (libfetish_a_SOURCES):
31734         Add strftime.c, since we now compile it on all hosts.
31735
31736         * lib/strftime.c (my_strftime):
31737         Define to nstrftime if emacs, but only if my_strftime is not defined.
31738         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
31739         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
31740         Add one more extra argument: a nanoseconds value.
31741         All uses changed.
31742         (ns): New macro.
31743         (my_strftime function): Add %N format.
31744         (emacs_strftimeu): Renamed from emacs_strftime,
31745         with extra ut argument.
31746
31747 2001-05-09  Paul Eggert  <eggert@twinsun.com>
31748
31749         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
31750
31751 2001-04-21  Jim Meyering  <meyering@lucent.com>
31752
31753         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
31754         doesn't interfere.
31755
31756 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
31757
31758         * m4/ftruncate.m4: Check for chsize.
31759         Link with ftruncate.o unconditionally if ftruncate is missing.
31760         This was required when cross-compiling to i586-mingw32msvc.
31761
31762 2001-04-08  Jim Meyering  <meyering@lucent.com>
31763
31764         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
31765         recomputed; that's necessary when the offset spans a DST transition.
31766         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
31767
31768 2001-04-02  Jim Meyering  <meyering@lucent.com>
31769
31770         * lib/regex.h, regex.c: Update from GNU libc.
31771
31772 2001-03-24  Jim Meyering  <meyering@lucent.com>
31773
31774         * m4/jm-macros.m4: Require autoconf-2.49d.
31775
31776 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
31777
31778         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
31779
31780 2001-03-19  Paul Eggert  <eggert@twinsun.com>
31781
31782         * lib/version-etc.c (version_etc_copyright): Update to 2001.
31783
31784 2001-03-17  Jim Meyering  <meyering@lucent.com>
31785
31786         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
31787         now that the version in autoconf is equivalent.
31788         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
31789
31790         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
31791         Suggestion from Akim Demaille.
31792
31793         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
31794         (jm_PREREQ_TEMPNAME): New function.
31795
31796 2001-03-16  Paul Eggert  <eggert@twinsun.com>
31797
31798         * lib/tempname.c (uint64_t): Define to uintmax_t if
31799         not defined, and if UINT64_MAX is not defined.
31800         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
31801         Reported by John David Anglin.
31802
31803 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
31804
31805         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
31806         resolve alias if codeset is empty.
31807         * lib/config.charset (BeOS): Use wildcard syntax.
31808
31809 2001-03-13  Jim Meyering  <meyering@lucent.com>
31810
31811         * lib/path-concat.c (path_concat)
31812         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
31813         concatenating e.g., `C:' and `foo'.
31814         From Bruno Haible.
31815
31816 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
31817
31818         * lib/localcharset.c (locale_charset): Don't use
31819         setlocale(LC_CTYPE,NULL). Don't return NULL.
31820         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
31821
31822 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
31823
31824         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
31825         support for DOS/DJGPP.
31826
31827 2001-03-01  Paul Eggert  <eggert@twinsun.com>
31828
31829         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
31830         lacks mkstemp.  Compile our own tempname.c if we compile our own
31831         mkstemp.c, as mkstemp relies on tempname.
31832
31833 2001-03-01  Jim Meyering  <meyering@lucent.com>
31834
31835         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
31836         AH_VERBATIM really does output its argument verbatim.
31837
31838 2001-02-28  Paul Eggert  <eggert@twinsun.com>
31839
31840         * lib/Makefile.am (libfetish_a_SOURCES):
31841         Add dup-safer.c, fopen-safer.c.
31842         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
31843
31844         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
31845         * lib/unistd-safer.h: New files.
31846
31847 2001-02-25  Paul Eggert  <eggert@twinsun.com>
31848
31849         The mkstemp replacement is taken from glibc 2.2.2, with some
31850         portability fixes for use outside glibc, as follows:
31851
31852         * lib/tempname.c (struct_stat64): New macro.
31853         (direxists, __gen_tempname): Use it.
31854         This avoids a portability problem with Solaris 8.
31855
31856         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
31857         (<stddef.h>, <stdint.h>, <string.h>):
31858         Include only if STDC_HEADERS || _LIBC.
31859         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
31860         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
31861         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
31862         (__set_errno): Define this macro if <errno.h> doesn't.
31863         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
31864         Define these macros if <stdio.h> doesn't.
31865         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
31866         Define these macros if <sys/stat.h>
31867         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
31868         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
31869         __xstat64): Define if not _LIBC.
31870         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
31871         (__gen_tempname): Invoke gettimeofday only if
31872         HAVE_GETTIMEOFDAY || _LIBC;
31873         otherwise, fall back on plain "time".
31874         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
31875
31876         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
31877
31878         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
31879
31880 2001-02-18  Paul Eggert  <eggert@twinsun.com>
31881
31882         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
31883
31884 2001-02-17  Paul Eggert  <eggert@twinsun.com>
31885
31886         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
31887         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
31888         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
31889         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
31890
31891 2001-02-17  Paul Eggert  <eggert@twinsun.com>
31892
31893         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
31894         Remove workaround macros for hosts that have mbrtowc but not
31895         mbstate_t, as we now insist on proper declarations for both
31896         before using mbrtowc.
31897
31898 2001-02-17  Jim Meyering  <meyering@lucent.com>
31899
31900         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
31901         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
31902         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
31903         UnixWare 7.1.1.
31904
31905         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
31906         rather than AC_CACHE_VAL.
31907
31908 2001-02-17  Jim Meyering  <meyering@lucent.com>
31909
31910         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
31911         around included file name.
31912
31913         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
31914
31915         * lib/strftime.c: Update from GNU libc (the only changes were to
31916         comments).
31917
31918 2001-02-17  Jim Meyering  <meyering@lucent.com>
31919
31920         * lib/regex.c: Update from libc.
31921
31922 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
31923
31924         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
31925         clash.
31926
31927 2001-02-16  Paul Eggert  <eggert@twinsun.com>
31928
31929         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
31930         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
31931         Reported by Mark Hounschell via Paul Eggert.
31932
31933 2001-02-07  Jim Meyering  <meyering@lucent.com>
31934
31935         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
31936
31937 2001-02-05  Jim Meyering  <meyering@lucent.com>
31938
31939         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
31940         it includes the patch required for `large file' support with at least
31941         HP-UX's 10.20 /bin/cc.
31942
31943 2001-02-03  Jim Meyering  <meyering@lucent.com>
31944
31945         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
31946         AS_IF, now that it works once again (mysteriously).
31947         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
31948
31949 2001-01-30  Jim Meyering  <meyering@lucent.com>
31950
31951         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
31952         * m4/chown.m4: Rename conftestchown to conftest.chown.
31953         * m4/rename.m4: s/conftestdir/conftest.d1/ and
31954         s/conftestdir2/conftest.d2/.
31955         * m4/utimes.m4: s/conftestdata/conftest.data/
31956         Inspired by Pavel Roskin's change in autoconf.
31957
31958 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
31959
31960         * lib/config.charset: Update for FreeBSD 4.2.
31961
31962 2001-01-27  Jim Meyering  <meyering@lucent.com>
31963
31964         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
31965         a use of AS_IF.
31966         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
31967
31968 2001-01-26  Jim Meyering  <meyering@lucent.com>
31969
31970         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
31971         quotearg.c includes it.
31972
31973 2001-01-26  Jim Meyering  <meyering@lucent.com>
31974
31975         * lib/quotearg.c: Include stddef.h.
31976         * lib/quote.c: Include stddef.h.
31977         Reported by Axel Kittenberger.
31978
31979         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
31980         line in double quotes so that it evokes a better diagnostic.
31981         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
31982         Reported by Axel Kittenberger.
31983
31984 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
31985
31986         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
31987         as if it was a `charset'.
31988
31989 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
31990
31991         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
31992         has const.
31993
31994 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
31995
31996         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
31997         to avoid a warning.  Add back 'const' to inptr.
31998
31999 2001-01-20  Jim Meyering  <meyering@lucent.com>
32000
32001         Be sure that headers are checked before used in code compiled
32002         for the type checks.
32003         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
32004         In place of that, invoke jm_CHECK_ALL_TYPES.
32005         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
32006         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
32007         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
32008         The check for ssize_t was mistakenly run before the test for unistd.h.
32009
32010         The configure-time check for stdbool.h was missing.
32011         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
32012         (jm_PREREQ_HASH): New function.
32013
32014 2001-01-17  Jim Meyering  <meyering@lucent.com>
32015
32016         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
32017         for autoconf-2.49c.
32018         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
32019
32020 2001-01-16  Jim Meyering  <meyering@lucent.com>
32021
32022         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
32023         From Bruno Haible.
32024
32025 2001-01-14  Jim Meyering  <meyering@lucent.com>
32026
32027         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
32028         foo and bar.  Create conftestdir/ in the script, not in the C code.
32029         Remove directories in the script, not in the C code.
32030         Remove conftestdir{,2} before trying to create the directory.
32031         Make the entire configure script fail if the mkdir fails.
32032
32033 2001-01-14  Jim Meyering  <meyering@lucent.com>
32034
32035         * lib/rename.c: New file.  From Volker Borchert.
32036         Include stdlib.h, string.h or strings.h, and xalloc.h.
32037         Use strip_trailing_slashes rather than open-coding it.
32038
32039 2001-01-03  Paul Eggert  <eggert@twinsun.com>
32040
32041         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
32042
32043 2001-01-03  Jim Meyering  <meyering@lucent.com>
32044
32045         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
32046         of local `inptr' to avoid warning with some system declarations of
32047         iconv.
32048
32049 2001-01-02  Volker Borchert  <bt@teknon.de>
32050
32051         * m4/rename.m4: New file.
32052         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
32053
32054 2001-01-01  Jim Meyering  <meyering@lucent.com>
32055
32056         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
32057         even on systems with utmpx.h.  It's necessary for the declaration of
32058         utmp's ut_user member.  Reported by Andreas Jaeger.
32059
32060         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
32061         available. They are required for the declarations of getgrgid and
32062         getpwuid resp.
32063         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
32064         Reported by Andreas Jaeger.
32065
32066 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
32067
32068         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
32069         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
32070         so `make install' also works in VPATH builds.
32071
32072 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
32073
32074         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
32075         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
32076         can be used in subdirectories.
32077
32078 2000-12-29  Paul Eggert  <eggert@twinsun.com>
32079
32080         * lib/modechange.c: Do not assume that mode_t uses the
32081         traditional octal encoding.  E.g. "chmod 1 FOO" should set
32082         the other-execute bit of FOO even if S_IXOTH != 1.
32083
32084         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
32085         WOTH, XOTH, ALLM): New macros.
32086         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
32087          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
32088         Use them.
32089         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
32090         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
32091         (mode_compile):
32092         No need to use uintmax_t; unsigned long is long enough.
32093         Don't bother to get suffix since we don't use it.
32094
32095 2000-12-26  Jim Meyering  <meyering@lucent.com>
32096
32097         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
32098         better with autoheader.
32099
32100 2000-12-24  Jim Meyering  <meyering@lucent.com>
32101
32102         * lib/hash.c (is_prime): Return explicit boolean values.
32103         (hash_get_first): Return NULL to appease Irix5.6's 89.
32104         Reported by Nelson Beebe.
32105
32106 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
32107
32108         * lib/localcharset.c (locale_charset): Add support for Win32.
32109
32110 2000-12-18  Paul Eggert  <eggert@twinsun.com>
32111
32112         * lib/physmem.h, lib/physmem.c: New files.
32113
32114         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
32115         (noinst_HEADERS): Add physmem.h.
32116
32117         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
32118         't' for compatibility with Solaris 8 sort.
32119
32120 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
32121
32122         * lib/config.charset: Add support for BeOS.
32123
32124 2000-12-17  Jim Meyering  <meyering@lucent.com>
32125
32126         * m4/dos.m4 (jm_AC_DOS): New file and macro.
32127         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
32128
32129 2000-12-16  Jim Meyering  <meyering@lucent.com>
32130
32131         This bug had a serious impact on chown: `chown N:M FILE' (for integer
32132         N and M) would have treated it like `chown N:N FILE'.
32133
32134         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
32135
32136 2000-12-16  Jim Meyering  <meyering@lucent.com>
32137
32138         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
32139         SHELLS_FILE to a file name that's useful on djgpp systems.
32140         Include stdlib.h.
32141         (ADDITIONAL_DEFAULT_SHELLS): Define.
32142         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
32143         Based mostly on a patch from Prashant TR.
32144
32145 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
32146
32147         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
32148         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
32149         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
32150
32151 2000-12-08  Andreas Schwab  <schwab@suse.de>
32152
32153         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
32154         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
32155
32156 2000-12-07  Jim Meyering  <meyering@lucent.com>
32157
32158         * lib/stripslash.c (ISSLASH): Define.
32159         (strip_trailing_slashes): Use ISSLASH rather than comparing against
32160         `/'.
32161         From Prashant TR.
32162
32163         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
32164         (dir_name_r): Declare this function as static.
32165         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
32166         manifest itself on a name containing a mix of slashes and
32167         backslashes.
32168         Make this function work with names starting with a DOS-style
32169         drive letter and colon prefix.
32170         (dir_name): Append `.' if necessary.
32171         Based mostly on patches from Prashant TR and Eli Zaretskii.
32172
32173         * lib/dirname.h (dir_name_r): Remove prototype.
32174
32175 2000-12-06  Paul Eggert  <eggert@twinsun.com>
32176
32177         * m4/off_t-format.m4: Remove this file.
32178         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
32179
32180 2000-12-06  Jim Meyering  <meyering@lucent.com>
32181
32182         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
32183         replacement strtoull, we may well need the replacement strtoul, too.
32184         Check for declarations of strtoul and strtoull.
32185         Check for strtol.  Mainly as a cue to cause automake to include
32186         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
32187         Check for limits.h -- strtol.c needs it.
32188
32189 2000-12-05  Jim Meyering  <meyering@lucent.com>
32190
32191         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
32192
32193 2000-12-04  Jim Meyering  <meyering@lucent.com>
32194
32195         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
32196         Also include memory.h, stdlib.h, unistd.h if appropriate.
32197         Reported by Andreas Jaeger (conflicting declaration of malloc).
32198
32199 2000-12-02  Jim Meyering  <meyering@lucent.com>
32200
32201         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
32202         * m4/jm-macros.m4 (jm_MACROS): require it.
32203
32204 2000-12-02  Jim Meyering  <meyering@lucent.com>
32205
32206         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
32207
32208 2000-12-01  Paul Eggert  <eggert@twinsun.com>
32209
32210         * lib/memrchr.c: Include <config.h> before any system include file.
32211
32212 2000-11-30  Jim Meyering  <meyering@lucent.com>
32213
32214         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
32215
32216 2000-11-30  Jim Meyering  <meyering@lucent.com>
32217
32218         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
32219
32220 2000-11-29  Paul Eggert  <eggert@twinsun.com>
32221
32222         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
32223
32224 2000-11-26  Jim Meyering  <meyering@lucent.com>
32225
32226         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
32227
32228 2000-11-22  Paul Eggert  <eggert@twinsun.com>
32229
32230         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
32231         size of (size_t) -1; it's not portable.
32232
32233 2000-11-17  Jim Meyering  <meyering@lucent.com>
32234
32235         * lib/strstr.c: Update from GNU libc.
32236
32237 2000-11-17  Akim Demaille  <akim@epita.fr>
32238
32239         * lib/obstack.h: Formatting changes.
32240         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
32241         prevent type checking.
32242         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
32243         cast the value to (void *): assigning a `foo *' to a `void *'
32244         variable is valid.
32245         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
32246
32247 2000-11-16  Jim Meyering  <meyering@lucent.com>
32248
32249         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
32250
32251 2000-11-11  Jim Meyering  <meyering@lucent.com>
32252
32253         * lib/error.c: Add a couple #includes, merging from GNU libc version.
32254
32255 2000-11-10  Jim Meyering  <meyering@lucent.com>
32256
32257         * lib/obstack.h: Update from GNU libc.
32258         * lib/obstack.c: Likewise.
32259
32260 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
32261
32262         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
32263
32264 2000-11-06  Paul Eggert  <eggert@twinsun.com>
32265
32266         * lib/getusershell.c (setusershell): Use rewind rather than
32267         fseek/fseeko, to avoid configuration hassles with fseeko.
32268         Don't bother opening SHELLS_FILE if shellstream is NULL;
32269         it's not necessary.
32270
32271 2000-11-05  Jim Meyering  <meyering@lucent.com>
32272
32273         * lib/makepath.h (make_dir): Declare.
32274         * lib/makepath.c (make_dir): Remove `static' attribute.
32275         Tweak a comment.
32276
32277 2000-11-04  Jim Meyering  <meyering@lucent.com>
32278
32279         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
32280
32281 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
32282
32283         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
32284         last one in a bucket, advance to the next bucket.
32285
32286 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
32287
32288         * lib/fnmatch.c: Do not comment out all the code if we are using
32289         the GNU C library, because in some cases we are replacing buggy
32290         code in the GNU C library itself.
32291
32292 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
32293
32294         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
32295         (regex_compile): Catch bogus \(\1\).
32296
32297 2000-10-30  Paul Eggert  <eggert@twinsun.com>
32298
32299         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
32300         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
32301         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
32302
32303 2000-10-30  Paul Eggert  <eggert@twinsun.com>
32304
32305         * lib/error.h, getline.h, modechange.h:
32306         Remove "2000" from Copyright line, as the file hasn't been
32307         changed this year other than in the copyright notice.
32308
32309         * lib/xalloc.h: Add "2000" to Copyright line, as this file
32310         was changed this year.
32311
32312 2000-10-29  Jim Meyering  <meyering@lucent.com>
32313
32314         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
32315         renaming.
32316         * m4/ls-mntd-fs.m4: Likewise
32317
32318 2000-10-29  Jim Meyering  <meyering@lucent.com>
32319
32320         * lib/xstat.in: Fix grammar in comment.
32321
32322 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
32323
32324         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
32325         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
32326         doesn't define __restrict_arr.
32327
32328 2000-10-28  Jim Meyering  <meyering@lucent.com>
32329
32330         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
32331         (jm_PREREQ_MEMCHR): New function.
32332
32333 2000-10-28  Jim Meyering  <meyering@lucent.com>
32334
32335         * lib/memchr.c: Update from libc.
32336         Adjust for portability:
32337         [HAVE_STDLIB_H]: Include stdlib.h.
32338         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
32339         Undef __memchr, too.
32340         [!weak_alias]: Define __memchr to memchr.
32341
32342         * lib/regex.c: Update from libc.
32343         * lib/regex.h: Likewise.
32344         * lib/getopt1.c: Likewise.
32345         * lib/memcmp.c: Likewise.
32346
32347         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
32348         Avoid using fseek, when possible -- it's broken by design.
32349         Patch by Ulrich Drepper.
32350
32351 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
32352
32353         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
32354         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
32355         Giving in to popular pressure to shut up the compiler with casts.
32356
32357 2000-10-26  Jim Meyering  <meyering@lucent.com>
32358
32359         * lib/strftime.c: Update from libc.
32360
32361 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
32362
32363         * regex.c: More `unsigned char' -> `re_char' changes.
32364         Also change several `int' into `re_wchar_t'.
32365         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
32366         (PUSH_FAILURE_POINTER): Don't cast any more.
32367         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
32368         We want GCC to complain, since this piece of code makes
32369         re_match non-reentrant, which *should* be fixed.
32370         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
32371         (EXTEND_BUFFER): Use RETALLOC.
32372         (SET_LIST_BIT): Don't cast.
32373         (re_wchar_t): New type.
32374         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
32375         that those two functions will always properly return.
32376         (IMMEDIATE_QUIT_CHECK): Cast to void.
32377         (analyse_first): Use recursion rather than an explicit stack.
32378         (re_compile_fastmap): Can't fail anymore.
32379         (re_search_2): Don't check re_compile_fastmap for failure.
32380         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
32381         Now also sets the new value (passed in a new argument).
32382         (re_match_2_internal): Use it.
32383         Also, use a new var `reg' of type size_t when looping through regs
32384         rather than reuse the inappropriate `mcnt'.
32385
32386 2000-10-25  Jim Meyering  <meyering@lucent.com>
32387
32388         * lib/obstack.c: Update from libc.
32389
32390 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
32391
32392         * regex.c (regex_compile): Change the way of handling a range from
32393         a char less than 256 to a char not less than 256.
32394
32395 2000-10-24  Andrew Innes  <andrewi@gnu.org>
32396
32397         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
32398         NT-Emacs only.
32399         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
32400         so that re_search functions only quit when callers expect them to.
32401
32402 2000-10-23  Jim Meyering  <meyering@lucent.com>
32403
32404         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
32405         wrong.  That set_locale call must not have any side effects.
32406         From Paul Eggert.
32407
32408 2000-10-22  Jim Meyering  <meyering@lucent.com>
32409
32410         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
32411         [CYCLIC]: Remove now-unused definition.
32412
32413         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
32414         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
32415         Suggestion from Ulrich Drepper.
32416
32417 2000-10-21  Jim Meyering  <meyering@lucent.com>
32418
32419         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
32420         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
32421         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
32422
32423 2000-10-21  Jim Meyering  <meyering@lucent.com>
32424
32425         * lib/dirname.c (memrchr): Declare if necessary.
32426         (dir_name): Remove the restriction that there be no
32427         trailing slashes.  Now, this code skips past them, effectively
32428         ignoring them.
32429         [TEST_DIRNAME] (main): New unit tests.
32430
32431         * lib/memrchr.c: New file from GNU libc.
32432         Undef __memrchr, too.
32433         [!weak_alias]: Define __memrchr to memrchr.
32434         Guard weak_alias use with `#ifdef weak_alias'.
32435
32436 2000-10-21  Jim Meyering  <meyering@lucent.com>
32437
32438         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
32439         (dir_name): Use dir_name_r.
32440         * lib/dirname.h (dir_name_r): Declare it.
32441
32442 2000-10-17  Jim Meyering  <meyering@lucent.com>
32443
32444         * lib/quote.h (PARAMS): Define and use.
32445         Reported by Akim Demaille.
32446
32447         * lib/getopt.c: Update from libc.
32448
32449 2000-10-16  Jim Meyering  <meyering@lucent.com>
32450
32451         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
32452         setlocale.
32453         From Jan Fedak.
32454
32455 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
32456
32457         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
32458
32459 2000-09-25  Jim Meyering  <meyering@lucent.com>
32460
32461         * lib/md5.h (rol): Define (from GnuPG).
32462
32463         * lib/sha.c: Give credit (GnuPG) where due.
32464         (M): Use rol rather than open-coding it.
32465         Add a FIXME comment.
32466
32467 2000-09-21  Jim Meyering  <meyering@lucent.com>
32468
32469         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
32470         Reported by Michael Stone.
32471
32472 2000-09-20  Jim Meyering  <meyering@lucent.com>
32473
32474         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
32475         (noinst_HEADERS): Add sha.h.
32476         Based on code from Scott G. Miller and from GnuPG.
32477
32478 2000-09-18  Jim Meyering  <meyering@lucent.com>
32479
32480         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
32481         LIBS. Otherwise, everyone ends up linking with -lelf for some
32482         configurations.
32483         Reported by Mike Stone.
32484
32485 2000-09-15  Jim Meyering  <meyering@lucent.com>
32486
32487         * lib/regex.c: Update from libc.
32488
32489 2000-09-10  Jim Meyering  <meyering@lucent.com>
32490
32491         * lib/getopt.c (_getopt_internal): Update from glibc.
32492
32493 2000-09-09  Jim Meyering  <meyering@lucent.com>
32494
32495         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
32496         think it should be used as a general replacement for isascii.
32497         * lib/fnmatch.c: Likewise.
32498         * lib/mbswidth.c: Likewise
32499         * lib/regex.c: Likewise.
32500
32501         Don't use atoi.
32502         * lib/userspec.c: Include sys/param.h and limits.h.
32503         Include xstrtol.h.
32504         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
32505         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
32506         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
32507         UID, GID.  Check range.
32508
32509 2000-09-06  Jim Meyering  <meyering@lucent.com>
32510
32511         * lib/getopt.c (_getopt_internal): Update from glibc.
32512
32513 2000-08-30  Jim Meyering  <meyering@lucent.com>
32514
32515         * lib/strftime.c: Merge in changes from GNU libc.
32516
32517 2000-08-26  Jim Meyering  <meyering@lucent.com>
32518
32519         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
32520         * m4/fpending.m4: New file.
32521
32522 2000-08-26  Jim Meyering  <meyering@lucent.com>
32523
32524         * lib/closeout.c: Include "__fpending.h".
32525         (close_stdout_status): Return right away if there's nothing to flush.
32526
32527         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
32528         * lib/__fpending.c: New file.
32529         * lib/__fpending.h: New file.
32530
32531 2000-08-20  Jim Meyering  <meyering@lucent.com>
32532
32533         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
32534         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
32535         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
32536
32537 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
32538
32539         Improve fileutils installation on systems where running
32540         programs (like install) can't be unlinked.
32541         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
32542         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
32543
32544 2000-08-07  Paul Eggert  <eggert@twinsun.com>
32545
32546         Standardize on "memory exhausted" instead of "Memory exhausted"
32547         or "virtual memory exhausted".
32548         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
32549         "virtual memory exhausted".
32550         * lib/same.c (same_name): Invoke xalloc_die instead of printing
32551         our own message.
32552         * lib/userspec.c (parse_user_spec): Likewise.
32553         * lib/bumpalloc.h: comment fix
32554         * lib/same.c, userspec.c: Include xalloc.h.
32555
32556         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
32557         not char *const and pointing to a constant array.
32558         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
32559         (xrealloc): Comment fix.
32560
32561         * lib/userspec.c (parse_user_spec):
32562         Don't translate a message until just before returning,
32563         to avoid unnecessary translation.
32564
32565 2000-08-07  Jim Meyering  <meyering@lucent.com>
32566
32567         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
32568         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
32569         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
32570         getgroups.c, gethostname.c, getopt.h, group-member.c,
32571         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
32572         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
32573         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
32574         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
32575         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
32576         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
32577         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
32578         yesno.c: Back out Copyright date changes for each file with no change
32579         this year.  This eases coordination with other programs using the same
32580         source code modules.  From Paul Eggert.
32581
32582 2000-08-06  Paul Eggert  <eggert@twinsun.com>
32583
32584         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
32585         not char, for compatibility with glibc 2.1.3 strftime.c.
32586
32587 2000-08-03  Greg McGary  <greg@mcgary.org>
32588
32589         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
32590         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
32591         (EXTEND_BUFFER): Use them.
32592
32593 2000-08-01  Jim Meyering  <meyering@lucent.com>
32594
32595         * lib/dirname.c (ISSLASH): Define.
32596         (BACKSLASH_IS_PATH_SEPARATOR): Define.
32597         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
32598         both `\' and `/' may be use as path separators.
32599         Based on a patch from Prashant TR.
32600
32601 2000-07-31  Paul Eggert  <eggert@twinsun.com>
32602
32603         * lib/quotearg.c (quotearg_n_options): Don't make the initial
32604         slot vector a constant, since it might get modified.
32605
32606 2000-07-31  Jim Meyering  <meyering@lucent.com>
32607
32608         * lib/xmalloc.c: Use `virtual memory exhausted', not
32609         `Memory exhausted'.
32610         * lib/obstack.c (print_and_abort): Likewise.
32611
32612 2000-07-30  Paul Eggert  <eggert@twinsun.com>
32613
32614         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
32615         buffer, so that the caller can always quote one small
32616         component of a "memory exhausted" message in slot 0.
32617         From a suggestion by Jim Meyering.
32618
32619 2000-07-30  Jim Meyering  <meyering@lucent.com>
32620
32621         * lib/makepath.c (make_path): Quote the other instance, too.
32622
32623         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
32624         (STATIC_BUF_SIZE): Define.
32625         (quotearg_n_options): Use only statically allocated storage when
32626         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
32627         than STATIC_BUF_SIZE.
32628
32629 2000-07-29  Jim Meyering  <meyering@lucent.com>
32630
32631         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
32632         * lib/dirname.c (dir_name): Likewise.
32633
32634         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
32635         `/'.
32636
32637         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
32638         (dir_name): Assert that there are no trailing slashes.
32639
32640 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
32641
32642         * lib/mbswidth.h (mbswidth): Add a flags argument.
32643         (mbswidth): New declaration.
32644         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
32645         * lib/mbswidth.c (mbswidth): Add a flags argument.
32646         (mbsnwidth): New function.
32647
32648 2000-07-24  Jim Meyering  <meyering@lucent.com>
32649
32650         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
32651
32652 2000-07-23  Paul Eggert  <eggert@twinsun.com>
32653
32654         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
32655
32656 2000-07-23  Paul Eggert  <eggert@twinsun.com>
32657
32658         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
32659         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
32660         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
32661         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
32662         invoke multibyte primitives.
32663
32664 2000-07-23  Paul Eggert  <eggert@twinsun.com>
32665
32666         * lib/quotearg.c:
32667         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
32668         so that mbstate_t is always defined.
32669
32670         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
32671         be 1 in at least one GCC installation, and this configuration
32672         error is likely to be common.  Ignoring MB_LEN_MAX hurts
32673         performance on hosts that have mbrtowc but have only unibyte
32674         locales, but I assume these hosts are rare.
32675
32676 2000-07-23  Paul Eggert  <eggert@twinsun.com>
32677
32678         * lib/mbswidth.c (_XOPEN_SOURCE):
32679         Don't define; this causes problems on Solaris 7.
32680         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
32681
32682 2000-07-23  Jim Meyering  <meyering@lucent.com>
32683
32684         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
32685         too: getgrgid, getpwuid, getuid.
32686
32687 2000-07-23  Jim Meyering  <meyering@lucent.com>
32688
32689         * lib/basename.c (base_name): Add an assertion.
32690
32691 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
32692
32693         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
32694         shadow its mbsinit function.
32695
32696 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
32697
32698         * lib/mbswidth.h: New file.
32699         * lib/mbswidth.c: New file.
32700         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
32701         (noinst_HEADERS): Add mbswidth.h.
32702
32703 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
32704
32705         * lib/config.charset: Add support for FreeBSD. Improve support for
32706         HP-UX and IRIX 6.
32707
32708 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
32709
32710         * m4/mbswidth.m4: New file.
32711         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
32712
32713 2000-07-15  Jim Meyering  <meyering@lucent.com>
32714
32715         * lib/makepath.c: Include quote.h.
32716         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
32717         corresponding argument in a `quote (...)' call.
32718         Give better diagnostics.
32719
32720         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
32721         (noinst_HEADERS): Add quote.h.
32722
32723         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
32724         from tar's src/misc.c.
32725         * lib/quote.h: New file.  Prototypes for same.
32726
32727 2000-07-14  Paul Eggert  <eggert@twinsun.com>
32728
32729         From a suggestion by Bruno Haible.
32730         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
32731         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
32732         to decide whether to define the BeOS workaround macro;
32733         this adjusts to the change to AC_MBSTATE_T.
32734
32735 2000-07-14  Jim Meyering  <meyering@lucent.com>
32736
32737         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
32738         jm_AC_TYPE_UINTMAX_T.
32739
32740 2000-07-13  Paul Eggert  <eggert@twinsun.com>
32741
32742         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
32743
32744         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
32745         quotearg_buffer_restyled): Add support for
32746         clocale_quoting_style.  Undo previous change to
32747         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
32748         and "{RIGHT QUOTATION MARK}" msgids.
32749
32750 2000-07-10  Paul Eggert  <eggert@twinsun.com>
32751
32752         From a suggestion by Bruno Haible.
32753         * m4/mbstate_t.m4 (AC_MBSTATE_T):
32754         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
32755         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
32756         and mbstate_t, to a single-part test that simply defines mbstate_t.
32757         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
32758         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
32759
32760 2000-07-10  Jim Meyering  <meyering@lucent.com>
32761
32762         * m4/strerror_r.m4: Mirror the correction made in autoconf.
32763
32764         * m4/gnu-source.m4: Output to confdefs.h directly.
32765         Suggestion from Akim Demaille.
32766
32767 2000-07-09  Paul Eggert  <eggert@twinsun.com>
32768
32769         The old behavior of quoting `like this' doesn't look good with
32770         newer, ISO-style fonts.  See:
32771         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
32772
32773         Instead, quote "like this" by default.  Let the translator
32774         tailor the locale-specific quoting behavior by providing
32775         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
32776
32777         * lib/quotearg.c (N_): New macro.
32778         (gettext_default): New function.
32779         (quotearg_buffer_restyled): Use
32780         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
32781         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
32782
32783 2000-07-09  Jim Meyering  <meyering@lucent.com>
32784
32785         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
32786         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
32787
32788         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
32789         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
32790
32791 2000-07-09  Jim Meyering  <meyering@lucent.com>
32792
32793         * lib/Most files: Update copyright dates to include 2000.
32794
32795 2000-07-08  Jim Meyering  <meyering@lucent.com>
32796
32797         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
32798         if not defined.
32799         (xgethostname): Remove now-unnecessary #ifdef.
32800         Move declaration of `err' into loop where it's used.
32801
32802 2000-07-05  Paul Eggert  <eggert@twinsun.com>
32803         and Bruno Haible  <haible@clisp.cons.org>
32804
32805         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
32806         only if the test for an object-type mbstate_t fails.  This
32807         prevents us from mistakenly reporting that mbstate_t is a
32808         system object type after we "#define mbstate_t int" to work
32809         around its lack.
32810
32811 2000-07-05  Paul Eggert  <eggert@twinsun.com>
32812         and Bruno Haible  <haible@clisp.cons.org>
32813
32814         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
32815
32816 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
32817
32818         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
32819         to strerror_r.
32820         Include <ctype.h> for use of isalpha.
32821
32822 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
32823
32824         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
32825         by allocating a larger buffer. Test the gethostname return value for
32826         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
32827         returns an error and ENAMETOOLONG isn't defined.
32828
32829 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
32830
32831         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
32832         dimension.
32833
32834 2000-07-04  Jim Meyering  <meyering@lucent.com>
32835
32836         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
32837         of the deprecated AC_CHECKING.
32838
32839 2000-07-04  Jim Meyering  <meyering@lucent.com>
32840
32841         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
32842         Reported by Bruno Haible.
32843
32844 2000-07-04  Jim Meyering  <meyering@lucent.com>
32845
32846         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
32847         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
32848         lacks mbrtowc.
32849
32850 2000-07-03  Paul Eggert  <eggert@twinsun.com>
32851
32852         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
32853         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
32854
32855 2000-07-03  Paul Eggert  <eggert@twinsun.com>
32856         and Bruno Haible  <haible@clisp.cons.org>
32857
32858         * lib/quotearg.c (mbrtowc):
32859         Assign to *pwc, and return 1 only if result is nonzero.
32860         (iswprint): Use ISPRINT when substituting our own mbrtowc.
32861
32862 2000-07-03  Jim Meyering  <meyering@lucent.com>
32863
32864         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
32865
32866 2000-07-03  Jim Meyering  <meyering@lucent.com>
32867
32868         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
32869         This is necessary to get a definition of e.g., UTMP_FILE on
32870         HP-UX 10.20.
32871         From Bob Proulx.
32872
32873 2000-07-02  Jim Meyering  <meyering@lucent.com>
32874
32875         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
32876
32877         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
32878         AC_LIBOBJ(function_name).
32879         * m4/chown.m4: Likewise.
32880         * m4/fnmatch.m4: Likewise.
32881         * m4/ftruncate.m4: Likewise.
32882         * m4/getgroups.m4: Likewise.
32883         * m4/getline.m4: Likewise.
32884         * m4/group-member.m4: Likewise.
32885         * m4/jm-macros.m4: Likewise.
32886         * m4/lstat.m4: Likewise.
32887         * m4/malloc.m4: Likewise.
32888         * m4/memcmp.m4: Likewise.
32889         * m4/nanosleep.m4: Likewise.
32890         * m4/putenv.m4: Likewise.
32891         * m4/realloc.m4: Likewise.
32892         * m4/regex.m4: Likewise.
32893         * m4/stat.m4: Likewise.
32894         * m4/strftime.m4: Likewise.
32895
32896 2000-07-02  Jim Meyering  <meyering@lucent.com>
32897
32898         * lib/quotearg.c (mbstate_t): Don't define here.
32899
32900 2000-07-02  Jim Meyering  <meyering@lucent.com>
32901
32902         * lib/nanosleep.c (SIGCONT): Define if not already defined.
32903
32904 2000-07-01  Jim Meyering  <meyering@lucent.com>
32905
32906         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
32907
32908 2000-07-01  Jim Meyering  <meyering@lucent.com>
32909
32910         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
32911         problem.
32912
32913 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
32914
32915         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
32916         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
32917
32918 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
32919
32920         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
32921         per change in ../m4/ls-mntd-fs.m4.
32922         (read_filesystem_list): Ignore symbolic links.
32923
32924 2000-06-29  Jim Meyering  <meyering@lucent.com>
32925
32926         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
32927         for declaration of strcmp.
32928
32929         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
32930
32931         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
32932         Avoid warning by casting result to `char *' to remove `const'.
32933
32934 2000-06-28  Jim Meyering  <meyering@lucent.com>
32935
32936         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
32937         included by quotearg.c, for which we perform this test.  From
32938         Bruno Haible.
32939
32940 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
32941
32942         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
32943         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
32944         <utmpx.h> exists, put readutmp.o into LIBOBJS.
32945
32946 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
32947
32948         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
32949
32950 2000-06-26  Paul Eggert  <eggert@twinsun.com>
32951
32952         savedir now sets errno on failure and invokes xmalloc to get memory.
32953         Fix a couple of other minor bugs while we're at it.
32954
32955         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
32956         (NAMLEN): Remove macro.
32957         (malloc, realloc): Remove decls.
32958         (stpcpy): Likewise.
32959         ("xalloc.h"): Include.
32960         (NAME_SIZE_DEFAULT): New macro.
32961         (savedir): Use xmalloc / xrealloc to allocate memory.
32962         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
32963         Skip "" directory entries.
32964         Use strlen to calculate directory entry length, since the old method
32965         is rarely used these days and isn't worth supporting.
32966         Don't use a pointer after freeing it.
32967         Check for integer overflow when calculating allocation size.
32968         Use memcpy to copy entries, instead of stpcpy.
32969         Set errno properly when returning NULL.
32970         Check for readdir error.
32971
32972 2000-06-26  Jim Meyering  <meyering@lucent.com>
32973
32974         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
32975
32976 2000-06-25  Jim Meyering  <meyering@lucent.com>
32977
32978         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
32979         Linux header bug when _XOPEN_SOURCE is defined to 500.
32980
32981 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
32982
32983         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
32984         deficiency.
32985
32986 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
32987
32988         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
32989         Include xalloc.h.
32990         Don't include <stdlib.h>.  Don't declare malloc, realloc.
32991
32992 2000-06-24  Jim Meyering  <meyering@lucent.com>
32993
32994         * m4/strerror_r.m4: Revive this file -- to try out an experimental
32995         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
32996         for which strerror does return char*, but which lacks a conveniently
32997         accessible declaration of the function.  If the compile-test says
32998         strerror_r doesn't work, then resort to a `run'-test that works on
32999         BeOS and segfaults on DEC Unix.
33000
33001 2000-06-24  Jim Meyering  <meyering@lucent.com>
33002
33003         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
33004
33005 2000-06-23  Paul Eggert  <eggert@twinsun.com>
33006
33007         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
33008         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
33009
33010 2000-06-23  Paul Eggert  <eggert@twinsun.com>
33011
33012         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
33013         (mbrtowc, mbstate_t): Define substitutes if
33014         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
33015         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
33016         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
33017
33018 2000-06-23  Jim Meyering  <meyering@lucent.com>
33019
33020         * m4/afs.m4: Add missing AC_MSG_RESULT.
33021         Reported by Bruno Haible.
33022
33023         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
33024         Suggestion from Bruno Haible.
33025
33026 2000-06-23  Jim Meyering  <meyering@lucent.com>
33027
33028         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
33029
33030 2000-06-21  Jim Meyering  <meyering@lucent.com>
33031
33032         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
33033
33034 2000-06-21  Jim Meyering  <meyering@lucent.com>
33035
33036         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
33037         (noinst_HEADERS): Add getstr.h.
33038
33039         * lib/getline.c (getstr): Move into a separate file.
33040         * lib/getstr.c (getstr): New file, extracted from getline.c, with
33041         the following changes: new parameter, delim2; both delim[12]
33042         parameters have type `int', not `char'.  The latter would lose
33043         with 8-bit delimiters.
33044         * lib/getstr.h: New file.
33045
33046 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33047
33048         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
33049         than 1024, return a memory chunk of least possible size, instead
33050         of size PATH_MAX + 2. In the loop, increment the size proportionally.
33051         Use free/xmalloc instead of xrealloc to avoid copying for very long
33052         paths.
33053
33054 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33055
33056         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
33057         the empty string.
33058
33059 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33060
33061         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
33062         address, not strdup.  Include <stdlib.h> and don't declare free().
33063
33064 2000-06-19  Jim Meyering  <meyering@lucent.com>
33065
33066         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
33067
33068 2000-06-18  Jim Meyering  <meyering@lucent.com>
33069
33070         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
33071
33072         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
33073         `checking whether...' message to be consistent with that of the
33074         lstat test.
33075
33076 2000-06-18  Jim Meyering  <meyering@lucent.com>
33077
33078         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
33079         Besides, these days every porting target provides a mkdir function.
33080
33081         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
33082         needed. (this snippet comes from src/system.h).
33083
33084 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
33085
33086         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
33087
33088 2000-06-15  Paul Eggert  <eggert@twinsun.com>
33089
33090         * lib/human.c (adjust_value): New function.
33091         (human_readable_inexact): Apply rounding style even when
33092         printing approximate values.
33093
33094 2000-06-14  Paul Eggert  <eggert@twinsun.com>
33095
33096         * lib/human.c (human_readable_inexact): Allow an input block
33097         size that is not a multiple of the output block size, and vice versa.
33098         Reported by Piergiorgio Sartor.
33099
33100 2000-06-14  Paul Eggert  <eggert@twinsun.com>
33101
33102         * lib/getdate.y (get_date): Apply relative times after time
33103         zone indicator, not before.  Reported by Todd A. Jacobs.
33104
33105 2000-06-13  Jim Meyering  <meyering@lucent.com>
33106
33107         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
33108
33109         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
33110
33111 2000-06-12  Paul Eggert  <eggert@twinsun.com>
33112
33113         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
33114
33115 2000-06-12  Jim Meyering  <meyering@lucent.com>
33116
33117         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
33118         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
33119         optional argument.
33120         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
33121         the optional argument, `lib'.
33122
33123 2000-06-08  Jim Meyering  <meyering@lucent.com>
33124
33125         * m4/largefile.m4: Remove file (now that it's part of autoconf).
33126
33127 2000-06-04  Paul Eggert  <eggert@twinsun.com>
33128
33129         Rewrite largefile configuration so that we don't need to run
33130         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
33131         AC_CANONICAL_HOST in configure.in -- jmm]
33132
33133         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
33134         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
33135         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
33136         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
33137         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
33138         All uses changed.
33139         Instead of inspecting the output of getconf, try to compile the
33140         test program without and with the macro definition.
33141         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
33142         for getconf.  Instead, check for the needed flags by compiling
33143         test programs.
33144
33145 2000-06-04  Paul Eggert  <eggert@twinsun.com>
33146
33147         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
33148
33149 2000-06-04  Jim Meyering  <meyering@lucent.com>
33150
33151         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
33152         SunOS 4.1.4 for which gid_t is an unsigned type.
33153
33154 2000-06-03  Jim Meyering  <meyering@lucent.com>
33155
33156         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
33157         now that autoconf requires that.
33158
33159         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
33160         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
33161         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
33162
33163 2000-06-03  Jim Meyering  <meyering@lucent.com>
33164
33165         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
33166
33167 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
33168
33169         * m4/glibc21.m4: New file.
33170         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
33171
33172 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
33173
33174         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
33175         newer, don't install charset.alias.
33176         * lib/config.charset: Change the Linux/glibc rules so they become empty
33177         on glibc-2.1 or newer.
33178
33179 2000-06-02  Jim Meyering  <meyering@lucent.com>
33180
33181         * lib/mountlist.c: Back out last change.  Instead, do this...
33182         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
33183         me_dummy member using the same `ignore'-testing code.
33184         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
33185         fs_type strings.
33186         From Mark D. Roth.
33187
33188 2000-05-29  Jim Meyering  <meyering@lucent.com>
33189
33190         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
33191         mounts with the `ignore' attribute.  Based on a patch from
33192         Mark D. Roth.
33193
33194 2000-05-28  Jim Meyering  <meyering@lucent.com>
33195
33196         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
33197         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33198         * m4/stat.m4: Likewise.
33199         * m4/lstat.m4: Likewise.
33200         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
33201
33202         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
33203         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
33204
33205 2000-05-26  Jim Meyering  <meyering@lucent.com>
33206
33207         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
33208
33209 2000-05-24  Jim Meyering  <meyering@lucent.com>
33210
33211         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
33212         autoconf requires that.
33213         * m4/lib-check.m4: Likewise.
33214         * m4/jm-macros.m4: Likewise.
33215         * m4/strftime.m4: Likewise.
33216
33217         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
33218         AC_CHECK_DECLS, now that autoconf requires that.
33219
33220 2000-05-22  Jim Meyering  <meyering@lucent.com>
33221
33222         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33223         * m4/lstat.m4: Likewise.
33224
33225 2000-05-22  Jim Meyering  <meyering@lucent.com>
33226
33227         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
33228
33229 2000-05-20  Jim Meyering  <meyering@lucent.com>
33230
33231         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
33232         (jm_PREREQ): Use it.
33233
33234 2000-05-18  Jim Meyering  <meyering@lucent.com>
33235
33236         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
33237         back, too, since it may have been modified by allocate_entry.
33238         (hash_delete): Rewrite to use neither the assignment operator
33239         nor the comma operator in an if-expression.
33240
33241 2000-05-15  Paul Eggert  <eggert@twinsun.com>
33242
33243         * lib/closeout.c:
33244         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
33245         Remove; no longer needed.
33246         "quotearg.h": Add include.
33247         (file_name): Do not bother to explicitly initialize to NULL; it's less
33248         efficient on some hosts.
33249         (close_stdout_status): Remove test as to whether stdout was already
33250         closed; it breaks for the case "echo x | sort >&-".
33251         Quote file name colons.
33252         Do not assume that _("write error") lacks format strings.
33253
33254 2000-05-15  Jim Meyering  <meyering@lucent.com>
33255
33256         * lib/version-etc.c (version_etc_copyright): Update the copyright
33257         string used in all --version output.
33258
33259 2000-05-14  Jim Meyering  <meyering@lucent.com>
33260
33261         * lib/closeout.c (close_stdout_set_file_name): New function.
33262         (close_stdout_status): Use new file-scoped global.
33263         Return right away if fstat says the stdout file descriptor is invalid.
33264         * lib/closeout.h (close_stdout_set_file_name): Declare.
33265
33266 2000-05-10  Jim Meyering  <meyering@lucent.com>
33267
33268         * lib/closeout.c [default_exit_status]: New file-scoped variable.
33269         (close_stdout_set_status): New function.
33270         * lib/closeout.h (close_stdout_set_status): Declare.
33271
33272 2000-05-09  Jim Meyering  <meyering@lucent.com>
33273
33274         * m4/gettext.m4: Rename this...
33275         * m4/libintl.m4: ...to this.
33276
33277 2000-05-08  Jim Meyering  <meyering@lucent.com>
33278
33279         * lib/long-options.c: Don't include closeout.h.
33280         (parse_long_options): Don't call close_stdout for --version.
33281
33282 2000-05-06  Paul Eggert  <eggert@twinsun.com>
33283
33284         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
33285         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
33286         2.1.3 bug.  This avoids a clash when files like regex.c define
33287         _GNU_SOURCE.
33288
33289 2000-05-06  Jim Meyering  <meyering@lucent.com>
33290
33291         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
33292         (AC_REPLACE_FUNCS): Add strnlen.
33293
33294         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
33295         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
33296
33297         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
33298         AC_SEARCH_LIBS call for nanosleep.
33299         (LIB_NANOSLEEP): Set and AC_SUBST.
33300
33301 2000-05-06  Jim Meyering  <meyering@lucent.com>
33302
33303         * lib/strnlen.c: Undefine __strnlen and strnlen.
33304         [!weak_alias]: Define __strnlen to strnlen.
33305
33306         * lib/atexit.c: New file, from libiberty.
33307
33308 2000-05-06  Jim Meyering  <meyering@lucent.com>
33309
33310         * lib/closeout.c (close_stdout_status): Also check for errors on the
33311         stderr stream.
33312
33313 2000-05-05  Jim Meyering  <meyering@lucent.com>
33314
33315         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
33316         AC_SEARCH_LIBS call for clock_gettime.
33317         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
33318
33319         * m4/search-libs.m4: Update from autoconf.
33320
33321         su doesn't work on Solaris 2.6.
33322         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
33323         <shadow.h>.  Reported by Dragos Harabor.
33324
33325 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
33326
33327         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
33328         memcpy instead of xmalloc, xrealloc, path_concat.
33329         (locale_charset): Treat empty environment variables as absent.
33330         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
33331
33332 2000-05-04  Jim Meyering  <meyering@lucent.com>
33333
33334         * lib/getopt.c: Update from glibc.
33335         * lib/obstack.c: Likewise.
33336         * lib/obstack.h: Likewise.
33337         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
33338         file
33339
33340         * lib/regex.h: Likewise.
33341         * lib/strndup.c: Likewise.
33342         * lib/strnlen.c: New file, from glibc.
33343
33344 2000-05-03  Jim Meyering  <meyering@lucent.com>
33345
33346         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
33347
33348 2000-05-02  Paul Eggert  <eggert@twinsun.com>
33349
33350         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
33351         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
33352         compile-time test, rather than inspecting host and OS, to
33353         decide whether to define _LARGEFILE_SOURCE.
33354
33355 2000-05-01  Jim Meyering  <meyering@lucent.com>
33356
33357         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
33358
33359         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
33360         Based on a patch from Bruno Haible.
33361
33362 2000-05-01  Jim Meyering  <meyering@lucent.com>
33363
33364         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
33365
33366 2000-04-29  Jim Meyering  <meyering@lucent.com>
33367
33368         * lib/path-concat.c: Declare strdup only if it's not defined.
33369         * lib/canon-host.c: Likewise.
33370
33371 2000-04-28  Jim Meyering  <meyering@lucent.com>
33372
33373         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
33374         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
33375         is included first, then limits.h is included by locale.h by libintl.h.
33376         From John David Anglin.
33377
33378 2000-04-25  Jim Meyering  <meyering@lucent.com>
33379
33380         * lib/makepath.c (S_IRWXUGO): Define.
33381         (make_path): Always perform explicit chmod if MODE specifies any
33382         of the `special' permission bits.  Prompted by a bug report against
33383         install from Mate Wierdl and Joost van Baal.
33384
33385 2000-04-18  Jim Meyering  <meyering@lucent.com>
33386
33387         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
33388         (jm_PREREQ): Use it.
33389
33390 2000-04-18  Jim Meyering  <meyering@lucent.com>
33391
33392         * lib/README: New file.
33393
33394         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
33395         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
33396
33397 2000-04-17  Jim Meyering  <meyering@lucent.com>
33398
33399         Get it right :-)
33400         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
33401         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
33402         Suggestion from Akim Demaille.
33403
33404 2000-04-17  Jim Meyering  <meyering@lucent.com>
33405
33406         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
33407         the definition of it to rpl_strftime also defined-away the system's
33408         declaration.
33409
33410 2000-04-15  Jim Meyering  <meyering@lucent.com>
33411
33412         Use `C' to denote so-called `contiguous' files, the same way
33413         that tar does.
33414         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
33415         (ftypelet): Use S_ISCTG.
33416         From Michael Deutschmann.
33417
33418 2000-04-14  Jim Meyering  <meyering@lucent.com>
33419
33420         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
33421         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
33422         clobbered.
33423
33424 2000-04-14  Jim Meyering  <meyering@lucent.com>
33425
33426         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
33427
33428 2000-04-13  Jim Meyering  <meyering@lucent.com>
33429
33430         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
33431         AH_VERBATIM to insert required #ifndef into config.h.in.
33432         Suggestion from Akim Demaille.
33433
33434 2000-04-12  Jim Meyering  <meyering@lucent.com>
33435
33436         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
33437         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
33438         Christian Krackowizer.
33439
33440         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
33441         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
33442         (AC_SYS_LARGEFILE): Require.
33443         (AM_C_PROTOTYPES): Require.
33444
33445 2000-04-08  Jim Meyering  <meyering@lucent.com>
33446
33447         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
33448         names don't conflict.  Reported by Eli Zaretskii.
33449
33450 2000-04-07  Jim Meyering  <meyering@lucent.com>
33451
33452         * lib/putenv.c: Move inclusion of errno.h so it follows that of
33453         sys/types.h, to work around system header problems on AIX 3.2.5.
33454         From Bruno Haible.
33455
33456 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
33457
33458         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
33459         bug.  Deal with the different error behavior of Irix iconv.
33460
33461 2000-04-05  Paul Eggert  <eggert@twinsun.com>
33462
33463         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
33464         IRIX if the installer said otherwise.
33465
33466 2000-04-05  Jim Meyering  <meyering@lucent.com>
33467
33468         Portability tweaks required for ultrix4.3.
33469         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
33470         (jm_CHECK_DECLS): Add getutent to the list of functions.
33471         (_jm_DECL_HEADERS): Add utmpx.h.
33472         From John David Anglin.
33473
33474         * m4/strftime.m4: Back out the 2000-04-02 change.
33475         Instead of that change, simply undefine putenv in the test program.
33476
33477 2000-04-05  Jim Meyering  <meyering@lucent.com>
33478
33479         Portability tweaks required for ultrix4.3.
33480         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
33481         getutent.
33482         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
33483         * lib/canon-host.c: Declare strdup.
33484         * lib/path-concat.c: Likewise.
33485         From John David Anglin.
33486
33487 2000-04-04  Jim Meyering  <meyering@lucent.com>
33488
33489         Be more DOS 8.3-friendly.
33490         * lib/ref-add.sin: Renamed from ref-add.sed.in.
33491         * lib/ref-del.sin: Renamed from ref-del.sed.in.
33492         * lib/Makefile.am: Reflect renaming.
33493         Reported by Eli Zaretskii.
33494
33495         Use a temporary file name that won't clash with `charset.alias'
33496         in the DOS 8.3 name space.
33497         * lib/Makefile.am (charset_tmp): Define.
33498         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
33499         (uninstall-local): Likewise.
33500         Reported by Eli Zaretskii.
33501
33502 2000-04-03  Jim Meyering  <meyering@lucent.com>
33503
33504         * m4/gettext.m4: Fix typo in comment.
33505
33506         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
33507         textutils/configure.in).  Suggestion from Paul Eggert.
33508         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
33509
33510 2000-04-02  Paul Eggert  <eggert@twinsun.com>
33511
33512         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
33513         variable in the shell rather than using putenv, which isn't
33514         portable.  This avoids the configure-time inter-test dependency
33515         on the potentially-renamed putenv function.
33516
33517 2000-03-30  Paul Eggert  <eggert@twinsun.com>
33518
33519         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
33520         before checking struct stat.st_blksize, so that
33521         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
33522
33523 2000-03-29  Paul Eggert  <eggert@twinsun.com>
33524
33525         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
33526         since strftime.c uses HAVE_STRFTIME to decide whether to use
33527         the underlying strftime.
33528
33529 2000-03-29  Paul Eggert  <eggert@twinsun.com>
33530
33531         * lib/time/strftime.c (my_strftime): Make sure we call the system
33532         strftime, not ourselves, when invoking the underlying strftime.
33533
33534 2000-03-24  Jim Meyering  <meyering@lucent.com>
33535
33536         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
33537         (charset_alias): Define.
33538         (install-exec-local): Factor out common code.
33539         (uninstall-local): Split lines longer than 80.
33540         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
33541         (SUFFIXES): Define.
33542         (.sed.in.sed): New rule.  Don't redirect directly to $@.
33543         (CLEANFILES): Add ref-add.sed and ref-del.sed.
33544
33545 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
33546
33547         * lib/config.charset: Output a line containing "Packages using this
33548         file".
33549         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
33550         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
33551         ref-del.sed): New rules.
33552
33553 2000-03-17  Jim Meyering  <meyering@lucent.com>
33554
33555         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
33556         Otherwise, include <strings.h>
33557
33558 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
33559
33560         * lib/unicodeio.c (utf8_wctomb): New function.
33561         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
33562         format instead of in UCS-4 with platform dependent endianness.
33563
33564 2000-03-10  Jim Meyering  <meyering@lucent.com>
33565
33566         * m4/lib-check.m4: Look for getspnam in -lgen, too.
33567         From Marco Franzen.
33568
33569 2000-03-07  Paul Eggert  <eggert@twinsun.com>
33570
33571         * lib/savedir.c (savedir): Work even if directory size is
33572         negative; this can happen with some screwy NFS configurations.
33573
33574 2000-03-06  Jim Meyering  <meyering@lucent.com>
33575
33576         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
33577         if it's NULL (because we ran out of memory).  From Bruno Haible.
33578
33579 2000-03-05  Jim Meyering  <meyering@lucent.com>
33580
33581         * lib/localcharset.c ("path-concat.h"): Include.
33582         (get_charset_aliases): Use path_concat instead of ANSI string
33583         concatenation.
33584
33585         * lib/unicodeio.h (PARAMS): Define.
33586         Use it to guard prototype.
33587
33588 2000-03-04  Jim Meyering  <meyering@lucent.com>
33589
33590         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
33591         for lib/localcharset.c.
33592
33593 2000-03-04  Jim Meyering  <meyering@lucent.com>
33594
33595         * lib/Makefile.am (install-exec-local): Create $(libdir) before
33596         installing into it.
33597         (uninstall-local): Uncomment this rule so `make distcheck' works
33598         once again.
33599
33600         * lib/unicodeio.c (<errno.h>): Include it.
33601         (errno): Declare if not defined.
33602
33603         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
33604
33605         * lib/config.charset: New version, incorporating remarks from a linux
33606         i18n mailing list.  From Bruno Haible.
33607
33608 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
33609
33610         * m4/codeset.m4: New file.
33611         * m4/iconv.m4: New file.
33612         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
33613
33614 2000-03-03  Jim Meyering  <meyering@lucent.com>
33615
33616         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
33617
33618 2000-03-02  Jim Meyering  <meyering@lucent.com>
33619
33620         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
33621         the messages come out on separate lines.
33622
33623         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
33624         rather than jm_CHECK_DECLARATIONS.
33625         * m4/decl.m4: Remove now-unused file.
33626
33627         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
33628         geteuid.
33629
33630 2000-03-02  Jim Meyering  <meyering@lucent.com>
33631
33632         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
33633
33634 2000-03-01  Jim Meyering  <meyering@lucent.com>
33635
33636         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
33637         * lib/unicodeio.c: Likewise.
33638
33639 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
33640
33641         * lib/config.charset: New file.
33642         * lib/localcharset.c: New file.
33643         * lib/unicodeio.h, lib/unicodeio.c: New files.
33644         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
33645         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
33646         (noinst_HEADERS): Add unicodeio.h.
33647         (all-local, install-exec-local, charset.alias): New targets.
33648
33649 2000-02-28  Paul Eggert  <eggert@twinsun.com>
33650
33651         * lib/quotearg.c (ALERT_CHAR): New macro.
33652         (quotearg_buffer_restyled): Use it.
33653
33654 2000-02-27  Jim Meyering  <meyering@lucent.com>
33655
33656         * m4/check-decl.m4: Add getenv to the list.
33657
33658 2000-02-27  Jim Meyering  <meyering@lucent.com>
33659
33660         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
33661         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
33662
33663         * lib/backupfile.c: Guard inclusion of stdlib.h with
33664         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
33665         Declare malloc if needed.
33666
33667         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
33668         `#ifndef HAVE_DECL..'
33669         now that autoconf always defines the HAVE_DECL_ symbols.
33670         * lib/human.c: Likewise.
33671         * lib/same.c: Likewise.
33672         * lib/strtoumax.c: Likewise.
33673
33674         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
33675         declaration check was not run.
33676         * lib/hash.c: Likewise.
33677         * lib/human.c: Likewise.
33678         * lib/same.c: Likewise.
33679         * lib/strtoumax.c: Likewise.
33680
33681         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
33682         `.', then first look up the entire `.'-containing string as a login
33683         name.
33684
33685 2000-02-23  Jim Meyering  <meyering@lucent.com>
33686
33687         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
33688         in place of my hack.
33689
33690 2000-02-18  Paul Eggert  <eggert@twinsun.com>
33691
33692         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
33693         (textint): New typedef.
33694         (parser_control): Member year changed from int to textint.
33695         All uses changed.
33696         (YYSTYPE): Removed; replaced by %union with int and textint members.
33697         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
33698         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
33699         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
33700         (tSNUMBER, tUNUMBER): Now of type <textintval>.
33701         (date, number, to_year): Use width of number in digits, not its value,
33702         to determine whether it's a 2-digit year, or a 2-digit time.
33703         (yylex): Store number of digits of numeric tokens.
33704         Reported by John Kendall.
33705
33706         (parser_control): Changed from struct parser_control to typedef (for
33707         consistency).  All uses changed.
33708
33709         (tID): Removed; not used.
33710         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
33711
33712 2000-02-14  Paul Eggert  <eggert@twinsun.com>
33713
33714         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
33715         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
33716
33717 2000-02-12  Jim Meyering  <meyering@lucent.com>
33718
33719         * lib/userspec.c (ISDIGIT): Define it.
33720         (isdigit): Remove definition.
33721         (is_number): Use ISDIGIT, not isdigit.
33722         <libintl.h>: Include.
33723         (_ and N_): Define.
33724         (parse_user_spec): Mark translatable strings.
33725
33726 2000-02-10  Jim Meyering  <meyering@lucent.com>
33727
33728         With these changes, nanosleep.[ch] are finally enough like the other
33729         lib/* replacement files to compile on a few more losing systems.
33730
33731         * lib/nanosleep.h: Don't include config.h.
33732         Remove prototype from declaration of nanosleep.
33733         (PARAMS): Remove now-unneeded definition.
33734         * lib/nanosleep.c: #undef nanosleep.
33735         (rpl_nanosleep): Rename from nanosleep.
33736
33737 2000-02-10  Jim Meyering  <meyering@lucent.com>
33738
33739         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
33740         gnu_nanosleep to rpl_nanosleep.
33741
33742 2000-02-09  Jim Meyering  <meyering@lucent.com>
33743
33744         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
33745         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
33746
33747 2000-02-08  Akim Demaille  <akim@epita.fr>
33748
33749         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
33750         `[' and `]' and remove uses of `changequote'.
33751         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
33752         (AC_SYS_LARGEFILE): Likewise.
33753         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
33754         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
33755         of changequote.
33756         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
33757         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
33758         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
33759         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
33760
33761 2000-02-05  Jim Meyering  <meyering@lucent.com>
33762
33763         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
33764         Remove explicit use of AC_HEADER_TIME.  It is required by
33765         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
33766         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
33767         in autoconf whereby the expansion of the latter ended up preceding
33768         the expansion of its prerequisite, AC_HEADER_TIME.
33769         Reported by Volker Borchert.
33770
33771 2000-02-03  Jim Meyering  <meyering@lucent.com>
33772
33773         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
33774
33775 2000-02-03  Jim Meyering  <meyering@lucent.com>
33776
33777         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
33778         rather than with `#if HAVE_UTMPNAME'.
33779
33780 2000-02-02  Jim Meyering  <meyering@lucent.com>
33781
33782         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
33783         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
33784         Reported by Eli Zaretskii.
33785
33786 2000-02-01  Jim Meyering  <meyering@lucent.com>
33787
33788         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
33789
33790 2000-01-31  Jim Meyering  <meyering@lucent.com>
33791
33792         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
33793         functions.  Add the time.h and sys/time.h headers along with the
33794         AC_REQUIRE'ment of AC_HEADER_TIME.
33795
33796 2000-01-31  Jim Meyering  <meyering@lucent.com>
33797
33798         * lib/nanosleep.h (nanosleep): Guard declaration with
33799         `#if ! HAVE_DECL_NANOSLEEP'.
33800         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
33801         the declaration in that vendor's sys/timers.h.
33802         Reported by Christian Krackowizer.
33803
33804         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
33805         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
33806         (ISPRINT): Likewise.
33807         Reported by Tom Tromey.
33808
33809 2000-01-30  Jim Meyering  <meyering@lucent.com>
33810
33811         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
33812
33813         * m4/prereq.m4 (utmp_includes): Define.
33814         Check for ut_user and ut_name members in both struct utmpx
33815         and struct utmp.
33816
33817 2000-01-30  Jim Meyering  <meyering@lucent.com>
33818
33819         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
33820         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
33821         header files where only utmpx.ut_user is declared.
33822
33823         * lib/readutmp.h (UT_USER): Define.
33824
33825 2000-01-29  Jim Meyering  <meyering@lucent.com>
33826
33827         * m4/lib-check.m4: New file containing library-related checks from
33828         fileutils and sh-utils (textutils had none).
33829
33830 2000-01-28  Jim Meyering  <meyering@lucent.com>
33831
33832         * m4/perl.m4: Change format of warning message to look more like that
33833         from the missing script.  Suggestion from François Pinard.
33834
33835 2000-01-25  Jim Meyering  <meyering@lucent.com>
33836
33837         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
33838         well as time.h in the compile check.
33839         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
33840         Fix typo in cross-compiling case: s/yes/no/.
33841
33842 2000-01-23  Jim Meyering  <meyering@lucent.com>
33843
33844         * m4/jm-macros.m4: Move df-related tests here from
33845         fileutils/configure.in
33846
33847         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
33848         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
33849
33850         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
33851         s/space/ac_fsusage_space/.
33852         (jm_FILE_SYSTEM_USAGE): Take two parameters.
33853
33854         * m4/ftruncate.m4: New file (derived from part of
33855         fileutils/configure.in).
33856         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
33857         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
33858
33859         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
33860         AC_SUBST these here, rather than just in sh-util/configure.in, so
33861         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
33862         all the same.
33863         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
33864         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
33865         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
33866         (AC_SUBST(POW_LIBM)): Likewise.
33867         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
33868
33869 2000-01-23  Jim Meyering  <meyering@lucent.com>
33870
33871         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
33872         obstack.c.
33873
33874 2000-01-22  Jim Meyering  <meyering@lucent.com>
33875
33876         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
33877
33878         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
33879
33880         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
33881         configure.in
33882         (AC_CHECK_HEADERS): Likewise for sh-utils.
33883         (AC_CHECK_HEADERS): Likewise for textutils.
33884         Merge the three lists of headers.
33885
33886         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
33887         from fileutils' configure.in.
33888
33889         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
33890         code. Moved tests into their own function (_jm_DECL_HEADERS) in
33891         check-decl.m4.
33892
33893         * m4/check-decl.m4: Use #if rather than #ifdef.
33894         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
33895         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
33896         (_jm_DECL_HEADERS): Define new function.
33897         (jm_CHECK_DECLARATIONS): Require it.
33898
33899 2000-01-22  Jim Meyering  <meyering@lucent.com>
33900
33901         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
33902         [! HAVE_DECL_STRTOULL]: Declare strtoull.
33903         Required for some AIX systems.  Reported by Christian Krackowizer.
33904         [TESTING] (main): New function.
33905
33906         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
33907         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
33908         letters.
33909
33910         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
33911         iswprint.
33912
33913         * lib/strverscmp.c (ISDIGIT): Define.
33914         (strverscmp): Use ISDIGIT, not isdigit.
33915
33916 2000-01-19  Jim Meyering  <meyering@lucent.com>
33917
33918         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
33919         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
33920         defines `struct timespec' in <sys/time.h>
33921
33922         * m4/c-bs-a.m4: Remove uses of changequote altogether.
33923         Thanks to Akim for explaining.
33924
33925 2000-01-17  Paul Eggert  <eggert@twinsun.com>
33926
33927         * lib/nanosleep.c (nanosleep):
33928         Don't use SA_INTERRUPT to decide whether to call sigaction, as
33929         POSIX.1 doesn't require SA_INTERRUPT and some systems
33930         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
33931         it's been part of POSIX.1 since day 1 (in 1988).
33932
33933 2000-01-17  Jim Meyering  <meyering@lucent.com>
33934
33935         * lib/interlock: Remove unused file.  Reported by François Pinard.
33936
33937 2000-01-16  Paul Eggert  <eggert@twinsun.com>
33938
33939         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
33940         alert, backslash, formfeed, and vertical tab unnecessarily in
33941         shell quoting style.
33942
33943 2000-01-16  Jim Meyering  <meyering@lucent.com>
33944
33945         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
33946         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
33947         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
33948         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
33949
33950 2000-01-16  Jim Meyering  <meyering@lucent.com>
33951
33952         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
33953         because the latter didn't work.
33954
33955 2000-01-15  Jim Meyering  <meyering@lucent.com>
33956
33957         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
33958         (AC_REPLACE_FUNCS): Add memcpy and memset.
33959         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
33960         Add strpbrk.
33961         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
33962
33963 2000-01-12  Jim Meyering  <meyering@lucent.com>
33964
33965         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
33966         (jm_PREREQ): Use it.
33967         (jm_PREREQ_READUTMP): New macro.
33968         (jm_PREREQ): Use it.
33969
33970 2000-01-11  Paul Eggert  <eggert@twinsun.com>
33971
33972         Quote multibyte characters correctly.
33973         * m4/c-bs-a.m4: New file.
33974         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
33975         (jm_PREREQ): Use it.
33976
33977 2000-01-11  Paul Eggert  <eggert@twinsun.com>
33978
33979         * m4/uintmax_t.m4: Port to autoconf 2.13.
33980
33981 2000-01-08  Jim Meyering  <meyering@ascend.com>
33982
33983         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
33984         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
33985
33986 2000-01-04  Jim Meyering  <meyering@ascend.com>
33987
33988         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
33989         jm_STRUCT_DIRENT_D_TYPE.
33990         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
33991         jm_STRUCT_DIRENT_D_INO.
33992         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
33993         jm_STRUCT_UTIMBUF.
33994         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
33995         renamings.
33996         * m4/utime.m4: Likewise.
33997
33998         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
33999         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
34000
34001 2000-01-03  Paul Eggert  <eggert@twinsun.com>
34002
34003         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
34004         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
34005
34006 2000-01-02  Jim Meyering  <meyering@ascend.com>
34007
34008         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
34009         remember if this is necessary.
34010
34011 1999-12-26  Jim Meyering  <meyering@ascend.com>
34012
34013         * m4/jm-macros.m4: Use it here.
34014         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
34015
34016 1999-12-23  Jim Meyering  <meyering@ascend.com>
34017
34018         * m4/jm-macros.m4: Check for clock_gettime (moved from
34019         fileutils/configure.in)
34020         Check for gettimeofday.
34021
34022 1999-12-20  Jim Meyering  <meyering@ascend.com>
34023
34024         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
34025         autoconf-2.14a-1999-12-20.
34026
34027 1999-12-19  Jim Meyering  <meyering@ascend.com>
34028
34029         * m4/lstat-slash.m4: New file.
34030         * m4/jm-macros.m4: Use the new macro:
34031         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
34032
34033 1999-12-07  Jim Meyering  <meyering@ascend.com>
34034
34035         * m4/perl.m4: Require that File::Compare be available, too.
34036         Too many systems seem to lack it.
34037
34038         * m4/strftime.m4: Add checks for most of the cpp macros tested in
34039         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
34040
34041 1999-11-18  Paul Eggert  <eggert@twinsun.com>
34042
34043         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
34044         problem with the QNX 4.25 shell, which doesn't propagate exit
34045         status of failed commands inside shell assignments.
34046
34047 1999-11-17  Jim Meyering  <meyering@ascend.com>
34048
34049         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
34050
34051 1999-11-07  Jim Meyering  <meyering@ascend.com>
34052
34053         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
34054
34055 1999-11-06  Jim Meyering  <meyering@ascend.com>
34056
34057         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
34058         * m4/jm-macros.m4 (jm_MACROS): Use it here.
34059
34060 1999-11-05  Jim Meyering  <meyering@ascend.com>
34061
34062         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
34063         configure.in of textutils, fileutils, and sh-utils into this one
34064         (shared between those packages) file.
34065         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
34066         AC_STRUCT_ST_BLKSIZE.
34067
34068 1999-11-03  Jim Meyering  <meyering@ascend.com>
34069
34070         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
34071         of AC_CHECK_TYPE checks includes unistd.h.
34072         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
34073         Suggestion from Akim Demaille.
34074
34075 1999-10-30  Jim Meyering  <meyering@ascend.com>
34076
34077         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
34078         m4-quoted string.
34079         * m4/ls-mntd-fs.m4: Likewise.
34080         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
34081         * m4/jm-winsz1.m4: Likewise.
34082
34083         * m4/const.m4: Remove file, since the fix made it into the experimental
34084         version of autoconf.
34085         * m4/mktime.m4: Likewise.
34086
34087         * m4/check-type.m4: Remove file, now that the latest version of
34088         AC_CHECK_TYPE takes a third arg to specify additional #includes.
34089
34090         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
34091         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
34092         AC_CHECK_TYPE.
34093
34094 1999-10-04  Jim Meyering  <meyering@ascend.com>
34095
34096         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
34097
34098 1999-09-22  Paul Eggert  <eggert@twinsun.com>
34099
34100         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
34101         2.95.1 bug with HP-UX 10.20.
34102
34103 1999-09-17  Jim Meyering  <meyering@ascend.com>
34104
34105         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
34106         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
34107         due to missing strdup (against sh-utils-2.0).
34108
34109 1999-08-29  Jim Meyering  <meyering@ascend.com>
34110
34111         * m4/jm-macros.m4: Require jm_BISON.
34112         * m4/bison.m4: New file.
34113
34114 1999-08-17  Paul Eggert  <eggert@twinsun.com>
34115
34116         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
34117         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
34118
34119 1999-08-05  Jim Meyering  <meyering@ascend.com>
34120
34121         * m4/getline.m4: Rename test file from conftestdata to conftest.data
34122         to avoid conflicts with `conftest' on 8+3 filesystems.
34123         Suggestion from Eli Zaretskii.
34124
34125 1999-08-04  Jim Meyering  <meyering@ascend.com>
34126
34127         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
34128         fileutils and sh-utils (textutils's getline test was inadequate).
34129         (AM_FUNC_GETLINE): Run this test.
34130         (AC_CHECK_FUNCS): Check for getdelim.
34131         Reported by Bob Proulx.
34132
34133 1999-08-02  Jim Meyering  <meyering@ascend.com>
34134
34135         * m4/jm-macros.m4: Add a comment.
34136
34137 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34138
34139         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
34140         <inttypes.h> defines strtoumax as a macro (and not as a
34141         function).
34142
34143 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34144
34145         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
34146         that we can shift, multiply and divide unsigned long long
34147         values; Ultrix cc can't do it.
34148
34149 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34150
34151         * m4/mktime.m4: New file, which is a preview of what should appear
34152         in the next public autoconf release.
34153
34154 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34155
34156         * m4/lfs.m4: Remove this file.
34157         * m4/largefile.m4: New file.  It contains the old contents of
34158         lfs.m4, except that all names with prefix AC_LFS have been
34159         changed to use the prefix AC_SYS_LARGEFILE instead, to be
34160         compatible with future autoconf versions.  Also, some minor m4
34161         quoting problems have been fixed.
34162
34163 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34164
34165         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
34166         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
34167         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
34168         and simplify the shell code.
34169
34170 1999-08-01  Jim Meyering  <meyering@ascend.com>
34171
34172         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
34173         m4.
34174
34175 1999-07-20  Jim Meyering  <meyering@ascend.com>
34176
34177         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
34178
34179 1999-07-15  Jim Meyering  <meyering@ascend.com>
34180
34181         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
34182
34183 1999-05-22  Jim Meyering  <meyering@ascend.com>
34184
34185         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
34186
34187 1999-05-20  Jim Meyering  <meyering@ascend.com>
34188
34189         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
34190         Add a colon after each `then' in case $4 is empty.
34191
34192 1999-05-16  Jim Meyering  <meyering@ascend.com>
34193
34194         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
34195
34196 1999-05-10  Jim Meyering  <meyering@ascend.com>
34197
34198         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
34199
34200         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
34201         AC_FUNC_MKTIME.
34202
34203 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
34204
34205         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
34206
34207 1999-05-04  Paul Eggert  <eggert@twinsun.com>
34208
34209         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
34210         not CPPFLAGS, so that linking works correctly in IRIX.
34211
34212 1999-04-30  Paul Eggert  <eggert@twinsun.com>
34213
34214         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
34215
34216 1999-04-20  Paul Eggert  <eggert@twinsun.com>
34217
34218         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
34219         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
34220         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
34221         jm_AC_TYPE_UNSIGNED_LONG_LONG.
34222         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
34223
34224         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
34225
34226 1999-04-20  Jim Meyering  <meyering@ascend.com>
34227
34228         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
34229         AC_REPLACE xstroull if necessary.  From Paul Eggert.
34230         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
34231
34232 1999-04-18  Jim Meyering  <meyering@ascend.com>
34233
34234         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
34235         * m4/jm-macros.m4: Use it.
34236
34237 1999-04-06  Jim Meyering  <meyering@ascend.com>
34238
34239         * m4/strftime.m4: Remove test for %f.
34240
34241 1999-03-29  Jim Meyering  <meyering@ascend.com>
34242
34243         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
34244         superset of the AC_TYPE_* checks in the textutils, fileutils,
34245         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
34246         AC_TYPE_PID_T.
34247
34248 1999-03-28  Jim Meyering  <meyering@ascend.com>
34249
34250         * m4/jm-macros.m4: Define GNU_PACKAGE here.
34251         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
34252         replaced e.g., in the *.sh files of the sh-utils.
34253
34254 1999-03-20  Jim Meyering  <meyering@ascend.com>
34255
34256         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
34257         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
34258         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
34259
34260 1999-03-19  Jim Meyering  <meyering@ascend.com>
34261
34262         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
34263
34264 1999-03-12  Jim Meyering  <meyering@ascend.com>
34265
34266         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
34267
34268 1999-03-07  Jim Meyering  <meyering@ascend.com>
34269
34270         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
34271         declared.
34272
34273 1999-02-17  Jim Meyering  <meyering@ascend.com>
34274
34275         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
34276         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
34277
34278 1999-02-07  Jim Meyering  <meyering@ascend.com>
34279
34280         * m4/group-member.m4: New file -- extracted from sh-utils'
34281         configure.in.
34282
34283         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
34284         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
34285
34286 1999-02-06  Jim Meyering  <meyering@ascend.com>
34287
34288         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
34289         * m4/fnmatch.m4: Likewise.
34290         * m4/getgroups.m4: Likewise.
34291         * m4/lstat.m4: Likewise.
34292         * m4/malloc.m4: Likewise.
34293         * m4/putenv.m4: Likewise.
34294         * m4/realloc.m4: Likewise.
34295         * m4/regex.m4: Likewise.
34296         * m4/stat.m4: Likewise.
34297         * m4/strftime.m4: Likewise.
34298         Suggestion from Alain Magloire.
34299
34300         * m4/chown.m4: Use `.$ac_objext', not `.o'.
34301         * m4/fnmatch.m4: Likewise.
34302         * m4/getgroups.m4: Likewise.
34303         * m4/getline.m4: Likewise.
34304         * m4/lstat.m4: Likewise.
34305         * m4/malloc.m4: Likewise.
34306         * m4/memcmp.m4: Likewise.
34307         * m4/putenv.m4: Likewise.
34308         * m4/realloc.m4: Likewise.
34309         * m4/regex.m4: Likewise.
34310         * m4/stat.m4: Likewise.
34311         * m4/strftime.m4: Likewise.
34312         Suggestion from Alain Magloire.
34313
34314         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
34315         an argument.
34316
34317         * m4/regex.m4: Add a run-time Test for proper operation of
34318         re_compile_pattern.
34319
34320 1999-01-31  Jim Meyering  <meyering@ascend.com>
34321
34322         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
34323
34324 1999-01-30  Jim Meyering  <meyering@ascend.com>
34325
34326         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
34327
34328         * m4/jm-mktime.m4: Make this a wrapper around the official
34329         AM_FUNC_MKTIME rather than my private copy, now that the official one
34330         is up to date.
34331         * m4/mktime.m4: Remove file.
34332
34333         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
34334         * m4/uptime.m4: Likewise.
34335         * m4/uintmax_t.m4: Likewise.
34336
34337 1999-01-28  Jim Meyering  <meyering@ascend.com>
34338
34339         * m4/jm-macros.m4: Use jm_AFS.
34340         * m4/afs.m4: New file (from fileutils' configure.in).
34341
34342         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
34343         * m4/chown.m4: Likewise.
34344         * m4/d-ino.m4: Likewise.
34345         * m4/d-type.m4: Likewise.
34346         * m4/fnmatch.m4: Likewise.
34347         * m4/getgroups.m4: Likewise.
34348         * m4/gettext.m4: Likewise.
34349         * m4/jm-mktime.m4: Likewise.
34350         * m4/jm-winsz2.m4: Likewise.
34351         * m4/lcmessage.m4: Likewise.
34352         * m4/ls-mntd-fs.m4: Likewise.
34353         * m4/malloc.m4: Likewise.
34354         * m4/memcmp.m4: Likewise.
34355         * m4/putenv.m4: Likewise.
34356         * m4/realloc.m4: Likewise.
34357         * m4/st_mtim.m4: Likewise.
34358         * m4/strftime.m4: Likewise.
34359
34360 1999-01-16  Jim Meyering  <meyering@ascend.com>
34361
34362         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
34363         (ARGMATCH_DIE_DECL): Define.
34364
34365 1999-01-12  Jim Meyering  <meyering@ascend.com>
34366
34367         * m4/Makefile.am.in: Rewrite to avoid using fmt.
34368         Reported by Lars Hecking.
34369
34370 1999-01-10  Jim Meyering  <meyering@ascend.com>
34371
34372         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
34373         gross kludge.
34374         * m4/inttypes_h.m4: Likewise.
34375         * m4/lstat.m4: Likewise.
34376         * m4/malloc.m4: Likewise.
34377         * m4/readdir.m4: Likewise.
34378         * m4/realloc.m4: Likewise.
34379         * m4/st_dm_mode.m4: Likewise.
34380         * m4/stat.m4: Likewise.
34381         * m4/utimbuf.m4: Likewise.
34382         * m4/utimes.m4: Likewise.
34383
34384         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
34385         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
34386         comments in config.h.in are meaningful.
34387
34388         * m4/jm-macros.m4: Require autoconf-2.13 here.
34389
34390         * m4/regex.m4: By default, don't use the included regex.c on systems
34391         with glibc 2.  Suggestion from Uli Drepper.
34392
34393 1999-01-02  Jim Meyering  <meyering@ascend.com>
34394
34395         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
34396
34397 1998-12-18  Jim Meyering  <meyering@ascend.com>
34398
34399         * m4/Makefile.am.in (Makefile.am): Simplify rule.
34400         Based on a suggestion from Lars Hecking.
34401
34402 1998-11-16  Paul Eggert  <eggert@twinsun.com>
34403
34404         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
34405
34406 1998-11-16  Jim Meyering  <meyering@ascend.com>
34407
34408         * m4/lfs.m4: Double-quote the `uname...` expression.
34409
34410 1998-11-14  Jim Meyering  <meyering@ascend.com>
34411
34412         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
34413         * m4/stat.m4: Likewise.
34414
34415 1998-11-03  Jim Meyering  <meyering@ascend.com>
34416
34417         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
34418         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
34419
34420 1998-10-18  Jim Meyering  <meyering@ascend.com>
34421
34422         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
34423
34424 1998-10-17  Jim Meyering  <meyering@ascend.com>
34425
34426         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
34427         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
34428         calls for those previously hard-coded headers.  Instead, take a new
34429         parameter.
34430         (jm_CHECK_DECLARATIONS): Reflect interface change.
34431         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
34432         (jm_CHECK_DECL_LOCALTIME_R): New macro.
34433
34434         * m4/mktime.m4: Test for spring-forward gap before long-running test.
34435
34436 1998-10-14  Jim Meyering  <meyering@ascend.com>
34437
34438         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
34439         instead of "TZ=America/Vancouver".  From Paul Eggert.
34440
34441 1998-10-11  Jim Meyering  <meyering@ascend.com>
34442
34443         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
34444         This adds a test for a recently added compatibility fix for mktime.c.
34445         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
34446
34447 1998-09-27  Jim Meyering  <meyering@ascend.com>
34448
34449         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
34450
34451         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
34452         ../configure.in, including a change from Gordon Matzigkeit to allow
34453         cross-compiling for the Hurd.
34454
34455         * m4/glibc.m4: New file/macro to test for the GNU C Library
34456         versions 1 and 2.  From Gordon Matzigkeit.
34457         Indent.
34458
34459 1998-09-21  Jim Meyering  <meyering@ascend.com>
34460
34461         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
34462
34463 1998-08-18  Paul Eggert  <eggert@twinsun.com>
34464
34465         Port nanosecond-resolution times to UnixWare 2.1.2 and
34466         pedantic Solaris 2.6.
34467
34468         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
34469         AC_STRUCT_ST_MTIM.
34470         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
34471         Generate name of ns member, instead of just 1 or undef.
34472         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
34473
34474 1998-08-15  Jim Meyering  <meyering@ascend.com>
34475
34476         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
34477         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
34478         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
34479         instead of jm_TYPE_SSIZE_T.
34480
34481 1998-08-12  Jim Meyering  <meyering@ascend.com>
34482
34483         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
34484
34485 1998-08-02  Jim Meyering  <meyering@ascend.com>
34486
34487         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
34488         in acconfig.h manually.
34489
34490 1998-07-31  Paul Eggert  <eggert@twinsun.com>
34491
34492         * m4/st_mtim.m4: New file.
34493
34494 1998-07-28  Jim Meyering  <meyering@ascend.com>
34495
34496         * m4/utimes.m4: Undef stat.
34497
34498 1998-07-25  Jim Meyering  <meyering@ascend.com>
34499
34500         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
34501         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
34502
34503 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
34504
34505         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
34506         uid and gid actually remain unchanged.
34507
34508 1998-07-07  Jim Meyering  <meyering@ascend.com>
34509
34510         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
34511
34512 1998-07-04  Jim Meyering  <meyering@ascend.com>
34513
34514         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
34515         to prove that this macro can be used in packages without regex.c.
34516
34517 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
34518
34519         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
34520         is to be used.
34521
34522 1998-07-03  Jim Meyering  <meyering@ascend.com>
34523
34524         * m4/gettext.m4: Add -lintl if it's found to be necessary.
34525
34526         * m4/gettext.m4: New file -- from gettext-0.10.35.
34527         * m4/lcmessage.m4: Likewise.
34528         * m4/progtest.m4: Likewise.
34529
34530         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
34531         * m4/jm-macros.m4: Require the new macro.
34532
34533 1998-06-29  Jim Meyering  <meyering@ascend.com>
34534
34535         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
34536         for the definition of NGROUPS (used in a system header included
34537         by sys/mount.h).
34538
34539 1998-06-28  Jim Meyering  <meyering@ascend.com>
34540
34541         * m4/ls-mntd-fs.m4: New file.
34542         * m4/fstypename.m4: New file.
34543
34544         * m4/jm-macros.m4: Require the new macro.
34545         * m4/jm-glibc-io.m4: New file.
34546
34547 1998-05-19  Jim Meyering  <meyering@ascend.com>
34548
34549         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
34550         * m4/lchown.m4: New file.
34551
34552         * m4/Makefile.am.in: New file.
34553         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
34554
34555 1998-05-14  Jim Meyering  <meyering@ascend.com>
34556
34557         * m4/Makefile.am (EXTRA_DIST): Add them.
34558         * m4/jm-macros.m4: New file.
34559         * m4/utimbuf.m4: New file.
34560
34561 1998-05-12  Jim Meyering  <meyering@ascend.com>
34562
34563         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
34564
34565 1998-05-11  Jim Meyering  <meyering@ascend.com>
34566
34567         * m4/isc-posix.m4: New file.
34568
34569 1998-05-10  Jim Meyering  <meyering@ascend.com>
34570
34571         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
34572
34573 1998-05-09  Jim Meyering  <meyering@ascend.com>
34574
34575         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
34576         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
34577         with automake.
34578
34579         * m4/ssize_t.m4: New file.
34580         * m4/mktime.m4: Remove file -- the new automake has this now.
34581
34582 1998-04-26  Jim Meyering  <meyering@ascend.com>
34583
34584         * m4/assert.m4: New file.
34585         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
34586
34587 1998-04-05  Jim Meyering  <meyering@ascend.com>
34588
34589         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
34590         (jm_PREREQ): Use it here.
34591
34592 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
34593
34594         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
34595         in acconfig.h.
34596
34597 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
34598
34599         * m4/prereq.m4: New file.
34600         * m4/error.m4: New file.
34601         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
34602
34603 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
34604
34605         * m4/getline.m4: Don't set am_cv_func_working_getline before the
34606         cache-check for the same variable -- that defeated the purpose of
34607         the test; the test program was never run.  This was a problem only
34608         on systems with losing getline functions -- HP-UX 10.20 is one.
34609         Reported by Bjorn Helgaas.
34610
34611 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
34612
34613         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
34614
34615 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
34616
34617         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
34618
34619         * m4/const.m4: New file.  Use an initializer in this declaration
34620         typedef int charset[2]; const charset x;
34621         Reported by Bob Glickstein.
34622
34623 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
34624
34625         * m4/chown.m4: Fix reversed types on -1 args to chown.
34626         From Kaveh Ghazi.
34627
34628 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
34629
34630         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
34631         Add lseek and memchr.
34632
34633         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
34634         T.E.Dickey <dickey@clark.net> said that some older preprocessors
34635         have a 20-character limit on names.
34636
34637 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
34638
34639         * m4/inttypes_h.m4: New file.
34640         * m4/uintmax_t.m4: New file.
34641         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
34642
34643 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
34644   Free Software Foundation, Inc.
34645 Copying and distribution of this file, with or without modification,
34646 are permitted provided the copyright notice and this notice are preserved.