18e7249134682ba13aac76517986721f21ed5e4a
[gnulib.git] / ChangeLog
1 2007-10-12  Bruno Haible  <bruno@clisp.org>
2
3         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
4         * modules/ceilf-tests: Update.
5
6 2007-10-12  Bruno Haible  <bruno@clisp.org>
7
8         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
9         of 2.
10         * tests/test-floorf2.c: New file.
11         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
12
13         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
14         * modules/floorf-tests: Update.
15
16 2007-10-12  Bruno Haible  <bruno@clisp.org>
17
18         * tests/test-trunc2.c: New file.
19         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
20
21         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
22         * modules/trunc-tests: Update.
23
24 2007-10-12  Bruno Haible  <bruno@clisp.org>
25
26         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
27         of 2.
28         * tests/test-truncf2.c: New file.
29         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
30
31         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
32         * modules/truncf-tests: Update.
33
34 2007-10-11  Eric Blake  <ebb9@byu.net>
35
36         Don't claim strerror is broken on Interix.
37         * doc/functions/strerror.texi (strerror): Known broken systems are
38         now Solaris 8, and not Interix.
39         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
40         Interix on cross-compile.
41         Reported by Martin Koeppe in
42         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
43
44 2007-10-11  Bruno Haible  <bruno@clisp.org>
45
46         * modules/i-ring-tests: New file.
47         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
48         instead of assert.
49
50 2007-10-11  Bruno Haible  <bruno@clisp.org>
51
52         * modules/filenamecat-tests: New file.
53         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
54         * lib/filenamecat.c: Remove test code.
55
56 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
57
58         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
59
60         * lib/strerror.c: Include <string.h> always, to test interface,
61         and to remove the need for the dummy.
62         Include intprops.h to compute width instead of doing it ourselves
63         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
64         (strerror): Define it to return NULL if there's no system strerror.
65         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
66         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
67         ancient pre-strerror Unix systems well any more.  Saying "unknown
68         system error" is enough.
69         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
70         simpler strerror.c implementation.
71         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
72         Simplify the tests to reflect the simpler strerror implementation.
73         * modules/strerror (Depends-on): Add intprops.
74
75 2007-10-09  Eric Blake  <ebb9@byu.net>
76
77         Silence test-fpending.
78         * modules/fpending-tests (Files): Add wrapper script.
79         * tests/test-fpending.sh: New file.
80
81 2007-10-09  Bruno Haible  <bruno@clisp.org>
82
83         * MODULES.html.sh (func_module): Don't create a hyperlink for
84         function names like 'printf_frexp'.
85         (Misc): Add crc, memxor.
86         (Characteristics of floating types): New section.
87         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
88         isnanf-nolibm, signbit, trunc, truncf, truncl.
89         (Enhancements for ISO C 99 functions): New subsection Input/output.
90         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
91         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
92         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
93         (Compatibility checks for POSIX:2001 functions): Add clock-time.
94         (Enhancements for POSIX:2001 functions): Add chdir-long.
95         (File system functions): Add areadlink, chdir-safer, read-file.
96         Remove cycle-check.
97         (File system as inode set): New section.
98         (Date and time): Add gethrxtime.
99         (Multithreading): Add openmp.
100         (Internationalization functions): Add localename.
101         (Unicode string functions): Add unistr/u*-mbsnlen.
102         (Support for maintaining and releasing projects): Add git-version-gen.
103         (Lone files): Remove directories.
104
105 2007-10-08  Ben Pfaff  <blp@gnu.org>
106
107         * lib/xmalloca.h: Fix typo in comment.
108
109 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
110
111         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
112         when avoiding problems with integer overflow.  Use a portable test
113         instead.
114
115 2007-10-08  Simon Josefsson  <simon@josefsson.org>
116
117         * modules/dummy (License): Change to LGPLv2+.
118         * modules/float (License): Likewise
119         * modules/realloc (License): Likewise
120         * modules/stdlib (License): Likewise
121
122 2007-10-07  Bruno Haible  <bruno@clisp.org>
123
124         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
125         * floor.c (TWO_MANT_DIG): Likewise.
126         * ceil.c (TWO_MANT_DIG): Likewise.
127         Reported by Ben Pfaff.
128
129 2007-10-07  Bruno Haible  <bruno@clisp.org>
130
131         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
132         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
133         * lib/frexp.c (FUNC): Likewise.
134         * lib/printf-frexp.h (printf_frexp): Likewise.
135         * lib/printf-frexpl.h (printf_frexpl): Likewise.
136         * lib/printf-frexp.c (FUNC): Likewise.
137         Suggested by Jim Meyering.
138
139 2007-10-07  Jim Meyering  <meyering@redhat.com>
140
141         Make xnanosleep's integer overflow test more robust.
142         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
143         so that gcc-4.3.0 doesn't optimize away this test for overflow.
144
145 2007-10-07  Bruno Haible  <bruno@clisp.org>
146
147         * NEWS: Mention the license change.
148
149         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
150         abbreviations in the modules files.
151
152         Change copyright notice from GPLv2+ to GPLv3+.
153         * README: Change copyright notice.
154         * MODULES.html.sh: Likewise.
155         * build-aux/bootstrap.conf: Likewise.
156         * build-aux/config.libpath: Likewise.
157         * build-aux/csharpcomp.sh.in: Likewise.
158         * build-aux/csharpexec.sh.in: Likewise.
159         * build-aux/install-reloc: Likewise.
160         * build-aux/javacomp.sh.in: Likewise.
161         * build-aux/javaexec.sh.in: Likewise.
162         * build-aux/ldd.sh.in: Likewise.
163         * build-aux/reloc-ldflags: Likewise.
164         * build-aux/relocatable.sh.in: Likewise.
165         * build-aux/x-to-1.in: Likewise.
166         * check-module: Likewise.
167         * config/srclistvars.sh: Likewise.
168         * gnulib-tool: Likewise.
169         * lib/acl-internal.h: Likewise.
170         * lib/acl.c: Likewise.
171         * lib/acl.h: Likewise.
172         * lib/acl_entries.c: Likewise.
173         * lib/areadlink-with-size.c: Likewise.
174         * lib/areadlink.c: Likewise.
175         * lib/areadlink.h: Likewise.
176         * lib/argmatch.c: Likewise.
177         * lib/argmatch.h: Likewise.
178         * lib/argp-ba.c: Likewise.
179         * lib/argp-eexst.c: Likewise.
180         * lib/argp-fmtstream.c: Likewise.
181         * lib/argp-fmtstream.h: Likewise.
182         * lib/argp-fs-xinl.c: Likewise.
183         * lib/argp-help.c: Likewise.
184         * lib/argp-namefrob.h: Likewise.
185         * lib/argp-parse.c: Likewise.
186         * lib/argp-pin.c: Likewise.
187         * lib/argp-pv.c: Likewise.
188         * lib/argp-pvh.c: Likewise.
189         * lib/argp-xinl.c: Likewise.
190         * lib/argp.h: Likewise.
191         * lib/at-func.c: Likewise.
192         * lib/atanl.c: Likewise.
193         * lib/backupfile.c: Likewise.
194         * lib/backupfile.h: Likewise.
195         * lib/basename.c: Likewise.
196         * lib/binary-io.h: Likewise.
197         * lib/byteswap.in.h: Likewise.
198         * lib/c-stack.c: Likewise.
199         * lib/c-stack.h: Likewise.
200         * lib/c-strcasestr.c: Likewise.
201         * lib/c-strcasestr.h: Likewise.
202         * lib/c-strstr.c: Likewise.
203         * lib/c-strstr.h: Likewise.
204         * lib/c-strtod.c: Likewise.
205         * lib/calloc.c: Likewise.
206         * lib/canon-host.c: Likewise.
207         * lib/canon-host.h: Likewise.
208         * lib/canonicalize-lgpl.c: Likewise.
209         * lib/canonicalize.c: Likewise.
210         * lib/canonicalize.h: Likewise.
211         * lib/ceil.c: Likewise.
212         * lib/ceilf.c: Likewise.
213         * lib/ceill.c: Likewise.
214         * lib/chdir-long.c: Likewise.
215         * lib/chdir-long.h: Likewise.
216         * lib/chdir-safer.c: Likewise.
217         * lib/chdir-safer.h: Likewise.
218         * lib/chown.c: Likewise.
219         * lib/classpath.c: Likewise.
220         * lib/classpath.h: Likewise.
221         * lib/clean-temp.c: Likewise.
222         * lib/clean-temp.h: Likewise.
223         * lib/cloexec.c: Likewise.
224         * lib/close-stream.c: Likewise.
225         * lib/closein.c: Likewise.
226         * lib/closein.h: Likewise.
227         * lib/closeout.c: Likewise.
228         * lib/closeout.h: Likewise.
229         * lib/concat-filename.c: Likewise.
230         * lib/copy-file.c: Likewise.
231         * lib/copy-file.h: Likewise.
232         * lib/count-one-bits.h: Likewise.
233         * lib/crc.c: Likewise.
234         * lib/crc.h: Likewise.
235         * lib/creat-safer.c: Likewise.
236         * lib/csharpcomp.c: Likewise.
237         * lib/csharpcomp.h: Likewise.
238         * lib/csharpexec.c: Likewise.
239         * lib/csharpexec.h: Likewise.
240         * lib/cycle-check.c: Likewise.
241         * lib/cycle-check.h: Likewise.
242         * lib/diacrit.c: Likewise.
243         * lib/diacrit.h: Likewise.
244         * lib/diffseq.h: Likewise.
245         * lib/dirchownmod.c: Likewise.
246         * lib/dirent.in.h: Likewise.
247         * lib/dirfd.c: Likewise.
248         * lib/dirfd.h: Likewise.
249         * lib/dirname.c: Likewise.
250         * lib/dirname.h: Likewise.
251         * lib/dummy.c: Likewise.
252         * lib/dup-safer.c: Likewise.
253         * lib/dup2.c: Likewise.
254         * lib/eealloc.h: Likewise.
255         * lib/error.c: Likewise.
256         * lib/error.h: Likewise.
257         * lib/euidaccess.c: Likewise.
258         * lib/exclude.c: Likewise.
259         * lib/exclude.h: Likewise.
260         * lib/execute.c: Likewise.
261         * lib/execute.h: Likewise.
262         * lib/exitfail.c: Likewise.
263         * lib/exitfail.h: Likewise.
264         * lib/expl.c: Likewise.
265         * lib/fatal-signal.c: Likewise.
266         * lib/fatal-signal.h: Likewise.
267         * lib/fbufmode.c: Likewise.
268         * lib/fbufmode.h: Likewise.
269         * lib/fchdir.c: Likewise.
270         * lib/fchmodat.c: Likewise.
271         * lib/fchownat.c: Likewise.
272         * lib/fcntl--.h: Likewise.
273         * lib/fcntl-safer.h: Likewise.
274         * lib/fcntl.in.h: Likewise.
275         * lib/fd-safer.c: Likewise.
276         * lib/fflush.c: Likewise.
277         * lib/file-has-acl.c: Likewise.
278         * lib/file-set.c: Likewise.
279         * lib/file-type.c: Likewise.
280         * lib/file-type.h: Likewise.
281         * lib/fileblocks.c: Likewise.
282         * lib/filemode.c: Likewise.
283         * lib/filemode.h: Likewise.
284         * lib/filename.h: Likewise.
285         * lib/filenamecat.c: Likewise.
286         * lib/filenamecat.h: Likewise.
287         * lib/findprog.c: Likewise.
288         * lib/findprog.h: Likewise.
289         * lib/float.in.h: Likewise.
290         * lib/floor.c: Likewise.
291         * lib/floorf.c: Likewise.
292         * lib/floorl.c: Likewise.
293         * lib/fopen-safer.c: Likewise.
294         * lib/fopen.c: Likewise.
295         * lib/fpending.c: Likewise.
296         * lib/fpending.h: Likewise.
297         * lib/fprintf.c: Likewise.
298         * lib/fprintftime.h: Likewise.
299         * lib/fpucw.h: Likewise.
300         * lib/fpurge.c: Likewise.
301         * lib/fpurge.h: Likewise.
302         * lib/freadable.c: Likewise.
303         * lib/freadable.h: Likewise.
304         * lib/freadahead.c: Likewise.
305         * lib/freadahead.h: Likewise.
306         * lib/freading.c: Likewise.
307         * lib/freading.h: Likewise.
308         * lib/free.c: Likewise.
309         * lib/freopen.c: Likewise.
310         * lib/frexp.c: Likewise.
311         * lib/frexpl.c: Likewise.
312         * lib/fseek.c: Likewise.
313         * lib/fseterr.c: Likewise.
314         * lib/fseterr.h: Likewise.
315         * lib/fstatat.c: Likewise.
316         * lib/fstrcmp.c: Likewise.
317         * lib/fstrcmp.h: Likewise.
318         * lib/fsusage.c: Likewise.
319         * lib/fsusage.h: Likewise.
320         * lib/ftell.c: Likewise.
321         * lib/ftello.c: Likewise.
322         * lib/fts-cycle.c: Likewise.
323         * lib/fts.c: Likewise.
324         * lib/fts_.h: Likewise.
325         * lib/full-read.c: Likewise.
326         * lib/full-read.h: Likewise.
327         * lib/full-write.c: Likewise.
328         * lib/full-write.h: Likewise.
329         * lib/fwritable.c: Likewise.
330         * lib/fwritable.h: Likewise.
331         * lib/fwriteerror.c: Likewise.
332         * lib/fwriteerror.h: Likewise.
333         * lib/fwriting.c: Likewise.
334         * lib/fwriting.h: Likewise.
335         * lib/gcd.c: Likewise.
336         * lib/gcd.h: Likewise.
337         * lib/getcwd.c: Likewise.
338         * lib/getdate.h: Likewise.
339         * lib/getdate.y: Likewise.
340         * lib/getdomainname.c: Likewise.
341         * lib/getdomainname.h: Likewise.
342         * lib/getgroups.c: Likewise.
343         * lib/gethostname.c: Likewise.
344         * lib/gethrxtime.c: Likewise.
345         * lib/gethrxtime.h: Likewise.
346         * lib/getloadavg.c: Likewise.
347         * lib/getndelim2.c: Likewise.
348         * lib/getndelim2.h: Likewise.
349         * lib/getnline.c: Likewise.
350         * lib/getnline.h: Likewise.
351         * lib/getopt.c: Likewise.
352         * lib/getopt.in.h: Likewise.
353         * lib/getopt1.c: Likewise.
354         * lib/getopt_int.h: Likewise.
355         * lib/getpagesize.h: Likewise.
356         * lib/getsubopt.c: Likewise.
357         * lib/gettime.c: Likewise.
358         * lib/getugroups.c: Likewise.
359         * lib/getugroups.h: Likewise.
360         * lib/getusershell.c: Likewise.
361         * lib/gl_anyavltree_list1.h: Likewise.
362         * lib/gl_anyavltree_list2.h: Likewise.
363         * lib/gl_anyhash_list1.h: Likewise.
364         * lib/gl_anyhash_list2.h: Likewise.
365         * lib/gl_anylinked_list1.h: Likewise.
366         * lib/gl_anylinked_list2.h: Likewise.
367         * lib/gl_anyrbtree_list1.h: Likewise.
368         * lib/gl_anyrbtree_list2.h: Likewise.
369         * lib/gl_anytree_list1.h: Likewise.
370         * lib/gl_anytree_list2.h: Likewise.
371         * lib/gl_anytree_oset.h: Likewise.
372         * lib/gl_anytreehash_list1.h: Likewise.
373         * lib/gl_anytreehash_list2.h: Likewise.
374         * lib/gl_array_list.c: Likewise.
375         * lib/gl_array_list.h: Likewise.
376         * lib/gl_array_oset.c: Likewise.
377         * lib/gl_array_oset.h: Likewise.
378         * lib/gl_avltree_list.c: Likewise.
379         * lib/gl_avltree_list.h: Likewise.
380         * lib/gl_avltree_oset.c: Likewise.
381         * lib/gl_avltree_oset.h: Likewise.
382         * lib/gl_avltreehash_list.c: Likewise.
383         * lib/gl_avltreehash_list.h: Likewise.
384         * lib/gl_carray_list.c: Likewise.
385         * lib/gl_carray_list.h: Likewise.
386         * lib/gl_linked_list.c: Likewise.
387         * lib/gl_linked_list.h: Likewise.
388         * lib/gl_linkedhash_list.c: Likewise.
389         * lib/gl_linkedhash_list.h: Likewise.
390         * lib/gl_list.c: Likewise.
391         * lib/gl_list.h: Likewise.
392         * lib/gl_oset.c: Likewise.
393         * lib/gl_oset.h: Likewise.
394         * lib/gl_rbtree_list.c: Likewise.
395         * lib/gl_rbtree_list.h: Likewise.
396         * lib/gl_rbtree_oset.c: Likewise.
397         * lib/gl_rbtree_oset.h: Likewise.
398         * lib/gl_rbtreehash_list.c: Likewise.
399         * lib/gl_rbtreehash_list.h: Likewise.
400         * lib/gl_sublist.c: Likewise.
401         * lib/gl_sublist.h: Likewise.
402         * lib/group-member.c: Likewise.
403         * lib/group-member.h: Likewise.
404         * lib/hard-locale.c: Likewise.
405         * lib/hard-locale.h: Likewise.
406         * lib/hash-pjw.c: Likewise.
407         * lib/hash-pjw.h: Likewise.
408         * lib/hash-triple.c: Likewise.
409         * lib/hash.c: Likewise.
410         * lib/hash.h: Likewise.
411         * lib/human.c: Likewise.
412         * lib/human.h: Likewise.
413         * lib/i-ring.c: Likewise.
414         * lib/i-ring.h: Likewise.
415         * lib/idcache.c: Likewise.
416         * lib/imaxabs.c: Likewise.
417         * lib/imaxdiv.c: Likewise.
418         * lib/inet_pton.c: Likewise.
419         * lib/inet_pton.h: Likewise.
420         * lib/intprops.h: Likewise.
421         * lib/inttostr.c: Likewise.
422         * lib/inttostr.h: Likewise.
423         * lib/inttypes.in.h: Likewise.
424         * lib/isapipe.c: Likewise.
425         * lib/isdir.c: Likewise.
426         * lib/isnan.c: Likewise.
427         * lib/isnan.h: Likewise.
428         * lib/isnanf.c: Likewise.
429         * lib/isnanf.h: Likewise.
430         * lib/isnanl-nolibm.h: Likewise.
431         * lib/isnanl.c: Likewise.
432         * lib/isnanl.h: Likewise.
433         * lib/javacomp.c: Likewise.
434         * lib/javacomp.h: Likewise.
435         * lib/javaexec.c: Likewise.
436         * lib/javaexec.h: Likewise.
437         * lib/javaversion.c: Likewise.
438         * lib/javaversion.h: Likewise.
439         * lib/javaversion.java: Likewise.
440         * lib/lbrkprop.h: Likewise.
441         * lib/lchmod.h: Likewise.
442         * lib/lchown.c: Likewise.
443         * lib/ldexpl.c: Likewise.
444         * lib/linebreak.c: Likewise.
445         * lib/linebreak.h: Likewise.
446         * lib/linebuffer.c: Likewise.
447         * lib/linebuffer.h: Likewise.
448         * lib/locale.in.h: Likewise.
449         * lib/logl.c: Likewise.
450         * lib/long-options.c: Likewise.
451         * lib/long-options.h: Likewise.
452         * lib/lstat.c: Likewise.
453         * lib/lstat.h: Likewise.
454         * lib/math.in.h: Likewise.
455         * lib/mbchar.c: Likewise.
456         * lib/mbchar.h: Likewise.
457         * lib/mbfile.h: Likewise.
458         * lib/mbiter.h: Likewise.
459         * lib/mbscasecmp.c: Likewise.
460         * lib/mbscasestr.c: Likewise.
461         * lib/mbschr.c: Likewise.
462         * lib/mbscspn.c: Likewise.
463         * lib/mbslen.c: Likewise.
464         * lib/mbsncasecmp.c: Likewise.
465         * lib/mbsnlen.c: Likewise.
466         * lib/mbspbrk.c: Likewise.
467         * lib/mbspcasecmp.c: Likewise.
468         * lib/mbsrchr.c: Likewise.
469         * lib/mbssep.c: Likewise.
470         * lib/mbsspn.c: Likewise.
471         * lib/mbsstr.c: Likewise.
472         * lib/mbstok_r.c: Likewise.
473         * lib/mbswidth.c: Likewise.
474         * lib/mbswidth.h: Likewise.
475         * lib/mbuiter.h: Likewise.
476         * lib/memcasecmp.c: Likewise.
477         * lib/memcasecmp.h: Likewise.
478         * lib/memchr.c: Likewise.
479         * lib/memcmp.c: Likewise.
480         * lib/memcoll.c: Likewise.
481         * lib/memcoll.h: Likewise.
482         * lib/memcpy.c: Likewise.
483         * lib/memrchr.c: Likewise.
484         * lib/mkancesdirs.c: Likewise.
485         * lib/mkdir-p.c: Likewise.
486         * lib/mkdir-p.h: Likewise.
487         * lib/mkdir.c: Likewise.
488         * lib/mkdirat.c: Likewise.
489         * lib/mkdtemp.c: Likewise.
490         * lib/mkstemp-safer.c: Likewise.
491         * lib/mkstemp.c: Likewise.
492         * lib/modechange.c: Likewise.
493         * lib/modechange.h: Likewise.
494         * lib/mountlist.c: Likewise.
495         * lib/mountlist.h: Likewise.
496         * lib/mpsort.c: Likewise.
497         * lib/nanosleep.c: Likewise.
498         * lib/obstack.c: Likewise.
499         * lib/obstack.h: Likewise.
500         * lib/open-safer.c: Likewise.
501         * lib/open.c: Likewise.
502         * lib/openat-die.c: Likewise.
503         * lib/openat-priv.h: Likewise.
504         * lib/openat-proc.c: Likewise.
505         * lib/openat.c: Likewise.
506         * lib/openat.h: Likewise.
507         * lib/pagealign_alloc.c: Likewise.
508         * lib/pagealign_alloc.h: Likewise.
509         * lib/physmem.c: Likewise.
510         * lib/physmem.h: Likewise.
511         * lib/pipe-safer.c: Likewise.
512         * lib/pipe.c: Likewise.
513         * lib/pipe.h: Likewise.
514         * lib/posixtm.c: Likewise.
515         * lib/posixtm.h: Likewise.
516         * lib/posixver.c: Likewise.
517         * lib/printf-frexp.c: Likewise.
518         * lib/printf-frexp.h: Likewise.
519         * lib/printf-frexpl.c: Likewise.
520         * lib/printf-frexpl.h: Likewise.
521         * lib/printf.c: Likewise.
522         * lib/progname.c: Likewise.
523         * lib/progname.h: Likewise.
524         * lib/progreloc.c: Likewise.
525         * lib/putenv.c: Likewise.
526         * lib/quote.c: Likewise.
527         * lib/quote.h: Likewise.
528         * lib/quotearg.c: Likewise.
529         * lib/quotearg.h: Likewise.
530         * lib/raise.c: Likewise.
531         * lib/readline.c: Likewise.
532         * lib/readline.h: Likewise.
533         * lib/readlink.c: Likewise.
534         * lib/readtokens.c: Likewise.
535         * lib/readtokens.h: Likewise.
536         * lib/readtokens0.c: Likewise.
537         * lib/readtokens0.h: Likewise.
538         * lib/readutmp.c: Likewise.
539         * lib/readutmp.h: Likewise.
540         * lib/realloc.c: Likewise.
541         * lib/relocwrapper.c: Likewise.
542         * lib/rename-dest-slash.c: Likewise.
543         * lib/rename.c: Likewise.
544         * lib/rmdir.c: Likewise.
545         * lib/rpmatch.c: Likewise.
546         * lib/safe-read.c: Likewise.
547         * lib/safe-read.h: Likewise.
548         * lib/safe-write.c: Likewise.
549         * lib/safe-write.h: Likewise.
550         * lib/same-inode.h: Likewise.
551         * lib/same.c: Likewise.
552         * lib/same.h: Likewise.
553         * lib/save-cwd.c: Likewise.
554         * lib/save-cwd.h: Likewise.
555         * lib/savedir.c: Likewise.
556         * lib/savedir.h: Likewise.
557         * lib/savewd.c: Likewise.
558         * lib/savewd.h: Likewise.
559         * lib/search.in.h: Likewise.
560         * lib/setenv.c: Likewise.
561         * lib/setenv.h: Likewise.
562         * lib/settime.c: Likewise.
563         * lib/sh-quote.c: Likewise.
564         * lib/sh-quote.h: Likewise.
565         * lib/sig2str.c: Likewise.
566         * lib/sig2str.h: Likewise.
567         * lib/signal.in.h: Likewise.
568         * lib/signbitd.c: Likewise.
569         * lib/signbitf.c: Likewise.
570         * lib/signbitl.c: Likewise.
571         * lib/sigprocmask.c: Likewise.
572         * lib/sincosl.c: Likewise.
573         * lib/sleep.c: Likewise.
574         * lib/sprintf.c: Likewise.
575         * lib/sqrtl.c: Likewise.
576         * lib/stat-time.h: Likewise.
577         * lib/stdio--.h: Likewise.
578         * lib/stdio-safer.h: Likewise.
579         * lib/stdlib--.h: Likewise.
580         * lib/stdlib-safer.h: Likewise.
581         * lib/stdlib.in.h: Likewise.
582         * lib/stpcpy.c: Likewise.
583         * lib/stpncpy.c: Likewise.
584         * lib/strchrnul.c: Likewise.
585         * lib/strcspn.c: Likewise.
586         * lib/strerror.c: Likewise.
587         * lib/strftime.c: Likewise.
588         * lib/strftime.h: Likewise.
589         * lib/striconveh.c: Likewise.
590         * lib/striconveh.h: Likewise.
591         * lib/striconveha.c: Likewise.
592         * lib/striconveha.h: Likewise.
593         * lib/stripslash.c: Likewise.
594         * lib/strnlen1.c: Likewise.
595         * lib/strnlen1.h: Likewise.
596         * lib/strtod.c: Likewise.
597         * lib/strtoimax.c: Likewise.
598         * lib/strtok_r.c: Likewise.
599         * lib/strtol.c: Likewise.
600         * lib/strtoll.c: Likewise.
601         * lib/strtoul.c: Likewise.
602         * lib/strtoull.c: Likewise.
603         * lib/sysexits.in.h: Likewise.
604         * lib/tempname.c: Likewise.
605         * lib/tempname.h: Likewise.
606         * lib/timespec.h: Likewise.
607         * lib/tls.c: Likewise.
608         * lib/tls.h: Likewise.
609         * lib/tmpdir.c: Likewise.
610         * lib/tmpdir.h: Likewise.
611         * lib/tmpfile-safer.c: Likewise.
612         * lib/tmpfile.c: Likewise.
613         * lib/trigl.c: Likewise.
614         * lib/trigl.h: Likewise.
615         * lib/trim.c: Likewise.
616         * lib/trim.h: Likewise.
617         * lib/trunc.c: Likewise.
618         * lib/truncf.c: Likewise.
619         * lib/truncl.c: Likewise.
620         * lib/tsearch.c: Likewise.
621         * lib/unicodeio.c: Likewise.
622         * lib/unicodeio.h: Likewise.
623         * lib/unistd--.h: Likewise.
624         * lib/unistd-safer.h: Likewise.
625         * lib/unistdio/ulc-fprintf.c: Likewise.
626         * lib/unistdio/ulc-vfprintf.c: Likewise.
627         * lib/unlinkdir.c: Likewise.
628         * lib/unlinkdir.h: Likewise.
629         * lib/unlocked-io.h: Likewise.
630         * lib/unsetenv.c: Likewise.
631         * lib/userspec.c: Likewise.
632         * lib/utime.c: Likewise.
633         * lib/utimecmp.c: Likewise.
634         * lib/utimecmp.h: Likewise.
635         * lib/utimens.c: Likewise.
636         * lib/verify.h: Likewise.
637         * lib/verror.c: Likewise.
638         * lib/verror.h: Likewise.
639         * lib/version-etc-fsf.c: Likewise.
640         * lib/version-etc.c: Likewise.
641         * lib/version-etc.h: Likewise.
642         * lib/vfprintf.c: Likewise.
643         * lib/vprintf.c: Likewise.
644         * lib/vsprintf.c: Likewise.
645         * lib/w32spawn.h: Likewise.
646         * lib/wait-process.c: Likewise.
647         * lib/wait-process.h: Likewise.
648         * lib/wcwidth.c: Likewise.
649         * lib/write-any-file.c: Likewise.
650         * lib/xalloc-die.c: Likewise.
651         * lib/xalloc.h: Likewise.
652         * lib/xasprintf.c: Likewise.
653         * lib/xgetcwd.c: Likewise.
654         * lib/xgetcwd.h: Likewise.
655         * lib/xgetdomainname.c: Likewise.
656         * lib/xgetdomainname.h: Likewise.
657         * lib/xgethostname.c: Likewise.
658         * lib/xmalloc.c: Likewise.
659         * lib/xmalloca.c: Likewise.
660         * lib/xmalloca.h: Likewise.
661         * lib/xmemcoll.c: Likewise.
662         * lib/xnanosleep.c: Likewise.
663         * lib/xreadlink.c: Likewise.
664         * lib/xreadlink.h: Likewise.
665         * lib/xsetenv.c: Likewise.
666         * lib/xsetenv.h: Likewise.
667         * lib/xstriconv.c: Likewise.
668         * lib/xstriconv.h: Likewise.
669         * lib/xstrndup.c: Likewise.
670         * lib/xstrndup.h: Likewise.
671         * lib/xstrtod.c: Likewise.
672         * lib/xstrtod.h: Likewise.
673         * lib/xstrtol-error.c: Likewise.
674         * lib/xstrtol.c: Likewise.
675         * lib/xstrtol.h: Likewise.
676         * lib/xtime.h: Likewise.
677         * lib/xvasprintf.c: Likewise.
678         * lib/xvasprintf.h: Likewise.
679         * lib/yesno.c: Likewise.
680         * lib/yesno.h: Likewise.
681         * posix-modules: Likewise.
682         * tests/test-alloca-opt.c: Likewise.
683         * tests/test-arcfour.c: Likewise.
684         * tests/test-arctwo.c: Likewise.
685         * tests/test-argmatch.c: Likewise.
686         * tests/test-argp-2.sh: Likewise.
687         * tests/test-argp.c: Likewise.
688         * tests/test-arpa_inet.c: Likewise.
689         * tests/test-array_list.c: Likewise.
690         * tests/test-array_oset.c: Likewise.
691         * tests/test-atexit.c: Likewise.
692         * tests/test-avltree_list.c: Likewise.
693         * tests/test-avltree_oset.c: Likewise.
694         * tests/test-avltreehash_list.c: Likewise.
695         * tests/test-base64.c: Likewise.
696         * tests/test-binary-io.c: Likewise.
697         * tests/test-byteswap.c: Likewise.
698         * tests/test-c-ctype.c: Likewise.
699         * tests/test-c-strcasecmp.c: Likewise.
700         * tests/test-c-strcasestr.c: Likewise.
701         * tests/test-c-strncasecmp.c: Likewise.
702         * tests/test-c-strstr.c: Likewise.
703         * tests/test-canonicalize-lgpl.c: Likewise.
704         * tests/test-canonicalize.c: Likewise.
705         * tests/test-carray_list.c: Likewise.
706         * tests/test-ceilf.c: Likewise.
707         * tests/test-ceill.c: Likewise.
708         * tests/test-count-one-bits.c: Likewise.
709         * tests/test-crc.c: Likewise.
710         * tests/test-dirname.c: Likewise.
711         * tests/test-fbufmode.c: Likewise.
712         * tests/test-fcntl.c: Likewise.
713         * tests/test-fflush.c: Likewise.
714         * tests/test-floorf.c: Likewise.
715         * tests/test-floorl.c: Likewise.
716         * tests/test-fopen.c: Likewise.
717         * tests/test-fprintf-posix.c: Likewise.
718         * tests/test-fprintf-posix.h: Likewise.
719         * tests/test-fpurge.c: Likewise.
720         * tests/test-freadable.c: Likewise.
721         * tests/test-freadahead.c: Likewise.
722         * tests/test-freading.c: Likewise.
723         * tests/test-freopen.c: Likewise.
724         * tests/test-frexp.c: Likewise.
725         * tests/test-frexpl.c: Likewise.
726         * tests/test-fseek.c: Likewise.
727         * tests/test-fseeko.c: Likewise.
728         * tests/test-fseterr.c: Likewise.
729         * tests/test-fstrcmp.c: Likewise.
730         * tests/test-ftell.c: Likewise.
731         * tests/test-ftello.c: Likewise.
732         * tests/test-fwritable.c: Likewise.
733         * tests/test-fwriting.c: Likewise.
734         * tests/test-getaddrinfo.c: Likewise.
735         * tests/test-getpass.c: Likewise.
736         * tests/test-gettimeofday.c: Likewise.
737         * tests/test-hmac-md5.c: Likewise.
738         * tests/test-hmac-sha1.c: Likewise.
739         * tests/test-iconv.c: Likewise.
740         * tests/test-iconvme.c: Likewise.
741         * tests/test-inttypes.c: Likewise.
742         * tests/test-isnan.c: Likewise.
743         * tests/test-isnanf.c: Likewise.
744         * tests/test-isnanl-nolibm.c: Likewise.
745         * tests/test-isnanl.c: Likewise.
746         * tests/test-isnanl.h: Likewise.
747         * tests/test-ldexpl.c: Likewise.
748         * tests/test-linked_list.c: Likewise.
749         * tests/test-linkedhash_list.c: Likewise.
750         * tests/test-locale.c: Likewise.
751         * tests/test-localename.c: Likewise.
752         * tests/test-lock.c: Likewise.
753         * tests/test-lseek.c: Likewise.
754         * tests/test-malloca.c: Likewise.
755         * tests/test-math.c: Likewise.
756         * tests/test-mbscasecmp.c: Likewise.
757         * tests/test-mbscasestr1.c: Likewise.
758         * tests/test-mbscasestr2.c: Likewise.
759         * tests/test-mbscasestr3.c: Likewise.
760         * tests/test-mbscasestr4.c: Likewise.
761         * tests/test-mbschr.c: Likewise.
762         * tests/test-mbscspn.c: Likewise.
763         * tests/test-mbsncasecmp.c: Likewise.
764         * tests/test-mbspbrk.c: Likewise.
765         * tests/test-mbspcasecmp.c: Likewise.
766         * tests/test-mbsrchr.c: Likewise.
767         * tests/test-mbsspn.c: Likewise.
768         * tests/test-mbsstr1.c: Likewise.
769         * tests/test-mbsstr2.c: Likewise.
770         * tests/test-mbsstr3.c: Likewise.
771         * tests/test-md5.c: Likewise.
772         * tests/test-memmem.c: Likewise.
773         * tests/test-netinet_in.c: Likewise.
774         * tests/test-open.c: Likewise.
775         * tests/test-printf-frexp.c: Likewise.
776         * tests/test-printf-frexpl.c: Likewise.
777         * tests/test-printf-posix.c: Likewise.
778         * tests/test-printf-posix.h: Likewise.
779         * tests/test-rbtree_list.c: Likewise.
780         * tests/test-rbtree_oset.c: Likewise.
781         * tests/test-rbtreehash_list.c: Likewise.
782         * tests/test-read-file.c: Likewise.
783         * tests/test-rijndael.c: Likewise.
784         * tests/test-search.c: Likewise.
785         * tests/test-signbit.c: Likewise.
786         * tests/test-sleep.c: Likewise.
787         * tests/test-snprintf-posix.c: Likewise.
788         * tests/test-snprintf-posix.h: Likewise.
789         * tests/test-snprintf.c: Likewise.
790         * tests/test-sprintf-posix.c: Likewise.
791         * tests/test-sprintf-posix.h: Likewise.
792         * tests/test-stat-time.c: Likewise.
793         * tests/test-stdbool.c: Likewise.
794         * tests/test-stdint.c: Likewise.
795         * tests/test-stdio.c: Likewise.
796         * tests/test-stdlib.c: Likewise.
797         * tests/test-stpncpy.c: Likewise.
798         * tests/test-strcasestr.c: Likewise.
799         * tests/test-striconv.c: Likewise.
800         * tests/test-striconveh.c: Likewise.
801         * tests/test-striconveha.c: Likewise.
802         * tests/test-string.c: Likewise.
803         * tests/test-sys_select.c: Likewise.
804         * tests/test-sys_socket.c: Likewise.
805         * tests/test-sys_stat.c: Likewise.
806         * tests/test-sys_time.c: Likewise.
807         * tests/test-sysexits.c: Likewise.
808         * tests/test-time.c: Likewise.
809         * tests/test-tls.c: Likewise.
810         * tests/test-trunc.c: Likewise.
811         * tests/test-truncf.c: Likewise.
812         * tests/test-truncl.c: Likewise.
813         * tests/test-unistd.c: Likewise.
814         * tests/test-vasnprintf-posix.c: Likewise.
815         * tests/test-vasnprintf-posix2.c: Likewise.
816         * tests/test-vasnprintf.c: Likewise.
817         * tests/test-vasprintf-posix.c: Likewise.
818         * tests/test-vasprintf.c: Likewise.
819         * tests/test-verify.c: Likewise.
820         * tests/test-vfprintf-posix.c: Likewise.
821         * tests/test-vprintf-posix.c: Likewise.
822         * tests/test-vsnprintf-posix.c: Likewise.
823         * tests/test-vsnprintf.c: Likewise.
824         * tests/test-vsprintf-posix.c: Likewise.
825         * tests/test-wchar.c: Likewise.
826         * tests/test-wctype.c: Likewise.
827         * tests/test-wcwidth.c: Likewise.
828         * tests/test-xstrtol.c: Likewise.
829         * tests/test-xvasprintf.c: Likewise.
830         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
831         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
832         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
833         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
834         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
835         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
836         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
837         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
838         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
839         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
840         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
841         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
842         * tests/uniname/test-uninames.c: Likewise.
843         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
844         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
845         * tests/unistdio/test-u16-printf1.h: Likewise.
846         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
847         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
848         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
849         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
850         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
851         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
852         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
853         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
854         * tests/unistdio/test-u32-printf1.h: Likewise.
855         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
856         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
857         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
858         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
859         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
860         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
861         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
862         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
863         * tests/unistdio/test-u8-printf1.h: Likewise.
864         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
865         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
866         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
867         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
868         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
869         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
870         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
871         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
872         * tests/unistdio/test-ulc-printf1.h: Likewise.
873         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
874         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
875         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
876         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
877         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
878         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
879         * tests/uniwidth/test-u16-strwidth.c: Likewise.
880         * tests/uniwidth/test-u16-width.c: Likewise.
881         * tests/uniwidth/test-u32-strwidth.c: Likewise.
882         * tests/uniwidth/test-u32-width.c: Likewise.
883         * tests/uniwidth/test-u8-strwidth.c: Likewise.
884         * tests/uniwidth/test-u8-width.c: Likewise.
885         * tests/uniwidth/test-uc_width.c: Likewise.
886         * config/srclist-update: Likewise.
887         (fixlicense): Update to GPLv3+.
888
889         Change copyright notice from LGPLv2.1+ to LGPLv3+.
890         * tests/test-tsearch.c: Change copyright notice.
891
892         Change copyright notice from LGPLv2.0+ to LGPLv3+.
893         * lib/c-strcaseeq.h: Change copyright notice.
894         * lib/streq.h: Likewise.
895         * lib/uniconv.h: Likewise.
896         * lib/uniconv/u-conv-from-enc.h: Likewise.
897         * lib/uniconv/u-conv-to-enc.h: Likewise.
898         * lib/uniconv/u-strconv-from-enc.h: Likewise.
899         * lib/uniconv/u-strconv-to-enc.h: Likewise.
900         * lib/uniconv/u16-conv-from-enc.c: Likewise.
901         * lib/uniconv/u16-conv-to-enc.c: Likewise.
902         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
903         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
904         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
905         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
906         * lib/uniconv/u32-conv-from-enc.c: Likewise.
907         * lib/uniconv/u32-conv-to-enc.c: Likewise.
908         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
909         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
910         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
911         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
912         * lib/uniconv/u8-conv-from-enc.c: Likewise.
913         * lib/uniconv/u8-conv-to-enc.c: Likewise.
914         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
915         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
916         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
917         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
918         * lib/uniname.h: Likewise.
919         * lib/uniname/uniname.c: Likewise.
920         * lib/unistdio.h: Likewise.
921         * lib/unistdio/u-asnprintf.h: Likewise.
922         * lib/unistdio/u-asprintf.h: Likewise.
923         * lib/unistdio/u-printf-args.c: Likewise.
924         * lib/unistdio/u-printf-args.h: Likewise.
925         * lib/unistdio/u-printf-parse.h: Likewise.
926         * lib/unistdio/u-snprintf.h: Likewise.
927         * lib/unistdio/u-sprintf.h: Likewise.
928         * lib/unistdio/u-vasprintf.h: Likewise.
929         * lib/unistdio/u-vsnprintf.h: Likewise.
930         * lib/unistdio/u-vsprintf.h: Likewise.
931         * lib/unistdio/u16-asnprintf.c: Likewise.
932         * lib/unistdio/u16-asprintf.c: Likewise.
933         * lib/unistdio/u16-printf-parse.c: Likewise.
934         * lib/unistdio/u16-snprintf.c: Likewise.
935         * lib/unistdio/u16-sprintf.c: Likewise.
936         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
937         * lib/unistdio/u16-u16-asprintf.c: Likewise.
938         * lib/unistdio/u16-u16-snprintf.c: Likewise.
939         * lib/unistdio/u16-u16-sprintf.c: Likewise.
940         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
941         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
942         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
943         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
944         * lib/unistdio/u16-vasnprintf.c: Likewise.
945         * lib/unistdio/u16-vasprintf.c: Likewise.
946         * lib/unistdio/u16-vsnprintf.c: Likewise.
947         * lib/unistdio/u16-vsprintf.c: Likewise.
948         * lib/unistdio/u32-asnprintf.c: Likewise.
949         * lib/unistdio/u32-asprintf.c: Likewise.
950         * lib/unistdio/u32-printf-parse.c: Likewise.
951         * lib/unistdio/u32-snprintf.c: Likewise.
952         * lib/unistdio/u32-sprintf.c: Likewise.
953         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
954         * lib/unistdio/u32-u32-asprintf.c: Likewise.
955         * lib/unistdio/u32-u32-snprintf.c: Likewise.
956         * lib/unistdio/u32-u32-sprintf.c: Likewise.
957         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
958         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
959         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
960         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
961         * lib/unistdio/u32-vasnprintf.c: Likewise.
962         * lib/unistdio/u32-vasprintf.c: Likewise.
963         * lib/unistdio/u32-vsnprintf.c: Likewise.
964         * lib/unistdio/u32-vsprintf.c: Likewise.
965         * lib/unistdio/u8-asnprintf.c: Likewise.
966         * lib/unistdio/u8-asprintf.c: Likewise.
967         * lib/unistdio/u8-printf-parse.c: Likewise.
968         * lib/unistdio/u8-snprintf.c: Likewise.
969         * lib/unistdio/u8-sprintf.c: Likewise.
970         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
971         * lib/unistdio/u8-u8-asprintf.c: Likewise.
972         * lib/unistdio/u8-u8-snprintf.c: Likewise.
973         * lib/unistdio/u8-u8-sprintf.c: Likewise.
974         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
975         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
976         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
977         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
978         * lib/unistdio/u8-vasnprintf.c: Likewise.
979         * lib/unistdio/u8-vasprintf.c: Likewise.
980         * lib/unistdio/u8-vsnprintf.c: Likewise.
981         * lib/unistdio/u8-vsprintf.c: Likewise.
982         * lib/unistdio/ulc-asnprintf.c: Likewise.
983         * lib/unistdio/ulc-asprintf.c: Likewise.
984         * lib/unistdio/ulc-printf-parse.c: Likewise.
985         * lib/unistdio/ulc-snprintf.c: Likewise.
986         * lib/unistdio/ulc-sprintf.c: Likewise.
987         * lib/unistdio/ulc-vasnprintf.c: Likewise.
988         * lib/unistdio/ulc-vasprintf.c: Likewise.
989         * lib/unistdio/ulc-vsnprintf.c: Likewise.
990         * lib/unistdio/ulc-vsprintf.c: Likewise.
991         * lib/unistr.h: Likewise.
992         * lib/unistr/u-cpy-alloc.h: Likewise.
993         * lib/unistr/u-cpy.h: Likewise.
994         * lib/unistr/u-endswith.h: Likewise.
995         * lib/unistr/u-move.h: Likewise.
996         * lib/unistr/u-set.h: Likewise.
997         * lib/unistr/u-startswith.h: Likewise.
998         * lib/unistr/u-stpcpy.h: Likewise.
999         * lib/unistr/u-stpncpy.h: Likewise.
1000         * lib/unistr/u-strcat.h: Likewise.
1001         * lib/unistr/u-strcpy.h: Likewise.
1002         * lib/unistr/u-strcspn.h: Likewise.
1003         * lib/unistr/u-strdup.h: Likewise.
1004         * lib/unistr/u-strlen.h: Likewise.
1005         * lib/unistr/u-strncat.h: Likewise.
1006         * lib/unistr/u-strncpy.h: Likewise.
1007         * lib/unistr/u-strnlen.h: Likewise.
1008         * lib/unistr/u-strpbrk.h: Likewise.
1009         * lib/unistr/u-strspn.h: Likewise.
1010         * lib/unistr/u-strstr.h: Likewise.
1011         * lib/unistr/u-strtok.h: Likewise.
1012         * lib/unistr/u16-check.c: Likewise.
1013         * lib/unistr/u16-chr.c: Likewise.
1014         * lib/unistr/u16-cmp.c: Likewise.
1015         * lib/unistr/u16-cpy-alloc.c: Likewise.
1016         * lib/unistr/u16-cpy.c: Likewise.
1017         * lib/unistr/u16-endswith.c: Likewise.
1018         * lib/unistr/u16-mblen.c: Likewise.
1019         * lib/unistr/u16-mbsnlen.c: Likewise.
1020         * lib/unistr/u16-mbtouc-aux.c: Likewise.
1021         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
1022         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
1023         * lib/unistr/u16-mbtouc.c: Likewise.
1024         * lib/unistr/u16-mbtoucr.c: Likewise.
1025         * lib/unistr/u16-move.c: Likewise.
1026         * lib/unistr/u16-next.c: Likewise.
1027         * lib/unistr/u16-prev.c: Likewise.
1028         * lib/unistr/u16-set.c: Likewise.
1029         * lib/unistr/u16-startswith.c: Likewise.
1030         * lib/unistr/u16-stpcpy.c: Likewise.
1031         * lib/unistr/u16-stpncpy.c: Likewise.
1032         * lib/unistr/u16-strcat.c: Likewise.
1033         * lib/unistr/u16-strchr.c: Likewise.
1034         * lib/unistr/u16-strcmp.c: Likewise.
1035         * lib/unistr/u16-strcpy.c: Likewise.
1036         * lib/unistr/u16-strcspn.c: Likewise.
1037         * lib/unistr/u16-strdup.c: Likewise.
1038         * lib/unistr/u16-strlen.c: Likewise.
1039         * lib/unistr/u16-strmblen.c: Likewise.
1040         * lib/unistr/u16-strmbtouc.c: Likewise.
1041         * lib/unistr/u16-strncat.c: Likewise.
1042         * lib/unistr/u16-strncmp.c: Likewise.
1043         * lib/unistr/u16-strncpy.c: Likewise.
1044         * lib/unistr/u16-strnlen.c: Likewise.
1045         * lib/unistr/u16-strpbrk.c: Likewise.
1046         * lib/unistr/u16-strrchr.c: Likewise.
1047         * lib/unistr/u16-strspn.c: Likewise.
1048         * lib/unistr/u16-strstr.c: Likewise.
1049         * lib/unistr/u16-strtok.c: Likewise.
1050         * lib/unistr/u16-to-u32.c: Likewise.
1051         * lib/unistr/u16-to-u8.c: Likewise.
1052         * lib/unistr/u16-uctomb-aux.c: Likewise.
1053         * lib/unistr/u16-uctomb.c: Likewise.
1054         * lib/unistr/u32-check.c: Likewise.
1055         * lib/unistr/u32-chr.c: Likewise.
1056         * lib/unistr/u32-cmp.c: Likewise.
1057         * lib/unistr/u32-cpy-alloc.c: Likewise.
1058         * lib/unistr/u32-cpy.c: Likewise.
1059         * lib/unistr/u32-endswith.c: Likewise.
1060         * lib/unistr/u32-mblen.c: Likewise.
1061         * lib/unistr/u32-mbsnlen.c: Likewise.
1062         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
1063         * lib/unistr/u32-mbtouc.c: Likewise.
1064         * lib/unistr/u32-mbtoucr.c: Likewise.
1065         * lib/unistr/u32-move.c: Likewise.
1066         * lib/unistr/u32-next.c: Likewise.
1067         * lib/unistr/u32-prev.c: Likewise.
1068         * lib/unistr/u32-set.c: Likewise.
1069         * lib/unistr/u32-startswith.c: Likewise.
1070         * lib/unistr/u32-stpcpy.c: Likewise.
1071         * lib/unistr/u32-stpncpy.c: Likewise.
1072         * lib/unistr/u32-strcat.c: Likewise.
1073         * lib/unistr/u32-strchr.c: Likewise.
1074         * lib/unistr/u32-strcmp.c: Likewise.
1075         * lib/unistr/u32-strcpy.c: Likewise.
1076         * lib/unistr/u32-strcspn.c: Likewise.
1077         * lib/unistr/u32-strdup.c: Likewise.
1078         * lib/unistr/u32-strlen.c: Likewise.
1079         * lib/unistr/u32-strmblen.c: Likewise.
1080         * lib/unistr/u32-strmbtouc.c: Likewise.
1081         * lib/unistr/u32-strncat.c: Likewise.
1082         * lib/unistr/u32-strncmp.c: Likewise.
1083         * lib/unistr/u32-strncpy.c: Likewise.
1084         * lib/unistr/u32-strnlen.c: Likewise.
1085         * lib/unistr/u32-strpbrk.c: Likewise.
1086         * lib/unistr/u32-strrchr.c: Likewise.
1087         * lib/unistr/u32-strspn.c: Likewise.
1088         * lib/unistr/u32-strstr.c: Likewise.
1089         * lib/unistr/u32-strtok.c: Likewise.
1090         * lib/unistr/u32-to-u16.c: Likewise.
1091         * lib/unistr/u32-to-u8.c: Likewise.
1092         * lib/unistr/u32-uctomb.c: Likewise.
1093         * lib/unistr/u8-check.c: Likewise.
1094         * lib/unistr/u8-chr.c: Likewise.
1095         * lib/unistr/u8-cmp.c: Likewise.
1096         * lib/unistr/u8-cpy-alloc.c: Likewise.
1097         * lib/unistr/u8-cpy.c: Likewise.
1098         * lib/unistr/u8-endswith.c: Likewise.
1099         * lib/unistr/u8-mblen.c: Likewise.
1100         * lib/unistr/u8-mbsnlen.c: Likewise.
1101         * lib/unistr/u8-mbtouc-aux.c: Likewise.
1102         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
1103         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
1104         * lib/unistr/u8-mbtouc.c: Likewise.
1105         * lib/unistr/u8-mbtoucr.c: Likewise.
1106         * lib/unistr/u8-move.c: Likewise.
1107         * lib/unistr/u8-next.c: Likewise.
1108         * lib/unistr/u8-prev.c: Likewise.
1109         * lib/unistr/u8-set.c: Likewise.
1110         * lib/unistr/u8-startswith.c: Likewise.
1111         * lib/unistr/u8-stpcpy.c: Likewise.
1112         * lib/unistr/u8-stpncpy.c: Likewise.
1113         * lib/unistr/u8-strcat.c: Likewise.
1114         * lib/unistr/u8-strchr.c: Likewise.
1115         * lib/unistr/u8-strcmp.c: Likewise.
1116         * lib/unistr/u8-strcpy.c: Likewise.
1117         * lib/unistr/u8-strcspn.c: Likewise.
1118         * lib/unistr/u8-strdup.c: Likewise.
1119         * lib/unistr/u8-strlen.c: Likewise.
1120         * lib/unistr/u8-strmblen.c: Likewise.
1121         * lib/unistr/u8-strmbtouc.c: Likewise.
1122         * lib/unistr/u8-strncat.c: Likewise.
1123         * lib/unistr/u8-strncmp.c: Likewise.
1124         * lib/unistr/u8-strncpy.c: Likewise.
1125         * lib/unistr/u8-strnlen.c: Likewise.
1126         * lib/unistr/u8-strpbrk.c: Likewise.
1127         * lib/unistr/u8-strrchr.c: Likewise.
1128         * lib/unistr/u8-strspn.c: Likewise.
1129         * lib/unistr/u8-strstr.c: Likewise.
1130         * lib/unistr/u8-strtok.c: Likewise.
1131         * lib/unistr/u8-to-u16.c: Likewise.
1132         * lib/unistr/u8-to-u32.c: Likewise.
1133         * lib/unistr/u8-uctomb-aux.c: Likewise.
1134         * lib/unistr/u8-uctomb.c: Likewise.
1135         * lib/unitypes.h: Likewise.
1136         * lib/uniwidth.h: Likewise.
1137         * lib/uniwidth/cjk.h: Likewise.
1138         * lib/uniwidth/u16-strwidth.c: Likewise.
1139         * lib/uniwidth/u16-width.c: Likewise.
1140         * lib/uniwidth/u32-strwidth.c: Likewise.
1141         * lib/uniwidth/u32-width.c: Likewise.
1142         * lib/uniwidth/u8-strwidth.c: Likewise.
1143         * lib/uniwidth/u8-width.c: Likewise.
1144         * lib/uniwidth/width.c: Likewise.
1145
1146 2007-10-07  Bruno Haible  <bruno@clisp.org>
1147
1148         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
1149         The file is still under LGPL (see modules/inttypes).
1150
1151 2007-10-06  Bruno Haible  <bruno@clisp.org>
1152
1153         * modules/trunc (Dependencies): Add 'extensions'.
1154         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
1155         Reported by Ben Pfaff <blp@gnu.org>.
1156
1157 2007-10-06  Bruno Haible  <bruno@clisp.org>
1158
1159         * modules/freopen-tests: New file.
1160         * tests/test-freopen.c: New file.
1161
1162         * modules/fopen-tests: New file.
1163         * tests/test-fopen.c: New file.
1164
1165         * modules/fopen: New file.
1166         * lib/fopen.c: New file.
1167         * m4/fopen.m4: New file.
1168         * modules/freopen: New file.
1169         * lib/freopen.c: New file.
1170         * m4/freopen.m4: New file.
1171         * lib/stdio.in.h (fopen, freopen): New declarations.
1172         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
1173         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
1174         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
1175         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
1176         * doc/functions/fopen.texi: Mention the 'fopen' module.
1177         * doc/functions/freopen.texi: Mention the 'freopen' module.
1178
1179 2007-10-06  Bruno Haible  <bruno@clisp.org>
1180
1181         * modules/open-tests: New file.
1182         * tests/test-open.c: New file.
1183
1184         * modules/open: New file.
1185         * lib/open.c: New file.
1186         * m4/open.m4: New file.
1187         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
1188         lib/open.c does.
1189         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
1190         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
1191         macros.
1192         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
1193         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
1194         REPLACE_OPEN.
1195         * doc/functions/open.texi: Mention the 'open' module.
1196
1197 2007-10-04  Bruno Haible  <bruno@clisp.org>
1198
1199         * modules/ceill-tests: New file.
1200         * tests/test-ceill.c: New file.
1201
1202         * modules/ceill: New file.
1203         * lib/ceill.c: Replace entire file.
1204         * m4/ceill.m4: New file.
1205         * lib/math.in.h (ceill): Replace declaration.
1206         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
1207         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
1208         * doc/functions/ceill.texi: Mention the 'ceill' module.
1209         * modules/mathl (Files): Remove lib/ceill.c.
1210         (Depends-on): Add ceill.
1211
1212 2007-10-04  Bruno Haible  <bruno@clisp.org>
1213
1214         * modules/ceilf-tests: New file.
1215         * tests/test-ceilf.c: New file.
1216
1217         * modules/ceilf: New file.
1218         * lib/ceil.c: New file.
1219         * lib/ceilf.c: New file.
1220         * m4/ceilf.m4: New file.
1221         * lib/math.in.h (ceilf): New declaration.
1222         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
1223         HAVE_DECL_CEILF.
1224         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
1225         HAVE_DECL_CEILF.
1226         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
1227
1228 2007-10-04  Bruno Haible  <bruno@clisp.org>
1229
1230         * modules/floorl-tests: New file.
1231         * tests/test-floorl.c: New file.
1232
1233         * modules/floorl: New file.
1234         * lib/floorl.c: Replace entire file.
1235         * m4/floorl.m4: New file.
1236         * lib/math.in.h (floorl): Replace declaration.
1237         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
1238         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
1239         * doc/functions/floorl.texi: Mention the 'floorl' module.
1240         * modules/mathl (Files): Remove lib/floorl.c.
1241         (Depends-on): Add floorl.
1242
1243 2007-10-04  Bruno Haible  <bruno@clisp.org>
1244
1245         * modules/floorf-tests: New file.
1246         * tests/test-floorf.c: New file.
1247
1248         * modules/floorf: New file.
1249         * lib/floor.c: New file.
1250         * lib/floorf.c: New file.
1251         * m4/floorf.m4: New file.
1252         * lib/math.in.h (floorf): New declaration.
1253         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
1254         HAVE_DECL_FLOORF.
1255         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
1256         HAVE_DECL_FLOORF.
1257         * doc/functions/floorf.texi: Mention the 'floorf' module.
1258
1259 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
1260             Bruno Haible  <bruno@clisp.org>
1261
1262         Advertise for the Git server instead of the CVS server.
1263         * doc/gnulib-intro.texi (Steady Development): Mention the Git
1264         repository instead of the CVS one.
1265         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
1266         about all VCS systems generically.
1267         * doc/gnulib.texi (Introduction): Capitalize `Git'.
1268
1269 2007-10-04  Bruno Haible  <bruno@clisp.org>
1270
1271         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
1272         means.
1273         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
1274
1275 2007-10-04  Bruno Haible  <bruno@clisp.org>
1276
1277         * modules/truncl-tests: New file.
1278         * tests/test-truncl.c: New file.
1279
1280         * modules/truncl: New file.
1281         * lib/truncl.c: New file.
1282         * m4/truncl.m4: New file.
1283         * lib/math.in.h (truncl): New declaration.
1284         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
1285         HAVE_DECL_TRUNCL.
1286         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
1287         HAVE_DECL_TRUNCL.
1288         * doc/functions/truncl.texi: Mention the 'truncl' module.
1289
1290 2007-10-04  Bruno Haible  <bruno@clisp.org>
1291
1292         * modules/truncf-tests: New file.
1293         * tests/test-truncf.c: New file.
1294
1295         * modules/truncf: New file.
1296         * lib/trunc.c: Make paramerizable through USE_* macros.
1297         * lib/truncf.c: New file.
1298         * m4/truncf.m4: New file.
1299         * lib/math.in.h (truncf): New declaration.
1300         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
1301         HAVE_DECL_TRUNCF.
1302         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
1303         HAVE_DECL_TRUNCF.
1304         * doc/functions/truncf.texi: Mention the 'truncf' module.
1305
1306 2007-10-03  Bruno Haible  <bruno@clisp.org>
1307
1308         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
1309         augmentation also for tests modules.
1310         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
1311         * modules/atexit-tests (Makefile.am): Likewise.
1312         * modules/binary-io-tests (Makefile.am): Likewise.
1313         * modules/c-strcase-tests (Makefile.am): Likewise.
1314         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
1315         * modules/canonicalize-tests (Makefile.am): Likewise.
1316         * modules/closein-tests (Makefile.am): Likewise.
1317         * modules/fprintf-posix-tests (Makefile.am): Likewise.
1318         * modules/freadahead-tests (Makefile.am): Likewise.
1319         * modules/fseek-tests (Makefile.am): Likewise.
1320         * modules/fseeko-tests (Makefile.am): Likewise.
1321         * modules/ftell-tests (Makefile.am): Likewise.
1322         * modules/ftello-tests (Makefile.am): Likewise.
1323         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
1324         * modules/isnanl-tests (Makefile.am): Likewise.
1325         * modules/lseek-tests (Makefile.am): Likewise.
1326         * modules/mbscasecmp-tests (Makefile.am): Likewise.
1327         * modules/mbscasestr-tests (Makefile.am): Likewise.
1328         * modules/mbschr-tests (Makefile.am): Likewise.
1329         * modules/mbscspn-tests (Makefile.am): Likewise.
1330         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
1331         * modules/mbspbrk-tests (Makefile.am): Likewise.
1332         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
1333         * modules/mbsrchr-tests (Makefile.am): Likewise.
1334         * modules/mbsspn-tests (Makefile.am): Likewise.
1335         * modules/mbsstr-tests (Makefile.am): Likewise.
1336         * modules/printf-posix-tests (Makefile.am): Likewise.
1337         * modules/snprintf-posix-tests (Makefile.am): Likewise.
1338         * modules/sprintf-posix-tests (Makefile.am): Likewise.
1339         * modules/tsearch-tests (Makefile.am): Likewise.
1340         * modules/uniname/uniname-tests (Makefile.am): Likewise.
1341         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
1342         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
1343         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
1344         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
1345         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
1346         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
1347         * modules/vprintf-posix-tests (Makefile.am): Likewise.
1348         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
1349         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
1350         * modules/xstrtoimax-tests (Makefile.am): Likewise.
1351         * modules/xstrtol-tests (Makefile.am): Likewise.
1352         * modules/xstrtoumax-tests (Makefile.am): Likewise.
1353         * modules/yesno-tests (Makefile.am): Likewise.
1354
1355 2007-10-03  Bruno Haible  <bruno@clisp.org>
1356
1357         * modules/trunc-tests: New file.
1358         * tests/test-trunc.c: New file.
1359
1360         * modules/trunc: New file.
1361         * lib/trunc.c: New file.
1362         * m4/trunc.m4: New file.
1363         * lib/math.in.h (trunc): New declaration.
1364         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
1365         HAVE_DECL_TRUNC.
1366         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
1367         HAVE_DECL_TRUNC.
1368         * doc/functions/trunc.texi: Mention the 'trunc' module.
1369
1370 2007-10-03  Bruno Haible  <bruno@clisp.org>
1371
1372         * tests/test-fpending.c: New file, mostly copied
1373         from coreutils/lib/t-fpending.c.
1374         * modules/fpending-tests: New file.
1375
1376 2007-10-03  Bruno Haible  <bruno@clisp.org>
1377
1378         Port the stdio extensions to QNX (untested).
1379         * lib/fseterr.c (fseterr): Add support for QNX.
1380         * lib/fbufmode.c (fbufmode): Likewise.
1381         * lib/freadable.c (freadable): Likewise.
1382         * lib/fwritable.c (fwritable): Likewise.
1383         * lib/freading.c (freading): Likewise.
1384         * lib/fwriting.c (fwriting): Likewise.
1385         * lib/freadahead.c (freadahed): Likewise.
1386         * lib/fpurge.c (fpurge): Likewise.
1387         * lib/fseeko.c (rpl_fseeko): Likewise.
1388
1389 2007-10-03  Bruno Haible  <bruno@clisp.org>
1390             Jim Meyering  <jim@meyering.net>
1391             Eric Blake  <ebb9@byu.net>
1392
1393         * doc/relocatable.texi: Use @command instead of @program.
1394
1395 2007-10-02  Jim Meyering  <jim@meyering.net>
1396
1397         Perform one more "_.h" -> ".in.h" substitution.
1398         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
1399         instead of unistd_.h here, too.
1400
1401 2007-10-01  Bruno Haible  <bruno@clisp.org>
1402
1403         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
1404         Needed for the alloca-opt module.
1405
1406 2007-09-30  Bruno Haible  <bruno@clisp.org>
1407
1408         * lib/alloca.in.h: Renamed from lib/alloca_.h.
1409         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
1410         alloca_.h.
1411         * lib/argz.in.h: Renamed from lib/argz_.h.
1412         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
1413         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
1414         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
1415         byteswap_.h.
1416         * lib/dirent.in.h: Renamed from lib/dirent_.h.
1417         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
1418         dirent_.h.
1419         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
1420         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
1421         fcntl_.h.
1422         * lib/float.in.h: Renamed from lib/float_.h.
1423         * modules/float (Files, Makefile.am): Use float.in.h instead of
1424         float_.h.
1425         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
1426         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
1427         fnmatch_.h.
1428         * lib/getopt.in.h: Renamed from lib/getopt_.h.
1429         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
1430         getopt_.h.
1431         * lib/glob.in.h: Renamed from lib/glob_.h.
1432         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
1433         * lib/iconv.in.h: Renamed from lib/iconv_.h.
1434         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
1435         iconv_.h.
1436         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
1437         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
1438         inttypes_.h.
1439         * lib/locale.in.h: Renamed from lib/locale_.h.
1440         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
1441         locale_.h.
1442         * lib/math.in.h: Renamed from lib/math_.h.
1443         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
1444         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
1445         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
1446         of netinet_in_.h. Add dependency.
1447         * lib/poll.in.h: Renamed from lib/poll_.h.
1448         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
1449         * lib/search.in.h: Renamed from lib/search_.h.
1450         * modules/search (Files, Makefile.am): Use search.in.h instead of
1451         search_.h.
1452         * lib/signal.in.h: Renamed from lib/signal_.h.
1453         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
1454         _signal.h.
1455         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
1456         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
1457         stdbool_.h.
1458         * lib/stdint.in.h: Renamed from lib/stdint_.h.
1459         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
1460         stdint_.h.
1461         * lib/stdio.in.h: Renamed from lib/stdio_.h.
1462         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
1463         stdio_.h.
1464         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
1465         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
1466         stdlib_.h.
1467         * lib/string.in.h: Renamed from lib/string_.h.
1468         * modules/string (Files, Makefile.am): Use string.in.h instead of
1469         string_.h.
1470         * doc/gnulib-tool.texi (Initial import): Update.
1471         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
1472         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
1473         of sys_select_.h. Add dependency.
1474         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
1475         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
1476         of sys_socket_.h.
1477         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
1478         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
1479         sys_stat_.h.
1480         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
1481         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
1482         sys_time_.h.
1483         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
1484         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
1485         sysexits_.h.
1486         * lib/time.in.h: Renamed from lib/time_.h.
1487         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
1488         * lib/unistd.in.h: Renamed from lib/unistd_.h.
1489         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
1490         unistd_.h.
1491         * lib/wchar.in.h: Renamed from lib/wchar_.h.
1492         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
1493         wchar_.h.
1494         * lib/wctype.in.h: Renamed from lib/wctype_.h.
1495         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
1496         wctype_.h.
1497         * build-aux/bootstrap (slurp): Update.
1498         * lib/.cppi-disable: Update.
1499
1500 2007-09-30  Bruno Haible  <bruno@clisp.org>
1501
1502         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
1503         Needed on BeOS.
1504
1505 2007-09-30  Bruno Haible  <bruno@clisp.org>
1506
1507         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
1508
1509 2007-09-29  Bruno Haible  <bruno@clisp.org>
1510
1511         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
1512
1513 2007-09-29  Bruno Haible  <bruno@clisp.org>
1514
1515         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
1516         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
1517         * build-aux/install-reloc: Compile also areadlink.c.
1518         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
1519
1520 2007-09-29  Bruno Haible  <bruno@clisp.org>
1521
1522         * gnulib-tool (func_emit_initmacro_done): Indentation.
1523
1524 2007-09-29  Bruno Haible  <bruno@clisp.org>
1525
1526         * README: Add CVS checkout update instructions.
1527         Info from Bob Proulx <bob@proulx.com>.
1528
1529 2007-09-28  Eric Blake  <ebb9@byu.net>
1530
1531         Provide move-if-change.
1532         * build-aux/move-if-change: New file, based on best practice
1533         rather than any canonical upstream location.
1534
1535 2007-09-28  Jim Meyering  <jim@meyering.net>
1536
1537         Fix canonicalize loop-detection corner case.
1538         Do not attempt to stat the symlink values stored via seen_triple.
1539         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
1540         on linux-2.6.18, (but not 2.6.22).
1541         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
1542         triple_compare.  The former compares dev,ino,filename, while the latter
1543         would actually stat dirname(filename) when dev and ino were equal.
1544         * lib/hash-triple.c: Install <string.h>.
1545         (STREQ): Define.
1546         (triple_compare_ino_str): New function.
1547         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
1548
1549 2007-09-28  Eric Blake  <ebb9@byu.net>
1550
1551         Enforce that AC_REPLACE_FUNCS files exist.
1552         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
1553         override check for typos.
1554
1555         Fix test-closein on Solaris 10.
1556         * tests/test-closein.c (main): Don't assume stdin can be inherited
1557         closed on all systems.
1558         * tests/test-closein.sh: Likewise.
1559         Reported by Piotr Tarnowski.
1560
1561 2007-09-28  Jim Meyering  <jim@meyering.net>
1562
1563         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
1564
1565 2007-09-27  Jim Meyering  <jim@meyering.net>
1566
1567         canonicalize: Avoid a false-positive cycle failure.
1568         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
1569         Sort.  Remove cycle-check.
1570         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
1571         not cycle-check.h.
1572         (seen_triple): New function.
1573         (canonicalize_filename_mode): Use it instead of cycle-check.
1574         * tests/test-canonicalize.c: Add a test for this bug.
1575         * tests/test-canonicalize.sh: Set up and run the test.
1576
1577         New module, file-set, from coreutils.
1578         * modules/file-set: Define it.
1579         * lib/file-set.c, lib/file-set.h: Implement.
1580
1581         New module, hash-triple, from coreutils.
1582         * modules/hash-triple: Define it.
1583         * lib/hash-triple.c, lib/hash-triple.h: Implement.
1584
1585 2007-09-25  Eric Blake  <ebb9@byu.net>
1586
1587         Fix strerror on Interix.
1588         * lib/string_.h (strerror): Declare replacement.
1589         * doc/functions/strerror.texi (strerror): Document the Interix
1590         shortcoming.
1591         * modules/string (Makefile.am): Support new hooks.
1592         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
1593         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
1594         gl_FUNC_STRERROR_SEPARATE.
1595         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
1596         * lib/strerror.c (rpl_strerror): Provide replacement.
1597         * modules/strerror (Depends-on): Add string.
1598         (configure.ac): Detect use of module.
1599         * tests/test-strerror.c: New file.
1600         * modules/strerror-tests: New test module.
1601         * modules/argp (Depends-on): Add strerror.
1602         * modules/error (Depends-on): Likewise.
1603         Reported by Martin Koeppe.
1604
1605 2007-09-24  Bruno Haible  <bruno@clisp.org>
1606
1607         * README: Update git instructions.
1608
1609 2007-09-24  Eric Blake  <ebb9@byu.net>
1610
1611         Revert fpending breakage from 2007-09-08.
1612         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
1613         __fpending.c.
1614
1615 2007-09-24  Jim Meyering  <jim@meyering.net>
1616
1617         filenamecat.c: Add a test.
1618         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
1619         showing how the function works when DIR is the empty string.
1620
1621 2007-09-21  Simon Josefsson  <simon@josefsson.org>
1622
1623         * tests/test-canonicalize.sh: Turn on executable bit.
1624
1625 2007-09-19  Eric Blake  <ebb9@byu.net>
1626
1627         * README: Update CVS instructions.
1628
1629 2007-09-18  Bruno Haible  <bruno@clisp.org>
1630
1631         * modules/areadlink: New file.
1632         * lib/areadlink.h (areadlink): New declaration.
1633         * lib/areadlink.c: New file, based on lib/xreadlink.c.
1634
1635 2007-09-17  Jim Meyering  <jim@meyering.net>
1636
1637         * lib/savewd.c (ESTALE) [!defined]: Define.
1638         Reported to be required on Interix by Martin Koeppe.
1639
1640 2007-09-17  Bruno Haible  <bruno@clisp.org>
1641
1642         * gnulib-tool (func_version): Use $version.
1643
1644 2007-09-16  Bruno Haible  <bruno@clisp.org>
1645
1646         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
1647         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
1648         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
1649         Reported by Greg Schafer <gschafer@zip.com.au>.
1650
1651 2007-09-15  Bruno Haible  <bruno@clisp.org>
1652
1653         * gnulib-tool (sed): Try a little harder to make bash understand the
1654         alias.
1655         Reported by Bruce Korb <bruce.korb@gmail.com>.
1656
1657 2007-09-13  Eric Blake  <ebb9@byu.net>
1658
1659         * ChangeLog: Remove conflict markers.
1660
1661 2007-09-13  Simon Josefsson  <simon@josefsson.org>
1662
1663         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
1664         Reported by Bruno Haible <bruno@clisp.org>.
1665
1666 2007-09-12  Bruno Haible  <bruno@clisp.org>
1667
1668         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
1669         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
1670         is not defined.
1671
1672 2007-09-12  Eric Blake  <ebb9@byu.net>
1673
1674         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
1675         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
1676         Autoconf definition.
1677         * modules/euidaccess (Depends-on): Add extensions, for
1678         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
1679         * modules/fnmatch (Depends-on): Likewise.
1680         * modules/getaddrinfo (Depends-on): Likewise.
1681         * modules/getdelim (Depends-on): Likewise.
1682         * modules/getline (Depends-on): Likewise.
1683         * modules/getsubopt (Depends-on): Likewise.
1684         * modules/gettext (Depends-on): Likewise.
1685         * modules/group-member (Depends-on): Likewise.
1686         * modules/mbchar (Depends-on): Likewise.
1687         * modules/memmem (Depends-on): Likewise.
1688         * modules/mempcpy (Depends-on): Likewise.
1689         * modules/memrchr (Depends-on): Likewise.
1690         * modules/pagealign_alloc (Depends-on): Likewise.
1691         * modules/readutmp (Depends-on): Likewise.
1692         * modules/stpcpy (Depends-on): Likewise.
1693         * modules/stpncpy (Depends-on): Likewise.
1694         * modules/strchrnul (Depends-on): Likewise.
1695         * modules/strndup (Depends-on): Likewise.
1696         * modules/strsep (Depends-on): Likewise.
1697         * modules/strverscmp (Depends-on): Likewise.
1698         * modules/vasprintf (Depends-on): Likewise.
1699         * modules/wcwidth (Depends-on): Likewise.
1700         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
1701         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
1702         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
1703         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
1704         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
1705         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
1706         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
1707         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
1708         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
1709         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
1710         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
1711         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
1712         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
1713         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
1714         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
1715         * m4/readutmp.m4 (gl_READUTMP): Likewise.
1716         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1717         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
1718         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1719         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
1720         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
1721         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
1722         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
1723         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
1724         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
1725         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1726         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
1727         so that lock.m4 can be used in gettext without extensions module.
1728
1729 2007-09-11  Bruno Haible  <bruno@clisp.org>
1730
1731         * m4/isc-posix.m4: Remove file.
1732         Suggested by Eric Blake.
1733
1734 2007-09-11  Eric Blake  <ebb9@byu.net>
1735
1736         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
1737
1738 2007-09-10  Bruno Haible  <bruno@clisp.org>
1739
1740         * posix-modules: Fix typo in error message.
1741         Reported by Matt <mkraai@beckman.com>.
1742
1743 2007-09-09  Bruno Haible  <bruno@clisp.org>
1744
1745         * doc/functions/getdelim.texi: Update list of platforms lacking the
1746         function.
1747         * doc/functions/getline.texi: Likewise.
1748
1749 2007-09-09  Jim Meyering  <jim@meyering.net>
1750
1751         * lib/hash.c (hash_initialize): Detect calloc failure.
1752         Reported by Bruno Haible.
1753
1754 2007-09-09  Bruno Haible  <bruno@clisp.org>
1755
1756         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
1757         malloc or realloc fails.
1758
1759 2007-09-09  Bruno Haible  <bruno@clisp.org>
1760
1761         * modules/getcwd (Depends-on): Add malloc-posix.
1762         * modules/glob (Depends-on): Likewise.
1763         * modules/putenv (Depends-on): Likewise.
1764         * modules/strdup (Depends-on): Likewise.
1765         * modules/getdelim (Depends-on): Add realloc-posix.
1766         * modules/read-file (Depends-on): Likewise.
1767
1768 2007-09-09  Bruno Haible  <bruno@clisp.org>
1769
1770         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
1771         (gl_FUNC_MALLOC_POSIX): Require it.
1772         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
1773         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
1774         * modules/realloc (Files): Add m4/malloc.m4.
1775         * modules/calloc (Files): Likewise.
1776
1777 2007-09-09  Bruno Haible  <bruno@clisp.org>
1778
1779         * modules/malloc-posix: New file.
1780         * modules/malloc (Depends-on): Add malloc-posix.
1781         * lib/malloc.c: Include errno.h.
1782         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
1783         and a POSIX-compatible malloc into a single function. Set ENOMEM
1784         when returning NULL.
1785         * m4/malloc.m4: New file.
1786         * doc/functions/malloc.texi: Mention the malloc-posix module.
1787         * lib/stdlib_.h (malloc): New declaration.
1788         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
1789         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
1790         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
1791         and HAVE_MALLOC_POSIX.
1792
1793 2007-09-09  Bruno Haible  <bruno@clisp.org>
1794
1795         * modules/realloc-posix: New file.
1796         * modules/realloc (Depends-on): Add realloc-posix.
1797         * lib/realloc.c: Include errno.h.
1798         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
1799         and a POSIX-compatible realloc into a single function. Set ENOMEM
1800         when returning NULL.
1801         * m4/realloc.m4: New file.
1802         * doc/functions/realloc.texi: Mention the realloc-posix module.
1803         * lib/stdlib_.h (realloc): New declaration.
1804         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
1805         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
1806         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
1807         and HAVE_REALLOC_POSIX.
1808
1809 2007-09-09  Bruno Haible  <bruno@clisp.org>
1810
1811         * modules/calloc-posix: New file.
1812         * modules/calloc (Depends-on): Add calloc-posix.
1813         * lib/calloc.c: Include errno.h.
1814         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
1815         and a POSIX-compatible calloc into a single function. Set ENOMEM
1816         when returning NULL.
1817         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
1818         * doc/functions/calloc.texi: Mention the calloc-posix module.
1819         * lib/stdlib_.h (calloc): New declaration.
1820         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
1821         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
1822         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
1823         and HAVE_CALLOC_POSIX.
1824
1825 2007-09-09  Bruno Haible  <bruno@clisp.org>
1826
1827         Allow for modules to show an arbitrary notice.
1828         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
1829         * gnulib-tool: New option --extract-notice.
1830         (func_usage): Document it.
1831         (sed_extract_prog): Update.
1832         (func_get_notice): New function.
1833         (func_modules_notice): New function.
1834         (func_import, func_create_testdir): Invoke it.
1835         Suggested by Jim Meyering.
1836
1837 2007-09-09  Bruno Haible  <bruno@clisp.org>
1838
1839         * gnulib-tool: New options --verbose, --quiet.
1840         (func_usage): Document them.
1841         (verbose): New variable.
1842         (func_execute_command): New function.
1843         (func_import): Don't show the module list and the file list if
1844         $verbose < 0.
1845         (func_create_testdir): Likewise. Use func_execute_command.
1846         (func_create_megatestdir): Use func_execute_command.
1847
1848 2007-09-08  Bruno Haible  <bruno@clisp.org>
1849
1850         * gnulib-tool (func_import): Prefer rsync over wget when available,
1851         for fetching the PO files.
1852
1853 2007-09-08  Bruno Haible  <bruno@clisp.org>
1854
1855         * posix-modules: New file. Portions copied from gnulib-tool.
1856         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
1857
1858 2007-09-08  Jim Meyering  <jim@meyering.net>
1859
1860         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
1861         * lib/fpending.h: Rename from __fpending.h.
1862         * lib/fpending.c: Rename from __fpending.c.
1863         Include "fpending.h", not "__fpending.h".
1864         * lib/__fpending.h, lib/__fpending.c: Remove files.
1865         * modules/fpending (Files): Reflect new file names.
1866         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
1867
1868 2007-09-08  Bruno Haible  <bruno@clisp.org>
1869
1870         * m4/inttypes-h.m4: Remove stub file.
1871
1872 2007-09-07  Simon Josefsson  <simon@josefsson.org>
1873
1874         * doc/headers/stdint.texi: Discuss #include_next issue.
1875
1876 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
1877
1878         * build-aux/bootstrap: Remove obsolete comment about wget --help.
1879
1880 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1881
1882         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
1883         in variable name.
1884
1885 2007-09-03  Jim Meyering  <jim@meyering.net>
1886
1887         New module: git-version-gen.
1888         * modules/git-version-gen: New file.
1889
1890         Import changes from coreutils for bootstrap script.
1891
1892         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
1893
1894         bootstrap: uses rsync to download the .po files
1895         * build-aux/bootstrap (po_download_command_format): New global.
1896         (download_po_files): Use rsync.
1897         (update_po_files): Don't remove .po files after download,
1898         so future rsync runs can take advantage of the copies.
1899
1900         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
1901
1902         Solve the unnecessary-.po-file-regeneration problem once and for all.
1903         * build-aux/bootstrap (download_po_files): New function, renamed from
1904         get_translations.  Now, downloads, but doesn't update LINGUAS.
1905         (update_po_files): New function.
1906
1907         bootstrap: Ignore more.
1908         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
1909         uniwidth to e.g., lib/.gitignore.
1910         (slurp): Handle the sys_stat_.h -> sys mapping, too.
1911
1912         * build-aux/bootstrap: New setting: vc_ignore.
1913         (insert_sorted_if_absent): Create $file if absent.
1914         Adapt to new, possibly empty, list: $vc_ignore.
1915
1916         bootstrap: generate more ignorable names
1917         * build-aux/bootstrap (slurp): When generating ignorable names,
1918         also map .sin to .sed, .gperf to .c, and .y to .c.
1919
1920 2007-09-03  Jim Meyering  <jim@meyering.net>
1921
1922         * build-aux/git-version-gen: New file, from coreutils.  For details, see
1923         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
1924
1925 2007-09-02  Bruno Haible  <bruno@clisp.org>
1926
1927         Fix mis-recognition of 'mcs' on QNX 6.
1928         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
1929         output contains the string "Mono".
1930         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
1931         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
1932
1933 2007-09-01  Bruno Haible  <bruno@clisp.org>
1934
1935         Fix collision between uniwidth/* and linebreak modules.
1936         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
1937         u32_width): Remove declarations.
1938         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
1939         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
1940         streq3, streq2, streq1, streq0): Remove functions.
1941         (STREQ): Remove macro.
1942         (is_cjk_encoding): Remove function.
1943         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
1944         (uc_width, u8_width, u16_width, u32_width): Remove functions.
1945         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
1946         * NEWS: Document the change.
1947
1948 2007-09-01  Bruno Haible  <bruno@clisp.org>
1949
1950         * lib/streq.h: Add double-inclusion guard.
1951
1952 2007-09-01  Karl Berry  <karl@gnu.org>
1953
1954         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
1955
1956 2007-08-28  Jim Meyering  <jim@meyering.net>
1957
1958         Rename mreadlink_with_size to areadlink_with_size.
1959         * NEWS: Document the change.
1960         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
1961         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
1962         * lib/mreadlink.h: Rename this to...
1963         * lib/areadlink.h: ...this.
1964         * modules/mreadlink-with-size: Rename this to...
1965         * modules/areadlink-with-size: ...this.
1966         * lib/canonicalize.c: Reflect the renaming.
1967         * modules/canonicalize: Likewise.
1968
1969 2007-08-26  Bruno Haible  <bruno@clisp.org>
1970
1971         * gnulib-tool (func_import): When deciding which files to remove,
1972         consider also dangling symbolic links.
1973         Reported by Eric Blake.
1974
1975 2007-08-26  Bruno Haible  <bruno@clisp.org>
1976
1977         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
1978
1979 2007-08-23  Simon Josefsson  <simon@josefsson.org>
1980
1981         * lib/readline.c: Don't include getline.h, the prototype is now
1982         found in stdio.h.
1983
1984 2007-08-23  Jim Meyering  <jim@meyering.net>
1985
1986         Getdelim touchup.
1987         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
1988         around the funlockfile call, since funlockfile never sets errno.
1989         Don't set errno upon failed realloc.
1990
1991 2007-08-22  Eric Blake  <ebb9@byu.net>
1992
1993         Getline touchups.
1994         * lib/getdelim.c (getdelim): Revert regression that required *n to
1995         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
1996         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
1997         getdelim, rather than whether implementation is missing.
1998         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
1999         * lib/stdio_.h (getline): Also declare if replacement is
2000         required.
2001         * doc/functions/getdelim.texi: New file.
2002         * doc/functions/getline.texi: Likewise.
2003         * doc/gnulib.texi (Function Substitutes): Add new files.
2004         Reported by Bruno Haible.
2005
2006 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
2007
2008         * users.txt: Add Guile.
2009
2010 2007-08-22  Eric Blake  <ebb9@byu.net>
2011
2012         * tests/test-getdelim.c (main): Use remove, not unlink.
2013         * tests/test-getline.c (main): Likewise.
2014
2015         Move getline and getdelim into stdio.h, per POSIX 200x.
2016         * modules/getline (Files): Remove getline.h.
2017         (Depends-on): Add stdio.
2018         (configure.ac): Add module indicator.
2019         * modules/getdelim (Files): Remove getdelim.h.
2020         (Depends-on): Add stdio.
2021         (configure.ac): Add module indicator.
2022         * modules/stdio (Makefile.am): Work with new indicators.
2023         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
2024         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
2025         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
2026         * lib/getdelim.h: Delete.
2027         * lib/getline.h: Delete.
2028         * lib/stdio_.h (getdelim, getline): Declare.
2029         * modules/getdelim-tests: New module.
2030         * modules/getline-tests: Likewise.
2031         * tests/test-getdelim.c: New file.
2032         * tests/test-getline.c: Likewise.
2033         * NEWS: Document the change.
2034         * lib/getline.c: Update choice of header.
2035         * lib/csharpcomp.c: Likewise.
2036         * lib/getpass.c: Likewise.
2037         * lib/javacomp.c: Likewise.
2038         * lib/javaversion.c: Likewise.
2039         * lib/yesno.c: Likewise.
2040         * lib/getdelim.c: Likewise.
2041         (getdelim): Set errno on failure, and avoid memory leak.
2042
2043 2007-08-19  Bruno Haible  <bruno@clisp.org>
2044
2045         * modules/closein (Depends-on): Add freadahead.
2046         * lib/closein.c: Include freadahead.h.
2047         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
2048         is zero.
2049
2050 2007-08-19  Bruno Haible  <bruno@clisp.org>
2051
2052         * modules/freadahead-tests: New file.
2053         * tests/test-freadahead.sh: New file.
2054         * tests/test-freadahead.c: New file.
2055
2056         * modules/freadahead: New file.
2057         * lib/freadahead.h: New file.
2058         * lib/freadahead.c: New file.
2059         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
2060         fbufmode, fpurge, freadable, fwritable.
2061
2062 2007-08-19  Eric Blake  <ebb9@byu.net>
2063
2064         Test yesno in combination with closein.
2065         * lib/yesno.c (yesno): Document use of stdin.
2066         * modules/yesno-tests (Files): New module.
2067         * tests/test-yesno.c (main): New file.
2068         * tests/test-yesno.sh: Likewise.
2069
2070 2007-08-19  Bruno Haible  <bruno@clisp.org>
2071
2072         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
2073         * lib/fseeko.c (rpl_fseeko): Likewise.
2074         * lib/fseterr.c (fseterr): Likewise.
2075
2076 2007-08-19  Bruno Haible  <bruno@clisp.org>
2077
2078         * tests/test-lseek.c (main): Disable a test for BeOS.
2079         * doc/functions/lseek.texi: Document the BeOS bug.
2080
2081 2007-08-19  Bruno Haible  <bruno@clisp.org>
2082             Eric Blake  <ebb9@byu.net>
2083
2084         * lib/lseek.c: Include <sys/stat.h>.
2085         (rpl_lseek): Add workaround code also for Unix platforms.
2086         Needed for BeOS.
2087         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
2088         * doc/functions/lseek.texi: Document BeOS definiency.
2089
2090 2007-08-18  Bruno Haible  <bruno@clisp.org>
2091
2092         * modules/fstrcmp-tests: New file.
2093         * tests/test-fstrcmp.c: New file.
2094
2095 2007-08-18  Bruno Haible  <bruno@clisp.org>
2096
2097         * modules/fstrcmp: New file, from GNU gettext with modifications.
2098         * lib/fstrcmp.h: New file, from GNU gettext.
2099         * lib/fstrcmp.c: New file, from GNU gettext.
2100         * MODULES.html.sh (String handling): Add fstrcmp.
2101
2102 2007-08-18  Bruno Haible  <bruno@clisp.org>
2103
2104         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
2105         'bool'.
2106         (diag, compareseq): Remove const from the ctxt argument.
2107         (USE_HEURISTIC): Undefine at the end.
2108
2109 2007-08-18  Jim Meyering  <jim@meyering.net>
2110
2111         New file: lib/idcache.h
2112         * NEWS: Mention the addition.
2113         * modules/idcache (Files): Add lib/idcache.h
2114         * lib/idcache.c: Include "idcache.h".
2115         Don't include <sys/types.h>.
2116         Add a FIXME comment.
2117         Move file-scoped "static" declarations to the top.
2118         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
2119
2120 2007-08-17  Bruno Haible  <bruno@clisp.org>
2121         and Paul Eggert  <eggert@cs.ucla.edu>
2122
2123         * MODULES.html.sh: Add diffseq.
2124         * modules/diffseq: New file.
2125         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
2126         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
2127
2128 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2129
2130         Import changes from coreutils for bootstrap script.
2131
2132         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
2133
2134         * build-aux/bootstrap (slurp): Work even in environments where
2135         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
2136         current code does not slurp files whose names start with ".", and
2137         this looks like it might be a troublesome area.
2138
2139         2007-07-11  Jim Meyering  <jim@meyering.net>
2140
2141         If there's a GPL vN copyright comment, require that N == 3.
2142
2143         2007-07-08  Jim Meyering  <jim@meyering.net>
2144
2145         Run the coreutils-specific code only if tests/Makefile.am.in exists.
2146         * build-aux/bootstrap (mam_template): Move definition out of loop.
2147
2148         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
2149
2150         * build-aux/bootstrap (symlink_to_dir): Rename function from
2151         symlink_to_gnulib.  Add a directory parameter.  Update all
2152         callers.
2153         (cp_mark_as_generated): Also check for -- and link to -- files in
2154         gl/.
2155
2156         2007-07-08  Jim Meyering  <jim@meyering.net>
2157
2158         Adapt to deeper hierarchy in gnulib.
2159         * build-aux/bootstrap (symlink_to_dir): If the destination
2160         directory doesn't exist, create it. This is required at least for
2161         "lib/uniwidth/cjk.h".
2162
2163         2007-05-15  Jim Meyering  <jim@meyering.net>
2164
2165         * build-aux/bootstrap: Now that generated Makefile.am files
2166         are no longer under version control, they must be created at
2167         bootstrap time.
2168
2169 2007-08-14  Ben Pfaff  <blp@gnu.org>
2170
2171         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
2172
2173 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2174
2175         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
2176         given the changes below.
2177         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
2178         even on hosts that have padding bits beyond the supported 64.
2179
2180 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
2181
2182         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
2183         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
2184         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
2185         depends on it.
2186         (xstrtol_error): Remove.
2187         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
2188         but with a different signature.
2189         (ATTRIBUTE_NORETURN, __attribute__): New macros.
2190         * lib/xstrtol-error.c: Include exitfail.h.
2191         (xstrtol_fatal): New function, with a different signature from the
2192         old xstrtol_error, so that the caller need not worry about passing
2193         in an exit status, or about storage management of the option argument.
2194         (xstrtol_error): Now a static function.  Redo signature to
2195         implement xstrtol_fatal.  Output the correct number of hyphens in
2196         front of the option so that the caller need not worry about
2197         storage management.
2198         (N_): New macro.
2199         (_): Remove; not used now.
2200         * modules/xstrtol: Depend on getopt.
2201         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
2202         of old STRTOL_FATAL_ERROR macro.
2203         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
2204         of test program.
2205         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
2206         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
2207
2208 2007-08-08  Eric Blake  <ebb9@byu.net>
2209
2210         * lib/xstrtol-error.c: Add missing include.
2211
2212         Move xstrtol messages into gnulib domain, when --pobase is used.
2213         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
2214         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
2215         * modules/xstrtol (Files): Distribute new file.
2216         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
2217         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
2218         * tests/test-xstrtol.c: ...into new file.
2219         * tests/test-xstrtoul.c: Also test xstrtoul.
2220         * tests/test-xstrtoimax.c: Also test xstrtoimax.
2221         * tests/test-xstrtoumax.c: Also test xstrtoumax.
2222         * tests/test-xstrtol.sh: Drive the tests.
2223         * tests/test-xstrtoimax.sh: Likewise.
2224         * tests/test-xstrtoumax.sh: Likewise.
2225         * modules/xstrtol-tests: New module.
2226         * modules/xstrtoimax-tests: Likewise.
2227         * modules/xstrtoumax-tests: Likewise.
2228
2229 2007-08-08  Jim Meyering  <jim@meyering.net>
2230
2231         New function: mfile_name_concat.
2232         * lib/filenamecat.c (mfile_name_concat): New function, just like
2233         file_name_concat, but return NULL upon failure rather than exiting
2234         with a diagnostic.
2235         * lib/filenamecat.h: Declare it.
2236
2237 2007-08-07  Bruno Haible  <bruno@clisp.org>
2238
2239         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
2240         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
2241         warning from gcc.
2242         Reported by Eric Blake.
2243
2244 2007-08-07  Simon Josefsson  <simon@josefsson.org>
2245
2246         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
2247         * modules/crypto/arcfour (License): Likewise.
2248         * modules/crypto/des-tests (License): Likewise.
2249         * modules/crypto/gc-arctwo-tests (License): Likewise.
2250         * modules/crypto/gc-des-tests (License): Likewise.
2251         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
2252         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
2253         * modules/crypto/gc-md2-tests (License): Likewise.
2254         * modules/crypto/gc-md4-tests (License): Likewise.
2255         * modules/crypto/gc-md5-tests (License): Likewise.
2256         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
2257         * modules/crypto/gc-rijndael-tests (License): Likewise.
2258         * modules/crypto/gc-sha1-tests (License): Likewise.
2259         * modules/crypto/gc-tests (License): Likewise.
2260         * modules/crypto/hmac-md5 (License): Likewise.
2261         * modules/crypto/hmac-sha1 (License): Likewise.
2262         * modules/crypto/md2-tests (License): Likewise.
2263         * modules/crypto/md4-tests (License): Likewise.
2264         * modules/crypto/md5 (License): Likewise.
2265         * modules/crypto/rijndael (License): Likewise.
2266         * modules/crypto/sha1 (License): Likewise.
2267         * modules/memxor (License): Likewise.
2268
2269 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
2270         and Bruno Haible  <bruno@clisp.org>
2271
2272         * NEWS: Describe interface changes to human, xstrtol.
2273         * lib/human.h: Include <xstrtol.h>.
2274         (human_options): Return enum strtol_error, not int.  Remove
2275         bool arg; take int * instead.
2276         * lib/human.c: Don't include "gettext.h".
2277         (_): Remove; no longer used.
2278         Don't include <xstrtol.h>, since human.h does it.
2279         (human_options): Adjust to abovementioned interface changes.
2280         Do not report error to stderr; that's now the caller's
2281         responsibility.
2282         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
2283         interface change.
2284         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
2285         Str, Argument_type_string.  All uses changed.  Put " argument"
2286         in diagnostics to make them clearer.  Change wording of suffix
2287         message for clarity.
2288         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
2289         Argument_type_string.
2290         (STRTOL_FATAL_WARN): Remove; no longer used.
2291         * modules/human (Depends-on): Remove gettext-h.
2292
2293 2007-08-06  Simon Josefsson  <simon@josefsson.org>
2294
2295         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
2296
2297 2007-07-31  Bruno Haible  <bruno@clisp.org>
2298
2299         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
2300         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
2301         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
2302
2303 2007-07-31  Bruno Haible  <bruno@clisp.org>
2304
2305         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
2306         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
2307
2308 2007-07-30  Bruno Haible  <bruno@clisp.org>
2309
2310         * modules/base64 (License): Use the synonymous term "LGPLv2+".
2311         * modules/c-ctype (License): Likewise.
2312         * modules/c-strcase (License): Likewise.
2313         * modules/check-version (License): Likewise.
2314         * modules/iconv (License): Likewise.
2315         * modules/iconv_open (License): Likewise.
2316         * modules/read-file (License): Likewise.
2317         * modules/striconv (License): Likewise.
2318         * modules/strverscmp (License): Likewise.
2319         * modules/vasprintf (License): Likewise.
2320         * modules/crypto/des (License): Likewise.
2321         * modules/crypto/gc (License): Likewise.
2322         * modules/crypto/gc-arcfour (License): Likewise.
2323         * modules/crypto/gc-arctwo (License): Likewise.
2324         * modules/crypto/gc-des (License): Likewise.
2325         * modules/crypto/gc-hmac-md5 (License): Likewise.
2326         * modules/crypto/gc-hmac-sha1 (License): Likewise.
2327         * modules/crypto/gc-md2 (License): Likewise.
2328         * modules/crypto/gc-md4 (License): Likewise.
2329         * modules/crypto/gc-md5 (License): Likewise.
2330         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
2331         * modules/crypto/gc-random (License): Likewise.
2332         * modules/crypto/gc-rijndael (License): Likewise.
2333         * modules/crypto/gc-sha1 (License): Likewise.
2334         * modules/crypto/md2 (License): Likewise.
2335         * modules/crypto/md4 (License): Likewise.
2336
2337 2007-07-30  Jim Meyering  <jim@meyering.net>
2338
2339         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
2340         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
2341         it has valid stat data.  This bug would cause du not to count the
2342         sizes of inaccessible directories.
2343         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
2344         in <http://bugzilla.redhat.com/250077>.
2345
2346 2007-07-25  Peter O'Gorman  <peter@pogma.com>
2347             Bruno Haible  <bruno@clisp.org>
2348
2349         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
2350         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
2351         #include_next, gives a diagnostic about it, but reports no error in
2352         the exit code.
2353         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
2354
2355 2007-07-24  Ben Pfaff  <blp@gnu.org>
2356
2357         Improve name: "count-one-bits" is better than "popcount".
2358         * MODULES.html.sh: Update name.
2359         * lib/popcount.h: Renamed lib/count-one-bits.h.
2360         (popcount): Renamed count_one_bits.
2361         (popcountl): Renamed count_one_bits_l.
2362         (popcountll): Renamed count_one_bits_ll.
2363         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
2364         * modules/popcount: Renamed module/count-one-bits.
2365         * modules/popcount-tests: Renamed module/count-one-bits-tests.
2366         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
2367
2368 2007-07-23  Ben Pfaff  <blp@gnu.org>
2369
2370         * lib/popcount.h (popcount32): Reduce size of constants, to allow
2371         better code generation, and add U to large constants to avoid
2372         warnings, in non-GCC case.
2373         Suggested by Bruno Haible.
2374
2375 2007-07-23  Ben Pfaff  <blp@gnu.org>
2376
2377         * lib/popcount.h: Use verify_true instead of if...abort.
2378         * modules/popcount: Depend on verify module.
2379         Suggested by Jim Meyering.
2380
2381 2007-07-23  Bruno Haible  <bruno@clisp.org>
2382
2383         * gnulib-tool (func_import): Create a .cvsignore file also when the
2384         directory is not yet in CVS but the toplevel directory is. When
2385         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
2386         Reported by Karl Berry.
2387
2388 2007-07-22  Ben Pfaff  <blp@gnu.org>
2389
2390         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
2391         case.
2392         Suggested by Eric Blake.
2393
2394 2007-07-22  Ben Pfaff  <blp@gnu.org>
2395
2396         New module: popcount.
2397         * MODULES.html.sh: Add popcount.
2398         * modules/popcount: New file.
2399         * modules/popcount-tests: New file.
2400         * tests/test-popcount.c: New file.
2401         * lib/popcount.h: New file.
2402         * m4/popcount.m4: New file.
2403
2404 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
2405
2406         * build-aux/announce-gen: Update to GPLv3.
2407
2408         * build-aux/config.guess: Update from config.
2409
2410 2007-07-21  Bruno Haible  <bruno@clisp.org>
2411
2412         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
2413         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
2414
2415 2007-07-20  Jim Meyering  <jim@meyering.net>
2416
2417         * check-module: Diagnose a self-dependency.
2418
2419 2007-07-19  Bruno Haible  <bruno@clisp.org>
2420
2421         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
2422         empty.
2423         Reported by Eric Blake.
2424
2425 2007-07-18  Bruno Haible  <bruno@clisp.org>
2426
2427         * gnulib-tool: New options --po-base, --po-domain.
2428         (func_usage): Document them.
2429         (pobase, po_domain): New variables.
2430         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
2431         DEFAULT_TEXT_DOMAIN.
2432         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
2433         (func_import): Consider pobase and po_domain. Create a po/ directory.
2434         (func_create_testdir): Set pobase and po_domain to empty.
2435         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
2436         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
2437
2438 2007-07-18  Bruno Haible  <bruno@clisp.org>
2439
2440         * gnulib-tool (func_get_automake_snippet): Synthesize also an
2441         EXTRA_DIST augmentation for files in build-aux/.
2442
2443 2007-07-16  Bruno Haible  <bruno@clisp.org>
2444
2445         * modules/lseek (License): Use the synonymous term "LGPLv2+".
2446         * modules/getdelim (License): Likewise.
2447
2448 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2449
2450         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
2451         * modules/d-type (License): Likewise.
2452         * modules/extensions (License): Likewise.
2453         * modules/fnmatch (License): Likewise.
2454         * modules/fseeko (License): Likewise.
2455         * modules/getaddrinfo (License): Likewise.
2456         * modules/getline (License): Likewise.
2457         * modules/getlogin_r (License): Likewise.
2458         * modules/getpass (License): Likewise.
2459         * modules/gettimeofday (License): Likewise.
2460         * modules/glob (License): Likewise.
2461         * modules/inet_ntop (License): Likewise.
2462         * modules/malloc (License): Likewise.
2463         * modules/malloca (License): Likewise.
2464         * modules/memmem (License): Likewise.
2465         * modules/mempcpy (License): Likewise.
2466         * modules/memset (License): Likewise.
2467         * modules/minmax (License): Likewise.
2468         * modules/mktime (License): Likewise.
2469         * modules/netinet_in (License): Likewise.
2470         * modules/pathmax (License): Likewise.
2471         * modules/poll (License): Likewise.
2472         * modules/regex (License): Likewise.
2473         * modules/snprintf (License): Likewise.
2474         * modules/stdbool (License): Likewise.
2475         * modules/stdint (License): Likewise.
2476         * modules/stdio (License): Likewise.
2477         * modules/strcase (License): Likewise.
2478         * modules/strcasestr (License): Likewise.
2479         * modules/strdup (License): Likewise.
2480         * modules/string (License): Likewise.
2481         * modules/strndup (License): Likewise.
2482         * modules/strnlen (License): Likewise.
2483         * modules/strpbrk (License): Likewise.
2484         * modules/strptime (License): Likewise.
2485         * modules/strsep (License): Likewise.
2486         * modules/sys_select (License): Likewise.
2487         * modules/sys_socket (License): Likewise.
2488         * modules/sys_stat (License): Likewise.
2489         * modules/sys_time (License): Likewise.
2490         * modules/time (License): Likewise.
2491         * modules/time_r (License): Likewise.
2492         * modules/timegm (License): Likewise.
2493         * modules/unistd (License): Likewise.
2494         * modules/vsnprintf (License): Likewise.
2495         * modules/wctype (License): Likewise.
2496
2497 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2498
2499         * modules/argz (License): LGPLv2+.
2500
2501 2007-07-15  Karl Berry  <karl@gnu.org>
2502
2503         * doc/gnulib.texi: revise node structure per new fdl.texi.
2504
2505 2007-07-14  Bruno Haible  <bruno@clisp.org>
2506
2507         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
2508         the output file.
2509         * lib/uniname/uninames.h: Regenerated.
2510
2511 2007-07-14  Karl Berry  <karl@gnu.org>
2512
2513         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
2514         omitting sectioning and index commands.
2515
2516 2007-07-13  Bruno Haible  <bruno@clisp.org>
2517
2518         New gnulib-tool option --more-symlinks.
2519         * gnulib-tool (func_usage): Document --more-symlinks.
2520         (do_copyrights): New variable.
2521         Recognize option --more-symlinks.
2522         (func_import): Don't add a copyright notice transform to
2523         sed_transform_lib_file if do_copyrights is empty.
2524
2525 2007-07-13  Bruno Haible  <bruno@clisp.org>
2526
2527         * lib/vasnprintf.c (decimal_point_char): Define also if
2528         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
2529         && !NEED_PRINTF_DIRECTIVE_A.
2530         Reported by Clemens Koller <clemens.koller@anagramm.de> via
2531         Gary V. Vaughan <gary@gnu.org>.
2532
2533 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
2534
2535         * lib/inttypes_.h: Undo previous change, since it was fixed
2536         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
2537
2538 2007-07-13  Bruno Haible  <bruno@clisp.org>
2539
2540         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
2541         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
2542
2543 2007-07-13  Jim Meyering  <jim@meyering.net>
2544
2545         df: Don't fail for Tru64's "file-on-file mount".
2546         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
2547         so we fall through and use statfs instead.  Details here:
2548         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
2549         Reported by Albert Chin.
2550
2551 2007-07-13  Bruno Haible  <bruno@clisp.org>
2552
2553         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
2554         * modules/configmake (License): Likewise.
2555         * modules/gettext (License): Likewise.
2556         * modules/gettext-h (License): Likewise.
2557         * modules/include_next (License): Likewise.
2558         * modules/link-warning (License): Likewise.
2559         * modules/localcharset (License): Likewise.
2560         * modules/localename (License): Likewise.
2561         * modules/lock (License): Likewise.
2562         * modules/relocatable-lib-lgpl (License): Likewise.
2563         * modules/size_max (License): Likewise.
2564         * modules/vasnprintf (License): Likewise.
2565         * modules/wchar (License): Likewise.
2566         * modules/xsize (License): Likewise.
2567
2568 2007-07-13  Bruno Haible  <bruno@clisp.org>
2569
2570         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
2571         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
2572
2573 2007-07-12  Bruno Haible  <bruno@clisp.org>
2574
2575         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
2576         in the modules files.
2577
2578 2007-07-11  Karl Berry  <karl@gnu.org>
2579
2580         * MODULES.html.sh (func_module): use
2581          sed -e '\|^'"${includefile}"'$|d'
2582          instead of /.../d, to avoid errors on $includefile's containing /.
2583
2584 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
2585
2586         * gnulib-tool (func_import): Avoid duplication of --avoid
2587         statements
2588         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
2589         names to `_' in variable names.
2590
2591 2007-07-10  Eric Blake  <ebb9@byu.net>
2592
2593         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
2594         * NEWS: Document this change.
2595
2596 2007-07-08  Bruno Haible  <bruno@clisp.org>
2597
2598         Update to Unicode 5.0.
2599         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
2600         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
2601         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
2602         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
2603         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
2604         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
2605         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
2606         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
2607         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
2608         U+10A3F, U+1D242..U+1D244.
2609         (nonspacing_table_ind): Update.
2610         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
2611         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
2612
2613 2007-07-08  Bruno Haible  <bruno@clisp.org>
2614
2615         Update to Unicode 5.0.
2616         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
2617         code transform. Extend the name index field of unicode_name_to_code and
2618         unicode_code_to_name from 16 to 24 bits.
2619         * lib/uniname/uniname.c (unicode_character_name,
2620         unicode_name_character): Add the range 0x12xxx to the code transform.
2621         * lib/uniname/uninames.h: Regenerated.
2622         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
2623
2624 2007-07-07  Bruno Haible  <bruno@clisp.org>
2625
2626         * modules/wcwidth-tests: New file.
2627         * tests/test-wcwidth.c: New file.
2628
2629         Work around MacOS X wcwidth() bug.
2630         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
2631         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
2632         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
2633         original wcwidth in non-UTF-8 locales.
2634         * modules/wcwidth (Depends-on): Add localcharset, streq,
2635         uniwidth/width.
2636         * doc/functions/wcwidth.texi: Update.
2637
2638 2007-07-07  Bruno Haible  <bruno@clisp.org>
2639
2640         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
2641         (wcwidth): New declaration.
2642         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
2643         macros.
2644         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
2645         here. Prepare for creating <wchar.h> unconditionally.
2646         * modules/wchar (Depends-on): Add link-warning.
2647         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
2648         REPLACE_WCWIDTH, and GL_LINK_WARNING.
2649         * lib/wcwidth.h: Remove file.
2650         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
2651         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
2652         * modules/wcwidth (Files): Remove lib/wcwidth.h.
2653         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
2654         (Include): Replace wcwidth.h with <wchar.h>.
2655         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
2656         * lib/mbchar.h: Don't include wcwidth.h.
2657         * lib/mbswidth.c: Likewise.
2658         * NEWS: Mention the change.
2659
2660 2007-07-07  Bruno Haible  <bruno@clisp.org>
2661
2662         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
2663         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
2664         definition with an external declaration.
2665         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
2666         defined as a function. Remove AC_C_INLINE requirement.
2667         * modules/wcwidth (Files): Add lib/wcwidth.c.
2668         (Makefile.am): Remove redundant statement.
2669
2670 2007-07-07  Bruno Haible  <bruno@clisp.org>
2671
2672         * MODULES.html.sh (Unicode string functions): Add the new modules.
2673
2674         * tests/uniwidth/test-u32-strwidth.c: New file.
2675         * modules/uniwidth/u32-strwidth-tests: New file.
2676
2677         * lib/uniwidth/u32-strwidth.c: New file.
2678         * modules/uniwidth/u32-strwidth: New file.
2679
2680         * tests/uniwidth/test-u16-strwidth.c: New file.
2681         * modules/uniwidth/u16-strwidth-tests: New file.
2682
2683         * lib/uniwidth/u16-strwidth.c: New file.
2684         * modules/uniwidth/u16-strwidth: New file.
2685
2686         * tests/uniwidth/test-u8-strwidth.c: New file.
2687         * modules/uniwidth/u8-strwidth-tests: New file.
2688
2689         * lib/uniwidth/u8-strwidth.c: New file.
2690         * modules/uniwidth/u8-strwidth: New file.
2691
2692         * tests/uniwidth/test-u32-width.c: New file.
2693         * modules/uniwidth/u32-width-tests: New file.
2694
2695         * lib/uniwidth/u32-width.c: New file.
2696         * modules/uniwidth/u32-width: New file.
2697
2698         * tests/uniwidth/test-u16-width.c: New file.
2699         * modules/uniwidth/u16-width-tests: New file.
2700
2701         * lib/uniwidth/u16-width.c: New file.
2702         * modules/uniwidth/u16-width: New file.
2703
2704         * tests/uniwidth/test-u8-width.c: New file.
2705         * modules/uniwidth/u8-width-tests: New file.
2706
2707         * lib/uniwidth/u8-width.c: New file.
2708         * modules/uniwidth/u8-width: New file.
2709
2710         * tests/uniwidth/test-uc_width.c: New file.
2711         * modules/uniwidth/width-tests: New file.
2712
2713         * lib/uniwidth/width.c: New file, from GNU libiconv.
2714         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
2715         * modules/uniwidth/width: New file.
2716
2717         * lib/uniwidth.h: New file, from GNU libiconv.
2718         * modules/uniwidth/base: New file.
2719
2720 2007-07-07  Bruno Haible  <bruno@clisp.org>
2721
2722         * lib/uniname.h: New file, from GNU gettext.
2723         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
2724         * lib/uniname/uninames.h: New file, from GNU gettext.
2725         * lib/uniname/uniname.c: New file, from GNU gettext.
2726         * tests/uniname/test-uninames.sh: New file.
2727         * tests/uniname/test-uninames.c: New file, from GNU gettext.
2728         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
2729         * modules/uniname/base: New file.
2730         * modules/uniname/uniname: New file.
2731         * modules/uniname/uniname-tests: New file.
2732         * MODULES.html.sh (Unicode string functions): Add the new modules.
2733
2734 2007-07-06  Bruno Haible  <bruno@clisp.org>
2735
2736         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
2737
2738 2007-07-06  Bruno Haible  <bruno@clisp.org>
2739
2740         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
2741         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
2742         includes <cygwin/sys_time.h> which includes <sys/select.h> which
2743         include <sys/time.h>.
2744         Reported by Eric Blake.
2745
2746 2007-07-06  Eric Blake  <ebb9@byu.net>
2747
2748         Fix testing canonicalize on cygwin.
2749         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
2750         Revert patch from 2007-06-19.
2751         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
2752         canonicalize module is also in use.
2753         * tests/test-canonicalize.c: New file.
2754         * tests/test-canonicalize.sh: Likewise.
2755         * modules/canonicalize-tests: Likewise.
2756
2757 2007-07-06  Jim Meyering  <jim@meyering.net>
2758
2759         * lib/getugroups.c (getugroups): Detect getgrent failure.
2760         Adjust comment to reflect reality: this function may return -1.
2761
2762 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2763
2764         * build-aux/bootstrap (TP_URL,get_translations): Update to use
2765         the new TP address.
2766         (usage): Fix typo
2767         (gnulib_mk): New variable.
2768
2769 2007-07-05  Jim Meyering  <jim@meyering.net>
2770
2771         Don't let endgrent clobber errno, no matter how improbable.
2772         * lib/getugroups.c (getugroups): Save and restore errno around
2773         endgrent call.
2774
2775         Close the group DB even when failing with 2^31 or more members.
2776         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
2777
2778 2007-07-04  Jim Meyering  <jim@meyering.net>
2779
2780         * lib/getugroups.h: New file.
2781         * lib/getugroups.c: Include "getugroups.h".
2782         Remove uses of "register" keyword.
2783         Move local variable, "cp", down into scope where used.
2784         Give "username" parameter the "const" attribute.
2785         * modules/getugroups (Files): Add lib/getugroups.h
2786
2787 2007-07-04  Karl Berry  <karl@gnu.org>
2788
2789         * MODULES.html.sh (func_all_modules): Complete rename of
2790         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
2791
2792 2007-07-02  Bruno Haible  <bruno@clisp.org>
2793
2794         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
2795         mode, when inttypes.h comes from gnulib.
2796         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
2797
2798 2007-07-02  Simon Josefsson  <simon@josefsson.org>
2799
2800         * NEWS: Mention lgpl module name change.
2801
2802         * modules/lgpl-2.1: Renamed from lgpl.
2803
2804         * NEWS: Mention gpl module name change.
2805
2806         * modules/gpl-3.0: New file, based on gpl-2.0.
2807
2808         * modules/gpl-2.0: Renamed from gpl.
2809
2810         * modules/gpl: Fix filename, doc/gpl.texi is now found at
2811         doc/gpl-2.0.texi.
2812
2813 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
2814
2815         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
2816         #define __STDC_LIMIT_MACROS temporarily while including
2817         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
2818         Problem reported by Joel E. Denny in
2819         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
2820
2821 2007-07-01  Bruno Haible  <bruno@clisp.org>
2822
2823         * lib/unistdio.h: New file.
2824         * lib/unistdio/u-asnprintf.h: New file.
2825         * lib/unistdio/u-asprintf.h: New file.
2826         * lib/unistdio/u-printf-args.c: New file.
2827         * lib/unistdio/u-printf-args.h: New file.
2828         * lib/unistdio/u-printf-parse.h: New file.
2829         * lib/unistdio/u-snprintf.h: New file.
2830         * lib/unistdio/u-sprintf.h: New file.
2831         * lib/unistdio/u-vasprintf.h: New file.
2832         * lib/unistdio/u-vsnprintf.h: New file.
2833         * lib/unistdio/u-vsprintf.h: New file.
2834         * lib/unistdio/ulc-asnprintf.c: New file.
2835         * lib/unistdio/ulc-asprintf.c: New file.
2836         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
2837         * lib/unistdio/ulc-printf-parse.c: New file.
2838         * lib/unistdio/ulc-snprintf.c: New file.
2839         * lib/unistdio/ulc-sprintf.c: New file.
2840         * lib/unistdio/ulc-vasnprintf.c: New file.
2841         * lib/unistdio/ulc-vasprintf.c: New file.
2842         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
2843         * lib/unistdio/ulc-vsnprintf.c: New file.
2844         * lib/unistdio/ulc-vsprintf.c: New file.
2845         * lib/unistdio/u8-asnprintf.c: New file.
2846         * lib/unistdio/u8-asprintf.c: New file.
2847         * lib/unistdio/u8-printf-parse.c: New file.
2848         * lib/unistdio/u8-snprintf.c: New file.
2849         * lib/unistdio/u8-sprintf.c: New file.
2850         * lib/unistdio/u8-vasnprintf.c: New file.
2851         * lib/unistdio/u8-vasprintf.c: New file.
2852         * lib/unistdio/u8-vsnprintf.c: New file.
2853         * lib/unistdio/u8-vsprintf.c: New file.
2854         * lib/unistdio/u8-u8-asnprintf.c: New file.
2855         * lib/unistdio/u8-u8-asprintf.c: New file.
2856         * lib/unistdio/u8-u8-snprintf.c: New file.
2857         * lib/unistdio/u8-u8-sprintf.c: New file.
2858         * lib/unistdio/u8-u8-vasnprintf.c: New file.
2859         * lib/unistdio/u8-u8-vasprintf.c: New file.
2860         * lib/unistdio/u8-u8-vsnprintf.c: New file.
2861         * lib/unistdio/u8-u8-vsprintf.c: New file.
2862         * lib/unistdio/u16-asnprintf.c: New file.
2863         * lib/unistdio/u16-asprintf.c: New file.
2864         * lib/unistdio/u16-printf-parse.c: New file.
2865         * lib/unistdio/u16-snprintf.c: New file.
2866         * lib/unistdio/u16-sprintf.c: New file.
2867         * lib/unistdio/u16-vasnprintf.c: New file.
2868         * lib/unistdio/u16-vasprintf.c: New file.
2869         * lib/unistdio/u16-vsnprintf.c: New file.
2870         * lib/unistdio/u16-vsprintf.c: New file.
2871         * lib/unistdio/u16-u16-asnprintf.c: New file.
2872         * lib/unistdio/u16-u16-asprintf.c: New file.
2873         * lib/unistdio/u16-u16-snprintf.c: New file.
2874         * lib/unistdio/u16-u16-sprintf.c: New file.
2875         * lib/unistdio/u16-u16-vasnprintf.c: New file.
2876         * lib/unistdio/u16-u16-vasprintf.c: New file.
2877         * lib/unistdio/u16-u16-vsnprintf.c: New file.
2878         * lib/unistdio/u16-u16-vsprintf.c: New file.
2879         * lib/unistdio/u32-asnprintf.c: New file.
2880         * lib/unistdio/u32-asprintf.c: New file.
2881         * lib/unistdio/u32-printf-parse.c: New file.
2882         * lib/unistdio/u32-snprintf.c: New file.
2883         * lib/unistdio/u32-sprintf.c: New file.
2884         * lib/unistdio/u32-vasnprintf.c: New file.
2885         * lib/unistdio/u32-vasprintf.c: New file.
2886         * lib/unistdio/u32-vsnprintf.c: New file.
2887         * lib/unistdio/u32-vsprintf.c: New file.
2888         * lib/unistdio/u32-u32-asnprintf.c: New file.
2889         * lib/unistdio/u32-u32-asprintf.c: New file.
2890         * lib/unistdio/u32-u32-snprintf.c: New file.
2891         * lib/unistdio/u32-u32-sprintf.c: New file.
2892         * lib/unistdio/u32-u32-vasnprintf.c: New file.
2893         * lib/unistdio/u32-u32-vasprintf.c: New file.
2894         * lib/unistdio/u32-u32-vsnprintf.c: New file.
2895         * lib/unistdio/u32-u32-vsprintf.c: New file.
2896         * tests/unistdio/test-ulc-asnprintf1.c: New file.
2897         * tests/unistdio/test-ulc-asnprintf1.h: New file.
2898         * tests/unistdio/test-ulc-printf1.h: New file.
2899         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
2900         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
2901         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
2902         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
2903         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
2904         * tests/unistdio/test-ulc-vasprintf1.c: New file.
2905         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
2906         * tests/unistdio/test-ulc-vsprintf1.c: New file.
2907         * tests/unistdio/test-u8-asnprintf1.c: New file.
2908         * tests/unistdio/test-u8-asnprintf1.h: New file.
2909         * tests/unistdio/test-u8-printf1.h: New file.
2910         * tests/unistdio/test-u8-vasnprintf1.c: New file.
2911         * tests/unistdio/test-u8-vasnprintf2.c: New file.
2912         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
2913         * tests/unistdio/test-u8-vasnprintf3.c: New file.
2914         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
2915         * tests/unistdio/test-u8-vasprintf1.c: New file.
2916         * tests/unistdio/test-u8-vsnprintf1.c: New file.
2917         * tests/unistdio/test-u8-vsprintf1.c: New file.
2918         * tests/unistdio/test-u16-asnprintf1.c: New file.
2919         * tests/unistdio/test-u16-asnprintf1.h: New file.
2920         * tests/unistdio/test-u16-printf1.h: New file.
2921         * tests/unistdio/test-u16-vasnprintf1.c: New file.
2922         * tests/unistdio/test-u16-vasnprintf2.c: New file.
2923         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
2924         * tests/unistdio/test-u16-vasnprintf3.c: New file.
2925         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
2926         * tests/unistdio/test-u16-vasprintf1.c: New file.
2927         * tests/unistdio/test-u16-vsnprintf1.c: New file.
2928         * tests/unistdio/test-u16-vsprintf1.c: New file.
2929         * tests/unistdio/test-u32-asnprintf1.c: New file.
2930         * tests/unistdio/test-u32-asnprintf1.h: New file.
2931         * tests/unistdio/test-u32-printf1.h: New file.
2932         * tests/unistdio/test-u32-vasnprintf1.c: New file.
2933         * tests/unistdio/test-u32-vasnprintf2.c: New file.
2934         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
2935         * tests/unistdio/test-u32-vasnprintf3.c: New file.
2936         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
2937         * tests/unistdio/test-u32-vasprintf1.c: New file.
2938         * tests/unistdio/test-u32-vsnprintf1.c: New file.
2939         * tests/unistdio/test-u32-vsprintf1.c: New file.
2940         * modules/unistdio/base: New file.
2941         * modules/unistdio/u-printf-args: New file.
2942         * modules/unistdio/ulc-asnprintf: New file.
2943         * modules/unistdio/ulc-asprintf: New file.
2944         * modules/unistdio/ulc-fprintf: New file.
2945         * modules/unistdio/ulc-printf-parse: New file.
2946         * modules/unistdio/ulc-snprintf: New file.
2947         * modules/unistdio/ulc-sprintf: New file.
2948         * modules/unistdio/ulc-vasnprintf: New file.
2949         * modules/unistdio/ulc-vasprintf: New file.
2950         * modules/unistdio/ulc-vfprintf: New file.
2951         * modules/unistdio/ulc-vsnprintf: New file.
2952         * modules/unistdio/ulc-vsprintf: New file.
2953         * modules/unistdio/u8-asnprintf: New file.
2954         * modules/unistdio/u8-asprintf: New file.
2955         * modules/unistdio/u8-printf-parse: New file.
2956         * modules/unistdio/u8-snprintf: New file.
2957         * modules/unistdio/u8-sprintf: New file.
2958         * modules/unistdio/u8-vasnprintf: New file.
2959         * modules/unistdio/u8-vasprintf: New file.
2960         * modules/unistdio/u8-vsnprintf: New file.
2961         * modules/unistdio/u8-vsprintf: New file.
2962         * modules/unistdio/u8-u8-asnprintf: New file.
2963         * modules/unistdio/u8-u8-asprintf: New file.
2964         * modules/unistdio/u8-u8-snprintf: New file.
2965         * modules/unistdio/u8-u8-sprintf: New file.
2966         * modules/unistdio/u8-u8-vasnprintf: New file.
2967         * modules/unistdio/u8-u8-vasprintf: New file.
2968         * modules/unistdio/u8-u8-vsnprintf: New file.
2969         * modules/unistdio/u8-u8-vsprintf: New file.
2970         * modules/unistdio/u16-asnprintf: New file.
2971         * modules/unistdio/u16-asprintf: New file.
2972         * modules/unistdio/u16-printf-parse: New file.
2973         * modules/unistdio/u16-snprintf: New file.
2974         * modules/unistdio/u16-sprintf: New file.
2975         * modules/unistdio/u16-vasnprintf: New file.
2976         * modules/unistdio/u16-vasprintf: New file.
2977         * modules/unistdio/u16-vsnprintf: New file.
2978         * modules/unistdio/u16-vsprintf: New file.
2979         * modules/unistdio/u16-u16-asnprintf: New file.
2980         * modules/unistdio/u16-u16-asprintf: New file.
2981         * modules/unistdio/u16-u16-snprintf: New file.
2982         * modules/unistdio/u16-u16-sprintf: New file.
2983         * modules/unistdio/u16-u16-vasnprintf: New file.
2984         * modules/unistdio/u16-u16-vasprintf: New file.
2985         * modules/unistdio/u16-u16-vsnprintf: New file.
2986         * modules/unistdio/u16-u16-vsprintf: New file.
2987         * modules/unistdio/u32-asnprintf: New file.
2988         * modules/unistdio/u32-asprintf: New file.
2989         * modules/unistdio/u32-printf-parse: New file.
2990         * modules/unistdio/u32-snprintf: New file.
2991         * modules/unistdio/u32-sprintf: New file.
2992         * modules/unistdio/u32-vasnprintf: New file.
2993         * modules/unistdio/u32-vasprintf: New file.
2994         * modules/unistdio/u32-vsnprintf: New file.
2995         * modules/unistdio/u32-vsprintf: New file.
2996         * modules/unistdio/u32-u32-asnprintf: New file.
2997         * modules/unistdio/u32-u32-asprintf: New file.
2998         * modules/unistdio/u32-u32-snprintf: New file.
2999         * modules/unistdio/u32-u32-sprintf: New file.
3000         * modules/unistdio/u32-u32-vasnprintf: New file.
3001         * modules/unistdio/u32-u32-vasprintf: New file.
3002         * modules/unistdio/u32-u32-vsnprintf: New file.
3003         * modules/unistdio/u32-u32-vsprintf: New file.
3004         * modules/unistdio/ulc-asnprintf-tests: New file.
3005         * modules/unistdio/ulc-vasnprintf-tests: New file.
3006         * modules/unistdio/ulc-vasprintf-tests: New file.
3007         * modules/unistdio/ulc-vsnprintf-tests: New file.
3008         * modules/unistdio/ulc-vsprintf-tests: New file.
3009         * modules/unistdio/u8-asnprintf-tests: New file.
3010         * modules/unistdio/u8-vasnprintf-tests: New file.
3011         * modules/unistdio/u8-vasprintf-tests: New file.
3012         * modules/unistdio/u8-vsnprintf-tests: New file.
3013         * modules/unistdio/u8-vsprintf-tests: New file.
3014         * modules/unistdio/u16-asnprintf-tests: New file.
3015         * modules/unistdio/u16-vasnprintf-tests: New file.
3016         * modules/unistdio/u16-vasprintf-tests: New file.
3017         * modules/unistdio/u16-vsnprintf-tests: New file.
3018         * modules/unistdio/u16-vsprintf-tests: New file.
3019         * modules/unistdio/u32-asnprintf-tests: New file.
3020         * modules/unistdio/u32-vasnprintf-tests: New file.
3021         * modules/unistdio/u32-vasprintf-tests: New file.
3022         * modules/unistdio/u32-vsnprintf-tests: New file.
3023         * modules/unistdio/u32-vsprintf-tests: New file.
3024         * MODULES.html.sh (Unicode string functions): Add the new modules.
3025
3026 2007-07-01  Bruno Haible  <bruno@clisp.org>
3027
3028         * lib/sprintf.c (sprintf): Limit the available length estimation,
3029         to avoid address wraparound.
3030         * lib/vsprintf.c (vsprintf): Likewise.
3031         * modules/sprintf-posix (Dependencies): Add stdint.
3032         * modules/vsprintf-posix (Dependencies): Likewise.
3033
3034 2007-07-01  Bruno Haible  <bruno@clisp.org>
3035
3036         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
3037         Windows PATH as well. Conservative double-quoting. Comments.
3038
3039 2007-07-01  Bruno Haible  <bruno@clisp.org>
3040             Eric Blake  <ebb9@byu.net>
3041             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3042
3043         * gnulib-tool (self_abspathname): Fix algorithm to cope with
3044         empty components in $PATH, denoting '.'.
3045
3046 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3047
3048         * gnulib-tool: Fix indentation.
3049         (func_create_megatestdir): Likewise.
3050         Report by Bruno Haible.
3051
3052 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3053
3054         Sync from Automake.
3055         * build-aux/gnupload: Fix shell portability issues with for loops.
3056         Report by Karl Berry.
3057
3058 2007-06-29  Simon Josefsson  <simon@josefsson.org>
3059
3060         * build-aux/maint.mk (POURL): Use translationproject.org.
3061
3062 2007-06-27  Simon Josefsson  <simon@josefsson.org>
3063             Bruno Haible  <bruno@clisp.org>
3064
3065         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
3066         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
3067         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
3068         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
3069         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
3070
3071 2007-06-27  Bruno Haible  <bruno@clisp.org>
3072
3073         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
3074         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
3075
3076 2007-06-26  Karl Berry  <karl@gnu.org>
3077
3078         * MODULES.html.sh: remove xreadlink-with-size.
3079
3080 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3081
3082         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
3083         method that I hope also handles the double-include problem noted
3084         by Bruno Haible in
3085         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
3086
3087 2007-06-23  Bruno Haible  <bruno@clisp.org>
3088
3089         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3090         Don't let the 'mostlyclean' target fail if the last subdirectory could
3091         not be removed.
3092         Reported by Karl Berry.
3093
3094 2007-06-23  Bruno Haible  <bruno@clisp.org>
3095
3096         * gnulib-tool (echo): Add a speedier workaround for ksh.
3097         * tests/test-echo.sh: Likewise.
3098
3099 2007-06-23  Bruno Haible  <bruno@clisp.org>
3100
3101         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
3102         * tests/test-echo.sh: Likewise.
3103
3104 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3105
3106         * gnulib-tool (IFS): Initialize early, so we don't set it to
3107         empty later.
3108         (self_abspathname): Rewrite algorithm to set it, reindent.
3109         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
3110         (func_create_megatestdir): Merge some sed scripts.
3111
3112 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3113
3114         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
3115         exposed by Sun Studio 11 cc on Solaris 8.
3116
3117 2007-06-22  Bruno Haible  <bruno@clisp.org>
3118
3119         * gnulib-tool (echo): Ensure the echo primitive does not interpret
3120         backslashes.
3121         * tests/test-echo.sh: New file.
3122
3123 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3124
3125         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
3126         simplify `sed_replace_build_aux' scripts, they are portable but
3127         echoing them with `echo' is not.
3128         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
3129
3130 2007-06-21  Karl Berry  <karl@gnu.org>
3131
3132         * config/srclist.txt: guess we can't handle the licenses via
3133         srclist at the moment.
3134
3135 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
3136
3137         * MODULES.html.sh: Add include_next.
3138         * modules/include_next: New file.
3139
3140 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
3141
3142         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
3143         INCLUDE_NEXT.
3144         (gl_CHECK_NEXT_HEADERS): New macro.
3145         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
3146         the obsolescent gl_ABSOLUTE_HEADER.
3147         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
3148         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
3149         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
3150         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3151         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
3152         * m4/math_h.m4 (gl_MATH_H): Likewise.
3153         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
3154         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
3155         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
3156         * m4/stdint.m4 (gl_STDINT_H): Likewise.
3157         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
3158         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
3159         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
3160         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3161         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
3162         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
3163         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
3164         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
3165         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
3166         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
3167         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
3168         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
3169         * m4/inttypes.m4 (gl_INTTYPES_H): Define
3170         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
3171         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
3172         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
3173         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
3174         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
3175         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
3176         * lib/float_.h: Likewise.
3177         * lib/inttypes_.h: Likewise.
3178         * lib/math_.h: Likewise.
3179         * lib/search_.h: Likewise.
3180         * lib/signal_.h: Likewise.
3181         * lib/stdint_.h: Likewise.
3182         * lib/stdio_.h: Likewise.
3183         * lib/stdlib_.h: Likewise.
3184         * lib/string_.h: Likewise.
3185         * lib/sys_stat_.h: Likewise.
3186         * lib/sys_time_.h: Likewise.
3187         * lib/time_.h: Likewise.
3188         * lib/unistd_.h: Likewise.
3189         * lib/wchar_.h: Likewise.
3190         * lib/wctype_.h: Likewise.
3191         * lib/dirent_.h: Likewise.
3192         * lib/iconv_.h: Likewise.
3193         * lib/locale_.h: Likewise.
3194         * lib/netinet_in_.h: Likewise.
3195         * lib/sys_select_.h: Likewise.
3196         * lib/sys_socket_.h: Likewise.
3197         * lib/sysexits_.h: Likewise.
3198         * modules/fcntl (Depends-on): Depend on include_next, not
3199         absolute_header.
3200         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
3201         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
3202         * modules/fchdir: Likewise.
3203         * modules/float: Likewise.
3204         * modules/iconv_open: Likewise.
3205         * modules/inttypes: Likewise.
3206         * modules/locale: Likewise.
3207         * modules/math: Likewise.
3208         * modules/netinet_in: Likewise.
3209         * modules/search: Likewise.
3210         * modules/signal: Likewise.
3211         * modules/stdint: Likewise.
3212         * modules/stdio: Likewise.
3213         * modules/stdlib: Likewise.
3214         * modules/string: Likewise.
3215         * modules/sys_select: Likewise.
3216         * modules/sys_socket: Likewise.
3217         * modules/sys_stat: Likewise.
3218         * modules/sys_time: Likewise.
3219         * modules/sysexits: Likewise.
3220         * modules/time: Likewise.
3221         * modules/unistd: Likewise.
3222         * modules/wchar: Likewise.
3223         * modules/wctype: Likewise.
3224         * modules/sys_stat: Change maintainer to "all".
3225         * modules/unistd: Likewise.
3226
3227 2007-06-20  Karl Berry  <karl@gnu.org>
3228
3229         * config/srclist.txt: track www changes in license files.
3230
3231 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
3232
3233         * build-aux/bootstrap: Remove stray dot.
3234         Make sure build_aux settings are honored when linking
3235         gnulib_extra_files.
3236
3237 2007-06-19  Eric Blake  <ebb9@byu.net>
3238
3239         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
3240         Allow compilation on cygwin.
3241
3242 2007-06-19  Jim Meyering  <jim@meyering.net>
3243
3244         xreadlink-with-size: Remove module.  No longer used.
3245         Ex-callers now use xreadlink or mreadlink-with-size.
3246         * modules/xreadlink-with-size: Remove module.
3247         * lib/xreadlink-with-size.c: Remove file.
3248         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
3249         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
3250         just before the function definition *is* accurate.
3251
3252         Eliminate one way canonicalize_filename_mode could exit.
3253         * lib/canonicalize.c (canonicalize_filename_mode):
3254         Use mreadlink_with_size, not xreadlink_with_size.
3255
3256 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
3257
3258         Detect porting problems to FreeBSD/arm, which has time_t wider than
3259         long int.  Original problem reported for GNU diff by Xin Li in
3260         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
3261         * modules/getdate (Depends-on): Add intprops, verify.
3262         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
3263         is an integer type no wider than long int.
3264
3265 2007-06-18  Jim Meyering  <jim@meyering.net>
3266
3267         New module: mreadlink-with-size.
3268         * MODULES.html.sh: Add mreadlink-with-size.
3269         * modules/mreadlink-with-size: New module
3270         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
3271         not xreadlink-with-size.
3272         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
3273
3274 2007-06-16  Bruno Haible  <bruno@clisp.org>
3275
3276         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
3277         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
3278         Reported by Gary V. Vaughan <gary@gnu.org>.
3279
3280 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
3281
3282         Revamp lchown so that it lives in unistd.h where it belongs.
3283         * lib/lchown.h: Remove.
3284         * lib/dirchownmod.c: Don't include lib/lchown.h.
3285         * lib/fchownat.c: Likewise.
3286         * lib/openat.c: Likewise.
3287         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
3288         does not follow symlinks.
3289         (EOPNOTSUPP): Define if not defined.
3290         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
3291         is defined to 0.
3292         (lchown): New decl.
3293         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
3294         Do not check for lchown decl.
3295         Set REPLACE_LCHOWN.
3296         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
3297         REPLACE_LCHOWN.
3298         * modules/chown: Make it clear it follows symlinks.
3299         * modules/lchown: Make it clear it doesn't follow symlinks.
3300         (Files): Remove lib/lchown.h
3301         (Depends-on): Add unistd.
3302         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
3303         (Include): Include <unistd.h>, not "lchown.h".
3304         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
3305         REPLACE_LCHOWN.
3306
3307 2007-06-15  Jim Meyering  <jim@meyering.net>
3308
3309         Change license (GPL to LGPL) of fsusage and dependents.
3310         * modules/fsusage (License): Change to LGPL.
3311         * modules/full-read (License): Likewise.
3312         * modules/full-write (License): Likewise.
3313         * modules/safe-read (License): Likewise.
3314         * modules/safe-write (License): Likewise.
3315
3316 2007-06-14  Ben Pfaff  <blp@gnu.org>
3317
3318         Missing part of allocsa -> malloca transition.
3319         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
3320         gl_MALLOCA.
3321
3322 2007-06-12  Bruno Haible  <bruno@clisp.org>
3323
3324         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
3325         to ia64, x86_64, i386.
3326         Reported by Eric Blake.
3327
3328 2007-06-12  Bruno Haible  <bruno@clisp.org>
3329
3330         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
3331         cross-compiling to x86_64.
3332
3333 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
3334
3335         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
3336         glitch reported by Ralf Wildenhues in
3337         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
3338
3339         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
3340         Vin Shelton.
3341
3342 2007-06-11  Bruno Haible  <bruno@clisp.org>
3343
3344         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
3345         replacement string.
3346         Reported by Eric Blake.
3347
3348 2007-06-10  Bruno Haible  <bruno@clisp.org>
3349
3350         Prepare vasnprintf code for use with Unicode strings.
3351         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
3352         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
3353         TYPE_U32_STRING.
3354         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
3355         a_u32_string variants.
3356         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
3357         * lib/printf-args.c: Don't include config.h and the specification
3358         header if PRINTF_FETCHARGS is already defined.
3359         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
3360         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
3361         TYPE_U16_STRING, TYPE_U32_STRING.
3362         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
3363         u16_directive, u16_directives, u32_directive, u32_directives): New
3364         types.
3365         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
3366         New declarations.
3367         * lib/printf-parse.c: Don't include config.h and the specification
3368         header if PRINTF_PARSE is already defined. Eliminate the set of
3369         parameters for WIDE_CHAR_VERSION; the user of this file must provide
3370         them now. Include c-ctype.h.
3371         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
3372         directive and CHAR_T_ONLY_ASCII.
3373         * lib/vasnprintf.c: Don't include config.h and the specification header
3374         if VASNPRINTF is already defined.
3375         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
3376         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
3377         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
3378         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
3379         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
3380         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
3381         code accordingly.
3382         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
3383         pad_ourselves also in this case, with the 'c' and 's' directives, and
3384         with a different notion of "width".
3385         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
3386
3387 2007-06-10  Bruno Haible  <bruno@clisp.org>
3388
3389         * modules/unistr/u32-mbsnlen: New file.
3390         * lib/unistr/u32-mbsnlen.c: New file.
3391
3392         * modules/unistr/u16-mbsnlen: New file.
3393         * lib/unistr/u16-mbsnlen.c: New file.
3394
3395         * modules/unistr/u8-mbsnlen: New file.
3396         * lib/unistr/u8-mbsnlen.c: New file.
3397
3398         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
3399         declarations.
3400
3401 2007-06-10  Bruno Haible  <bruno@clisp.org>
3402
3403         * lib/string_.h (mbsnlen): New declaration.
3404         * lib/mbsnlen.c: New file.
3405         * m4/mbsnlen.m4: New file.
3406         * modules/mbsnlen: New file.
3407         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
3408         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
3409         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
3410
3411 2007-06-10  Bruno Haible  <bruno@clisp.org>
3412
3413         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
3414
3415 2007-06-10  Bruno Haible  <bruno@clisp.org>
3416
3417         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
3418         * lib/mbuiter.h: Likewise.
3419
3420 2007-06-10  Bruno Haible  <bruno@clisp.org>
3421
3422         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
3423         declaration.
3424
3425 2007-06-10  Karl Berry  <karl@gnu.org>
3426
3427         * config/srclist.txt: remove gettext entries, Bruno prefers
3428         to update individually.
3429
3430 2007-06-10  Bruno Haible  <bruno@clisp.org>
3431
3432         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
3433         'maxlen'. Ensure only length + width bytes are allocated, not
3434         length + 1 + width.
3435
3436 2007-06-09  Bruno Haible  <bruno@clisp.org>
3437
3438         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
3439         (CHAR_T): Remove macro.
3440         (VASNPRINTF): Update.
3441
3442 2007-06-09  Bruno Haible  <bruno@clisp.org>
3443
3444         * MODULES.html.sh (Unicode string functions): Add the new modules.
3445
3446         * modules/uniconv/u32-conv-to-enc: New file.
3447         * lib/uniconv/u32-conv-to-enc.c: New file.
3448         * modules/uniconv/u32-conv-to-enc-tests: New file.
3449         * tests/uniconv/test-u32-conv-to-enc.c: New file.
3450
3451         * modules/uniconv/u16-conv-to-enc: New file.
3452         * lib/uniconv/u16-conv-to-enc.c: New file.
3453         * lib/uniconv/u-conv-to-enc.h: New file.
3454         * modules/uniconv/u16-conv-to-enc-tests: New file.
3455         * tests/uniconv/test-u16-conv-to-enc.c: New file.
3456
3457         * modules/uniconv/u8-conv-to-enc: New file.
3458         * lib/uniconv/u8-conv-to-enc.c: New file.
3459         * modules/uniconv/u8-conv-to-enc-tests: New file.
3460         * tests/uniconv/test-u8-conv-to-enc.c: New file.
3461
3462         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
3463         u32_conv_to_encoding): New declarations.
3464
3465 2007-06-09  Bruno Haible  <bruno@clisp.org>
3466
3467         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
3468
3469 2007-06-09  Bruno Haible  <bruno@clisp.org>
3470
3471         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
3472         * modules/malloca: Renamed from modules/allocsa, updated.
3473         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
3474         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
3475         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
3476         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
3477         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
3478         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
3479         * modules/xmalloca: Renamed from modules/xallocsa, updated.
3480         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
3481         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
3482         * modules/c-strcasestr (Depends-on): Update.
3483         * lib/c-strcasestr.c: Update.
3484         * modules/c-strstr (Depends-on): Update.
3485         * lib/c-strstr.c: Update.
3486         * modules/canonicalize-lgpl (Depends-on): Update.
3487         * lib/canonicalize-lgpl.c: Update.
3488         * modules/clean-temp (Depends-on): Update.
3489         * lib/clean-temp.c: Update.
3490         * modules/csharpcomp (Depends-on): Update.
3491         * lib/csharpcomp.c: Update.
3492         * modules/csharpexec (Depends-on): Update.
3493         * lib/csharpexec.c: Update.
3494         * modules/javacomp (Depends-on): Update.
3495         * lib/javacomp.c: Update.
3496         * modules/javaexec (Depends-on): Update.
3497         * lib/javaexec.c: Update.
3498         * modules/mbscasestr (Depends-on): Update.
3499         * lib/mbscasestr.c: Update.
3500         * modules/mbsstr (Depends-on): Update.
3501         * lib/mbsstr.c: Update.
3502         * modules/setenv (Depends-on): Update.
3503         * lib/setenv.c: Update.
3504         * modules/strcasestr (Depends-on): Update.
3505         * lib/strcasestr.c: Update.
3506         * modules/striconveha (Depends-on): Update.
3507         * lib/striconveha.c: Update.
3508         * modules/relocatable-prog-wrapper (Files): Update.
3509         * lib/relocwrapper.c: Update.
3510         * build-aux/install-reloc: Update.
3511         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
3512
3513 2007-06-08  Bruno Haible  <bruno@clisp.org>
3514
3515         Port to uClibc.
3516         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
3517         * lib/fpurge.c (fpurge): Likewise.
3518         * lib/freading.c (freading): Likewise.
3519         * lib/fseeko.c (rpl_fseeko): Likewise.
3520         * lib/fseterr.c (fseterr): Likewise.
3521         * lib/fwriting.c (fwriting): Likewise.
3522         * tests/test-fflush.c (main): Avoid a failure on uClibc.
3523
3524 2007-06-08  Bruno Haible  <bruno@clisp.org>
3525
3526         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
3527         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
3528         * modules/gettext (Files): Add m4/intlmacosx.m4.
3529
3530 2007-06-07  Bruno Haible  <bruno@clisp.org>
3531
3532         * modules/localename-tests: New file.
3533         * tests/test-localename.c: New file.
3534
3535         New module 'localename'.
3536         * lib/localename.h: New file.
3537         * lib/localename.c: New file, from GNU gettext.
3538         * m4/localename.m4: New file.
3539         * modules/localename: New file.
3540
3541 2007-06-07  Bruno Haible  <bruno@clisp.org>
3542
3543         Work around the lack of <wchar.h> on some builds of uClibc.
3544         * doc/headers/wchar.texi: Update.
3545         * lib/wchar_.h: Include <wchar.h> only if it exists.
3546         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
3547         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
3548         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
3549         doesn't exist.
3550         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
3551         * modules/mbfile (Depends-on): Add wchar.
3552         * modules/mbiter (Depends-on): Likewise.
3553         * modules/mbuiter (Depends-on): Likewise.
3554         Reported by Simon Josefsson.
3555
3556 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
3557
3558         Work around problem reported by Steven M. Schweda in
3559         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
3560         Tru64 5.1B with the Compaq compiler environment installed declares
3561         an 'isblank' function but does not define it in the C library.
3562         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
3563         * lib/regex_internal.h (isblank): Likewise.
3564         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
3565         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
3566
3567 2007-06-05  Bruno Haible  <bruno@clisp.org>
3568
3569         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
3570         ia64.
3571         * modules/printf-safe: New file.
3572         * modules/fprintf-posix (Depends-on): Add printf-safe.
3573         * modules/printf-posix (Depends-on): Likewise.
3574         * modules/snprintf-posix (Depends-on): Likewise.
3575         * modules/sprintf-posix (Depends-on): Likewise.
3576         * modules/vasnprintf-posix (Depends-on): Likewise.
3577         * modules/vasprintf-posix (Depends-on): Likewise.
3578         * modules/vfprintf-posix (Depends-on): Likewise.
3579         * modules/vprintf-posix (Depends-on): Likewise.
3580         * modules/vsnprintf-posix (Depends-on): Likewise.
3581         * modules/vsprintf-posix (Depends-on): Likewise.
3582         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
3583         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
3584         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
3585         "no" on i386, x86_64, ia64.
3586         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
3587         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
3588         on i386, x86_64, ia64.
3589         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
3590         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
3591         on i386, x86_64, ia64.
3592         * tests/test-vasnprintf-posix.c: Include float.h.
3593         (LDBL80_WORDS): New macro.
3594         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
3595         on i386, x86_64, ia64.
3596         * tests/test-vasprintf-posix.c: Include float.h.
3597         (LDBL80_WORDS): New macro.
3598         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
3599         on i386, x86_64, ia64.
3600         * tests/test-snprintf-posix.c: Include float.h.
3601         * tests/test-sprintf-posix.c: Likewise.
3602         * tests/test-vsnprintf-posix.c: Likewise.
3603         * tests/test-vsprintf-posix.c: Likewise.
3604
3605 2007-06-05  Bruno Haible  <bruno@clisp.org>
3606
3607         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
3608         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
3609         non-IEEE numbers on i386, x86_64, ia64.
3610         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
3611         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
3612         * tests/test-isnanl.h: Include float.h.
3613         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
3614
3615 2007-06-05  Bruno Haible  <bruno@clisp.org>
3616
3617         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
3618         also the %a / %A. Handle the %a / %A code before this extra handling.
3619
3620 2007-06-05  Bruno Haible  <bruno@clisp.org>
3621
3622         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
3623         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
3624
3625 2007-06-05  Bruno Haible  <bruno@clisp.org>
3626
3627         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
3628         typo in variable name.
3629
3630 2007-06-05  Eric Blake  <ebb9@byu.net>
3631
3632         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
3633         Reported by Simon Josefsson.
3634
3635 2007-06-04  Bruno Haible  <bruno@clisp.org>
3636
3637         Avoid test failures on some PowerPC platforms.
3638         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
3639         Define differently for PowerPC.
3640         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
3641         Reported by Gary V. Vaughan <gary@gnu.org>.
3642
3643 2007-06-02  Bruno Haible  <bruno@clisp.org>
3644
3645         Fix test-stdint failure on FreeBSD/ia64.
3646         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
3647         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
3648         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
3649         * doc/headers/stdint.texi: Update.
3650
3651 2007-06-01  Bruno Haible  <bruno@clisp.org>
3652
3653         * tests/test-binary-io.c (main): Pass a third argument to open().
3654         Reported by Gary V. Vaughan <gary@gnu.org>.
3655
3656 2007-06-01  Bruno Haible  <bruno@clisp.org>
3657
3658         * doc/functions/frexpl.texi: Update for mingw.
3659
3660 2007-06-01  Bruno Haible  <bruno@clisp.org>
3661
3662         * tests/test-lseek.c (main): Disable test of errno for invalid third
3663         argument.
3664         * doc/functions/lseek.texi: Update.
3665         Reported by Gary V. Vaughan <gary@gnu.org>.
3666
3667 2007-05-28  Bruno Haible  <bruno@clisp.org>
3668
3669         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
3670
3671 2007-05-31  Eric Blake  <ebb9@byu.net>
3672
3673         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
3674         cross compiling.
3675
3676 2007-05-30  Eric Blake  <ebb9@byu.net>
3677         and Bruno Haible  <bruno@clisp.org>
3678
3679         Work around mingw test failures exposed by m4-1.4.9b.
3680         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
3681         * tests/test-unistd.c: Disable uid_t and git_t tests for the
3682         moment.
3683
3684 2007-05-30  Bruno Haible  <bruno@clisp.org>
3685
3686         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
3687         assuming that they are closed. Needed on HP-UX 11.
3688
3689 2007-05-29  Bruno Haible  <bruno@clisp.org>
3690
3691         Fix a problem with #include_next.
3692         * lib/dirent_.h: Split the double-inclusion guard.
3693         * lib/fcntl_.h: Likewise.
3694         * lib/float_.h: Likewise.
3695         * lib/iconv_.h: Likewise.
3696         * lib/inttypes_.h: Likewise.
3697         * lib/locale_.h: Likewise.
3698         * lib/math_.h: Likewise.
3699         * lib/netinet_in_.h: Likewise.
3700         * lib/search_.h: Likewise.
3701         * lib/signal_.h: Likewise.
3702         * lib/stdint_.h: Likewise.
3703         * lib/stdio_.h: Likewise.
3704         * lib/stdlib_.h: Likewise.
3705         * lib/string_.h: Likewise.
3706         * lib/sys_select_.h: Likewise.
3707         * lib/sys_socket_.h: Likewise.
3708         * lib/sys_stat_.h: Likewise.
3709         * lib/sys_time_.h: Likewise.
3710         * lib/sysexits_.h: Likewise.
3711         * lib/time_.h: Likewise.
3712         * lib/unistd_.h: Likewise.
3713         * lib/wchar_.h: Likewise.
3714         * lib/wctype_.h: Likewise.
3715
3716 2007-05-29  Bruno Haible  <bruno@clisp.org>
3717
3718         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
3719         for the moment.
3720
3721 2007-05-29  Bruno Haible  <bruno@clisp.org>
3722
3723         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
3724         invocation.
3725         Reported by Eric Blake.
3726
3727 2007-05-29  Bruno Haible  <bruno@clisp.org>
3728
3729         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
3730         compiling case.
3731
3732 2007-05-29  Eric Blake  <ebb9@byu.net>
3733             Bruno Haible  <bruno@clisp.org>
3734
3735         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
3736         cross compiles.
3737
3738 2007-05-28  Eric Blake  <ebb9@byu.net>
3739
3740         * modules/closein-tests (test_closein_LDADD): Support test on
3741         cygwin with libtool.
3742
3743 2007-05-28  Bruno Haible  <bruno@clisp.org>
3744
3745         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
3746         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
3747         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
3748         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
3749         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
3750         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
3751         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
3752         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
3753         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
3754
3755 2007-05-28  Eric Blake  <ebb9@byu.net>
3756
3757         Unconditionally include <config.h> in unit tests.
3758         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
3759         * tests/test-allocsa.c, tests/test-arcfour.c,
3760         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
3761         tests/test-array_list.c, tests/test-array_oset.c,
3762         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
3763         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
3764         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
3765         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
3766         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
3767         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
3768         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
3769         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
3770         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
3771         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
3772         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
3773         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
3774         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
3775         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
3776         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
3777         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
3778         test-md5.c, test-memmem.c, test-printf-posix.c,
3779         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
3780         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
3781         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
3782         test-strcasestr.c, test-striconv.c, test-striconveh.c,
3783         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
3784         test-vasnprintf-posix2.c, test-vasnprintf.c,
3785         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
3786         test-vfprintf-posix.c, test-vprintf-posix.c,
3787         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
3788         test-xvasprintf.c: Likewise.
3789
3790 2007-05-28  Bruno Haible  <bruno@clisp.org>
3791
3792         * gnulib-tool (func_import): Remember the --with-tests command-line
3793         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
3794         Reported by Eric Blake.
3795
3796 2007-05-28  Bruno Haible  <bruno@clisp.org>
3797
3798         * modules/ftell-tests: New file.
3799         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
3800         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
3801
3802         * lib/ftell.c: New file.
3803         * modules/ftell: New file.
3804         * m4/ftell.m4: New file.
3805         * doc/functions/ftell.texi: Update.
3806         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
3807         REPLACE_FTELL.
3808         * lib/stdio_.h (rpl_ftell): New declaration.
3809         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
3810         REPLACE_FTELL.
3811
3812 2007-05-28  Eric Blake  <ebb9@byu.net>
3813
3814         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
3815
3816 2007-05-28  Bruno Haible  <bruno@clisp.org>
3817
3818         * modules/fseek-tests: New file.
3819         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
3820         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
3821
3822         * lib/fseek.c: New file.
3823         * modules/fseek: New file.
3824         * m4/fseek.m4: New file.
3825         * doc/functions/fseek.texi: Update.
3826         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
3827         REPLACE_FSEEK.
3828         * lib/stdio_.h (rpl_fseek): New declaration.
3829         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
3830         REPLACE_FSEEK.
3831
3832 2007-05-28  Bruno Haible  <bruno@clisp.org>
3833
3834         * lib/stdio_.h (fflush): More comments.
3835
3836 2007-05-28  Bruno Haible  <bruno@clisp.org>
3837
3838         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
3839         runtime test.
3840
3841 2007-05-28  Eric Blake  <ebb9@byu.net>
3842
3843         Improve lseek module.
3844         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
3845         * lib/unistd_.h (lseek): Scale back link warning message.
3846         * tests/test-lseek.c: Beef up test.
3847         * tests/test-lseek.sh: Exercise more facets of lseek.
3848         Reported by Bruno Haible.
3849
3850 2007-05-28  Bruno Haible  <bruno@clisp.org>
3851
3852         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
3853         to define.
3854
3855 2007-05-27  Bruno Haible  <bruno@clisp.org>
3856
3857         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
3858
3859 2007-05-27  Bruno Haible  <bruno@clisp.org>
3860
3861         * modules/openmp: New file.
3862         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
3863         Noah Misch.
3864
3865 2007-05-26  Bruno Haible  <bruno@clisp.org>
3866
3867         * modules/chdir-long (Depends-on): Add fchdir.
3868         * modules/chdir-safer (Depends-on): Likewise.
3869         * modules/fts (Depends-on): Likewise.
3870         * modules/fts-lgpl (Depends-on): Likewise.
3871         * modules/openat (Depends-on): Likewise.
3872         * modules/savewd (Depends-on): Likewise.
3873
3874 2007-05-24  Eric Blake  <ebb9@byu.net>
3875
3876         Fix lseek on mingw.
3877         * modules/lseek: New module.
3878         * m4/lseek.m4: New file.
3879         * lib/lseek.c: New file.
3880         * modules/lseek-tests: New file.
3881         * tests/test-lseek.c: New file.
3882         * tests/test-lseek.sh: New file.
3883         * MODULES.html.sh: Document lseek module.
3884         * modules/fflush (Depends-on): Add lseek, fseeko.
3885         * modules/fseeko (Depends-on): Likewise.
3886         * modules/ftello (Depends-on): Likewise.
3887         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
3888         broken.
3889         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
3890         broken.
3891         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
3892         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
3893         * lib/ftello.c (rpl_ftello): Likewise.
3894         * tests/test-fseeko.c (main): Test this.
3895         * tests/test-fseeko.sh: Likewise.
3896         * tests/test-ftello.c (main): Likewise.
3897         * tests/test-ftello.sh: Likewise.
3898         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
3899         implies replacing fseek.
3900         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
3901         HAVE_FTELLO.
3902         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
3903         * modules/unistd (Makefile.am): Likewise.
3904         * lib/unistd_.h (lseek): Declare a replacement.
3905         * doc/functions/lseek.texi (lseek): Document this fix.
3906         * doc/functions/fseek.texi (fseek): Likewise.
3907         * doc/functions/ftell.texi (ftell): Likewise.
3908
3909 2007-05-24  Bruno Haible  <bruno@clisp.org>
3910
3911         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
3912         in the printed representation of a NaN.
3913         * tests/test-vasprintf-posix.c (test_function): Likewise.
3914         * tests/test-snprintf-posix.h (test_function): Likewise.
3915         * tests/test-sprintf-posix.h (test_function): Likewise.
3916         Reported by Eric Blake.
3917
3918 2007-05-23  Eric Blake  <ebb9@byu.net>
3919
3920         Fix fseeko/ftello on cygwin 1.5.24.
3921         * doc/functions/fseeko.texi (fseeko): Document the fix.
3922         * doc/functions/ftello.texi (ftello): Document the fix.
3923         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
3924         * doc/functions/stdout.text (stdout): New file.
3925         * doc/functions/stderr.text (stderr): New file.
3926         * doc/gnulib.texi (Function Substitutes): Use new files.
3927         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
3928         prior to 1.7.0.
3929         * tests/test-ftello.c (main): Likewise for ftello.
3930         * tests/test-fseeko.sh: New file.
3931         * tests/test-ftello.sh: New file.
3932         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
3933         with seekable stdin.
3934         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
3935         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
3936         (gl_REPLACE_FSEEKO): New macro.
3937         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
3938         * modules/fseeko (Files): Distribute fseeko.c.
3939         * modules/ftello (Files): Distribute ftello.c.
3940         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
3941         mode.
3942         * lib/ftello.c (rpl_ftello): New file.
3943         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
3944         fseeko, ftello.
3945         (gl_STDIN_LARGE_OFFSET): New macro.
3946         * modules/stdio (Makefile.am): Perform the replacement.
3947         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
3948
3949 2007-05-23  Bruno Haible  <bruno@clisp.org>
3950
3951         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
3952         GNULIB_POSIXCHECK is defined.
3953
3954 2007-05-21  Bruno Haible  <bruno@clisp.org>
3955
3956         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
3957         Check also the output for NaN arguments. When cross-compiling, guess
3958         no on IRIX.
3959         * lib/vasnprintf.c: Update comments.
3960         * tests/test-vasnprintf-posix.c (strisnan): New function.
3961         (test_function): Use it.
3962         * tests/test-vasprintf-posix.c (strisnan): New function.
3963         (test_function): Use it.
3964         * tests/test-snprintf-posix.h (strisnan): New function.
3965         (test_function): Use it.
3966         * tests/test-sprintf-posix.h (strisnan): New function.
3967         (test_function): Use it.
3968         Reported by Eric Blake.
3969
3970 2007-05-20  Bruno Haible  <bruno@clisp.org>
3971
3972         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
3973         numbers that fails on BeOS.
3974         * doc/functions/frexpl.texi: Update.
3975
3976 2007-05-20  Jim Meyering  <jim@meyering.net>
3977
3978         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
3979         forced upon us by glibc-2.6.
3980
3981 2007-05-20  Bruno Haible  <bruno@clisp.org>
3982
3983         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
3984         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
3985         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
3986         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
3987         NEED_PRINTF_INFINITE.
3988         (is_infinitel): New function.
3989         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
3990         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
3991         gl_PREREQ_VASNPRINTF_INFINITE.
3992         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
3993         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
3994         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
3995         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
3996         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
3997         gl_PREREQ_VASNPRINTF_INFINITE.
3998         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3999         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4000         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4001         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4002         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4003         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4004         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4005         * doc/functions/fprintf.texi: Update.
4006         * doc/functions/printf.texi: Update.
4007         * doc/functions/snprintf.texi: Update.
4008         * doc/functions/sprintf.texi: Update.
4009         * doc/functions/vfprintf.texi: Update.
4010         * doc/functions/vprintf.texi: Update.
4011         * doc/functions/vsnprintf.texi: Update.
4012         * doc/functions/vsprintf.texi: Update.
4013
4014 2007-05-20  Bruno Haible  <bruno@clisp.org>
4015
4016         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
4017         was not found in libc.
4018         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
4019
4020 2007-05-20  Bruno Haible  <bruno@clisp.org>
4021
4022         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
4023         printed as "-nan" instead of "nan".
4024         * tests/test-vasprintf-posix.c (test_function): Likewise.
4025         * tests/test-snprintf-posix.h (test_function): Likewise.
4026         * tests/test-sprintf-posix.h (test_function): Likewise.
4027         Needed for HP-UX 11.
4028
4029 2007-05-20  Jim Meyering  <jim@meyering.net>
4030
4031         Fix buggy test for the fchownat-deref bug.
4032         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
4033         symlink required for the run-test.  Without it, this test would
4034         always declare that fchownat doesn't work, and client code would
4035         unnecessarily use the replacement function with fixed libc.
4036         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
4037         Reported by Greg Schafer.
4038
4039 2007-05-19  Bruno Haible  <bruno@clisp.org>
4040
4041         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
4042         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
4043         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
4044         Needed for IRIX 6.5 and Solaris 2.5.1.
4045
4046 2007-05-19  Bruno Haible  <bruno@clisp.org>
4047
4048         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
4049         (test_function): Skip tests involving -0.0 on platforms where
4050         -0.0 = 0.0.
4051         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
4052         (test_function): Skip tests involving -0.0 on platforms where
4053         -0.0 = 0.0.
4054         * tests/test-snprintf-posix.h (have_minus_zero): New function.
4055         (test_function): Skip tests involving -0.0 on platforms where
4056         -0.0 = 0.0.
4057         * tests/test-sprintf-posix.h (have_minus_zero): New function.
4058         (test_function): Skip tests involving -0.0 on platforms where
4059         -0.0 = 0.0.
4060         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
4061         tests.
4062         * tests/test-printf-posix.h (test_function): Likewise.
4063         * tests/test-printf-posix.output: Remove all -0.0 related results.
4064         Needed for IRIX 6.5.
4065
4066 2007-05-19  Bruno Haible  <bruno@clisp.org>
4067
4068         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
4069         printed as "nan0x7fffffff" instead of "nan".
4070         * tests/test-vasprintf-posix.c (test_function): Likewise.
4071         * tests/test-snprintf-posix.h (test_function): Likewise.
4072         * tests/test-sprintf-posix.h (test_function): Likewise.
4073         * tests/test-fprintf-posix.h (NaN): Remove macro.
4074         (test_function): Remove all NaN related tests.
4075         * tests/test-printf-posix.h (NaN): Remove macro.
4076         (test_function): Remove all NaN related tests.
4077         * tests/test-printf-posix.output: Remove all NaN related results.
4078         Needed for IRIX 6.5.
4079
4080 2007-05-19  Bruno Haible  <bruno@clisp.org>
4081
4082         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
4083         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
4084
4085 2007-05-19  Bruno Haible  <bruno@clisp.org>
4086
4087         * lib/float_.h: New file.
4088         * m4/float_h.m4: New file.
4089         * modules/float: New file.
4090         * modules/isnanl (Dependencies): Add float.
4091         * modules/isnanl-nolibm (Dependencies): Likewise.
4092         * modules/mathl (Dependencies): Likewise.
4093         * modules/printf-frexpl (Dependencies): Likewise.
4094         * modules/signbit (Dependencies): Likewise.
4095         * modules/vasnprintf (Dependencies): Likewise.
4096         * doc/headers/float.texi: Update.
4097
4098 2007-05-19  Jim Meyering  <jim@meyering.net>
4099
4100         * lib/utimens.c (gl_futimens): Rename from futimens,
4101         now that glibc-2.6 declares futimens.
4102         * lib/utimens.h: Likewise.
4103
4104 2007-05-19  Bruno Haible  <bruno@clisp.org>
4105
4106         Avoid test failures on mingw.
4107         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
4108         * tests/test-printf-posix.sh: Likewise.
4109         * tests/test-vfprintf-posix.sh: Likewise.
4110         * tests/test-vprintf-posix.sh: Likewise.
4111
4112 2007-05-19  Bruno Haible  <bruno@clisp.org>
4113
4114         Fix *printf result for NaN, Inf, -0.0 on mingw.
4115         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
4116         * lib/vasnprintf.c: Include math.h and isnan.h.
4117         (is_infinite_or_zero): New function.
4118         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
4119         values in the %f, %F, %e, %E, %g, %G directives.
4120         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
4121         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4122         gl_PRINTF_INFINITE and test its result. Invoke
4123         gl_PREREQ_VASNPRINTF_INFINITE.
4124         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4125         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4126         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4127         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4128         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4129         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4130         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4131         * doc/functions/fprintf.texi: Update.
4132         * doc/functions/printf.texi: Update.
4133         * doc/functions/snprintf.texi: Update.
4134         * doc/functions/sprintf.texi: Update.
4135         * doc/functions/vfprintf.texi: Update.
4136         * doc/functions/vprintf.texi: Update.
4137         * doc/functions/vsnprintf.texi: Update.
4138         * doc/functions/vsprintf.texi: Update.
4139
4140 2007-05-19  Bruno Haible  <bruno@clisp.org>
4141
4142         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
4143         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
4144         Instead of multiplying with 10^k, set extra_zeroes to k.
4145         (scale10_round_long_double): Remove function.
4146
4147 2007-05-18  Bruno Haible  <bruno@clisp.org>
4148
4149         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
4150         introduced on 2007-05-06.
4151
4152 2007-05-18  Bruno Haible  <bruno@clisp.org>
4153
4154         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
4155         %g directives.
4156         * tests/test-vasprintf-posix.c (test_function): Likewise.
4157         * tests/test-snprintf-posix.h (test_function): Likewise.
4158         * tests/test-sprintf-posix.h (test_function): Likewise.
4159
4160 2007-05-18  Bruno Haible  <bruno@clisp.org>
4161
4162         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
4163         (strmatch): New function.
4164         (test_function): Test the %f directive on numbers of various exponents.
4165         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
4166         (strmatch): New function.
4167         (test_function): Test the %f directive on numbers of various exponents.
4168         * tests/test-snprintf-posix.h (strmatch): New function.
4169         (test_function): Test the %f directive on numbers of various exponents.
4170         * tests/test-sprintf-posix.h (strmatch): New function.
4171         (test_function): Test the %f directive on numbers of various exponents.
4172         * tests/test-snprintf-posix.c (SIZEOF): New macro.
4173         * tests/test-sprintf-posix.c (SIZEOF): New macro.
4174         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
4175         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
4176
4177 2007-05-18  Bruno Haible  <bruno@clisp.org>
4178
4179         Add support for 'long double' number output.
4180         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
4181         * lib/vasnprintf.c: Include math.h and float+.h.
4182         (mp_limb_t): New type.
4183         (GMP_LIMB_BITS): New macro.
4184         (mp_twolimb_t): New type.
4185         (GMP_TWOLIMB_BITS): New macro.
4186         (mpn_t): New type.
4187         (multiply, divide, convert_to_decimal, decode_long_double,
4188         scale10_round_long_double, scale10_round_decimal_long_double,
4189         floorlog10l): New functions.
4190         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
4191         for the %f, %F, %e, %E, %g, %G directives.
4192         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
4193         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4194         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
4195         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
4196         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4197         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4198         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4199         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4200         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4201         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4202         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4203         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
4204         * modules/snprintf-posix (Depends-on): Likewise.
4205         * modules/sprintf-posix (Depends-on): Likewise.
4206         * modules/vasnprintf-posix (Depends-on): Likewise.
4207         * modules/vasprintf-posix (Depends-on): Likewise.
4208         * modules/vfprintf-posix (Depends-on): Likewise.
4209         * modules/vsnprintf-posix (Depends-on): Likewise.
4210         * modules/vsprintf-posix (Depends-on): Likewise.
4211         * modules/vasnprintf (Files): Add lib/float+.h.
4212         * doc/functions/fprintf.texi: Update.
4213         * doc/functions/printf.texi: Update.
4214         * doc/functions/snprintf.texi: Update.
4215         * doc/functions/sprintf.texi: Update.
4216         * doc/functions/vfprintf.texi: Update.
4217         * doc/functions/vprintf.texi: Update.
4218         * doc/functions/vsnprintf.texi: Update.
4219         * doc/functions/vsprintf.texi: Update.
4220
4221 2007-05-18  Bruno Haible  <bruno@clisp.org>
4222
4223         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
4224
4225 2007-05-18  Bruno Haible  <bruno@clisp.org>
4226
4227         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
4228         for printing 64-bit integers. Needed for mingw.
4229
4230 2007-05-18  Bruno Haible  <bruno@clisp.org>
4231
4232         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
4233         gl_FUNC_FREXPL_WORKS.
4234         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
4235
4236 2007-05-18  Bruno Haible  <bruno@clisp.org>
4237
4238         * modules/frexpl-nolibm-tests: New file.
4239
4240         * modules/frexpl-nolibm: New file.
4241         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
4242
4243 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
4244
4245         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
4246         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
4247         GCC 4.2, which otherwise issues a lot of warnings.
4248         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
4249         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
4250         Likewise.
4251         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
4252         * modules/iconv_open (iconv.h): Likewise.
4253         * modules/locale (locale.h): Likewise.
4254         * modules/netinet_in (netinet/in.h): Likewise.
4255         * modules/sys_select (sys_select.h): Likewise.
4256         * modules/sys_socket (sys/socket.h): Likewise.
4257         * modules/sys_stat (sys/stat.h): Likewise.
4258         * modules/sysexits (sysexits.h): Likewise.
4259         * modules/unistd (unistd.h): Likewise.
4260
4261 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4262
4263         * modules/closein-tests (Makefile.am): Distribute
4264         `test-closein.sh'.
4265
4266 2007-05-17  Bruno Haible  <bruno@clisp.org>
4267
4268         * tests/test-printf-posix.output: Renamed from
4269         tests/test-fprintf-posix.out.
4270         * modules/fprintf-posix-tests: Update.
4271         * modules/printf-posix-tests: Update.
4272         * modules/vfprintf-posix-tests: Update.
4273         * modules/vprintf-posix-tests: Update.
4274         * tests/test-fprintf-posix.sh: Update.
4275         * tests/test-printf-posix.sh: Update.
4276         * tests/test-vfprintf-posix.sh: Update.
4277         * tests/test-vprintf-posix.sh: Update.
4278         Reported by Ralf Wildenhues.
4279
4280 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
4281
4282         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
4283         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
4284         GCC 4.2, which otherwise issues a lot of warnings.
4285         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
4286         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
4287         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
4288         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
4289         it should no longer be needed.
4290         * lib/string_.h: Likewise.
4291         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
4292         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
4293         * modules/inttypes (inttypes.h): Likewise.
4294         * modules/math (math.h): Likewise.
4295         * modules/search (search.h): Likewise.
4296         * modules/signal (signal.h): Likewise.
4297         * modules/stdint (stdint.h): Likewise.
4298         * modules/stdio (stdio.h): Likewise.
4299         * modules/stdlib (stdlib.h): Likewise.
4300         * modules/string (string.h): Likewise.
4301         * modules/sys_time (sys/time.h): Likewise.
4302         * modules/time (time.h): Likewise.
4303         * modules/wchar (wchar.h): Likewise.
4304         * modules/wctype (wtype.h): Likewise.
4305
4306 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
4307
4308         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
4309
4310 2007-05-13  Bruno Haible  <bruno@clisp.org>
4311
4312         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
4313         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
4314         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
4315         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
4316         (gl_PREREQ_STRTOK_R): Don't require it here.
4317
4318 2007-05-13  Bruno Haible  <bruno@clisp.org>
4319
4320         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
4321         when used in C++ mode.
4322
4323 2007-05-12  Bruno Haible  <bruno@clisp.org>
4324
4325         * lib/linebuffer.h: Tweak doc.
4326         * lib/linebuffer.c: Likewise.
4327
4328 2007-05-12  James Youngman  <jay@gnu.org>
4329
4330         * lib/linebuffer.c (readlinebuffer_delim): New function,
4331         like readlinebuffer, but use a caller-specified delimiter.
4332         (readlinebuffer): Just call readlinebuffer_delim with '\n'
4333         as the delimiter.
4334         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
4335
4336 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4337
4338         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
4339         * modules/openat (Files): Remove openat-die.c.
4340         (Depends-on): Add openat-die.
4341         * modules/openat-die: New module.
4342
4343 2007-05-06  Bruno Haible  <bruno@clisp.org>
4344
4345         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
4346         Update with info about Cygwin.
4347         * doc/functions/fprintf.texi: Update.
4348         * doc/functions/printf.texi: Update.
4349         * doc/functions/snprintf.texi: Update.
4350         * doc/functions/sprintf.texi: Update.
4351         * doc/functions/vfprintf.texi: Update.
4352         * doc/functions/vprintf.texi: Update.
4353         * doc/functions/vsnprintf.texi: Update.
4354         * doc/functions/vsprintf.texi: Update.
4355         Reported by Eric Blake.
4356
4357 2007-05-06  Bruno Haible  <bruno@clisp.org>
4358
4359         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
4360         padding ourselves for the floating-point directives.
4361         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
4362         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
4363         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4364         gl_PRINTF_FLAG_ZERO and test its result. Invoke
4365         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
4366         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4367         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
4368         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4369         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4370         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4371         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4372         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4373         * tests/test-snprintf-posix.h (test_function): Also check the width
4374         and some flags in the %f directive.
4375         * tests/test-sprintf-posix.h (test_function): Likewise.
4376         * tests/test-vasnprintf-posix.c (test_function): Likewise.
4377         * tests/test-vasprintf-posix.c (test_function): Likewise.
4378         * doc/functions/fprintf.texi: Update.
4379         * doc/functions/printf.texi: Update.
4380         * doc/functions/snprintf.texi: Update.
4381         * doc/functions/sprintf.texi: Update.
4382         * doc/functions/vfprintf.texi: Update.
4383         * doc/functions/vprintf.texi: Update.
4384         * doc/functions/vsnprintf.texi: Update.
4385         * doc/functions/vsprintf.texi: Update.
4386
4387 2007-05-06  Bruno Haible  <bruno@clisp.org>
4388
4389         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
4390         pass the ' flag character to sprintf or snprintf.
4391         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
4392         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
4393         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4394         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
4395         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
4396         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4397         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
4398         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4399         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4400         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4401         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4402         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4403         * tests/test-snprintf-posix.h (test_function): Also check the grouping
4404         flag.
4405         * tests/test-sprintf-posix.h (test_function): Likewise.
4406         * tests/test-vasnprintf-posix.c (test_function): Likewise.
4407         * tests/test-vasprintf-posix.c (test_function): Likewise.
4408         * doc/functions/fprintf.texi: Update.
4409         * doc/functions/printf.texi: Update.
4410         * doc/functions/snprintf.texi: Update.
4411         * doc/functions/sprintf.texi: Update.
4412         * doc/functions/vfprintf.texi: Update.
4413         * doc/functions/vprintf.texi: Update.
4414         * doc/functions/vsnprintf.texi: Update.
4415         * doc/functions/vsprintf.texi: Update.
4416
4417 2007-05-01  Bruno Haible  <bruno@clisp.org>
4418
4419         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
4420
4421 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
4422
4423         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
4424         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
4425
4426 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
4427
4428         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
4429         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
4430         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
4431
4432 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
4433
4434         * lib/argp-help.c (struct hol_entry): New member `ord'.
4435         (HOL_ENTRY_PTRCMP): Use ord for comparison
4436         (hol_sort): Initialize ord.
4437
4438 2007-05-01  Bruno Haible  <bruno@clisp.org>
4439
4440         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
4441         Reported by Eric Blake.
4442         * doc/gnulib.texi (Function Substitutes): Update.
4443
4444 2007-05-01  Bruno Haible  <bruno@clisp.org>
4445
4446         * doc/functions.texi: Remove file, now redundant through
4447         doc/functions/*.texi.
4448
4449 2007-05-01  Bruno Haible  <bruno@clisp.org>
4450
4451         * modules/argp (Depends-on): Add sleep.
4452
4453 2007-05-01  Bruno Haible  <bruno@clisp.org>
4454
4455         * modules/sleep-tests: New file.
4456         * tests/test-sleep.c: New file.
4457
4458         * modules/sleep: New file.
4459         * lib/sleep.c: New file.
4460         * m4/sleep.m4: New file.
4461         * lib/unistd_.h (sleep): New declaration.
4462         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
4463         HAVE_SLEEP.
4464         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
4465         * doc/functions/sleep.texi: Document the sleep module.
4466
4467 2007-05-01  Bruno Haible  <bruno@clisp.org>
4468
4469         * lib/sigprocmask.h: Remove file.
4470         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
4471         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
4472         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
4473         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
4474         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
4475         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
4476         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
4477         HAVE_SIGSET_T as a shell variable.
4478         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
4479         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
4480         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
4481         (Depends-on): Add signal. Remove verify.
4482         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
4483         (Include): Mention <signal.h> instead of sigprocmask.h.
4484         * NEWS: Mention the change.
4485         * lib/fatal-signal.c: Don't include sigprocmask.h.
4486
4487 2007-05-01  Bruno Haible  <bruno@clisp.org>
4488
4489         * modules/signal: New file.
4490         * lib/signal_.h: New file.
4491         * m4/signal_h.m4: New file.
4492
4493 2007-05-01  Bruno Haible  <bruno@clisp.org>
4494
4495         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
4496         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
4497         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
4498         HAVE_WCTYPE_CTMP_BUG into wctype.h.
4499
4500 2007-05-01  Bruno Haible  <bruno@clisp.org>
4501
4502         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
4503         configure time.
4504         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
4505         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
4506         * modules/sys_stat (Makefile.am): Substitute their values into
4507         sys/stat.h.
4508
4509 2007-05-01  Bruno Haible  <bruno@clisp.org>
4510
4511         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
4512         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
4513         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
4514
4515 2007-05-01  Bruno Haible  <bruno@clisp.org>
4516
4517         * doc/header/assert.texi: Undo last change: don't mention the gnulib
4518         'assert' module here.
4519
4520 2007-05-01  Bruno Haible  <bruno@clisp.org>
4521
4522         * doc/functions/*.texi: New files.
4523         * doc/functions/google-ranking.txt: New file.
4524         * doc/gnulib.texi (Function Substitutes): New chapter.
4525         (ctime, inet_ntoa): Remove sections.
4526         * doc/ctime.texi: Remove file.
4527         * doc/inet_ntoa.texi: Remove file.
4528         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
4529         dependencies.
4530         (%.info): New rule, specifying a --reference-limit.
4531
4532 2007-05-01  Bruno Haible  <bruno@clisp.org>
4533
4534         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
4535
4536 2007-05-01  Bruno Haible  <bruno@clisp.org>
4537
4538         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
4539         the portability of 'mkdir' to mingw systems.
4540
4541 2007-05-01  Bruno Haible  <bruno@clisp.org>
4542
4543         * doc/headers/google-ranking.txt: New file.
4544
4545 2007-04-30  Eric Blake  <ebb9@byu.net>
4546
4547         Prefer fseeko to fseek.
4548         * modules/getpass (Depends-on): Add fseeko.
4549         * lib/getpass.c (getpass): Use fseeko, not fseek.
4550
4551 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
4552
4553         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
4554         assumes the sorting is stable, while most qsort implementations
4555         are not.  Use argument addresses to ensure they never compare as
4556         equal.
4557
4558         * tests/test-argp-2.sh (usage-indent test): Fix output
4559         (func_compare): Restore diff options
4560         * tests/test-argp.c: Restore #include "progname.h"
4561
4562 2007-04-29  Bruno Haible  <bruno@clisp.org>
4563
4564         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
4565         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4566         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
4567         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4568         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
4569         (configure.ac): Define CHECK_SNPRINTF_POSIX.
4570         (TESTS, check_PROGRAMS): Add test-snprintf.
4571         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
4572         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
4573         (TESTS, check_PROGRAMS): Add test-vsnprintf.
4574         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
4575         assertions that fail on HP-UX, OSF/1, or IRIX.
4576         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
4577
4578 2007-04-29  Bruno Haible  <bruno@clisp.org>
4579
4580         * MODULES.html.sh (posix_functions): Remove 'contents'.
4581
4582 2007-04-29  Karl Berry  <karl@gnu.org>
4583
4584         * config/srclist.txt (gendocs_template_min): new entry.
4585
4586 2007-04-29  Bruno Haible  <bruno@clisp.org>
4587
4588         Work around fpurge bug on BSD systems.
4589         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
4590         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
4591         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
4592         fpurge to rpl_fpurge if the system already has this function.
4593         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
4594         the case where the system already has this function. Correct invariants
4595         on BSD systems.
4596         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
4597         BSD systems.
4598
4599 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
4600
4601         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
4602         proposed by Sven Verdoolaege.
4603
4604         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
4605         options.
4606         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
4607         (usage and help tests): Update
4608
4609 2007-04-29  Bruno Haible  <bruno@clisp.org>
4610
4611         * tests/test-fflush.c (main): Use a file of size 17, not 10.
4612         Print more information in case of failure. Disable a test on BeOS.
4613
4614 2007-04-29  Bruno Haible  <bruno@clisp.org>
4615
4616         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
4617         This helps debugging on systems on which no gdb is available.
4618
4619 2007-04-29  Bruno Haible  <bruno@clisp.org>
4620
4621         * lib/freading.h: Improve comments.
4622         * lib/fwriting.h: Likewise.
4623         * tests/test-freading.c (main): Don't check freading immediately after
4624         repositioning. Needed for glibc.
4625
4626 2007-04-29  Bruno Haible  <bruno@clisp.org>
4627
4628         * lib/freading.c (freading): Trivial simplification.
4629
4630 2007-04-28  Bruno Haible  <bruno@clisp.org>
4631
4632         * tests/test-fwriting.c (main): Also test the interaction between
4633         fflush and fwriting.
4634         * modules/fwriting-tests (Depends-on): Add fflush.
4635
4636         * tests/test-freading.c (main): Also test the interaction between
4637         fflush and freading.
4638         * modules/freading-tests (Depends-on): Add fflush.
4639
4640 2007-04-28  Bruno Haible  <bruno@clisp.org>
4641
4642         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
4643         fseeko and ftello.
4644         Suggested by Eric Blake.
4645
4646 2007-04-28  Jim Meyering  <jim@meyering.net>
4647
4648         Avoid false-negative in gl_STDINT_H's C99 conformance test.
4649         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
4650         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
4651
4652 2007-04-27  Eric Blake  <ebb9@byu.net>
4653
4654         * doc/headers/assert.texi (assert.h): Document assert module use.
4655
4656 2007-04-27  Bruno Haible  <bruno@clisp.org>
4657
4658         * doc/headers/*.texi: New files.
4659         * doc/gnulib.texi (Header File Substitutes): New chapter.
4660         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
4661         dependencies.
4662         (standards.info ,standards.html, standards.dvi): Update dependencies.
4663         (mostlyclean, clean): New targets.
4664
4665 2007-04-27  Bruno Haible  <bruno@clisp.org>
4666
4667         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
4668         * modules/sysexits (Files, Makefile.am): Update.
4669
4670         * lib/sys_socket_.h: Renamed from lib/socket_.h.
4671         * modules/sys_socket (Files, Makefile.am): Update.
4672
4673         * lib/sys_stat_.h: Renamed from lib/stat_.h.
4674         * modules/sys_stat (Files, Makefile.am): Update.
4675
4676 2007-04-27  Eric Blake  <ebb9@byu.net>
4677
4678         * lib/freading.h: Improve comments.
4679         * lib/fwriting.h: Likewise.
4680         * lib/fflush.c: Likewise.
4681
4682         Fix closein for mingw.
4683         * modules/closein-tests: Add tests for closein.
4684         * tests/test-closein.c: New file.
4685         * tests/test-closein.sh: Likewise.
4686         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
4687         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
4688
4689 2007-04-27  Bruno Haible  <bruno@clisp.org>
4690
4691         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
4692         version is < 6.
4693         * lib/math_.h [__DECC]: Likewise.
4694         * lib/stdio_.h [__DECC]: Likewise.
4695         * lib/stdlib_.h [__DECC]: Likewise.
4696         * lib/string_.h [__DECC]: Likewise.
4697         * lib/time_.h [__DECC]: Likewise.
4698         * lib/wchar_.h [__DECC]: Likewise.
4699         * lib/wctype_.h [__DECC]: Likewise.
4700
4701 2007-04-27  Bruno Haible  <bruno@clisp.org>
4702
4703         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
4704
4705 2007-04-27  Bruno Haible  <bruno@clisp.org>
4706
4707         * lib/fflush.c: Add comments.
4708         * modules/fpurge-tests (Depends-on): Add fflush.
4709         * modules/freadable-tests (Depends-on): Likewise.
4710         * modules/fwritable-tests (Depends-on): Likewise.
4711
4712 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
4713
4714         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
4715         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
4716         Report by Bruno Haible <bruno@clisp.org>.
4717
4718 2007-04-26  Eric Blake  <ebb9@byu.net>
4719
4720         Fix fflush on mingw.
4721         * modules/fflush (Depends-on): Add freading.
4722         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
4723         but unread data.
4724
4725 2007-04-26  Eric Blake  <ebb9@byu.net>
4726         and Bruno Haible  <bruno@clisp.org>
4727
4728         Implement freading and fwriting.
4729         * lib/freading.c: New file.
4730         * lib/freading.h: Likewise.
4731         * m4/freading.m4: Likewise.
4732         * modules/freading: Likewise.
4733         * modules/freading-tests: Likewise.
4734         * tests/test-freading.c: Likewise.
4735         * lib/fwriting.c: New file.
4736         * lib/fwriting.h: Likewise.
4737         * m4/fwriting.m4: Likewise.
4738         * modules/fwriting: Likewise.
4739         * modules/fwriting-tests: Likewise.
4740         * tests/test-fwriting.c: Likewise.
4741         * MODULES.html.sh (File stream based Input/Output): Mention them.
4742
4743 2007-04-26  Bruno Haible  <bruno@clisp.org>
4744
4745         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
4746         'long' when we assume it.
4747         Suggested by Eric Blake.
4748
4749 2007-04-26  Bruno Haible  <bruno@clisp.org>
4750
4751         Ensure fseeko, ftello are declared on glibc systems.
4752         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
4753         * modules/fseeko (configure.ac-early): Likewise.
4754         * modules/ftello (configure.ac-early): Likewise.
4755         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
4756         AC_FUNC_FSEEKO for this.
4757         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
4758         (gl_CHECK_FSEEKO): Remove macro.
4759
4760 2007-04-26  Bruno Haible  <bruno@clisp.org>
4761
4762         * tests/test-fflush.c (main): Also check the ftell result after
4763         fflush and fseek/fseeko.
4764         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
4765         file descriptor position cache in the stream.
4766         * lib/fseeko.c (rpl_fseeko): Likewise.
4767
4768 2007-04-26  Bruno Haible  <bruno@clisp.org>
4769
4770         * modules/fflush-tests (Depends-on): Add fseeko.
4771
4772 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
4773             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4774
4775         * lib/argz_.h: ensure error_t definition is obtained in same
4776         mechanism system argz.h would have.
4777         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
4778         argz facilities are known bad.  Err on the side of caution if
4779         cross-compiling.
4780
4781 2007-04-25  Eric Blake  <ebb9@byu.net>
4782
4783         * lib/fpurge.c (includes): Use stdlib.h for free.
4784         * tests/test-fflush.c (main): Also test fflush-fseeko.
4785
4786 2007-04-25  Bruno Haible  <bruno@clisp.org>
4787
4788         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
4789         * lib/fseeko.c: New file.
4790         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
4791         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
4792         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
4793         gl_FUNC_FSEEKO.
4794         (gl_FUNC_FSEEKO): Invoke it.
4795         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
4796         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
4797         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
4798
4799 2007-04-25  Bruno Haible  <bruno@clisp.org>
4800
4801         * modules/fflush (Depends-on): Add ftello.
4802
4803 2007-04-25  Bruno Haible  <bruno@clisp.org>
4804
4805         * modules/ftello-tests: New file.
4806         * tests/test-ftello.c: New file.
4807
4808         * modules/ftello: New file.
4809         * m4/ftello.m4: New file.
4810         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
4811         HAVE_FTELLO.
4812         * lib/stdio_.h (ftello): New declaration.
4813         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
4814         HAVE_FTELLO.
4815
4816 2007-04-25  Bruno Haible  <bruno@clisp.org>
4817
4818         * modules/fseeko-tests: New file.
4819         * tests/test-fseeko.c: New file.
4820
4821         * modules/fseeko: New file.
4822         * m4/fseeko.m4: New file.
4823         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
4824         HAVE_FSEEKO.
4825         * lib/stdio_.h (fseeko): New declaration.
4826         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
4827         HAVE_FSEEKO.
4828
4829 2007-04-25  Bruno Haible  <bruno@clisp.org>
4830
4831         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
4832
4833 2007-04-25  Bruno Haible  <bruno@clisp.org>
4834
4835         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
4836         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
4837         * tests/test-unistd.c: Likewise.
4838         * tests/test-fcntl.c: Likewise.
4839
4840 2007-04-23  Eric Blake  <ebb9@byu.net>
4841
4842         * lib/fflush.c: Fix missing include.
4843         Reported by Bruno Haible.
4844
4845 2007-04-23  Bruno Haible  <bruno@clisp.org>
4846
4847         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
4848         Reported by Eric Blake.
4849
4850 2007-04-23  Bruno Haible  <bruno@clisp.org>
4851
4852         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
4853
4854 2007-04-23  Bruno Haible  <bruno@clisp.org>
4855
4856         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
4857
4858 2007-04-23  Bruno Haible  <bruno@clisp.org>
4859
4860         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
4861         Needed on HP-UX 11.
4862
4863 2007-04-16  Eric Blake  <ebb9@byu.net>
4864
4865         Make fflush rely on fpurge.
4866         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
4867         open coding all variants.
4868         * modules/fflush (Depends-on): Add fpurge and unistd.
4869         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
4870         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
4871
4872         Fix --with-tests compilation on cygwin.
4873         * modules/argmatch-tests (Makefile.am): List gnulib library first
4874         in LDADD.
4875         * modules/argp-tests (Makefile.am): Likewise.
4876         * modules/array-list-tests (Makefile.am): Likewise.
4877         * modules/array-oset-tests (Makefile.am): Likewise.
4878         * modules/avltree-list-tests (Makefile.am): Likewise.
4879         * modules/avltree-oset-tests (Makefile.am): Likewise.
4880         * modules/avltreehash-list-tests (Makefile.am): Likewise.
4881         * modules/carray-list-tests (Makefile.am): Likewise.
4882         * modules/dirname-tests (Makefile.am): Likewise.
4883         * modules/frexp-tests (Makefile.am): Likewise.
4884         * modules/isnanl-tests (Makefile.am): Likewise.
4885         * modules/linked-list-tests (Makefile.am): Likewise.
4886         * modules/linkedhash-list-tests (Makefile.am): Likewise.
4887         * modules/lock-tests (Makefile.am): Likewise.
4888         * modules/rbtree-list-tests (Makefile.am): Likewise.
4889         * modules/rbtree-oset-tests (Makefile.am): Likewise.
4890         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
4891         * modules/tls-tests (Makefile.am): Likewise.
4892         * modules/tsearch-tests (Makefile.am): Likewise.
4893         * modules/xvasprintf-tests (Makefile.am): Likewise.
4894
4895         Fix fpurge for cygwin.
4896         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
4897         value.
4898         * modules/fpurge-tests (Depends-on): Clean up trash.
4899
4900 2007-04-16  Simon Josefsson  <simon@josefsson.org>
4901
4902         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
4903
4904         * m4/autobuild.m4: Re-indent.
4905
4906 2007-04-13  Bruno Haible  <bruno@clisp.org>
4907
4908         * modules/fpurge-tests: New file.
4909         * tests/test-fpurge.c: New file.
4910
4911         * modules/fpurge: New file.
4912         * lib/fpurge.h: New file.
4913         * lib/fpurge.c: New file.
4914         * m4/fpurge.m4: New file.
4915
4916 2007-04-13  Bruno Haible  <bruno@clisp.org>
4917
4918         * modules/fbufmode-tests: New file.
4919         * tests/test-fbufmode.c: New file.
4920
4921         * modules/fbufmode: New file.
4922         * lib/fbufmode.h: New file.
4923         * lib/fbufmode.c: New file.
4924         * m4/fbufmode.m4: New file.
4925
4926 2007-04-13  Bruno Haible  <bruno@clisp.org>
4927
4928         * modules/fwritable-tests: New file.
4929         * tests/test-fwritable.c: New file.
4930
4931         * modules/fwritable: New file.
4932         * lib/fwritable.h: New file.
4933         * lib/fwritable.c: New file.
4934         * m4/fwritable.m4: New file.
4935
4936 2007-04-13  Bruno Haible  <bruno@clisp.org>
4937
4938         * modules/freadable-tests: New file.
4939         * tests/test-freadable.c: New file.
4940
4941         * modules/freadable: New file.
4942         * lib/freadable.h: New file.
4943         * lib/freadable.c: New file.
4944         * m4/freadable.m4: New file.
4945
4946 2007-04-13  Bruno Haible  <bruno@clisp.org>
4947
4948         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
4949         MOSTLYCLEANFILES.
4950
4951 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
4952
4953         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
4954         gzip bootstrap.conf to avoid dragging in i18n machinery.
4955         (gnulib_tool_option): Use it.
4956
4957 2007-04-13  Bruno Haible  <bruno@clisp.org>
4958
4959         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
4960         %F directives.
4961         * tests/test-vasprintf-posix.c (test_function): Likewise.
4962         * tests/test-snprintf-posix.h (test_function): Likewise.
4963         * tests/test-sprintf-posix.h (test_function): Likewise.
4964         * tests/test-fprintf-posix.h (test_function): Likewise.
4965         * tests/test-printf-posix.h (test_function): Likewise.
4966         * tests/test-fprintf-posix.out: Likewise.
4967
4968 2007-04-13  Bruno Haible  <bruno@clisp.org>
4969
4970         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
4971         * modules/tls-tests (configure.ac): Likewise.
4972         Reported by Arto C. Nirkko <anirkko@insel.ch>.
4973
4974 2007-04-13  Bruno Haible  <bruno@clisp.org>
4975
4976         * lib/tls.c (glthread_tls_get): Fix return type.
4977         Patch by Arto C. Nirkko <anirkko@insel.ch>.
4978
4979 2007-04-12  Eric Blake  <ebb9@byu.net>
4980
4981         * modules/gettime (Depends-on): Remove gettime.
4982         Reported by Dmitry V. Levin.
4983
4984 2007-04-12  Bruno Haible  <bruno@clisp.org>
4985
4986         * modules/fflush (Include): Mention <stdio.h>.
4987         * modules/strtoimax (Include): Mention <inttypes.h>.
4988         * modules/strtoumax (Include): Likewise.
4989
4990 2007-04-12  Eric Blake  <ebb9@byu.net>
4991
4992         * .cvsignore: New file.
4993         * .gitignore: Likewise.
4994
4995 2007-04-12  Bruno Haible  <bruno@clisp.org>
4996
4997         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
4998         not before, since $(LDADD) often contains libgnu.a.
4999         * modules/striconv-tests (test_striconv_LDADD): Likewise.
5000         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
5001         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
5002         Needed on Cygwin.
5003
5004 2007-04-12  Eric Blake  <ebb9@byu.net>
5005
5006         Work around glibc's failure to flush stdin on fclose.
5007         * lib/closein.c (close_stdin): Flush stdin before closing.
5008
5009         Work around glibc's failure to reset seekable stdin on exit.
5010         * modules/closein: New module.
5011         * lib/closein.c: New file.
5012         * lib/closein.h: Likewise.
5013         * m4/closein.m4: Likewise.
5014         * MODULES.html.sh (File stream based Input/Output): Document it.
5015
5016 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5017
5018         * gnulib-tool: Rename generated 'autobuild' script to
5019         'do-autobuild' in --create-megatestdir output.
5020
5021         * doc/gnulib.texi (Build robot for gnulib): Fix.
5022
5023 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5024
5025         * modules/sysexits (Depends-on): Add absolute-header.
5026
5027 2007-04-12  Eric Blake  <ebb9@byu.net>
5028
5029         No need to preserve errno on success.
5030         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
5031         Reported by Bruno Haible.
5032
5033 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5034
5035         * MODULES.html.sh (Support for maintaining and releasing
5036         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
5037
5038 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5039
5040         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
5041
5042 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5043
5044         * modules/autobuild: New module.
5045
5046         * m4/autobuild.m4: New file.
5047
5048 2007-04-11  Bruno Haible  <bruno@clisp.org>
5049
5050         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
5051         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
5052         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
5053         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
5054         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5055         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5056         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5057         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5058         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5059         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5060         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
5061         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5062         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5063         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
5064         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5065         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5066         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
5067         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5068         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5069         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
5070         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5071         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5072         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
5073         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5074         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5075         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
5076         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5077         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5078         Reported by Eric Blake.
5079
5080 2007-04-11  Bruno Haible  <bruno@clisp.org>
5081
5082         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
5083
5084 2007-04-10  Bruno Haible  <bruno@clisp.org>
5085
5086         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
5087         for NaN and Infinity. Needed on FreeBSD 6.1.
5088         * tests/test-vasnprintf-posix.c (test_function): Undo last change
5089         regarding results for "%010a" of Infinity and NaN.
5090         * tests/test-vasprintf-posix.c (test_function): Likewise.
5091         * tests/test-snprintf-posix.h (test_function): Likewise.
5092         * tests/test-sprintf-posix.h (test_function): Likewise.
5093         * tests/test-fprintf-posix.h (test_function): Likewise.
5094         * tests/test-printf-posix.h (test_function): Likewise.
5095         * tests/test-fprintf-posix.out: Likewise.
5096
5097 2007-04-10  Bruno Haible  <bruno@clisp.org>
5098
5099         * modules/locale-tests: New file.
5100         * tests/test-locale.c: New file.
5101
5102         * modules/locale: New file.
5103         * lib/locale_.h: New file.
5104         * m4/locale_h.m4: New file.
5105
5106 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
5107             Bruno Haible  <bruno@clisp.org>
5108
5109         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
5110         be determined, test for availability of the copysignf, copysign,
5111         copysignl functions.
5112         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
5113         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
5114         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
5115
5116 2007-04-09  Eric Blake  <ebb9@byu.net>
5117
5118         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
5119         * modules/stdio (Makefile.am): Support fflush.
5120         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
5121         * modules/fflush: New file.
5122         * lib/fflush.c: Likewise.
5123         * m4/fflush.m4: Likewise.
5124         * modules/fflush-tests: New test.
5125         * tests/test-fflush.c: Likewise.
5126         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
5127
5128 2007-04-06  Bruno Haible  <bruno@clisp.org>
5129
5130         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
5131         (VASNPRINTF): Use signbit for faster determination whether to print a
5132         minus sign.
5133         * modules/vasnprintf (Files): Remove lib/float+.h.
5134         * modules/fprintf-posix (Depends-on): Add signbit.
5135         * modules/snprintf-posix (Depends-on): Likewise.
5136         * modules/sprintf-posix (Depends-on): Likewise.
5137         * modules/vasnprintf-posix (Depends-on): Likewise.
5138         * modules/vasprintf-posix (Depends-on): Likewise.
5139         * modules/vfprintf-posix (Depends-on): Likewise.
5140         * modules/vsnprintf-posix (Depends-on): Likewise.
5141         * modules/vsprintf-posix (Depends-on): Likewise.
5142
5143 2007-04-06  Bruno Haible  <bruno@clisp.org>
5144
5145         * tests/test-frexp.c (main): Test also the sign bit of zero results.
5146         * tests/test-frexpl.c (main): Likewise.
5147         * tests/test-ldexpl.c (main): Likewise.
5148         * modules/frexp-tests (Depends-on): Add signbit.
5149         * modules/frexpl-tests (Depdends-on): Likewise.
5150         * modules/ldexpl-tests (Depdends-on): Likewise.
5151
5152 2007-04-06  Bruno Haible  <bruno@clisp.org>
5153
5154         * modules/signbit-tests: New file.
5155         * tests/test-signbit.c: New file.
5156
5157         * modules/signbit: New file.
5158         * lib/signbitf.c: New file.
5159         * lib/signbitd.c: New file.
5160         * lib/signbitl.c: New file.
5161         * m4/signbit.m4: New file.
5162         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
5163         (signbit): New macro.
5164         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
5165         REPLACE_SIGNBIT.
5166         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
5167         REPLACE_FREXPL into math.h.
5168
5169 2007-04-06  Bruno Haible  <bruno@clisp.org>
5170
5171         * modules/isnanf-nolibm-tests: New file.
5172         * tests/test-isnanf.c: New file.
5173
5174         * modules/isnanf-nolibm: New file.
5175         * lib/isnanf.h: New file.
5176         * lib/isnanf.c: New file.
5177         * lib/isnan.c: Consider the USE_FLOAT macro.
5178         * m4/isnanf.m4: New file.
5179
5180 2007-04-06  Bruno Haible  <bruno@clisp.org>
5181
5182         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
5183         (Link): New section.
5184
5185         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
5186
5187 2007-04-06  Bruno Haible  <bruno@clisp.org>
5188
5189         Assume the 'long double' type.
5190         * m4/longdouble.m4: Remove file.
5191         * config/srclist.txt: Don't mention longdouble.m4.
5192         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
5193         * lib/float+.h: Likewise.
5194         * lib/frexp.c: Likewise.
5195         * lib/printf-args.h: Likewise.
5196         * lib/printf-args.c: Likewise.
5197         * lib/printf-frexp.c: Likewise.
5198         * lib/printf-parse.c: Likewise.
5199         * lib/vasnprintf.c: Likewise.
5200         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
5201         * m4/intl.m4: Likewise.
5202         * m4/isnanl.m4: Likewise.
5203         * m4/printf.m4: Likewise.
5204         * m4/printf-frexpl.m4: Likewise.
5205         * m4/vasnprintf.m4: Likewise.
5206         * modules/allocsa (Files): Remove m4/longdouble.m4.
5207         * modules/gettext (Files): Likewise.
5208         * modules/relocatable-prog-wrapper (Files): Likewise.
5209         * modules/vasnprintf (Files): Likewise.
5210         * modules/isnanl (Files): Likewise.
5211         (Include): Simplify.
5212         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
5213         (Include): Simplify.
5214         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
5215         (Include): Simplify.
5216         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
5217         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5218         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
5219         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5220         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
5221         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5222         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
5223         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5224         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
5225         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5226         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
5227         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5228         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
5229         * tests/test-isnanl.c: Likewise.
5230         * tests/test-snprintf-posix.h: Likewise.
5231         * tests/test-sprintf-posix.h: Likewise.
5232         * tests/test-vasnprintf-posix.c: Likewise.
5233         * tests/test-vasnprintf-posix2.c: Likewise.
5234         * tests/test-vasprintf-posix.c: Likewise.
5235
5236 2007-04-06  Bruno Haible  <bruno@clisp.org>
5237
5238         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
5239         * lib/math_.h [__DECC]: Include the overridden include file through
5240         #include_next, outside the double-inclusion guard.
5241         * lib/stdio_.h [__DECC]: Likewise.
5242         * lib/stdlib_.h [__DECC]: Likewise.
5243         * lib/string_.h [__DECC]: Likewise.
5244         * lib/time_.h [__DECC]: Likewise.
5245         * lib/wchar_.h [__DECC]: Likewise.
5246         * lib/wctype_.h [__DECC]: Likewise.
5247         * lib/inttypes_.h [__DECC]: Likewise.
5248         Reported by Albert Chin <china@thewrittenword.com> in
5249         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
5250
5251 2007-04-04  Eric Blake  <ebb9@byu.net>
5252
5253         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
5254         1.5.x.
5255
5256 2007-04-04  Bruno Haible  <bruno@clisp.org>
5257
5258         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
5259         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
5260
5261 2007-04-04  Bruno Haible  <bruno@clisp.org>
5262
5263         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
5264         results for "%010a" of Infinity and NaN.
5265         * tests/test-vasprintf-posix.c (test_function): Likewise.
5266         * tests/test-snprintf-posix.h (test_function): Likewise.
5267         * tests/test-sprintf-posix.h (test_function): Likewise.
5268         * tests/test-fprintf-posix.h (test_function): Remove these tests.
5269         * tests/test-printf-posix.h (test_function): Likewise.
5270         * tests/test-fprintf-posix.out: Update.
5271         Needed for FreeBSD 6.1.
5272
5273 2007-04-04  Bruno Haible  <bruno@clisp.org>
5274
5275         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
5276         directly used by the gnulib modules nor by gnulib-tool.
5277
5278 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
5279
5280         * DEPENDENCIES: Give overall description of version dependency
5281         desirability.  Use more-typical names for apps.
5282         Add shell, coreutils, diffutils, grep, tar, gzip.
5283
5284 2007-04-04  Simon Josefsson  <simon@josefsson.org>
5285
5286         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
5287
5288 2007-04-04  Karl Berry  <karl@gnu.org>
5289
5290         * MODULES.html.sh (func_module): missing '.
5291
5292 2007-04-03  Bruno Haible  <bruno@clisp.org>
5293
5294         * modules/argmatch-tests (Makefile.am): New variable
5295         test_argmatch_LDADD.
5296         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
5297         * modules/array-list-tests (Makefile.am): New variable
5298         test_array_list_LDADD.
5299         * modules/array-oset-tests (Makefile.am): New variable
5300         test_array_oset_LDADD.
5301         * modules/avltree-list-tests (Makefile.am): New variable
5302         test_avltree_list_LDADD.
5303         * modules/avltree-oset-tests (Makefile.am): New variable
5304         test_avltree_oset_LDADD.
5305         * modules/avltreehash-list-tests (Makefile.am): New variable
5306         test_avltreehash_list_LDADD.
5307         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
5308         test_canonicalize_lgpl_LDADD.
5309         * modules/carray-list-tests (Makefile.am): New variable
5310         test_carray_list_LDADD.
5311         * modules/dirname-tests (Makefile.am): New variable
5312         test_dirname_LDADD.
5313         * modules/linked-list-tests (Makefile.am): New variable
5314         test_linked_list_LDADD.
5315         * modules/linkedhash-list-tests (Makefile.am): New variable
5316         test_linkedhash_list_LDADD.
5317         * modules/rbtree-list-tests (Makefile.am): New variable
5318         test_rbtree_list_LDADD.
5319         * modules/rbtree-oset-tests (Makefile.am): New variable
5320         test_rbtree_oset_LDADD.
5321         * modules/rbtreehash-list-tests (Makefile.am): New variable
5322         test_rbtreehash_list_LDADD.
5323         * modules/xvasprintf-tests (Makefile.am): New variable
5324         test_xvasprintf_LDADD.
5325         Reported by Eric Blake.
5326
5327 2007-04-03  Eric Blake  <ebb9@byu.net>
5328
5329         * DEPENDENCIES: Weaken m4 requirements.
5330
5331 2007-04-03  Bruno Haible  <bruno@clisp.org>
5332
5333         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
5334         * modules/isnanl-tests (configure.ac): Likewise.
5335
5336 2007-04-03  Ben Pfaff  <blp@gnu.org>
5337
5338         * modules/iconv_open: Add $(srcdir)/ to source directory
5339         references in Makefile fragments that call gperf, to fix VPATH
5340         builds.
5341
5342 2007-04-03  Bruno Haible  <bruno@clisp.org>
5343
5344         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
5345         * lib/ldexpl.c: Undo last change.
5346
5347 2007-04-03  Bruno Haible  <bruno@clisp.org>
5348
5349         * modules/printf-frexpl (Depends-on): Undo last change.
5350         (Files): Add m4/ldexpl.m4.
5351
5352 2007-04-03  Bruno Haible  <bruno@clisp.org>
5353
5354         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
5355         * modules/isnanl (Link): New section.
5356
5357         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
5358         * modules/frexp (Link): New section.
5359
5360         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
5361         * modules/frexpl (Link): New section.
5362
5363         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
5364         * modules/ldexpl (Link): New section.
5365
5366 2007-04-03  Bruno Haible  <bruno@clisp.org>
5367
5368         * modules/TEMPLATE-EXTENDED: New file.
5369         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
5370
5371 2007-04-03  Bruno Haible  <bruno@clisp.org>
5372
5373         * DEPENDENCIES: New file.
5374         Suggested by Simon Josefsson.
5375
5376 2007-04-03  Bruno Haible  <bruno@clisp.org>
5377
5378         * doc/gnulib.texi: Escape @.
5379
5380 2007-04-03  James Youngman  <jay@gnu.org>
5381         and Paul Eggert  <eggert@cs.ucla.edu>
5382
5383         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
5384         birthtime on all systems that have birthtime, not just those which
5385         use st_birthtimensec rather than st_birthtim.  Putting zero in
5386         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
5387         that the birth time is not available for files on an NFS mount.
5388
5389 2007-04-03  Simon Josefsson  <simon@josefsson.org>
5390
5391         * modules/memxor: Move back from crypto/, suggested by Bruno.
5392         * modules/crypto/hmac-sha1: Fix memxor dependency.
5393
5394         * modules/crypto/gc: Moved from ../.
5395
5396 2007-04-02  Eric Blake  <ebb9@byu.net>
5397
5398         * lib/ldexpl.c (includes): Avoid libm.
5399
5400         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
5401
5402 2007-04-02  Bruno Haible  <bruno@clisp.org>
5403
5404         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
5405         on IRIX.
5406
5407 2007-04-02  Bruno Haible  <bruno@clisp.org>
5408
5409         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
5410         x86 or x86_64 platforms running MacOS X.
5411         Reported by Ryan Schmidt <@ryandesign.com>.
5412
5413 2007-04-02  Bruno Haible  <bruno@clisp.org>
5414
5415         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
5416         i386.
5417
5418 2007-04-01  Simon Josefsson  <simon@josefsson.org>
5419
5420         * modules/crypto/arcfour: Moved from ../.
5421         * modules/crypto/arcfour-tests: Moved from ../.
5422         * modules/crypto/arctwo: Moved from ../.
5423         * modules/crypto/arctwo-tests: Moved from ../.
5424         * modules/crypto/des: Moved from ../.
5425         * modules/crypto/des-tests: Moved from ../.
5426         * modules/crypto/gc-arcfour: Moved from ../.
5427         * modules/crypto/gc-arcfour-tests: Moved from ../.
5428         * modules/crypto/gc-arctwo: Moved from ../.
5429         * modules/crypto/gc-arctwo-tests: Moved from ../.
5430         * modules/crypto/gc-des: Moved from ../.
5431         * modules/crypto/gc-des-tests: Moved from ../.
5432         * modules/crypto/gc-hmac-md5: Moved from ../.
5433         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
5434         * modules/crypto/gc-hmac-sha1: Moved from ../.
5435         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
5436         * modules/crypto/gc-md2: Moved from ../.
5437         * modules/crypto/gc-md2-tests: Moved from ../.
5438         * modules/crypto/gc-md4: Moved from ../.
5439         * modules/crypto/gc-md4-tests: Moved from ../.
5440         * modules/crypto/gc-md5: Moved from ../.
5441         * modules/crypto/gc-md5-tests: Moved from ../.
5442         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
5443         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
5444         * modules/crypto/gc-random: Moved from ../.
5445         * modules/crypto/gc-rijndael: Moved from ../.
5446         * modules/crypto/gc-rijndael-tests: Moved from ../.
5447         * modules/crypto/gc-sha1: Moved from ../.
5448         * modules/crypto/gc-sha1-tests: Moved from ../.
5449         * modules/crypto/gc-tests: Moved from ../.
5450         * modules/crypto/hmac-md5: Moved from ../.
5451         * modules/crypto/hmac-md5-tests: Moved from ../.
5452         * modules/crypto/hmac-sha1: Moved from ../.
5453         * modules/crypto/hmac-sha1-tests: Moved from ../.
5454         * modules/crypto/md2: Moved from ../.
5455         * modules/crypto/md2-tests: Moved from ../.
5456         * modules/crypto/md4: Moved from ../.
5457         * modules/crypto/md4-tests: Moved from ../.
5458         * modules/crypto/md5: Moved from ../.
5459         * modules/crypto/md5-tests: Moved from ../.
5460         * modules/crypto/memxor: Moved from ../.
5461         * modules/crypto/rijndael: Moved from ../.
5462         * modules/crypto/rijndael-tests: Moved from ../.
5463         * modules/crypto/sha1: Moved from ../.
5464
5465 2007-03-30  James Youngman  <jay@gnu.org>
5466
5467         * tests/test-stat-time.c (prepare_test): use chmod() rather than
5468         rename() to change the ctime of a file (because ctime is unaffected
5469         by rename on jfs2 on AIX 5.1).
5470         (main): Start by doing cleanup, in case a previous run failed leaving
5471         test files behind.
5472
5473 2007-03-31  Bruno Haible  <bruno@clisp.org>
5474
5475         Support old proprietary implementations of iconv.
5476         * modules/iconv_open: New file.
5477         * lib/iconv_.h: New file.
5478         * m4/iconv_h.m4: New file.
5479         * lib/iconv_open.c: New file.
5480         * lib/iconv_open-aix.gperf: New file.
5481         * lib/iconv_open-hpux.gperf: New file.
5482         * lib/iconv_open-irix.gperf: New file.
5483         * lib/iconv_open-osf.gperf: New file.
5484         * m4/iconv_open.m4: New file.
5485         * modules/linebreak (Depends-on): Add iconv_open.
5486         * modules/striconv (Depends-on): Likewise.
5487         * modules/striconveh (Depends-on): Likewise.
5488         * modules/unicodeio (Depends-on): Likewise.
5489         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
5490         (iconv_t)(-1).
5491         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
5492         conversion if cd is (iconv_t)(-1).
5493         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
5494         is not possible.
5495
5496 2007-03-31  Bruno Haible  <bruno@clisp.org>
5497
5498         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
5499         work on Solaris either. Protect also second use of "autodetect_jp".
5500
5501 2007-03-31  Bruno Haible  <bruno@clisp.org>
5502
5503         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
5504         the function is not present.
5505
5506 2007-03-31  Bruno Haible  <bruno@clisp.org>
5507
5508         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
5509         the function is not present.
5510
5511 2007-03-31  Bruno Haible  <bruno@clisp.org>
5512
5513         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
5514         a bug in HP-UX iconv_open().
5515
5516 2007-03-31  Bruno Haible  <bruno@clisp.org>
5517
5518         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
5519         (Mathematics <math.h>): New section, add fpieee.
5520         (Input/output <stdio.h>): Add fseterr.
5521         (Mathematics <math.h>): New section, add printf-frexp.
5522         (Container data structures): Add sublist.
5523         (Core language properties): Add fpucw, inline.
5524         (Functions for greatest-width integer types <inttypes.h>): Add
5525         imaxabs, imaxdiv, inttypes.
5526         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
5527         isnanl-nolibm, ldexp.
5528         (Mathematics <math.h>): New section, add printf-frexpl.
5529         (Support for systems lacking POSIX:2001): Add fprintf-posix,
5530         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
5531         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
5532         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
5533         (Unicode string functions): Add unistr/u*-mbtoucr.
5534         (Java): Add javacomp-script, javaexec-script.
5535         (C#): Add csharpcomp-script, csharpexec-script.
5536         (Support for building libraries and executables): Add havelib,
5537         relocatable-*.
5538         (Support for maintaining and releasing projects): Renamed from
5539         'Support for maintaining and release projects'. Add announce-gen.
5540
5541 2007-03-31  Bruno Haible  <bruno@clisp.org>
5542
5543         * README: Talk primarily about git.
5544         (git and CVS): Renamed from CVS.
5545         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
5546         gnulib is available through git.
5547         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
5548
5549 2007-03-30  Bruno Haible  <bruno@clisp.org>
5550
5551         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
5552         * lib/poll_.h: Likewise.
5553         * lib/stat_.h: Likewise.
5554         * lib/sys_time_.h: Likewise.
5555         * lib/sysexit_.h: Likewise.
5556         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
5557         * lib/stdbool_.h: Likewise.
5558         * lib/byteswap_.h: Add double-inclusion guard.
5559
5560 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
5561
5562         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
5563
5564 2007-03-30  Karl Berry  <karl@gnu.org>
5565
5566         * config/srclist-update: double space after USA in the license
5567         substitution, since that's how it's usually (?) written.
5568
5569 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
5570
5571         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
5572         reported by Bruno Haible.
5573
5574 2007-03-29  Bruno Haible  <bruno@clisp.org>
5575
5576         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
5577         a bug in AIX iconv().
5578
5579 2007-03-29  Bruno Haible  <bruno@clisp.org>
5580
5581         * modules/ldexpl-tests: New file.
5582         * tests/test-ldexpl.c: New file.
5583
5584 2007-03-29  Bruno Haible  <bruno@clisp.org>
5585
5586         * lib/ldexpl.c: Include fpucw.h.
5587         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
5588         multiplication.
5589         * modules/ldexpl (Depends-on): Add fpucw.
5590
5591 2007-03-29  Bruno Haible  <bruno@clisp.org>
5592
5593         * modules/ldexpl: New file.
5594         * m4/ldexpl.m4: New file.
5595         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
5596         set.
5597         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
5598         REPLACE_LDEXPL.
5599         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
5600         REPLACE_LDEXPL.
5601         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
5602         gl_FUNC_LDEXPL_WORKS.
5603         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
5604         * modules/mathl (Files): Remove lib/ldexpl.c.
5605         (Depends-on): Add ldexpl.
5606
5607 2007-03-29  Bruno Haible  <bruno@clisp.org>
5608
5609         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
5610
5611 2007-03-29  Bruno Haible  <bruno@clisp.org>
5612
5613         * tests/test-striconveh.c (main): Don't assume that a direct conversion
5614         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
5615         and possibly also HP-UX.
5616         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
5617         work on AIX, IRIX, HP-UX, OSF/1.
5618         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
5619         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
5620         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
5621         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
5622         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
5623         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
5624
5625 2007-03-29  Bruno Haible  <bruno@clisp.org>
5626
5627         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
5628
5629 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
5630
5631         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
5632         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
5633
5634 2007-03-29  Eric Blake  <ebb9@byu.net>
5635
5636         * lib/acl-internal.h: Remove redundant include.
5637         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
5638         Cygwin when a file is locked.
5639
5640 2007-03-29  Bruno Haible  <bruno@clisp.org>
5641
5642         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
5643         file.
5644         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
5645
5646 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
5647
5648         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
5649         try to remove a parent directory if the child couldn't be removed
5650         (except for the first rmdir, which could fail because the child
5651         doesn't exist).  Problem reported by Jeff Blaine in
5652         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
5653
5654 2007-03-28  Bruno Haible  <bruno@clisp.org>
5655
5656         * lib/striconveh.c (utf8conv_carefully): New function.
5657         (mem_cd_iconveh_internal): Invoke it.
5658
5659 2007-03-28  Bruno Haible  <bruno@clisp.org>
5660
5661         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
5662         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
5663         input.
5664         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
5665         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
5666         unistr/u8-uctomb.
5667
5668 2007-03-28  Bruno Haible  <bruno@clisp.org>
5669
5670         * modules/unistr/u8-mbtoucr: New file.
5671         * lib/unistr/u8-mbtoucr.c: New file.
5672         * modules/unistr/u16-mbtoucr: New file.
5673         * lib/unistr/u16-mbtoucr.c: New file.
5674         * modules/unistr/u16-mbtoucr: New file.
5675         * lib/unistr/u16-mbtoucr.c: New file.
5676         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
5677
5678 2007-03-27  Simon Josefsson  <simon@josefsson.org>
5679             Bruno Haible  <bruno@clisp.org>
5680
5681         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
5682         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
5683         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
5684
5685         * m4/stdio_h.m4: Add stubs for vasprintf too.
5686
5687         * modules/stdio: Support vasprintf in sed command.
5688
5689         * modules/vasprintf: Depend on stdio for prototypes.  Remove
5690         vasprintf.h.  Add stdio module indicator.
5691
5692         * lib/stdio_.h: Declare asprintf and vasprintf, based on
5693         vasprintf.h.
5694
5695         * lib/vasprintf.h: File removed.
5696
5697         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
5698         * lib/vasprintf.c: Ditto.
5699         * lib/xvasprintf.c: Ditto.
5700         * tests/test-vasprintf-posix.c: Ditto.
5701         * tests/test-vasprintf.c: Ditto.
5702
5703 2007-03-27  Bruno Haible  <bruno@clisp.org>
5704
5705         Make vasnprintf multithread-safe.
5706         * lib/vasnprintf.c (decimal_point_char): New function.
5707         (VASNPRINTF): Use it.
5708         Suggested by Simon Josefsson.
5709
5710 2007-03-27  Eric Blake  <ebb9@byu.net>
5711
5712         Support sub-second birthtime on cygwin.
5713         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
5714         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
5715         (get_stat_birthtime): Also work with st_birthtim.
5716
5717 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
5718
5719         * lib/stat-time.h (USE_BIRTHTIME): Remove.
5720         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
5721         (get_stat_birthtime_ns): Do not try to use "spare" fields.
5722         (get_stat_birthtime_ns): Simplify compile-time tests.
5723         (get_stat_birthtime): Change the API to look like
5724         get_stat_mtime etc., except return a negative tv_nsec on error.
5725         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
5726         Don't check for "spare" fields.
5727         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
5728         or for struct stat.st_birthtime, as these tests aren't used.
5729         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
5730
5731 2007-03-27  Bruno Haible  <bruno@clisp.org>
5732
5733         * lib/stat-time.h: Include <sys/stat.h>.
5734
5735 2007-03-27  James Youngman  <jay@gnu.org>
5736
5737         * lib/stat-time.h (get_stat_birthtime): New function for
5738           retrieving st_birthtime as provided by UFS2 (hence *BSD).
5739         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
5740           and its variants.
5741         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
5742         * modules/stat-time-test: New file.
5743         * tests/test-stat-time.c: New test, devised by Bruno Haible.
5744
5745 2007-03-26  Bruno Haible  <bruno@clisp.org>
5746
5747         Better support of signalling NaNs.
5748         * lib/atanl.c: Include isnanl.h.
5749         (atanl): Perform test for NaN at the beginning of the function and
5750         through a call to isnanl.
5751         * lib/cosl.c: Include isnanl.h.
5752         (cosl): Perform test for NaN at the beginning of the function and
5753         through a call to isnanl.
5754         * lib/ldexpl.c: Include isnanl.h.
5755         (ldexpl): Perform test for NaN through a call to isnanl.
5756         * lib/logl.c: Include isnanl.h.
5757         (logl): Perform test for NaN at the beginning of the function and
5758         through a call to isnanl.
5759         * lib/sinl.c: Include isnanl.h.
5760         (sinl): Perform test for NaN at the beginning of the function and
5761         through a call to isnanl.
5762         * lib/sqrtl.c: Include isnanl.h.
5763         (sqrtl): Perform test for NaN at the beginning of the function and
5764         through a call to isnanl.
5765         * lib/tanl.c: Include isnanl.h.
5766         (tanl): Perform test for NaN at the beginning of the function and
5767         through a call to isnanl.
5768         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
5769         * modules/mathl (Depends-on): Add isnanl.
5770
5771 2007-03-26  Eric Blake  <ebb9@byu.net>
5772
5773         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
5774         regression in logic sense of previous patch.
5775
5776 2007-03-26  Bruno Haible  <bruno@clisp.org>
5777
5778         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
5779         unportable shell command "if ! ...".
5780         Reported by Ralf Wildenhues.
5781
5782 2007-03-25  Bruno Haible  <bruno@clisp.org>
5783
5784         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
5785         <sysexits.h> file, and only add EX_CONFIG.
5786         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
5787         absolute file name and whether it is sufficient. Substitute also
5788         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
5789         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
5790         ABSOLUTE_SYSEXITS_H into sysexits.h.
5791
5792 2007-03-25  Bruno Haible  <bruno@clisp.org>
5793
5794         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
5795         hints is NULL.
5796
5797 2007-03-25  Bruno Haible  <bruno@clisp.org>
5798
5799         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
5800         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
5801
5802 2007-03-25  Bruno Haible  <bruno@clisp.org>
5803
5804         * lib/vasnprintf.c: Include langinfo.h.
5805         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
5806         multithread-safe.
5807         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
5808         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
5809         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
5810         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5811         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5812         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5813         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5814         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
5815         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5816         Reported by Simon Josefsson.
5817
5818 2007-03-25  Bruno Haible  <bruno@clisp.org>
5819
5820         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
5821         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
5822         * modules/vasnprintf (Depends-on): Add stdint.
5823
5824 2007-03-25  Bruno Haible  <bruno@clisp.org>
5825
5826         * modules/fpieee: New file.
5827         * m4/fpieee.m4: New file.
5828         * modules/isnan-nolibm (Depends-on): Add fpieee.
5829         * modules/isnanl-nolibm (Depends-on): Add fpieee.
5830         * modules/isnanl (Depends-on): Add fpieee.
5831
5832 2007-03-25  Bruno Haible  <bruno@clisp.org>
5833
5834         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
5835
5836 2007-03-25  Bruno Haible  <bruno@clisp.org>
5837
5838         Avoid test failures on IRIX 6.5.
5839         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
5840         (main): Use it.
5841         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
5842         macros.
5843         (main): Use them.
5844
5845 2007-03-25  Bruno Haible  <bruno@clisp.org>
5846
5847         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
5848         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
5849         exists but doesn't work.
5850         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
5851         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
5852         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
5853         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
5854
5855 2007-03-25  Bruno Haible  <bruno@clisp.org>
5856
5857         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
5858         returns inf. Needed on IRIX 6.5.
5859
5860 2007-03-25  Bruno Haible  <bruno@clisp.org>
5861
5862         * tests/test-frexpl.c: Include isnanl-nolibm.h.
5863         (main): Use isnanl instead of x != x idiom.
5864         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
5865
5866         * tests/test-frexp.c: Include isnan.h.
5867         (main): Use isnan instead of x != x idiom.
5868         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
5869
5870 2007-03-25  Bruno Haible  <bruno@clisp.org>
5871
5872         * tests/test-frexp.c (NaN): New function/macro.
5873         (main): Use it instead of 0.0 / 0.0.
5874         * tests/test-isnan.c (NaN): New function/macro.
5875         (main): Use it instead of 0.0 / 0.0.
5876         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
5877         (test_function): Use it instead of 0.0 / 0.0.
5878         * tests/test-vasprintf-posix.c (NaN): New function/macro.
5879         (test_function): Use it instead of 0.0 / 0.0.
5880         * tests/test-snprintf-posix.h (NaN): New function/macro.
5881         (test_function): Use it instead of 0.0 / 0.0.
5882         * tests/test-sprintf-posix.h (NaN): New function/macro.
5883         (test_function): Use it instead of 0.0 / 0.0.
5884         * tests/test-fprintf-posix.h (NaN): New function/macro.
5885         (test_function): Use it instead of 0.0 / 0.0.
5886         * tests/test-printf-posix.h (NaN): New function/macro.
5887         (test_function): Use it instead of 0.0 / 0.0.
5888
5889         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
5890
5891 2007-03-25  Bruno Haible  <bruno@clisp.org>
5892
5893         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
5894
5895 2007-03-25  Bruno Haible  <bruno@clisp.org>
5896
5897         * lib/regexec.c (merge_state_with_log): Make static.
5898
5899 2007-03-25  Bruno Haible  <bruno@clisp.org>
5900
5901         * lib/trigl.c (kernel_rem_pio2): Make static.
5902
5903 2007-03-25  Bruno Haible  <bruno@clisp.org>
5904
5905         * lib/sincosl.c (sincosl_table): Make static.
5906
5907 2007-03-25  Bruno Haible  <bruno@clisp.org>
5908
5909         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
5910         if the compiler does not support C99.
5911
5912 2007-03-25  Bruno Haible  <bruno@clisp.org>
5913
5914         * modules/time (Makefile.am): Ensure all rule action lines start with a
5915         tab.
5916
5917 2007-03-24  Bruno Haible  <bruno@clisp.org>
5918
5919         * modules/tsearch-tests: New file.
5920         * tests/test-tsearch.sh: New file.
5921         * tests/test-tsearch.c: New file, mostly copied from glibc.
5922
5923         * modules/search-tests: New file.
5924         * tests/test-search.c: New file.
5925
5926         * modules/search: New file.
5927         * lib/search_.h: New file, incorporating lib/tsearch.h.
5928         * m4/search_h.m4: New file.
5929         * lib/tsearch.h: Remove file.
5930         * lib/tsearch.c: Include search.h instead of tsearch.h.
5931         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
5932         HAVE_TSEARCH.
5933         * modules/tsearch (Files): Remove lib/tsearch.h.
5934         (Depends-on): Add search.
5935         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
5936         (Include): Change tsearch.h into search.h.
5937
5938 2007-03-24  Bruno Haible  <bruno@clisp.org>
5939
5940         * modules/fpucw: New file.
5941         * lib/fpucw.h: New file.
5942         * lib/frexp.c: Include fpucw.h.
5943         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
5944         (FUNC): Use them.
5945         * lib/printf-frexp.c: Include fpucw.h.
5946         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
5947         (FUNC): Use them.
5948         * lib/vasnprintf.c: Include fpucw.h.
5949         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
5950         'long double' calculations.
5951         * tests/test-frexpl.c: Include fpucw.h.
5952         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
5953         * tests/test-printf-frexpl.c: Include fpucw.h.
5954         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
5955         * modules/frexpl (Depends-on): Add fpucw.
5956         * modules/printf-frexpl (Depends-on): Likewise.
5957         * modules/fprintf-posix (Depends-on): Likewise.
5958         * modules/snprintf-posix (Depends-on): Likewise.
5959         * modules/sprintf-posix (Depends-on): Likewise.
5960         * modules/vasnprintf-posix (Depends-on): Likewise.
5961         * modules/vasprintf-posix (Depends-on): Likewise.
5962         * modules/vfprintf-posix (Depends-on): Likewise.
5963         * modules/vsnprintf-posix (Depends-on): Likewise.
5964         * modules/vsprintf-posix (Depends-on): Likewise.
5965         * modules/frexpl-tests (Depends-on): Likewise.
5966         * modules/printf-frexpl-tests (Depends-on): Likewise.
5967
5968 2007-03-24  Bruno Haible  <bruno@clisp.org>
5969
5970         * lib/float+.h: New file.
5971         * lib/isnan.c: Include float+.h.
5972         (SIZE): New macro.
5973         (FUNC): Compare only SIZE bytes of the value.
5974         * lib/vasnprintf.c: Include float+.h.
5975         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
5976         SIZEOF_LDBL or SIZEOF_DBL bytes.
5977         * modules/isnan-nolibm (Files): Add lib/float+.h.
5978         * modules/isnanl-nolibm (Files): Add lib/float+.h.
5979         * modules/isnanl (Files): Add lib/float+.h.
5980         * modules/vasnprintf (Files): Add lib/float+.h.
5981
5982 2007-03-24  Bruno Haible  <bruno@clisp.org>
5983
5984         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
5985         include isnanl-nolibm.h.
5986
5987 2007-03-24  Bruno Haible  <bruno@clisp.org>
5988
5989         * tests/test-read-file.c (main): Don't produce spurious output for
5990         expected situations. Make the test fail if it encountered unexpected
5991         results.
5992
5993 2007-03-24  Bruno Haible  <bruno@clisp.org>
5994
5995         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
5996         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
5997
5998 2007-03-24  Bruno Haible  <bruno@clisp.org>
5999
6000         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
6001
6002 2007-03-24  Bruno Haible  <bruno@clisp.org>
6003
6004         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
6005         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
6006
6007         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
6008         * modules/utf8-ucs4: Turn into a symbolic link to module
6009         unistr/u8-mbtouc.
6010
6011         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
6012         utf8-ucs4-unsafe.
6013         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
6014         unistr/u8-mbtouc-unsafe.
6015
6016         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
6017         * modules/utf16-ucs4: Turn into a symbolic link to module
6018         unistr/u16-mbtouc.
6019
6020         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
6021         utf16-ucs4-unsafe.
6022         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
6023         unistr/u16-mbtouc-unsafe.
6024
6025         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
6026         * modules/ucs4-utf8: Turn into a symbolic link to module
6027         unistr/u8-ubtomb.
6028
6029         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
6030         * modules/ucs4-utf16: Turn into a symbolic link to module
6031         unistr/u16-ubtomb.
6032
6033 2007-03-24  Bruno Haible  <bruno@clisp.org>
6034
6035         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
6036         Enable the function only if HAVE_INLINE.
6037         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
6038         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
6039         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
6040         Enable the function only if HAVE_INLINE.
6041         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
6042         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
6043         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
6044         Enable the function only if HAVE_INLINE.
6045         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
6046         Enable the function only if HAVE_INLINE.
6047         * modules/utf8-ucs4: Update.
6048         * modules/utf8-ucs4-unsafe: Update.
6049         * modules/utf16-ucs4: Update.
6050         * modules/utf16-ucs4-unsafe: Update.
6051         * modules/ucs4-utf8: Update.
6052         * modules/ucs4-utf16: Update.
6053
6054 2007-03-24  Bruno Haible  <bruno@clisp.org>
6055
6056         * lib/utf8-ucs4.h: Remove file.
6057         * lib/utf8-ucs4-unsafe.h: Remove file.
6058         * lib/utf16-ucs4.h: Remove file.
6059         * lib/utf16-ucs4-unsafe.h: Remove file.
6060         * lib/ucs4-utf8.h: Remove file.
6061         * lib/ucs4-utf16.h: Remove file.
6062         * lib/unistr.h: Include their previous contents.
6063         * m4/utf-ucs4.m4: Remove file.
6064         * m4/ucs4-utf.m4: Remove file.
6065         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
6066         (Depends-on): Add unistr/base.
6067         (configure.ac): Remove gl_UTF_UCS4.
6068         (Makefile.am): Update.
6069         (Include): Change to unistr.h.
6070         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
6071         (Depends-on): Add unistr/base.
6072         (configure.ac): Remove gl_UTF_UCS4.
6073         (Makefile.am): Update.
6074         (Include): Change to unistr.h.
6075         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
6076         (Depends-on): Add unistr/base.
6077         (configure.ac): Remove gl_UTF_UCS4.
6078         (Makefile.am): Update.
6079         (Include): Change to unistr.h.
6080         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
6081         (Depends-on): Add unistr/base.
6082         (configure.ac): Remove gl_UTF_UCS4.
6083         (Makefile.am): Update.
6084         (Include): Change to unistr.h.
6085         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
6086         (Depends-on): Add unistr/base.
6087         (configure.ac): Remove gl_UCS4_UTF.
6088         (Makefile.am): Update.
6089         (Include): Change to unistr.h.
6090         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
6091         (Depends-on): Add unistr/base.
6092         (configure.ac): Remove gl_UCS4_UTF.
6093         (Makefile.am): Update.
6094         (Include): Change to unistr.h.
6095         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
6096         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
6097         utf8-ucs4-unsafe.h.
6098         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
6099         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
6100         utf16-ucs4-unsafe.h.
6101         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
6102         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
6103         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
6104         * lib/unistr/u8-strchr.c: Likewise.
6105         * lib/unistr/u8-strrchr.c: Likewise.
6106         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
6107         * lib/unistr/u16-strchr.c: Likewise.
6108         * lib/unistr/u16-strrchr.c: Likewise.
6109         * lib/striconveh.c: Update.
6110         * lib/linebreak.c: Update.
6111
6112 2007-03-24  Bruno Haible  <bruno@clisp.org>
6113
6114         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
6115         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
6116
6117 2007-03-22  Bruno Haible  <bruno@clisp.org>
6118
6119         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
6120
6121 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
6122
6123         * MODULES.html.sh (File system functions): New module write-any-file.
6124         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
6125         * m4/write-any-file.m4: New files.
6126
6127 2007-03-23  Eric Blake  <ebb9@byu.net>
6128
6129         * gnulib-tool: Rearrange space-tab sequences, since some editors
6130         like to eat them.
6131
6132 2007-03-23  Eric Blake  <ebb9@byu.net>
6133
6134         * lib/version-etc.c (version_etc_va): Update license wording to
6135         be more concise.  Recommended by Richard Stallman.
6136
6137 2007-03-22  Bruno Haible  <bruno@clisp.org>
6138
6139         * lib/poll.c (MSG_PEEK): New fallback definition.
6140
6141 2007-03-22  Bruno Haible  <bruno@clisp.org>
6142
6143         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
6144         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
6145         (main): Update.
6146         Fixes a compilation error on BeOS.
6147
6148 2007-03-22  Bruno Haible  <bruno@clisp.org>
6149
6150         * modules/frexpl-tests: New file.
6151         * tests/test-frexpl.c: New file.
6152
6153         * modules/frexpl: New file.
6154         * m4/frexpl.m4: New file.
6155         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
6156         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
6157         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
6158         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
6159         (Depends-on): Add frexpl. Remove isnanl-nolibm.
6160         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
6161
6162 2007-03-22  Bruno Haible  <bruno@clisp.org>
6163
6164         * lib/frexpl.c: Share code with lib/frexp.c.
6165         * modules/mathl (Files): Add lib/frexp.c.
6166         (Depends-on): Add isnanl-nolibm.
6167
6168 2007-03-22  Bruno Haible  <bruno@clisp.org>
6169
6170         * modules/printf-frexp (Files): Add m4/frexp.m4.
6171         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
6172         only if the found frexp function actually works.
6173
6174 2007-03-22  Bruno Haible  <bruno@clisp.org>
6175
6176         * lib/frexp.c: Remove older implementation that uses divisions.
6177
6178 2007-03-21  Bruno Haible  <bruno@clisp.org>
6179
6180         * modules/frexp-tests: New file.
6181         * tests/test-frexp.c: New file.
6182
6183         * modules/frexp: New file.
6184         * lib/frexp.c: New file.
6185         * m4/frexp.m4: New file.
6186         * lib/math_.h (frexp): New declaration.
6187         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
6188         REPLACE_FREXP.
6189         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
6190
6191 2007-03-21  Bruno Haible  <bruno@clisp.org>
6192
6193         * modules/isnanl-tests: New file.
6194         * tests/test-isnanl.c: New file.
6195
6196         * modules/isnanl: New file.
6197         * lib/isnanl.h: New file.
6198         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
6199         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
6200         gl_FUNC_ISNANL_WORKS.
6201         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
6202         New macros.
6203
6204 2007-03-21  Bruno Haible  <bruno@clisp.org>
6205
6206         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
6207         lib/isnanl.h.
6208         (Include): Update.
6209         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
6210         * lib/vasnprintf.c: Update.
6211         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
6212         tests/test-isnanl.h, remove tests/test-isnanl.c.
6213         (Makefile.am): Update.
6214         * tests/test-isnanl-nolibm.c: New file.
6215         * tests/test-isnanl.h: New file.
6216         * tests/test-isnanl.c: Remove file.
6217
6218 2007-03-21  Jim Meyering  <jim@meyering.net>
6219
6220         When trying to open ".", treat ESTALE like EACCES.
6221         * lib/savewd.c (savewd_save): Resort to forking not just upon
6222         failure with EACCES, but also when errno is ESTALE.
6223
6224 2007-03-20  Bruno Haible  <bruno@clisp.org>
6225
6226         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
6227         Needed on AIX 5.1. Reported by Matthew Woehlke.
6228
6229 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6230
6231         Suggestions by Bruno Haible:
6232         * lib/acl-internal.h: Include "gettext.h" rather than rolling
6233         our own.
6234         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
6235         * modules/acl (Depends-on): Add gettext.
6236
6237 2007-03-19  Bruno Haible  <bruno@clisp.org>
6238
6239         * modules/iconvme: Remove file.
6240         * lib/iconvme.h: Remove file.
6241         * lib/iconvme.c: Remove file.
6242         * m4/iconvme.m4: Remove file.
6243
6244 2007-03-19  Bruno Haible  <bruno@clisp.org>
6245
6246         * doc/relocatable-maint.texi: Break long shell script line.
6247         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
6248
6249 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6250
6251         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
6252         handle file_has_acl.
6253         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
6254         * lib/acl.c: Move header inclusions and related macro defns into
6255         lib/acl-internal.h.
6256         (S_ISLNK): Remove defn, since that's now done for us.
6257         (file_has_acl): Move to lib/file-has-acl.c.
6258         Call acl_trivial if available.  This is the crucial part of the fix.
6259         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
6260         shared within the library.  Rewrite a bit, partly to make it compatible
6261         with the GNU coding style.
6262         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
6263         Remove unnecessary double-quotes.
6264         Don't test for acl_to_text; the build will catch that.
6265         Replace acl_entries if it doesn't exist and it is needed.
6266         Check for -lsec and acl_trivial (as used on Solaris 10).
6267         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
6268         lib/file-has-acl.c.
6269         (Depends-on): Add sys_stat, for S_ISLNK.
6270
6271 2007-03-19  Ben Pfaff  <blp@gnu.org>
6272
6273         * doc/gnulib.texi: Fix typos.
6274         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
6275
6276 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6277
6278         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
6279         If size is zero here, buf must be zero.
6280
6281 2007-03-19  Simon Josefsson  <simon@josefsson.org>
6282
6283         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
6284         <bruno@clisp.org>.
6285
6286 2007-03-18  Bruno Haible  <bruno@clisp.org>
6287
6288         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
6289         Suggested by Eric Blake.
6290
6291 2007-03-18  Ben Pfaff  <blp@gnu.org>
6292
6293         * doc/relocatable.texi: Recommend using as prefix a directory
6294         that does not exist and will never be created.  Based on
6295         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
6296         and others.
6297
6298 2007-03-17  Bruno Haible  <bruno@clisp.org>
6299
6300         * lib/fchownat.c: Include lchown.h.
6301
6302 2007-03-17  Bruno Haible  <bruno@clisp.org>
6303
6304         Fix endless loop when the given allocated size was > INT_MAX.
6305         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
6306         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
6307         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
6308         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
6309         * lib/sprintf.c (sprintf): Likewise.
6310
6311 2007-03-17  Bruno Haible  <bruno@clisp.org>
6312
6313         * tests/test-argp-2.sh (func_compare): Output a context diff.
6314
6315 2007-03-17  Bruno Haible  <bruno@clisp.org>
6316
6317         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
6318         locale's decimal-point character.
6319
6320 2007-03-17  Bruno Haible  <bruno@clisp.org>
6321
6322         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
6323         before comparing it. Needed because on some platforms (e.g. x86) a
6324         'long double' occupies less bytes than sizeof (long double).
6325
6326 2007-03-17  Bruno Haible  <bruno@clisp.org>
6327
6328         * tests/test-crc.c (main): Make printf statements 64-bit clean.
6329         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
6330         * tests/test-getaddrinfo.c (simple): Likewise.
6331         * tests/test-read-file.c (main): Likewise.
6332
6333 2007-03-17  Bruno Haible  <bruno@clisp.org>
6334
6335         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
6336
6337 2007-03-17  Bruno Haible  <bruno@clisp.org>
6338
6339         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
6340         unused variable.
6341
6342 2007-03-17  Bruno Haible  <bruno@clisp.org>
6343
6344         * tests/test-c-strcasecmp.c: Include c-strcase.h.
6345         * tests/test-c-strncasecmp.c: Likewise.
6346
6347 2007-03-17  Bruno Haible  <bruno@clisp.org>
6348
6349         * modules/stdlib (Depends-on): Add unistd.
6350         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
6351         Needed for MacOS X 10.3.
6352
6353 2007-03-17  Bruno Haible  <bruno@clisp.org>
6354
6355         * lib/unistr/u-strdup.h: Include <stdlib.h>.
6356
6357 2007-03-17  Bruno Haible  <bruno@clisp.org>
6358
6359         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
6360
6361 2007-03-17  Bruno Haible  <bruno@clisp.org>
6362
6363         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
6364         to reflect files copied from gnulib (with or without modifications).
6365         Suggested by Jim Meyering.
6366
6367 2007-03-17  Eric Blake  <ebb9@byu.net>
6368
6369         * NEWS: Document stdlib change from 2007-02-18.
6370
6371 2007-03-17  Jim Meyering  <jim@meyering.net>
6372
6373         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
6374         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
6375         someone uses a name containing shell meta-characters.
6376         Reported by Alfred M. Szmidt.
6377
6378         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
6379
6380 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
6381
6382         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
6383         and copy gettext configuration files only if configure.ac contains
6384         a use of AM_GNU_GETTEXT_VERSION.
6385
6386 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
6387
6388         * build-aux/bootstrap (gnulib_name): New variable.
6389         (gnulib_tool_options): Use it.
6390
6391 2007-03-13  Simon Josefsson  <simon@josefsson.org>
6392
6393         * tests/test-des.c: Use new namespace.
6394
6395 2007-03-15  Bruno Haible  <bruno@clisp.org>
6396
6397         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
6398         Reported by James Youngman <jay@gnu.org>.
6399
6400 2007-03-15  Bruno Haible  <bruno@clisp.org>
6401
6402         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
6403         declared prototype. Needed with cc on OSF/1 5.1.
6404
6405 2007-03-15  Bruno Haible  <bruno@clisp.org>
6406
6407         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
6408         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
6409         (struct gl_list_implementation): Add dispose_fn argument to the
6410         'create_empty', 'create' methods.
6411         (struct gl_list_impl_base): Add field 'dispose_fn'.
6412         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
6413         argument.
6414         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
6415         dispose_fn argument.
6416         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
6417         dispose_fn on the dropped values.
6418         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
6419         dispose_fn argument.
6420         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
6421         dropped values.
6422         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
6423         (gl_tree_remove_node): Call dispose_fn on the dropped value.
6424         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
6425         (gl_tree_remove_node): Call dispose_fn on the dropped value.
6426         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
6427         argument.
6428         (gl_tree_list_free): Call dispose_fn on the dropped values.
6429         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
6430         the dropped values.
6431         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
6432         Add dispose_fn argument.
6433         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
6434         Call dispose_fn on the dropped values.
6435         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
6436         Add dispose_fn argument.
6437         (gl_sublist_create): Initialize the 'dispose_fn' field.
6438         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
6439         * tests/test-array_list.c (main): Update.
6440         * tests/test-carray_list.c (main): Update.
6441         * tests/test-avltree_list.c (main): Update.
6442         * tests/test-rbtree_list.c (main): Update.
6443         * tests/test-avltreehash_list.c (main): Update.
6444         * tests/test-rbtreehash_list.c (main): Update.
6445         * tests/test-linked_list.c (main): Update.
6446         * tests/test-linkedhash_list.c (main): Update.
6447         * tests/test-array_oset.c (main): Update.
6448
6449 2007-03-15  Bruno Haible  <bruno@clisp.org>
6450
6451         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
6452         (gl_oset_create_empty): Add dispose_fn argument.
6453         (struct gl_oset_implementation): Add dispose_fn argument to
6454         'create_empty' method.
6455         (struct gl_oset_impl_base): Add dispose_fn field.
6456         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
6457         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
6458         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
6459         values.
6460         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
6461         (gl_tree_oset_free): Call dispose_fn on the dropped values.
6462         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
6463         dropped value.
6464         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
6465         dropped value.
6466         * tests/test-array_oset.c (main): Update.
6467         * tests/test-avltree_oset.c (main): Update.
6468         * tests/test-rbtree_oset.c (main): Update.
6469         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
6470
6471 2007-03-13  Bruno Haible  <bruno@clisp.org>
6472
6473         * tests/test-stdbool.c (i): Update after last patch.
6474
6475 2007-03-12  Bruno Haible  <bruno@clisp.org>
6476
6477         * lib/quotearg.c: Include <wctype.h> early, before the definition of
6478         the iswprint macro. Needed on Solaris 2.5.1.
6479
6480 2007-03-12  Bruno Haible  <bruno@clisp.org>
6481
6482         * tests/test-printf-frexp.c (main): Declare x as volatile.
6483
6484 2007-03-12  Simon Josefsson  <simon@josefsson.org>
6485
6486         * doc/gnulib.texi (Build robot for gnulib): New section.
6487
6488 2007-03-12  Jim Meyering  <jim@meyering.net>
6489
6490         * build-aux/bootstrap: New file.
6491         * build-aux/bootstrap.conf: New file, from coreutils.
6492
6493 2007-03-11  Bruno Haible  <bruno@clisp.org>
6494
6495         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
6496
6497 2007-03-12  Simon Josefsson  <simon@josefsson.org>
6498
6499         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
6500         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
6501         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
6502
6503 2007-03-11  Bruno Haible  <bruno@clisp.org>
6504
6505         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
6506         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
6507
6508 2007-03-11  Bruno Haible  <bruno@clisp.org>
6509
6510         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
6511         formula. Needed for SunPRO C 5.0.
6512
6513 2007-03-11  Bruno Haible  <bruno@clisp.org>
6514
6515         * modules/long-options (Depends-on): Add getopt.
6516
6517 2007-03-11  Bruno Haible  <bruno@clisp.org>
6518
6519         * modules/modechange (Depends-on): Add stdbool.
6520
6521 2007-03-11  Bruno Haible  <bruno@clisp.org>
6522
6523         * modules/i-ring (Depends-on): Add stdbool.
6524
6525 2007-03-11  Bruno Haible  <bruno@clisp.org>
6526
6527         * modules/gc-des (Depends-on): Add stdbool.
6528
6529 2007-03-11  Bruno Haible  <bruno@clisp.org>
6530
6531         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
6532
6533 2007-03-11  Bruno Haible  <bruno@clisp.org>
6534
6535         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
6536
6537 2007-03-11  Bruno Haible  <bruno@clisp.org>
6538
6539         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
6540
6541 2007-03-11  Bruno Haible  <bruno@clisp.org>
6542
6543         * lib/vasnprintf.c (sprintf): Undefine.
6544
6545 2007-03-11  Bruno Haible  <bruno@clisp.org>
6546
6547         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
6548         initializers in SunPRO C and Compaq C compilers.
6549
6550 2007-03-11  Bruno Haible  <bruno@clisp.org>
6551
6552         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
6553         decrementing code ANSI C compliant.
6554
6555 2007-03-11  Bruno Haible  <bruno@clisp.org>
6556
6557         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
6558         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
6559
6560 2007-03-11  Bruno Haible  <bruno@clisp.org>
6561
6562         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
6563         <stdbool.h> substitute doesn't pass.
6564
6565 2007-03-11  Bruno Haible  <bruno@clisp.org>
6566
6567         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
6568
6569 2007-03-11  Bruno Haible  <bruno@clisp.org>
6570
6571         * gnulib-tool (func_create_megatestdir): Create also an autobuild
6572         script, for submission to autobuild.josefsson.org.
6573
6574 2007-03-10  Bruno Haible  <bruno@clisp.org>
6575
6576         * modules/canonicalize-lgpl-tests: New file.
6577         * tests/test-canonicalize-lgpl.sh: New file.
6578         * tests/test-canonicalize-lgpl.c: New file.
6579
6580         * modules/c-strcase-tests: New file.
6581         * tests/test-c-strcase.sh: New file.
6582         * tests/test-c-strcasecmp.c: New file.
6583         * tests/test-c-strncasecmp.c: New file.
6584
6585         * modules/atexit-tests: New file.
6586         * tests/test-atexit.sh: New file.
6587         * tests/test-atexit.c: New file.
6588
6589 2007-03-10  Bruno Haible  <bruno@clisp.org>
6590
6591         * tests/test-binary-io.sh: Use temporary filenames that are not so
6592         likely to clash with those of other tests (in a parallel make).
6593         * tests/test-binary-io.c: Likewise.
6594
6595 2007-03-10  Bruno Haible  <bruno@clisp.org>
6596
6597         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
6598         fallback; use #error instead.
6599         Suggested by Simon Josefsson.
6600
6601 2007-03-10  Bruno Haible  <bruno@clisp.org>
6602
6603         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
6604         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
6605         first and the last.
6606
6607 2007-03-10  Bruno Haible  <bruno@clisp.org>
6608
6609         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
6610
6611 2007-03-10  Bruno Haible  <bruno@clisp.org>
6612
6613         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
6614         "make distcheck".
6615         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
6616         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
6617         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
6618
6619 2007-03-10  Bruno Haible  <bruno@clisp.org>
6620
6621         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
6622         variable.
6623         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
6624         variable.
6625
6626 2007-03-09  Eric Blake  <ebb9@byu.net>
6627         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
6628
6629         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
6630         types are not being provided by gnulib.
6631         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
6632         types are supported.
6633
6634 2007-03-10  Bruno Haible  <bruno@clisp.org>
6635
6636         * lib/stdio_.h (__attribute__): New macro.
6637         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
6638         vsprintf): Specify __attribute__ __format__ for GCC.
6639         Suggested by Eric Blake.
6640
6641 2007-03-09  Bruno Haible  <bruno@clisp.org>
6642
6643         * modules/printf-posix-tests: New file.
6644         * tests/test-printf-posix.sh: New file.
6645         * tests/test-printf-posix.c: New file.
6646
6647         * modules/printf-posix: New file.
6648         * lib/printf.c: New file.
6649         * m4/printf-posix-rpl.m4: New file.
6650         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
6651         REPLACE_PRINTF.
6652         * lib/stdio_.h (printf): New declaration.
6653         (format, __format__, ____printf____, ____scanf____, ____strftime____,
6654         ____strfmon____): New macros.
6655         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
6656         REPLACE_PRINTF.
6657
6658 2007-03-09  Bruno Haible  <bruno@clisp.org>
6659
6660         * tests/test-vasnprintf-posix2.sh: New file.
6661         * tests/test-vasnprintf-posix2.c: New file.
6662         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
6663         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
6664         (Makefile.am): Activate test-vasnprintf-posix2.sh.
6665
6666         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
6667         a locale dependent decimal point, rather than always '.'.
6668
6669 2007-03-09  Eric Blake  <ebb9@byu.net>
6670
6671         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
6672         spite of platforms like Tandem/NSK that define it to -1.
6673
6674 2007-03-08  Bruno Haible  <bruno@clisp.org>
6675
6676         * modules/vprintf-posix-tests: New file.
6677         * tests/test-vprintf-posix.sh: New file.
6678         * tests/test-vprintf-posix.c: New file.
6679         * tests/test-printf-posix.h: New file.
6680
6681         * modules/vprintf-posix: New file.
6682         * lib/vprintf.c: New file.
6683         * m4/vprintf-posix.m4: New file.
6684         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
6685         REPLACE_VPRINTF.
6686         * lib/stdio_.h (vprintf): New declaration.
6687         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
6688         REPLACE_VPRINTF.
6689
6690 2007-03-08  Bruno Haible  <bruno@clisp.org>
6691
6692         * modules/fprintf-posix-tests: New file.
6693         * tests/test-fprintf-posix.sh: New file.
6694         * tests/test-fprintf-posix.c: New file.
6695
6696         * modules/fprintf-posix: New file.
6697         * lib/fprintf.c: New file.
6698         * m4/fprintf-posix.m4: New file.
6699         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
6700         REPLACE_FPRINTF.
6701         * lib/stdio_.h (fprintf): New declaration.
6702         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
6703         REPLACE_FPRINTF.
6704
6705 2007-03-08  Bruno Haible  <bruno@clisp.org>
6706
6707         * modules/vfprintf-posix-tests: New file.
6708         * tests/test-vfprintf-posix.sh: New file.
6709         * tests/test-vfprintf-posix.c: New file.
6710         * tests/test-fprintf-posix.h: New file.
6711         * tests/test-fprintf-posix.out: New file.
6712
6713         * modules/vfprintf-posix: New file.
6714         * lib/vfprintf.c: New file.
6715         * m4/vfprintf-posix.m4: New file.
6716         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
6717         REPLACE_VFPRINTF.
6718         * lib/stdio_.h (vfprintf): New declaration.
6719         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
6720         REPLACE_VFPRINTF.
6721
6722 2007-03-08  Bruno Haible  <bruno@clisp.org>
6723
6724         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
6725
6726 2007-03-08  Bruno Haible  <bruno@clisp.org>
6727
6728         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
6729         instead of 'expr' invocations.
6730         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6731         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6732         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6733         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6734         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6735         Suggested by Paul Eggert.
6736
6737 2007-03-08  Bruno Haible  <bruno@clisp.org>
6738
6739         * modules/fseterr-tests: New file.
6740         * tests/test-fseterr.c: New file.
6741
6742         * modules/fseterr: New file.
6743         * lib/fseterr.h: New file.
6744         * lib/fseterr.c: New file.
6745
6746 2007-03-08  Bruno Haible  <bruno@clisp.org>
6747
6748         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
6749         * lib/getopt_.h: Likewise.
6750         * lib/mbswidth.h: Likewise.
6751         * lib/setenv.h: Likewise.
6752         * lib/vasnprintf.h: Likewise.
6753         * lib/vasprintf.h: Likewise.
6754         * lib/verror.h: Likewise.
6755         * lib/xsetenv.h: Likewise.
6756         * lib/xvasprintf.h: Likewise.
6757
6758 2007-03-08  Jim Meyering  <jim@meyering.net>
6759
6760         * users.txt: Add parted.
6761
6762         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
6763
6764 2007-03-07  Bruno Haible  <bruno@clisp.org>
6765
6766         * m4/printf.m4: Make the shell script snippets copy&pastable.
6767
6768 2007-03-02  Bruno Haible  <bruno@clisp.org>
6769
6770         * lib/netinet_in_.h: New file.
6771         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
6772         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
6773         * modules/netinet_in (Files): Add lib/netinet_in_.h.
6774         (Depends-on): Add absolute-header.
6775         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
6776         into netinet/in.h.
6777
6778 2007-03-03  Bruno Haible  <bruno@clisp.org>
6779
6780         * lib/sys_select_.h: New file.
6781         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
6782         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
6783         * modules/sys_select (Files): Add lib/sys_select_.h.
6784         (Depends-on): Add absolute-header.
6785         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
6786         into sys/select.h.
6787
6788 2007-03-02  Bruno Haible  <bruno@clisp.org>
6789
6790         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
6791         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
6792         values.
6793         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
6794         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
6795         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
6796         * modules/sys_socket (Depends-on): Add absolute-header.
6797         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
6798         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
6799         (Include): Remove requirement of inclusion of <sys/types.h>.
6800
6801 2007-03-02  Bruno Haible  <bruno@clisp.org>
6802
6803         * lib/byteswap_.h (bswap_32): Fix formula.
6804
6805 2007-03-06  Bruno Haible  <bruno@clisp.org>
6806
6807         * modules/sprintf-posix-tests: New file.
6808         * tests/test-sprintf-posix.c: New file.
6809
6810         * modules/sprintf-posix: New file.
6811         * lib/sprintf.c: New file.
6812         * m4/sprintf-posix.m4: New file.
6813         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
6814         REPLACE_SPRINTF.
6815         * lib/stdio_.h (sprintf): New declaration.
6816         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
6817         REPLACE_SPRINTF.
6818
6819 2007-03-06  Bruno Haible  <bruno@clisp.org>
6820
6821         * modules/vsprintf-posix-tests: New file.
6822         * tests/test-vsprintf-posix.c: New file.
6823         * tests/test-sprintf-posix.h: New file.
6824
6825         * modules/vsprintf-posix: New file.
6826         * lib/vsprintf.c: New file.
6827         * m4/vsprintf-posix.m4: New file.
6828         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
6829         REPLACE_VSPRINTF.
6830         * lib/stdio_.h (vsprintf): New declaration.
6831         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
6832         REPLACE_VSPRINTF.
6833
6834 2007-03-06  Bruno Haible  <bruno@clisp.org>
6835
6836         * modules/vsnprintf (Depend-on): Remove minmax.
6837
6838 2007-03-06  Bruno Haible  <bruno@clisp.org>
6839
6840         * modules/snprintf-posix-tests: New file.
6841         * tests/test-snprintf-posix.c: New file.
6842
6843         * modules/snprintf-posix: New file.
6844         * m4/snprintf-posix.m4: New file.
6845         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
6846         gl_FUNC_SNPRINTF.
6847         (gl_FUNC_SNPRINTF): Invoke it.
6848         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
6849         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
6850         is set.
6851         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
6852
6853 2007-03-06  Bruno Haible  <bruno@clisp.org>
6854
6855         * modules/vsnprintf-posix-tests: New file.
6856         * tests/test-vsnprintf-posix.c: New file.
6857         * tests/test-snprintf-posix.h: New file.
6858
6859         * modules/vsnprintf-posix: New file.
6860         * m4/vsnprintf-posix.m4: New file.
6861         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
6862         gl_FUNC_VSNPRINTF.
6863         (gl_FUNC_VSNPRINTF): Invoke it.
6864         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
6865         * lib/stdio_.h (vsnprintf): Define as a replacement if
6866         REPLACE_VSNPRINTF is set.
6867         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
6868
6869 2007-03-06  Bruno Haible  <bruno@clisp.org>
6870
6871         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
6872         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
6873
6874 2007-03-06  Bruno Haible  <bruno@clisp.org>
6875
6876         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
6877         (asinl): Declare also if HAVE_DECL_ASINL is set.
6878         (atanl): Declare also if HAVE_DECL_ATANL is set.
6879         (ceill): Declare also if HAVE_DECL_CEILL is set.
6880         (cosl): Declare also if HAVE_DECL_COSL is set.
6881         (expl): Declare also if HAVE_DECL_EXPL is set.
6882         (floorl): Declare also if HAVE_DECL_FLOORL is set.
6883         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
6884         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
6885         (logl): Declare also if HAVE_DECL_LOGL is set.
6886         (sinl): Declare also if HAVE_DECL_SINL is set.
6887         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
6888         (tanl): Declare also if HAVE_DECL_TANL is set.
6889         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
6890         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
6891         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
6892         declaration of frexpl, ldexpl.
6893         * modules/printf-frexpl (Depends-on): Add math.
6894         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
6895
6896 2007-03-05  Bruno Haible  <bruno@clisp.org>
6897
6898         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
6899         frexpl and ldexpl are declared.
6900         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
6901
6902 2007-03-05  Bruno Haible  <bruno@clisp.org>
6903
6904         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
6905         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
6906
6907 2007-03-05  Bruno Haible  <bruno@clisp.org>
6908
6909         * lib/stdio_.h: Include <stddef.h>.
6910
6911 2007-03-05  Bruno Haible  <bruno@clisp.org>
6912
6913         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
6914
6915 2007-03-05  Bruno Haible  <bruno@clisp.org>
6916
6917         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
6918         NetBSD 4, from Ralf Wildenhues.
6919
6920 2007-03-04  Bruno Haible  <bruno@clisp.org>
6921
6922         * lib/vasprintf.h: Update #if logic for the case when the functions
6923         exist but are overridden.
6924
6925 2007-03-04  Bruno Haible  <bruno@clisp.org>
6926
6927         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
6928         implementations: glibc-2.4 and MacOS X 10.3.
6929         * tests/test-vasnprintf-posix.c (test_function): Test also the case
6930         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
6931         * tests/test-vasprintf-posix.c (test_function): Likewise.
6932
6933 2007-03-04  Bruno Haible  <bruno@clisp.org>
6934
6935         * modules/vasprintf-posix-tests: New file.
6936         * tests/test-vasprintf-posix.c: New file.
6937
6938         * modules/vasprintf-posix: New file.
6939         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
6940         defined.
6941         * m4/vasprintf-posix.m4: New file.
6942         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
6943         gl_FUNC_VASPRINTF.
6944         (gl_FUNC_VASPRINTF): Invoke it.
6945         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
6946         here.
6947         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
6948
6949 2007-03-04  Bruno Haible  <bruno@clisp.org>
6950
6951         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
6952         REPLACE_GETTIMEOFDAY.
6953         * modules/sys_time (Makefile.am): Likewise.
6954         * m4/sys_time_h.m4: Likewise.
6955         * m4/gettimeofday.m4: Likewise.
6956
6957 2007-03-04  Bruno Haible  <bruno@clisp.org>
6958
6959         * modules/vasnprintf-posix-tests: New file.
6960         * tests/test-vasnprintf-posix.c: New file.
6961
6962         * modules/vasnprintf-posix: New file.
6963         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
6964         printf-frexpl.h.
6965         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
6966         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
6967         REPLACE_VASNPRINTF is defined.
6968         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
6969         gl_FUNC_VASNPRINTF.
6970         (gl_FUNC_VASNPRINTF): Invoke it.
6971         * m4/vasnprintf-posix.m4: New file.
6972         * m4/printf.m4: New file.
6973
6974 2007-03-04  Bruno Haible  <bruno@clisp.org>
6975
6976         Compile progreloc.c only if --enable-relocatable is specified.
6977         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
6978         if --enable-relocatable was specified.
6979         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
6980         lib_SOURCES.
6981
6982 2007-03-04  Jim Meyering  <jim@meyering.net>
6983
6984         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
6985         Use it consistently, rather than enumerating errno constants.
6986
6987 2007-03-04  Bruno Haible  <bruno@clisp.org>
6988
6989         * modules/xvasprintf-tests: New file.
6990         * tests/test-xvasprintf.c: New file.
6991
6992         * modules/vasprintf-tests: New file.
6993         * tests/test-vasprintf.c: New file.
6994
6995         * modules/vasnprintf-tests: New file.
6996         * tests/test-vasnprintf.c: New file.
6997
6998         * modules/vsnprintf-tests: New file.
6999         * tests/test-vsnprintf.c: New file.
7000
7001         * modules/snprintf-tests: New file.
7002         * tests/test-snprintf.c: New file.
7003
7004 2007-03-04  Bruno Haible  <bruno@clisp.org>
7005
7006         Compile relocatable.c only if --enable-relocatable is specified.
7007         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
7008         gl_RELOCATABLE_LIBRARY.
7009         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
7010         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
7011         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
7012         gl_RELOCATABLE_LIBRARY.
7013         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
7014         (Makefile.am): Remove lib_SOURCES.
7015         * modules/relocatable-lib-lgpl (configure.ac): Invoke
7016         gl_RELOCATABLE_LIBRARY.
7017         (Makefile.am): Remove lib_SOURCES.
7018         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
7019         always.
7020         * modules/relocatable-prog-wrapper (configure.ac): Invoke
7021         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
7022
7023 2007-03-04  Bruno Haible  <bruno@clisp.org>
7024
7025         * modules/argmatch-tests: New file.
7026         * tests/test-argmatch.c: New file.
7027
7028         * tests/test-allocsa.c (main): Halve the number of loop runs.
7029
7030         * modules/alloca-opt-tests: New file.
7031         * tests/test-alloca-opt.c: New file.
7032
7033 2007-03-04  Jim Meyering  <jim@meyering.net>
7034
7035         Work around difference between Linux ACLs and Solaris 10 ZFS.
7036         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
7037         for EINVAL.
7038
7039 2007-03-03  Bruno Haible  <bruno@clisp.org>
7040
7041         * modules/relocatable-prog (Depends-on): Add back progreloc's
7042         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
7043
7044 2007-03-03  Bruno Haible  <bruno@clisp.org>
7045
7046         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
7047         * modules/relocatable-lib: New file.
7048
7049 2007-03-03  Bruno Haible  <bruno@clisp.org>
7050
7051         * modules/relocatable-prog: Renamed from modules/relocatable.
7052         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
7053
7054 2007-03-03  Bruno Haible  <bruno@clisp.org>
7055
7056         * modules/relocatable-script (Files): Add doc/relocatable.texi,
7057         m4/relocatable-lib.m4.
7058         (Depends-on): Remove 'relocatable'.
7059         (configure.ac): Add gl_RELOCATABLE_NOP.
7060
7061 2007-03-03  Bruno Haible  <bruno@clisp.org>
7062
7063         * modules/relocatable-prog-wrapper: New file.
7064         * modules/relocatable (Depends-on): Add it. Remove all other
7065         dependencies except progname.
7066         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
7067
7068         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
7069         (gl_FUNC_STRERROR): Nop.
7070         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
7071
7072         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
7073         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
7074
7075         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
7076         (gl_FUNC_READLINK): Update.
7077
7078         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
7079
7080 2007-03-03  Bruno Haible  <bruno@clisp.org>
7081
7082         * lib/xreadlink.c: Include <unistd.h> unconditionally.
7083         * modules/xreadlink (Depends-on): Add unistd.
7084         * modules/xreadlink-with-size (Depends-on): Likewise.
7085
7086 2007-03-03  Bruno Haible  <bruno@clisp.org>
7087
7088         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
7089         extracted from gt_FUNC_SETENV.
7090         (gt_FUNC_SETENV): Remove macro.
7091         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
7092         remove gt_FUNC_SETENV.
7093
7094 2007-03-03  Bruno Haible  <bruno@clisp.org>
7095
7096         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
7097         ENABLE_RELOCATABLE here.
7098         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
7099
7100 2007-03-03  Bruno Haible  <bruno@clisp.org>
7101
7102         * modules/rbtreehash-list-tests (Depends-on): Add progname.
7103         * tests/test-rbtreehash_list.c: Include progname.h.
7104         (main): Call set_program_name.
7105
7106         * modules/rbtree-oset-tests (Depends-on): Add progname.
7107         * tests/test-rbtree_oset.c: Include progname.h.
7108         (main): Call set_program_name.
7109
7110         * modules/rbtree-list-tests (Depends-on): Add progname.
7111         * tests/test-rbtree_list.c: Include progname.h.
7112         (main): Call set_program_name.
7113
7114         * modules/linked-list-tests (Depends-on): Add progname.
7115         * tests/test-linked_list.c: Include progname.h.
7116         (main): Call set_program_name.
7117
7118 2007-03-03  Bruno Haible  <bruno@clisp.org>
7119
7120         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
7121         All uses of __restrict changed to _Restrict_.
7122         * lib/glob_.h (__restrict): Remove macro.
7123
7124 2007-03-02  Bruno Haible  <bruno@clisp.org>
7125
7126         * modules/gettext (configure.ac): Require gettext infrastructure
7127         from version 0.16.1.
7128
7129 2007-03-02  Bruno Haible  <bruno@clisp.org>
7130
7131         * modules/linkedhash-list-tests (Depends-on): Add progname.
7132         * tests/test-linkedhash_list.c: Include progname.h.
7133         (main): Call set_program_name.
7134
7135         * modules/carray-list-tests (Depends-on): Add progname.
7136         * tests/test-carray_list.c: Include progname.h.
7137         (main): Call set_program_name.
7138
7139         * modules/avltreehash-list-tests (Depends-on): Add progname.
7140         * tests/test-avltreehash_list.c: Include progname.h.
7141         (main): Call set_program_name.
7142
7143         * modules/avltree-oset-tests (Depends-on): Add progname.
7144         * tests/test-avltree_oset.c: Include progname.h.
7145         (main): Call set_program_name.
7146
7147         * modules/avltree-list-tests (Depends-on): Add progname.
7148         * tests/test-avltree_list.c: Include progname.h.
7149         (main): Call set_program_name.
7150
7151         * modules/array-oset-tests (Depends-on): Add progname.
7152         * tests/test-array_oset.c: Include progname.h.
7153         (main): Call set_program_name.
7154
7155         * modules/array-list-tests (Depends-on): Add progname.
7156         * tests/test-array_list.c: Include progname.h.
7157         (main): Call set_program_name.
7158
7159         * modules/argp-tests (Depends-on): Add progname.
7160         * tests/test-argp.c: Include argp.h first. Include progname.h.
7161         (main): Call set_program_name.
7162
7163 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
7164
7165         * doc/gnulib-tool.texi (Initial import): Reword description of
7166         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
7167         limited effect even if defined after the first system include.
7168
7169 2007-03-01  Bruno Haible  <bruno@clisp.org>
7170
7171         * build-aux/config.libpath: Update to libtool-1.5.22.
7172         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
7173
7174 2007-03-01  Bruno Haible  <bruno@clisp.org>
7175
7176         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
7177         foo_CFLAGS.
7178         Reported by Ralf Wildenhues.
7179
7180 2007-03-01  Bruno Haible  <bruno@clisp.org>
7181
7182         * build-aux/install-reloc: Remove object files left over by some
7183         compilers.
7184         Reported by Ralf Wildenhues.
7185
7186 2007-03-01  Bruno Haible  <bruno@clisp.org>
7187
7188         * build-aux/install-reloc: Break long lines.
7189
7190 2007-03-01  Bruno Haible  <bruno@clisp.org>
7191
7192         * doc/relocatable.texi: Document that it may not work on OpenBSD.
7193         Reported by Ralf Wildenhues.
7194
7195 2007-03-01  Bruno Haible  <bruno@clisp.org>
7196
7197         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
7198         include ordering constraints.
7199
7200 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
7201
7202         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
7203         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
7204         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
7205         as another example.
7206         * lib/time_.h: Fix misspelling.
7207         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7208         Require gl_HEADER_TIME_H_DEFAULTS.
7209         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
7210         * m4/time_r.m4 (gl_TIME_R): Likewise.
7211         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
7212
7213 2007-03-01  Bruno Haible  <bruno@clisp.org>
7214
7215         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
7216         * m4/utimens.m4 (gl_UTIMENS): Likewise.
7217
7218 2007-03-01  Jim Meyering  <jim@meyering.net>
7219
7220         * modules/xreadlink (Maintainer): Add my name.
7221         * modules/xreadlink-with-size (Depends-on): Alphabetize.
7222
7223 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
7224             Bruno Haible  <bruno@clisp.org>
7225
7226         * build-aux/install-reloc: Compile also c-ctype.c.
7227         * build-aux/relocatable.sh.in: New file.
7228         * doc/relocatable.texi: New file.
7229         * doc/relocatable-maint.texi: New file.
7230         * doc/gnulib.texi: Include relocatable-maint.texi.
7231         * lib/progreloc.c: Include unistd.h unconditionally.
7232         * lib/relocwrapper.c: Include unistd.h unconditionally.
7233         Include c-ctype.h.
7234         (add_dotbin): Use c_tolower.
7235         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
7236         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
7237         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
7238         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
7239         to m4/relocatable-lib.m4.
7240         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
7241         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
7242         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
7243         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
7244         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
7245         * modules/relocatable: New file.
7246         * modules/relocatable-lib: New file.
7247         * modules/relocatable-script: New file.
7248
7249 2007-02-28  Bruno Haible  <bruno@clisp.org>
7250
7251         Import --enable-relocatable infrastructure.
7252         * build-aux/config.libpath: New file, from GNU gettext.
7253         * build-aux/install-reloc: New file, from GNU gettext.
7254         * build-aux/reloc-ldflags: New file, from GNU gettext.
7255         * lib/relocatable.h: New file, from GNU gettext.
7256         * lib/relocatable.c: New file, from GNU gettext.
7257         * lib/relocwrapper.c: New file, from GNU gettext.
7258         * m4/relocatable.m4: New file, from GNU gettext.
7259
7260 2007-02-28  Bruno Haible  <bruno@clisp.org>
7261
7262         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
7263
7264         * modules/xreadlink: New file, from GNU gettext with modifications.
7265         * lib/xreadlink.c: New file, from GNU gettext.
7266         * lib/xreadlink.h: Add comments.
7267         (xreadlink): New declaration.
7268
7269         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
7270         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
7271         lib/xreadlink-with-size.c.
7272         (configure.ac): Remove gl_XREADLINK invocation.
7273         (Makefile.am): Augment lib_SOURCES.
7274         * m4/xreadlink.m4: Remove file.
7275         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
7276         (xreadlink_with_size): Renamed from xreadink.
7277         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
7278         * modules/canonicalize (Depends-on): Replace xreadlink with
7279         xreadlink-with-size.
7280         * lib/canonicalize.c (canonicalize_filename_mode): Update.
7281
7282 2007-02-25  Jim Meyering  <jim@meyering.net>
7283
7284         * build-aux/announce-gen: When complaining about excess arguments,
7285         list them.
7286
7287 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
7288
7289         * README: Document signed integer overflow situation more
7290         accurately.
7291
7292 2007-02-25  Bruno Haible  <bruno@clisp.org>
7293
7294         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
7295         'a' or 'A' conversion.
7296
7297 2007-02-25  Bruno Haible  <bruno@clisp.org>
7298
7299         * modules/filename: Renamed from modules/pathname.
7300         (Files): Replace lib/pathname.h with lib/filename.h. Replace
7301         lib/concatpath.c with lib/concat-filename.c.
7302         (Makefile.am): Update.
7303         (Include): Replace pathname.h with filename.h.
7304         * lib/filename.h: Renamed from lib/pathname.h.
7305         (concatenated_filename): Renamed from concatenated_pathname.
7306         * lib/concat-filename.c: Renamed from lib/concatpath.c.
7307         (concatenated_filename): Renamed from concatenated_pathname.
7308         * lib/findprog.c: Include filename.h instead of pathname.h.
7309         (find_in_path): Update.
7310         * lib/javacomp.c: Include filename.h instead of pathname.h.
7311         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
7312         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
7313         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
7314         is_oldgcj_14_13_usable, is_javac_usable): Update.
7315         * lib/javaexec.c: Include filename.h instead of pathname.h.
7316         (execute_java_class): Update.
7317         * modules/findprog: Update.
7318         * modules/javacomp: Update.
7319         * modules/javaexec: Update.
7320         * MODULES.html.sh (File system functions): Add 'filename', remove
7321         'pathname'.
7322
7323 2007-02-25  Bruno Haible  <bruno@clisp.org>
7324
7325         * modules/printf-frexpl-tests: New file.
7326         * tests/test-printf-frexpl.c: New file.
7327
7328         * modules/printf-frexpl: New file.
7329         * lib/printf-frexpl.h: New file.
7330         * lib/printf-frexpl.c: New file.
7331         * m4/printf-frexpl.m4: New file.
7332
7333 2007-02-25  Bruno Haible  <bruno@clisp.org>
7334
7335         * modules/printf-frexp-tests: New file.
7336         * tests/test-printf-frexp.c: New file.
7337
7338         * modules/printf-frexp: New file.
7339         * lib/printf-frexp.h: New file.
7340         * lib/printf-frexp.c: New file.
7341         * m4/printf-frexp.m4: New file.
7342
7343 2007-02-25  Bruno Haible  <bruno@clisp.org>
7344
7345         Assume automake >= 1.10 for the tests.
7346         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
7347         * modules/arctwo-tests: Likewise.
7348         * modules/argp-tests: Likewise.
7349         * modules/avltree-list-tests: Likewise.
7350         * modules/avltree-oset-tests: Likewise.
7351         * modules/avltreehash-list-tests: Likewise.
7352         * modules/carray-list-tests: Likewise.
7353         * modules/crc-tests: Likewise.
7354         * modules/des-tests: Likewise.
7355         * modules/gc-arcfour-tests: Likewise.
7356         * modules/gc-arctwo-tests: Likewise.
7357         * modules/gc-des-tests: Likewise.
7358         * modules/gc-hmac-md5-tests: Likewise.
7359         * modules/gc-hmac-sha1-tests: Likewise.
7360         * modules/gc-md2-tests: Likewise.
7361         * modules/gc-md4-tests: Likewise.
7362         * modules/gc-md5-tests: Likewise.
7363         * modules/gc-pbkdf2-sha1-tests: Likewise.
7364         * modules/gc-rijndael-tests: Likewise.
7365         * modules/gc-sha1-tests: Likewise.
7366         * modules/gc-tests: Likewise.
7367         * modules/getaddrinfo-tests: Likewise.
7368         * modules/hmac-md5-tests: Likewise.
7369         * modules/hmac-sha1-tests: Likewise.
7370         * modules/linked-list-tests: Likewise.
7371         * modules/linkedhash-list-tests: Likewise.
7372         * modules/lock-tests: Likewise.
7373         * modules/md2-tests: Likewise.
7374         * modules/md4-tests: Likewise.
7375         * modules/md5-tests: Likewise.
7376         * modules/rbtree-list-tests: Likewise.
7377         * modules/rbtree-oset-tests: Likewise.
7378         * modules/rbtreehash-list-tests: Likewise.
7379         * modules/read-file-tests: Likewise.
7380         * modules/rijndael-tests: Likewise.
7381         * modules/stdint-tests: Likewise.
7382         * modules/tls-tests: Likewise.
7383
7384 2007-02-24  Bruno Haible  <bruno@clisp.org>
7385
7386         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
7387         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
7388         function; instead check whether isnan with a double argument links.
7389         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
7390         function; instead check whether isnan with a 'long double' argument
7391         links.
7392         Reported by Eric Blake <ebb9@byu.net>.
7393
7394 2007-02-24  Bruno Haible  <bruno@clisp.org>
7395
7396         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
7397         defined.
7398         * lib/isnanl.c: Remove all code. Just include isnan.c.
7399         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
7400
7401 2007-02-25  Jim Meyering  <jim@meyering.net>
7402
7403         Avoid conflicting types for 'unsetenv' on FreeBSD.
7404         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
7405         conflicting with FreeBSD's (5.0 and 6.1) function declaration
7406         in stdlib.h.
7407
7408 2007-02-24  Bruno Haible  <bruno@clisp.org>
7409
7410         * modules/isnanl-nolibm-tests: New file.
7411         * tests/test-isnanl.c: New file.
7412
7413         * modules/isnanl-nolibm: New file.
7414         * lib/isnanl.h: New file.
7415         * lib/isnanl.c: New file.
7416         * m4/isnanl.m4: New file.
7417
7418 2007-02-24  Bruno Haible  <bruno@clisp.org>
7419
7420         * modules/isnan-nolibm-tests: New file.
7421         * tests/test-isnan.c: New file.
7422
7423         * modules/isnan-nolibm: New file.
7424         * lib/isnan.h: New file.
7425         * lib/isnan.c: New file.
7426         * m4/isnan.m4: New file.
7427
7428 2007-02-24  Bruno Haible  <bruno@clisp.org>
7429
7430         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
7431         assume that an exponent fits in 20 bits.
7432
7433 2007-02-24  Jim Meyering  <jim@meyering.net>
7434
7435         * m4/regex.m4: Update the description of the configure-time option,
7436         --without-included-regex, to state accurately what the defaults are,
7437         and perhaps to give people an idea why using this option is risky.
7438
7439 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
7440
7441         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
7442         loops on small arguments.  This attempts to avoid the problem
7443         Bruno Haible reported for AIX 4.3.2 in
7444         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
7445
7446 2007-02-23  Bruno Haible  <bruno@clisp.org>
7447
7448         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
7449         Needed for help2man.
7450
7451 2007-02-23  Karl Berry  <karl@gnu.org>
7452
7453         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
7454         exists, foo.h should be cvs-ignored, not committed.
7455
7456 2007-02-23  Eric Blake  <ebb9@byu.net>
7457
7458         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
7459         * lib/stat-time.h (includes): Likewise.
7460         * lib/utimecmp.c (includes): Likewise.
7461         * lib/utimens.h (includes): Likewise.
7462         * lib/getdate.y (includes): Also include "timespec.h" for use
7463         internal to the module.
7464         * modules/utimens (Depends-on): Revert yesterday's patch.
7465         * modules/nanosleep (Depends-on): Add missing dependency.
7466
7467 2007-02-22  Bruno Haible  <bruno@clisp.org>
7468
7469         * lib/glob.c: Don't include getlogin_r.h.
7470
7471 2007-02-22  Jim Meyering  <jim@meyering.net>
7472
7473         * modules/utimens (Depends-on): Add timespec, required for
7474         utimens.h's inclusion of timespec.h.
7475
7476 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
7477
7478         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
7479         long unreadable paths in GNU/Linux.  Problem reported by Andreas
7480         Schwab in
7481         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
7482         I'll try to think of a better way to fix the Solaris problem.
7483
7484         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
7485         like glibc; on Solaris 10, it fails with errno == EINVAL.
7486         POSIX says the behavior is unspecified if the first argument is NULL,
7487         so play it safe and never pass NULL to the system getcwd.
7488
7489 2007-02-21  Jim Meyering  <jim@meyering.net>
7490
7491         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
7492         of gettimeofday.  It would conflict with the one now always
7493         provided via sys_time_.h.  Reported by Matthew Woehlke, as
7494         an IRIX 6.5 build failure.
7495
7496 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
7497
7498         Minor fixups to port to Solaris 10 with Sun C 5.8.
7499         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
7500         * modules/getcwd (Depends-on): Add dirfd.
7501         * lib/putenv.c (putenv): #undef it.
7502         (rpl_putenv): New decl.
7503         (malloc, free): Include <stdlib.h> rather than prototyping separately.
7504
7505 2007-02-20  Bruno Haible  <bruno@clisp.org>
7506
7507         * modules/stdio-tests: New file.
7508         * tests/test-stdio.c: New file.
7509
7510         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
7511         (Depends-on): Add stdio.
7512         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
7513         (Include): Use <stdio.h> instead of vsnprintf.h.
7514         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
7515         HAVE_DECL_VSNPRINTF.
7516         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
7517
7518         * modules/snprintf (Files): Remove lib/snprintf.h.
7519         (Depends-on): Add stdio.
7520         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
7521         (Include): Use <stdio.h> instead of snprintf.h.
7522         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
7523         HAVE_DECL_SNPRINTF.
7524         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
7525         * lib/getaddrinfo.c: Likewise.
7526
7527         * modules/stdio: New file.
7528         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
7529         * lib/snprintf.h: Remove file.
7530         * lib/vsnprintf.h: Remove file.
7531         * lib/.cppi-disable: Remove snprintf.h.
7532         * m4/stdio_h.m4: New file.
7533         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
7534
7535 2007-02-20  Jim Meyering  <jim@meyering.net>
7536
7537         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
7538         used by e.g., mingw.  From Bruno Haible.
7539
7540 2007-02-19  Bruno Haible  <bruno@clisp.org>
7541
7542         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
7543         warnings.
7544         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7545
7546 2007-02-19  Bruno Haible  <bruno@clisp.org>
7547
7548         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
7549         from mingw users.
7550
7551 2007-02-19  Bruno Haible  <bruno@clisp.org>
7552
7553         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
7554         warnings.
7555         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
7556
7557 2007-02-19  Jim Meyering  <jim@meyering.net>
7558
7559         Don't use FD after a successful "fdopendir (fd)".
7560         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
7561         Reset it by calling dirfd on the just-obtained DIR*.
7562
7563         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
7564         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
7565
7566 2007-02-18  Bruno Haible  <bruno@clisp.org>
7567
7568         * lib/readlink.c: Include <unistd.h>.
7569         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
7570         HAVE_READLINK.
7571         * modules/readlink (Depends-on): Add unistd.
7572         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7573         (Include): Add <unistd.h>.
7574
7575         * lib/getlogin_r.h: Remove file.
7576         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
7577         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
7578         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
7579         HAVE_DECL_GETLOGIN_R.
7580         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
7581         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7582         (Include): Use <unistd.h> instead of getlogin_r.h.
7583
7584         * lib/getcwd.h: Remove file.
7585         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
7586         * lib/xgetcwd.c: Likewise.
7587         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
7588         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
7589         * modules/getcwd (Files): Remove lib/getcwd.h.
7590         (Depends-on): Add unistd.
7591         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7592         (Include): Use <unistd.h> instad of getcwd.h.
7593
7594         * lib/ftruncate.c: Include <unistd.h> first.
7595         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
7596         Set HAVE_FTRUNCATE.
7597         * modules/ftruncate (Depends-on): Add unistd.
7598         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7599
7600         * lib/fchdir.c: Include <unistd.h> first.
7601         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
7602         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
7603         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
7604         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7605         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
7606
7607         * lib/dup2.c: Include <unistd.h> first.
7608         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
7609         HAVE_DUP2.
7610         * modules/dup2 (Depends-on): Add unistd.
7611         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7612
7613         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
7614         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
7615         REPLACE_CHOWN. Don't define chown as a macro here.
7616         * modules/chown (Depends-on): Add unistd.
7617         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7618
7619         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
7620         Add definition for GL_LINK_WARNING.
7621         (chown, dup2): New declarations.
7622         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
7623         link warning.
7624         (ftruncate): New declaration.
7625         (getcwd): New declaration, taken from old getcwd.h.
7626         (getlogin_r): New declaration, taken from old getlogin_r.h.
7627         (readlink): New declaration.
7628         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
7629         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
7630         (gl_PREREQ_UNISTD): Remove macro.
7631         (gl_UNISTD_MODULE_INDICATOR): New macro.
7632         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
7633         many new variables. Don't set UNISTD_H.
7634         * modules/unistd (Description): Change.
7635         (Depends-on): Add link-warning.
7636         (configure.ac): Update.
7637         (Makefile.am): Create unistd.h always. Substitute many new variables
7638         into it.
7639
7640 2007-02-18  Bruno Haible  <bruno@clisp.org>
7641
7642         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
7643         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
7644         HAVE_GETSUBOPT.
7645         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
7646         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
7647         * lib/getsubopt.h: Remove file.
7648         * modules/getsubopt (Files): Remove lib/getsubopt.h.
7649         (Depends-on): Add stdlib.
7650         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7651         (Includes): Use <stdlib.h> instead of getsubopt.h.
7652         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
7653         Set HAVE_GETSUBOPT.
7654         * lib/getsubopt.c: Don't include getsubopt.h.
7655
7656 2007-02-18  Bruno Haible  <bruno@clisp.org>
7657
7658         * modules/fchdir (Depends-on): Add dup2.
7659
7660 2007-02-18  Bruno Haible  <bruno@clisp.org>
7661
7662         * lib/stdlib_.h: Handle glibc's special invocation convention
7663         specially.
7664
7665 2007-02-18  Bruno Haible  <bruno@clisp.org>
7666
7667         * modules/stdlib-tests: New file.
7668         * tests/test-stdlib.c: New file.
7669
7670         * modules/mkstemp (Files): Remove lib/mkstemp.h.
7671         (Depends-on): Add stdlib.
7672         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7673         (Includes): Use <stdlib.h> instead of mkstemp.h.
7674         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
7675         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
7676         * lib/mkstemp.c: Don't include mkstemp.h.
7677         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
7678         * lib/stdlib--.h: Don't include mkstemp.h.
7679
7680         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
7681         (Depends-on): Add stdlib.
7682         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7683         (Includes): Use <stdlib.h> instead of mkdtemp.h.
7684         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
7685         HAVE_MKDTEMP.
7686         * lib/mkdtemp.c: Don't include mkdtemp.h.
7687         * lib/clean-temp.c: Don't include mkdtemp.h.
7688
7689         * modules/exit (Files): Remove lib/exit.h.
7690         (Depends-on): Add stdlib.
7691         (Makefile.am): Remove lib_SOURCES.
7692         (Include): Use <stdlib.h> instead of exit.h.
7693         * lib/argmatch.c: Don't include exit.h.
7694         * lib/execute.c: Likewise.
7695         * lib/pagealign_alloc.c: Likewise.
7696         * lib/pipe.c: Likewise.
7697         * lib/wait-process.c: Likewise.
7698         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
7699         * lib/exitfail.c: Likewise.
7700         * lib/savewd.c: Likewise.
7701         * lib/xsetenv.c: Likewise.
7702
7703         * modules/stdlib: New file.
7704         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
7705         and extra comments about mkstemp().
7706         * lib/exit.h: Remove file.
7707         * lib/mkdtemp.h: Remove file.
7708         * lib/mkstemp.h: Remove file.
7709         * m4/stdlib_h.m4: New file.
7710         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
7711
7712 2007-02-18  Bruno Haible  <bruno@clisp.org>
7713
7714         * modules/math-tests: New file.
7715         * tests/test-math.c: New file.
7716
7717         * modules/math: New file.
7718         * modules/mathl (Files): Remove lib/mathl.h.
7719         (Depends-on): Add math.
7720         (Makefile.am): Don't mention mathl.h.
7721         (Include): Use <math.h> instead of mathl.h.
7722         * lib/math_.h: New file.
7723         * lib/mathl.h: Remove file.
7724         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
7725         mathl.h.
7726         * lib/asinl.c: Likewise.
7727         * lib/atanl.c: Likewise.
7728         * lib/ceill.c: Likewise.
7729         * lib/cosl.c: Likewise.
7730         * lib/expl.c: Likewise.
7731         * lib/floorl.c: Likewise.
7732         * lib/frexpl.c: Likewise.
7733         * lib/ldexpl.c: Likewise.
7734         * lib/logl.c: Likewise.
7735         * lib/sincosl.c: Likewise.
7736         * lib/sinl.c: Likewise.
7737         * lib/sqrtl.c: Likewise.
7738         * lib/tanl.c: Likewise.
7739         * lib/trigl.c: Likewise.
7740         * m4/math_h.m4: New file.
7741         * MODULES.html.sh (Mathematics): Add math.
7742
7743 2007-02-17  Bruno Haible  <bruno@clisp.org>
7744
7745         * modules/wctype-tests: New file.
7746         * tests/test-wctype.c: New file.
7747
7748         * modules/wchar-tests: New file.
7749         * tests/test-wchar.c: New file.
7750
7751         * modules/unistd-tests: New file.
7752         * tests/test-unistd.c: New file.
7753
7754         * modules/time-tests: New file.
7755         * tests/test-time.c: New file.
7756
7757         * modules/sysexits-tests: New file.
7758         * tests/test-sysexits.c: New file.
7759
7760         * modules/sys_time-tests: New file.
7761         * tests/test-sys_time.c: New file.
7762
7763         * modules/sys_stat-tests: New file.
7764         * tests/test-sys_stat.c: New file.
7765
7766         * modules/sys_socket-tests: New file.
7767         * tests/test-sys_socket.c: New file.
7768
7769         * modules/sys_select-tests: New file.
7770         * tests/test-sys_select.c: New file.
7771
7772         * modules/string-tests: New file.
7773         * tests/test-string.c: New file.
7774
7775         * modules/stdbool-tests: New file.
7776         * tests/test-stdbool.c: New file.
7777
7778         * modules/netinet_in-tests: New file.
7779         * tests/test-netinet_in.c: New file.
7780
7781         * modules/inttypes-tests: New file.
7782         * tests/test-inttypes.c: New file.
7783
7784         * modules/fcntl-tests: New file.
7785         * tests/test-fcntl.c: New file.
7786
7787         * modules/byteswap-tests: New file.
7788         * tests/test-byteswap.c: New file.
7789
7790         * modules/arpa_inet-tests: New file.
7791         * tests/test-arpa_inet.c: New file.
7792
7793 2007-02-17  Bruno Haible  <bruno@clisp.org>
7794
7795         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
7796         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
7797         if the corresponding module is not enabled. Emit link warnings if
7798         the function is used nevertheless.
7799         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
7800         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
7801         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
7802         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
7803         * modules/inttypes (Depends-on): Add link-warning.
7804         (Makefile.am): Copy the contents of build-aux/link-warning.h into
7805         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
7806         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
7807         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
7808         * modules/imaxdiv (configure.ac): Likewise.
7809         * modules/strtoimax (configure.ac): Likewise.
7810         * modules/strtoumax (configure.ac): Likewise.
7811
7812 2007-02-17  Bruno Haible  <bruno@clisp.org>
7813
7814         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
7815         gl_STRING_MODULE_INDICATOR_DEFAULTS.
7816         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
7817         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
7818
7819 2007-02-17  Bruno Haible  <bruno@clisp.org>
7820
7821         * modules/link-warning: New file.
7822         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
7823         * lib/string_.h (GL_LINK_WARNING): Remove definition.
7824         * modules/string (Depends-on): Add link-warning.
7825         (Makefile.am): Copy the contents of build-aux/link-warning.h into
7826         string.h.
7827         * MODULES.html.sh (Support for building libraries and executables): Add
7828         link-warning.
7829
7830 2007-02-17  Bruno Haible  <bruno@clisp.org>
7831
7832         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
7833         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
7834         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
7835         long lines.
7836
7837 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
7838             Bruno Haible  <bruno@clisp.org>
7839
7840         * modules/tmpfile: New file.
7841         * lib/tmpfile.c: New file.
7842         * m4/tmpfile.m4: New file.
7843         * MODULES.html.sh (func_all_modules): New section "Input/output".
7844
7845 2007-02-15  Bruno Haible  <bruno@clisp.org>
7846
7847         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
7848         (supports_delete_on_close): New function.
7849         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
7850
7851 2007-02-14  Bruno Haible  <bruno@clisp.org>
7852
7853         * modules/mbspcasecmp-tests: New file.
7854         * tests/test-mbspcasecmp.sh: New file.
7855         * tests/test-mbspcasecmp.c: New file.
7856
7857         New module mbspcasecmp.
7858         * modules/mbspcasecmp: New file.
7859         * lib/mbspcasecmp.c: New file.
7860         * lib/string_.h (strncasecmp): Change warning message.
7861         (mbspcasecmp): New declaration.
7862         * m4/mbspcasecmp.m4: New file.
7863         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7864         GNULIB_MBSPCASECMP.
7865         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
7866         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
7867
7868 2007-02-14  Bruno Haible  <bruno@clisp.org>
7869
7870         * modules/mbsncasecmp-tests: New file.
7871         * tests/test-mbsncasecmp.sh: New file.
7872         * tests/test-mbsncasecmp.c: New file.
7873
7874         New module mbsncasecmp.
7875         * modules/mbsncasecmp: New file.
7876         * lib/mbsncasecmp.c: New file.
7877         * lib/string_.h (mbsncasecmp): New declaration.
7878         * m4/mbsncasecmp.m4: New file.
7879         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7880         GNULIB_MBSNCASECMP.
7881         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
7882         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
7883
7884 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
7885
7886         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
7887         Verify that it doesn't overlap with our flags.
7888         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
7889         do not have the desired effect in multibyte locales; instead, use
7890         mbscasecmp.
7891         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
7892         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
7893         we don't require GNU fnmatch ourselves (if our users require it, they
7894         should do so explicitly).
7895
7896         Fix regex code so it doesn't rely on strcasecmp.
7897         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
7898         Otherwise, include gnulib's langinfo.h.
7899         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
7900         undesirable behavior in non-C locales.  Instead, rely on localecharset.
7901         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
7902         * modules/regex (FILES): Remove m4/codeset.m4.
7903         (Depends-on): Add localcharset.  Remove strcase.
7904
7905 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7906
7907         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
7908         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
7909
7910 2007-02-13  Bruno Haible  <bruno@clisp.org>
7911
7912         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
7913         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7914
7915 2007-02-12  Bruno Haible  <bruno@clisp.org>
7916
7917         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
7918         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
7919         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
7920         time warning rather than a link error.
7921
7922 2007-02-12  Bruno Haible  <bruno@clisp.org>
7923
7924         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
7925         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
7926         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7927
7928 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
7929
7930         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
7931         args, not 2.
7932
7933 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
7934
7935         New module 'time', so that apps can include <time.h> as per
7936         POSIX and GNU instead of separate include files like time_r.h
7937         and timegm.h.  This implementation tries out a simpler approach
7938         for replacing decls in standard include files (as compared to
7939         the string module), somewhat as an experiment.
7940
7941         * config/srclist.txt: Comment out mktime.c for now.
7942         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
7943         since it doesn't apply any more.  Use generic wording instead.
7944         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
7945         'time'.
7946         * lib/time_.h, m4/time_h.m4, modules/time: New files.
7947         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
7948         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
7949         Don't include <sys/types.h>; no longer needed since we assume C89.
7950         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
7951         * lib/strftime.c: Likewise.
7952         * lib/time_r.c: Likewise.
7953         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
7954         * lib/nanosleep.c: Include <time.h> first, to check interface.
7955         * lib/strptime.c: Likewise.
7956         * lib/time_r.c: Likewise.
7957         * lib/timegm.c: Likewise.
7958         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
7959         needed.
7960         * lib/timegm.c: Don't include timegm.h; no longer needed.
7961         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
7962         time.h now handles any problems in that area.
7963         (struct timespec, nanosleep): Remove; time.h now arranges for these.
7964         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
7965         that time.h defines struct timespec.
7966         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
7967         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
7968         handles that.
7969         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
7970         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
7971         needed.  Set REPLACE_LOCALTIME.
7972         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
7973         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
7974         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
7975         nanosleep; time_h.m4 now does that.  Don't require
7976         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
7977         module handles this now.
7978         * modules/getdate (Depends-on): Remove timespec.  Add time.
7979         * modules/nanosleep (Depends-on): Likewise.
7980         * modules/stat-time (Depends-on): Likewise.
7981         * modules/nanosleep (Include): Include time.h, not timespec.h.
7982         * modules/strptime (Files): Remove lib/strptime.h.
7983         (Depends-on): Add extensions, time.
7984         (Include): Include time.h, not strptime.h.
7985         * modules/time_r (Files): Remove lib/time_r.h.
7986         (Depends-on): Add time.
7987         (Include): Include time.h, not time_r.h.
7988         * modules/timegm: Likewise.
7989         * modules/timespec (Description): Now does timespec-related decls
7990         of our own, instead of struct timespec itself.
7991         (Depends-on): Add time; remove extensions.
7992         (Maintainer): Add self.
7993         * modules/utimecmp (Depends-on): Add time; remove timespec.
7994         * modules/utimens (Depends-on): Likewise.
7995         * modules/xnanosleep (Depends-on): Likewise.
7996
7997 2007-02-11  Bruno Haible  <bruno@clisp.org>
7998
7999         * lib/c-strstr.c: Include allocsa.h.
8000         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8001         * lib/c-strcasestr.c: Include allocsa.h.
8002         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8003         * lib/strcasestr.c: Include allocsa.h.
8004         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8005         * lib/mbsstr.c: Include allocsa.h.
8006         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
8007         allocsa/freesa instead of malloc/free.
8008         * lib/mbscasestr.c: Include allocsa.h.
8009         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
8010         allocsa/freesa instead of malloc/free.
8011         * modules/c-strstr (Depends-on): Add allocsa.
8012         * modules/c-strcasestr (Depends-on): Likewise.
8013         * modules/strcasestr (Depends-on): Likewise.
8014         * modules/mbsstr (Depends-on): Likewise.
8015         * modules/mbscasestr (Depends-on): Likewise.
8016
8017 2007-02-11  Bruno Haible  <bruno@clisp.org>
8018
8019         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
8020
8021         * modules/mbsspn-tests: New file.
8022         * tests/test-mbsspn.sh: New file.
8023         * tests/test-mbsspn.c: New file.
8024
8025 2007-02-11  Bruno Haible  <bruno@clisp.org>
8026
8027         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
8028
8029         * modules/mbspbrk-tests: New file.
8030         * tests/test-mbspbrk.sh: New file.
8031         * tests/test-mbspbrk.c: New file.
8032
8033 2007-02-11  Bruno Haible  <bruno@clisp.org>
8034
8035         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
8036         unneeded cast.
8037
8038         * modules/mbscspn-tests: New file.
8039         * tests/test-mbscspn.sh: New file.
8040         * tests/test-mbscspn.c: New file.
8041
8042 2007-02-11  Bruno Haible  <bruno@clisp.org>
8043
8044         * modules/mbscasecmp-tests: New file.
8045         * tests/test-mbscasecmp.sh: New file.
8046         * tests/test-mbscasecmp.c: New file.
8047
8048 2007-02-11  Bruno Haible  <bruno@clisp.org>
8049
8050         Ensure O(n) worst-case complexity of mbscasestr.
8051         * lib/mbscasestr.c: Include stdbool.h.
8052         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
8053         functions.
8054         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
8055         the bookkeeping indicates that it's worth it.
8056         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
8057
8058         * modules/mbscasestr-tests: New file.
8059         * tests/test-mbscasestr1.c: New file.
8060         * tests/test-mbscasestr2.sh: New file.
8061         * tests/test-mbscasestr2.c: New file.
8062         * tests/test-mbscasestr3.sh: New file.
8063         * tests/test-mbscasestr3.c: New file.
8064         * tests/test-mbscasestr4.sh: New file.
8065         * tests/test-mbscasestr4.c: New file.
8066         * m4/locale-tr.m4: New file.
8067
8068 2007-02-11  Bruno Haible  <bruno@clisp.org>
8069
8070         Ensure O(n) worst-case complexity of mbsstr.
8071         * lib/mbsstr.c: Include stdbool.h.
8072         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
8073         functions.
8074         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
8075         bookkeeping indicates that it's worth it.
8076         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
8077
8078         * modules/mbsstr-tests: New file.
8079         * tests/test-mbsstr1.c: New file.
8080         * tests/test-mbsstr2.sh: New file.
8081         * tests/test-mbsstr2.c: New file.
8082         * tests/test-mbsstr3.sh: New file.
8083         * tests/test-mbsstr3.c: New file.
8084         * m4/locale-fr.m4: New file.
8085
8086 2007-02-11  Bruno Haible  <bruno@clisp.org>
8087
8088         * lib/mbsrchr.c (mbsrchr): Fix bug.
8089
8090         * modules/mbsrchr-tests: New file.
8091         * tests/test-mbsrchr.sh: New file.
8092         * tests/test-mbsrchr.c: New file.
8093
8094 2007-02-11  Bruno Haible  <bruno@clisp.org>
8095
8096         * lib/mbschr.c (mbschr): Fix bug.
8097
8098         * modules/mbschr-tests: New file.
8099         * tests/test-mbschr.sh: New file.
8100         * tests/test-mbschr.c: New file.
8101         * m4/locale-zh.m4: New file.
8102
8103 2007-02-11  Bruno Haible  <bruno@clisp.org>
8104
8105         Support for copying multibyte string iterators.
8106         * lib/mbiter.h: Include <string.h>.
8107         (mbiter_multi_copy): New function.
8108         (mbi_copy): New macro.
8109         * lib/mbuiter.h: Include <string.h>.
8110         (mbuiter_multi_copy): New function.
8111         (mbui_copy): New macro.
8112
8113 2007-02-11  Bruno Haible  <bruno@clisp.org>
8114
8115         New module mbslen.
8116         * modules/mbslen: New file.
8117         * lib/mbslen.c: New file.
8118         * lib/string_.h (mbslen): New declaration.
8119         * m4/mbslen.m4: New file.
8120         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8121         GNULIB_MBSLEN.
8122         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
8123         * MODULES.html.sh (Internationalization functions): Add mbslen.
8124
8125 2007-02-11  Bruno Haible  <bruno@clisp.org>
8126
8127         Ensure O(n) worst-case complexity of strcasestr substitute.
8128         * lib/strcasestr.c: Include stdbool.h.
8129         (knuth_morris_pratt): New function.
8130         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
8131         bookkeeping indicates that it's worth it.
8132         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
8133
8134         * modules/strcasestr-tests: New file.
8135         * tests/test-strcasestr.c: New file.
8136
8137 2007-02-11  Bruno Haible  <bruno@clisp.org>
8138
8139         Ensure O(n) worst-case complexity of c_strcasestr.
8140         * lib/c-strcasestr.c: Include stdbool.h, string.h.
8141         (knuth_morris_pratt): New function.
8142         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
8143         the bookkeeping indicates that it's worth it.
8144         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
8145
8146         * modules/c-strcasestr-tests: New file.
8147         * tests/test-c-strcasestr.c: New file.
8148
8149 2007-02-11  Bruno Haible  <bruno@clisp.org>
8150
8151         Ensure O(n) worst-case complexity of c_strstr.
8152         * lib/c-strstr.c: Include stdbool.h, string.h.
8153         (knuth_morris_pratt): New function.
8154         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
8155         bookkeeping indicates that it's worth it.
8156         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
8157
8158         * lib/c-strstr.c: Complete rewrite for maintainability.
8159
8160         * modules/c-strstr-tests: New file.
8161         * tests/test-c-strstr.c: New file.
8162
8163 2007-02-11  Bruno Haible  <bruno@clisp.org>
8164
8165         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
8166         5.2.1 and earlier, whereby \055 was treated just like the range
8167         delimiter '-'.
8168         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
8169
8170 2007-02-08  Bruno Haible  <bruno@clisp.org>
8171
8172         * modules/regex (Depends-on): Add stdbool.
8173         Reported by Dalibor Topic <robilad@kaffe.org>.
8174
8175 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
8176
8177         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
8178         Prefer returning from main to exiting from it.
8179         Remove unnecessary parens after sizeof.
8180
8181 2007-02-05  Bruno Haible  <bruno@clisp.org>
8182
8183         New module mbssep.
8184         * modules/mbssep: New file.
8185         * lib/mbssep.c: New file.
8186         * lib/string_.h (strsep): Add a conditional link warning.
8187         (mbssep): New declaration.
8188         * m4/mbssep.m4: New file.
8189         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8190         GNULIB_MBSSEP.
8191         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
8192         * MODULES.html.sh (Internationalization functions): Add mbssep.
8193
8194 2007-02-05  Bruno Haible  <bruno@clisp.org>
8195
8196         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
8197         Optimize search in case of 1 delimiter.
8198
8199 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
8200
8201         * lib/acl.h: Include sys/types.h before sys/acl.h.
8202
8203 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
8204
8205         Merge upstream fix for glibc bugzilla #3957:
8206
8207         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
8208
8209         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
8210         bit for RE_HAT_LISTS_NOT_NEWLINE.
8211         (build_charclass_op): Remove bogus comment.
8212
8213 2007-02-05  Simon Josefsson  <simon@josefsson.org>
8214
8215         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
8216
8217 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
8218
8219         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
8220         * lib/memmem.c [!defined _LIBC]: Include config.h.
8221
8222 2007-02-04  Bruno Haible  <bruno@clisp.org>
8223
8224         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
8225         warning message.
8226
8227 2007-02-04  Bruno Haible  <bruno@clisp.org>
8228
8229         New module mbstok_r.
8230         * modules/mbstok_r: New file.
8231         * lib/mbstok_r.c: New file.
8232         * lib/string_.h (strtok_r): Change argument names to match the
8233         comments. Add a conditional link warning.
8234         (mbstok_r): New declaration.
8235         * m4/mbstok_r.m4: New file.
8236         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8237         GNULIB_MBSTOK_R.
8238         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
8239         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
8240
8241 2007-02-04  Bruno Haible  <bruno@clisp.org>
8242
8243         New module mbsspn.
8244         * modules/mbsspn: New file.
8245         * lib/mbsspn.c: New file.
8246         * lib/string_.h (strspn): Add a conditional link warning.
8247         (mbsspn): New declaration.
8248         * m4/mbsspn.m4: New file.
8249         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8250         GNULIB_MBSSPN.
8251         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
8252         * MODULES.html.sh (Internationalization functions): Add mbsspn.
8253
8254 2007-02-04  Bruno Haible  <bruno@clisp.org>
8255
8256         New module mbspbrk.
8257         * modules/mbspbrk: New file.
8258         * lib/mbspbrk.c: New file.
8259         * lib/string_.h (strpbrk): Add a conditional link warning.
8260         (mbspbrk): New declaration.
8261         * m4/mbspbrk.m4: New file.
8262         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8263         GNULIB_MBSPBRK.
8264         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
8265         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
8266
8267 2007-02-04  Bruno Haible  <bruno@clisp.org>
8268
8269         New module mbscspn.
8270         * modules/mbscspn: New file.
8271         * lib/mbscspn.c: New file.
8272         * lib/string_.h (strcspn): Add a conditional link warning.
8273         (mbscspn): New declaration.
8274         * m4/mbscspn.m4: New file.
8275         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8276         GNULIB_MBSCSPN.
8277         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
8278         * MODULES.html.sh (Internationalization functions): Add mbscspn.
8279
8280 2007-02-04  Bruno Haible  <bruno@clisp.org>
8281
8282         New module mbscasestr, reduced goal of strcasestr.
8283         * modules/mbscasestr: New file.
8284         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
8285         (mbscasestr): Renamed from strcasestr.
8286         * lib/strcasestr.c: Don't include mbuiter.h.
8287         (strcasestr): Remove support for multibyte locales.
8288         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
8289         Change the conditional link warning.
8290         (mbscasestr): New declaration.
8291         * m4/mbscasestr.m4: New file.
8292         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
8293         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
8294         REPLACE_STRCASESTR.
8295         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
8296         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8297         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
8298         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
8299         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
8300         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
8301         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
8302         (Depends-on): Remove mbuiter.
8303         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
8304
8305 2007-02-04  Bruno Haible  <bruno@clisp.org>
8306
8307         Simplify handling of strncasecmp.
8308         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
8309         the conditional link warning.
8310         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8311         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
8312         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
8313         * modules/strcase (configure.ac): Don't invoke
8314         gl_STRING_MODULE_INDICATOR.
8315         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
8316
8317 2007-02-04  Bruno Haible  <bruno@clisp.org>
8318
8319         New module mbscasecmp, reduced goal of strcasecmp.
8320         * modules/mbscasecmp: New file.
8321         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
8322         (mbscasecmp): Renamed from strcasecmp.
8323         * lib/strcasecmp.c: Don't include mbuiter.h.
8324         (strcasecmp): Remove support for multibyte locales.
8325         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
8326         Change the conditional link warning.
8327         (mbscasecmp): New declaration.
8328         * m4/mbscasecmp.m4: New file.
8329         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
8330         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
8331         REPLACE_STRCASECMP.
8332         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
8333         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8334         GNULIB_MBSCASECMP.
8335         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
8336         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
8337         * modules/strcase (Files): Remove m4/mbrtowc.m4.
8338         (Depends-on): Remove mbuiter.
8339         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
8340
8341 2007-02-04  Bruno Haible  <bruno@clisp.org>
8342
8343         New module mbsstr. Remove module strstr.
8344         * modules/mbsstr: New file.
8345         * modules/strstr: Remove file.
8346         * lib/mbsstr.c: Renamed from lib/strstr.c.
8347         (mbsstr): Renamed from strstr.
8348         * lib/string_.h (strstr): Remove declaration. Change the conditional
8349         link warning.
8350         (mbsstr): New declaration.
8351         * m4/mbsstr.m4: New file.
8352         * m4/strstr.m4: Remove file.
8353         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
8354         REPLACE_STRSTR.
8355         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
8356         Don't initialize GNULIB_STRSTR.
8357         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
8358         substitute GNULIB_STRSTR and REPLACE_STRSTR.
8359         * MODULES.html.sh (Internationalization functions): Add mbsstr.
8360         (Support for systems lacking ANSI C 89): Remove strstr.
8361
8362 2007-02-04  Bruno Haible  <bruno@clisp.org>
8363
8364         New module mbsrchr.
8365         * modules/mbsrchr: New file.
8366         * lib/mbsrchr.c: New file.
8367         * lib/string_.h (strrchr): Add a conditional link warning.
8368         (mbsrchr): New declaration.
8369         * m4/mbsrchr.m4: New file.
8370         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8371         GNULIB_MBSRCHR.
8372         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
8373         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
8374
8375 2007-02-04  Bruno Haible  <bruno@clisp.org>
8376
8377         New module mbschr.
8378         * modules/mbschr: New file.
8379         * lib/mbschr.c: New file.
8380         * lib/string_.h (strchr): Add a conditional link warning.
8381         (mbschr): New declaration.
8382         * m4/mbschr.m4: New file.
8383         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8384         GNULIB_MBSCHR.
8385         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
8386         * MODULES.html.sh (Internationalization functions): Add mbschr.
8387
8388 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
8389
8390         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
8391
8392         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
8393
8394 2007-02-04  Bruno Haible  <bruno@clisp.org>
8395
8396         New module description section 'configure.ac-early'.
8397         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
8398         (func_get_autoconf_early_snippet): New function.
8399         (func_import, func_create_testdir): Use it. Remove special cases for
8400         modules 'extensions' and 'lock'.
8401         * modules/extensions (configure.ac-early): Require
8402         gl_USE_SYSTEM_EXTENSIONS.
8403         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
8404
8405 2007-02-04  Bruno Haible  <bruno@clisp.org>
8406
8407         Make use of gcj-4.3's -fsource and -ftarget option.
8408         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
8409         and if so try the options -fsource and -ftarget.
8410         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
8411         source_version, ftarget_option, target_version arguments.
8412         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
8413         (is_envjavac_oldgcj_14_14_usable): Renamed from
8414         is_envjavac_gcj_14_14_usable.
8415         (is_envjavac_oldgcj_14_13_usable): Renamed from
8416         is_envjavac_gcj_14_13_usable.
8417         (is_gcj_present): Update.
8418         (is_gcj_43, is_gcj43_usable): New functions.
8419         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
8420         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
8421         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
8422         try the options -fsource and -ftarget.
8423
8424 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
8425
8426         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
8427         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
8428         larger value.
8429
8430 2007-02-03  Jim Meyering  <jim@meyering.net>
8431
8432         Give tools a better chance to allocate space for very large buffers.
8433         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
8434
8435         Make pwd and readlink work also when run with an unreadable parent dir
8436         on systems with openat support.
8437         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
8438         provided getcwd function, even when we have openat support.
8439         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
8440
8441 2007-02-02  Bruno Haible  <bruno@clisp.org>
8442
8443         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
8444         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
8445         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
8446         portability problems if one of these functions is only used on specific
8447         platforms.
8448         Reported by Paul Eggert.
8449
8450 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
8451
8452         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
8453         is causing more trouble than it's curing.
8454         * lib/regex_internal.h (__mempcpy): Remove.
8455         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
8456         (and make the code a tad smaller to boot).
8457         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
8458
8459 2007-02-02  Jim Meyering  <jim@meyering.net>
8460
8461         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
8462         section, not in the Makefile.am: one.
8463
8464 2007-02-02  Eric Blake  <ebb9@byu.net>
8465
8466         * lib/strchrnul.c: Always include config.h first.
8467
8468         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
8469         gnulib strstr is not necessary here.
8470
8471 2007-02-02  Simon Josefsson  <simon@josefsson.org>
8472
8473         * m4/socklen.m4: Fix typo.
8474
8475 2007-02-02  Eric Blake  <ebb9@byu.net>
8476
8477         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
8478         * modules/netinet_in (Makefile.am): Likewise.
8479
8480 2007-02-01  Bruno Haible  <bruno@clisp.org>
8481
8482         * lib/string_.h (GL_LINK_WARNING): New macro.
8483         (strcasecmp, strstr, strcasestr): If provided by the system,
8484         conditionally define as a macro that leads to a warning instead of to
8485         an error.
8486         (strncasecmp): Conditionally define as a macro that leads to a warning.
8487
8488 2007-02-01  Karl Berry  <karl@gnu.org>
8489
8490         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
8491
8492 2007-02-01  Bruno Haible  <bruno@clisp.org>
8493
8494         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
8495         renamings.
8496
8497 2007-02-01  Eric Blake  <ebb9@byu.net>
8498
8499         * modules/regex (Depends-on): Revert dependence on mempcpy.
8500         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
8501         module's definition of mempcpy.
8502         Reported by Paul Eggert.
8503
8504 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
8505
8506         * lib/string_.h: If the gnulib module XYZ is not present, undefine
8507         the symbol XYZ before redefining it.  This fixes a problem with
8508         programs that don't use XYZ, when compiled on systems that define
8509         XYZ to something else.
8510
8511 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
8512
8513         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
8514         occurs when "mkdir -m foo" creates a setgid directory that is (1)
8515         writeable to group or other and (2) is intended to have a special
8516         mode bit that is set or cleared.  In such a case, the directory
8517         should be neither group- nor other-writeable until the special
8518         mode bits are right.
8519
8520 2007-01-31  Eric Blake  <ebb9@byu.net>
8521
8522         * modules/mountlist (Depends-on): Add strstr.
8523
8524         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
8525         bug.
8526         * modules/string (Makefile.am): Remove redundant replacement.
8527         * modules/regex (Depends-on): Add mempcpy.
8528
8529 2007-01-31  Bruno Haible  <bruno@clisp.org>
8530
8531         New module description field 'Link'.
8532         * gnulib-tool (func_usage): Document --extract-link-directive.
8533         (sed_extract_prog): Recognize 'Link' directive.
8534         (func_get_link_directive): New function.
8535         (func_import): Show summary of link directives.
8536         Handle --extract-link-directive option.
8537         * modules/acl (Link): New section.
8538         * modules/clock-time (Link): New section.
8539         * modules/euidaccess (Link): New section.
8540         * modules/gettext (Link): New section.
8541         * modules/iconv (Link): New section.
8542         * modules/lock (Link): New section.
8543         * modules/nanosleep (Link): New section.
8544         * modules/readline (Link): New section.
8545
8546 2007-01-27  Bruno Haible  <bruno@clisp.org>
8547
8548         Enforce the use of gnulib modules for unportable <string.h> functions.
8549         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
8550         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
8551         (gl_HEADER_STRING_H_BODY): Require it.
8552         * lib/string_.h: If the gnulib module XYZ is not present, redefine
8553         the symbol XYZ to one that gives a link error.
8554         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
8555         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
8556         * modules/mempcpy (configure.ac): Likewise.
8557         * modules/memrchr (configure.ac): Likewise.
8558         * modules/stpcpy (configure.ac): Likewise.
8559         * modules/stpncpy (configure.ac): Likewise.
8560         * modules/strcase (configure.ac): Likewise.
8561         * modules/strcasestr (configure.ac): Likewise.
8562         * modules/strchrnul (configure.ac): Likewise.
8563         * modules/strdup (configure.ac): Likewise.
8564         * modules/strndup (configure.ac): Likewise.
8565         * modules/strnlen (configure.ac): Likewise.
8566         * modules/strpbrk (configure.ac): Likewise.
8567         * modules/strsep (configure.ac): Likewise.
8568         * modules/strstr (configure.ac): Likewise.
8569         * modules/strtok_r (configure.ac): Likewise.
8570
8571 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
8572
8573         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
8574
8575 2007-01-30  Jim Meyering  <jim@meyering.net>
8576
8577         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
8578
8579 2007-01-29  Bruno Haible  <bruno@clisp.org>
8580
8581         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
8582         * lib/execute.c: Likewise.
8583         * lib/pipe.c: Likewise.
8584         * lib/printf-args.h: Likewise.
8585         * lib/printf-args.c: Likewise.
8586         * lib/printf-parse.c: Likewise.
8587         * lib/vasnprintf.c: Likewise.
8588
8589 2007-01-29  Eric Blake  <ebb9@byu.net>
8590
8591         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
8592         declaration.
8593
8594 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
8595
8596         * lib/strptime.h (strptime): Use 'restrict' for args where
8597         POSIX requires this.
8598         * lib/strptime.c (strptime): Likewise.
8599         Change license notice from LGPL to GPL, since gnulib-tool will
8600         change this as needed.
8601         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
8602         defined.
8603         Include "strptime.h" first, to check interface.
8604         Do not #undef _LIBC and _NL_CURRENT.
8605         Do not include <stdlib.h>; no longer needed.
8606         Include "time_r.h" and declare ptime_locale_status
8607         only if _LIBC is not defined.
8608         (__P): Remove unused macro.
8609         (match_string): Bring back glibc version, but use it only if _LIBC
8610         is defined.
8611         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
8612         Remove unnecessary assertion and abort() call.
8613         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
8614         * m4/strptime.m4: Fix serial number comment.
8615         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
8616         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
8617         (Depends-on): Add time_r.
8618
8619 2007-01-29  Bruno Haible  <bruno@clisp.org>
8620
8621         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
8622         strptime.
8623         * modules/strptime (Depends-on): Add stdbool.
8624         * lib/strptime.h: Include <time.h> always. Add comments.
8625
8626 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
8627
8628         * modules/strptime: New file.
8629         * lib/strptime.h: New file.
8630         * lib/strptime.c: New file.
8631         * m4/strptime.m4: New file.
8632
8633 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
8634
8635         * MODULES.html.sh: New module mpsort.
8636         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
8637
8638         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
8639         a circularity problem with HP-UX ia64 reported by Bob Proulx in
8640         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
8641         All uses changed.
8642         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
8643         All uses changed.
8644         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
8645         to _Restrict_.
8646         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
8647         the parameter matches the prototype.
8648
8649 2007-01-28  Jim Meyering  <jim@meyering.net>
8650
8651         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
8652         sys/time.h here, reverting that part of the previous patch:
8653         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
8654
8655 2007-01-28  Bruno Haible  <bruno@clisp.org>
8656
8657         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
8658         value of $(SYS_TIME_H).
8659         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
8660         remove it conditionally, too. [added by Jim Meyering]
8661         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
8662         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
8663         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
8664         GETTIMEOFDAY_REPLACEMENT to 1.
8665
8666 2007-01-28  Bruno Haible  <bruno@clisp.org>
8667
8668         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
8669         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
8670         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
8671         Set UNISTD_H instead of UNISTD_H2.
8672         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
8673
8674 2007-01-28  Bruno Haible  <bruno@clisp.org>
8675
8676         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
8677         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
8678
8679 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8680
8681         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
8682         (func_create_testdir): Ensure C locale for `grep' and `tr'
8683         character ranges.
8684         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
8685         ACLOCAL_AMFLAGS parsing state machine.
8686
8687 2007-01-27  Bruno Haible  <bruno@clisp.org>
8688
8689         * modules/unistr/base: Update.
8690
8691 2007-01-27  Bruno Haible  <bruno@clisp.org>
8692
8693         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
8694         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
8695         * modules/unistr/u32-mbtouc-unsafe: Renamed from
8696         modules/unistr/u32-mbtouc.
8697         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
8698         * lib/unistr.h: Update.
8699         * lib/linebreak.c: Update.
8700         * modules/unistr/u32-mbtouc: Renamed from
8701         modules/unistr/u32-mbtouc-safe.
8702         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
8703         * lib/unistr.h: Update.
8704         * lib/unistr/u32-to-u8.c: Update.
8705         * lib/unistr/u32-to-u16.c: Update.
8706
8707 2007-01-27  Bruno Haible  <bruno@clisp.org>
8708
8709         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
8710         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
8711         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
8712         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
8713         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
8714         * modules/unistr/u16-mbtouc-unsafe: Renamed from
8715         modules/unistr/u16-mbtouc.
8716         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
8717         * lib/unistr.h: Update.
8718         * lib/linebreak.c: Update.
8719         * modules/linebreak: Update.
8720         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
8721         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
8722         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
8723         * modules/unistr/u16-mbtouc: Renamed from
8724         modules/unistr/u16-mbtouc-safe.
8725         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
8726         * lib/unistr.h: Update.
8727         * lib/unistr/u16-to-u8.c: Update.
8728         * modules/unistr/u16-to-u8: Update.
8729         * lib/unistr/u16-to-u32.c: Update.
8730         * modules/unistr/u16-to-u32: Update.
8731
8732 2007-01-27  Bruno Haible  <bruno@clisp.org>
8733
8734         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
8735         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
8736         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
8737         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
8738         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
8739         * modules/unistr/u8-mbtouc-unsafe: Renamed from
8740         modules/unistr/u8-mbtouc.
8741         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
8742         * lib/unistr.h: Update.
8743         * lib/striconveh.c: Update.
8744         * modules/striconveh: Update.
8745         * lib/linebreak.c: Update.
8746         * modules/linebreak: Update.
8747         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
8748         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
8749         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
8750         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
8751         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
8752         * lib/unistr.h: Update.
8753         * lib/striconveh.c: Update.
8754         * modules/striconveh: Update.
8755         * lib/unistr/u8-to-u16.c: Update.
8756         * modules/unistr/u8-to-u16: Update.
8757         * lib/unistr/u8-to-u32.c: Update.
8758         * modules/unistr/u8-to-u32: Update.
8759
8760 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8761
8762         Sync from Libtool.
8763         * lib/argz.c: Do not include strings.h nor memory.h, include
8764         string.h unconditionally.  Patch by Simon Josefsson.
8765
8766 2007-01-27  Bruno Haible  <bruno@clisp.org>
8767
8768         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
8769         from gl_HEADER_STRING_H_BODY.
8770         (gl_HEADER_STRING_H_BODY): Require it.
8771         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
8772         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
8773         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
8774         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
8775         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
8776         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
8777         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
8778         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
8779         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
8780         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
8781         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
8782         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
8783         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
8784         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
8785         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
8786
8787 2007-01-27  Bruno Haible  <bruno@clisp.org>
8788
8789         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
8790         check_PROGRAMS into noinst_PROGRAMS.
8791         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
8792         check_PROGRAMS in this case.
8793         (func_import): Set for_test to false.
8794         (func_create_testdir): Set for_test to true.
8795
8796 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
8797             Bruno Haible  <bruno@clisp.org>
8798
8799         * modules/strcasestr (Files): Remove lib/strcasestr.h.
8800         (Depends-on): Add string.
8801         (Includes): Use <string.h> instead of strcasestr.h.
8802         * modules/string (Makefile.am): Also substitute the value of
8803         REPLACE_STRCASESTR.
8804         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
8805         assume strcasestr is declared in <string.h> not <strings.h>. Also
8806         set REPLACE_STRCASESTR.
8807         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
8808         REPLACE_STRCASESTR.
8809         * lib/strcasestr.h: Remove file.
8810         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
8811         * lib/string_.h (strcasestr): New declaration.
8812
8813 2007-01-27  Bruno Haible  <bruno@clisp.org>
8814
8815         * lib/string_.h: Use 'extern'.
8816
8817 2007-01-27  Jim Meyering  <jim@meyering.net>
8818
8819         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
8820         of set-but-not-used local, "q".
8821
8822         * lib/mempcpy.c: Include <config.h> before <string.h>.
8823         This fixes a compilation error on HP-UX, due to the system's
8824         "restrict"-using mempcpy prototype.
8825
8826 2007-01-26  Bruno Haible  <bruno@clisp.org>
8827
8828         Small optimization.
8829         * lib/javacomp.c: Include c-strstr.h.
8830          (is_envjavac_gcj): Use c_strstr instead of strstr.
8831         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
8832
8833 2007-01-26  Bruno Haible  <bruno@clisp.org>
8834
8835         * MODULES.html.sh (Unicode string functions): Add the new modules.
8836
8837         * modules/uniconv/u32-strconv-to-locale: New file.
8838         * lib/uniconv/u32-strconv-to-locale.c: New file.
8839
8840         * modules/uniconv/u16-strconv-to-locale: New file.
8841         * lib/uniconv/u16-strconv-to-locale.c: New file.
8842
8843         * modules/uniconv/u8-strconv-to-locale: New file.
8844         * lib/uniconv/u8-strconv-to-locale.c: New file.
8845
8846         * modules/uniconv/u32-strconv-from-locale: New file.
8847         * lib/uniconv/u32-strconv-from-locale.c: New file.
8848
8849         * modules/uniconv/u16-strconv-from-locale: New file.
8850         * lib/uniconv/u16-strconv-from-locale.c: New file.
8851
8852         * modules/uniconv/u8-strconv-from-locale: New file.
8853         * lib/uniconv/u8-strconv-from-locale.c: New file.
8854
8855         * modules/uniconv/u32-strconv-to-enc: New file.
8856         * lib/uniconv/u32-strconv-to-enc.c: New file.
8857         * modules/uniconv/u32-strconv-to-enc-tests: New file.
8858         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
8859
8860         * modules/uniconv/u16-strconv-to-enc: New file.
8861         * lib/uniconv/u16-strconv-to-enc.c: New file.
8862         * lib/uniconv/u-strconv-to-enc.h: New file.
8863         * modules/uniconv/u16-strconv-to-enc-tests: New file.
8864         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
8865
8866         * modules/uniconv/u8-strconv-to-enc: New file.
8867         * lib/uniconv/u8-strconv-to-enc.c: New file.
8868         * modules/uniconv/u8-strconv-to-enc-tests: New file.
8869         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
8870
8871         * modules/uniconv/u32-strconv-from-enc: New file.
8872         * lib/uniconv/u32-strconv-from-enc.c: New file.
8873         * modules/uniconv/u32-strconv-from-enc-tests: New file.
8874         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
8875
8876         * modules/uniconv/u16-strconv-from-enc: New file.
8877         * lib/uniconv/u16-strconv-from-enc.c: New file.
8878         * modules/uniconv/u16-strconv-from-enc-tests: New file.
8879         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
8880
8881         * modules/uniconv/u8-strconv-from-enc: New file.
8882         * lib/uniconv/u8-strconv-from-enc.c: New file.
8883         * lib/uniconv/u-strconv-from-enc.h: New file.
8884         * modules/uniconv/u8-strconv-from-enc-tests: New file.
8885         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
8886
8887         * modules/uniconv/u32-conv-from-enc: New file.
8888         * lib/uniconv/u32-conv-from-enc.c: New file.
8889         * modules/uniconv/u32-conv-from-enc-tests: New file.
8890         * tests/uniconv/test-u32-conv-from-enc.c: New file.
8891
8892         * modules/uniconv/u16-conv-from-enc: New file.
8893         * lib/uniconv/u16-conv-from-enc.c: New file.
8894         * lib/uniconv/u-conv-from-enc.h: New file.
8895         * modules/uniconv/u16-conv-from-enc-tests: New file.
8896         * tests/uniconv/test-u16-conv-from-enc.c: New file.
8897
8898         * modules/uniconv/u8-conv-from-enc: New file.
8899         * lib/uniconv/u8-conv-from-enc.c: New file.
8900         * modules/uniconv/u8-conv-from-enc-tests: New file.
8901         * tests/uniconv/test-u8-conv-from-enc.c: New file.
8902
8903         * modules/uniconv/base: New file.
8904         * lib/uniconv.h: New file.
8905
8906 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
8907
8908         * doc/gnulib-tool.texi (Initial import): Update to match current
8909         behavior with strdup module.
8910         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
8911         * lib/memmem.h: Remove; all uses removed.  This is now done
8912         by <string.h>.
8913         * lib/mempcpy.h: Likewise.
8914         * lib/memrchr.h: Likewise.
8915         * lib/stpcpy.h: Likewise.
8916         * lib/stpncpy.h: Likewise.
8917         * lib/strcase.h: Likewise.
8918         * lib/strchrnul.h: Likewise.
8919         * lib/strdup.h: Likewise.
8920         * lib/strndup.h: Likewise.
8921         * lib/strnlen.h: Likewise.
8922         * lib/strpbrk.h: Likewise.
8923         * lib/strsep.h: Likewise.
8924         * lib/strstr.h: Likewise.
8925         * lib/strtok_r.h: Likewise.
8926         * lib/string_.h: New file.
8927         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
8928         Rely on <string.h> instead.
8929         * lib/canon-host.c: Likewise.
8930         * lib/chdir-long.c: Likewise.
8931         * lib/concatpath.c: Likewise.
8932         * lib/exclude.c: Likewise.
8933         * lib/fchdir.c: Likewise.
8934         * lib/getaddrinfo.c: Likewise.
8935         * lib/getcwd.c: Likewise.
8936         * lib/getsubopt.c: Likewise.
8937         * lib/glob.c: Likewise.
8938         * lib/hard-locale.c: Likewise.
8939         * lib/iconvme.c: Likewise.
8940         * lib/javacomp.c: Likewise.
8941         * lib/mempcpy.c: Likewise.
8942         * lib/memrchr.c: Likewise.
8943         * lib/regex_internal.h: Likewise.
8944         * lib/stpncpy.c: Likewise.
8945         * lib/strcasecmp.c: Likewise.
8946         * lib/strchrnul.c: Likewise.
8947         * lib/strdup.c: Likewise.
8948         * lib/striconv.c: Likewise.
8949         * lib/striconveh.c: Likewise.
8950         * lib/striconveha.c: Likewise.
8951         * lib/strncasecmp.c: Likewise.
8952         * lib/strndup.c: Likewise.
8953         * lib/strnlen.c: Likewise.
8954         * lib/strsep.c: Likewise.
8955         * lib/strstr.c: Likewise.
8956         * lib/strtok_r.c: Likewise.
8957         * lib/userspec.c: Likewise.
8958         * lib/w32spawn.h: Likewise.
8959         * lib/xstrndup.c: Likewise.
8960         * lib/mountlist.c (strstr): Remove decl.
8961         * m4/string_h.m4: New file.
8962         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
8963         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
8964         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
8965         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
8966         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
8967         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
8968         Set REPLACE_STRCASECMP if necessary.
8969         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
8970         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
8971         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
8972         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
8973         HAVE_DECL_STRDUP if necessary.
8974         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
8975         since gl_FUNC_STRNDUP does that now.
8976         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
8977         Check for decl here...
8978         (gl_PREREQ_STRNLEN): ... not here.
8979         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
8980         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
8981         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
8982         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
8983         necessary.
8984         * modules/string: New file.
8985         * modules/memmem (Files): Remove special-purpose include file.
8986         (Depends-on): Add string.
8987         (Include): Include <string.h>, not the removed file.
8988         * modules/mempcpy: Likewise.
8989         * modules/memrchr: Likewise.
8990         * modules/stpcpy: Likewise.
8991         * modules/stpncpy: Likewise.
8992         * modules/strcase: Likewise.
8993         * modules/strchrnul: Likewise.
8994         * modules/strdup: Likewise.
8995         * modules/strndup: Likewise.
8996         * modules/strnlen: Likewise.
8997         * modules/strpbrk: Likewise.
8998         * modules/strsep: Likewise.
8999         * modules/strstr: Likewise.
9000         * modules/strtok_r: Likewise.
9001         * tests/test-dirname.c: Don't include "strdup.h", since
9002         <string.h> now suffices.
9003         * tests/test-memmem.c: Don't include "memmem.h", since
9004         <string.h> now suffices.
9005
9006 2007-01-25  Bruno Haible  <bruno@clisp.org>
9007
9008         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
9009         *resultp is 0.
9010
9011         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
9012         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
9013         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
9014         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
9015
9016         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
9017         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
9018         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
9019         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
9020         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
9021         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
9022
9023 2007-01-24  Bruno Haible  <bruno@clisp.org>
9024
9025         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
9026         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
9027         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
9028         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
9029         gl_FUNC_FTS_CORE.
9030         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
9031         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
9032         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
9033         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
9034         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
9035         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
9036         gl_FUNC_FCHOWNAT.
9037         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
9038         gl_FUNC_STRFTIME.
9039         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
9040         Reported by Ralf Wildenhues.
9041
9042 2007-01-24  Bruno Haible  <bruno@clisp.org>
9043
9044         Drop AC_REQUIRE calls that are redundant with the module dependencies.
9045         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
9046         gl_GETADDRINFO.
9047         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
9048         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
9049         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
9050
9051 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
9052
9053         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
9054         Don't use 'exit'; just return from 'main'.
9055         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
9056
9057         * lib/fnmatch_.h: Readjust white space and comments to match
9058         glibc, to avoid spurious diffs.
9059
9060 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9061
9062         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
9063         2004-12-01 change by Jakub Jelinek, since this code won't compile
9064         if !LIBC.  Problem reported by Bob Proulx.
9065
9066 2007-01-23  Bruno Haible  <bruno@clisp.org>
9067
9068         * lib/striconveh.c: Include c-strcaseeq.h.
9069         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
9070         * modules/striconveh (Depends-on): Add c-strcaseeq.
9071
9072 2007-01-23  Bruno Haible  <bruno@clisp.org>
9073
9074         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
9075
9076         * modules/c-strcaseeq: New file.
9077         * lib/c-strcaseeq.h: New file.
9078
9079         * modules/streq: New file.
9080         * lib/streq.h: New file.
9081
9082 2007-01-23  Bruno Haible  <bruno@clisp.org>
9083
9084         * modules/striconveha-tests: New file.
9085         * tests/test-striconveha.c: New file.
9086
9087         * lib/striconveha.h: Include <stdbool.h>.
9088         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
9089         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
9090         (mem_iconveha_notranslit): Renamed from mem_iconveha.
9091         (mem_iconveha): New function.
9092         (str_iconveha_notranslit): Renamed from str_iconveha.
9093         (str_iconveha): New function.
9094         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
9095         c-strcase.
9096
9097 2007-01-23  Bruno Haible  <bruno@clisp.org>
9098
9099         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
9100         encodings without forgiving before trying any encoding with handler.
9101         (str_iconveha): Try all encodings without forgiving before trying any
9102         encoding with handler.
9103
9104 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9105
9106         Import the following changes from libc.
9107
9108         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
9109
9110         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
9111
9112         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
9113
9114         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
9115         normal_bracket label.
9116
9117         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
9118
9119         [BZ #361]
9120         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
9121         to normal_bracket after fetching the next character.
9122
9123 2007-01-22  Bruno Haible  <bruno@clisp.org>
9124
9125         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
9126         argument.
9127         * lib/striconveh.c (iconv_carefully_1): New function.
9128         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
9129         argument.
9130         (str_cd_iconveh): Update.
9131         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
9132         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
9133         * tests/test-striconveh.c (MAGIC): New macro.
9134         (new_offsets): New function.
9135         (main): Test call with and without offsets.
9136
9137 2007-01-22  Bruno Haible  <bruno@clisp.org>
9138
9139         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
9140         * modules/sys_select (Makefile.am): Likewise.
9141         * modules/sys_socket (Makefile.am): Likewise.
9142         * modules/sys_time (Makefile.am): Likewise.
9143
9144 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9145
9146         * modules/gettimeofday (License): Change from GPL to LGPL, since
9147         gettimeofday is a library function.
9148
9149 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9150
9151         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
9152
9153 2007-01-21  Bruno Haible  <bruno@clisp.org>
9154
9155         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
9156
9157 2007-01-21  Bruno Haible  <bruno@clisp.org>
9158
9159         * modules/striconveha: New file.
9160         * lib/striconveha.h: New file.
9161         * lib/striconveha.c: New file.
9162         * MODULES.html.sh (Internationalization functions): Add striconveha.
9163         * lib/striconv.c (str_iconv): Optimize the case of an empty input
9164         string.
9165         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
9166
9167 2007-01-21  Bruno Haible  <bruno@clisp.org>
9168
9169         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
9170         * lib/striconveh.c (str_iconveh): Likewise.
9171
9172 2007-01-21  Bruno Haible  <bruno@clisp.org>
9173
9174         * lib/striconveh.h (mem_iconveh): New declaration.
9175         * lib/striconveh.c (mem_iconveh): New function.
9176         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
9177
9178 2007-01-21  Bruno Haible  <bruno@clisp.org>
9179
9180         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
9181
9182         * lib/striconveh.h (mem_cd_iconveh): Change specification.
9183         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
9184         original result buffer.
9185         (str_cd_iconveh): Update.
9186         * tests/test-striconveh.c (main): Update.
9187
9188         * lib/striconv.h (mem_cd_iconv): Change specification.
9189         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
9190         result buffer.
9191         (str_cd_iconv): Update.
9192         * tests/test-striconv.c (main): Update.
9193
9194 2007-01-21  Bruno Haible  <bruno@clisp.org>
9195
9196         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
9197
9198 2007-01-20  Jim Meyering  <jim@meyering.net>
9199
9200         * lib/userspec.c (parse_with_separator): If a user or group string
9201         starts with "+", skip the corresponding name-to-ID look-up, since
9202         such a look-up must fail: user and group names may not include "+".
9203
9204 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
9205
9206         * lib/poll.c: Include sys/time.h and time.h unconditionally,
9207         since we now assume the sys_time module.
9208         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
9209         check for sys/time.h; no longer needed.
9210         * modules/poll (Depends-on): Depend on sys_time.
9211
9212 2007-01-18  Bruno Haible  <bruno@clisp.org>
9213
9214         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
9215         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
9216
9217         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
9218         gettimeofday.
9219
9220         * tests/test-gettimeofday.c: Include <time.h>.
9221         (dummy): Remove variable.
9222
9223         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
9224         gl_HEADER_SYS_TIME_H.
9225         (gl_HEADER_SYS_TIME_H): New macro.
9226
9227         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
9228         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9229         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
9230         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
9231         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9232         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
9233         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
9234         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9235         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
9236         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
9237         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9238
9239         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
9240         last change; it caused a compilation error when cross-compiling to
9241         Cygwin.
9242
9243 2007-01-18  Jim Meyering  <jim@meyering.net>
9244
9245         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
9246         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
9247         than the race-prone "test -d sys || mkdir sys".
9248         (configure.ac): Use AC_PROG_MKDIR_P.
9249         * modules/sys_select: Likewise.
9250         * modules/sys_socket: Likewise.
9251         * modules/sys_time: Likewise.
9252
9253 2007-01-18  Eric Blake  <ebb9@byu.net>
9254
9255         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
9256         replace gettimeofday.
9257         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
9258         name, to avoid infinite recursion.
9259
9260 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
9261
9262         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
9263         module sys_time.
9264         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
9265         assume timespec.h defines struct timeval.
9266         * lib/settime.c: Likewise.
9267         * lib/utimens.c: Likewise.
9268         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
9269         since we now assume the gettimeofday module.
9270         * lib/tempname.c (__gen_tempname): Likewise.
9271         * lib/gettimeofday.h: Remove.
9272         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
9273         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
9274         Include <time.h>, for 'time()'.
9275         (localtime_buffer_addr): Also use this workaround if
9276         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
9277         to simplify the uses.  All uses changed.
9278         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
9279         that #undef is inside {}, and 'const' follows type name consistently.
9280         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
9281         (gettimeofday): Do not use the maximum possible value for
9282         tv->tv_usec, since that might break usages other than ls.c.
9283         Instead, we'll leave ls.c alone.  This undoes today's patch
9284         by Bruno.  Add a compile-time warning for 1s-clock resolution;
9285         we've never observed the problem but might as well keep the
9286         canary.
9287         * lib/nanosleep.c: Include timespec.h first, for interface check.
9288         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
9289         now assume the sys_time module.
9290         * lib/tempname.c: Likewise.
9291         * lib/timespec.h: Likewise.
9292         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
9293         needed.
9294         * lib/strftime.c: Likewise.
9295         * lib/timespec.h: Likewise.
9296         * lib/posixtm.c: Include posixtm.h first, for interface check.
9297         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
9298         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
9299         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
9300         * lib/sys_time_.h: New file.
9301         * lib/timespec.h (struct timespec): Use long int, not long.
9302         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
9303         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
9304         Remove obsolescent call to AC_HEADER_TIME.
9305         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
9306         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9307         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
9308         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
9309         Likewise.
9310         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
9311         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
9312         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
9313         into the sys_time module.  Check for gettimeofday just once.
9314         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
9315         for gettimeofday signature to just check the signature.  Merely
9316         compile it, since linking doesn't test signature.  Improve test for
9317         whether gettimeofday.o is actually needed.
9318         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
9319         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
9320         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
9321         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9322         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
9323         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
9324         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
9325         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
9326         than worrying about sys/time.h.
9327         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
9328         Don't bother worrying about TIME_WITH_SYS_TIME.
9329         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
9330         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
9331         * m4/sys_time_h.m4: New file.
9332         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
9333         Don't include sys/time.h.  Return from main rather than exiting.
9334         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
9335         all uses changed.
9336         * modules/gethrxtime (Depends-on): Add sys_time.
9337         * modules/gettime (Depends-on): Likewise.
9338         * modules/gettimeofday (Depends-on): Likewise.
9339         * modules/nanosleep (Depends-on): Likewise.
9340         * modules/settime (Depends-on): Likewise.
9341         * modules/tempname (Depends-on): Likewise.
9342         * modules/utimens (Depends-on): Likewise.
9343         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
9344         (Include:) Change back to <sys/time.h>.
9345         (Maintainer:) Add self.
9346         * modules/sys_time: New file.
9347         * modules/tempname (Depends-on): Add gettimeofday.
9348         * tests/test-gettimeofday.c: Include <sys/time.h>
9349         rather than gettimeofday.h.
9350
9351 2007-01-17  Bruno Haible  <bruno@clisp.org>
9352
9353         * gnulib-tool (func_get_license): Revert last patch. Instead, let
9354         the license default to GPL.
9355         (func_create_testdir): Don't complain if a module is LGPL and its
9356         tests module depends on GPLed modules.
9357
9358 2007-01-17  Bruno Haible  <bruno@clisp.org>
9359
9360         * lib/gettimeofday.c (gettimeofday): Add code for the case
9361         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
9362         maximum possible value for tv->tv_usec, rather than the minimum one.
9363
9364 2005-10-08  Martin Lambers  <marlam@marlam.de>
9365 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
9366 2007-01-16  Bruno Haible  <bruno@clisp.org>
9367
9368         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
9369         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
9370         gl_FUNC_GETTIMEOFDAY.
9371         (Include): Add gettimeofday.h.
9372         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
9373         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
9374         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
9375         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
9376         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
9377         * lib/gettimeofday.h: New file.
9378         * lib/gettimeofday.c: Include <sys/timeb.h>.
9379         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
9380         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9381         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
9382         fall back on time().
9383
9384         * tests/test-gettimeofday.c: New file.
9385         * modules/gettimeofday-tests: New file.
9386
9387 2007-01-16  Eric Blake  <ebb9@byu.net>
9388
9389         * modules/fnmatch (Depends-on): Depend on wchar.
9390         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
9391         * m4/fnmatch.m4: Likewise.
9392         * modules/mbchar (Makefile.am): Assume <wchar.h>.
9393         * m4/mbchar.m4: Likewise.
9394         * modules/mbswidth (Depends-on): Depend on wchar.
9395         * lib/mbswidth.c: Assume <wchar.h>.
9396         * m4/mbswidth.m4: Likewise.
9397         * modules/quotearg (Depends-on): Depend on wchar.
9398         * lib/quotearg.c: Assume <wchar.h>.
9399         * m4/quotearg.m4: Likewise.
9400         * modules/regex (Depends-on): Depend on wchar.
9401         * lib/regex_internal.h: Assume <wchar.h>.
9402         * m4/regex.m4: Likewise.
9403         * modules/stdint (Depends-on): Depend on wchar.
9404         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
9405         * m4/stdint.m4: Likewise.
9406         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
9407         * modules/strftime (Depends-on): Depend on wchar.
9408         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
9409         * modules/strtol (Depends-on): Depend on wchar.
9410         * lib/strtol.c: Assume <wchar.h>.
9411         * modules/wcwidth (Depends-on): Depend on wchar.
9412         * lib/wcwidth.h: Assume <wchar.h>.
9413         * m4/wcwidth.m4: Likewise.
9414
9415 2007-01-16  Bruno Haible  <bruno@clisp.org>
9416
9417         * modules/csharpexec-script: New, created from...
9418         * modules/csharpexec: ... this.
9419
9420 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
9421
9422         * modules/javaexec-script: New, created from...
9423         * modules/javaexec: ... this.
9424
9425 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9426
9427         * modules/poll (Dependencies): Add sys_select.
9428
9429 2007-01-15  Jim Meyering  <jim@meyering.net>
9430
9431         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
9432         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
9433         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
9434         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
9435
9436 2007-01-15  Bruno Haible  <bruno@clisp.org>
9437
9438         * modules/striconveh: New file.
9439         * lib/striconveh.h: New file.
9440         * lib/striconveh.c: New file.
9441         * MODULES.html.sh (Internationalization functions): Add striconveh.
9442
9443         * modules/striconveh-tests: New file.
9444         * tests/test-striconveh.c: New file.
9445
9446 2007-01-15  Bruno Haible  <bruno@clisp.org>
9447
9448         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
9449         not from GNU libiconv or GNU libc.
9450
9451 2007-01-15  Bruno Haible  <bruno@clisp.org>
9452
9453         * doc/gnulib-intro.texi (Copyright): Explain the different license
9454         terms for module descriptions, autoconf macros, tests, documentation.
9455
9456 2007-01-14  Bruno Haible  <bruno@clisp.org>
9457
9458         * modules/striconv-tests: New file.
9459         * tests/test-striconv.c: New file.
9460
9461 2007-01-14  Bruno Haible  <bruno@clisp.org>
9462
9463         * modules/iconv-tests: New file.
9464         * tests/test-iconv.c: New file.
9465
9466 2007-01-14  Bruno Haible  <bruno@clisp.org>
9467
9468         * gnulib-tool (func_get_license): For test modules, use the license of
9469         the main module.
9470
9471 2007-01-14  Bruno Haible  <bruno@clisp.org>
9472
9473         * modules/iconv (Include): Clarify that <iconv.h> can only be included
9474         if iconv is found to exist.
9475
9476 2007-01-14  Bruno Haible  <bruno@clisp.org>
9477
9478         * modules/c-ctype-tests: New file.
9479         * tests/test-c-ctype.c: New file.
9480
9481 2007-01-14  Bruno Haible  <bruno@clisp.org>
9482
9483         * modules/binary-io-tests: New file.
9484         * tests/test-binary-io.sh: New file.
9485         * tests/test-binary-io.c: New file.
9486
9487 2007-01-14  Bruno Haible  <bruno@clisp.org>
9488
9489         * modules/array-oset-tests: New file.
9490         * tests/test-array_oset.c: New file.
9491
9492 2007-01-14  Bruno Haible  <bruno@clisp.org>
9493
9494         * modules/array-list-tests: New file.
9495         * tests/test-array_list.c: New file.
9496
9497 2007-01-14  Bruno Haible  <bruno@clisp.org>
9498
9499         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
9500         and make.
9501         Reported by Simon Josefsson in
9502         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
9503
9504 2007-01-14  Bruno Haible  <bruno@clisp.org>
9505
9506         * modules/allocsa-tests: New file.
9507         * tests/test-allocsa.c: New file.
9508
9509 2007-01-14  Bruno Haible  <bruno@clisp.org>
9510
9511         * modules/fchdir (Depends-on): Add absolute-header.
9512         * modules/unistd (Depends-on): Likewise.
9513
9514 2006-12-30  Bruno Haible  <bruno@clisp.org>
9515
9516         * modules/fchdir: New file.
9517         * modules/unistd (Files): Add lib/unistd_.h.
9518         (Makefile.am): Generate unistd.h from unistd_.h.
9519         * lib/fchdir.c: New file.
9520         * lib/dirent_.h: New file.
9521         * lib/unistd_.h: New file.
9522         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
9523         * m4/fchdir.m4: New file.
9524         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
9525         (gl_HEADER_UNISTD): Invoke it.
9526         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
9527         function.
9528         * lib/backupfile.c (opendir, closedir): Undefine.
9529         * lib/chown.c (open, close): Undefine.
9530         * lib/clean-temp.c (open, close): Undefine.
9531         * lib/copy-file.c (open, close): Undefine.
9532         * lib/execute.c (open, close): Undefine.
9533         * lib/fsusage.c (open, close): Undefine.
9534         * lib/gc-gnulib.c (open, close): Undefine.
9535         * lib/getcwd.c (opendir, closedir): Undefine.
9536         * lib/glob.c (opendir, closedir): Undefine.
9537         * lib/javacomp.c (open, close): Undefine.
9538         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
9539         * lib/openat-proc.c (open, close): Undefine.
9540         * lib/pagealign_alloc.c (open, close): Undefine.
9541         * lib/pipe.c (open, close): Undefine.
9542         * lib/progreloc.c (open, close): Undefine.
9543         * lib/savedir.c (opendir, closedir): Undefine.
9544         * lib/utime.c (open, close): Undefine.
9545         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
9546
9547 2007-01-10  Bruno Haible  <bruno@clisp.org>
9548
9549         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
9550
9551 2007-01-12  Eric Blake  <ebb9@byu.net>
9552
9553         Provide a robust <wchar.h>.  Further simplifications are now
9554         possible in other modules, but not included here.
9555         * modules/wchar: New module.
9556         * m4/wchar.m4: New file.
9557         * lib/wchar_.h: Likewise.
9558         * modules/mbchar (Depends-on): Depend on wchar, as the first use
9559         of the new module.
9560         * MODULES.html.sh (Extended multibyte and wide character utilities):
9561         New section.
9562
9563 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
9564
9565         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
9566         to a reasonable default for memory allocation.
9567         (xreadlink): Don't allocate a huge buffer, to work around a buggy
9568         file system that reports garbage st_size values for symlinks.
9569         Problem reported by Liyang Hu.
9570
9571 2007-01-11  Simon Josefsson  <simon@josefsson.org>
9572
9573         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
9574         Emacs .#* auto-save files).
9575
9576 2007-01-11  Bruno Haible  <bruno@clisp.org>
9577
9578         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
9579         directory.
9580
9581 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9582
9583         Use @...@ consistently in lib/wctype_.h.
9584         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
9585         on it being set to 1 or 0.
9586         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
9587         go back to AC_SUBSTing it.
9588         * modules/wctype (Makefile.am): Undo previous change.
9589
9590 2007-01-10  Eric Blake  <ebb9@byu.net>
9591
9592         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
9593         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
9594         * modules/wctype (Makefile.am): Likewise.
9595         Reported by Chris McGuire.
9596
9597 2007-01-10  Jim Meyering  <jim@meyering.net>
9598
9599         fts.c: a small readability/maintainability improvement
9600         * lib/fts.c (fts_read): Make this code slightly more readable and
9601         maintainable by hoisting the "sp->fts_cur = p" assignments to
9602         immediately follow the statements that set P.  Derived from
9603         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
9604
9605 2007-01-10  Eric Blake  <ebb9@byu.net>
9606
9607         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
9608         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
9609         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
9610         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
9611         Reported by Chris McGuire.
9612
9613 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9614
9615         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
9616         in sed script.
9617
9618 2007-01-09  Bruno Haible  <bruno@clisp.org>
9619
9620         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
9621         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
9622         variables.
9623         (func_module): Use them.
9624
9625 2007-01-09  Bruno Haible  <bruno@clisp.org>
9626
9627         * modules/unistr/base: New file.
9628         * lib/unistr.h: New file.
9629
9630         * modules/unistr/u8-to-u16: New file.
9631         * lib/unistr/u8-to-u16.c: New file.
9632
9633         * modules/unistr/u8-to-u32: New file.
9634         * lib/unistr/u8-to-u32.c: New file.
9635
9636         * modules/unistr/u16-to-u8: New file.
9637         * lib/unistr/u16-to-u8.c: New file.
9638
9639         * modules/unistr/u16-to-u32: New file.
9640         * lib/unistr/u16-to-u32.c: New file.
9641
9642         * modules/unistr/u32-to-u8: New file.
9643         * lib/unistr/u32-to-u8.c: New file.
9644
9645         * modules/unistr/u32-to-u16: New file.
9646         * lib/unistr/u32-to-u16.c: New file.
9647
9648         * modules/unistr/u8-check: New file.
9649         * modules/unistr/u16-check: New file.
9650         * modules/unistr/u32-check: New file.
9651         * lib/unistr/u8-check.c: New file.
9652         * lib/unistr/u16-check.c: New file.
9653         * lib/unistr/u32-check.c: New file.
9654
9655         * modules/unistr/u8-chr: New file.
9656         * modules/unistr/u16-chr: New file.
9657         * modules/unistr/u32-chr: New file.
9658         * lib/unistr/u8-chr.c: New file.
9659         * lib/unistr/u16-chr.c: New file.
9660         * lib/unistr/u32-chr.c: New file.
9661
9662         * modules/unistr/u8-cmp: New file.
9663         * modules/unistr/u16-cmp: New file.
9664         * modules/unistr/u32-cmp: New file.
9665         * lib/unistr/u8-cmp.c: New file.
9666         * lib/unistr/u16-cmp.c: New file.
9667         * lib/unistr/u32-cmp.c: New file.
9668
9669         * modules/unistr/u8-cpy: New file.
9670         * modules/unistr/u16-cpy: New file.
9671         * modules/unistr/u32-cpy: New file.
9672         * lib/unistr/u8-cpy.c: New file.
9673         * lib/unistr/u16-cpy.c: New file.
9674         * lib/unistr/u32-cpy.c: New file.
9675         * lib/unistr/u-cpy.h: New file.
9676
9677         * modules/unistr/u8-cpy-alloc: New file.
9678         * modules/unistr/u16-cpy-alloc: New file.
9679         * modules/unistr/u32-cpy-alloc: New file.
9680         * lib/unistr/u8-cpy-alloc.c: New file.
9681         * lib/unistr/u16-cpy-alloc.c: New file.
9682         * lib/unistr/u32-cpy-alloc.c: New file.
9683         * lib/unistr/u-cpy-alloc.h: New file.
9684
9685         * modules/unistr/u8-endswith: New file.
9686         * modules/unistr/u16-endswith: New file.
9687         * modules/unistr/u32-endswith: New file.
9688         * lib/unistr/u8-endswith.c: New file.
9689         * lib/unistr/u16-endswith.c: New file.
9690         * lib/unistr/u32-endswith.c: New file.
9691         * lib/unistr/u-endswith.h: New file.
9692
9693         * modules/unistr/u8-mblen: New file.
9694         * modules/unistr/u16-mblen: New file.
9695         * modules/unistr/u32-mblen: New file.
9696         * lib/unistr/u8-mblen.c: New file.
9697         * lib/unistr/u16-mblen.c: New file.
9698         * lib/unistr/u32-mblen.c: New file.
9699
9700         * modules/unistr/u8-mbtouc: New file.
9701         * modules/unistr/u16-mbtouc: New file.
9702         * modules/unistr/u32-mbtouc: New file.
9703         * lib/unistr/u8-mbtouc.c: New file.
9704         * lib/unistr/u16-mbtouc.c: New file.
9705         * lib/unistr/u32-mbtouc.c: New file.
9706
9707         * modules/unistr/u8-mbtouc-safe: New file.
9708         * modules/unistr/u16-mbtouc-safe: New file.
9709         * modules/unistr/u32-mbtouc-safe: New file.
9710         * lib/unistr/u8-mbtouc-safe.c: New file.
9711         * lib/unistr/u16-mbtouc-safe.c: New file.
9712         * lib/unistr/u32-mbtouc-safe.c: New file.
9713
9714         * modules/unistr/u8-move: New file.
9715         * modules/unistr/u16-move: New file.
9716         * modules/unistr/u32-move: New file.
9717         * lib/unistr/u8-move.c: New file.
9718         * lib/unistr/u16-move.c: New file.
9719         * lib/unistr/u32-move.c: New file.
9720         * lib/unistr/u-move.h: New file.
9721
9722         * modules/unistr/u8-next: New file.
9723         * modules/unistr/u16-next: New file.
9724         * modules/unistr/u32-next: New file.
9725         * lib/unistr/u8-next.c: New file.
9726         * lib/unistr/u16-next.c: New file.
9727         * lib/unistr/u32-next.c: New file.
9728
9729         * modules/unistr/u8-prev: New file.
9730         * modules/unistr/u16-prev: New file.
9731         * modules/unistr/u32-prev: New file.
9732         * lib/unistr/u8-prev.c: New file.
9733         * lib/unistr/u16-prev.c: New file.
9734         * lib/unistr/u32-prev.c: New file.
9735
9736         * modules/unistr/u8-set: New file.
9737         * modules/unistr/u16-set: New file.
9738         * modules/unistr/u32-set: New file.
9739         * lib/unistr/u8-set.c: New file.
9740         * lib/unistr/u16-set.c: New file.
9741         * lib/unistr/u32-set.c: New file.
9742         * lib/unistr/u-set.h: New file.
9743
9744         * modules/unistr/u8-startswith: New file.
9745         * modules/unistr/u16-startswith: New file.
9746         * modules/unistr/u32-startswith: New file.
9747         * lib/unistr/u8-startswith.c: New file.
9748         * lib/unistr/u16-startswith.c: New file.
9749         * lib/unistr/u32-startswith.c: New file.
9750         * lib/unistr/u-startswith.h: New file.
9751
9752         * modules/unistr/u8-stpcpy: New file.
9753         * modules/unistr/u16-stpcpy: New file.
9754         * modules/unistr/u32-stpcpy: New file.
9755         * lib/unistr/u8-stpcpy.c: New file.
9756         * lib/unistr/u16-stpcpy.c: New file.
9757         * lib/unistr/u32-stpcpy.c: New file.
9758         * lib/unistr/u-stpcpy.h: New file.
9759
9760         * modules/unistr/u8-stpncpy: New file.
9761         * modules/unistr/u16-stpncpy: New file.
9762         * modules/unistr/u32-stpncpy: New file.
9763         * lib/unistr/u8-stpncpy.c: New file.
9764         * lib/unistr/u16-stpncpy.c: New file.
9765         * lib/unistr/u32-stpncpy.c: New file.
9766         * lib/unistr/u-stpncpy.h: New file.
9767
9768         * modules/unistr/u8-strcat: New file.
9769         * modules/unistr/u16-strcat: New file.
9770         * modules/unistr/u32-strcat: New file.
9771         * lib/unistr/u8-strcat.c: New file.
9772         * lib/unistr/u16-strcat.c: New file.
9773         * lib/unistr/u32-strcat.c: New file.
9774         * lib/unistr/u-strcat.h: New file.
9775
9776         * modules/unistr/u8-strchr: New file.
9777         * modules/unistr/u16-strchr: New file.
9778         * modules/unistr/u32-strchr: New file.
9779         * lib/unistr/u8-strchr.c: New file.
9780         * lib/unistr/u16-strchr.c: New file.
9781         * lib/unistr/u32-strchr.c: New file.
9782
9783         * modules/unistr/u8-strcmp: New file.
9784         * modules/unistr/u16-strcmp: New file.
9785         * modules/unistr/u32-strcmp: New file.
9786         * lib/unistr/u8-strcmp.c: New file.
9787         * lib/unistr/u16-strcmp.c: New file.
9788         * lib/unistr/u32-strcmp.c: New file.
9789
9790         * modules/unistr/u8-strcpy: New file.
9791         * modules/unistr/u16-strcpy: New file.
9792         * modules/unistr/u32-strcpy: New file.
9793         * lib/unistr/u8-strcpy.c: New file.
9794         * lib/unistr/u16-strcpy.c: New file.
9795         * lib/unistr/u32-strcpy.c: New file.
9796         * lib/unistr/u-strcpy.h: New file.
9797
9798         * modules/unistr/u8-strcspn: New file.
9799         * modules/unistr/u16-strcspn: New file.
9800         * modules/unistr/u32-strcspn: New file.
9801         * lib/unistr/u8-strcspn.c: New file.
9802         * lib/unistr/u16-strcspn.c: New file.
9803         * lib/unistr/u32-strcspn.c: New file.
9804         * lib/unistr/u-strcspn.h: New file.
9805
9806         * modules/unistr/u8-strdup: New file.
9807         * modules/unistr/u16-strdup: New file.
9808         * modules/unistr/u32-strdup: New file.
9809         * lib/unistr/u8-strdup.c: New file.
9810         * lib/unistr/u16-strdup.c: New file.
9811         * lib/unistr/u32-strdup.c: New file.
9812         * lib/unistr/u-strdup.h: New file.
9813
9814         * modules/unistr/u8-strlen: New file.
9815         * modules/unistr/u16-strlen: New file.
9816         * modules/unistr/u32-strlen: New file.
9817         * lib/unistr/u8-strlen.c: New file.
9818         * lib/unistr/u16-strlen.c: New file.
9819         * lib/unistr/u32-strlen.c: New file.
9820         * lib/unistr/u-strlen.h: New file.
9821
9822         * modules/unistr/u8-strmblen: New file.
9823         * modules/unistr/u16-strmblen: New file.
9824         * modules/unistr/u32-strmblen: New file.
9825         * lib/unistr/u8-strmblen.c: New file.
9826         * lib/unistr/u16-strmblen.c: New file.
9827         * lib/unistr/u32-strmblen.c: New file.
9828
9829         * modules/unistr/u8-strmbtouc: New file.
9830         * modules/unistr/u16-strmbtouc: New file.
9831         * modules/unistr/u32-strmbtouc: New file.
9832         * lib/unistr/u8-strmbtouc.c: New file.
9833         * lib/unistr/u16-strmbtouc.c: New file.
9834         * lib/unistr/u32-strmbtouc.c: New file.
9835
9836         * modules/unistr/u8-strncat: New file.
9837         * modules/unistr/u16-strncat: New file.
9838         * modules/unistr/u32-strncat: New file.
9839         * lib/unistr/u8-strncat.c: New file.
9840         * lib/unistr/u16-strncat.c: New file.
9841         * lib/unistr/u32-strncat.c: New file.
9842         * lib/unistr/u-strncat.h: New file.
9843
9844         * modules/unistr/u8-strncmp: New file.
9845         * modules/unistr/u16-strncmp: New file.
9846         * modules/unistr/u32-strncmp: New file.
9847         * lib/unistr/u8-strncmp.c: New file.
9848         * lib/unistr/u16-strncmp.c: New file.
9849         * lib/unistr/u32-strncmp.c: New file.
9850
9851         * modules/unistr/u8-strncpy: New file.
9852         * modules/unistr/u16-strncpy: New file.
9853         * modules/unistr/u32-strncpy: New file.
9854         * lib/unistr/u8-strncpy.c: New file.
9855         * lib/unistr/u16-strncpy.c: New file.
9856         * lib/unistr/u32-strncpy.c: New file.
9857         * lib/unistr/u-strncpy.h: New file.
9858
9859         * modules/unistr/u8-strnlen: New file.
9860         * modules/unistr/u16-strnlen: New file.
9861         * modules/unistr/u32-strnlen: New file.
9862         * lib/unistr/u8-strnlen.c: New file.
9863         * lib/unistr/u16-strnlen.c: New file.
9864         * lib/unistr/u32-strnlen.c: New file.
9865         * lib/unistr/u-strnlen.h: New file.
9866
9867         * modules/unistr/u8-strpbrk: New file.
9868         * modules/unistr/u16-strpbrk: New file.
9869         * modules/unistr/u32-strpbrk: New file.
9870         * lib/unistr/u8-strpbrk.c: New file.
9871         * lib/unistr/u16-strpbrk.c: New file.
9872         * lib/unistr/u32-strpbrk.c: New file.
9873         * lib/unistr/u-strpbrk.h: New file.
9874
9875         * modules/unistr/u8-strrchr: New file.
9876         * modules/unistr/u16-strrchr: New file.
9877         * modules/unistr/u32-strrchr: New file.
9878         * lib/unistr/u8-strrchr.c: New file.
9879         * lib/unistr/u16-strrchr.c: New file.
9880         * lib/unistr/u32-strrchr.c: New file.
9881
9882         * modules/unistr/u8-strspn: New file.
9883         * modules/unistr/u16-strspn: New file.
9884         * modules/unistr/u32-strspn: New file.
9885         * lib/unistr/u8-strspn.c: New file.
9886         * lib/unistr/u16-strspn.c: New file.
9887         * lib/unistr/u32-strspn.c: New file.
9888         * lib/unistr/u-strspn.h: New file.
9889
9890         * modules/unistr/u8-strstr: New file.
9891         * modules/unistr/u16-strstr: New file.
9892         * modules/unistr/u32-strstr: New file.
9893         * lib/unistr/u8-strstr.c: New file.
9894         * lib/unistr/u16-strstr.c: New file.
9895         * lib/unistr/u32-strstr.c: New file.
9896         * lib/unistr/u-strstr.h: New file.
9897
9898         * modules/unistr/u8-strtok: New file.
9899         * modules/unistr/u16-strtok: New file.
9900         * modules/unistr/u32-strtok: New file.
9901         * lib/unistr/u8-strtok.c: New file.
9902         * lib/unistr/u16-strtok.c: New file.
9903         * lib/unistr/u32-strtok.c: New file.
9904         * lib/unistr/u-strtok.h: New file.
9905
9906         * modules/unistr/u8-uctomb: New file.
9907         * modules/unistr/u16-uctomb: New file.
9908         * modules/unistr/u32-uctomb: New file.
9909         * lib/unistr/u8-uctomb.c: New file.
9910         * lib/unistr/u16-uctomb.c: New file.
9911         * lib/unistr/u32-uctomb.c: New file.
9912
9913         * MODULES.html.sh (Unicode string functions): Add the new modules.
9914
9915 2007-01-08  Bruno Haible  <bruno@clisp.org>
9916
9917         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
9918         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
9919         subdirectories.
9920
9921 2007-01-08  Karl Berry  <karl@gnu.org>
9922
9923         * doc/error.texi: mention that main() fns must set program_name
9924         when progname is used.
9925
9926 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
9927
9928         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
9929         WCTYPE_H is empty, for the benefit of builds from non-distclean
9930         directories.  Problem reported by Eric Blake in
9931         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
9932
9933 2007-01-08  Bruno Haible  <bruno@clisp.org>
9934
9935         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
9936         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
9937         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
9938         PROVIDE_CANONICALIZE_FILENAME_MODE.
9939         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
9940
9941 2007-01-08  Bruno Haible  <bruno@clisp.org>
9942
9943         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
9944         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
9945         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
9946         * lib/fts.c: Likewise.
9947         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
9948
9949 2006-12-25  Bruno Haible  <bruno@clisp.org>
9950
9951         * modules/utf8-ucs4-safe: New file.
9952         * lib/utf8-ucs4-safe.h: New file.
9953         * lib/unistr/utf8-ucs4-safe.c: New file.
9954
9955         * modules/utf16-ucs4-safe: New file.
9956         * lib/utf16-ucs4-safe.h: New file.
9957         * lib/unistr/utf16-ucs4-safe.c: New file.
9958
9959         * MODULES.html.sh (Unicode string functions): Add the new modules.
9960
9961 2007-01-08  Bruno Haible  <bruno@clisp.org>
9962
9963         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
9964         (Depends-on): Add unitypes.
9965         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
9966         (u8_mbtouc_aux): Move out to separate file.
9967         (u8_mbtouc): Use ucs4_t, uint8_t types.
9968         * lib/unistr/utf8-ucs4.c: New file.
9969
9970         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
9971         (Depends-on): Add unitypes.
9972         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
9973         (u16_mbtouc_aux): Move out to separate file.
9974         (u16_mbtouc): Use ucs4_t, uint16_t types.
9975         * lib/unistr/utf16-ucs4.c: New file.
9976
9977         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
9978         (Depends-on): Add unitypes.
9979         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
9980         (u8_uctomb_aux): Move out to separate file.
9981         (u8_uctomb): Use ucs4_t, uint8_t types.
9982         * lib/unistr/ucs4-utf8.c: New file.
9983
9984         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
9985         (Depends-on): Add unitypes.
9986         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
9987         (u16_uctomb_aux): Move out to separate file.
9988         (u16_uctomb): Use ucs4_t, uint16_t types.
9989         * lib/unistr/ucs4-utf16.c: New file.
9990
9991 2006-12-25  Bruno Haible  <bruno@clisp.org>
9992
9993         * modules/unitypes: New file.
9994         * lib/unitypes.h: New file.
9995         * MODULES.html.sh (func_all_modules): New section "Unicode string
9996         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
9997         this section. Add unitypes.
9998
9999 2007-01-08  Bruno Haible  <bruno@clisp.org>
10000
10001         Avoid variable names that conflict with those from libtool.
10002         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
10003         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
10004         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
10005         library_names_spec to acl_library_names_spec, hardcode_* to
10006         acl_hardcode_*.
10007         Reported by Ralf Wildenhues.
10008
10009 2007-01-08  Bruno Haible  <bruno@clisp.org>
10010
10011         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
10012         definition.
10013         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
10014         definition.
10015         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
10016         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
10017         definition.
10018         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
10019         definition.
10020         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
10021         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
10022         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
10023         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
10024         definition.
10025         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
10026         definition.
10027         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
10028         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
10029         GC_USE_<algorithm>.
10030         * lib/gc-libgcrypt.c: Likewise.
10031         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
10032         * modules/gc-arctwo (configure.ac): Likewise.
10033         * modules/gc-des (configure.ac): Likewise.
10034         * modules/gc-hmac-md5 (configure.ac): Likewise.
10035         * modules/gc-hmac-sha1 (configure.ac): Likewise.
10036         * modules/gc-md2 (configure.ac): Likewise.
10037         * modules/gc-md4 (configure.ac): Likewise.
10038         * modules/gc-md5 (configure.ac): Likewise.
10039         * modules/gc-random (configure.ac): Likewise.
10040         * modules/gc-rijndael (configure.ac): Likewise.
10041         * modules/gc-sha1 (configure.ac): Likewise.
10042
10043 2007-01-08  Bruno Haible  <bruno@clisp.org>
10044
10045         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
10046         macro definition.
10047         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
10048         definition.
10049         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
10050         definition.
10051         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
10052         * modules/fcntl-safer (configure.ac): Likewise.
10053         * modules/fopen-safer (configure.ac): Likewise.
10054         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
10055         GNULIB_FWRITEERROR macro definition.
10056
10057 2007-01-08  Bruno Haible  <bruno@clisp.org>
10058
10059         * m4/gnulib-common.m4: New file.
10060         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
10061         (func_get_filelist): Add m4/gnulib-common.m4.
10062
10063 2007-01-08  Bruno Haible  <bruno@clisp.org>
10064
10065         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
10066         command.
10067
10068 2007-01-08  Jim Meyering  <jim@meyering.net>
10069
10070         Use a more robust test for a "can't happen" condition.
10071         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
10072         narrowed the st_size value.  Presuming the "can't happen" condition
10073         is true, that narrowing could conceivably convert an invalid st_size
10074         value into a valid one.  Instead, use a change based on Matthew
10075         Woehlke's original patch.
10076
10077         Slight readability improvement: use an assert-like macro
10078         in place of literal "abort ()" uses.
10079         * lib/fts.c (fts_assert): Define.
10080         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
10081         Use this macro instead of a bare 'abort'.
10082
10083 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
10084
10085         Don't worry about using IRIX 5.3's wctype.h broken definitions;
10086         simply work around them.
10087         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
10088         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
10089         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
10090         declaring.
10091         Don't bother to define as macros, since the standard doesn't require it.
10092         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
10093         longer worry about IRIX 5.3.
10094         (HAVE_WCTYPE_CTMP_BUG): Remove.
10095
10096 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10097
10098         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
10099         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
10100         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10101         Problems reported by Georg Schwarz for IRIX 5.3.
10102
10103         * gnulib-tool (autoconf_minversion): Take the maximum version number
10104         found, not the minimum.  Problem reported by James Youngman.
10105
10106 2007-01-03  Karl Berry  <karl@gnu.org>
10107
10108         * doc/error.texi: new file, explaining interaction with progname.
10109         * doc/gnulib.texi: include it.  Update copyright.
10110
10111 2007-01-03  Simon Josefsson  <simon@josefsson.org>
10112
10113         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
10114         AC_CANONICAL_HOST, to improve autobuild outputs.
10115
10116 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
10117             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10118
10119         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
10120         sockets, server sockets, and other file descriptors.  Count errors
10121         to compute the return value.  Reorder the code a bit to be easier
10122         to follow.  Don't set event bits that were not requested (except
10123         POLLERR and POLLHUP).
10124
10125 2007-01-01  Bruno Haible  <bruno@clisp.org>
10126
10127         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
10128
10129 2007-01-03  Jim Meyering  <jim@meyering.net>
10130
10131         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
10132
10133 2007-01-02  Bruno Haible  <bruno@clisp.org>
10134
10135         * modules/settime (Include): Require timespec.h.
10136         * modules/nanosleep (Include): Likewise.
10137
10138 2007-01-01  Bruno Haible  <bruno@clisp.org>
10139
10140         * gnulib-tool (func_emit_copyright_notice): Bump year.
10141         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
10142
10143 2007-01-01  Bruno Haible  <bruno@clisp.org>
10144
10145         Improve support for OpenBSD.
10146         * build-aux/config.rpath (libname_spec): Export.
10147         (library_names_spec): New variable. Export.
10148         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
10149         library_names_spec from the config.rpath output. Locate shared library
10150         through the name pattern in library_names_spec.
10151
10152 2007-01-01  Eric Blake  <ebb9@byu.net>
10153
10154         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
10155
10156 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
10157
10158         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
10159         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
10160         assume the C locale, and avoid an "eval" that could cause trouble.
10161         Problem with SORT reported by Bob Proulx.
10162
10163         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
10164         Define.  Trivial patch from Henning Nielsen Lund, originally
10165         sent to bug-grep@gnu.org today.
10166
10167 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
10168
10169         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
10170         struct stat.  Problem reported by Henning Nielsen Lund.
10171         * lib/acl.c: Include acl.h first, to check interface.  Don't
10172         bother to include sys/types.h and sys/stat.h again.
10173
10174 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
10175
10176         Import the following change from libc; problem reported by
10177         Sven Verdoolaege.
10178
10179         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
10180
10181         [BZ #1373]
10182         * lib/argp.h: Remove __NTH for __argp_usage inline function.
10183
10184 2006-12-28  Jim Meyering  <jim@meyering.net>
10185
10186         * build-aux/announce-gen: Do not assume that the package
10187         builds any of tar.gz, tar.bz2, and .xdelta files.
10188         Suggestion from Simon Josefsson.
10189
10190 2006-12-28  Simon Josefsson  <simon@josefsson.org>
10191
10192         * modules/announce-gen: New file.
10193
10194 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
10195
10196         * lib/mbchar.h: Just include <wctype.h>; the wctype module
10197         handles its gotchas now.
10198         * lib/mbswidth.c: Likewise.
10199         * lib/wcwidth.h: Likewise.
10200         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
10201         and iswcntrl; the wctype module does this stuff now.
10202         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10203         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
10204         * modules/mbchar (Depends-on): Add wctype.
10205         * modules/mbswidth (Depends-on): Likewise.
10206         * modules/wcwidth (Depends-on): Likewise.
10207
10208 2006-12-27  Eric Blake  <ebb9@byu.net>
10209
10210         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
10211         module uses more than what <wctype.h> is required to provide.
10212
10213 2006-12-26  Eric Blake  <ebb9@byu.net>
10214
10215         * gnulib-tool (sed_extract_prog): Avoid space-tab.
10216
10217 2006-12-26  Eric Blake  <ebb9@byu.net>
10218
10219         * modules/absolute-header: New module.
10220         * modules/fcntl (Depends-on): Depend on it.
10221         * modules/inttypes (Depends-on): Likewise.
10222         * modules/stdint (Depends-on): Likewise.
10223         * modules/sys_stat (Depends-on): Likewise.
10224         * modules/wctype (Depends-on): Likewise.
10225         * MODULES.html.sh (Support for building libraries and
10226         executables): Document it.
10227
10228 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
10229
10230         * gnulib-tool (SED): Remove, undoing previous change.
10231         The problem was that it broke coreutils on Solaris, because
10232         "sed --posix" leaked into a makefile.
10233         (sed): New alias, if 'alias' and GNU sed.
10234
10235 2006-12-24  Jim Meyering  <jim@meyering.net>
10236
10237         Work around an fchownat bug in glibc-2.4:
10238         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
10239         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
10240         in spite of the -P option.
10241         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
10242         New macros.
10243         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
10244         * modules/openat (Files): Add lib/fchownat.c.
10245         * lib/openat.c (fchownat): Don't define here.  Move to...
10246         * lib/fchownat.c: ...this new file.
10247
10248 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
10249
10250         Fix bug reported by Bruno Haible in
10251         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
10252         where quotearg.c didn't compile on Mac OS X 10.2 because it
10253         lacks <wchar.h> and wint_t.
10254         * lib/wctype_.h (__wctype_wint_t): New type.
10255         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
10256         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
10257         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
10258         Arg is now of type __wctype_wint_t, not wint_t.
10259         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
10260         substitute HAVE_WINT_T.
10261         * modules/wctype (Files): Add m4/wint_t.m4.
10262         (wctype.h): Substitute HAVE_WINT_T.
10263
10264 2006-12-23  Bruno Haible  <bruno@clisp.org>
10265
10266         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
10267
10268 2006-12-23  Bruno Haible  <bruno@clisp.org>
10269
10270         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
10271         S_ISLNK.
10272         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
10273         mingw.
10274
10275 2006-12-22  Bruno Haible  <bruno@clisp.org>
10276
10277         * lib/copy-file.c: Include acl.h.
10278         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
10279         Close the file descriptors only after being done with copy_acl.
10280         * modules/copy-file (Depends-on): Add acl.
10281
10282 2006-12-22  Bruno Haible  <bruno@clisp.org>
10283
10284         * gnulib-tool (SED): New variable.
10285         Use $SED instead of sed everywhere.
10286
10287 2006-12-22  Bruno Haible  <bruno@clisp.org>
10288
10289         * modules/no-c++: New file.
10290         * m4/no-c++.m4: New file.
10291         * MODULES.html.sh (Support for building libraries and executables):
10292         Add no-c++.
10293
10294 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
10295
10296         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
10297         Include <limits.h>, and use its INT_MAX to rewrite the
10298         j loop so that it does not overflow 'int'.  Problem reported by
10299         Ralf Wildenhues in
10300         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
10301         Play it safe by shifting left by 1 rather than multiplying by 2,
10302         as GCC is less likely to optimize this away when the value
10303         is signed (when it assumes overflow leads to undefined behavior).
10304         Also, don't assume time_t uses two's complement.
10305
10306 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
10307
10308         * MODULES.html.sh: New module wctype.
10309         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
10310         * lib/fnmatch.c: Don't bother to include <wchar.h> before
10311         <wctype.h>, since the new wctype module should fix this.
10312         * lib/quotearg.c: Include <wctype.h> unconditionally, since
10313         the wctype module should arrange for it.
10314         * lib/regex_internal.h: Likewise.
10315         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
10316         since the wctype module should handle this now.
10317         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
10318         * modules/fnmatch (Depends-on): Add wctype.
10319         * modules/quotearg (Depends-on): Likewise.
10320         * modules/regex (Depends-on): Likewise.
10321
10322 2006-12-19  Bruno Haible  <bruno@clisp.org>
10323
10324         * lib/strdup.h [C++]: Wrap definitions in extern "C".
10325         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
10326
10327 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10328
10329         * modules/savewd (Depends-on): Fix dependency on fcntl.
10330
10331 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
10332
10333         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
10334         conforms to C99, rather than relying on the user's environment
10335         setting of STDINT_H.
10336
10337 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
10338         and Eric Blake  <ebb9@byu.net>
10339
10340         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
10341         This is more consistent with the other defines here.
10342         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
10343         Port to z/OS.  Problem reported by Paul Gilmartin.
10344         Change local vars to use gl_ prefix rather than ac_.
10345         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
10346         with other defines.
10347         * modules/double-slash-root: New module.
10348         * modules/dirname (Files): Remove m4/double-slash-root.m4.
10349         (Depends-on): Add double-slash-root.
10350         * MODULES.html.sh (File system functions): Mention new module.
10351
10352 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
10353
10354         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
10355         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
10356         This is for the benefit of gzip, which doesn't do i18n.
10357
10358 2006-12-12  Jim Meyering  <jim@meyering.net>
10359
10360         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
10361         Reported by Andreas Schwab <schwab@suse.de>.
10362
10363 2006-12-12  Bruno Haible  <bruno@clisp.org>
10364
10365         Merge these changes.
10366         2006-09-05  Bruno Haible  <bruno@clisp.org>
10367         * lib/iconvme.c (iconv_string): No need to save and restore errno when
10368         iconv_alloc succeeded.
10369         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
10370         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
10371         test for " && dest " at the end - dest is always != NULL there. Call
10372         iconv with 4xNULL arguments initially, to reset the state. Call iconv
10373         with 2xNULL arguments, also to flush the state storage. Handle the
10374         IRIX iconv behaviour. Realloc the final result, to throw away unused
10375         memory.
10376
10377 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
10378
10379         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
10380         and fchmodat unconditionally, since glibc 2.4 has them.
10381         Problem reported by Arkadiusz Miskiewicz.
10382
10383 2006-12-10  Bruno Haible  <bruno@clisp.org>
10384
10385         * gnulib-tool (func_import): Show the include files only for those
10386         modules that are copied and specified.
10387         Reported by Karl Berry.
10388
10389 2006-12-08  Jim Meyering  <jim@meyering.net>
10390
10391         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
10392         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
10393
10394         * build-aux/announce-gen: Add two new options, both optional:
10395         --bootstrap-tools=TOOL_LIST
10396               a comma-separated list of tools, e.g.,
10397               autoconf,automake,bison,gnulib
10398         --gnulib-snapshot-date=DATE
10399               if gnulib is in the bootstrap tool list,
10400               then report this as the snapshot date.
10401               If not specified, use the current date/time.
10402               If you specify a date here, be sure it's UTC.
10403
10404 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10405
10406         * tests/test-argp-2.sh: Fix test to match actual output.
10407         (func_compare): Fix sed script to be portable.
10408
10409 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
10410
10411         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
10412         workaround for this case.  It is not autoconfigured now; offhand
10413         it's hard to see how to autoconfigure it.
10414
10415 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
10416
10417         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
10418         a directory that is about to be chowned.  Such a directory's
10419         initial file permissions should permit the owner only and this
10420         should not be changed until after the chown, since the group and
10421         other bits would be incorrect if they granted permission before
10422         the chown.
10423
10424         Fix porting problem for iswctype reported by Georg Schwarz in:
10425         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
10426         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
10427         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
10428         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
10429         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
10430
10431 2006-12-03  Jim Meyering  <jim@meyering.net>
10432
10433         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
10434         p->fts_statp may not yet be defined.
10435         (fts_read): Instead, set it in the caller, once p->fts_statp is
10436         sure to be defined, and corresponds to a top-level directory.
10437         This bug made du -x fail.  Here's the coreutils test case:
10438         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
10439         Reported by Mike Frysinger.
10440
10441 2006-12-01  Jim Meyering  <jim@meyering.net>
10442
10443         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
10444         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
10445         Reported by Simon Josefsson.
10446
10447 2006-11-30  Jim Meyering  <jim@meyering.net>
10448
10449         * m4/warning.m4: Use the all-permissive copyright notice
10450         recommended by RMS (rather than LGPL).
10451         * m4/vararrays.m4: Likewise.
10452         * m4/flexmember.m4: Likewise.
10453
10454 2006-11-29  Bruno Haible  <bruno@clisp.org>
10455
10456         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10457         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
10458         using +=.
10459         Reported by Simon Josefsson <simon@josefsson.org>.
10460
10461 2006-11-28  James Youngman <jay@gnu.org>
10462
10463         * README: Advise users that they might find the bug-gnulib@gnu.org
10464         and autotools-announce@gnu.org mailing lists useful.
10465
10466 2006-11-28  Bruno Haible  <bruno@clisp.org>
10467
10468         * m4/ptrdiff_max.m4: Remove file.
10469
10470 2006-11-21  Bruno Haible  <bruno@clisp.org>
10471
10472         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
10473         _AC_COMPUTE_INT.
10474         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10475         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
10476         _AC_COMPUTE_INT.
10477         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10478         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
10479         _AC_COMPUTE_INT.
10480         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10481
10482 2006-11-28  Jim Meyering  <jim@meyering.net>
10483
10484         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
10485         warning from "gcc -Wshadow" about shadowing the builtin.
10486
10487 2006-11-27  Bruno Haible  <bruno@clisp.org>
10488
10489         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
10490         _AC_COMPUTE_INT.
10491         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10492
10493 2006-11-27  Bruno Haible  <bruno@clisp.org>
10494             Paul Eggert  <eggert@cs.ucla.edu>
10495
10496         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
10497
10498 2006-11-26  Bruno Haible  <bruno@clisp.org>
10499
10500         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10501         noinst_LTLIBRARIES.
10502
10503 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
10504             Bruno Haible  <bruno@clisp.org>
10505
10506         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
10507         if compiling with "gcc -ansi".
10508
10509 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
10510
10511         Fix some incompatibilities with gcc -ansi -pedantic.
10512         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
10513         if compiling pedantically with GCC, unless it's C99 or later.
10514         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
10515         it mishandles gcc -ansi -pedantic as well.
10516         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
10517         if gcc -pedantic.
10518         * lib/regexec.c (check_node_accept_bytes): Don't use auto
10519         initializers for struct if -pedantic, unless it's C99 or later.
10520
10521 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
10522
10523         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
10524         Don't close an fd more than once. Identical atimes indicate
10525         success, not failure.
10526
10527 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
10528
10529         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
10530
10531 2006-11-23  Jim Meyering  <jim@meyering.net>
10532
10533         * build-aux/announce-gen: New file.  From coreutils.
10534
10535 2006-11-22  Jim Meyering  <jim@meyering.net>
10536
10537         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
10538         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
10539         (fts_read): Use a temporary to narrow the overused st_size member
10540         before using it in a switch statement.  Reported by Matthew Woehlke.
10541
10542         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
10543         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
10544
10545 2006-11-20  Bruno Haible  <bruno@clisp.org>
10546
10547         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
10548         changequote instead of pairs of brackets.
10549         Reported by Andreas Schwab <schwab@suse.de>.
10550
10551 2006-11-21  Jim Meyering  <jim@meyering.net>
10552
10553         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
10554         so as to remain compatible with older compilers.
10555         Patch from Michael Deutschmann.
10556
10557 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
10558
10559         * MODULES.html.sh (File system functions): Add openat.
10560
10561         * lib/openat.h (rpl_fstatat): New macro, if
10562         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
10563         (fstatat): Define to rpl_fstatat under the same conditions,
10564         unless COMPILING_FSTATAT.
10565         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
10566         seems to have the bug.
10567         * lib/fstatat.c: New file.
10568         * modules/openat (Files): Add it.
10569
10570 2006-11-20  Bruno Haible  <bruno@clisp.org>
10571
10572         * Makefile: New file.
10573
10574 2006-11-20  Jim Meyering  <jim@meyering.net>
10575
10576         The beginnings of syntax-related checks for gnulib.
10577         * lib/Makefile: New file.
10578         * lib/t-idcache: New script.  Ensure that the two halves of
10579         idcache.c stay in sync.
10580
10581         * lib/idcache.c: Adjust comments in user- and group- portions to
10582         be more accurate, and to be consistent with one another.
10583
10584 2006-11-20  Jim Meyering  <jim@meyering.net>
10585
10586         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
10587         continue using the flexible array member (thus, this module performs
10588         half as many malloc calls), with the addition that...
10589         (getgroup, getuser): Consistently record a non-match via an empty
10590         "name" string, and map an empty string match to a NULL return value.
10591         * modules/idcache (Depends-on): Re-add flexmember.
10592
10593         * lib/idcache.c (getuser): Remove all uses of the register keyword.
10594         (getuidbyname, getgroup, getgidbyname): Likewise.
10595
10596         Use cleaner syntax: NULL rather than 0.
10597         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
10598
10599 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
10600
10601         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
10602         It mishandled the case where the group was missing.
10603         Problem reported by Greg Schafer.
10604         * modules/idcache: Likewise.
10605
10606 2006-11-18  Jim Meyering  <jim@meyering.net>
10607
10608         * check-module (%exempt_header): Add exception for some
10609         conditionally-included headers.
10610
10611         * modules/i-ring (Depends-on): Add verify.
10612         (License): Change to LGPL.
10613
10614 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
10615
10616         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
10617         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
10618         and inttostr.h.  Use snprintf rather than uinttostr, so that
10619         LGPLed code doesn't depend on GPLed.
10620
10621 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
10622
10623         * modules/inline (License): Change from GPL to LGPL.
10624
10625 2006-11-17  Jim Meyering  <jim@meyering.net>
10626
10627         * modules/d-type (License): Switch to LGPL.
10628
10629 2006-11-15  Bruno Haible  <bruno@clisp.org>
10630
10631         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
10632
10633 2006-11-15  Eric Blake  <ebb9@byu.net>
10634
10635         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
10636         the module dependency.
10637
10638 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10639             Bruno Haible  <bruno@clisp.org>
10640
10641         * gnulib-tool (func_create_testdir): Add license consistency check.
10642
10643 2006-11-15  Eric Blake  <ebb9@byu.net>
10644
10645         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
10646         random "(cached)" in configure output.
10647
10648 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10649
10650         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
10651         test for conforming inttypes.h is both announced and cached.
10652
10653         * MODULES.html.sh (seen_modules, seen_files): New variables.
10654         (func_module): Rewrite to use a few less gnulib-tool and sed
10655         invocations.  Avoid a couple of quadratic algorithms for ...
10656         (missed_modules, missed_files): ... these, with ...
10657         (func_append, func_tmpdir): ... these new functions, from
10658         gnulib-tool.  Analogously, install traps for cleanup.
10659
10660         * tests/test-gc.c (main): Remove unused variables.
10661         * tests/test-read-file.c: Include stdlib.h, for 'free'.
10662
10663 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
10664
10665         * modules/inttostr (License): Change to LGPL.
10666
10667 2006-11-14  Eric Blake  <ebb9@byu.net>
10668
10669         * modules/tempname (License): Change to LGPL.
10670
10671 2006-11-14  Eric Blake  <ebb9@byu.net>
10672
10673         * doc/functions.texi (Function Portability): *printf functions on
10674         Cygwin now understand all POSIX size specifiers.
10675
10676 2006-11-14  Bruno Haible  <bruno@clisp.org>
10677
10678         * modules/c-ctype (License): Change to LGPL.
10679
10680 2006-11-12  Bruno Haible  <bruno@clisp.org>
10681
10682         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
10683         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
10684         for GNOME libraries, for which the include files are installed in
10685         subdirectories of $prefix/include.
10686
10687 2006-11-12  Bruno Haible  <bruno@clisp.org>
10688
10689         * m4/lib-link.m4: Require at least autoconf-2.54.
10690         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
10691         name to underscores for the --with option.
10692
10693 2006-11-13  Bruno Haible  <bruno@clisp.org>
10694
10695         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
10696         the tests directory.
10697         Reported by Ralf Wildenhues.
10698
10699 2006-11-13  Bruno Haible  <bruno@clisp.org>
10700
10701         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
10702         (func_emit_initmacro_end): Undo the override here.
10703         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
10704         Works around the famous automake error in coreutils.
10705
10706 2006-11-13  Eric Blake  <ebb9@byu.net>
10707
10708         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
10709         element, not its node.
10710
10711 2006-11-12  Bruno Haible  <bruno@clisp.org>
10712
10713         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
10714         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
10715
10716 2006-11-12  Bruno Haible  <bruno@clisp.org>
10717
10718         * gnulib-tool: New option --local-symlink.
10719         (func_usage): Document it.
10720         (lsymbolic): New variable.
10721         (func_import, func_create_testdir): If --symlink was not specified,
10722         test whether --local-symlink was specified and the file comes from
10723         the local_gnulib_dir.
10724
10725 2006-11-12  Bruno Haible  <bruno@clisp.org>
10726
10727         * gnulib-tool (func_ln): New function.
10728         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
10729
10730 2006-11-12  Bruno Haible  <bruno@clisp.org>
10731
10732         Finish support for source files in subdirectories.
10733         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
10734         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
10735         AUTOMAKE_OPTIONS.
10736         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
10737
10738 2006-11-12  Bruno Haible  <bruno@clisp.org>
10739
10740         * gnulib-tool (func_get_automake_snippet): Synthesize also an
10741         EXTRA_lib_SOURCES augmentation.
10742         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
10743
10744 2006-11-12  Jim Meyering  <jim@meyering.net>
10745
10746         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
10747         file descriptors.  This also averts a failure on systems with
10748         native openat support when a traversed directory lacks "x" access.
10749         * lib/fts_.h: Include "i-ring.h"
10750         (struct FTS) [fts_fd_ring]: New member.
10751         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
10752         (FCHDIR): Add parentheses.
10753         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
10754         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
10755         When descending, rather than simply closing the previous
10756         fts_cwd_fd value, push that file descriptor onto the ring.
10757         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
10758         (fts_open): Initialize the new fd_ring member.
10759         (fts_close): Clear the ring.
10760         (fts_safe_changedir): When possible, use our new fd_ring to skip
10761         the diropen and fstat and dev/ino comparison that would normally
10762         accompany a virtual `chdir ("..")'.
10763
10764         * modules/fts (Depends-on): Add i-ring.
10765         * modules/i-ring: New module.
10766         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
10767         * m4/i-ring.m4: New file.
10768
10769 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10770
10771         * gnulib-tool (func_create_testdir): Fix replacement of
10772         `build-aux' in configure.ac.  Run autotools in gltests
10773         subdirectory.
10774         (func_create_testdir, func_create_megatestdir, test): There is
10775         no need for '--force' in most autotool invocations in a new
10776         tree.  Actually fail the whole test if any of the tools, or the
10777         configure or make stages fail.
10778
10779         Sync from Automake.
10780         * build-aux/gnupload: Revert last change.  Add pointer to upload
10781         instructions of the GNU Maintenance Instructions.
10782         Suggestion by Karl Berry.
10783
10784 2006-11-10  Jim Meyering  <jim@meyering.net>
10785
10786         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
10787
10788 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
10789
10790         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
10791         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
10792         (bind_textdomain_codeset) [! ENABLE_NLS]:
10793         Evaluate all the arguments.  That way, callers get compatible behavior
10794         if the arguments have side effects.  Also, it avoids some GCC
10795         diagnostics in some cases; Joel E. Denny reported problems when Bison
10796         was configured with --enable-gcc-warnigs.
10797
10798 2006-11-10  Jim Meyering  <jim@meyering.net>
10799
10800         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
10801         relevant options in CFLAGS (like -O, -fno-inline) are taken into
10802         account.
10803
10804 2006-11-10  Jim Meyering  <jim@meyering.net>
10805
10806         * modules/inline: New file/module.
10807         * modules/xalloc (Files): Remove m4/inline.m4.
10808         (Depends-on): Add inline, instead.
10809         * modules/oset: Likewise.
10810         * modules/list: Likewise.
10811
10812 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
10813
10814         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
10815         Problem reported by Matthew Woehlke.
10816
10817 2006-11-09  Bruno Haible  <bruno@clisp.org>
10818
10819         * lib/tempname.c (gen_tempname): Remove variant that invokes
10820         __gen_tempname.
10821         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
10822         __gen_tempname.
10823
10824 2006-11-08  Bruno Haible  <bruno@clisp.org>
10825
10826         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
10827         to 'yes' instead of 'cross-compiling'.
10828
10829 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
10830
10831         * lib/quotearg.h (quotearg_free): New decl.
10832         * lib/quotearg.c (quotearg_free): New function.
10833         (slot0, nslots, slotvec0, slotvec):
10834         Now file-scope so that quotearg_free can get at them.
10835
10836 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10837
10838         Sync from Automake.
10839         * build-aux/gnupload: Add missing 'gnu' to example URL.
10840         Report by Karl Berry.
10841
10842 2006-11-08  Bruno Haible  <bruno@clisp.org>
10843
10844         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
10845         Suggested by Paul Eggert.
10846
10847 2006-11-08  Jim Meyering  <jim@meyering.net>
10848
10849         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
10850         It's already included if !_LIBC.
10851         (fts_safe_changedir): Add a comment.
10852
10853 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
10854
10855         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
10856         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
10857         Matthew Woehlke.
10858
10859         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
10860         definitions up, to avoid colliding with change below.
10861         (static_inline) [HAVE_INLINE]: New macro.
10862         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
10863         Provide extern decls when !HAVE_INLINE.  Do not define unless
10864         static_inline is defined, either by us or by xmalloc.c.  Use
10865         static_inline rather than static inline.
10866         (XCALLOC): Optimize sizeof(T) = 1 case.
10867         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
10868
10869 2006-11-07  Bruno Haible  <bruno@clisp.org>
10870
10871         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
10872         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
10873         AC_C_INLINE.
10874         * modules/xalloc (Files): Add m4/inline.m4.
10875
10876 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10877
10878         * README: Fix typo.
10879         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
10880         (Miscellanous Notes): ...from this.
10881
10882 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
10883
10884         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
10885         Mention that offsetof should be used instead of sizeof.
10886         From Bruno Haible.
10887
10888 2006-11-07  Bruno Haible  <bruno@clisp.org>
10889
10890         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
10891
10892 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
10893
10894         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
10895         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
10896         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
10897         (gl_tree_add_before, gl_tree_add_after):
10898         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
10899         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
10900         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
10901         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
10902         (gl_linked_add_after, gl_linked_add_at): Likewise.
10903         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
10904         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
10905         (gl_tree_add_before, gl_tree_add_after): Likewise.
10906         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
10907         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
10908         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
10909
10910 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10911
10912         * lib/gl_oset.h: Use C comment style, not C++ comment style.
10913
10914 2006-11-06  Bruno Haible  <bruno@clisp.org>
10915
10916         * m4/inline.m4: New file.
10917         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
10918         * modules/list (Files): Add m4/inline.m4.
10919         * modules/oset (Files): Likewise.
10920
10921 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
10922
10923         * lib/idcache.c: Include <stddef.h>, for offsetof.
10924         (struct userid.name): Change from char * to a flexible array member.
10925         All uses changed.
10926         * modules/idcache (Depends-on): Add flexmember.
10927
10928         * MODULES.html.sh (Core language properties): New module flexmember.
10929         * modules/flexmember, m4/flexmember.m4: New files.
10930
10931         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
10932         inline functions that are identical with the old xnmalloc_inline,
10933         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
10934         that we can avoid some unnecessary integer multiplications and
10935         divisions in the common case where the element size is known at
10936         compile time.
10937         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
10938         needed.
10939         (xnboundedmalloc): Remove.
10940         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
10941         arguments, for consistency with rest of this header.
10942         (xcharalloc): Rewrite using XNMALLOC.
10943         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
10944         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
10945         versions have been moved to lib/xalloc.h and renamed to be the
10946         non-*_inline versions.
10947         (xmalloc, xrealloc): Implement without reference to the xnmalloc
10948         and xnrealloc functions, since those functions are now inline and
10949         now call us.
10950         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
10951         renaming described above.
10952         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
10953         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
10954         captures the dependency in AC_C_INLINE.
10955
10956         New module canonicalize-lgpl, proposed by Charles Wilson in
10957         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
10958         with a few small changes afterwards.
10959         * MODULES.html.sh (File system functions): New module
10960         canonicalize-lgpl.
10961         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
10962         and canonicalize_file_name.
10963         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
10964         * modules/canonicalize-lgpl: New files.
10965
10966 2006-11-05  Bruno Haible  <bruno@clisp.org>
10967
10968         * gnulib-tool (func_import, func_create_testdir): Create directories
10969         also for files in subdirectories of lib/.
10970
10971 2006-11-05  Bruno Haible  <bruno@clisp.org>
10972
10973         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
10974         ANSI C compliant.
10975
10976 2006-11-03  Bruno Haible  <bruno@clisp.org>
10977
10978         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
10979         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
10980         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
10981         (xnboundedmalloc): New inline function.
10982         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
10983         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
10984         xmalloc.
10985         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
10986         xmalloc.
10987         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
10988         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
10989         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
10990         xmalloc.
10991         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
10992         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
10993         xmalloc.
10994         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
10995         gl_tree_add_after): Use XMALLOC instead of xmalloc.
10996         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
10997         xmalloc.
10998         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
10999         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
11000         gl_tree_add_after): Use XMALLOC instead of xmalloc.
11001         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
11002         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
11003         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
11004         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
11005
11006 2006-11-03  Bruno Haible  <bruno@clisp.org>
11007
11008         * lib/c-ctype.h [C++]: Define functions without name mangling.
11009         * lib/fwriteerror.h [C++]: Likewise.
11010         * lib/gcd.h [C++]: Likewise.
11011         * lib/linebreak.h [C++]: Likewise.
11012
11013 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
11014
11015         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
11016         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
11017         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
11018         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11019         Check for functions and headers just once.
11020         Check for declaration of canonicalize_file_name.
11021         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
11022
11023 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
11024
11025         * gnulib-tool (func_import): Fix typo in actioncmd.
11026
11027 2006-11-02  Bruno Haible  <bruno@clisp.org>
11028
11029         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
11030         newline sequence in the Makefile.am snippet as a space, like "make"
11031         does.
11032         Reported by Roger Persson <perrog@gmail.com>.
11033
11034 2006-11-01  Bruno Haible  <bruno@clisp.org>
11035
11036         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
11037         already declared in <string.h>.
11038         * lib/strcase.h (strncasecmp): Don't declare it if yes.
11039
11040 2006-11-01  Bruno Haible  <bruno@clisp.org>
11041
11042         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
11043         * lib/strcase.h: Include <string.h>.
11044         (strcasecmp): Define to rpl_strcasecmp here.
11045
11046 2006-11-01  Bruno Haible  <bruno@clisp.org>
11047
11048         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
11049
11050 2006-11-01  Eric Blake  <ebb9@byu.net>
11051
11052         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
11053
11054         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
11055
11056 2006-10-29  Bruno Haible  <bruno@clisp.org>
11057
11058         Make it compile in C++ mode.
11059         * lib/full-write.c (full_rw): Add a cast.
11060
11061 2006-11-01  Bruno Haible  <bruno@clisp.org>
11062
11063         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
11064         be POSIX compliant.
11065         Reported by Roger Persson <perrog@gmail.com>.
11066
11067 2006-11-01  Eric Blake  <ebb9@byu.net>
11068
11069         * lib/getopt_.h: Fix comments.
11070
11071 2006-10-31  Eric Blake  <ebb9@byu.net>
11072
11073         * modules/tmpdir (Depends-on): Add sys_stat.
11074         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
11075         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
11076         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
11077         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
11078         tempname.
11079
11080 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
11081
11082         Avoid some C++ diagnostics reported by Bruno Haible.
11083         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
11084         xmalloc.
11085         (quotearg_alloc): Use xcharalloc rather than xmalloc.
11086         (struct slotvec): Move to top level.
11087         (quotearg_n_options): Rewrite to avoid xmalloc.
11088         * lib/xalloc.h (xcharalloc): New function.
11089         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
11090         [defined __cplusplus]: Add function template that provides result
11091         type propagation.  This part of the change is from Bruno Haible.
11092
11093 2006-10-29  Bruno Haible  <bruno@clisp.org>
11094
11095         Make it compile in C++ mode.
11096         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
11097         * lib/strnlen1.c (strnlen1): Cast memchr result.
11098         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
11099         * lib/clean-temp.c (string_equals, string_hash): Add casts.
11100         (create_temp_dir): Rename local variable 'template'.
11101         (compile_csharp_using_sscli): Add cast.
11102         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
11103         * lib/findprog.c (find_in_path): Likewise.
11104         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
11105         * lib/wait-process.c (register_slave_subprocess): Likewise.
11106
11107 2006-10-22  Bruno Haible  <bruno@clisp.org>
11108
11109         * modules/tsearch: New file.
11110         * lib/tsearch.h: New file.
11111         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
11112         * m4/tsearch.m4: New file.
11113         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
11114
11115 2006-10-29  Eric Blake  <ebb9@byu.net>
11116
11117         * lib/arcfour.c: Assume config.h.
11118         * lib/arctwo.c: Likewise.
11119         * lib/base64.c: Likewise.
11120         * lib/check-version.c: Likewise.
11121         * lib/crc.c: Likewise.
11122         * lib/des.c: Likewise.
11123         * lib/gc-gnulib.c: Likewise.
11124         * lib/gc-libgcrypt.c: Likewise.
11125         * lib/gc-pbkdf2-sha1.c: Likewise.
11126         * lib/getaddrinfo.c: Likewise.
11127         * lib/getdelim.c: Likewise.
11128         * lib/getline.c: Likewise.
11129         * lib/hmac-md5.c: Likewise.
11130         * lib/hmac-sha1.c: Likewise.
11131         * lib/iconvme.c: Likewise.
11132         * lib/md2.c: Likewise.
11133         * lib/md4.c: Likewise.
11134         * lib/memxor.c: Likewise.
11135         * lib/read-file.c: Likewise.
11136         * lib/readline.c: Likewise.
11137         * lib/rijndael-alg-fst.c: Likewise.
11138         * lib/rijndael-api-fst.c: Likewise.
11139         * lib/xgetdomainname.c: Likewise.
11140
11141 2006-10-28  Eric Blake  <ebb9@byu.net>
11142
11143         * lib/xstrndup.c: Assume config.h.
11144
11145 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
11146
11147         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
11148         stat-macros.h is now for our own macros, whereas stat_h is for
11149         macros in the <sys/stat.h> name space.
11150         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
11151         (STAT_MACROS_H): Remove.
11152         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
11153         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
11154         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
11155         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
11156         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
11157         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
11158         Move these macros to ...
11159         * lib/stat_.h: here.  Don't include stat-macros.h.
11160         * lib/canonicalize.c: Don't include stat-macros.h.
11161         * lib/chown.c: Likewise.
11162         * lib/euidaccess.c: Likewise.
11163         * lib/file-type.c: Likewise.
11164         * lib/filemode.c: Likewise.
11165         * lib/glob.c: Likewise.
11166         * lib/isapipe.c: Likewise.
11167         * lib/lchown.c: Likewise.
11168         * lib/lstat.c: Likewise.
11169         * lib/mkdir-p.c: Likewise.
11170         * lib/rmdir.c: Likewise.
11171         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
11172         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
11173         unless mkdir isn't declared, to speed up 'configure'.
11174         Always create sys/stat.h, since it's unlikely any real sys/stat.h
11175         would define all the S_* symbols.
11176         * modules/canonicalize (Depends-on):
11177         Depend on sys_stat, not stat-macros.
11178         * modules/chown: Likewise.
11179         * modules/euidaccess: Likewise.
11180         * modules/filemode: Likewise.
11181         * modules/file-type: Likewise.
11182         * modules/glob: Likewise.
11183         * modules/isapipe: Likewise.
11184         * modules/lchown: Likewise.
11185         * modules/lstat: Likewise.
11186         * modules/mkancesdirs: Likewise.
11187         * modules/rmdir: Likewise.
11188         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
11189         * modules/modechange: Likewise.
11190         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
11191         (configure.ac): Remove gl_STAT_MACROS.
11192         * modules/sys_stat (Depends-on): Remove stat-macros.
11193
11194 2006-10-27  Bruno Haible  <bruno@clisp.org>
11195
11196         * m4/signed.m4: Remove file.
11197         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
11198         invocation.
11199         * modules/vasnprintf (Files): Remove m4/signed.m4.
11200
11201 2006-10-27  Bruno Haible  <bruno@clisp.org>
11202
11203         Update to GNU gettext 0.16.
11204         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
11205         m4/inttypes-h.m4, m4/signed.m4.
11206         * m4/gettext.m4: Update to GNU gettext 0.16.
11207         * m4/intl.m4: New file, from GNU gettext.
11208         * m4/intldir.m4: New file, from GNU gettext.
11209         * config/srclist.txt: Update
11210
11211 2006-10-27  Eric Blake  <ebb9@byu.net>
11212
11213         * MODULES.html.sh: Document tempname.
11214         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
11215         dependencies.
11216         (Files): Move lib/tempname.c...
11217         * modules/tempname: ...to this new module.
11218         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
11219         (gl_PREREQ_TEMPNAME): Move...
11220         * m4/tempname.m4: ...to this new file.
11221         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
11222         * modules/sys_stat (Depends-on): Add stat-macros.
11223         * lib/stat_.h (includes): Pick up stat macros.
11224         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
11225         if stat macros are broken.
11226         * lib/tempname.c (includes): No need to include "stat-macros.h".
11227         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
11228         (direxists, __path_search) [!_LIBC]: Don't compile these in
11229         gnulib; the tmpdir module covers that.
11230         * lib/tempname.h: New file.
11231
11232 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
11233
11234         * COPYING: Explain how gnulib-tool converts licence headers.
11235         Almost all wording by Eric Blake.
11236
11237 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
11238
11239         * lib/mbchar.h (is_basic_table): Make read-only.
11240         * lib/mbchar.c (is_basic_table): Likewise.
11241         Reported by John Darrington.
11242
11243 2006-10-25  Bruno Haible  <bruno@clisp.org>
11244
11245         * lib/progname.h (set_program_name): Undefine before defining.
11246
11247 2006-10-25  Bruno Haible  <bruno@clisp.org>
11248
11249         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
11250         false for non-gcc C++ compilers.
11251         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
11252
11253 2006-10-24  Bruno Haible  <bruno@clisp.org>
11254
11255         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
11256         iconv implementations like Irix iconv.
11257
11258 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11259
11260         * modules/vararrays: New file.
11261         * m4/vararrays.m4: New file, taken from diffutils.
11262         * MODULES.html.sh: New module vararrays.
11263
11264 2006-10-24  Karl Berry  <karl@gnu.org>
11265
11266         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
11267         Don't call GNU Unix.
11268
11269 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11270
11271         * users.txt: Add Libtool.
11272
11273         Sync from Libtool:
11274
11275         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11276
11277         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
11278         to gnulib's policy of including config.h unconditionally.
11279
11280 2006-10-24  Bruno Haible  <bruno@clisp.org>
11281
11282         * modules/wcwidth (Files): Add m4/wint_t.m4.
11283         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
11284         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
11285
11286 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11287
11288         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
11289         to pacify GCC with some -W flags enabled.  Problem reported by
11290         Bruno Haible.
11291
11292 2006-10-24  Jim Meyering  <jim@meyering.net>
11293
11294         * MODULES.html.sh: Remove uinttostr.  It's not a module.
11295         Reported by Karl Berry.
11296
11297 2006-10-23  Bruno Haible  <bruno@clisp.org>
11298
11299         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
11300
11301 2006-10-24  Bruno Haible  <bruno@clisp.org>
11302
11303         * lib/gl_list.h: Use C comment style, not C++ comment style.
11304
11305 2006-10-23  Eric Blake  <ebb9@byu.net>
11306
11307         * lib/getaddrinfo.c (includes): Add missing include.
11308
11309 2006-10-23  Bruno Haible  <bruno@clisp.org>
11310             Paul Eggert  <eggert@cs.ucla.edu>
11311
11312         Ability to rename obstack_free.
11313         * lib/obstack.h (__obstack_free): New macro. Declare instead of
11314         obstack_free.
11315         (obstack_free): Invoke the __obstack_free macro.
11316         * lib/obstack.c (obstack_free): Use __obstack_free macro.
11317
11318 2006-10-23  Bruno Haible  <bruno@clisp.org>
11319             Paul Eggert  <eggert@cs.ucla.edu>
11320
11321         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
11322         __argc, __argv from the declaration. (They are defined as macros on
11323         mingw.)
11324
11325 2006-10-22  Bruno Haible  <bruno@clisp.org>
11326
11327         * doc/gnulib-intro.texi: New file.
11328         * doc/gnulib.texi: Include it.
11329
11330 2006-10-21  Bruno Haible  <bruno@clisp.org>
11331
11332         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
11333         "Introduction", "Miscellanous Notes", "Particular Modules".
11334
11335 2006-10-21  Bruno Haible  <bruno@clisp.org>
11336
11337         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11338         Change mostlyclean-local rule to avoid sh syntax error from bash
11339         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
11340
11341 2006-10-23  Jim Meyering  <jim@meyering.net>
11342
11343         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
11344         in place of snprintf.
11345
11346         * modules/inttostr (Files): Add lib/uinttostr.c.
11347         * lib/uinttostr.c (inttostr): New file/function.
11348         * lib/inttostr.h (uinttostr): Declare.
11349         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
11350         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
11351         Add uinttostr.
11352         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
11353
11354 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
11355
11356         * lib/canonicalize.c (ELOOP): Define if not already defined.
11357         Problem reported by Bruno Haible in
11358         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
11359
11360 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
11361
11362         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
11363         Problem reported by Perry Smith and Ville Laurikari.
11364
11365         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
11366         uses.
11367
11368 2006-10-19  Bruno Haible  <bruno@clisp.org>
11369
11370         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
11371         for mingw.
11372
11373 2006-10-19  Bruno Haible  <bruno@clisp.org>
11374
11375         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
11376         Needed for mingw.
11377
11378 2006-10-19  Bruno Haible  <bruno@clisp.org>
11379
11380         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
11381
11382 2006-10-19  Bruno Haible  <bruno@clisp.org>
11383
11384         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
11385         it.
11386
11387 2006-10-19  Bruno Haible  <bruno@clisp.org>
11388
11389         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
11390         invocation.
11391
11392 2006-10-19  Bruno Haible  <bruno@clisp.org>
11393
11394         * gnulib-tool (func_create_testdir): Don't include ftruncate and
11395         mountlist by default.
11396
11397 2006-10-16  Bruno Haible  <bruno@clisp.org>
11398
11399         * lib/c-strstr.c: Include c-strstr.h.
11400
11401 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
11402
11403         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
11404         in a slash.
11405
11406 2006-10-18  Bruno Haible  <bruno@clisp.org>
11407
11408         * lib/lock.h [C++]: Wrap definitions in extern "C".
11409
11410 2006-10-18  Bruno Haible  <bruno@clisp.org>
11411
11412         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
11413         gl_LIBOBJS list.
11414
11415 2006-10-18  Bruno Haible  <bruno@clisp.org>
11416
11417         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
11418
11419 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
11420
11421         * lib/xstrtol.h: Include gettext.h.
11422         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
11423         Problem reported by Eric Blake.
11424         * modules/xstrtol (Depends-on): Add gettext-h.
11425
11426 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
11427
11428         * lib/strftime.c (advance): New macro.
11429         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
11430         incomplete type, so you can't add 0 to it.  Problem and patch
11431         reported by Eelco Dolstra for dietlibc.
11432
11433 2006-10-18  Jim Meyering  <jim@meyering.net>
11434
11435         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
11436         type for a local, and rename it: s/up/user_proc/.
11437
11438 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
11439
11440         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
11441         READ_UTMP_USER_PROCESS.
11442         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
11443
11444 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
11445
11446         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
11447         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
11448
11449 2006-10-17  Eric Blake  <ebb9@byu.net>
11450
11451         * lib/sigprocmask.c (sigprocmask): Fix typo.
11452
11453         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
11454
11455         * modules/clean-temp (Makefile.am): Don't add to make output...
11456         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
11457         config.h.
11458
11459 2006-10-17  Bruno Haible  <bruno@clisp.org>
11460
11461         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
11462         differently if DEFAULT_TEXT_DOMAIN is set.
11463
11464 2006-10-16  Bruno Haible  <bruno@clisp.org>
11465
11466         * lib/clean-temp.c: Include fwriteerror.h.
11467
11468 2006-10-16  Bruno Haible  <bruno@clisp.org>
11469
11470         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
11471
11472 2006-10-16  Bruno Haible  <bruno@clisp.org>
11473
11474         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
11475         * lib/sigprocmask.h: Include <sys/types.h>.
11476         (sigset_t): Use the system's definition if present.
11477
11478 2006-10-17  Eric Blake  <ebb9@byu.net>
11479
11480         * lib/xvasprintf.c (includes): Assume config.h.
11481         * lib/xasprintf.c (includes): Likewise.
11482
11483 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
11484
11485         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
11486         at least as wide as intmax_t.
11487
11488 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
11489
11490         (Imported from Automake.)
11491         * build-aux/gnupload: Update to version 1.1 of directive file.
11492
11493 2006-10-16  Eric Blake  <ebb9@byu.net>
11494
11495         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
11496         match Automake 1.10a.
11497
11498 2006-10-14  Bruno Haible  <bruno@clisp.org>
11499
11500         * modules/sigprocmask: New file.
11501         * lib/sigprocmask.h: New file.
11502         * lib/sigprocmask.c: New file.
11503         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
11504         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
11505         request sigprocmask.o.
11506         (gl_PREREQ_SIGPROCMASK): New macro.
11507         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
11508         (Depends-on): Add sigprocmask.
11509         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
11510         gt_SIGNALBLOCKING. Test for 'raise' only once.
11511         * lib/fatal-signal.c: Include sigprocmask.h.
11512         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
11513         unblock_fatal_signals): Define always.
11514         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11515         sigprocmask.
11516
11517 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11518
11519         Sync from Automake.
11520         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
11521         which incorrectly sets the mode of an existing destination
11522         directory.  In some cases the unpatched install-sh could do the
11523         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
11524         system.  We hope this is rare in practice, but it's clearly worth
11525         fixing.  Problem reported by Alex Unleashed in
11526         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
11527         Also, don't bother to check for -m bugs unless we're using -m;
11528         suggested by Stepan Kasal.
11529
11530 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11531
11532         Sync from Automake.
11533         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
11534         `-c' flag, so they appear at the same position as in %FASTDEP%
11535         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
11536         which ignores unknown options only after the first non-option.
11537         Bug report against M4 by Nelson H. F. Beebe.
11538
11539 2006-10-13  Jim Meyering  <jim@meyering.net>
11540
11541         Fix a bug in yesterday's change.
11542         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
11543         p->fts_statp->st_dev would be used uninitialized.
11544         Ensures that we always call fts_stat on the very first entry.
11545         Miklos Szeredi reported that find -xdev stopped working.
11546
11547 2006-10-12  Bruno Haible  <bruno@clisp.org>
11548
11549         * gnulib-tool (func_get_automake_snippet): Append an automatically
11550         computed EXTRA_DIST augmentation.
11551         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
11552         * modules/alloca-opt (Makefile.am): Likewise.
11553         * modules/allocsa (Makefile.am): Likewise.
11554         * modules/arcfour (Makefile.am): Likewise.
11555         * modules/arctwo (Makefile.am): Likewise.
11556         * modules/argmatch (Makefile.am): Likewise.
11557         * modules/argz (Makefile.am): Likewise.
11558         * modules/atexit (Makefile.am): Likewise.
11559         * modules/backupfile (Makefile.am): Likewise.
11560         * modules/byteswap (Makefile.am): Likewise.
11561         * modules/c-strtod (Makefile.am): Likewise.
11562         * modules/c-strtold (Makefile.am): Likewise.
11563         * modules/calloc (Makefile.am): Likewise.
11564         * modules/canon-host (Makefile.am): Likewise.
11565         * modules/canonicalize (Makefile.am): Likewise.
11566         * modules/chdir-long (Makefile.am): Likewise.
11567         * modules/chdir-safer (Makefile.am): Likewise.
11568         * modules/check-version (Makefile.am): Likewise.
11569         * modules/chown (Makefile.am): Likewise.
11570         * modules/cloexec (Makefile.am): Likewise.
11571         * modules/close-stream (Makefile.am): Likewise.
11572         * modules/closeout (Makefile.am): Likewise.
11573         * modules/crc (Makefile.am): Likewise.
11574         * modules/csharpexec (Makefile.am): Likewise.
11575         * modules/cycle-check (Makefile.am): Likewise.
11576         * modules/des (Makefile.am): Likewise.
11577         * modules/dev-ino (Makefile.am): Likewise.
11578         * modules/dirfd (Makefile.am): Likewise.
11579         * modules/dirname (Makefile.am): Likewise.
11580         * modules/dup2 (Makefile.am): Likewise.
11581         * modules/eealloc (Makefile.am): Likewise.
11582         * modules/error (Makefile.am): Likewise.
11583         * modules/euidaccess (Makefile.am): Likewise.
11584         * modules/exclude (Makefile.am): Likewise.
11585         * modules/exitfail (Makefile.am): Likewise.
11586         * modules/fcntl-safer (Makefile.am): Likewise.
11587         * modules/fcntl (Makefile.am): Likewise.
11588         * modules/file-type (Makefile.am): Likewise.
11589         * modules/fileblocks (Makefile.am): Likewise.
11590         * modules/filemode (Makefile.am): Likewise.
11591         * modules/filenamecat (Makefile.am): Likewise.
11592         * modules/fnmatch (Makefile.am): Likewise.
11593         * modules/fopen-safer (Makefile.am): Likewise.
11594         * modules/fpending (Makefile.am): Likewise.
11595         * modules/fprintftime (Makefile.am): Likewise.
11596         * modules/free (Makefile.am): Likewise.
11597         * modules/fsusage (Makefile.am): Likewise.
11598         * modules/ftruncate (Makefile.am): Likewise.
11599         * modules/fts (Makefile.am): Likewise.
11600         * modules/gc-arcfour (Makefile.am): Likewise.
11601         * modules/gc-des (Makefile.am): Likewise.
11602         * modules/gc-hmac-md5 (Makefile.am): Likewise.
11603         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
11604         * modules/gc-md4 (Makefile.am): Likewise.
11605         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
11606         * modules/gc-sha1 (Makefile.am): Likewise.
11607         * modules/gc (Makefile.am): Likewise.
11608         * modules/getaddrinfo (Makefile.am): Likewise.
11609         * modules/getcwd (Makefile.am): Likewise.
11610         * modules/getdelim (Makefile.am): Likewise.
11611         * modules/getdomainname (Makefile.am): Likewise.
11612         * modules/getgroups (Makefile.am): Likewise.
11613         * modules/gethostname (Makefile.am): Likewise.
11614         * modules/gethrxtime (Makefile.am): Likewise.
11615         * modules/getline (Makefile.am): Likewise.
11616         * modules/getloadavg (Makefile.am): Likewise.
11617         * modules/getlogin_r (Makefile.am): Likewise.
11618         * modules/getndelim2 (Makefile.am): Likewise.
11619         * modules/getopt (Makefile.am): Likewise.
11620         * modules/getpagesize (Makefile.am): Likewise.
11621         * modules/getpass-gnu (Makefile.am): Likewise.
11622         * modules/getpass (Makefile.am): Likewise.
11623         * modules/getsubopt (Makefile.am): Likewise.
11624         * modules/gettime (Makefile.am): Likewise.
11625         * modules/gettimeofday (Makefile.am): Likewise.
11626         * modules/getugroups (Makefile.am): Likewise.
11627         * modules/getusershell (Makefile.am): Likewise.
11628         * modules/glob (Makefile.am): Likewise.
11629         * modules/group-member (Makefile.am): Likewise.
11630         * modules/hard-locale (Makefile.am): Likewise.
11631         * modules/hash (Makefile.am): Likewise.
11632         * modules/hmac-md5 (Makefile.am): Likewise.
11633         * modules/hmac-sha1 (Makefile.am): Likewise.
11634         * modules/human (Makefile.am): Likewise.
11635         * modules/idcache (Makefile.am): Likewise.
11636         * modules/imaxabs (Makefile.am): Likewise.
11637         * modules/imaxdiv (Makefile.am): Likewise.
11638         * modules/inet_ntop (Makefile.am): Likewise.
11639         * modules/inet_pton (Makefile.am): Likewise.
11640         * modules/intprops (Makefile.am): Likewise.
11641         * modules/inttostr (Makefile.am): Likewise.
11642         * modules/inttypes (Makefile.am): Likewise.
11643         * modules/isapipe (Makefile.am): Likewise.
11644         * modules/javaversion (Makefile.am): Likewise.
11645         * modules/lchmod (Makefile.am): Likewise.
11646         * modules/lchown (Makefile.am): Likewise.
11647         * modules/localcharset (Makefile.am): Likewise.
11648         * modules/long-options (Makefile.am): Likewise.
11649         * modules/lstat (Makefile.am): Likewise.
11650         * modules/malloc (Makefile.am): Likewise.
11651         * modules/mathl (Makefile.am): Likewise.
11652         * modules/mbchar (Makefile.am): Likewise.
11653         * modules/md2 (Makefile.am): Likewise.
11654         * modules/md4 (Makefile.am): Likewise.
11655         * modules/md5 (Makefile.am): Likewise.
11656         * modules/memcasecmp (Makefile.am): Likewise.
11657         * modules/memchr (Makefile.am): Likewise.
11658         * modules/memcmp (Makefile.am): Likewise.
11659         * modules/memcoll (Makefile.am): Likewise.
11660         * modules/memcpy (Makefile.am): Likewise.
11661         * modules/memmem (Makefile.am): Likewise.
11662         * modules/memmove (Makefile.am): Likewise.
11663         * modules/mempcpy (Makefile.am): Likewise.
11664         * modules/memrchr (Makefile.am): Likewise.
11665         * modules/memset (Makefile.am): Likewise.
11666         * modules/memxor (Makefile.am): Likewise.
11667         * modules/mkancesdirs (Makefile.am): Likewise.
11668         * modules/mkdir-p (Makefile.am): Likewise.
11669         * modules/mkdir (Makefile.am): Likewise.
11670         * modules/mkdtemp (Makefile.am): Likewise.
11671         * modules/mkstemp (Makefile.am): Likewise.
11672         * modules/mktime (Makefile.am): Likewise.
11673         * modules/modechange (Makefile.am): Likewise.
11674         * modules/mountlist (Makefile.am): Likewise.
11675         * modules/nanosleep (Makefile.am): Likewise.
11676         * modules/obstack (Makefile.am): Likewise.
11677         * modules/openat (Makefile.am): Likewise.
11678         * modules/pagealign_alloc (Makefile.am): Likewise.
11679         * modules/pathmax (Makefile.am): Likewise.
11680         * modules/physmem (Makefile.am): Likewise.
11681         * modules/poll (Makefile.am): Likewise.
11682         * modules/posixtm (Makefile.am): Likewise.
11683         * modules/posixver (Makefile.am): Likewise.
11684         * modules/putenv (Makefile.am): Likewise.
11685         * modules/quote (Makefile.am): Likewise.
11686         * modules/quotearg (Makefile.am): Likewise.
11687         * modules/raise (Makefile.am): Likewise.
11688         * modules/read-file (Makefile.am): Likewise.
11689         * modules/readline (Makefile.am): Likewise.
11690         * modules/readlink (Makefile.am): Likewise.
11691         * modules/readtokens (Makefile.am): Likewise.
11692         * modules/readutmp (Makefile.am): Likewise.
11693         * modules/realloc (Makefile.am): Likewise.
11694         * modules/regex (Makefile.am): Likewise.
11695         * modules/rename-dest-slash (Makefile.am): Likewise.
11696         * modules/rename (Makefile.am): Likewise.
11697         * modules/rijndael (Makefile.am): Likewise.
11698         * modules/rmdir (Makefile.am): Likewise.
11699         * modules/rpmatch (Makefile.am): Likewise.
11700         * modules/safe-read (Makefile.am): Likewise.
11701         * modules/safe-write (Makefile.am): Likewise.
11702         * modules/same-inode (Makefile.am): Likewise.
11703         * modules/same (Makefile.am): Likewise.
11704         * modules/save-cwd (Makefile.am): Likewise.
11705         * modules/savedir (Makefile.am): Likewise.
11706         * modules/setenv (Makefile.am): Likewise.
11707         * modules/settime (Makefile.am): Likewise.
11708         * modules/sha1 (Makefile.am): Likewise.
11709         * modules/sig2str (Makefile.am): Likewise.
11710         * modules/snprintf (Makefile.am): Likewise.
11711         * modules/stat-macros (Makefile.am): Likewise.
11712         * modules/stat-time (Makefile.am): Likewise.
11713         * modules/stdbool (Makefile.am): Likewise.
11714         * modules/stdint (Makefile.am): Likewise.
11715         * modules/stdlib-safer (Makefile.am): Likewise.
11716         * modules/stpcpy (Makefile.am): Likewise.
11717         * modules/stpncpy (Makefile.am): Likewise.
11718         * modules/strcase (Makefile.am): Likewise.
11719         * modules/strcasestr (Makefile.am): Likewise.
11720         * modules/strchrnul (Makefile.am): Likewise.
11721         * modules/strcspn (Makefile.am): Likewise.
11722         * modules/strdup (Makefile.am): Likewise.
11723         * modules/strerror (Makefile.am): Likewise.
11724         * modules/strftime (Makefile.am): Likewise.
11725         * modules/strndup (Makefile.am): Likewise.
11726         * modules/strnlen (Makefile.am): Likewise.
11727         * modules/strpbrk (Makefile.am): Likewise.
11728         * modules/strsep (Makefile.am): Likewise.
11729         * modules/strstr (Makefile.am): Likewise.
11730         * modules/strtod (Makefile.am): Likewise.
11731         * modules/strtoimax (Makefile.am): Likewise.
11732         * modules/strtok_r (Makefile.am): Likewise.
11733         * modules/strtol (Makefile.am): Likewise.
11734         * modules/strtoll (Makefile.am): Likewise.
11735         * modules/strtoul (Makefile.am): Likewise.
11736         * modules/strtoull (Makefile.am): Likewise.
11737         * modules/strtoumax (Makefile.am): Likewise.
11738         * modules/strverscmp (Makefile.am): Likewise.
11739         * modules/sys_socket (Makefile.am): Likewise.
11740         * modules/sys_stat (Makefile.am): Likewise.
11741         * modules/sysexits (Makefile.am): Likewise.
11742         * modules/time_r (Makefile.am): Likewise.
11743         * modules/timegm (Makefile.am): Likewise.
11744         * modules/timespec (Makefile.am): Likewise.
11745         * modules/tmpfile-safer (Makefile.am): Likewise.
11746         * modules/trim (Makefile.am): Likewise.
11747         * modules/unistd-safer (Makefile.am): Likewise.
11748         * modules/unlinkdir (Makefile.am): Likewise.
11749         * modules/unlocked-io (Makefile.am): Likewise.
11750         * modules/userspec (Makefile.am): Likewise.
11751         * modules/utime (Makefile.am): Likewise.
11752         * modules/utimecmp (Makefile.am): Likewise.
11753         * modules/utimens (Makefile.am): Likewise.
11754         * modules/vasnprintf (Makefile.am): Likewise.
11755         * modules/vasprintf (Makefile.am): Likewise.
11756         * modules/vsnprintf (Makefile.am): Likewise.
11757         * modules/xalloc (Makefile.am): Likewise.
11758         * modules/xgetcwd (Makefile.am): Likewise.
11759         * modules/xnanosleep (Makefile.am): Likewise.
11760         * modules/xreadlink (Makefile.am): Likewise.
11761         * modules/xstrtod (Makefile.am): Likewise.
11762         * modules/xstrtol (Makefile.am): Likewise.
11763         * modules/xstrtold (Makefile.am): Likewise.
11764         * modules/yesno (Makefile.am): Likewise.
11765         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
11766
11767 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
11768
11769         * modules/error (Makefile.am): Distribute files through
11770         EXTRA_DIST, not lib_SOURCES.
11771
11772 2006-10-12  Eric Blake  <ebb9@byu.net>
11773
11774         * modules/error (Makefile.am): Distribute files in /lib.
11775         * modules/obstack (Makefile.am): Likewise.
11776
11777 2006-10-12  Bruno Haible  <bruno@clisp.org>
11778
11779         * modules/acl (Makefile.am): Distribute all files in lib/ through
11780         EXTRA_DIST.
11781         * modules/arcfour (Makefile.am): Likewise.
11782         * modules/arctwo (Makefile.am): Likewise.
11783         * modules/argmatch (Makefile.am): Likewise.
11784         * modules/argz (Makefile.am): Likewise.
11785         * modules/atexit (Makefile.am): Likewise.
11786         * modules/backupfile (Makefile.am): Likewise.
11787         * modules/c-strtod (Makefile.am): Likewise.
11788         * modules/c-strtold (Makefile.am): Likewise.
11789         * modules/calloc (Makefile.am): Likewise.
11790         * modules/canon-host (Makefile.am): Likewise.
11791         * modules/canonicalize (Makefile.am): Likewise.
11792         * modules/chdir-long (Makefile.am): Likewise.
11793         * modules/chdir-safer (Makefile.am): Likewise.
11794         * modules/check-version (Makefile.am): Likewise.
11795         * modules/chown (Makefile.am): Likewise.
11796         * modules/cloexec (Makefile.am): Likewise.
11797         * modules/close-stream (Makefile.am): Likewise.
11798         * modules/closeout (Makefile.am): Likewise.
11799         * modules/crc (Makefile.am): Likewise.
11800         * modules/cycle-check (Makefile.am): Likewise.
11801         * modules/des (Makefile.am): Likewise.
11802         * modules/dirfd (Makefile.am): Likewise.
11803         * modules/dirname (Makefile.am): Likewise.
11804         * modules/dup2 (Makefile.am): Likewise.
11805         * modules/euidaccess (Makefile.am): Likewise.
11806         * modules/exclude (Makefile.am): Likewise.
11807         * modules/exitfail (Makefile.am): Likewise.
11808         * modules/fcntl-safer (Makefile.am): Likewise.
11809         * modules/file-type (Makefile.am): Likewise.
11810         * modules/fileblocks (Makefile.am): Likewise.
11811         * modules/filemode (Makefile.am): Likewise.
11812         * modules/filenamecat (Makefile.am): Likewise.
11813         * modules/fnmatch (Makefile.am): Likewise.
11814         * modules/fopen-safer (Makefile.am): Likewise.
11815         * modules/fpending (Makefile.am): Likewise.
11816         * modules/fprintftime (Makefile.am): Likewise.
11817         * modules/free (Makefile.am): Likewise.
11818         * modules/fsusage (Makefile.am): Likewise.
11819         * modules/ftruncate (Makefile.am): Likewise.
11820         * modules/fts (Makefile.am): Likewise.
11821         * modules/gc (Makefile.am): Likewise.
11822         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
11823         * modules/getaddrinfo (Makefile.am): Likewise.
11824         * modules/getcwd (Makefile.am): Likewise.
11825         * modules/getdelim (Makefile.am): Likewise.
11826         * modules/getdomainname (Makefile.am): Likewise.
11827         * modules/getgroups (Makefile.am): Likewise.
11828         * modules/gethostname (Makefile.am): Likewise.
11829         * modules/gethrxtime (Makefile.am): Likewise.
11830         * modules/getline (Makefile.am): Likewise.
11831         * modules/getloadavg (Makefile.am): Likewise.
11832         * modules/getlogin_r (Makefile.am): Likewise.
11833         * modules/getopt (Makefile.am): Likewise.
11834         * modules/getpass (Makefile.am): Likewise.
11835         * modules/getpass-gnu (Makefile.am): Likewise.
11836         * modules/getsubopt (Makefile.am): Likewise.
11837         * modules/gettime (Makefile.am): Likewise.
11838         * modules/gettimeofday (Makefile.am): Likewise.
11839         * modules/getugroups (Makefile.am): Likewise.
11840         * modules/getusershell (Makefile.am): Likewise.
11841         * modules/glob (Makefile.am): Likewise.
11842         * modules/group-member (Makefile.am): Likewise.
11843         * modules/hard-locale (Makefile.am): Likewise.
11844         * modules/hash (Makefile.am): Likewise.
11845         * modules/hmac-md5 (Makefile.am): Likewise.
11846         * modules/hmac-sha1 (Makefile.am): Likewise.
11847         * modules/human (Makefile.am): Likewise.
11848         * modules/idcache (Makefile.am): Likewise.
11849         * modules/imaxabs (Makefile.am): Likewise.
11850         * modules/imaxdiv (Makefile.am): Likewise.
11851         * modules/inet_ntop (Makefile.am): Likewise.
11852         * modules/inet_pton (Makefile.am): Likewise.
11853         * modules/inttostr (Makefile.am): Likewise.
11854         * modules/isapipe (Makefile.am): Likewise.
11855         * modules/lchown (Makefile.am): Likewise.
11856         * modules/long-options (Makefile.am): Likewise.
11857         * modules/lstat (Makefile.am): Likewise.
11858         * modules/malloc (Makefile.am): Likewise.
11859         * modules/mathl (Makefile.am): Likewise.
11860         * modules/mbchar (Makefile.am): Likewise.
11861         * modules/md2 (Makefile.am): Likewise.
11862         * modules/md4 (Makefile.am): Likewise.
11863         * modules/md5 (Makefile.am): Likewise.
11864         * modules/memcasecmp (Makefile.am): Likewise.
11865         * modules/memchr (Makefile.am): Likewise.
11866         * modules/memcmp (Makefile.am): Likewise.
11867         * modules/memcoll (Makefile.am): Likewise.
11868         * modules/memcpy (Makefile.am): Likewise.
11869         * modules/memmem (Makefile.am): Likewise.
11870         * modules/memmove (Makefile.am): Likewise.
11871         * modules/mempcpy (Makefile.am): Likewise.
11872         * modules/memrchr (Makefile.am): Likewise.
11873         * modules/memset (Makefile.am): Likewise.
11874         * modules/memxor (Makefile.am): Likewise.
11875         * modules/mkancesdirs (Makefile.am): Likewise.
11876         * modules/mkdir (Makefile.am): Likewise.
11877         * modules/mkdir-p (Makefile.am): Likewise.
11878         * modules/mkdtemp (Makefile.am): Likewise.
11879         * modules/mkstemp (Makefile.am): Likewise.
11880         * modules/mktime (Makefile.am): Likewise.
11881         * modules/modechange (Makefile.am): Likewise.
11882         * modules/mountlist (Makefile.am): Likewise.
11883         * modules/nanosleep (Makefile.am): Likewise.
11884         * modules/openat (Makefile.am): Likewise.
11885         * modules/pagealign_alloc (Makefile.am): Likewise.
11886         * modules/physmem (Makefile.am): Likewise.
11887         * modules/poll (Makefile.am): Likewise.
11888         * modules/posixtm (Makefile.am): Likewise.
11889         * modules/posixver (Makefile.am): Likewise.
11890         * modules/putenv (Makefile.am): Likewise.
11891         * modules/quote (Makefile.am): Likewise.
11892         * modules/quotearg (Makefile.am): Likewise.
11893         * modules/raise (Makefile.am): Likewise.
11894         * modules/read-file (Makefile.am): Likewise.
11895         * modules/readline (Makefile.am): Likewise.
11896         * modules/readlink (Makefile.am): Likewise.
11897         * modules/readtokens (Makefile.am): Likewise.
11898         * modules/readutmp (Makefile.am): Likewise.
11899         * modules/realloc (Makefile.am): Likewise.
11900         * modules/regex (Makefile.am): Likewise.
11901         * modules/rename (Makefile.am): Likewise.
11902         * modules/rename-dest-slash (Makefile.am): Likewise.
11903         * modules/rijndael (Makefile.am): Likewise.
11904         * modules/rmdir (Makefile.am): Likewise.
11905         * modules/rpmatch (Makefile.am): Likewise.
11906         * modules/safe-read (Makefile.am): Likewise.
11907         * modules/safe-write (Makefile.am): Likewise.
11908         * modules/same (Makefile.am): Likewise.
11909         * modules/save-cwd (Makefile.am): Likewise.
11910         * modules/savedir (Makefile.am): Likewise.
11911         * modules/setenv (Makefile.am): Likewise.
11912         * modules/settime (Makefile.am): Likewise.
11913         * modules/sha1 (Makefile.am): Likewise.
11914         * modules/sig2str (Makefile.am): Likewise.
11915         * modules/snprintf (Makefile.am): Likewise.
11916         * modules/stdlib-safer (Makefile.am): Likewise.
11917         * modules/stpcpy (Makefile.am): Likewise.
11918         * modules/stpncpy (Makefile.am): Likewise.
11919         * modules/strcase (Makefile.am): Likewise.
11920         * modules/strcasestr (Makefile.am): Likewise.
11921         * modules/strchrnul (Makefile.am): Likewise.
11922         * modules/strcspn (Makefile.am): Likewise.
11923         * modules/strdup (Makefile.am): Likewise.
11924         * modules/strerror (Makefile.am): Likewise.
11925         * modules/strftime (Makefile.am): Likewise.
11926         * modules/strndup (Makefile.am): Likewise.
11927         * modules/strnlen (Makefile.am): Likewise.
11928         * modules/strpbrk (Makefile.am): Likewise.
11929         * modules/strsep (Makefile.am): Likewise.
11930         * modules/strstr (Makefile.am): Likewise.
11931         * modules/strtod (Makefile.am): Likewise.
11932         * modules/strtoimax (Makefile.am): Likewise.
11933         * modules/strtok_r (Makefile.am): Likewise.
11934         * modules/strtol (Makefile.am): Likewise.
11935         * modules/strtoll (Makefile.am): Likewise.
11936         * modules/strtoul (Makefile.am): Likewise.
11937         * modules/strtoull (Makefile.am): Likewise.
11938         * modules/strtoumax (Makefile.am): Likewise.
11939         * modules/strverscmp (Makefile.am): Likewise.
11940         * modules/time_r (Makefile.am): Likewise.
11941         * modules/timegm (Makefile.am): Likewise.
11942         * modules/tmpfile-safer (Makefile.am): Likewise.
11943         * modules/unistd-safer (Makefile.am): Likewise.
11944         * modules/unlinkdir (Makefile.am): Likewise.
11945         * modules/userspec (Makefile.am): Likewise.
11946         * modules/utime (Makefile.am): Likewise.
11947         * modules/utimecmp (Makefile.am): Likewise.
11948         * modules/utimens (Makefile.am): Likewise.
11949         * modules/vasnprintf (Makefile.am): Likewise.
11950         * modules/vasprintf (Makefile.am): Likewise.
11951         * modules/vsnprintf (Makefile.am): Likewise.
11952         * modules/xalloc (Makefile.am): Likewise.
11953         * modules/xgetcwd (Makefile.am): Likewise.
11954         * modules/xnanosleep (Makefile.am): Likewise.
11955         * modules/xreadlink (Makefile.am): Likewise.
11956         * modules/xstrtod (Makefile.am): Likewise.
11957         * modules/xstrtol (Makefile.am): Likewise.
11958         * modules/xstrtold (Makefile.am): Likewise.
11959         * modules/yesno (Makefile.am): Likewise.
11960
11961 2006-10-12  Jim Meyering  <jim@meyering.net>
11962
11963         * m4/getloadavg.m4: Revert the change below.
11964
11965         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
11966         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
11967         fail with a symlink, which is what coreutils' ./bootstrap now
11968         creates by default.
11969
11970 2006-10-12  Bruno Haible  <bruno@clisp.org>
11971
11972         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
11973         mingw.
11974         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
11975         MSVC and mingw explicitly.
11976
11977 2006-10-11  Simon Josefsson  <jas@extundo.com>
11978             Bruno Haible  <bruno@clisp.org>
11979
11980         Add support for multiple gnulib-tool invocations in the scope of a
11981         single configure.ac file.
11982         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
11983         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
11984         with the same contents as the _LIBADD variable.
11985         (func_emit_initmacro_start, func_emit_initmacro_end,
11986         func_emit_initmacro_done): New functions.
11987         (func_import, func_create_testdir): Invoke them. Allow the identifiers
11988         gl_LIBOBJS and gl_LTLIBOBJS.
11989
11990 2006-10-11  Bruno Haible  <bruno@clisp.org>
11991
11992         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
11993         (func_create_testdir): Don't create po/Makefile.am, don't invoke
11994         autoreconf. Instead, invoke autopoint explicitly but move back the
11995         *.m4 files from gnulib.
11996
11997 2006-10-11  Bruno Haible  <bruno@clisp.org>
11998
11999         * gnulib-tool (func_usage): Make module names after --create-testdir
12000         optional.
12001         (func_create_testdir): If no module was specified, use nearly all
12002         modules.
12003
12004 2006-10-12  Jim Meyering  <jim@meyering.net>
12005
12006         Big performance improvement for fts-based tools that use FTS_NOSTAT.
12007         Avoid spurious inode-mismatch problems on non-POSIX file systems.
12008         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
12009         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
12010         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
12011         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
12012         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
12013         (fts_set_stat_required): New function.
12014         (fts_open): Defer the calls to fts_stat, if possible or requested.
12015         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
12016         into fts_stat itself.
12017         (fts_read): Perform any required (deferred) fts_stat call.
12018         (fts_build): Likewise, for the directory we're about to open and read.
12019         In the readdir loop, carefully decide whether each entry will require
12020         an eventual call to fts_stat, using dirent.d_type info if available.
12021         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
12022         a command line argument into this function.  Update all callers.
12023         Map a return value of FTS_DOT to FTS_D for a command line argument.
12024         * modules/fts (Depends-on): Add d-type.  Alphabetize.
12025         Thanks to Miklos Szeredi for his tenacity and for the initial
12026         bug report about "find" failing on a FUSE-based file system.
12027
12028         * lib/fts.c (fts_open): Use consistent indentation.
12029
12030 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
12031
12032         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
12033         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
12034         reported by Jim Meyering.  All uses of cache variables renamed
12035         to match Autoconf's.
12036         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
12037         the other one.
12038
12039         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
12040         Fix misspelling in diagnostic.
12041
12042 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
12043
12044         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
12045         defined.  Problem reported by Matthew Woehlke.
12046
12047         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
12048         Add support for Tandem NonStop R series.
12049         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
12050         Use new macro.
12051
12052         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
12053         (has_trailing_slash): Omit size arg; all callers changed.
12054         Omit 'inline', since it doesn't help performance and we'd
12055         need to configure it.
12056         Don't count //, ///, etc. as having a trailing slash.
12057         As a side effect, this removes a C99ism reported by Matthew Woehlke.
12058         (rpl_rename_dest_slash): On failure, use rename's errno rather
12059         than (in some cases) an incorrect or junk errno.
12060         Simplify code by removing need to compute length; this does
12061         cause it to make two passes instead of one over the file name,
12062         but it's worth it.
12063
12064         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
12065         change, since Autoconf's version may no longer be appropriate now
12066         that we are using CVS Autoconf's version.  Add support for Tandem.
12067
12068 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
12069             Bruno Haible  <bruno@clisp.org>
12070
12071         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
12072         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
12073         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
12074         gl_AC_TYPE_LONG_LONG.
12075
12076         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
12077         instead of HAVE_LONG_LONG.
12078         * lib/printf-args.c (printf_fetchargs): Likewise.
12079         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
12080         * lib/vasnprintf.c (VASNPRINTF): Likewise.
12081         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
12082         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
12083         gl_AC_TYPE_LONG_LONG.
12084
12085 2006-10-11  Bruno Haible  <bruno@clisp.org>
12086
12087         * m4/longlong.m4: Add comments.
12088         * m4/ulonglong.m4: Likewise.
12089
12090 2006-10-10  Bruno Haible  <bruno@clisp.org>
12091
12092         Make it possible to #define stpcpy, strdup to aliases.
12093         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
12094         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
12095
12096 2006-10-10  Bruno Haible  <bruno@clisp.org>
12097
12098         Make it possible to #define gcd to an alias.
12099         * lib/gcd.c: Include config.h.
12100
12101 2006-10-10  Bruno Haible  <bruno@clisp.org>
12102
12103         Make it possible to #define c_isascii to an alias.
12104         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
12105         defined. Undefine the macros before defining them, to avoid gcc
12106         warnings.
12107         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
12108         define NO_C_CTYPE_MACROS early.
12109
12110 2006-10-10  Bruno Haible  <bruno@clisp.org>
12111
12112         Make it possible to #define set_program_name to an alias.
12113         * lib/progname.c: Don't undefine set_program_name; instead, undefine
12114         ENABLE_RELOCATABLE early.
12115
12116 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
12117
12118         Port to Tandem NSK OSS, which has 64-bit signed int but at most
12119         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
12120         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
12121         More generally, don't assume that 64-bit signed int is available
12122         if unsigned int is, and vice versa.
12123         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
12124         unsigned symbols, not on their signed counterparts.
12125         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
12126         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
12127         (UINT64_C, UINTMAX_C):
12128         Likewise.
12129         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
12130         unsigned counterparts.
12131         (Have_long_long, Unsigned): New macros.
12132         (Int): Renamed from INT.
12133         (strtoimax): Use the new macros.
12134         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
12135         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
12136         * modules/inttypes (inttypes.h): Substitute
12137         HAVE_UNSIGNED_LONG_LONG_INT.
12138         * modules/stdint (stdint.h): Likewise.
12139         (Files): Add m4/ulonglong.m4.
12140
12141 2006-10-10  Bruno Haible  <bruno@clisp.org>
12142
12143         Fix a gcc -Wshadow warning.
12144         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
12145         to 'bucket'.
12146         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
12147         gl_linked_indexof_from_to): Likewise.
12148         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
12149         Likewise.
12150         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
12151         Likewise.
12152         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
12153         Reported by Eric Blake.
12154
12155 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
12156
12157         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
12158         for NetBSD.  Problem reported by Bruno Haible.
12159
12160 2006-10-09  Jim Meyering  <jim@meyering.net>
12161
12162         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
12163         Patch from Bruno Haible.
12164
12165 2006-10-09  Jim Meyering  <jim@meyering.net>
12166
12167         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
12168         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
12169         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
12170
12171 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
12172
12173         Don't include <config.h> twice; this doesn't work in some cases,
12174         e.g., when config.h has "#define intmax_t long long int" and
12175         we include <config.h>, <inttypes.h>, <config.h> in that order.
12176         Problem reported by Matthew Woehlke in:
12177         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
12178         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
12179         * lib/fts-cycle.c: Don't include config.h.
12180         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
12181         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
12182         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
12183         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
12184         inttypes.h.
12185         * lib/xstrtoumax.c: Likewise.
12186         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
12187         __strtol and the like, so that this module is more like its siblings.
12188         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
12189         Remove; no longer needed now that we assume gnulib inttypes.h.
12190
12191 2006-10-08  Bruno Haible  <bruno@clisp.org>
12192
12193         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
12194         option.
12195
12196 2006-10-07  Jim Meyering  <jim@meyering.net>
12197
12198         * modules/inttypes (inttypes.h): Revert what seems to have been
12199         an inadvertent part of today's change: use "|", not "/" in the
12200         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
12201
12202 2006-10-07  Bruno Haible  <bruno@clisp.org>
12203
12204         * modules/sublist: New file.
12205
12206 2006-10-07  Bruno Haible  <bruno@clisp.org>
12207
12208         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
12209         * modules/argz (argz.h): Likewise.
12210         * modules/arpa_inet (arpa/inet.h): Likewise.
12211         * modules/byteswap (byteswap.h): Likewise.
12212         * modules/configmake (configmake.h): Likewise.
12213         * modules/fcntl (fcntl.h): Likewise.
12214         * modules/fnmatch (fnmatch.h): Likewise.
12215         * modules/getopt (getopt.h): Likewise.
12216         * modules/glob (glob.h): Likewise.
12217         * modules/inttypes (inttypes.h): Likewise.
12218         * modules/netinet_in (netinet/in.h): Likewise.
12219         * modules/poll (poll.h): Likewise.
12220         * modules/stdbool (stdbool.h): Likewise.
12221         * modules/stdint (stdint.h): Likewise.
12222         * modules/sys_select (sys/select.h): Likewise.
12223         * modules/sys_socket (sys/socket.h): Likewise.
12224         * modules/sys_stat (sys/stat.h): Likewise.
12225         * modules/sysexits (sysexits.h): Likewise.
12226         * modules/unistd (unistd.h): Likewise.
12227         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12228         Add a "DO NOT EDIT" comment to the generated file.
12229         (func_import): Likewise for gnulib-comp.m4.
12230
12231 2006-10-07  Bruno Haible  <bruno@clisp.org>
12232
12233         * lib/gl_sublist.h: New file.
12234         * lib/gl_sublist.c: New file.
12235
12236 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
12237
12238         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
12239         name (relative to the original working directory) and the file
12240         name component (relative to the temporary working directory).  All
12241         callers changed.
12242         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
12243         * lib/mkdir-p.c (make_dir_parents): Likewise.
12244         * lib/mkdir-p.h (make_dir_parents): Likewise.
12245
12246 2006-10-06  Eric Blake  <ebb9@byu.net>
12247
12248         Define several macros for use by the clean-temp module.
12249         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
12250         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
12251         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
12252
12253         * lib/clean-temp.h (close_stream_temp): New declaration.
12254         * lib/clean-temp.c (includes): Pull in headers according to what
12255         other modules are in use.
12256         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
12257
12258 2006-10-06  Bruno Haible  <bruno@clisp.org>
12259
12260         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
12261         instead of fopen, fwriteerror.
12262
12263 2006-10-06  Bruno Haible  <bruno@clisp.org>
12264
12265         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
12266         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
12267         int.
12268         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
12269         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
12270         Return an error indicator.
12271         Suggested by Eric Blake.
12272
12273 2006-10-06  Bruno Haible  <bruno@clisp.org>
12274
12275         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
12276         Reported by Eric Blake.
12277
12278 2006-10-06  Bruno Haible  <bruno@clisp.org>
12279
12280         * modules/closeout (Description): Mention stderr too.
12281
12282 2006-10-06  Bruno Haible  <bruno@clisp.org>
12283         and Paul Eggert  <eggert@cs.ucla.edu>
12284
12285         * lib/closeout.c (close_stdout): Also close stderr.
12286         * lib/closeout.h: Update comment.
12287
12288 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
12289
12290         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
12291         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
12292         * lib/dirchownmod.c: Include lchown.h.
12293         * lib/lchown.c: Don't include files that lchown.h now includes.
12294         Don't declare chown, since lchown.h now does that.
12295         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
12296         (lchown): Define to rpl_chown if lchown is declared but
12297         does not exist.  Declare using a prototype if lchown is not
12298         declared.  Add a copyright notice.
12299         * lib/mkstemp.h: Include <unistd.h>.
12300         * lib/openat.c: Include lchown.h.
12301
12302         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
12303         we now test for that separately.
12304         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
12305         rather than O_NOFOLLOW, when testing whether it's possible to
12306         avoid a race condition reliably.
12307         * lib/savewd.c (savewd_chdir): Likewise.
12308
12309         Remove macros that are no longer needed now that stdint.h is
12310         reliable.
12311         * lib/fsusage.c (UINTMAX_MAX): Remove.
12312         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
12313         * lib/utimecmp.c (SIZE_MAX): Remove.
12314
12315         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
12316
12317         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
12318         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
12319         O_NOATIME works.
12320
12321 2006-10-05  Bruno Haible  <bruno@clisp.org>
12322
12323         * lib/gl_list.h (gl_sortedlist_search_from_to,
12324         gl_sortedlist_indexof_from_to): New declarations.
12325         (gl_list_implementation): New fields sortedlist_search_from_to,
12326         sortedlist_indexof_from_to.
12327         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
12328         inline functions.
12329         * lib/gl_list.c (gl_sortedlist_search_from_to,
12330         gl_sortedlist_indexof_from_to): New functions.
12331         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
12332         function.
12333         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
12334         (gl_array_sortedlist_search_from_to): New function.
12335         (gl_array_list_implementation): Update.
12336         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
12337         function.
12338         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
12339         (gl_carray_sortedlist_search_from_to): New function.
12340         (gl_carray_list_implementation): Update.
12341         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
12342         gl_linked_sortedlist_indexof_from_to): New functions.
12343         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
12344         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
12345         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
12346         gl_tree_sortedlist_indexof_from_to): New functions.
12347         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
12348         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
12349         Update.
12350         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
12351         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
12352         Update.
12353
12354 2006-10-05  Bruno Haible  <bruno@clisp.org>
12355
12356         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
12357         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
12358         (struct gl_list_implementation): Add fields search_from_to,
12359         indexof_from_to. Remove fields search, indexof.
12360         (gl_list_search): Use the search_from_to method.
12361         (gl_list_search_from, gl_list_search_from_to): New functions.
12362         (gl_list_indexof): Use the indexof_from_to method.
12363         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
12364         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
12365         (gl_list_search_from, gl_list_search_from_to): New functions.
12366         (gl_list_indexof): Use the indexof_from_to method.
12367         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
12368         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
12369         gl_array_indexof. Add start_index, end_index arguments.
12370         (gl_array_search_from_to): Renamed from gl_array_search. Add
12371         start_index, end_index arguments.
12372         (gl_array_remove, gl_array_list_implementation): Update.
12373         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
12374         gl_carray_indexof. Add start_index, end_index arguments.
12375         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
12376         start_index, end_index arguments.
12377         (gl_carray_remove, gl_carray_list_implementation): Update.
12378         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
12379         gl_linked_search. Add start_index, end_index arguments.
12380         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
12381         start_index, end_index arguments.
12382         (gl_linked_remove): Update.
12383         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
12384         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
12385         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
12386         field to 'size_t'.
12387         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
12388         gl_tree_search. Add start_index, end_index arguments.
12389         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
12390         start_index, end_index arguments.
12391         (gl_tree_remove): Update.
12392         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
12393         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
12394         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
12395         function.
12396         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
12397         gl_tree_search. Add start_index, end_index arguments.
12398         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
12399         start_index, end_index arguments.
12400         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
12401         Update.
12402         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
12403
12404 2006-10-05  Bruno Haible  <bruno@clisp.org>
12405
12406         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
12407
12408         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
12409         fwriteerror_temp): New declarations.
12410         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
12411         (descriptors): New variable.
12412         (cleanup): First, close the descriptors.
12413         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
12414         fclose_temp, fwriteerror_temp): New functions.
12415
12416 2006-10-04  Jim Meyering  <jim@meyering.net>
12417
12418         * lib/fts.c (fts_open): Tiny comment change.
12419
12420 2006-10-04  Bruno Haible  <bruno@clisp.org>
12421
12422         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
12423         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
12424         gl_LOCK_BODY.
12425         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
12426         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
12427         gl_LOCK_EARLY_BODY.
12428         (gl_LOCK): Require gl_LOCK_BODY.
12429
12430 2006-10-04  Bruno Haible  <bruno@clisp.org>
12431
12432         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
12433         (gl_oset_search_atleast): New declaration.
12434         (struct gl_oset_implementation): Add field 'search_atleast'.
12435         (gl_oset_search_atleast): New inline function.
12436         * lib/gl_oset.c (gl_oset_search_atleast): New function.
12437         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
12438         (gl_array_oset_implementation): Update.
12439         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
12440         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
12441         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
12442
12443 2006-10-04  Bruno Haible  <bruno@clisp.org>
12444
12445         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
12446
12447 2006-10-03  Bruno Haible  <bruno@clisp.org>
12448
12449         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
12450         from gl_avltreehash_list_implementation.
12451
12452 2006-10-03  Bruno Haible  <bruno@clisp.org>
12453
12454         * lib/gl_oset.c (gl_oset_add): Fix return type.
12455
12456 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
12457
12458         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
12459
12460 2006-10-02  Eric Blake  <ebb9@byu.net>
12461
12462         * modules/strnlen (Depends-on): Add extensions.
12463
12464 2006-10-02  Eric Blake  <ebb9@byu.net>
12465
12466         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
12467         definition in 2.60+.
12468
12469 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
12470
12471         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
12472         checks.
12473
12474 2006-10-02  Bruno Haible  <bruno@clisp.org>
12475
12476         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
12477         to the AUTOMAKE_OPTIONS.
12478         Reported by Jim Meyering.
12479
12480 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
12481
12482         Work around bug in Solaris 10 /proc file system:
12483         /proc/self/fd/NNN/.. isn't the parent directory of
12484         the directory whose file descriptor is NNN.  This needs to
12485         be worked around at run time, not compile time, since a
12486         program might be built on Solaris 8, where things work, and
12487         run on Solaris 10.
12488         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
12489         to use the following interface instead:
12490         (OPENAT_BUFFER_SIZE): New macro.
12491         (openat_proc_name): New function.
12492         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
12493         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
12494         Likewise.
12495         * lib/openat-proc.c: New file.
12496         * modules/openat (Files): Add lib/openat-proc.c.
12497         (Depends-on): Add same-inode, stdbool.
12498         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
12499
12500 2006-09-29  Bruno Haible  <bruno@clisp.org>
12501
12502         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
12503         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
12504         argument. Set stdout_closed before testing for ferror, not after.
12505         (fwriteerror, fwriteerror_no_ebadf): New functions.
12506
12507 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12508
12509         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
12510
12511 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
12512
12513         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
12514         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
12515
12516 2006-09-28  Jim Meyering  <jim@meyering.net>
12517
12518         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
12519         Include <unistd.h>.
12520
12521 2006-09-28  Bruno Haible  <bruno@clisp.org>
12522
12523         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
12524         * modules/linkedhash-list (Depends-on): Likewise.
12525         * modules/rbtreehash-list (Depends-on): Likewise.
12526
12527 2006-09-28  Bruno Haible  <bruno@clisp.org>
12528
12529         * lib/strndup.h: Simplify the redefinition of strndup.
12530         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
12531         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
12532
12533 2006-09-28  Bruno Haible  <bruno@clisp.org>
12534
12535         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
12536         * lib/gl_linkedhash_list.c: Likewise.
12537         * lib/gl_rbtreehash_list.c: Likewise.
12538
12539 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
12540
12541         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
12542         getaddrinfo.
12543
12544         * lib/__fpending.h: Don't include <stdio_ext.h> unless
12545         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
12546         it causes <stdio_ext.h> to cause a compile-time error.
12547         Problem reported by Nelson H. F. Beebe.
12548         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
12549         of HAVE_DECL___PENDING.
12550
12551         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
12552         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
12553         declaration.
12554
12555 2006-09-27  Jim Meyering  <jim@meyering.net>
12556
12557         This file could end up with a definition for a function
12558         named __strndup, rather than rpl_strndup on a system with
12559         incomplete weak_alias support.
12560         * lib/strndup.c (strndup): Rename from __strndup.
12561         Remove #defines that used to map __strndup to strndup.
12562         Don't use K&R prototypes.
12563         Remove LIBC-related code, since this file is not sync'd with glibc.
12564         * lib/strndup.h: Revamp, accordingly.
12565         * m4/strndup.m4: Modernize.
12566
12567 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
12568
12569         * modules/savewd (Depends-on): Add 'raise'.
12570         * lib/savewd.c: Include <signal.h>, for 'raise'.
12571
12572 2006-09-26  Jim Meyering  <jim@meyering.net>
12573
12574         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
12575         when we detect Darwin 8.7.0's acl_get_file bug.
12576         Rearrange to perform the new (below) run-test while $LIBS
12577         contains any acl-related library.  Set USE_ACL at the end.
12578         (gl_ACL_GET_FILE): New function.
12579
12580 2006-09-26  Eric Blake  <ebb9@byu.net>
12581
12582         * lib/verror.c: Include <config.h> unconditionally.
12583
12584 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
12585
12586         * modules/clock-time (Maintainer): Add self.
12587         * modules/getlogin_r (Depends-on): Add extensions.
12588
12589 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12590
12591         * modules/clock-time: New module.
12592         * modules/nanosleep (Depends-on): Add clock-time.
12593         * modules/gethrxtime (Depends-on): Likewise.
12594         * modules/gettime (Depends-on): Likewise.
12595         * modules/settime (Depends-on): Likewise.
12596
12597         * modules/fts-lgpl: Depend on openat.
12598         * modules/mkancesdirs: Depend on savewd.
12599         * modules/mkdir-p: Likewise.
12600
12601 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12602
12603         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
12604
12605         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
12606         `gl_have_arbitrary_file_name_length_limit' to
12607         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
12608         actually works between configure runs.
12609
12610 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12611             Bruno Haible  <bruno@clisp.org>
12612
12613         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
12614
12615 2006-09-25  Jim Meyering  <jim@meyering.net>
12616
12617         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
12618         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
12619
12620 2006-09-25  Eric Blake  <ebb9@byu.net>
12621
12622         * gnulib-tool (func_import, func_create_testdir): Fix typos in
12623         exec's in 2006-09-18 patch when shuffling fds.
12624
12625 2006-09-25  Bruno Haible  <bruno@clisp.org>
12626
12627         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
12628         Reported by Jim Meyering.
12629
12630 2006-09-24  Jim Meyering  <jim@meyering.net>
12631
12632         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
12633         compare a pointer against a literal "0".  That caused failures with
12634         at least HP-UX's hpcc.
12635
12636 2006-09-22  Simon Josefsson  <jas@extundo.com>
12637
12638         * modules/gc-sha1:
12639         * modules/gc-md4:
12640         * modules/gc-hmac-sha1:
12641         * modules/gc-hmac-md5:
12642         * modules/gc-des:
12643         * modules/gc-arcfour: Distribute more files.
12644
12645 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12646
12647         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
12648         (gl_linked_iterator_from_to): Initialize struct completely.
12649         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
12650         (gl_tree_iterator_from_to): Likewise
12651         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
12652         * lib/gl_array_list.c [lint] (gl_array_iterator)
12653         (gl_array_iterator_from_to): Likewise.
12654         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
12655         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
12656         (gl_carray_iterator_from_to): Likewise.
12657
12658         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
12659         * lib/md4.c (md4_process_block): Remove unused variable.
12660         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
12661         parentheses for clarity.
12662
12663 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12664
12665         * modules/bison-i18n (Depends-on): Add gettext.
12666
12667 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12668
12669         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
12670         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
12671         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
12672         also add missing comma that caused broken test.
12673         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
12674         stdlib.h, for `abort'.
12675         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
12676         variables.
12677         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
12678         include unistd.h if present, for `rmdir'.
12679         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
12680         variables.
12681         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
12682         in the process include standard headers for prototypes.
12683         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
12684         gets declared on GNU/Linux.
12685         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
12686         unistd.h, for `rmdir'.
12687         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
12688
12689         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
12690         always true.
12691         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
12692
12693         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
12694
12695 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12696
12697         * gnulib-tool (func_version): Create output all at once.  This
12698         may help avoid triggering unnecessary SIGPIPEs, and at any
12699         rate it doesn't hurt.
12700
12701 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12702             Bruno Haible  <bruno@clisp.org>
12703
12704         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
12705         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
12706         * m4/signed.m4 (bh_C_SIGNED): Likewise.
12707
12708         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
12709         (gl_FUNC_VASPRINTF): Invoke it.
12710
12711 2006-09-22  Bruno Haible  <bruno@clisp.org>
12712
12713         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
12714         getloadavg.c as first argument.
12715
12716 2006-09-22  Bruno Haible  <bruno@clisp.org>
12717
12718         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
12719         at the beginning of the gl_INIT macro.
12720         * modules/getloadavg (configure.ac): Pass $gl_source_base to
12721         gl_GETLOADAVG.
12722
12723 2006-09-22  Bruno Haible  <bruno@clisp.org>
12724
12725         * gnulib-tool (func_create_megatestdir): Don't include the config-h
12726         module.
12727         Suggested by Ralf Wildenhues.
12728
12729 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
12730
12731         Import this patch from libc:
12732
12733         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
12734
12735         * lib/regex_internal.c (re_string_reconstruct): Handle
12736         offset < pstr->valid_raw_len && pstr->offsets_needed case.
12737         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
12738         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
12739         re_string_context_at.
12740
12741         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
12742         now requires it.
12743         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
12744         gl_REGEX now does it for us.
12745         (gl_REGEX): Add test taken from
12746         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
12747
12748         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
12749         Check that large offsets work.  Modernize Autoconf usages.
12750         Prefer "yes" to mean a good thing rather than a bad.
12751         Don't put "#define mkstemp" in config.h, as this might interfere
12752         with standard system headers that "#define mkstemp mkstemp64".
12753
12754         * modules/mkstemp (Depends-on): Add extensions, so that
12755         mkstemp is visible on some platforms.
12756         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
12757         (Include): Change to "mkstemp.h" from <stdlib.h>.
12758         (Files): Add mkstemp.h.
12759
12760         * lib/mkstemp.h: New file, since some standard headers
12761         #define mkstemp.
12762         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
12763         Include "mkstemp.h".
12764         Make the _LIBC code resemble glibc original more,
12765         e.g., use K&R style.
12766         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
12767         (mkstemp): Remove, since mkstemp.h does this for us.
12768         * lib/stdlib--.h: Include mkstemp.h.
12769
12770         Import this patch from libc:
12771
12772         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
12773
12774         * lib/tempname.c (__gen_tempname): Change attempts_min
12775         into a macro.  Use preprocessor to decide how to initialize
12776         attempts [Coverity CID 67].
12777
12778 2006-09-20  Bruno Haible  <bruno@clisp.org>
12779
12780         * lib/mkdtemp.c: Import from libc.
12781         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
12782                 * sysdeps/posix/tempname.c (__gen_tempname): Change
12783                 attempts_min into a macro.  Use preprocessor to decide how to
12784                 initialize attempts [Coverity CID 67].
12785         2001-11-27  Paul Eggert  <eggert@twinsun.com>
12786                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
12787                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
12788
12789 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12790
12791         * gnulib-tool (func_exit): New function, to allow to pass the
12792         exit status portably through the trap.  Use everywhere.
12793         (--help, --version): Signal a write error.
12794         (trap): catch SIGPIPE, for write errors.
12795         Exit at the end of the trap, with the correct exit status.
12796
12797 2006-09-19  Karl Berry  <karl@gnu.org>
12798
12799         * doc/gnulib.texi: note about the license texinfo files.
12800
12801 2006-09-19  Eric Blake  <ebb9@byu.net>
12802
12803         * gnulib-tool: Avoid space-tab.
12804
12805 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
12806
12807         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
12808         that prevented coreutils 6.1 from building.  Problem reported
12809         by Petter Reinholdtsen.
12810
12811 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
12812
12813         * gnulib-tool (avoidlist): Fix typo that broke options like
12814         --avoid=lock that are used by coreutils bootstrap.
12815
12816 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
12817
12818         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
12819         more systematically.
12820
12821 2006-09-18  Jim Meyering  <jim@meyering.net>
12822
12823         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
12824
12825 2006-09-18  Bruno Haible  <bruno@clisp.org>
12826
12827         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
12828
12829 2006-09-18  Bruno Haible  <bruno@clisp.org>
12830
12831         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
12832         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
12833         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
12834         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
12835         * m4/gettext.m4: Require autoconf >= 2.52.
12836         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
12837         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
12838         of gl_cv_header_inttypes_h.
12839
12840 2006-09-18  Bruno Haible  <bruno@clisp.org>
12841
12842         * lib/javaversion.c: Include configmake.h.
12843
12844 2006-09-18  Bruno Haible  <bruno@clisp.org>
12845
12846         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
12847         avoid that the while loops be executed in a subshell.
12848
12849 2006-09-18  Bruno Haible  <bruno@clisp.org>
12850
12851         * MODULES.html.sh (func_module): Break long lines.
12852         Suggested by Bruce Korb <bkorb@gnu.org>.
12853
12854 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12855
12856         Speed up by a factor of 1.12.
12857         * gnulib-tool (nl): New variable.
12858         (func_import): Rewrite include directive extraction to only read each
12859         directive once.
12860
12861 2006-09-17  Bruno Haible  <bruno@clisp.org>
12862
12863         * modules/javaversion (Makefile.am): Remove DEFS setting.
12864         (Depends-on): Add configmake, for PKGDATADIR definition.
12865
12866 2006-09-17  Bruno Haible  <bruno@clisp.org>
12867
12868         * gnulib-tool (func_create_testdir): Rewrite all files at once.
12869
12870 2006-09-17  Bruno Haible  <bruno@clisp.org>
12871
12872         * gnulib-tool (func_append): New function, stolen from libtool.m4.
12873         (func_modules_transitive_closure, func_modules_add_dummy,
12874         func_modules_to_filelist, func_import, func_create_testdir,
12875         func_create_megatestdir, ...): Use it wherever possible.
12876         Suggested by Ralf Wildenhues.
12877
12878 2006-09-16  Karl Berry  <karl@gnu.org>
12879
12880         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
12881         to avoid sectioning errors.
12882         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
12883         [ifinfo]: blank line after @center-ed titles.
12884         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
12885         Spell FSF address consistently with others.
12886         (These changes approved by rms.)
12887
12888 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12889
12890         Speed up by a factor of 1.61.
12891         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
12892         already checked module names again.
12893
12894 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12895
12896         Speed up by a factor of 1.13.
12897         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
12898         for new_files, and the input to func_add_or_update.
12899
12900 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12901
12902         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
12903         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
12904
12905 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
12906
12907         * modules/mkancesdirs (Depends-on): Add fcntl.
12908         * modules/savewd: New file.
12909         * MODULES.html.sh (File system functions): Add savewd.
12910
12911         * modules/configmake (Makefile.am): Add support for the
12912         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
12913
12914 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
12915
12916         * m4/savewd.m4: New file.
12917
12918 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
12919
12920         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
12921         (dirchownmod): New arg FD.  All callers changed.
12922         Use FD rather than opening the directory ourself, as opening is
12923         now the caller's responsibility.
12924         * lib/dirchownmod.h: Likewise.
12925         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
12926         hosts that require <sys/types.h> before <sys/stat.h>.  Include
12927         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
12928         (test_dir): Remove.
12929         (mkancesdirs): Return length of prefix of FILE that has already
12930         been made, or -2 if there is a child doing the work.  Redo
12931         algorithm so that it is O(N) rather than O(N**2).  Optimize away
12932         ".", and treat ".." specially since it might stray back into
12933         already-created areas.  Use a subprocess if necessary.  New arg
12934         WD; all users changed.  MAKE_DIR function should now return 1
12935         if it creates a directory that is not readable.  Return -2 if
12936         a child process is spun off.
12937         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
12938         Adjust signature to match code.
12939         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
12940         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
12941         all users changed.
12942         * lib/savewd.c, lib/savewd.h: New files.
12943
12944 2006-09-15  Jim Meyering  <jim@meyering.net>
12945
12946         * modules/rename-dest-slash: New module.
12947         * MODULES.html.sh (posix_compat): Add it here.
12948
12949         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
12950
12951 2006-09-15  Jim Meyering  <jim@meyering.net>
12952
12953         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
12954         file.
12955
12956         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
12957
12958 2006-09-15  Jim Meyering  <jim@meyering.net>
12959
12960         * lib/rename-dest-slash.c (has_trailing_slash): Use
12961         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
12962         (rpl_rename_dest_slash): Perform the cheaper trailing slash
12963         test before testing whether SRC is a directory.
12964         Suggestions from Bruno Haible.
12965
12966         Avoid a warning about an unused variable.
12967         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
12968         into the #ifdef block where it's used.
12969
12970         * lib/rename-dest-slash.c: New file.
12971
12972 2006-09-14  Bruno Haible  <bruno@clisp.org>
12973
12974         * lib/allocsa.c: Include <config.h> unconditionally.
12975         * lib/asnprintf.c: Likewise.
12976         * lib/asprintf.c: Likewise.
12977         * lib/c-strcasecmp.c: Likewise.
12978         * lib/c-strcasestr.c: Likewise.
12979         * lib/c-strncasecmp.c: Likewise.
12980         * lib/c-strstr.c: Likewise.
12981         * lib/classpath.c: Likewise.
12982         * lib/clean-temp.c: Likewise.
12983         * lib/concatpath.c: Likewise.
12984         * lib/copy-file.c: Likewise.
12985         * lib/csharpcomp.c: Likewise.
12986         * lib/csharpexec.c: Likewise.
12987         * lib/execute.c: Likewise.
12988         * lib/fatal-signal.c: Likewise.
12989         * lib/findprog.c: Likewise.
12990         * lib/fwriteerror.c: Likewise.
12991         * lib/gl_array_list.c: Likewise.
12992         * lib/gl_array_oset.c: Likewise.
12993         * lib/gl_avltree_list.c: Likewise.
12994         * lib/gl_avltree_oset.c: Likewise.
12995         * lib/gl_avltreehash_list.c: Likewise.
12996         * lib/gl_carray_list.c: Likewise.
12997         * lib/gl_linked_list.c: Likewise.
12998         * lib/gl_linkedhash_list.c: Likewise.
12999         * lib/gl_list.c: Likewise.
13000         * lib/gl_oset.c: Likewise.
13001         * lib/gl_rbtree_list.c: Likewise.
13002         * lib/gl_rbtree_oset.c: Likewise.
13003         * lib/gl_rbtreehash_list.c: Likewise.
13004         * lib/imaxabs.c: Likewise.
13005         * lib/imaxdiv.c: Likewise.
13006         * lib/javacomp.c: Likewise.
13007         * lib/javaexec.c: Likewise.
13008         * lib/javaversion.c: Likewise.
13009         * lib/linebreak.c: Likewise.
13010         * lib/localcharset.c: Likewise.
13011         * lib/lock.c: Likewise.
13012         * lib/mbchar.c: Likewise.
13013         * lib/mbswidth.c: Likewise.
13014         * lib/mkdtemp.c: Likewise.
13015         * lib/pipe.c: Likewise.
13016         * lib/printf-args.c: Likewise.
13017         * lib/printf-parse.c: Likewise.
13018         * lib/progname.c: Likewise.
13019         * lib/progreloc.c: Likewise.
13020         * lib/readlink.c: Likewise.
13021         * lib/sh-quote.c: Likewise.
13022         * lib/stpcpy.c: Likewise.
13023         * lib/stpncpy.c: Likewise.
13024         * lib/strcasecmp.c: Likewise.
13025         * lib/strcasestr.c: Likewise.
13026         * lib/strcspn.c: Likewise.
13027         * lib/striconv.c: Likewise.
13028         * lib/strncasecmp.c: Likewise.
13029         * lib/strnlen1.c: Likewise.
13030         * lib/strstr.c: Likewise.
13031         * lib/strtok_r.c: Likewise.
13032         * lib/tls.c: Likewise.
13033         * lib/tmpdir.c: Likewise.
13034         * lib/unicodeio.c: Likewise.
13035         * lib/unsetenv.c: Likewise.
13036         * lib/vasnprintf.c: Likewise.
13037         * lib/vasprintf.c: Likewise.
13038         * lib/wait-process.c: Likewise.
13039         * lib/xallocsa.c: Likewise.
13040         * lib/xsetenv.c: Likewise.
13041         * lib/xstriconv.c: Likewise.
13042
13043 2006-09-13  Simon Josefsson  <jas@extundo.com>
13044
13045         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
13046         that internally, suggested by Ralf Wildenhues
13047         <Ralf.Wildenhues@gmx.de>.
13048
13049 2006-09-13  Simon Josefsson  <jas@extundo.com>
13050
13051         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
13052         @LIBOBJS@.
13053         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13054
13055 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
13056
13057         * lib/_fpending.c: Include <config.h> unconditionally, since we no
13058         longer worry about uses that don't define HAVE_CONFIG_H.
13059         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
13060         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
13061         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
13062         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
13063         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
13064         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
13065         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
13066         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
13067         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
13068         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
13069         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
13070         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
13071         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
13072         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
13073         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
13074         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
13075         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
13076         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
13077         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
13078         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
13079         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
13080         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
13081         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
13082         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
13083         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
13084         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
13085         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
13086         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
13087         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
13088         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
13089         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
13090         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
13091         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
13092         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
13093         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
13094         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
13095         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
13096         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
13097         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
13098         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
13099         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
13100         Likewise.
13101
13102 2006-09-13  Eric Blake  <ebb9@byu.net>
13103
13104         * lib/getopt.c: Fix typo in last commit.
13105
13106 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13107
13108         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
13109         dgettext.
13110
13111 2006-09-12  Jim Meyering  <jim@meyering.net>
13112
13113         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
13114         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
13115         Reported by Nelson H. F. Beebe.
13116
13117 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13118
13119         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
13120         program_invocation_name and program_invocation_short_name are
13121         initialized.
13122         * lib/argp-namefrob.h: Move declarations of program_invocation_name
13123         and program_invocation_short_name to argp.h, so they are visible
13124         to user programs.
13125         * lib/argp.h: Likewise
13126
13127 2006-09-10  Bruno Haible  <bruno@clisp.org>
13128
13129         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
13130         m4/inttypes_h.m4, m4/uintmax_t.m4.
13131
13132 2006-09-10  Bruno Haible  <bruno@clisp.org>
13133
13134         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
13135         gl_AC_TYPE_UINTMAX_T.
13136
13137 2006-09-10  Bruno Haible  <bruno@clisp.org>
13138
13139         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
13140
13141 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13142
13143         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
13144         convention.  Text proposed by Bruno Haible.
13145         (struct argp_option): Document the use of N_() wrappers.
13146
13147         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
13148         '\v', and translate the two parts separately, instead of feeding
13149         the whole string to gettext.  This allows to exclude
13150         '\v' from the strings visible to the translator by writing doc
13151         strings as N_("..") "\v" N_("..").
13152
13153 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
13154
13155         * config/srclist.txt: Undo latest change; the bug was fixed.
13156
13157 2006-09-09  Bruno Haible  <bruno@clisp.org>
13158
13159         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
13160         assignments if building a library without libtool.
13161         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
13162         in func_emit_lib_Makefile_am.
13163         (func_import): When building a static library libfoo.a, arrange to
13164         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
13165         (func_create_testdir): Likewise.
13166         * modules/gc (configure.ac, Makefile.am): If building statically,
13167         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
13168         * modules/iconvme (configure.ac, Makefile.am): Likewise.
13169         * modules/striconv (configure.ac, Makefile.am): Likewise.
13170         Based on a suggestion by Ralf Wildenhues.
13171
13172 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13173
13174         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
13175         Check for unistd.h too, since Autoconf doesn't assume POSIX.
13176         Also:
13177
13178         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13179         Add year_2050_test to catch glibc bug 2821
13180         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
13181
13182         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13183         Prefer #ifdef to #if.
13184
13185         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
13186         Return from 'main' instead of calling 'exit'.
13187
13188 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13189
13190         * lib/mktime.c (guess_time_tm): Fix bug where mktime
13191         returned the maximum time_t value rather than (time_t) -1.
13192         Problem originally reported by William Bardwell
13193         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
13194
13195         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
13196         Moved to here ...
13197         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
13198         ... from here.
13199
13200 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13201
13202         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
13203         2821 is fixed.
13204
13205 2006-09-08  Jim Meyering  <jim@meyering.net>
13206
13207         Don't make generated files read-only.  That would bother too many
13208         people.  However, do retain the ability to work when targets are
13209         read-only: remove the destination and temporary files before writing
13210         them (when generated via sed or echo), or by using the -f option for
13211         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
13212         * modules/alloca-opt, modules/argz, modules/arpa_inet:
13213         * modules/byteswap, modules/configmake, modules/fcntl:
13214         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
13215         * modules/localcharset, modules/netinet_in, modules/poll:
13216         * modules/stdbool, modules/stdint, modules/sys_select:
13217         * modules/sys_socket, modules/sys_stat, modules/sysexits:
13218
13219 2006-09-08  Jim Meyering  <jim@meyering.net>
13220
13221         Avoid new build failure on FreeBSD 6.0.
13222         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
13223         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
13224         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
13225
13226 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13227
13228         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
13229
13230 2006-09-07  Jim Meyering  <jim@meyering.net>
13231
13232         Fix global typo in last change: use chmod u-w, not chmod u-x.
13233         Spotted by Paul Eggert and Bruce Korb.
13234         * modules/alloca-opt, modules/argz, modules/arpa_inet:
13235         * modules/byteswap, modules/configmake, modules/fcntl:
13236         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
13237         * modules/localcharset, modules/netinet_in, modules/poll:
13238         * modules/stdbool, modules/stdint, modules/sys_select:
13239         * modules/sys_socket, modules/sys_stat, modules/sysexits:
13240
13241 2006-09-06  Jim Meyering  <jim@meyering.net>
13242
13243         Make generated files be read-only.
13244         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
13245         Ensure that each generated file is now read-only.
13246         * modules/argz: Likewise.
13247         * modules/arpa_inet: Likewise.
13248         * modules/byteswap: Likewise.
13249         * modules/configmake: Likewise.
13250         * modules/fcntl: Likewise.
13251         * modules/fnmatch: Likewise.
13252         * modules/getopt: Likewise.
13253         * modules/glob: Likewise.
13254         * modules/inttypes: Likewise.
13255         * modules/netinet_in: Likewise.
13256         * modules/poll: Likewise.
13257         * modules/stdbool: Likewise.
13258         * modules/stdint: Likewise.
13259         * modules/sys_select: Likewise.
13260         * modules/sys_socket: Likewise.
13261         * modules/sys_stat: Likewise.
13262         * modules/sysexits: Likewise.
13263         * modules/localcharset: Same as above, but continue using temporary
13264         file named "t-$@" (why different?) rather than the "$@-t" used
13265         everywhere else.
13266
13267         * modules/sysexits (Makefile.am): Replace literal occurrences
13268         of "sysexit.h" more readable, and more consistent, "$@".
13269
13270 2006-09-06  Bruno Haible  <bruno@clisp.org>
13271
13272         * modules/striconv: New file.
13273         * modules/xstriconv: New file.
13274         * MODULES.html.sh (Internationalization functions): Add striconv,
13275         xstriconv.
13276
13277 2006-09-06  Bruno Haible  <bruno@clisp.org>
13278
13279         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
13280         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
13281         not using libtool correctly.
13282
13283 2006-09-06  Bruno Haible  <bruno@clisp.org>
13284
13285         * lib/striconv.h: New file.
13286         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
13287         iconvstring.c.
13288         * lib/xstriconv.h: New file.
13289         * lib/xstriconv.c: New file.
13290
13291 2006-09-06  Bruno Haible  <bruno@clisp.org>
13292
13293         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
13294         lib_..._LDFLAGS.
13295
13296 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13297
13298         * lib/argz_.h: Sync from Libtool.
13299
13300         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
13301                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13302
13303         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
13304
13305 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
13306
13307         * modules/trim: New file.
13308
13309 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
13310
13311         * lib/trim.h: New file.
13312         * lib/trim.c: New file.
13313
13314 2006-09-05  Bruno Haible  <bruno@clisp.org>
13315
13316         * MODULES.html.sh (String handling): Add trim.
13317
13318 2006-09-04  Karl Berry  <karl@gnu.org>
13319
13320         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
13321         until next release.
13322
13323 2006-09-03  Bruno Haible  <bruno@clisp.org>
13324
13325         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
13326         correctly.
13327
13328 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13329
13330         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
13331         not gl_GETLOADAVG.  Omit unneeded semicolons.
13332         Problems reported by Ralf Wildenhues in
13333         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
13334         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
13335         at the end, which is the usual gnulib style.
13336
13337         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
13338         of doing all the work ourselves.
13339         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
13340         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
13341
13342 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13343
13344         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
13345         Problem reported by Ralf Wildenhues in
13346         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
13347
13348         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
13349         HAVE_STRUCT_STATFS_F_FSTYPENAME.
13350
13351 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13352
13353         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
13354         yesterday's patch by changing test -n to test -z.
13355
13356 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13357
13358         * modules/getloadavg (Files): Add m4/getloadavg.m4.
13359         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
13360         the former is now obsolescent.
13361
13362         * modules/chdir-long (Depends-on): Add fcntl.
13363
13364 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13365
13366         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
13367         obsolescent, and programs should use gnulib instead.
13368         * m4/getloadavg.m4: New file, with contents taken from Autoconf
13369         but with prefixes changed.
13370
13371 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13372
13373         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
13374         or stdbool.h, because they might not exist while configuring.
13375
13376         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
13377         Don't include unistd.h or limits.h; not needed, since chdir-long.h
13378         does that for us.
13379         (O_DIRECTORY): Remove.
13380
13381 2006-08-31  Eric Blake  <ebb9@byu.net>
13382
13383         * gnulib-tool: Don't let emacs change spaces to TAB.
13384
13385 2006-08-31  Bruno Haible  <bruno@clisp.org>
13386
13387         * gnulib-tool: When calling func_import more than once, do it in a
13388         subshell.
13389         Reported by Eric Blake <ebb9@byu.net>.
13390
13391 2006-08-31  Bruno Haible  <bruno@clisp.org>
13392
13393         * gnulib-tool (nl): Remove variable.
13394         (sed_transform_lib_file): Use more robust test for config-h module.
13395         (func_import): Fix typo in 2006-08-25 patch.
13396
13397 2006-08-31  Bruno Haible  <bruno@clisp.org>
13398
13399         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
13400         specified, augment Makefile.am variables instead of assigning them.
13401
13402 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13403
13404         Work around a bug in both the Linux and SunOS 64-bit kernels:
13405         nanosleep mishandles sleeps for longer than 2**31 seconds.
13406         Problem reported by Frank v Waveren in
13407         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
13408         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
13409         Check for nanosleep bug.
13410         (LIB_NANOSLEEP): Append clock_gettime library if needed.
13411
13412 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13413
13414         Work around a bug in both the Linux and SunOS 64-bit kernels:
13415         nanosleep mishandles sleeps for longer than 2**31 seconds.
13416         Problem reported by Frank v Waveren in
13417         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
13418         * lib/nanosleep.c (BILLION): New constant.
13419         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
13420         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
13421         implementation.
13422
13423 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13424
13425         * modules/nanosleep (Depends-on): Add gettime.
13426
13427 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13428         and Simon Josefsson  <jas@extundo.com>
13429         and Oskar Liljeblad  <oskar@osk.mine.nu>
13430
13431         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
13432         * gnulib-tool (func_import): New license type 'unmodifiable license
13433         text'.
13434         * modules/fdl: Use it.  Longer description.
13435         * module/gpl, module/lgpl: New files.
13436
13437 2006-08-30  Jim Meyering  <jim@meyering.net>
13438
13439         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
13440         shadowing the parameter.
13441
13442 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13443
13444         Sync from Libtool:
13445
13446         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13447
13448         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
13449         sharing with gnulib.  Report by Eric Blake.
13450
13451 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13452
13453         * modules/isapipe: New file.
13454         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
13455
13456 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13457
13458         * modules/configmake (Makefile.am): Add a comment, and omit
13459         the CONFIGMAKE_ prefix from generated macro names.  Suggested
13460         by Bruno Haible.
13461
13462 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13463
13464         * m4/isapipe.m4: New file.
13465
13466 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13467
13468         * lib/isapipe.c, lib/isapipe.h: New files.
13469
13470 2006-08-29  Jim Meyering  <jim@meyering.net>
13471
13472         * modules/configmake (Makefile.am): Make configmake.h depend on
13473         Makefile.  Otherwise, a stale configmake.h could hang around.
13474
13475 2006-08-29  Eric Blake  <ebb9@byu.net>
13476
13477         * lib/error.c (error_at_line, print_errno_message): Match libc, after
13478         resolution of upstream bug 3044.
13479
13480 2006-08-29  Bruno Haible  <bruno@clisp.org>
13481
13482         * modules/localcharset (Depends-on): Add configmake.
13483         (Makefile.am): Remove setting of LIBDIR through DEFS.
13484
13485 2006-08-29  Bruno Haible  <bruno@clisp.org>
13486
13487         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
13488         defined.
13489
13490 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13491
13492         * modules/fcntl: New file.
13493         * modules/chdir-safer (Depends-on): Add fcntl.
13494         * modules/fts: Likewise.
13495         * modules/mkdir-p: Likewise.
13496
13497         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
13498         This undoes the most recent change, since we're now addressing the
13499         problem in a different way.
13500
13501         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
13502         into output, since the output might be called Makefile.am even
13503         if $makefile_name is something different.
13504         (func_import): Use $makefile_am rather than
13505         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
13506         empty.
13507
13508         * modules/inttypes (Files): Add m4/inttypes-h.m4.
13509
13510 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13511
13512         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
13513         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
13514         recent change to stdint.m4, since we're now addressing the problem in a
13515         different way.
13516
13517 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13518
13519         * m4/fcntl_h.m4: New file.
13520
13521 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13522
13523         * lib/fcntl_.h: New file.
13524         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
13525         the fcntl module.
13526         * lib/dirchownmod.c: Likewise.
13527         * lib/fts.c: Likewise.
13528
13529         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
13530         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
13531         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
13532         just before including <inttypes.h>, to avoid circular inclusion.
13533
13534 2006-08-28  Jim Meyering  <jim@meyering.net>
13535
13536         * doc/visibility.texi: Actually read and correct the grammar of the
13537         sentence affected by yesterday's change.
13538
13539 2006-08-28  Eric Blake  <ebb9@byu.net>
13540
13541         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
13542         needs wrapper.
13543
13544 2006-08-28  Eric Blake  <ebb9@byu.net>
13545
13546         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
13547
13548 2006-08-28  Eric Blake  <ebb9@byu.net>
13549
13550         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
13551
13552 2006-08-28  Bruno Haible  <bruno@clisp.org>
13553
13554         * modules/c-strstr: New file, from GNU gettext.
13555         * MODULES.html.sh (String handling): Add c-strstr.
13556
13557 2006-08-28  Bruno Haible  <bruno@clisp.org>
13558
13559         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
13560         macros.
13561         Reported by Eric Blake.
13562
13563 2006-08-28  Bruno Haible  <bruno@clisp.org>
13564
13565         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
13566         (VASNPRINTF): Return a string of length > INT_MAX without failing.
13567         * lib/vasprintf.c: Include errno.h, limits.h.
13568         (EOVERFLOW): New fallback definition.
13569         (vasprintf): Test here whether the string length is > INT_MAX.
13570         * lib/vsnprintf.c: Include errno.h, limits.h.
13571         (EOVERFLOW): New fallback definition.
13572         (vsnprintf): Fix bug when generated string was too long for the buffer.
13573         Test here whether the string length is > INT_MAX.
13574
13575 2006-08-28  Bruno Haible  <bruno@clisp.org>
13576
13577         * lib/inttypes_.h (SCNX*): Remove definitions.
13578         Reported by Eric Blake.
13579
13580 2006-08-28  Bruno Haible  <bruno@clisp.org>
13581
13582         * lib/c-strstr.h: New file, from GNU gettext.
13583         * lib/c-strstr.c: New file, from GNU gettext.
13584
13585 2006-08-28  Bruno Haible  <bruno@clisp.org>
13586
13587         * gnulib-tool: Reorder some statements.
13588
13589 2006-08-28  Bruno Haible  <bruno@clisp.org>
13590
13591         * gnulib-tool: New option --makefile-name.
13592         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
13593         $makefile_name.
13594         (func_import): Write $makefile_name to the cache file, and read it from
13595         there unless explicitly specified. Use $makefile_name as file name
13596         instead of Makefile.am. Adjust the recommendations accordingly.
13597
13598 2006-08-28  Bruno Haible  <bruno@clisp.org>
13599
13600         * gnulib-tool (func_verify_module): Check against misapplying patch.
13601
13602 2006-08-28  Bruno Haible  <bruno@clisp.org>
13603
13604         * gnulib-tool (func_relativize, func_relconcat): New functions.
13605         Give an error if --local-dir is given with --update.
13606         Remove trailing slashes from $local_gnulib_dir.
13607         (func_import): Store the relativized $local_gnulib_dir in
13608         gnulib-cache.m4, and read it from there if not specified explicitly.
13609
13610 2006-08-28  Bruno Haible  <bruno@clisp.org>
13611
13612         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
13613         is the current directory. Respect also $local_gnulib_dir.
13614
13615 2006-08-28  Bruno Haible  <bruno@clisp.org>
13616             Simon Josefsson  <jas@extundo.com>
13617
13618         BeOS portability.
13619         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
13620
13621 2006-08-27  Jim Meyering  <jim@meyering.net>
13622
13623         * doc/visibility.texi: Remove duplicate word: "pointer".
13624
13625 2006-08-26  Bruno Haible  <bruno@clisp.org>
13626
13627         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
13628         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
13629         (Makefile.am): Create inttypes.h from inttypes_.h.
13630         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
13631
13632         * modules/imaxabs: New file.
13633
13634         * modules/imaxdiv: New file.
13635
13636 2006-08-26  Bruno Haible  <bruno@clisp.org>
13637
13638         * m4/inttypes.m4: New file.
13639         * m4/_inttypes_h.m4: Remove file.
13640         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
13641         PRI_MACROS_BROKEN.
13642         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
13643
13644         * m4/imaxabs.m4: New file.
13645
13646         * m4/imaxdiv.m4: New file.
13647
13648 2006-08-26  Bruno Haible  <bruno@clisp.org>
13649
13650         * lib/inttypes_.h: New file.
13651         * lib/inttypes.h: Remove file.
13652         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
13653
13654         * lib/imaxabs.c: New file.
13655
13656         * lib/imaxdiv.c: New file.
13657
13658 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13659
13660         New config-h module, so that "make" output needn't be cluttered
13661         by -DHAVE_CONFIG_H.
13662         * MODULES.html.sh (Support for building libraries and executables):
13663         Add config-h.
13664         * modules/config-h: New file.
13665         * gnulib-tool (nl, sed_transform_lib_file): New vars.
13666         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
13667         the config-h module is used.
13668
13669         New configmake module, so that "make" output needn't be cluttered
13670         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
13671         * MODULES.html.sh (Support for building libraries and executables):
13672         Add configmake.
13673         * modules/configmake: New file.
13674
13675 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13676
13677         * m4/config-h.m4: New file.
13678
13679 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13680
13681         * config/srclist.txt: Add elisp-comp.
13682
13683 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13684
13685         * MODULES.html.sh (Support for building libraries and executables):
13686         Add elisp-comp.
13687         * build-aux/elisp-comp: New file.
13688         * modules/elisp-comp: New file.
13689
13690 2006-08-24  Bruno Haible  <bruno@clisp.org>
13691
13692         * gnulib-tool (func_create_testdir): Use non-default values of
13693         sourcebase and m4base.
13694
13695 2006-08-24  Bruno Haible  <bruno@clisp.org>
13696
13697         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
13698         HTML structure.
13699
13700 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13701
13702         * modules/openat (Depends-on): Add lchown.
13703
13704 2006-08-23  Bruno Haible  <bruno@clisp.org>
13705
13706         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
13707         of gl_LOCK_EARLY instead of gl_LOCK.
13708
13709 2006-08-23  Bruno Haible  <bruno@clisp.org>
13710
13711         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
13712         on OSF/1 to no.
13713         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
13714
13715 2006-08-23  Bruno Haible  <bruno@clisp.org>
13716
13717         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
13718         as unusable.
13719
13720         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
13721         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
13722         (gl_LOCK): New macro.
13723
13724 2006-08-22  Simon Josefsson  <jas@extundo.com>
13725
13726         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
13727         to md5 module.
13728
13729 2006-08-22  Simon Josefsson  <jas@extundo.com>
13730
13731         * MODULES.html.sh: Add "Support for maintaining and release
13732         projects".
13733
13734         * build-aux/gnupload: New file, from coreutils.
13735
13736 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
13737
13738         Avoid the need for AC_LIBSOURCES in m4 macros.
13739         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
13740         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
13741         * modules/check-version (EXTRA_DIST): Add check-version.h.
13742         * modules/crc (EXTRA_DIST): Add crc.h.
13743         * modules/des (EXTRA_DIST): Add des.h.
13744         * modules/gc (EXTRA_DIST): Add gc.h.
13745         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
13746         * modules/getline (EXTRA_DIST): Add getline.h.
13747         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
13748         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
13749         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
13750         * modules/md2 (EXTRA_DIST): Add md2.h.
13751         * modules/md4 (EXTRA_DIST): Add md4.h.
13752         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
13753         * modules/read-file (EXTRA_DIST): Add read-file.h.
13754         * modules/readline (EXTRA_DIST): Add readline.h.
13755         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
13756         rijndael-api-fst.h.
13757
13758 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
13759
13760         * m4/rijndael.m4 (gl_ARCFOUR):
13761         * m4/arctwo.m4 (gl_ARCTWO):
13762         * m4/check-version.m4 (gl_CHECK_VERSION):
13763         * m4/crc.m4 (gl_CRC):
13764         * m4/des.m4 (gl_DES):
13765         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
13766         * m4/gc.m4 (gl_GC):
13767         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
13768         * m4/getline.m4 (gl_FUNC_GETLINE):
13769         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
13770         * m4/hmac-md5.m4 (gl_HMAC_MD5):
13771         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
13772         * m4/md2.m4 (gl_MD2):
13773         * m4/md4.m4 (gl_MD4):
13774         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
13775         * m4/read-file.m4 (gl_FUNC_READ_FILE):
13776         * m4/readline.m4 (gl_FUNC_READLINE):
13777         * m4/rijndael.m4 (gl_RIJNDAEL):
13778         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
13779         to get the necessary .h files and whatnot.
13780
13781 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
13782
13783         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
13784         gnulib rather than the other way around.
13785         * config/srclistvars.sh (COREUTILS): Remove.
13786
13787 2006-08-22  Jim Meyering  <jim@meyering.net>
13788
13789         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
13790
13791         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
13792
13793 2006-08-22  Eric Blake  <ebb9@byu.net>
13794
13795         * modules/regexprops-generic: New file.
13796         * MODULES.html.sh (Support for building documentation): List it.
13797
13798 2006-08-22  Eric Blake  <ebb9@byu.net>
13799
13800         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
13801         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
13802         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
13803         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
13804
13805 2006-08-22  Bruno Haible  <bruno@clisp.org>
13806
13807         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
13808         and lib_LTLIBRARIES like the other lib_* variables.
13809
13810 2006-08-22  Bruno Haible  <bruno@clisp.org>
13811
13812         * build-aux/x-to-1.in: New file, from GNU gettext.
13813
13814 2006-08-22  Bruno Haible  <bruno@clisp.org>
13815
13816         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
13817         <utmpx.h> exists.
13818
13819 2006-08-22  Bruno Haible  <bruno@clisp.org>
13820
13821         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
13822         <utmpx.h> exists.
13823
13824 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
13825
13826         BeOS portability.
13827         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
13828         exist.
13829         Problem reported by Bruno Haible.
13830
13831 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
13832
13833         Avoid the need for AC_LIBSOURCES in m4 macros.
13834         * modules/acl (EXTRA_DIST): Add acl.h.
13835         * modules/argmatch (Files): Add m4/argmatch.m4.
13836         (configure.ac): Add gl_ARGMATCH.
13837         (EXTRA_DIST): Renamed from lib_SOURCES, for
13838         consistency with the other modules.  Remove argmatch.c.
13839         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
13840         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
13841         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
13842         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
13843         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
13844         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
13845         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
13846         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
13847         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
13848         * modules/closeout (EXTRA_DIST): Add closeout.h.
13849         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
13850         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
13851         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
13852         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
13853         dirname.h; remove basename.c and stripslash.c.
13854         * modules/exclude (EXTRA_DIST): Add exclude.h.
13855         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
13856         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
13857         * modules/file-type (EXTRA_DIST): Add file-type.h.
13858         * modules/filemode (EXTRA_DIST): Add filemode.h.
13859         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
13860         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
13861         * modules/fpending (EXTRA_DIST): Add __fpending.h.
13862         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
13863         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
13864         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
13865         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
13866         * modules/getdate (EXTRA_DIST): Add getdate.c.
13867         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
13868         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
13869         * modules/getpass (EXTRA_DIST): Add getpass.h.
13870         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
13871         * modules/group-member (EXTRA_DIST): Add group-member.h.
13872         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
13873         * modules/hash (EXTRA_DIST): Add hash.h.
13874         * modules/human (EXTRA_DIST): Add human.h.
13875         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
13876         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
13877         * modules/lchown (EXTRA_DIST): Add lchown.h.
13878         * modules/long-options (EXTRA_DIST): Add long-options.h.
13879         * modules/lstat (EXTRA_DIST): Add lstat.h.
13880         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
13881         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
13882         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
13883         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
13884         * modules/memxor (EXTRA_DIST): Add memxor.h.
13885         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
13886         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
13887         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
13888         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
13889         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
13890         * modules/physmem (EXTRA_DIST): Add physmem.h.
13891         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
13892         * modules/posixver (EXTRA_DIST): Add posixver.h.
13893         * modules/quote (EXTRA_DIST): Add quote.h.
13894         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
13895         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
13896         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
13897         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
13898         regex_internal.h regexec.c.
13899         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
13900         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
13901         * modules/same (EXTRA_DIST): Add same.h.
13902         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
13903         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
13904         * modules/savedir (EXTRA_DIST): Add savedir.h.
13905         * modules/sha1 (EXTRA_DIST): Add sha1.h.
13906         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
13907         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
13908         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
13909         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
13910         * modules/strdup (EXTRA_DIST): Add strdup.h.
13911         * modules/strftime (EXTRA_DIST): Add strftime.h.
13912         * modules/strndup (EXTRA_DIST): Add strndup.h.
13913         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
13914         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
13915         * modules/time_r (EXTRA_DIST): Add time_r.h.
13916         * modules/timespec (EXTRA_DIST): Add timespec.h.
13917         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
13918         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
13919         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
13920         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
13921         * modules/userspec (EXTRA_DIST): Add userspec.h.
13922         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
13923         * modules/utimens (EXTRA_DIST): Add utimens.h.
13924         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
13925         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
13926         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
13927         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
13928         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
13929         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
13930         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
13931         * modules/yesno (EXTRA_DIST): Add yesno.h.
13932
13933 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
13934
13935         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
13936
13937         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
13938         * m4/dev-ino.m4, same-inode.m4: Remove.
13939
13940         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
13941         * m4/acl.m4 (AC_FUNC_ACL):
13942         * m4/backupfile.m4 (gl_BACKUPFILE):
13943         * m4/c-strtod.m4 (gl_C99_STRTOLD):
13944         * m4/canon-host.m4 (gl_CANON_HOST):
13945         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
13946         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
13947         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
13948         * m4/cloexec.m4 (gl_CLOEXEC):
13949         * m4/close-stream.m4 (gl_CLOSE_STREAM):
13950         * m4/closeout.m4 (gl_CLOSEOUT):
13951         * m4/dirfd.m4 (gl_FUNC_DIRFD):
13952         * m4/dirname.m4 (gl_DIRNAME):
13953         * m4/exclude.m4 (gl_EXCLUDE):
13954         * m4/exitfail.m4 (gl_EXITFAIL):
13955         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
13956         * m4/file-type.m4 (gl_FILE_TYPE):
13957         * m4/filemode.m4 (gl_FILEMODE):
13958         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
13959         * m4/fpending.m4 (gl_FUNC_FPENDING):
13960         * m4/fprintftime.m4 (gl_FPRINTFTIME):
13961         * m4/fts.m4 (gl_FUNC_FTS):
13962         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
13963         * m4/getdate.m4 (gl_GETDATE):
13964         * m4/gethrxtime.m4 (gl_GETHRXTIME):
13965         * m4/getpagesize.m4 (gl_GETPAGESIZE):
13966         * m4/getpass.m4 (gl_FUNC_GETPASS):
13967         * m4/gettime.m4 (gl_GETTIME):
13968         * m4/getugroups.m4 (gl_GETUGROUPS):
13969         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
13970         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
13971         * m4/hard-locale.m4 (gl_HARD_LOCALE):
13972         * m4/hash.m4 (gl_HASH):
13973         * m4/idcache.m4 (gl_IDCACHE):
13974         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
13975         * m4/lchown.m4 (gl_FUNC_LCHOWN):
13976         * m4/long-options.m4 (gl_LONG_OPTIONS):
13977         * m4/lstat.m4 (gl_FUNC_LSTAT):
13978         * m4/md5.m4 (gl_MD5):
13979         * m4/memcasecmp.m4 (gl_MEMCASECMP):
13980         * m4/memcoll.m4 (gl_MEMCOLL):
13981         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
13982         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
13983         * m4/memxor.m4 (gl_MEMXOR):
13984         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
13985         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
13986         * m4/modechange.m4 (gl_MODECHANGE):
13987         * m4/mountlist.m4 (gl_MOUNTLIST):
13988         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
13989         * m4/openat.m4 (gl_FUNC_OPENAT):
13990         * m4/pathmax.m4 (gl_PATHMAX):
13991         * m4/physmem.m4 (gl_PHYSMEM):
13992         * m4/posixtm.m4 (gl_POSIXTM):
13993         * m4/posixver.m4 (gl_POSIXVER):
13994         * m4/quote.m4 (gl_QUOTE):
13995         * m4/quotearg.m4 (gl_QUOTEARG):
13996         * m4/readtokens.m4 (gl_READTOKENS):
13997         * m4/readutmp.m4 (gl_READUTMP):
13998         * m4/regex.m4 (gl_REGEX):
13999         * m4/safe-read.m4 (gl_SAFE_READ):
14000         * m4/safe-write.m4 (gl_SAFE_WRITE):
14001         * m4/same.m4 (gl_SAME):
14002         * m4/save-cwd.m4 (gl_SAVE_CWD):
14003         * m4/savedir.m4 (gl_SAVEDIR):
14004         * m4/settime.m4 (gl_SETTIME):
14005         * m4/sha1.m4 (gl_SHA1):
14006         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
14007         * m4/stat-macros.m4 (gl_STAT_MACROS):
14008         * m4/stat-time.m4 (gl_STAT_TIME):
14009         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
14010         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
14011         * m4/strdup.m4 (gl_FUNC_STRDUP):
14012         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
14013         * m4/strndup.m4 (gl_FUNC_STRNDUP):
14014         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
14015         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
14016         * m4/time_r.m4 (gl_TIME_R):
14017         * m4/timespec.m4 (gl_TIMESPEC):
14018         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
14019         * m4/unlinkdir.m4 (gl_UNLINKDIR):
14020         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
14021         * m4/userspec.m4 (gl_USERSPEC):
14022         * m4/utimecmp.m4 (gl_UTIMECMP):
14023         * m4/utimens.m4 (gl_UTIMENS):
14024         * m4/xalloc.m4 (gl_XALLOC):
14025         * m4/xgetcwd.m4 (gl_XGETCWD):
14026         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
14027         * m4/xreadlink.m4 (gl_XREADLINK):
14028         * m4/xstrtod.m4 (gl_XSTRTOD):
14029         * m4/yesno.m4 (gl_YESNO):
14030         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
14031         to get the necessary .h files and whatnot.
14032
14033 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
14034             Bruno Haible  <bruno@clisp.org>
14035
14036         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
14037         /bin/sh understanding of '!' conditional negation.
14038
14039 2006-08-21  Jim Meyering  <jim@meyering.net>
14040
14041         * modules/openat (Depends-on): Really alphabetize.
14042
14043         * modules/acl (Depends-on): Add error and quote.
14044
14045         * check-module (find_included_lib_files): Add at-func.c to the
14046         ok-to-include-more-than-once white list.
14047
14048         * modules/openat (Depends-on): Add lstat.  Alphabetize.
14049
14050 2006-08-21  Bruno Haible  <bruno@clisp.org>
14051
14052         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14053         Emit a pkgdata_DATA variable only if some snippets add contents to it.
14054         Reported by Martin Lambers <marlam@marlam.de>.
14055
14056 2006-08-21  Bruno Haible  <bruno@clisp.org>
14057
14058         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
14059         specify an installation location, don't emit a noinst_LIBRARIES or
14060         noinst_LTLIBRARIES assignment.
14061
14062 2006-08-21  Bruno Haible  <bruno@clisp.org>
14063
14064         BeOS portability.
14065         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
14066         BeOS has mbrtowc() but no <wctype.h>.
14067
14068 2006-08-21  Bruno Haible  <bruno@clisp.org>
14069
14070         BeOS portability.
14071         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
14072         exist.
14073
14074 2006-08-21  Bruno Haible  <bruno@clisp.org>
14075
14076         BeOS portability.
14077         * lib/mbchar.h: Include <wctype.h> only if it exists.
14078
14079 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14080
14081         Remove files that are no longer needed by their respective modules.
14082         * m4/obstack.m4: Remove.
14083         * m4/strerror_r.m4: Remove.
14084         * m4/uint32_t.m4: Remove.
14085         * m4/uintptr_t.m4: Remove.
14086         * m4/ullong_max.m4: Remove.
14087         * m4/xstrtoimax.m4: Remove.
14088         * m4/xstrtoumax.m4: Remove.
14089
14090         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
14091         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
14092         dependencies now capture this.
14093
14094         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
14095         Do not use AC_LIBSOURCES, since gnulib modules now do this.
14096         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
14097         * m4/human.m4 (gl_HUMAN): Likewise.
14098         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
14099         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
14100
14101         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
14102
14103         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
14104         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
14105         stdint.
14106         * m4/human.m4 (gl_HUMAN): Likewise.
14107         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
14108         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
14109         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
14110         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
14111         * m4/xstrtol (gl_XSTRTOL): Likewise.
14112
14113         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
14114         AC_TYPE_LONG_LONG_INT.
14115         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
14116         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
14117         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
14118         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
14119
14120         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
14121         on stdbool.
14122
14123         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
14124         (gl_PREREQ_XSTRTOUL): Remove.
14125
14126         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
14127
14128         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
14129         mode.
14130
14131 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14132
14133         Add and change modules to make it easier for coreutils to use
14134         gnulib-tool.
14135         * modules/backupfile (Files): Remove m4/d-ino.m4.
14136         (Depends-on): Add d-ino.
14137         * modules/cycle-check (Depends-on): Add stdint.
14138         (lib_SOURCES): Add cycle-check.h.
14139         * modules/d-ino: New module.
14140         * modules/d-type: New module.
14141         * modules/error (Files): Remove m4/strerror_r.m4.
14142         * modules/filemode (Files): Add m4/st_dm_mode.m4.
14143         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
14144         m4/inttypes_h.m4, m4/uintmax_t.m4.
14145         (Depends-on): Add stdint.
14146         (lib_SOURCES): Add fsusage.h.
14147         * modules/getcwd (Files): Remove d-ino.m4.
14148         (Depends-on): Add d-ino.
14149         * modules/getndelim2 (Depends-on): Add stdint.
14150         * modules/glob (Files): Remove m4/d-type.m4.
14151         (Depends-on): Add d-type.
14152         * modules/host-os: New module.
14153         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
14154         m4/inttypes_h.m4, m4/uintmax_t.m4.
14155         * Depends-on: Add stdint.
14156         (lib_SOURCES): Add human.h.
14157         * modules/inttostr (Files): Remove m4/intmax_t.m4,
14158         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
14159         m4/uintmax_t.m4, m4/ulonglong.m4.
14160         (Depends-on): Add stdint.
14161         (EXTRA_DIST): Add inttostr.h.
14162         * modules/lchmod: New module.
14163         * modules/link-follow: New module.
14164         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
14165         (Depends-on): Add lchmod.
14166         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
14167         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
14168         (Depends-on): Add stdint.
14169         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
14170         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
14171         (Depends-on): Add stdint.
14172         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
14173         * modules/perl: New module.
14174         * modules/regex (Depends-on): Add stdint.
14175         * modules/rmdir-errno: New module.
14176         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
14177         m4/intmax_t.m4.
14178         (Depends-on): Add stdint.
14179         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
14180         m4/uintmax_t.m4.
14181         (Depends-on): Add stdint.
14182         * modules/unlink-busy: New module.
14183         * modules/utimecmp (Depends-on): Add stdint.
14184         * modules/uptime: New module.
14185         * modules/winsz-ioctl: New module.
14186         * modules/winsz-termios: New module.
14187         * modules/xnanosleep (Depends-on): Add nanosleep.
14188         * modules/ullong_max: Remove.
14189         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
14190         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
14191         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
14192         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
14193         (Depends-on): Add inttypes.
14194         (lib_SOURCES): Add xstrtol.h.
14195         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
14196         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
14197         * MODULES.html.sh: Move 'assert' into the assert section.
14198         Move 'dummy' into the linking section.
14199         Remove ullong_max.
14200         Add section for compatibility checks for POSIX:2001 functions,
14201         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
14202         winsz-ioctl, and winsz-termios into it.
14203         Add lchmod.
14204         Add top-level Misc section and put host-os, perl, and uptime
14205         into it.
14206
14207 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14208
14209         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
14210         now assume the stdint module.  Do not include inttypes.h.
14211         * lib/fsusage.h: Likewise.
14212         * lib/getndelim2.c: Likewise.
14213         * lib/human.h: Likewise.
14214         * lib/inttostr.h: Likewise.
14215         * lib/obstack.c: Likewise.
14216         * lib/regex_internal.h: Likewise.
14217         * lib/tempname.c: Likewise.
14218         * lib/utimecmp.c: Likewise.
14219         * lib/xstrtol.h: Likewise.
14220
14221         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
14222
14223         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
14224         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
14225         * lib/xtime.h: Likewise.
14226
14227 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14228
14229         * modules/openat (Files): Add lib/fchmodat.c.
14230         Fixes problem reported by Jay Youngman.
14231
14232 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14233
14234         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
14235         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
14236
14237 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
14238             Bruno Haible  <bruno@clisp.org>
14239
14240         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
14241         and is a script that invokes bison. Tighten the code. Add comments.
14242
14243 2006-08-18  Jim Meyering  <jim@meyering.net>
14244
14245         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
14246         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
14247         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
14248         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
14249
14250 2006-08-18  Bruno Haible  <bruno@clisp.org>
14251
14252         * modules/bison-i18n: New file.
14253         * MODULES.html.sh (Internationalization functions): Add it.
14254
14255 2006-08-18  Bruno Haible  <bruno@clisp.org>
14256
14257         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
14258         sys/statvfs.h. When getmntinfo was found, check its declaration and
14259         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
14260
14261 2006-08-18  Bruno Haible  <bruno@clisp.org>
14262
14263         * m4/bison-i18n.m4: New file, from bison.
14264
14265 2006-08-18  Bruno Haible  <bruno@clisp.org>
14266
14267         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
14268         (ME_DUMMY): Treat "kernfs" as a dummy.
14269         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
14270
14271 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14272
14273         Update from coreutils.
14274
14275         2006-08-15  Jim Meyering  <jim@meyering.net>
14276
14277         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
14278
14279         2006-01-17  Jim Meyering  <jim@meyering.net>
14280
14281         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
14282
14283         2006-01-11  Jim Meyering  <jim@meyering.net>
14284
14285         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
14286         Check for the lchmod function.
14287
14288 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14289
14290         Update from coreutils.
14291
14292         * lib/__fpending.h: Add copyright notice.
14293         * lib/fprintftime.h: Likewise.
14294         * lib/savedir.c: Use (C) in copyright notice.
14295         * lib/savedir.h: Likewise.
14296
14297         2006-08-15  Jim Meyering  <jim@meyering.net>
14298
14299         * lib/at-func.c: New file, with the logic of all emulated at-functions.
14300         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
14301         in support of the EXPECTED_ERRNO macro.
14302         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
14303         definitions.  Instead, define the appropriate symbols and include
14304         "at-func.c".
14305         * lib/mkdirat.c (mkdirat): Likewise.
14306         * lib/fchmodat.c (fchmodat): Likewise.
14307         (ENOSYS): Remove definition.
14308         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
14309         it.  Don't include "unistd--.h" -- it wasn't ever used.
14310
14311         2006-01-17  Jim Meyering  <jim@meyering.net>
14312
14313         Rewrite fts.c not to change the current working directory,
14314         by using openat, fstatat, fdopendir, etc..
14315
14316         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
14317         (HAVE_OPENAT_SUPPORT): Define.
14318         [_LIBC] (fchdir): Don't undef or define; no longer used.
14319         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
14320         Now, this `function' always succeeds, and consumes its file descriptor
14321         parameter -- so callers must not close such FDs.  Update callers.
14322         (diropen_fd, opendirat, cwd_advance_fd): New functions.
14323         (diropen): Add parameter, SP.  Adjust all callers.
14324         Implement using diropen_fd, rather than open.
14325         (fts_open): Initialize new member, fts_cwd_fd.
14326         Remove fts_rft-setting code.
14327         (fts_close): Close fts_cwd_fd, if necessary.
14328         (__opendir2): Define in terms of opendir or opendirat,
14329         depending on whether the FST_NOCHDIR flag is set.
14330         (fts_build): Since fts_safe_changedir consumes its FD, and since
14331         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
14332         and close the dup'd file descriptor upon failure.
14333         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
14334         (fts_safe_changedir): Tweak semantics to reflect that this function
14335         now calls cwd_advance_fd and hence consumes its FD argument.
14336         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
14337         [struct FTS] (fts_rft): Remove now-unused member.
14338         [struct FTS] (fts_cycle.state): Improve comment.
14339
14340         * lib/openat.c (openat_needs_fchdir): New function.
14341         * lib/openat.h (openat_needs_fchdir): Declare it.
14342
14343 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
14344
14345         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
14346         Problem and fix reported by Pádraig Brady in
14347         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
14348
14349 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14350
14351         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
14352
14353 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14354
14355         * lib/memcoll.c (memcoll): Optimize for the common case where the
14356         arguments are bytewise equal.
14357
14358 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14359
14360         * doc/regexprops-generic.texi: Add a copyright notice.
14361
14362 2006-08-15  Bruno Haible  <bruno@clisp.org>
14363
14364         * modules/tmpdir (License): Change to LGPL.
14365
14366 2006-08-15  Bruno Haible  <bruno@clisp.org>
14367
14368         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
14369         module.
14370
14371 2006-08-14  Simon Josefsson  <jas@extundo.com>
14372
14373         * config/srclist.txt: Add gnupload.
14374
14375 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14376
14377         Change copyright notice from LGPL 2 to GPL 2, since that's the
14378         standard form used in the gnulib repository.
14379         * tests/test-lock.c: Likewise.
14380         * tests/test-stdint.c: Likewise.
14381         * tests/test-tls.c: Likewise.
14382
14383         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
14384         prelude-manager.  User shorter URLs for GNU projects, without '?'.
14385         Add copyright notice.
14386
14387         * check-module: Add copyright notice.  Output a copyright
14388         notice if "--version" is specified.
14389         * modules/COPYING: New file.
14390         * tests/test-getaddrinfo.c: Add copyright notice.
14391         * tests/test-verify.c: Likewise.
14392
14393 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14394
14395         Change copyright notice from LGPL 2 to GPL 2, since that's the
14396         standard form used in the gnulib repository.
14397         * lib/lock.c: LGPL -> GPL.
14398         * lib/lock.h: Likewise.
14399         * lib/strnlen1.c: Likewise.
14400         * lib/strnlen1.h: Likewise.
14401         * lib/tls.c: Likewise.
14402         * lib/tls.h: Likewise.
14403         * lib/tmpdir.c: Likewise.
14404
14405         * lib/TODO: Remove; this belongs only in coreutils.
14406
14407 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14408
14409         Add copyright notices to long-enough files that lack them, since
14410         otherwise the files aren't clearly free.  Use the same notice that
14411         getdate.texi already uses.
14412         * doc/alloca-opt.texi: Add copyright notice.
14413         * doc/alloca.texi: Likewise.
14414         * doc/ctime.texi: Likewise.
14415         * doc/functions.texi: Likewise.
14416         * doc/gcd.texi: Likewise.
14417         * doc/gnulib-tool.texi: Likewise.
14418         * doc/inet_ntoa.texi: Likewise.
14419         * doc/visibility.texi: Likewise.
14420
14421         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
14422         * doc/quote.texi: Add copyright notice.
14423
14424         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
14425         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
14426         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
14427         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
14428         is now obsolete, and give a pointer to the Sun list.
14429         Add copyright notice.
14430
14431 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14432
14433         * config/srclistvars.sh: Add copyright notice.
14434
14435 2006-08-14  Eric Blake  <ebb9@byu.net>
14436
14437         Import the following change from libc:
14438
14439         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
14440
14441         Upstream bug 2997.
14442         * lib/misc/error.c: Add space between program name and message if file
14443         name is missing.
14444
14445 2006-08-12  Karl Berry  <karl@gnu.org>
14446
14447         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
14448         remove, these originate in gnulib now.
14449
14450 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14451
14452         * doc/Makefile (standards.info standards.html standards.dvi):
14453         Also depend on make-stds.texi.
14454
14455 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14456
14457         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
14458         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
14459
14460         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
14461         in wchar_t.  Problem reported by Eric Blake.
14462
14463         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
14464         LEN is smaller than SIZE.  Suggested by Bruno Haible.
14465         Also, help the compiler to keep LEN in a register.
14466
14467 2006-08-11  Eric Blake  <ebb9@byu.net>
14468
14469         * users.txt: Sort.  Add tar.
14470
14471 2006-08-11  Bruno Haible  <bruno@clisp.org>
14472
14473         * users.txt: New file.
14474
14475 2006-08-11  Bruno Haible  <bruno@clisp.org>
14476
14477         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
14478         before <wchar.h>. Needed for OSF/1 and BSD/OS.
14479
14480 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
14481
14482         * modules/snprintf (Depends-on): Remove minmax.
14483         (Maintainer): Add self and Bruno.
14484
14485 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
14486
14487         * lib/.cppi-disable: Add snprintf.h, socket_.h.
14488         * lib/snprintf.c: Include <errno.h> and <limits.h>.
14489         (EOVERFLOW): Define if the system does not.
14490         Do not include "minmax.h"; it wasn't used.
14491         (snprintf): Don't assume size_t promotes to an unsigned type.
14492         Fix bug when generated string was too long for the buffer: the
14493         buffer's contents are supposed to be the initial prefix of the
14494         output.  Don't assume vasnprintf returns EOVERFLOW if the size
14495         exceeds INT_MAX; do the check ourselves.
14496
14497         Import the following changes from libc:
14498
14499         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
14500
14501         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
14502         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
14503         set wc to the byte which couldn't be converted.
14504         (re_string_reconstruct): Don't clear valid_raw_len before calling
14505         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
14506         tip_context using re_string_context_at.
14507
14508         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
14509
14510         * lib/posix/regex.h: g++ still cannot handled [restrict].
14511
14512         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
14513
14514         * lib/posix/regex.h: Remove special handling for VMS.
14515
14516 2006-08-10  Jim Meyering  <jim@meyering.net>
14517
14518         * modules/same-inode: New module.
14519         * modules/dev-ino: New module.
14520         * modules/cycle-check: Depend on these modules, rather than simply
14521         including their .h files.
14522         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
14523         required via m4/cycle-check.m4.
14524         * modules/same: Depend on new same-inode module, rather than
14525         including same-inode.h.
14526         * modules/chdir-safer: New file.
14527
14528         * modules/chown (Depends-on): Add stat-macros.
14529
14530 2006-08-10  Jim Meyering  <jim@meyering.net>
14531
14532         * m4/cycle-check.m4: New file.
14533         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
14534         * m4/dev-ino.m4, m4/same-inode.m4: New files.
14535
14536 2006-08-10  Eric Blake  <ebb9@byu.net>
14537
14538         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
14539         in from original proposal.
14540
14541 2006-08-10  Eric Blake  <ebb9@byu.net>
14542         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14543
14544         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
14545         namespace.
14546
14547 2006-08-10  Bruno Haible  <bruno@clisp.org>
14548
14549         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
14550         as well.
14551
14552 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14553
14554         Sync from coreutils.
14555
14556         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
14557
14558         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
14559         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
14560
14561 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14562
14563         * modules/restrict: Remove; no longer needed now that we assume
14564         Autoconf 2.59 or later.
14565         * MODULES.html.sh: Remove 'restrict'.
14566         * modules/argp (Depends-on): Remove 'restrict'.
14567         * modules/base64 (Depends-on): Likewise.
14568         * modules/gc (Depends-on): Likewise.
14569         * modules/getaddrinfo (Depends-on): Likewise.
14570         * modules/glob (Depends-on): Likewise.
14571         * modules/inet_ntop (Depends-on): Likewise.
14572         * modules/inet_pton (Depends-on): Likewise.
14573         * modules/memxor (Depends-on): Likewise.
14574         * modules/regex (Depends-on): Likewise.
14575         * modules/strtok_r (Depends-on): Likewise.
14576         * modules/time_r (Depends-on): Likewise.
14577
14578 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14579
14580         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
14581         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
14582         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
14583         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
14584         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
14585         * m4/memxor.m4 (gl_MEMXOR): Likewise.
14586         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
14587         gl_C_RESTRICT replaced by AC_C_RESTRICT.
14588
14589         Merge from coreutils.
14590         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
14591         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
14592         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
14593         * m4/time_r.m4 (gl_TIME_R): Likewise.
14594
14595 2006-08-09  Karl Berry  <karl@gnu.org>
14596
14597         * config/srclist.txt: no more gettext-tools, per Bruno.
14598
14599 2006-08-08  Eric Blake  <ebb9@byu.net>
14600
14601         * modules/verror: New module.
14602         * MODULES.html.sh: Document it.
14603
14604 2006-08-08  Eric Blake  <ebb9@byu.net>
14605
14606         * lib/verror.h, lib/verror.c: New files.
14607
14608 2006-08-08  Eric Blake  <ebb9@byu.net>
14609
14610         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
14611         verror_at_line output complies with GNU Coding Standards even when
14612         file is NULL.
14613
14614 2006-08-07  Bruno Haible  <bruno@clisp.org>
14615
14616         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
14617         versions of AIX.
14618         Reported by Ralf Wildenhues.
14619
14620 2006-08-07  Bruno Haible  <bruno@clisp.org>
14621
14622         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
14623         in an AC_DEFUN. Needed so that the autoconf snippets can use
14624         AC_REQUIRE.
14625
14626 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14627
14628         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14629         Initialize pkgdata_DATA.
14630         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
14631         overriding it.
14632
14633 2006-08-06  Eric Blake  <ebb9@byu.net>
14634
14635         * lib/error.h: Fold in some upstream changes from glibc.
14636         * lib/error.c: Likewise.
14637
14638 2006-08-04  Bruno Haible  <bruno@clisp.org>
14639
14640         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14641         Make the mostlyclean-local rule depend on mostlyclean-generic.
14642         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
14643
14644 2006-07-31  Bruno Haible  <bruno@clisp.org>
14645
14646         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
14647         <stdlib.h>, <string.h>.
14648
14649 2006-07-30  Bruno Haible  <bruno@clisp.org>
14650
14651         * modules/readlink (License): Change to LGPL.
14652
14653 2006-07-30  Bruno Haible  <bruno@clisp.org>
14654
14655         * modules/javaversion (Makefile.am): Distribute javaversion.java and
14656         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
14657         set PKGDATADIR to point to it.
14658
14659 2006-07-30  Bruno Haible  <bruno@clisp.org>
14660
14661         * modules/csharpexec (configure.ac): Comment out macro invocation.
14662         * modules/javaexec (configure.ac): Likewise.
14663         * modules/javacomp-script (configure.ac): Likewise.
14664
14665         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
14666
14667 2006-07-30  Bruno Haible  <bruno@clisp.org>
14668
14669         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
14670         linked-list.
14671
14672 2006-07-30  Bruno Haible  <bruno@clisp.org>
14673
14674         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
14675
14676 2006-07-30  Bruno Haible  <bruno@clisp.org>
14677
14678         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14679         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
14680         get removed.
14681
14682 2006-07-29  Bruno Haible  <bruno@clisp.org>
14683
14684         Make it possible for gnulib-tool to work with locally modified or
14685         augmented gnulib repositories.
14686         * gnulib-tool (func_usage): Document --local-dir option.
14687         (local_gnulib_dir): New variable.
14688         Handle --local-dir option.
14689         (func_lookup_file): New function.
14690         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
14691         (func_get_description, func_get_filelist, func_get_description,
14692         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
14693         func_get_automake_snippet, func_get_include_directive,
14694         func_get_license, func_get_maintainer): Use func_lookup_file.
14695         (func_import, func_create_testdir): Use func_lookup_file.
14696
14697 2006-07-29  Bruno Haible  <bruno@clisp.org>
14698
14699         * modules/setenv (Depends-on): Add unistd.
14700
14701 2006-07-29  Bruno Haible  <bruno@clisp.org>
14702
14703         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
14704
14705 2006-07-29  Bruno Haible  <bruno@clisp.org>
14706
14707         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
14708
14709 2006-07-29  Bruno Haible  <bruno@clisp.org>
14710
14711         * gnulib-tool (import, update): If there is no Makefile.am, look at
14712         aclocal.m4, instead of bailing out.
14713
14714 2006-07-29  Bruno Haible  <bruno@clisp.org>
14715
14716         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
14717         Categorize the options by when they are useful.
14718
14719 2006-07-29  Bruno Haible  <bruno@clisp.org>
14720
14721         * gnulib-tool (func_usage): Document option --no-libtool.
14722         Handle option --no-libtool.
14723         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
14724         for changed semantics of $libtool variable.
14725         (func_import): Likewise. If libtool is not used, show this through
14726         an option --no-libtool.
14727         (func_create_testdir): Update.
14728
14729 2006-07-29  Bruno Haible  <bruno@clisp.org>
14730
14731         * gnulib-tool (func_import): Extend error message about missing
14732         --doc-base.
14733
14734 2006-07-29  Bruno Haible  <bruno@clisp.org>
14735
14736         * gnulib-tool (func_import): Don't create the $docbase directory if
14737         there is no file to store there.
14738
14739 2006-07-29  Bruno Haible  <bruno@clisp.org>
14740
14741         * gnulib-tool (autoconf_minversion): If a --dir option is given and
14742         relevant, look for configure.ac there, not in the current directory.
14743         Also use a simple search for AC_PREREQ, not "autoconf --trace".
14744
14745 2006-07-29  Bruno Haible  <bruno@clisp.org>
14746
14747         * gnulib-tool (SORT): New variable.
14748         (func_usage): Undocument --assume-autoconf option.
14749         Remove --assume-autoconf option handling.
14750         (autoconf_minversion): Determine from the contents of configure.ac.
14751         (func_import): Remove autoconf_minversion handling.
14752         Suggested by Eric Blake.
14753
14754 2006-07-29  Bruno Haible  <bruno@clisp.org>
14755
14756         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
14757
14758 2006-07-29  Bruno Haible  <bruno@clisp.org>
14759
14760         * config/srclist.txt (*setenv.[ch]): Remove rules.
14761
14762 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14763
14764         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
14765
14766 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14767
14768         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
14769         arpa/inet.h.
14770
14771 2006-07-28  Simon Josefsson  <jas@extundo.com>
14772
14773         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
14774         * modules/inet_pton (Depends-on): Likewise.
14775
14776 2006-07-28  Simon Josefsson  <jas@extundo.com>
14777
14778         * m4/netinet_in_h.m4: New file.
14779
14780 2006-07-28  Simon Josefsson  <jas@extundo.com>
14781
14782         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
14783         #include's.
14784
14785 2006-07-28  Simon Josefsson  <jas@extundo.com>
14786
14787         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
14788         #include's.
14789
14790 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
14791
14792         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
14793         setgid on directories only if they set these bits.
14794         * lib/modechange.h: Remove obsolete comment about masks.
14795
14796 2006-07-28  Eric Blake  <ebb9@byu.net>
14797
14798         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
14799         macro expansion.
14800
14801 2006-07-28  Bruno Haible  <bruno@clisp.org>
14802
14803         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
14804
14805 2006-07-28  Bruno Haible  <bruno@clisp.org>
14806
14807         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
14808
14809 2006-07-28  Bruno Haible  <bruno@clisp.org>
14810
14811         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
14812         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
14813         Define fallbacks.
14814         Avoids link error on FreeBSD 4.x.
14815         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14816
14817         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
14818         encoding.
14819         * lib/mbswidth.c (iswcntrl): Likewise.
14820
14821 2006-07-27  Bruno Haible  <bruno@clisp.org>
14822
14823         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
14824         test.
14825
14826 2006-07-27  Bruno Haible  <bruno@clisp.org>
14827
14828         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
14829         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
14830         defined.
14831
14832 2006-07-26  Eric Blake  <ebb9@byu.net>
14833
14834         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
14835
14836 2006-07-26  Eric Blake  <ebb9@byu.net>
14837
14838         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
14839         like mingw that lack mkstemp.
14840         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
14841         avoid compilation warning on mingw.
14842
14843 2006-07-26  Bruno Haible  <bruno@clisp.org>
14844
14845         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
14846         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
14847         INT_FAST*_MIN, INTPTR_MIN.
14848
14849 2006-07-25  Bruno Haible  <bruno@clisp.org>
14850
14851         * modules/version-etc (Depends-on): Add stdarg.
14852
14853 2006-07-25  Bruno Haible  <bruno@clisp.org>
14854
14855         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
14856         complex commands.
14857
14858 2006-07-25  Bruno Haible  <bruno@clisp.org>
14859
14860         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
14861         defined in <stdarg.h> or config.h.
14862
14863 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
14864
14865         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
14866         (gl_STDIO_SAFER): Remove.
14867
14868 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
14869
14870         * MODULES.html.sh (File stream based Input/Output):
14871         Add fopen-safer, tmpfile-safer; remove stdio-safer.
14872         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
14873         * modules/fopen-safer, modules/tmpfile-safer: New files.
14874         * modules/stdio-safer: Remove.
14875
14876 2006-07-24  Bruno Haible  <bruno@clisp.org>
14877
14878         * modules/tmpdir: New file.
14879         * MODULES.html.sh (File system functions): Add it.
14880
14881 2006-07-24  Bruno Haible  <bruno@clisp.org>
14882
14883         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
14884         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
14885
14886 2006-07-24  Bruno Haible  <bruno@clisp.org>
14887
14888         * modules/clean-temp: New file.
14889
14890 2006-07-24  Bruno Haible  <bruno@clisp.org>
14891
14892         * m4/tmpdir.m4: New file, from GNU gettext.
14893
14894 2006-07-24  Bruno Haible  <bruno@clisp.org>
14895
14896         * lib/tmpdir.h: New file, from GNU gettext.
14897         * lib/tmpdir.c: New file, from GNU gettext.
14898
14899 2006-07-24  Bruno Haible  <bruno@clisp.org>
14900
14901         * lib/clean-temp.h: New file, from GNU gettext.
14902         * lib/clean-temp.c: New file, from GNU gettext.
14903
14904 2006-07-23  Eric Blake  <ebb9@byu.net>
14905
14906         * modules/stdio-safer (Files): Add tmpfile-safer.c.
14907         (Depends-on): Add binary-io.
14908
14909 2006-07-23  Eric Blake  <ebb9@byu.net>
14910
14911         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
14912
14913 2006-07-23  Eric Blake  <ebb9@byu.net>
14914
14915         * lib/tmpfile-safer.c: New file.
14916         * lib/stdio-safer.h (fopen_safer): Add prototype.
14917         * lib/stdio--.h (tmpfile): Make safer.
14918
14919 2006-07-23  Bruno Haible  <bruno@clisp.org>
14920
14921         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
14922         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
14923         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
14924         gl_linked_remove_at): Use it.
14925
14926 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14927         and Simon Josefsson <jas@extundo.com>
14928
14929         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
14930
14931         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
14932
14933 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
14934
14935         * modules/close-stream: New file.
14936         * modules/closeout (Description): Make it clear that it exits
14937         with a diagnostic on error.
14938         (Depends-on): Add close-stream.  Remove fpending, stdbool.
14939         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
14940
14941 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
14942
14943         * m4/close-stream.m4: New file.
14944
14945 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
14946
14947         * lib/close-stream.c, lib/close-stream.h: New files.
14948
14949 2006-07-22  Bruno Haible  <bruno@clisp.org>
14950
14951         Merge from GNU gettext 0.15.
14952
14953         2006-05-01  Bruno Haible  <bruno@clisp.org>
14954
14955                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
14956
14957         2006-07-22  Bruno Haible  <bruno@clisp.org>
14958
14959                 * modules/javaversion: New file.
14960                 * MODULES.html.sh (Java): Add javaversion.
14961
14962         2006-03-12  Bruno Haible  <bruno@clisp.org>
14963
14964                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
14965
14966         2005-12-04  Bruno Haible  <bruno@clisp.org>
14967
14968                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
14969                 (untested).
14970
14971         2006-06-21  Bruno Haible  <bruno@clisp.org>
14972
14973                 Avoid warnings from recent versions of mcs.
14974                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
14975                 -o, -L, -r any more. Use options documented since mcs-1.0
14976                 instead. Similarly for -g.
14977
14978         2005-12-04  Bruno Haible  <bruno@clisp.org>
14979
14980                 * build-aux/csharpcomp.sh.in: Suffix for resources is
14981                 .resources, not .resource.
14982
14983         2005-07-09  Bruno Haible  <bruno@clisp.org>
14984
14985                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
14986                 add a .dll suffix.
14987                 Reported by Mark Junker <mjscod@gmx.de>.
14988
14989         2006-07-22  Bruno Haible  <bruno@clisp.org>
14990
14991                 * modules/gettext: Upgrade to gettext-0.15.
14992                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
14993                 m4/visibility.m4.
14994                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
14995
14996 2006-07-22  Bruno Haible  <bruno@clisp.org>
14997
14998         Merge from GNU gettext 0.15.
14999
15000         2006-03-25  Bruno Haible  <bruno@clisp.org>
15001
15002                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
15003
15004         2006-07-21  Bruno Haible  <bruno@clisp.org>
15005
15006                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
15007                 "1.1".
15008
15009         2006-05-09  Bruno Haible  <bruno@clisp.org>
15010
15011                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
15012                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
15013                 for the conftestver execution.
15014
15015         2006-05-01  Bruno Haible  <bruno@clisp.org>
15016
15017                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
15018                 optional target-version argument. Verify that the compiler
15019                 groks source of the specified source-version, or add -source
15020                 option as necessary. Verify that the compiler produces
15021                 bytecode in the specified target-version, or add -target and
15022                 -source options as necessary. Make the result of the test
15023                 available as variable CONF_JAVAC. Also log error output in
15024                 config.log.
15025
15026         2006-03-11  Bruno Haible  <bruno@clisp.org>
15027
15028                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
15029
15030         2006-05-09  Bruno Haible  <bruno@clisp.org>
15031
15032                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
15033                 CLASSPATH_SEPARATOR to a semicolon.
15034
15035         2006-03-12  Bruno Haible  <bruno@clisp.org>
15036
15037                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
15038                 available as variable CONF_JAVA, for subsequent autoconf
15039                 tests. Also log error output in config.log.
15040
15041         2006-07-19  Bruno Haible  <bruno@clisp.org>
15042
15043                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
15044                 that getline works on glibc2 systems. Needed to avoid trouble
15045                 in relocatable.c.
15046                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
15047
15048         2005-12-04  Bruno Haible  <bruno@clisp.org>
15049
15050                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
15051                 launcher (untested).
15052
15053         2005-12-04  Bruno Haible  <bruno@clisp.org>
15054
15055                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
15056
15057         2006-07-22  Bruno Haible  <bruno@clisp.org>
15058
15059                 * gettext.m4: Update from GNU gettext-0.15.
15060                 * nls.m4: Likewise.
15061                 * po.m4: Likewise.
15062                 * inttypes-pri.m4: Likewise.
15063                 * inttypes-h.m4: Renamed from inttypes.m4.
15064                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
15065
15066 2006-07-22  Bruno Haible  <bruno@clisp.org>
15067
15068         Merge from GNU gettext 0.15.
15069
15070         2005-07-05  Bruno Haible  <bruno@clisp.org>
15071
15072                 * printf-args.c (printf_fetchargs): Work around broken
15073                 definition of wint_t on mingw.
15074
15075         2005-02-12  Bruno Haible  <bruno@clisp.org>
15076
15077                 * xallocsa.h: Add extern "C" for C++.
15078
15079         2006-05-17  Bruno Haible  <bruno@clisp.org>
15080
15081                 Cygwin portability.
15082                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
15083
15084         2006-04-30  Bruno Haible  <bruno@clisp.org>
15085
15086                 * progreloc.c: Include <mach-o/dyld.h> if available.
15087                 (find_executable): Use _NSGetExecutablePath when possible.
15088
15089         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
15090
15091                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
15092                 function.
15093
15094         2005-12-29  Bruno Haible  <bruno@clisp.org>
15095
15096                 * progreloc.c (set_program_name_and_installdir): Fix
15097                 compilation error.
15098
15099         2005-12-04  Bruno Haible  <bruno@clisp.org>
15100
15101                 Cygwin portability.
15102                 * progreloc.c: Include <windows.h> also on Cygwin.
15103                 (find_executable): Add support for Cygwin.
15104                 (set_program_name_and_installdir): Handle also platforms with
15105                 nonempty EXEEXT.
15106
15107         2006-07-11  Bruno Haible  <bruno@clisp.org>
15108
15109                 * javacomp.c: Fix a comment.
15110                 Reported by Jim Meyering.
15111
15112         2006-04-30  Bruno Haible  <bruno@clisp.org>
15113
15114                 * javacomp.h (compile_java_class): Add source_version,
15115                 target_version arguments.
15116                 * javacomp.c: Rewritten to choose only a compiler that
15117                 respects the specified source_version and target_version.
15118
15119         2006-06-27  Bruno Haible  <bruno@clisp.org>
15120
15121                 Assume correct S_ISDIR macro.
15122                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
15123
15124         2006-07-22  Bruno Haible  <bruno@clisp.org>
15125
15126                 * javaversion.h: New file, from GNU gettext.
15127                 * javaversion.c: New file, from GNU gettext.
15128                 * javaversion.java: New file, from GNU gettext.
15129                 * javaversion.class: New file, from GNU gettext.
15130
15131         2006-05-17  Bruno Haible  <bruno@clisp.org>
15132
15133                 Cygwin portability.
15134                 * javaexec.c (execute_java_class): Test for jview program
15135                 also on Cygwin.
15136
15137         2006-04-09  Bruno Haible  <bruno@clisp.org>
15138
15139                 * fatal-signal.c: Don't include string.h.
15140                 (at_fatal_signal): Use a copying loop instead of memcpy.
15141
15142         2005-12-04  Bruno Haible  <bruno@clisp.org>
15143
15144                 * csharpexec.c: Add support for 'clix' launcher (untested).
15145                 (execute_csharp_using_sscli): New function.
15146                 (execute_csharp_program): Call it.
15147
15148         2006-06-21  Bruno Haible  <bruno@clisp.org>
15149
15150                 Avoid warnings from recent versions of mcs.
15151                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
15152                 -o, -L, -r any more. Use options documented since mcs-1.0
15153                 instead. Similarly for -g.
15154
15155         2005-07-09  Bruno Haible  <bruno@clisp.org>
15156
15157                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
15158                 add a .dll suffix.
15159                 Reported by Mark Junker <mjscod@gmx.de>.
15160
15161         2006-06-17  Bruno Haible  <bruno@clisp.org>
15162
15163                 * config.charset: Update for NetBSD 3.0.
15164
15165         2006-05-17  Bruno Haible  <bruno@clisp.org>
15166
15167                 Cygwin portability.
15168                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
15169
15170         2006-05-16  Bruno Haible  <bruno@clisp.org>
15171
15172                 * localcharset.c [CYGWIN]: Include <windows.h>.
15173                 (get_charset_aliases): For Cygwin, return the same CPxxx
15174                 aliases list as under WIN32.
15175                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
15176                 the environment variables. Fall back to GetACP().
15177
15178         2006-04-05  Bruno Haible  <bruno@clisp.org>
15179
15180                 * config.charset: Update Juan Manuel Guerrero's address.
15181
15182         2005-02-12  Bruno Haible  <bruno@clisp.org>
15183
15184                 * allocsa.h: Add extern "C" for C++.
15185
15186         2005-02-10  Bruno Haible  <bruno@clisp.org>
15187
15188                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
15189                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
15190
15191         2006-07-22  Bruno Haible  <bruno@clisp.org>
15192
15193                 * gettext.h: Update to GNU gettext-0.15.
15194
15195 2006-07-22  Bruno Haible  <bruno@clisp.org>
15196
15197         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
15198         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
15199         lib-prefix.m4, longdouble.m4, ssize_t.m4.
15200
15201 2006-07-21  Eric Blake  <ebb9@byu.net>
15202
15203         * modules/stdlib-safer: New file.
15204         * MODULES.html.sh (File stream based Input/Output): Add
15205         stdlib-safer.
15206
15207 2006-07-21  Eric Blake  <ebb9@byu.net>
15208
15209         * lib/stdlib-safer.h: New file from coreutils, required by
15210         stdlib--.h.
15211
15212 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
15213
15214         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
15215
15216 2006-07-20  Bruno Haible  <bruno@clisp.org>
15217
15218         * gnulib-tool: Recognize new option --assume-autoconf.
15219         (autoconf_minversion): New variable.
15220         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
15221
15222 2006-07-20  Bruno Haible  <bruno@clisp.org>
15223
15224         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
15225
15226 2006-07-19  Derek R. Price  <derek@ximbiot.com>
15227
15228         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
15229         Reindent and repaginate.
15230
15231 2006-07-19  Derek Price  <derek@ximbiot.com>
15232
15233         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
15234         Correct grammar.
15235
15236 2006-07-17  Bruno Haible  <bruno@clisp.org>
15237
15238         * modules/list: New file.
15239         * modules/array-list: New file.
15240         * modules/carray-list, modules/carray-list-tests: New files.
15241         * modules/linked-list, modules/linked-list-tests: New files.
15242         * modules/avltree-list, modules/avltree-list-tests: New files.
15243         * modules/rbtree-list, modules/rbtree-list-tests: New files.
15244         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
15245         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
15246         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
15247         * modules/oset: New file.
15248         * modules/array-oset: New file.
15249         * modules/avltree-oset, modules/avltree-oset-tests: New files.
15250         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
15251         * tests/test-carray_list.c: New file.
15252         * tests/test-linked_list.c: New file.
15253         * tests/test-avltree_list.c: New file.
15254         * tests/test-rbtree_list.c: New file.
15255         * tests/test-linkedhash_list.c: New file.
15256         * tests/test-avltreehash_list.c: New file.
15257         * tests/test-rbtreehash_list.c: New file.
15258         * tests/test-avltree_oset.c: New file.
15259         * tests/test-rbtree_oset.c: New file.
15260         * MODULES.html.sh (Container data structures): New section.
15261
15262 2006-07-17  Bruno Haible  <bruno@clisp.org>
15263
15264         * m4/gl_list.m4: New file.
15265
15266 2006-07-17  Bruno Haible  <bruno@clisp.org>
15267
15268         * lib/gl_list.h: New file.
15269         * lib/gl_list.c: New file.
15270         * lib/gl_array_list.h: New file.
15271         * lib/gl_array_list.c: New file.
15272         * lib/gl_carray_list.h: New file.
15273         * lib/gl_carray_list.c: New file.
15274         * lib/gl_linked_list.h: New file.
15275         * lib/gl_linked_list.c: New file.
15276         * lib/gl_anylinked_list1.h: New file.
15277         * lib/gl_anylinked_list2.h: New file.
15278         * lib/gl_avltree_list.h: New file.
15279         * lib/gl_avltree_list.c: New file.
15280         * lib/gl_anyavltree_list1.h: New file.
15281         * lib/gl_anyavltree_list2.h: New file.
15282         * lib/gl_rbtree_list.h: New file.
15283         * lib/gl_rbtree_list.c: New file.
15284         * lib/gl_anyrbtree_list1.h: New file.
15285         * lib/gl_anyrbtree_list2.h: New file.
15286         * lib/gl_anytree_list1.h: New file.
15287         * lib/gl_anytree_list2.h: New file.
15288         * lib/gl_linkedhash_list.h: New file.
15289         * lib/gl_linkedhash_list.c: New file.
15290         * lib/gl_anyhash_list1.h: New file.
15291         * lib/gl_anyhash_list2.h: New file.
15292         * lib/gl_avltreehash_list.h: New file.
15293         * lib/gl_avltreehash_list.c: New file.
15294         * lib/gl_rbtreehash_list.h: New file.
15295         * lib/gl_rbtreehash_list.c: New file.
15296         * lib/gl_anytreehash_list1.h: New file.
15297         * lib/gl_anytreehash_list2.h: New file.
15298
15299         * lib/gl_oset.h: New file.
15300         * lib/gl_oset.c: New file.
15301         * lib/gl_array_oset.h: New file.
15302         * lib/gl_array_oset.c: New file.
15303         * lib/gl_avltree_oset.h: New file.
15304         * lib/gl_avltree_oset.c: New file.
15305         * lib/gl_rbtree_oset.h: New file.
15306         * lib/gl_rbtree_oset.c: New file.
15307         * lib/gl_anytree_oset.h: New file.
15308
15309 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15310
15311         * m4/mkancesdirs.m4: New file.
15312         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
15313         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
15314         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
15315         it.
15316
15317 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15318
15319         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
15320         * lib/mkancesdirs.h: New files.
15321         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
15322         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
15323         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
15324         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
15325         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
15326         callers changed.  Revamp internals significantly, by not
15327         attempting to create directories that are temporarily more
15328         permissive than the final results.  Do not attempt to use
15329         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
15330         This removes some race conditions, fixes some bugs, and simplifies
15331         things.  Use new dirchownmod function to do owner and mode changes.
15332         * lib/mkdir-p.h: Likewise.
15333         * lib/modechange.c (octal_to_mode): New function.
15334         (struct mode_change): New member mentioned.
15335         (make_node_op_equals): New arg mentioned.  All callers changed.
15336         (mode_compile): Keep track of which mode bits the user has explicitly
15337         mentioned.
15338         (mode_adjust): New arg DIR, so that we implement the X op correctly.
15339         New arg PMODE_BITS, to keep track of which mode bits the user
15340         mentioned; it treats S_ISUID and S_ISGID speciall.
15341         All callers changed.
15342         * lib/modechange.h: Likewise.
15343
15344 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15345
15346         * MODULES.html.sh: Add mkancestors.
15347         * modules/mkancesdirs: New module.
15348         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
15349         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
15350         The chdir-safer and afs files are now orphans; I'll remove them
15351         unless someone speaks up.
15352         Add lib/dirchownmod.c, lib/dirchownmod.h.
15353         (Depends-on): Remove alloca, chown, save-cwd, dirname.
15354         Add lchown, mkancesdirs.
15355         (Maintainer): Add self.
15356
15357 2006-07-15  Karl Berry  <karl@gnu.org>
15358
15359         * gnulib-tool: help message wording/arrangement.
15360
15361 2006-07-14  Simon Josefsson  <jas@extundo.com>
15362
15363         * doc/gnulib.texi (Libtool and Windows): New section.
15364
15365 2006-07-12  Simon Josefsson  <jas@extundo.com>
15366
15367         * modules/gendocs (License): Fix license, approved by Karl.
15368
15369 2006-07-12  Eric Blake  <ebb9@byu.net>
15370
15371         * MODULES.html.sh: Add gendocs.
15372
15373 2006-07-11  Eric Blake  <ebb9@byu.net>
15374
15375         * modules/fdl: New module, to install doc/fdl.texi.
15376         * MODULES.html.sh: Add new section for documentation modules.
15377         * gnulib-tool: Avoid space-tab.
15378         (--doc-base): New option, to manage files from doc.
15379
15380 2006-07-11  Eric Blake  <ebb9@byu.net>
15381
15382         * m4/absolute-header.m4: Fix comments to match recent change.
15383
15384 2006-07-11  Eric Blake  <ebb9@byu.net>
15385
15386         * gnulib-tool: List --doc-base before --tests-base.
15387
15388 2006-07-11  Derek R. Price  <derek@ximbiot.com>
15389
15390         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
15391
15392 2006-07-11  Bruno Haible  <bruno@clisp.org>
15393
15394         * README: Mention where to put documentation.
15395
15396 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15397
15398         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
15399
15400 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
15401
15402         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
15403         to stdint.m4.
15404
15405 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
15406
15407         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
15408         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
15409         "no/such/file/stdint.h" when there is no such file, so that
15410         the resulting C code can be parsed by dodgy compilers.
15411         Problems reported by Bob Proulx.
15412
15413 2006-07-10  Derek R. Price  <derek@ximbiot.com>
15414
15415         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
15416         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
15417         macros into the GNU _D_EXACT_NAMLEN.
15418         * lib/savedir.c:  Likewise.
15419         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
15420
15421 2006-07-10  Derek R. Price  <derek@ximbiot.com>
15422         and Paul Eggert  <eggert@cs.ucla.edu>
15423
15424         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
15425         * m4/savedir.m4:
15426         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
15427         macros into the GNU _D_EXACT_NAMLEN.
15428
15429 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15430
15431         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
15432         around the absolute name, to work around a problem with the HP-UX
15433         11.23 native C compiler, reported by Bob Proulx.
15434
15435 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15436
15437         * doc/maintain.texi, make-stds.texi: Sync from
15438         <http://savannah.gnu.org/projects/gnustandards>.
15439
15440 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15441
15442         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
15443
15444 2006-07-09  Jim Meyering  <jim@meyering.net>
15445
15446         * m4/glob.m4: Remove a doubled word in a comment.
15447
15448 2006-07-09  Jim Meyering  <jim@meyering.net>
15449
15450         * lib/argp-pv.c: Remove a doubled word in a comment.
15451         * lib/check-version.c (check_version): Likewise.
15452         * lib/javacomp.c (compile_java_class): Likewise.
15453
15454 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
15455
15456         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
15457         for the benefit of people using Autoconf 2.60.  If you want to
15458         support older Autoconf versions you can copy m4/onceonly_2_57.m4
15459         (or m4/onceonly.m4, if pre-2.57) manually.
15460
15461 2006-07-08  Jim Meyering  <jim@meyering.net>
15462
15463         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
15464         comment.
15465         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
15466         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
15467         comment.
15468
15469 2006-07-08  Jim Meyering  <jim@meyering.net>
15470
15471         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
15472
15473 2006-07-07  Simon Josefsson  <jas@extundo.com>
15474
15475         * tests/test-crc.c: Change expected crc value, the test vector
15476         were probably computed using the old broken crc.c?
15477
15478 2006-07-06  Simon Josefsson  <jas@extundo.com>
15479
15480         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
15481         now the canonical place for the M4 file).
15482
15483         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
15484         from the sys_socket dependency now.
15485
15486         * modules/inet_pton (Files): Ditto.
15487
15488         * modules/inet_ntop (Files): Ditto.
15489
15490 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15491
15492         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
15493         not gl_PREREQ_GETUSERSHELL.
15494
15495 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15496
15497         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
15498         with only one argument, for Autoconf 2.60.
15499         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
15500         expand to nothing, so add a shell command to avoid syntax error.
15501         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
15502
15503 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15504
15505         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
15506
15507 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15508
15509         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
15510         no longer needed.  Check for isblank decl.
15511         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
15512         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
15513         of existence.
15514
15515 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15516
15517         * lib/getloadavg.c: Use __VMS, not VMS.
15518         * lib/getopt.c: Likewise.
15519         * lib/getpagesize.h: Likewise.
15520         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
15521         and probably does not work.
15522
15523 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15524
15525         * lib/.cppi-disable: Add wcwidth.
15526         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
15527         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
15528         (ISGRAPH): Remove.  All uses changed to isgraph.
15529         (FOLD) [!defined _LIBC]: Remove special case.
15530         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
15531         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
15532         HAVE_ISBLANK.
15533         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
15534         case.
15535
15536 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
15537
15538         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
15539         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
15540         brackets.  Other minor changes to suppress some compiler
15541         warnings.
15542
15543 2006-07-06  Derek R. Price  <derek@ximbiot.com>
15544         and Paul Eggert  <eggert@cs.ucla.edu>
15545
15546         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
15547         of invoking obsolescent AC_HEADER_DIRENT macro.
15548         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
15549         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
15550         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
15551         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
15552         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
15553         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
15554         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
15555         * m4/readdir.m4: Remove; no longer needed.
15556
15557 2006-07-06  Derek R. Price  <derek@ximbiot.com>
15558         and Paul Eggert  <eggert@cs.ucla.edu>
15559
15560         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
15561         Don't worry about this obsolete case any more.
15562         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
15563         directories.
15564         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
15565         worry about this obsolete case any more.
15566         * lib/fts.c: Likewise.
15567         * lib/getcwd.c: Likewise.
15568         * lib/glob.h: Likewise.
15569         * lib/savedir.c: Likewise.
15570
15571 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
15572
15573         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
15574         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
15575         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
15576         needed.
15577         All uses removed.
15578         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
15579         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
15580         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
15581         needed.
15582         * m4/getdate.m4 (gl_GETDATE): Likewise.
15583         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
15584         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
15585         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
15586         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
15587         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
15588         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
15589         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
15590         needed.
15591
15592 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
15593
15594         * lib/memcasecmp.c: Include <limits.h>.
15595         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
15596         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
15597         Don't assume isdigit succeeds only on '0' through '9'.
15598
15599 2006-07-05  Eric Blake  <ebb9@byu.net>
15600
15601         * modules/getaddrinfo (Depends-on): Add snprintf.
15602
15603 2006-07-05  Eric Blake  <ebb9@byu.net>
15604
15605         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
15606         to avoid 'header present but could not be compiled' on cygwin.
15607
15608 2006-07-05  Eric Blake  <ebb9@byu.net>
15609
15610         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
15611         missing from netdb.h.
15612         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
15613
15614 2006-07-05  Derek R. Price  <derek@ximbiot.com>
15615
15616         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
15617         no longer needed.
15618         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
15619         * m4/getdate.m4 (gl_GETDATE): Likewise.
15620         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
15621         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
15622         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
15623         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
15624         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
15625
15626 2006-07-05  Derek R. Price  <derek@ximbiot.com>
15627
15628         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
15629         All uses of is_space replaced by isspace.
15630         * lib/exit.h: Don't talk about STDC_HEADERS.
15631         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
15632         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
15633         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
15634         replaced by isprint etc.
15635         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
15636         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
15637         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
15638         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
15639         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
15640         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
15641
15642 2006-07-05  Bruno Haible  <bruno@clisp.org>
15643
15644         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
15645         the function exists, before testing against AIX.
15646         Reported by Martin Lambers <marlam@marlam.de>.
15647
15648 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
15649
15650         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
15651         From Mark D. Baushke.
15652
15653 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
15654
15655         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
15656         to the absolute name, not just one, to bypass Sun C 5.8's
15657         "warning: #include of /usr/include/... may be non-portable".
15658
15659 2006-07-04  Eric Blake  <ebb9@byu.net>
15660
15661         * modules/dirname-tests: New test module.
15662         * tests/test-dirname.c: New file, replacing dirname.c
15663         TEST_DIRNAME section that was recently deleted.
15664
15665 2006-07-04  Bruno Haible  <bruno@clisp.org>
15666
15667         Assume ANSI C header files and <ctype.h> functions.
15668         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
15669         (mbsnwidth): Use isprint, iscntrl instead.
15670
15671 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15672
15673         Merge from coreutils.
15674         * MODULES.html.sh: Add xstrtold.
15675         * modules/xstrtold: New file.
15676         * modules/cycle-check (Files): Add lib/same-inode.h.
15677         * modules/dirname (Files): Add m4/double-slash-root.m4.
15678         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
15679         * modules/mkdir-p (Files): Add lib/same-inode.h.
15680         * modules/same (Files): Add lib/same-inode.h.
15681
15682 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15683
15684         * m4/absolute-header.m4: Renamed from full-header-path.m4.
15685         This is to keep the terminology clean; POSIX talks about
15686         "absolute pathnames", not "full pathnames", but the GNU
15687         Coding Standards say to use "path" for something else;
15688         so use "absolute" to keep both sides happy.
15689         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
15690         Set gl_absolute_header, not gl_full_header_path.
15691         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
15692         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
15693         All uses changed.
15694
15695         Merge from coreutils.
15696
15697         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
15698
15699         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
15700         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
15701         want to require the building of c-strtod.o.
15702         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
15703         needs -lm directly.
15704         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
15705
15706         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
15707
15708         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
15709         --as-needed option if available.  Problem reported by Albert Chin in
15710         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
15711         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
15712         cc merely issues a bunch of annoying warnings for --as-needed
15713         (this problem was reported by Bob Proulx).  Also, try linking with
15714         -lm to detect a bug in binutils 2.16 (this problem was reported
15715         by Ralf Wildenhues).
15716
15717         2006-06-18  Jim Meyering  <jim@meyering.net>
15718
15719         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
15720         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
15721         macro.
15722         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
15723         also check for glibc-2.4's abort-inducing bug.
15724
15725         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
15726         Low-probability clean-up should be to use rmdir to get rid of
15727         the just-created directory, not unlink.
15728
15729         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
15730         configure fail, and request a bug report to inform us about it.
15731         Add a comment that, barring reports to the contrary, in 2007 we'll
15732         assume ftruncate is universally available.
15733
15734         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
15735
15736         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
15737
15738         2006-03-12  Jim Meyering  <jim@meyering.net>
15739
15740         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
15741         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
15742         * m4/same.m4 (gl_SAME): Likewise.
15743         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
15744
15745         2006-03-11  Eric Blake  <ebb9@byu.net>
15746
15747         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
15748         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
15749         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
15750         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
15751
15752 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15753
15754         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
15755         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
15756         reported by Mark D. Baushke, one in
15757         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
15758
15759         Merge from coreutils.
15760
15761         * lib/.cppi-disable: Add stdint_.h.
15762         * lib/.cvsignore: Add stdint.h.
15763
15764         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
15765
15766         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
15767         both double and long double versions.
15768         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
15769         * lib/xstrtold.c: New file.
15770         * lib/xstrtod.h (xstrtold): New decl.
15771
15772         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
15773
15774         * lib/filemode.c (setst): Remove.
15775         (strmode): Rewrite to avoid setst.  This makes the code shorter,
15776         (arguably) clearer, and the generated code is a bit smaller on my
15777         Debian GNU/Linux stable x86 host.
15778
15779         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
15780
15781         * lib/filemode.c: Include "filemode.h" first, to test the interface.
15782         Assume that filemode.h includes sys/types.h and sys/stat.h.
15783         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
15784         (ftypelet): Reorder to put common cases first, for efficiency.
15785         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
15786         to do 'M'.
15787         (strmode): Renamed from mode_string, and now stores 12 bytes instead
15788         of 10, for compatibility with FreeBSD.  All callers changed.
15789         (filemodestring): Now stores 12 bytes instead of 10, and sets file
15790         types that can't be deduced solely from st_mode.  First arg is now a
15791         const pointer.
15792         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
15793         (strmode): Renamed from mode_string.
15794         (filemodestring): New decl.
15795         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
15796         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
15797         needed.
15798         (S_ISPORT, S_ISWHT): New macros, if not already defined.
15799
15800         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
15801
15802         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
15803         fsusage.h now does that.  Include fsusage.h first, to test interface.
15804         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
15805         at most one method (the old code could have generated decls that
15806         didn't conform to C89, not that this was ever exercised).
15807         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
15808
15809         2006-03-19  Jim Meyering  <jim@meyering.net>
15810
15811         Work even in a chroot where d_ino values for entries in "/"
15812         don't match the stat.st_ino values for the same names.
15813         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
15814         number, iterate through all entries again, using lstat instead.
15815         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
15816         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
15817
15818         * lib/getcwd.c (__getcwd): Clarify a comment.
15819         Use memcpy in place of a call to strcpy.
15820
15821         2006-03-12  Jim Meyering  <jim@meyering.net>
15822
15823         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
15824         matches that of the current directory (which we're about to chdir ".."
15825         out of), then save the dev-ino of the parent, instead.
15826
15827         * lib/same-inode.h (SAME_INODE): New file/macro.
15828         * lib/chdir-safer.c (SAME_INODE): Remove definition.
15829         Include "same-inode.h", instead.
15830         * lib/same.c: Likewise.
15831         * lib/cycle-check.h: Include "same-inode.h".
15832         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
15833         * lib/cycle-check.c (SAME_INODE): Remove definition.
15834         * lib/root-dev-ino.h: Include "same-inode.h".
15835
15836         2006-03-11  Eric Blake  <ebb9@byu.net>
15837
15838         * lib/same.c (same_name): s/base_name/last_component/
15839         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
15840         * lib/filenamecat.c (file_name_concat): Likewise.
15841
15842         2006-03-11  Eric Blake  <ebb9@byu.net>,
15843                     Paul Eggert  <eggert@cs.ucla.edu>
15844
15845         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
15846         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
15847         drive prefix.
15848         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
15849         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
15850         (last_component): New method.
15851         * lib/dirname.c (dir_len): Determine when drive letters need a
15852         subsequent slash.  Preserve // when it is special.
15853         (dir_name): Don't append dot when drive letter is absolute.
15854         [TEST_DIRNAME]: Move into a full-blown gnulib test.
15855         * lib/basename.c (base_name): New semantics - malloc the result.
15856         Preserve // when it is special.  Preserve relative files that look
15857         like drive letters.
15858         (base_len): Preserve // when it is special.
15859         (last_component): New method, similar to old base_name semantics.
15860         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
15861         base_name.  Strip redundant slashes from ///.
15862
15863 2006-07-03  Jim Meyering  <jim@meyering.net>
15864
15865         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
15866         macro is used before the first cycle_check call.
15867
15868 2006-07-03  Eric Blake  <ebb9@byu.net>
15869
15870         * modules/dirname (Depends-on): Add xstrndup.
15871
15872 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
15873
15874         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
15875         test cases, so that config.log is a bit easier to follow.
15876
15877 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
15878
15879         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
15880         both are 64 bits, since this seems to be the tradition, and this
15881         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
15882         we ever run into a host that prefers long long to long in this
15883         case, we'll need another configure-time test.  Problem reported by
15884         Jim Meyering.
15885
15886 2006-07-02  Eric Blake  <ebb9@byu.net>
15887
15888         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
15889
15890 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
15891
15892         * modules/inttypes (Depends-on): No longer depends on stdint.
15893         * modules/stdint (Description): Say more about assumptions.
15894         Say that the fast types might differ.  Say macros are used.
15895         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
15896         (Makefile.am): Revise list of substituted symbols to match
15897         new stdint.m4.
15898         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
15899         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
15900         * tests/test-stdint.c (verify_same_types)
15901         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
15902         the code conforms to C99/C89.
15903         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
15904         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
15905
15906 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
15907
15908         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
15909         but fix a bug, by requiring at least 64 bits.
15910         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
15911         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
15912         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
15913         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
15914
15915         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
15916         changes.  Make 2.59 a prerequisite.  Check and substitute for
15917         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
15918         inttypes.h.  Do not use special include files; just use the
15919         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
15920         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
15921         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
15922         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
15923         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
15924         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
15925         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
15926         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
15927         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
15928         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
15929         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
15930         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
15931         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
15932         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
15933         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
15934         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
15935         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
15936         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
15937         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
15938         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
15939         WINT_MAX.  Check for C99 conformance more strictly, by detecting
15940         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
15941         not check for things that C99 does not require, e.g., int8_t.  If
15942         a test isn't needed unless <stdint.h> isn't working, and is
15943         unlikely to be needed for any other reason, then don't do it
15944         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
15945         size_t, since we assume C89 freestanding at least.  Do not check
15946         for sig_atomic_t, wchar_t, or wint_t, since the code now does
15947         the right thing even if the types are not defined.  Instead use:
15948         (gl_STDINT_TYPE_PROPERTIES): New macro.
15949         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
15950         testing whether <sys/types.h> clashes, as Autoconf does this for
15951         us now.  All uses removed.
15952         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
15953         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
15954         (gl_CHECK_TYPE_SAME):
15955         Remove; no longer needed.
15956         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
15957         exists, since we'll return 0 anyway in that case.
15958         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
15959
15960 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
15961
15962         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
15963         possible collision with system files.
15964         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
15965         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
15966         WCHAR_MIN and WCHAR_MAX in this case.
15967         (<stddef.h>): Do not include; no longer needed.
15968         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
15969         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
15970         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
15971         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
15972         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
15973         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
15974         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
15975         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
15976         !defined(__c99))]: Include in this case too, since it's harmless
15977         now.
15978         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
15979         dangerous to do so.
15980         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
15981         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
15982         (_STDINT_MIN, _STDINT_MAX): New macros.
15983         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
15984         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
15985         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
15986         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
15987         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
15988         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
15989         macros, not typedefs; this simplifies things quite a bit.
15990         Use long int for all types narrower than int64_t.
15991         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
15992         Define in terms of long long int or int64_t or long int,
15993         not int64_t or int32_t.  This saves some compile-time testing.
15994         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
15995         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
15996         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
15997         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
15998         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
15999         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
16000         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
16001         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
16002         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
16003         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
16004         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
16005         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
16006         undef any previous version and define our own version, for
16007         simplicity and consistency with the new macros for types.
16008         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
16009         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
16010         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
16011         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
16012         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
16013         @WINT_T_SUFFIX@ to keep things simple here.
16014         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
16015         Simplify by assuming typical 8/16/32/64 host, since we're
16016         already doing that elsewhere anyway.
16017         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
16018         and assume long long int is 64 bits if available.  This
16019         speeds up 'configure'.
16020
16021 2006-07-01  Eric Blake  <ebb9@byu.net>
16022
16023         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
16024         Reported by Andreas Buening.
16025
16026 2006-07-01  Eric Blake  <ebb9@byu.net>
16027
16028         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
16029
16030 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
16031
16032         * lib/getaddrinfo.c: fixed typo
16033
16034 2006-06-29  Jim Meyering  <jim@meyering.net>
16035
16036         * modules/strftime (Maintainer): Add my name, since with the
16037         FPRINTFTIME changes strftime.c has forked from glibc.
16038
16039 2006-06-29  Eric Blake  <ebb9@byu.net>
16040
16041         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
16042
16043 2006-06-29  Eric Blake  <ebb9@byu.net>
16044
16045         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
16046
16047 2006-06-29  Eric Blake  <ebb9@byu.net>
16048
16049         * lib/stat_.h: New file.
16050
16051 2006-06-29  Eric Blake  <ebb9@byu.net>
16052
16053         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
16054         unused static function.
16055
16056 2006-06-29  Eric Blake  <ebb9@byu.net>
16057
16058         * doc/functions.texi (Function Portability): Document missing lstat
16059         on mingw.
16060
16061 2006-06-29  Eric Blake  <ebb9@byu.net>
16062
16063         * MODULES.html.sh: Add sys_stat.
16064         * modules/sys_stat: New module.
16065         * modules/mkstemp (Depends-on): Add sys_stat.
16066
16067 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16068
16069         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
16070
16071 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16072
16073         * m4/c-bs-a.m4: Removed.
16074
16075 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16076
16077         * lib/strftime.c: Assume strftime() exists.
16078
16079 2006-06-29  Derek Price  <derek@ximbiot.com>
16080
16081         * modules/c-bs-a: Removed - \a is C89.
16082         * MODULES.html.sh: Remove c-bs-a.
16083
16084 2006-06-29  Bruno Haible  <bruno@clisp.org>
16085
16086         * modules/wcwidth (License): Change to LGPL.
16087
16088 2006-06-28  Simon Josefsson  <jas@extundo.com>
16089
16090         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
16091         on _WIN32.
16092
16093         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
16094         getnameinfo.
16095
16096 2006-06-28  Simon Josefsson  <jas@extundo.com>
16097
16098         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
16099
16100 2006-06-28  Simon Josefsson  <jas@extundo.com>
16101
16102         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
16103         functions there.  It will succeed on Windows XP, but on Windows
16104         2000 and (presumably) earlier, it will fail, and use the internal
16105         re-implementation.
16106         (use_win32_p): New function.
16107         (getaddrinfo): Use strtoul on servname, to support numeric ports.
16108         Support AI_NUMERICSERV to disable getservbyname.
16109         (getnameinfo): New function, only supports
16110         NI_NUMERICHOST|NI_NUMERICSERV for now.
16111
16112         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
16113         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
16114         getnameinfo.
16115
16116 2006-06-28  Eric Blake  <ebb9@byu.net>
16117
16118         * modules/wcwidth: New file.
16119         * modules/mbchar (Depends-on): Add wcwidth.
16120         * modules/mbswidth (Depends-on): Add wcwidth.
16121         * MODULES.html.sh: Add wcwidth.
16122
16123 2006-06-28  Eric Blake  <ebb9@byu.net>
16124
16125         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
16126         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
16127
16128 2006-06-28  Eric Blake  <ebb9@byu.net>
16129
16130         * lib/xvasprintf.h: Fix comments.
16131
16132 2006-06-28  Eric Blake  <ebb9@byu.net>
16133
16134         * lib/mbchar.h (wcwidth): Include wcwidth.h.
16135         * lib/mbswidth.c (wcwidth): Move from here...
16136         * lib/wcwidth.h: ...to this new file.
16137
16138 2006-06-28  Derek R. Price  <derek@ximbiot.com>
16139
16140         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
16141
16142         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
16143         it's obsolete.
16144         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
16145
16146 2006-06-28  Derek R. Price  <derek@ximbiot.com>
16147
16148         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
16149         Autoconf 2.60 says this stuff was obsolete.
16150
16151 2006-06-28  Bruno Haible  <bruno@clisp.org>
16152
16153         * modules/wcwidth (Files): Add m4/wchar_t.m4.
16154
16155 2006-06-28  Bruno Haible  <bruno@clisp.org>
16156
16157         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
16158         gt_TYPE_WCHAR_T.
16159
16160 2006-06-28  Bruno Haible  <bruno@clisp.org>
16161
16162         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
16163         declaration for wcwidth.
16164         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
16165
16166 2006-06-28  Bruno Haible  <bruno@clisp.org>
16167
16168         * lib/mkdtemp.c [MINGW]: Include <io.h>.
16169         (mkdir): Define using _mkdir.
16170
16171 2006-06-28  Bruno Haible  <bruno@clisp.org>
16172
16173         * lib/getaddrinfo.h: Fix POSIX URL.
16174         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
16175         _WIN32.
16176         (use_win32_p): Make static.
16177         (getaddrinfo): Reject service name if it is empty or does not consist
16178         solely of decimal digits, or if its value is > 65535.
16179         (getnameinfo): Remove useless casts.
16180
16181 2006-06-27  Simon Josefsson  <jas@extundo.com>
16182
16183         * modules/sys_select: New file, suggested by Bruno Haible, Paul
16184         Eggert and Martin Lambers.
16185
16186 2006-06-27  Simon Josefsson  <jas@extundo.com>
16187
16188         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
16189         Eggert and Martin Lambers.
16190
16191 2006-06-27  Bruno Haible  <bruno@clisp.org>
16192
16193         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
16194         result to 0, not to empty.
16195         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
16196
16197 2006-06-27  Bruno Haible  <bruno@clisp.org>
16198
16199         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
16200
16201 2006-06-26  Simon Josefsson  <jas@extundo.com>
16202
16203         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
16204         present.
16205
16206 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
16207
16208         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
16209         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
16210         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
16211
16212 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
16213
16214         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
16215
16216 2006-06-26  Bruno Haible  <bruno@clisp.org>
16217
16218         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
16219
16220 2006-06-26  Bruno Haible  <bruno@clisp.org>
16221
16222         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
16223
16224 2006-06-26  Bruno Haible  <bruno@clisp.org>
16225
16226         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
16227         SGI C compiler in pre-C99 mode.
16228         Suggested by Mark D. Baushke and Larry Jones.
16229
16230 2006-06-26  Bruno Haible  <bruno@clisp.org>
16231
16232         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
16233         WCHAR_MAX.
16234         Reported by Mark D. Baushke and Larry Jones.
16235
16236 2006-06-26  Bruno Haible  <bruno@clisp.org>
16237
16238         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
16239         in pre-C99 mode.
16240         Suggested by Mark D. Baushke and Larry Jones.
16241
16242 2006-06-23  Simon Josefsson  <jas@extundo.com>
16243             Bruno Haible  <bruno@clisp.org>
16244
16245         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
16246         Emit mostlyclean-local rule.
16247         (func_emit_tests_Makefile_am): Likewise.
16248         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
16249
16250 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
16251
16252         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
16253
16254 2006-06-23  Bruno Haible  <bruno@clisp.org>
16255
16256         * tests/test-stdint.c: Update to match ISO C 99 Technical
16257         Corrigendum 1.
16258
16259 2006-06-23  Bruno Haible  <bruno@clisp.org>
16260
16261         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
16262
16263 2006-06-23  Bruno Haible  <bruno@clisp.org>
16264
16265         * lib/stdint_.h: Treat IRIX like OpenBSD.
16266
16267 2006-06-23  Bruno Haible  <bruno@clisp.org>
16268
16269         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
16270         ISO C 99 Technical Corrigendum 1.
16271
16272 2006-06-22  Simon Josefsson  <jas@extundo.com>
16273
16274         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
16275         MinGW.
16276
16277 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16278
16279         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
16280         needed.  Some compiler complained about some of them.  Problem reported
16281         by Larry Jones in
16282         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
16283
16284 2006-06-21  Simon Josefsson  <jas@extundo.com>
16285
16286         * tests/test-getaddrinfo.c: New file.
16287
16288         * modules/getaddrinfo-tests: New file.
16289
16290         * MODULES.html.sh: Add inet_pton.
16291
16292         * modules/inet_pton: New file.
16293
16294 2006-06-21  Simon Josefsson  <jas@extundo.com>
16295
16296         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
16297         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
16298         of using the (limited) gnulib implementation on Windows XP.
16299
16300         * m4/inet_pton.m4: New file.
16301
16302 2006-06-21  Simon Josefsson  <jas@extundo.com>
16303
16304         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
16305         variable.
16306
16307         * lib/socket_.h: Don't define WINVER.
16308
16309         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
16310         slightly modified to work in gnulib.
16311
16312 2006-06-21  Simon Josefsson  <jas@extundo.com>
16313
16314         * doc/gnulib.texi (Windows sockets): Add.
16315
16316 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
16317
16318         * lib/read-file.c (fread_file): Start with buffer allocation of
16319         0 bytes rather than 1 byte; this simplifies the code.
16320         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
16321         code to free buffer and save/restore errno.
16322         (internal_read_file): Remove unused local.
16323
16324 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
16325
16326         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
16327         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
16328         Problem reported by Denis Excoffier in
16329         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
16330
16331 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16332
16333         * modules/sys_socket, modules/socklen: Include sys/types since
16334         FreeBSD 4.x's sys/socket.h needs it.
16335
16336 2006-06-19  Simon Josefsson  <jas@extundo.com>
16337
16338         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
16339
16340 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
16341
16342         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
16343
16344 2006-06-19  Bruno Haible  <bruno@clisp.org>
16345
16346         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
16347         and FULL_PATH_INTTYPES_H in angle brackets.
16348         Reported by Mark D. Baushke <mdb@gnu.org>.
16349
16350 2006-06-17  Eric Blake  <ebb9@byu.net>
16351
16352         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
16353         errno.
16354
16355 2006-06-17  Bruno Haible  <bruno@clisp.org>
16356
16357         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
16358         <sys/inttypes.h>.
16359
16360 2006-06-17  Bruno Haible  <bruno@clisp.org>
16361
16362         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
16363         whether errno is declared. Assume <errno.h> declares errno.
16364
16365 2006-06-17  Bruno Haible  <bruno@clisp.org>
16366
16367         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
16368
16369 2006-06-17  Bruno Haible  <bruno@clisp.org>
16370
16371         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
16372         problem on Solaris 2.5.1.
16373
16374 2006-06-16  Eric Blake  <ebb9@byu.net>
16375
16376         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
16377         * lib/unicodeio.c [!defined errno]: Likewise.
16378         * lib/strtol.c [!defined errno]: Likewise.
16379         * lib/strtod.c [!defined errno]: Likewise.
16380
16381 2006-06-15  Eric Blake  <ebb9@byu.net>
16382
16383         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
16384
16385 2006-06-15  Eric Blake  <ebb9@byu.net>
16386
16387         * config/srclist.txt (ssize_t.m4): Lose sync.
16388
16389 2006-06-15  Bruno Haible  <bruno@clisp.org>
16390
16391         * modules/stdint (Files): Include m4/full-header-path.m4,
16392         m4/size_max.m4, m4/wchar_t.m4.
16393         (Makefile.am): Many more substitutions.
16394         * modules/stdint-tests: New file.
16395         * tests/test-stdint.c: New file.
16396
16397 2006-06-15  Bruno Haible  <bruno@clisp.org>
16398
16399         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
16400         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
16401         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
16402         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
16403         gl_CHECK_TYPE_SAME): New macros.
16404
16405 2006-06-15  Bruno Haible  <bruno@clisp.org>
16406
16407         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
16408
16409 2006-06-15  Bruno Haible  <bruno@clisp.org>
16410
16411         * lib/stdint_.h: Rewritten to be fully auto-configured.
16412         Fixes bug on HP-UX/IA64.
16413
16414 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
16415
16416         * lib/getdate.y (__attribute__): Don't define if already defined.
16417         Problem reported by Larry Jones.
16418         * lib/utimens.c (__attribute__): Likewise.
16419
16420 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
16421
16422         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
16423         reported by Andreas Schwab.
16424
16425 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16426             Bruno Haible  <bruno@clisp.org>
16427
16428         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
16429         check for the declaration of strnlen and a run test that exposes the
16430         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
16431         rpl_strndup.
16432
16433 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16434             Bruno Haible  <bruno@clisp.org>
16435
16436         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
16437
16438 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16439
16440         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
16441         compile test, for Tru64 4.0D.
16442
16443 2006-05-28  Karl Berry  <karl@gnu.org>
16444
16445         * config/srclist.txt (printf-args.c): lose sync.
16446
16447 2006-05-26  Martin Lambers  <marlam@marlam.de>
16448
16449         * lib/getpass.c: Updates the test for the native W32 API, and adds
16450         missing includes, thus fixing compilation warnings.
16451
16452 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
16453
16454         * lib/exclude.c (exclude_fnmatch): New function.
16455         (excluded_file_name): Call exclude_fnmatch.
16456         * lib/exclude.h (excluded_file_name): New prototype
16457
16458 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
16459
16460         * lib/tempname.c (small_open, large_open): New macros.
16461         (__open, __open64) [!_LIBC]: Remove.
16462         (__gen_tempname): Use small_open and large_open instead of __open
16463         and __open64.  This fixes a portability bug on HP-UX 11.11i
16464         reported by Simon Wing-Tang in
16465         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
16466
16467 2006-05-24  Bruno Haible  <bruno@clisp.org>
16468
16469         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
16470         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
16471         Reported by Thorsten Maerz <torte@netztorte.de> via
16472         Aaron Stone <aaron@serendipity.cx>.
16473
16474 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16475
16476         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
16477         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
16478         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
16479         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
16480         not really conditional on the cache.
16481         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
16482
16483 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16484
16485         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
16486         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
16487         (my_usleep): Don't mishandle maximum value.
16488
16489 2006-05-19  Jim Meyering  <jim@meyering.net>
16490
16491         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
16492
16493 2006-05-17  Bruno Haible  <bruno@clisp.org>
16494
16495         Cygwin portability.
16496         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
16497
16498 2006-05-17  Bruno Haible  <bruno@clisp.org>
16499
16500         * lib/stdint_.h: Fix recognition of Cygwin.
16501
16502 2006-05-15  Bruno Haible  <bruno@clisp.org>
16503
16504         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
16505         on libtool patch by Ralf Wildenhues.
16506
16507 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16508
16509         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
16510         test for C99 conformance; (bool) 0.5 is an integer constant
16511         expression, but (bool) -0.5 is not.  Problem reported by Fedor
16512         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
16513
16514 2006-05-11  Simon Josefsson  <jas@extundo.com>
16515
16516         * m4/xvasprintf.m4: Fix obvious typo.
16517
16518 2006-05-11  Jim Meyering  <jim@meyering.net>
16519
16520         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
16521         James Lemley.
16522
16523 2006-05-10  Simon Josefsson  <jas@extundo.com>
16524
16525         * lib/md4.c: Typo fix, update copyright years.
16526         (K1, K2): Don't use L because it turn computations into 64-bit on
16527         64-bit platforms.
16528
16529 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
16530
16531         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
16532         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
16533         unwanted sign propagation, e.g., on hosts with 64-bit int.
16534         There still are some problems with reeelly weird theoretical hosts
16535         (e.g., 33-bit int) but it's not worth worrying about now.
16536         * lib/sha1.c (rol): Likewise.
16537         (K1, K2, K3, K4): Remove unnecessary L suffix.
16538
16539 2006-05-10  Bruno Haible  <bruno@clisp.org>
16540
16541         * lib/des.c: Cast to avoid warnings.
16542
16543 2006-05-09  Bruno Haible  <bruno@clisp.org>
16544
16545         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
16546         (Depends-on): Depend also on xsize, stdarg.
16547         (configure.ac): Add gl_XVASPRINTF.
16548
16549 2006-05-09  Bruno Haible  <bruno@clisp.org>
16550
16551         * m4/xvasprintf.m4: New file.
16552
16553 2006-05-09  Bruno Haible  <bruno@clisp.org>
16554
16555         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
16556         (EOVERFLOW): Define fallback value.
16557         (xstrcat): New function.
16558         (xvasprintf): Recognize the special case of a string concatenation.
16559
16560 2006-05-08  Eric Blake  <ebb9@byu.net>
16561
16562         * gnulib-tool (func_version): Base copyright year on CVS date.
16563         (func_emit_copyright_notice): New function.
16564         (func_emit_lib_Makefile_am): Use it.
16565         (func_emit_tests_Makefile_am): Likewise.
16566         (func_import): Likewise.
16567
16568 2006-05-08  Bruno Haible  <bruno@clisp.org>
16569
16570         * modules/stdarg: New file.
16571         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
16572
16573 2006-05-08  Bruno Haible  <bruno@clisp.org>
16574
16575         * m4/stdarg.m4: New file, from GNU gettext.
16576
16577 2006-05-08  Bruno Haible  <bruno@clisp.org>
16578
16579         * config/srclist.txt (build-aux/config.rpath): different from latest
16580         release.
16581
16582 2006-05-08  Bruno Haible  <bruno@clisp.org>
16583
16584         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
16585
16586 2006-05-05  Jim Meyering  <jim@meyering.net>
16587
16588         * m4/warning.m4: New file, derived from bison's file by the same name.
16589
16590 2006-05-03  Bruno Haible  <bruno@clisp.org>
16591
16592         * lib/stdint_.h: Shorter URL.
16593         * lib/inttypes.h: Likewise.
16594
16595 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16596
16597         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
16598
16599 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16600
16601         * lib/verify.h: Document the internals better.  Most of this change
16602         was written by Bruno Haible.
16603
16604 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16605
16606         * doc/verify.texi: New file, partly based on a proposal by
16607         Bruno Haible.
16608
16609 2006-05-02  Bruno Haible  <bruno@clisp.org>
16610
16611         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
16612         test from here...
16613         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
16614
16615 2006-04-29  Bruno Haible  <bruno@clisp.org>
16616
16617         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
16618         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
16619
16620 2006-04-29  Bruno Haible  <bruno@clisp.org>
16621
16622         * gnulib-tool: Make --update option actually work.
16623
16624 2006-04-29  Bruno Haible  <bruno@clisp.org>
16625
16626         * doc/gcd.texi: New file.
16627         * doc/gnulib.texi: Include it.
16628
16629 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
16630
16631         * lib/getdate.y (get_date): When adding relative date, start with the
16632         initial time, not with the result of the first mktime call.
16633
16634 2006-04-25  Bruno Haible  <bruno@clisp.org>
16635
16636         * gnulib-tool (func_import): Output the include directives in three
16637         blocks, sorted separately.
16638         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16639
16640 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
16641
16642         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
16643         to define main with arguments, for C++.  Reported by Eric Blake.
16644         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
16645         Prefer 'int main ()' to 'int main (void)', for C++.
16646         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
16647         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
16648         for 'main', for C99 and C++.
16649
16650 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
16651
16652         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
16653         Don't assume that exit status -1 is valid.
16654         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
16655         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
16656         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
16657         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
16658         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
16659         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
16660         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
16661         functions can be used without declaring them, or that you can
16662         exit with status -1.
16663         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
16664
16665 2006-04-24  Karl Berry  <karl@gnu.org>
16666
16667         * config/srclist.txt (longdouble.m4): sync lost.
16668
16669 2006-04-24  Eric Blake  <ebb9@byu.net>
16670
16671         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
16672
16673 2006-04-24  Bruno Haible  <bruno@clisp.org>
16674
16675         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
16676         poll() implementation in AIX.
16677         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16678
16679 2006-04-24  Bruno Haible  <bruno@clisp.org>
16680
16681         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
16682         assigned exactly once.
16683
16684 2006-04-23  Claudio Fontana  <claudio@gnu.org>
16685             Bruno Haible  <bruno@clisp.org>
16686
16687         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
16688         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
16689         for AM_CPPFLAGS.
16690
16691 2006-04-23  Bruno Haible  <bruno@clisp.org>
16692
16693         * modules/copy-file: Depend on unistd.
16694         * modules/execute: Likewise.
16695         * modules/fatal-signal: Likewise.
16696         * modules/findprog: Likewise.
16697         * modules/mkdtemp : Likewise.
16698         * modules/pipe: Likewise.
16699         * modules/wait-process: Likewise.
16700
16701 2006-04-23  Bruno Haible  <bruno@clisp.org>
16702
16703         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
16704         condition was already detected.
16705         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16706
16707 2006-04-23  Bruno Haible  <bruno@clisp.org>
16708
16709         * lib/copy-file.c: Include <unistd.h> unconditionally.
16710         * lib/execute.c: Likewise.
16711         * lib/fatal-signal.c: Likewise.
16712         * lib/findprog.c: Likewise.
16713         * lib/mkdtemp.c: Likewise.
16714         * lib/pipe.h: Likewise.
16715         * lib/pipe.c: Likewise.
16716         * lib/wait-process.h: Likewise.
16717
16718 2006-04-23  Bruno Haible  <bruno@clisp.org>
16719
16720         * gnulib-tool (func_usage): Fix --import description. Document
16721         --update.
16722         (func_import): Create temporary file in a temporary directory, if
16723         --dry-run is specified. Silence errors from 'grep' when there are no
16724         m4 files in $m4dir.
16725         (func_create_testdir): Silence errors from 'grep' when there are no
16726         m4 files in $m4dir.
16727         Reported by Karl Berry <karl@freefriends.org>.
16728
16729 2006-04-20  Bruno Haible  <bruno@clisp.org>
16730
16731         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
16732         one argument, so that the code will be portable to Autoconf 2.60.
16733         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
16734         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
16735         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
16736
16737 2006-04-19  Derek Price  <derek@ximbiot.com>
16738             Eric Blake  <ebb9@byu.net>
16739
16740         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
16741         rather than "/full/path.h".  Update comment to match.  Shorten &
16742         generalize m4_translit call via AS_TR_CPP.
16743
16744 2006-04-19  Derek Price  <derek@ximbiot.com>
16745             Eric Blake  <ebb9@byu.net>
16746
16747         * lib/inttypes.h: Correct grammar in comment.
16748
16749 2006-04-18  Derek Price  <derek@ximbiot.com>
16750             Paul Eggert  <eggert@cs.ucla.edu>
16751
16752         * modules/inttypes: New file.
16753         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
16754
16755 2006-04-18  Derek Price  <derek@ximbiot.com>
16756             Paul Eggert  <eggert@cs.ucla.edu>
16757
16758         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
16759         New files.
16760
16761 2006-04-18  Derek Price  <derek@ximbiot.com>
16762             Paul Eggert  <eggert@cs.ucla.edu>
16763
16764         * lib/inttypes.h: New file.
16765         * lib/strtoimax.c: Assume <inttypes.h>.
16766
16767 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
16768
16769         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
16770         isn't mounted.  Problem reported by Kir Kolyshkin.
16771
16772 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
16773
16774         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
16775         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
16776         Derek R. Price.
16777         * lib/regex.h (RE_DUP_MAX): Update comment to match current
16778         implementation.
16779
16780 2006-04-12  Eric Blake  <ebb9@byu.net>
16781
16782         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
16783         is now done automatically by the corresponding Autoconf macro.
16784
16785 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
16786
16787         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
16788         time_r.h.
16789
16790 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
16791
16792         Merge regex changes from libc, removing some of our
16793         POSIX-conformance changes that were rejected and redoing them in a
16794         less-intrusive way.
16795
16796         * lib/regcomp.c (re_compile_internal, init_dfa):
16797         Length arg is now size_t, not Idx.  All uses changed.
16798         (peek_token): Forward decl now says internal_function.
16799         (__re_error_msgid, __re_error_msgid_idx):
16800         Now static rather than extern with attribute_hidden.
16801         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
16802         For some reason libc prefers K&R style defns for external functions.
16803         (regerror) [!defined _LIBC]: Likewise.
16804         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
16805         (seek_collating_symbol_entry, lookup_collation_sequence_value):
16806         (build_range_exp, build_collating_symbol):
16807         Use K&R-style defn.
16808         (re_compile_fastmap): Use '\0' to memset, not 0.
16809         (utf8_sb_map): Make the calculations more obvious.
16810         (init_dfa, parse_bracket_exp, build_charclass_op):
16811         Call calloc and cast result, as glibc does.
16812         (init_word_char, fetch_token, peek_token, peek_token_bracket):
16813         (build_range_exp, build_collating_symbol):
16814         Now internal functions.
16815
16816         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
16817
16818         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
16819         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
16820         Don't depend on VMS; depend on __VMS instead, for POSIX
16821         namespace cleanness.
16822         (regoff_t): Define to ssize_t, not long int.
16823
16824         Remove the REG_ macros named below.  Instead, make the old names
16825         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
16826         __USE_GNU_REGEX.
16827         (REG_BACKSLASH_ESCAPE_IN_LISTS):
16828         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
16829         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
16830         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
16831         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
16832         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
16833         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
16834         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
16835         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
16836         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
16837         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
16838         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
16839         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
16840         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
16841         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
16842         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
16843         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
16844         (REG_NREGS):
16845         Remove.  All uses replaced by the old RE_* names.
16846         (RE_BACKSLASH_ESCAPE_IN_LISTS):
16847         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
16848         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
16849         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
16850         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
16851         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
16852         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
16853         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
16854         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
16855         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
16856         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
16857         Don't bother having these macros be independent of each others'
16858         values, since they no longer exist in the POSIX name space.
16859
16860         Rename the following member names back to their old names,
16861         unless !__USE_GNU_REGEX.  All uses changed back.
16862         (buffer): Renamed from re_buffer.
16863         (allocated): Renamed from re_allocated.
16864         (used): Renamed from re_used.
16865         (syntax): Renamed from re_syntax.
16866         (fastmap): Renamed from re_fastmap.
16867         (translate): Renamed from re_translate.
16868         (can_be_null): Renamed from re_can_be_null.
16869         (regs_allocated): Renamed from re_regs_allocated.
16870         (fastmap_accurate): Renamed from re_fastmap_accurate.
16871         (no_sub): Renamed from re_no_sub.
16872         (not_bol): Renamed from re_not_bol.
16873         (not_eol): Renamed from re_not_eol.
16874         (newline_anchor): Renamed from re_newline_anchor.
16875         (num_regs): Renamed from rm_num_regs.
16876         (start): Renamed from rm_start.
16877         (end): Renamed from rm_end.
16878
16879         (free_state): Move up a bit.
16880
16881         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
16882         #define to be empty.
16883         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
16884         when that is what is intended.
16885         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
16886         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
16887         (MAX): New macro.
16888         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
16889         All uses changed back to re_malloc, etc.  It's now the caller's
16890         responsibility to check for overflow; all callers changed.
16891         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
16892         (re_x2nrealloc): Remove.
16893         (free_state): Remove decl.
16894
16895         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
16896         (re_set_registers, re_exec):
16897         Use K&R-style defn.
16898
16899         2006-01-31  Roland McGrath  <roland@redhat.com>
16900
16901         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
16902         Reported by Mike Frysinger <vapier@gentoo.org>.
16903
16904         2006-01-15  Andreas Jaeger  <aj@suse.de>
16905
16906         [BZ #1950]
16907         * lib/regex_internal.c (re_string_reconstruct): Adjust for
16908         build_wcs_upper_buffer change.
16909         (build_wcs_upper_buffer): Change return type.
16910
16911         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
16912
16913         * lib/regex_internal.h: Include <stdint.h> if available.
16914
16915         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
16916
16917         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
16918
16919         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
16920
16921         * lib/regcomp.c: Adjust for changed secondary hash function.
16922
16923         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
16924
16925         * lib/regex.h: Pretty printing.
16926         Clean up namespace a bit.
16927
16928         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
16929
16930         * lib/regexec.c (update_cur_sifted_state, check_arrival,
16931         check_arrival_add_next_nodes): Avoid using uninitialized variable.
16932
16933         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
16934                     Ulrich Drepper  <drepper@redhat.com>
16935
16936         [BZ #1302]
16937         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
16938         changed.
16939         (bitset_word_t): Renamed from bitset_word.  All uses changed.
16940
16941         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
16942
16943         [BZ #281]
16944         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
16945         * lib/regcomp.c: Remove unnecessary uses of
16946         unsigned RE_TRANSLATE_TYPE.
16947         * lib/regex_internal.h: Likewise.
16948         * lib/regex_internal.c: Likewise.
16949         * lib/regexec.c: Likewise.
16950         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
16951
16952         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
16953
16954         * lib/regexec.c (find_recover_state): Remove unnecessary
16955         initialization.
16956         (transit_state_bkref): Make DFA a const pointer.
16957         (get_subexp): Likewise.
16958         (check_arrival): Likewise.
16959         (update_cur_sifted_state): Likewise.
16960         (re_search_internal): Likewise.
16961         (prune_impossible_nodes): Likewise.
16962         (acquire_init_state_context): Likewise.
16963         (proceed_next_node): Likewise.
16964         (set_regs): Likewise.
16965         (free_fail_stack_return): Likewise.
16966         (check_arrival_expand_ecl): Mark DFA parameter as const.
16967         (check_arrival_expand_ecl_sub): Likewise.
16968         (check_subexp_limits): Likewise.
16969         (sub_epsilon_src_nodes):  Likewise.
16970         (add_epsilon_src_nodes):  Likewise.
16971         (merge_state_array): Likewise.
16972         (update_regs): Likewise.
16973         (build_trtable): Likewise.
16974         (sift_states_backward): Mark MCTX parameter as const.
16975         (build_sifted_states): Likewise.
16976         (update_cur_sifted_state): Likewise.
16977         (sift_states_mkref): Likewise.
16978         (check_arrival_expand_ecl): Mark eclosure as const.
16979         (check_dst_limits_calc_pos_1): Likewise.
16980         * lib/regex_internal.h (re_match_context_t): Make dfa a const
16981         pointer.
16982
16983         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
16984
16985         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
16986         (transit_state_sb): Likewise.
16987         (transit_state_mb): Likewise.
16988         (sift_states_iter_mb): Likewise.
16989         (check_arrival_add_next_nodes): Likewise.
16990         (check_node_accept_bytes): Change first parameter to pointer-to-const.
16991         [_LIBC] (re_search_2_stub): Use mempcpy.
16992
16993         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
16994         mbrtowc for very simple UTF-8 case.
16995
16996         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
16997         a pointer-to-const.
16998         (re_acquire_state_context): Likewise.
16999         * lib/regex_internal.h: Adjust prototypes.
17000
17001         * lib/regex.c: Prevent using C++ compilers.
17002
17003         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
17004         (re_acquire_state_context): Likewise.
17005
17006 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17007
17008         * modules/regex (Depends-on): Add ssize_t.
17009
17010 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17011
17012         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
17013         translation table.
17014
17015 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17016
17017         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
17018
17019 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
17020             Bruno Haible  <bruno@clisp.org>
17021
17022         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
17023         <sys/types.h> and <inttypes.h>.
17024
17025 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17026
17027         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
17028         `__error_t_defined', so argp.h will not typedef the former.
17029
17030 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
17031
17032         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
17033         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
17034         glibc names.  Even if glibc is changed to conform to POSIX, the
17035         traditional names will be available anyway, since regex depends on
17036         the extensions module.  Also, fix a longstanding typo in the
17037         implementation of Spencer ERE test #75 from grep 2.3.  Problems
17038         reported by Emanuele Giaquinta.  Also, change sense of cached
17039         variable, so that the message makes sense.
17040
17041 2006-03-24  Simon Josefsson  <jas@extundo.com>
17042
17043         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
17044         including some doc fixes.
17045         (base64_encode_alloc): Fix +1 bug on allocation failures.
17046
17047 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17048
17049         * lib/base64.c (base64_encode): Do not read past end of array with
17050         unsanitized input on systems with CHAR_BIT > 8.
17051
17052 2006-03-24  Eric Blake  <ebb9@byu.net>
17053
17054         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
17055
17056 2006-03-22  Karl Berry  <karl@gnu.org>
17057
17058         * config/srclist.txt (*setenv.[ch]): get from coreutils.
17059         * config/srclistvars.sh (COREUTILS): new var.
17060
17061 2006-03-17  Jim Meyering  <jim@meyering.net>
17062
17063         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
17064         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
17065
17066 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
17067
17068         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
17069         no longer needs it.  Instead, check that regoff_t is as least
17070         as wide as ptrdiff_t.
17071
17072         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
17073         so that our regex.h stays compatible with the installed regex.
17074         This is helpful for installers who configure --without-included-regex.
17075         Problem reported by Emanuele Giaquinta.
17076
17077 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
17078
17079         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
17080         Typedef to long int, not to off_, as POSIX will likely change
17081         in that direction.
17082
17083 2006-03-15  Eric Blake  <ebb9@byu.net>
17084
17085         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
17086
17087 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
17088
17089         * lib/argp-help.c (validate_uparams): Fix typo
17090         * lib/argp-parse.c (argp_default_options): Consistently begin help
17091         messages with a lowercase letter.
17092
17093 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
17094
17095         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
17096         overrun buffers and shouldn't be used (much as gets shouldn't be
17097         used).
17098         * lib/time_r.c (asctime_r, ctime_r): Likewise.
17099
17100 2006-03-08  Simon Josefsson  <jas@extundo.com>
17101
17102         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
17103         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17104
17105 2006-03-08  Simon Josefsson  <jas@extundo.com>
17106
17107         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
17108         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17109
17110 2006-03-08  Simon Josefsson  <jas@extundo.com>
17111
17112         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
17113         signal that configure disabled the device.
17114
17115 2006-03-08  Simon Josefsson  <jas@extundo.com>
17116
17117         * build-aux/maint.mk: Fix refresh-po, to handle no translated
17118         languages.
17119
17120 2006-03-07  Simon Josefsson  <jas@extundo.com>
17121
17122         * modules/getopt (Depends-on): Add unistd.
17123
17124         * modules/unistd: New file.
17125
17126 2006-03-07  Simon Josefsson  <jas@extundo.com>
17127
17128         * modules/gc-random: New file.
17129
17130 2006-03-07  Simon Josefsson  <jas@extundo.com>
17131
17132         * m4/unistd_h.m4: New file.
17133
17134 2006-03-07  Simon Josefsson  <jas@extundo.com>
17135
17136         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
17137         test to be side-effect free by storing the result in the cache
17138         variable gl_cv_lib_readline, and moving the assignment of
17139         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
17140         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17141
17142 2006-03-07  Simon Josefsson  <jas@extundo.com>
17143
17144         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
17145         error on missing devices (the functions will return an error).
17146
17147         * m4/gc.m4: Move random stuff to gc-random.m4
17148
17149 2006-03-07  Simon Josefsson  <jas@extundo.com>
17150
17151         * lib/unistd_.h: New file.
17152
17153 2006-03-07  Simon Josefsson  <jas@extundo.com>
17154
17155         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
17156
17157 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17158
17159         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
17160         Problem reported by Juan Manuel Guerrero.
17161
17162 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17163
17164         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
17165         the unistd module.
17166         * lib/getlogin_r.c: Likewise.
17167         * lib/getlogin_r.h: Likewise.
17168         * lib/glob.c: Likewise.
17169         * lib/pagealign_alloc.c: Likewise.
17170         * lib/unistd_.h: Remove; no longer needed.
17171
17172 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17173
17174         * MODULES.html.sh (Support for systems lacking POSIX:2001):
17175         Add unistd.
17176         * modules/c-stack (Depends-on): Add unistd.
17177         * modules/getlogin_r: Likewise.
17178         * modules/glob: Likewise.
17179         * modules/pagealign_alloc: Likewise.
17180         * modules/unistd (Files): Remove lib/unistd_.h.
17181         (EXTRA_DIST): Remove.
17182         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
17183         need unistd_.h.
17184         (MOSTLYCLEANFILES): Remove unistd.h-t.
17185
17186 2006-03-03  Simon Josefsson  <jas@extundo.com>
17187
17188         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
17189
17190 2006-03-03  Simon Josefsson  <jas@extundo.com>
17191
17192         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
17193         libidn and bison.
17194
17195 2006-03-03  Simon Josefsson  <jas@extundo.com>
17196
17197         * build-aux/maint.mk: Add indent target.
17198
17199 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
17200
17201         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
17202         our replacement poll.h in any case, to avoid a differing
17203         declaration from a system header.  Seen on AIX.
17204
17205 2006-03-01  Simon Josefsson  <jas@extundo.com>
17206
17207         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
17208         <kasal@ucw.cz>.
17209
17210 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17211
17212         * modules/gettime (Depends-on): Add extensions module.
17213         * modules/nanosleep (Depends-on): Likewise.
17214         * modules/settime (Depends-on): Likewise.
17215
17216 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17217
17218         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
17219         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
17220         pedantically.
17221         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
17222         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
17223
17224         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
17225         not "==".  Reported by Ralf Wildenhues.
17226
17227 2006-03-01  Karl Berry  <karl@gnu.org>
17228
17229         * doc/Copyright/request-*: new files, synced from gnuorg.
17230
17231 2006-03-01  Karl Berry  <karl@gnu.org>
17232
17233         * config/srclist.txt (Copyright/*): new entries.
17234
17235 2006-02-28  Simon Josefsson  <jas@extundo.com>
17236
17237         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
17238
17239 2006-02-27  Simon Josefsson  <jas@extundo.com>
17240
17241         * lib/base64.h: Indent #define's.  From Jim Meyering
17242         <jim@meyering.net>.
17243
17244 2006-02-27  Jim Meyering  <jim@meyering.net>
17245
17246         Revert the change of 2006-02-24, so these files can continue
17247         to be sync'd from gettext.
17248         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
17249         of `config.h'.
17250
17251 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17252
17253         * modules/intprops: New file.
17254         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
17255         Add intprops.
17256         * modules/getloadavg (Files): Remove lib/intprops.h.
17257         (Depends-on): Add intprops.
17258         * modules/human: Likewise.
17259         * modules/inttostr: Likewise.
17260         * modules/openat: Likewise.
17261         * modules/sig2str: Likewise.
17262         * modules/userspec: Likewise.
17263         * modules/utimecmp: Likewise.
17264         * modules/xnanosleep: Likewise.
17265         * modules/xstrtol: Likewise.
17266
17267 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
17268
17269         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
17270         * modules/lock-tests (TESTS): Use $(EXEEXT).
17271         * modules/tls-tests: Likewise.
17272         * modules/argp-tests: Likewise.
17273         (check_PROGRAMS): New var, replacing...
17274         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
17275
17276 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17277
17278         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
17279         `config.h'.
17280
17281 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
17282
17283         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
17284
17285 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17286
17287         Sync from coreutils.
17288         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
17289         gl_CHDIR_SAFER.
17290
17291 2006-02-22  Jim Meyering  <jim@meyering.net>
17292
17293         Sync from coreutils.
17294         * m4/chdir-safer.m4: New file.
17295
17296 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
17297
17298         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
17299         AT_FDCWD exceeds INT_MAX.
17300         * lib/openat.h (AT_FDCWD): Likewise.
17301
17302 2006-02-17  Eric Blake  <address@hidden>
17303
17304         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
17305
17306 2006-02-16  Simon Josefsson  <jas@extundo.com>
17307
17308         * modules/getaddrinfo (Depends-on): Add sys_socket.
17309
17310 2006-02-15  Simon Josefsson  <jas@extundo.com>
17311
17312         * build-aux/maint.mk: Add dsyntax-check rule.
17313
17314 2006-02-15  Eric Blake  <ebb9@byu.net>
17315
17316         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
17317         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
17318         'present but cannot compile' warnings on cygwin.
17319         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
17320         use ws2tcpip.h if sys/socket.h works.
17321         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
17322         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
17323
17324 2006-02-14  Simon Josefsson  <jas@extundo.com>
17325
17326         * modules/maintainer-makefile (Files): Rename.
17327
17328         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
17329         and (the local) Makefile.cfg to maint-cfg.mk.
17330
17331         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
17332         to the latter.
17333
17334         * modules/maintainer-makefile: New module.
17335
17336         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
17337         severaly stripped to make it possible to build it up from scratch
17338         with reliable tests.
17339
17340         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
17341         fixes to permit overriding the default actions when configure and
17342         makefile are not available.
17343
17344 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
17345
17346         Sync from coreutils.
17347         * modules/lstat (Depends-on): Don't depend on xalloc.
17348         (License): Change from GPL to LGPL, since this is now simply a
17349         replacement for a libc function.
17350
17351 2006-02-14  Jim Meyering  <jim@meyering.net>
17352
17353         Sync from coreutils.
17354
17355         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
17356         failure on deficient systems, and simplify gnulib lgpl dependencies.
17357         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
17358         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
17359
17360         * lib/xalloc-die.c: Remove unused definition of N_.
17361
17362 2006-02-14  Jim Meyering  <jim@meyering.net>
17363
17364         Sync from coreutils.
17365         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
17366         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
17367         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
17368         double-quote uses of that variable, to accommodate the rare case in
17369         which getmntent is available in none of the libraries checked.  This
17370         happens at least on FreeBSD 5.0.
17371
17372 2006-02-13  Simon Josefsson  <jas@extundo.com>
17373
17374         * gnulib-tool (Usage): Fix --import, from
17375         karl@freefriends.org (Karl Berry).
17376
17377 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
17378
17379         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
17380
17381 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
17382
17383         * lib/argp-namefrob.h: Restore changes accidentally lost during the
17384         "autoupdate" on 2005-12-12.
17385
17386 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
17387
17388         * modules/closeout (Depends-on): Remove atexit.
17389
17390 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
17391
17392         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
17393         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
17394
17395 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
17396
17397         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
17398         __EXTENSIONS__ if this causes compilation to fail.  Problem
17399         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
17400         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
17401
17402 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
17403
17404         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
17405         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
17406         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
17407         All uses changed.
17408
17409 2006-01-26  Simon Josefsson  <jas@extundo.com>
17410
17411         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
17412         prototype is visible on mingw32.
17413
17414         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
17415         for mingw32.
17416
17417         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
17418         mingw32).
17419
17420 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
17421
17422         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
17423         attempt to open for write; this always fails, at least on POSIX
17424         hosts.  This reinstates the 2006-01-09 change, which was
17425         inadvertently removed.
17426
17427 2006-01-26  Bruno Haible  <bruno@clisp.org>
17428
17429         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
17430         Reported by Paul Eggert.
17431
17432 2006-01-26  Bruno Haible  <bruno@clisp.org>
17433             Paul Eggert  <eggert@cs.ucla.edu>
17434
17435         * lib/stdbool_.h (_Bool)
17436         [(! (defined __cplusplus || defined __BEOS__)
17437           && !defined __GNUC__
17438           && !(defined __HP_cc || defined __xlc__
17439                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
17440                || defined __sgi))]:
17441         #define to signed char in these cases too; this simplifies
17442         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
17443         etc., separately) and makes it more conservative.
17444
17445 2006-01-25  Simon Josefsson  <jas@extundo.com>
17446
17447         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
17448         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
17449         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
17450
17451 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
17452
17453         * lib/argp-namefrob.h: Bugfix. Remove stray #
17454
17455 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
17456
17457         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
17458         so that we test the test.
17459         Check for yet another HP-UX cc bug involving *bool |= bool.
17460
17461 2006-01-25  Karl Berry  <karl@gnu.org>
17462
17463         * config/srclist.txt (vasnprintf.c): sync lost.
17464
17465 2006-01-25  Jim Meyering  <jim@meyering.net>
17466
17467         Sync from the stable (b5) branch of coreutils:
17468
17469         * lib/fts.c (fts_children): Don't let close() clobber errno from
17470         failed fchdir().
17471
17472         * lib/fts.c (fts_stat): When following a symlink-to-directory,
17473         don't necessarily interpret stat-fails+lstat-succeeds as indicating
17474         a dangling symlink.  That can also happen at least for ELOOP.
17475         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
17476         FYI, this bug predates the inclusion of fts.c in coreutils.
17477
17478         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
17479         in their own block, so pre-c99 compilers don't object.
17480
17481         Avoid the double-free (first in fts_read, second in fts_close) that
17482         would occur when an `active' directory is made inaccessible (e.g.,
17483         via chmod a-x) during a traversal.
17484         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
17485         before returning.  Reproduce this failure by
17486         mkdir -p a/b; cd a; chmod a-x . b
17487         Reported by Stavros Passas.
17488
17489 2006-01-25  Jim Meyering  <jim@meyering.net>
17490
17491         * lib/fileblocks.c: Remove more useless parentheses.
17492         * lib/readutmp.h: Likewise.
17493
17494 2006-01-25  Bruno Haible  <bruno@clisp.org>
17495
17496         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
17497         warnings.
17498         Reported by Paul Eggert.
17499
17500 2006-01-25  Bruno Haible  <bruno@clisp.org>
17501
17502         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
17503         rid of a trap command. For Solaris sh.
17504         Reported by Mark D. Baushke <mdb@gnu.org>.
17505
17506 2006-01-24  Simon Josefsson  <jas@extundo.com>
17507
17508         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
17509         Bruno.
17510
17511 2006-01-24  Karl Berry  <karl@gnu.org>
17512
17513         * config/srclist.txt (argp-namefrob.h): sync lost.
17514
17515 2006-01-24  Jim Meyering  <jim@meyering.net>
17516
17517         * modules/openat (Files): Add lib/intprops.h.
17518         From Mark D. Baushke.
17519
17520 2006-01-24  Jim Meyering  <jim@meyering.net>
17521
17522         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
17523         Reported by Mark D. Baushke.
17524
17525 2006-01-24  Jim Meyering  <jim@meyering.net>
17526
17527         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
17528
17529 2006-01-24  Bruno Haible  <bruno@clisp.org>
17530
17531         * modules/strnlen (Maintainer): Change from glibc to all.
17532
17533 2006-01-24  Bruno Haible  <bruno@clisp.org>
17534
17535         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
17536         Patch by Paul Eggert.
17537
17538 2006-01-24  Bruno Haible  <bruno@clisp.org>
17539
17540         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
17541         already has it.
17542         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
17543         2005-11-26.
17544
17545         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
17546         'signed char' to avoid problems with the built-in _Bool type.
17547         Reported by Paul Eggert on 2005-11-26.
17548
17549 2006-01-24  Bruno Haible  <bruno@clisp.org>
17550
17551         * gnulib-tool (func_import): Avoid constructing complicated sed
17552         expressions inside backquote.
17553         Report and solution by Mark D. Baushke <mdb@gnu.org>.
17554
17555 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
17556
17557         These changes imported from libc.
17558         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
17559         test and two separate function calls.
17560         * lib/strndup.c (__strndup): Add libc_hidden_def.
17561
17562 2006-01-23  Simon Josefsson  <jas@extundo.com>
17563
17564         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
17565         Remove the test_*_SOURCES variable: automake infers it by default.
17566         * modules/tls-tests: Likewise.
17567
17568 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17569
17570         Work around porting bugs reported by Dieter in
17571         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
17572         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
17573         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
17574         Include "getopt.h" first, to check interface.
17575         (getenv): Declare only if defined HAVE_DECL_GETENV &&
17576         !HAVE_DECL_GETENV.
17577         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
17578         (__strndup): Revert to K&R-style function dfns, the glibc style.
17579         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
17580         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
17581         Include strnlen.h first, to get prototype properly.
17582         (strnlen): Renamed from __strnlen.
17583         Remove weak alias.
17584
17585 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17586
17587         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
17588
17589 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17590
17591         * config/srclist.txt: Adjust to reflect glibc reorganization.
17592         This affects only comments.
17593
17594 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17595
17596          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
17597          Reported by Bruce Korb <bkorb@gnu.org>.
17598
17599 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
17600
17601         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
17602         to pacify gcc -Wswitch-default.
17603
17604 2006-01-22  Bruno Haible  <bruno@clisp.org>
17605
17606         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
17607         temporary buffer for sprintf, take into account the precision also
17608         for 'd', 'i', 'u', 'o', 'x', 'X'.
17609
17610 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
17611
17612         * modules/argp-tests: New module
17613         * tests/test-argp.c: New file
17614         * tests/test-argp-2.sh: New file
17615
17616 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
17617
17618         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
17619         (__argp_base_name): Removed
17620         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
17621         typo.
17622         (__argp_base_name): Provide macro definition or extern declaration
17623         depending on the configuration
17624
17625 2006-01-20  Simon Josefsson  <jas@extundo.com>
17626
17627         * modules/inet_ntop (Depends-on): Depend on sys_socket.
17628
17629 2006-01-20  Simon Josefsson  <jas@extundo.com>
17630
17631         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
17632
17633 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17634
17635         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
17636         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
17637         Suggested by Bruno Haible.
17638
17639 2006-01-20  Karl Berry  <karl@gnu.org>
17640
17641         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
17642         until changes propagate, I guess.
17643
17644 2006-01-19  Simon Josefsson  <jas@extundo.com>
17645
17646         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
17647
17648 2006-01-19  Simon Josefsson  <jas@extundo.com>
17649
17650         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
17651
17652 2006-01-19  Simon Josefsson  <jas@extundo.com>
17653
17654         * gnulib-tool: Set check_PROGRAMS.
17655
17656         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
17657         modules/des-tests, modules/gc-arcfour-tests,
17658         modules/gc-arctwo-tests, modules/gc-des-tests,
17659         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
17660         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
17661         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
17662         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
17663         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
17664         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
17665         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
17666         test_*_SOURCES.
17667
17668 2006-01-18  Simon Josefsson  <jas@extundo.com>
17669
17670         * modules/socklen (Depends-on): Depend on sys_socket.
17671
17672 2006-01-18  Simon Josefsson  <jas@extundo.com>
17673
17674         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
17675         modules/des-tests, modules/gc-arcfour-tests,
17676         modules/gc-arctwo-tests, modules/gc-des-tests,
17677         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
17678         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
17679         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
17680         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
17681         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
17682         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
17683         $(EXEEXT) to automake TESTS variable, for mingw32.
17684
17685 2006-01-17  Simon Josefsson  <jas@extundo.com>
17686
17687         * modules/socklen (Include): Need sys/socket.h.
17688
17689 2006-01-17  Bruno Haible  <bruno@clisp.org>
17690
17691         * modules/ssize_t (Include): Add <sys/types.h>.
17692
17693 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
17694
17695         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
17696         it's not portable and it doesn't work with cross-compiles.
17697         Problem reported by Bruno Haible.  Fix missing-$ typo in
17698         'test "gl_cv_ignore_unused_libraries" ...' that prevented
17699         -zignore from being used with Sun's C compiler.
17700
17701 2006-01-12  Simon Josefsson  <jas@extundo.com>
17702
17703         * lib/base64.c: Fix warning, reported by Bruno Haible
17704         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
17705
17706 2006-01-12  Bruno Haible  <bruno@clisp.org>
17707
17708         * modules/ldd: New file.
17709         * build-aux/ldd.sh.in: New file.
17710         * MODULES.html.sh (Support for building libraries and executables): Add
17711         ldd.
17712
17713 2006-01-12  Bruno Haible  <bruno@clisp.org>
17714
17715         * m4/ldd.m4: New file.
17716
17717 2006-01-12  Bruno Haible  <bruno@clisp.org>
17718
17719         * gnulib-tool (func_import, func_create_testdir): Don't go into an
17720         endless loop while replacing $auxdir with build-aux.
17721
17722 2006-01-11  Simon Josefsson  <jas@extundo.com>
17723
17724         * lib/stdint_.h (SIZE_MAX): Add missing (.
17725
17726 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
17727
17728         Sync from coreutils.
17729         * lib/md5.c: Fix commentary typos.
17730         (alignof, UNALIGNED_P): No need for a GCC-specific version.
17731         * lib/md5.h (__attribute__): Remove; unused.
17732         * lib/sha1.c: Fix commentary to match md5 better.
17733         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
17734         so that we don't need to worry about alignment.  All uses changed.
17735         This merges the 2005-10-28 md5 change into sha1.
17736
17737 2006-01-11  Jim Meyering  <jim@meyering.net>
17738
17739         Sync from coreutils.
17740         * lib/md5.c (OP): Fix spacing.
17741
17742 2006-01-11  Bruno Haible  <bruno@clisp.org>
17743
17744         Ensure automatic ordering between gl_LOCK and gl_ARGP.
17745         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
17746         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
17747
17748 2006-01-11  Bruno Haible  <bruno@clisp.org>
17749
17750         Ensure automatic ordering between gl_LOCK and gl_ARGP.
17751         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
17752         the "early" section as well.
17753
17754 2006-01-11  Bruno Haible  <bruno@clisp.org>
17755
17756         Avoid "ar: no archive members specified" error on MacOS X.
17757         * gnulib-tool (func_modules_add_dummy): New function.
17758         (func_import, func_create_testdir): Invoke it.
17759
17760 2006-01-11  Bruno Haible  <bruno@clisp.org>
17761
17762         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
17763         with $auxdir in AC_CONFIG_FILES statements.
17764
17765 2006-01-11  Bruno Haible  <bruno@clisp.org>
17766
17767         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
17768         Initialize also noinst_HEADERS to empty.
17769
17770 2006-01-11  Bruno Haible  <bruno@clisp.org>
17771
17772         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
17773         variables.
17774         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
17775         autoreconf.
17776
17777 2006-01-11  Bruno Haible  <bruno@clisp.org>
17778
17779         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
17780         overridable by the user.
17781         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17782
17783 2006-01-10  Simon Josefsson  <jas@extundo.com>
17784
17785         * modules/sys_socket: New file.
17786
17787 2006-01-10  Simon Josefsson  <jas@extundo.com>
17788
17789         * m4/sys_socket_h.m4: New file.
17790
17791 2006-01-10  Simon Josefsson  <jas@extundo.com>
17792
17793         * lib/socket_.h: New file.
17794
17795 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
17796
17797         * modules/readutmp (Maintainer): Add myself.
17798
17799 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
17800
17801         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
17802         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
17803         People who are still concerned with buggy memcmp implementations
17804         can invoke gl_FUNC_MEMCMP themselves.
17805
17806 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
17807
17808         * lib/regex_internal.h (BITSET_WORD_BITS):
17809         Work around a bug in 64-bit PGC (before version 6.1-2), where the
17810         preprocessor mishandles large unsigned values as if they were signed.
17811         Problem reported by Claudio Fontana in
17812         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
17813
17814 2006-01-10  Jim Meyering  <jim@meyering.net>
17815
17816         Avoid the double-free (first in fts_read, second in fts_close) that
17817         would occur when an `active' directory is made inaccessible (e.g.,
17818         via chmod a-x) during a traversal.
17819         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
17820         before returning.  Reproduce this failure by
17821         mkdir -p a/b; cd a; chmod a-x . b
17822         Reported by Stavros Passas.
17823
17824         Sync from coreutils.
17825         * lib/sha1.c: Tweak grammar in a comment.
17826
17827 2006-01-10  Jim Meyering  <jim@meyering.net>
17828
17829         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
17830         Patch by Joerg Sonnenberger.
17831
17832 2006-01-10  Bruno Haible  <bruno@clisp.org>
17833
17834         * modules/readutmp: Depend on module free.
17835         * modules/strtok_r: Depend on module restrict.
17836
17837 2006-01-10  Bruno Haible  <bruno@clisp.org>
17838
17839         * modules/gettext (configure.ac): Add an invocation of
17840         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
17841
17842 2006-01-10  Bruno Haible  <bruno@clisp.org>
17843
17844         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
17845         Reported by Werner Lemberg <wl@gnu.org>.
17846
17847 2006-01-10  Bruno Haible  <bruno@clisp.org>
17848
17849         * lib/localcharset.c: Update from GNU gettext.
17850
17851 2006-01-10  Bruno Haible  <bruno@clisp.org>
17852
17853         * lib/argp.h (__const): Remove macro. Use const instead.
17854         * lib/argp-fmtstream.h (__const): Likewise.
17855         * lib/glob_.h (__const): Remove macro.
17856         * lib/glob-libc.h: Use const instead of __const.
17857
17858 2006-01-10  Bruno Haible  <bruno@clisp.org>
17859
17860         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
17861         variable.
17862         Needed to avoid an automake error regarding the 'gettext' module.
17863
17864 2006-01-09  Simon Josefsson  <jas@extundo.com>
17865
17866         * modules/inet_ntop (Depends-on): Add restrict.
17867
17868 2006-01-09  Simon Josefsson  <jas@extundo.com>
17869
17870         * modules/gc-rijndael-tests (License): Put under LGPL.
17871
17872         * modules/gc-des-tests (License): Likewise.
17873
17874         * modules/gc-arcfour-tests (License): Likewise.
17875
17876         * modules/gc-arctwo-tests (License): Likewise.
17877
17878         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
17879
17880         * modules/gc-hmac-sha1-tests (Files): Likewise.
17881
17882         * modules/gc-hmac-md5-tests (License): Likewise.
17883
17884         * modules/gc-sha1-tests (License): Likewise.
17885
17886         * modules/gc-md5-tests (License): Likewise.
17887
17888         * modules/gc-md4-tests (License): Likewise.
17889
17890         * modules/gc-md2-tests (License): Likewise.
17891
17892         * modules/gc-tests (License): Likewise.
17893
17894         * modules/des-tests (License): Likewise.
17895
17896         * modules/md4-tests (License): Likewise.
17897
17898         * modules/md2-tests (License): Likewise.
17899
17900 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
17901
17902         Sync from coreutils:
17903
17904         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
17905         * modules/lib-ignore: New file.
17906         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
17907         chdir-safer.m4, lchmod.m4.
17908         * modules/openat: Add mkdirat.c, openat-priv.h.
17909
17910 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
17911
17912         Sync from coreutils.
17913         * m4/lib-ignore.m4: New file.
17914         * m4/lchmod.m4: New file.
17915
17916 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
17917
17918         Sync from coreutils.
17919         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
17920         for write access: POSIX says that must fail.
17921         * lib/fts.c (diropen): Likewise.
17922         * lib/save-cwd.c (save_cwd): Likewise.
17923         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
17924         well, for minor improvements on hosts that lack O_DIRECTORY.
17925         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
17926         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
17927         Fall back on chown if open failed with EACCES.
17928
17929         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
17930         Report an error at compile-time if only a 1-second nominal clock
17931         resolution is found.
17932
17933         * lib/lchmod.h: New file.
17934         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
17935         (make_dir_parents): Use lchown rather than chown, and
17936         lchmod rather than chmod.
17937
17938         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
17939         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
17940         "proc" reported by n0dalus.
17941
17942         * lib/mountlist.c: Include <limits.h>.
17943         (dev_from_mount_options)
17944         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
17945         New function.  It no longer assumes "dev=" has the System V meaning
17946         on Linux (since it doesn't).  It also parses "dev=" more carefully.
17947         (read_file_system_list)
17948         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
17949         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
17950         dev= in that case.
17951
17952         * lib/posixtm.h (PDS_PRE_2000): New macro.
17953         * lib/posixtm.c (year): Arg is now syntax_bits rather than
17954         allow_century.  All usages changed.  Reject dates outside the range
17955         1969-1999 if PDS_PRE_2000 is used.
17956
17957 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
17958
17959         Sync from coreutils.
17960         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
17961         (Time of day items): Mention the possibility of leap seconds.
17962         Problem reported by Dr. David Alan Gilbert.
17963
17964 2006-01-09  Jim Meyering  <jim@meyering.net>
17965
17966         Sync from coreutils.
17967
17968         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
17969
17970         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
17971
17972         * lib/modechange.c (mode_compile): Reject an invalid mode string
17973         that starts with an octal digit.  From Andreas Gruenbacher.
17974
17975         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
17976         and dup to open_safer and dup_safer, respectively.
17977         (openat_permissive): Fix typo in comment.
17978
17979         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
17980         "gettext.h"; either no longer needed or are guaranteed by openat.h.
17981         (_): Remove; no longer needed.
17982         (openat): Renamed from rpl_openat; no need for rpl_openat
17983         since openat.h renames openat for us.
17984         Replace most of the body with a call to openat_permissive,
17985         to avoid duplicate code.
17986         Port to (probably hypothetical) environments were mode_t is
17987         wider than int.
17988         (openat_permissive): Require mode arg, so that we can check
17989         types better.  Put it just after flags.  Change cwd failure
17990         indicator from pointer-to-bool to pointer-to-errno-value.
17991         All callers changed.
17992         Invoke openat_save_fail and/or openat_restore_fail if
17993         cwd_errno is null, so that openat can call us.
17994         (openat_permissive, fdopendir, fstatat, unlinkat):
17995         Simplify errno handling to avoid some duplicate code,
17996         as it's OK to set errno on success.
17997         * lib/openat.h: Revamp code so that function macros depend on
17998         __OPENAT_PREFIX only, not also on AT_FDCWD.
17999         (openat_ro): Remove.  Caller changed to use openat_permissive.
18000         (openat_permissive): Now a macro, if not a function.
18001         (openat_restore_fail, openat_save_fail): Now always functions,
18002         since mkdirat needs them even if __OPENAT_PREFIX is defined.
18003
18004         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
18005         and openat.c.
18006         * lib/mkdirat.c: Include openat-priv.h.
18007         Remove definitions of macros defined therein.
18008         * lib/openat.c: Likewise.
18009
18010         * lib/mkdirat.c (mkdirat): New file and function.
18011         * lib/openat.h (mkdirat): Declare.
18012
18013         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
18014
18015         * lib/openat.h (openat_permissive): Declare.
18016         (openat_ro): Define.
18017
18018         * lib/openat.c (EXPECTED_ERRNO): New macro.
18019         (openat_permissive): New function -- used in remove.c rewrite.
18020         (all functions): Set errno just before returning, only if there
18021         was an actual failure.
18022         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
18023
18024         Emulate openat-family functions using Linux's procfs, if possible.
18025         Idea and some code based on Ulrich Drepper's glibc changes.
18026
18027         * lib/openat.c: (BUILD_PROC_NAME): New macro.
18028         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
18029         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
18030         before falling back on save_cwd and restore_cwd.
18031         (fdopendir, fstatat, unlinkat): Likewise.
18032
18033         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
18034         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
18035
18036         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
18037         as second argument to va_arg.  Otherwise, some versions of gcc
18038         warn that `if this code is reached, the program will abort'.
18039
18040 2006-01-09  Jim Meyering  <jim@meyering.net>
18041
18042         Sync from coreutils.
18043         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
18044         Require openat-priv.h.
18045
18046 2006-01-09  Bruno Haible  <bruno@clisp.org>
18047
18048         * modules/strnlen (Include): Use strnlen.h.
18049
18050 2006-01-09  Bruno Haible  <bruno@clisp.org>
18051
18052         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
18053
18054 2006-01-09  Bruno Haible  <bruno@clisp.org>
18055
18056         * lib/sysexit_.h (EX_OK): New macro.
18057         Suggested by Martin Lambers <marlam@marlam.de>.
18058
18059 2006-01-09  Bruno Haible  <bruno@clisp.org>
18060
18061         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
18062         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
18063
18064 2006-01-09  Bruno Haible  <bruno@clisp.org>
18065
18066         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
18067         numbers.
18068
18069 2006-01-09  Bruno Haible  <bruno@clisp.org>
18070
18071         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
18072         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
18073         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
18074         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
18075
18076 2006-01-09  Bruno Haible  <bruno@clisp.org>
18077
18078         * build-aux/javacomp.sh.in: New file, moved from lib/.
18079         * modules/javacomp-script (Files): Update.
18080         (configure.ac): Add AC_CONFIG_FILES invocation.
18081         (EXTRA_DIST): Remove variable.
18082
18083         * build-aux/javaexec.sh.in: New file, moved from lib/.
18084         * modules/javaexec (Files): Update.
18085         (configure.ac): Add AC_CONFIG_FILES invocation.
18086         (EXTRA_DIST): Remove javaexec.sh.in.
18087
18088         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
18089         * modules/csharpcomp-script (Files): Update.
18090         (configure.ac): Add AC_CONFIG_FILES invocation.
18091         (EXTRA_DIST): Remove variable.
18092
18093         * build-aux/csharpexec.sh.in: New file, moved from lib/.
18094         * modules/csharpexec (Files): Update.
18095         (configure.ac): Add AC_CONFIG_FILES invocation.
18096         (EXTRA_DIST): Remove csharpexec.sh.in.
18097
18098 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
18099
18100         Sync from coreutils.
18101
18102         Add POSIX ACL support
18103         * lib/acl.h (copy_acl, set_acl): Add declarations.
18104         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
18105         systems other than Linux.
18106         (chmod_or_fchmod): New function: use fchmod when possible,
18107         and chmod otherwise.
18108         (file_has_acl): Add a POSIX ACL implementation, with a
18109         Linux-specific subcase.
18110         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
18111         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
18112         acls are unsupported.
18113         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
18114         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
18115         are unsupported.
18116
18117 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
18118
18119         Sync from coreutils.
18120         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
18121
18122 2006-01-07  Bruno Haible  <bruno@clisp.org>
18123
18124         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
18125         gl_EARLY.
18126
18127 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18128
18129         * lib/strftime.c (tzname): Don't declare if it is already #defined.
18130         Problem reported for Mingw by Mark Junker.
18131
18132 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18133
18134         * README: Gnulib normally doesn't generate a tarball.
18135
18136 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
18137
18138         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
18139         long int, not int, for nanosecond counts, so that people who are
18140         used to POSIX struct timespec won't be surprised.  Reported by Jim
18141         Meyering.
18142
18143 2005-12-28  Bruno Haible  <bruno@clisp.org>
18144
18145         * build-aux/config.rpath: Update from GNU gettext.
18146
18147 2005-12-16  Jim Meyering  <jim@meyering.net>
18148
18149         * modules/fprintftime: New module.
18150         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
18151
18152 2005-12-16  Jim Meyering  <jim@meyering.net>
18153
18154         * m4/fprintftime.m4: New file.
18155
18156 2005-12-16  Jim Meyering  <jim@meyering.net>
18157
18158         * lib/fprintftime.c, lib/fprintftime.h: New files.
18159
18160 2005-12-15  Simon Josefsson  <jas@extundo.com>
18161
18162         * modules/socklen (configure.ac): Fix M4 macro name, to align with
18163         new m4/socklen.m4.
18164
18165 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18166
18167         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
18168         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
18169
18170 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18171
18172         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
18173         * lib/argp-help.c (fill_in_uparams): Check if the constructed
18174         struct uparams is valid. Fall back to the default values if it is
18175         not.
18176
18177 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18178
18179         * modules/argp (Files): Add argp-pin.c
18180         (Depends-on): dirname
18181         (lib_SOURCES): Add argp-pin.c
18182
18183 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18184
18185         * m4/argp.m4:  Check if program_invocation_name and
18186         program_invocation_short_name are declared and define appropriate
18187         macros if they are not.
18188
18189 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18190
18191         * lib/argp-help.c (__argp_base_name): New function
18192         (__argp_short_program_name): Rewrite using __argp_base_name
18193         * lib/argp-namefrob.h: Define program_invocation_name and
18194         program_invocation_short_name if requested
18195         (__argp_base_name): Add prototype
18196         * lib/argp-parse.c (argp_def): Use gettext wrappers
18197         (argp_default_parser): Use __argp_base_name
18198         * lib/argp-pin.c: New file. Defines program_invocation_name and
18199         program_invocation_short_name on systems that lack them.
18200
18201 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18202
18203         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
18204         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
18205         porting problem reported by Georg Schwarz in
18206         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
18207
18208 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18209
18210         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
18211         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
18212         porting problem reported by Georg Schwarz in
18213         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
18214
18215 2005-12-05  Bruno Haible  <bruno@clisp.org>
18216
18217         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
18218         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
18219         Reported by Mark Junker <mjscod@gmx.de>.
18220
18221 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
18222
18223         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
18224         Use implementation from Albert Chin, with some
18225         comments/corrections by Stepan Kasal and myself.
18226
18227 2005-12-02  Bruno Haible  <bruno@clisp.org>
18228
18229         * gnulib-tool (func_import): Accept GPLed build tool modules when
18230         --lgpl is given.
18231         * modules/csharpcomp-script: New file.
18232         * modules/csharpcomp: Depend on it.
18233         * modules/javacomp-script: New file.
18234         * modules/javacomp: Depend on it.
18235         Suggested by Simon Josefsson.
18236
18237 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
18238
18239         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
18240         statement, to work around an HP-UX 10.20 compiler bug reported by
18241         Peter O'Gorman.
18242
18243 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
18244
18245         * modules/savedir (Depends-on): Add openat.
18246
18247 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
18248
18249         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
18250         (uintmax_t) [defined uintmax_t]: Do not declare.
18251         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
18252         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
18253         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
18254         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
18255         sake of portability to weird hosts that C allows (though we don't
18256         know of any practical examples).
18257
18258         * lib/savedir.h (fdsavedir): New decl.
18259         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
18260         contains most of the former guts of savedir.
18261         (savedir): Use savedirstream.
18262         Include "openat.h".
18263
18264 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18265
18266         * modules/obstack (Files): Add m4/ulonglong.m4.
18267         Problem reported by Davide Angelocola.
18268
18269 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
18270
18271         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
18272         coreutils no longer futzes with rounding modes.
18273
18274 2005-11-14  Jim Meyering  <jim@meyering.net>
18275
18276         * lib/mkstemp-safer.c: Include <config.h>, required for possible
18277         replacement of mkstemp.
18278
18279 2005-11-10  Simon Josefsson  <jas@extundo.com>
18280
18281         * lib/readline.c: Remove EOL.
18282
18283 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18284
18285         * modules/gethrxtime (Depends-on): Add gettime.
18286
18287 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18288
18289         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
18290         or gettimeofday; no longer needed.
18291
18292 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18293
18294         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
18295         time business.
18296         (gethrxtime) [! (HAVE_NANOUPTIME
18297         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
18298         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
18299         our own approximation.
18300
18301 2005-11-08  Eric Blake  <ebb9@byu.net>
18302
18303         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
18304
18305 2005-11-08  Eric Blake  <ebb9@byu.net>
18306
18307         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
18308
18309 2005-11-04  Bruno Haible  <bruno@clisp.org>
18310
18311         * gnulib-tool: Implement --update mode.
18312
18313 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18314
18315         Fix porting problem reported by Theodoros V. Kalamatianos.
18316         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
18317         Don't assume that futimes failing means we must fail.
18318
18319 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18320
18321         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
18322         variables to suggest the intended function of the PATH_MAX check.
18323
18324 2005-10-30  Kean Johnston  <jkj@sco.com>
18325
18326         Trivial changes to support SCO systems.
18327         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
18328         as PATH_MAX.
18329         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
18330         where __ptr is null when no I/O is pending.
18331
18332 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18333
18334         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
18335         leave errno alone.  Problem reported by Dmitry V. Levin.
18336
18337 2005-10-28  Simon Josefsson  <jas@extundo.com>
18338
18339         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
18340         Test more.
18341
18342         * tests/test-gc-md2.c, tests/test-md2.c: New files.
18343
18344         * modules/md2, modules/md2-tests: New files.
18345
18346 2005-10-28  Simon Josefsson  <jas@extundo.com>
18347
18348         * m4/inet_ntop.m4: More tests.
18349
18350         * m4/gc-md2.m4, md2.m4: New file.
18351
18352 2005-10-28  Simon Josefsson  <jas@extundo.com>
18353
18354         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
18355         "restrict" keywords, as per POSIX.  Protect the function
18356         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
18357         Don't use K&R prototypes.  Check the sprintf return values.
18358         Re-define EAFNOSUPPORT if not present.  Indent.
18359
18360         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
18361         suggested by Bruno Haible <bruno@clisp.org>.
18362
18363         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
18364
18365         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
18366
18367         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
18368         libgcrypt).
18369
18370         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
18371
18372         * lib/md2.h, lib/md2.c: New files.
18373
18374 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
18375
18376         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
18377         errno alone.  Problem reported by Frederic Jolliton.
18378
18379 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
18380
18381         * modules/verify (License): Change from GPL to LGPL.  This is a
18382         tiny module and there are apparently near-equivalents that are
18383         under the BSD license.
18384
18385 2005-10-24  Simon Josefsson  <jas@extundo.com>
18386
18387         * modules/sha1: Relicense to LGPL.
18388
18389 2005-10-24  Simon Josefsson  <jas@extundo.com>
18390
18391         * lib/md4.h: Shrink buffer size, now that we changed the type.
18392
18393 2005-10-23  Simon Josefsson  <jas@extundo.com>
18394
18395         * gnulib-tool (func_import): Fix --tests-base.
18396
18397 2005-10-22  Simon Josefsson  <jas@extundo.com>
18398
18399         * modules/arcfour (Depends-on): Need stdint.
18400
18401 2005-10-22  Simon Josefsson  <jas@extundo.com>
18402
18403         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
18404         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
18405
18406 2005-10-22  Simon Josefsson  <jas@extundo.com>
18407
18408         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
18409         suggested by Bruno Haible <bruno@clisp.org>.
18410
18411 2005-10-22  Simon Josefsson  <jas@extundo.com>
18412
18413         * lib/crc.h: Include stddef.h, for size_t.
18414
18415 2005-10-22  Simon Josefsson  <jas@extundo.com>
18416
18417         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
18418         arcfour_context struct (simplify test vector testing in GNU
18419         Shishi).
18420
18421 2005-10-21  Simon Josefsson  <jas@extundo.com>
18422
18423         * modules/des, modules/des-tests: New files.
18424
18425         * modules/gc-des, modules/gc-des-tests: New files.
18426
18427         * tests/test-des.c, tests/test-gc-des.c: New file.
18428
18429 2005-10-21  Simon Josefsson  <jas@extundo.com>
18430
18431         * modules/arctwo, modules/arctwo-tests: New files.
18432
18433         * tests/test-arctwo.c: New file.
18434
18435         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
18436
18437         * tests/test-gc-arctwo.c: New file.
18438
18439 2005-10-21  Simon Josefsson  <jas@extundo.com>
18440
18441         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
18442         Bruno Haible <bruno@clisp.org>.
18443
18444         * m4/gc-des.m4: New file.
18445
18446 2005-10-21  Simon Josefsson  <jas@extundo.com>
18447
18448         * m4/arctwo.m4: New file.
18449
18450         * m4/gc-arctwo.m4: New file.
18451
18452 2005-10-21  Simon Josefsson  <jas@extundo.com>
18453
18454         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
18455         block.
18456
18457 2005-10-21  Simon Josefsson  <jas@extundo.com>
18458
18459         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
18460         <bruno@clisp.org>.
18461
18462         * lib/hmac-sha1.c (hmac_sha1): Likewise.
18463
18464         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
18465         Bruno Haible <bruno@clisp.org>.
18466
18467         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
18468         <bruno@clisp.org>.
18469
18470 2005-10-21  Simon Josefsson  <jas@extundo.com>
18471
18472         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
18473
18474 2005-10-21  Simon Josefsson  <jas@extundo.com>
18475
18476         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
18477
18478 2005-10-21  Simon Josefsson  <jas@extundo.com>
18479
18480         * lib/des.h, lib/des.c: New files.
18481
18482         * lib/gc-gnulib.c: Support DES.c
18483
18484 2005-10-21  Simon Josefsson  <jas@extundo.com>
18485
18486         * lib/arctwo.h, lib/arctwo.c: New files.
18487
18488         * lib/gc-gnulib.c: Support ARCTWO.
18489
18490 2005-10-21  Simon Josefsson  <jas@extundo.com>
18491
18492         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
18493         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18494
18495 2005-10-21  Simon Josefsson  <jas@extundo.com>
18496
18497         * gnulib-tool (func_import, func_create_testdir): Define automake
18498         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
18499         Makefile.am snippet),
18500         suggested by Bruno Haible <bruno@clisp.org>.
18501
18502         * modules/gc (Makefile.am): Use it.
18503
18504 2005-10-21  Bruno Haible  <bruno@clisp.org>
18505
18506         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
18507         patch.
18508
18509 2005-10-19  Simon Josefsson  <jas@extundo.com>
18510
18511         * tests/test-gc-rijndael.c: New file.
18512
18513         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
18514
18515 2005-10-19  Simon Josefsson  <jas@extundo.com>
18516
18517         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
18518         interface too.
18519
18520 2005-10-19  Simon Josefsson  <jas@extundo.com>
18521
18522         * tests/test-gc-arcfour.c: New file.
18523
18524         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
18525
18526 2005-10-19  Simon Josefsson  <jas@extundo.com>
18527
18528         * modules/gc-md4, modules/gc-md4-tests: New file.
18529
18530         * tests/test-gc-md4.c: New file.
18531
18532 2005-10-19  Simon Josefsson  <jas@extundo.com>
18533
18534         * m4/gc-md4.m4: New file.
18535
18536 2005-10-19  Simon Josefsson  <jas@extundo.com>
18537
18538         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
18539         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
18540         <kasal@ucw.cz>.
18541
18542 2005-10-19  Simon Josefsson  <jas@extundo.com>
18543
18544         * m4/gc-arcfour.m4: New file.
18545
18546         * m4/gc-rijndael.m4: New file.
18547
18548 2005-10-19  Simon Josefsson  <jas@extundo.com>
18549
18550         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
18551
18552 2005-10-19  Simon Josefsson  <jas@extundo.com>
18553
18554         * lib/gc-gnulib.c: Support ARCFOUR.
18555
18556 2005-10-19  Simon Josefsson  <jas@extundo.com>
18557
18558         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
18559         support.
18560
18561         * lib/gc.h: Add ECB enum type.
18562
18563         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
18564
18565 2005-10-18  Simon Josefsson  <jas@extundo.com>
18566
18567         * tests/test-md5.c: New file.
18568
18569         * modules/md5-tests: New file.
18570
18571 2005-10-18  Simon Josefsson  <jas@extundo.com>
18572
18573         * tests/test-md4.c: New file.
18574
18575         * modules/md4, modules/md4-tests: New files.
18576
18577 2005-10-18  Simon Josefsson  <jas@extundo.com>
18578
18579         * m4/md4.m4: New file.
18580
18581 2005-10-18  Simon Josefsson  <jas@extundo.com>
18582
18583         * lib/md4.h, lib/md4.c: New files, based on md5.?.
18584
18585 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
18586
18587         * gnulib-tool (func_create_testdir): Omit the second check whether
18588         BUILT_SOURCES in nonempty.
18589
18590 2005-10-17  Simon Josefsson  <jas@extundo.com>
18591
18592         * tests/test-rijndael.c: New file.
18593
18594 2005-10-17  Simon Josefsson  <jas@extundo.com>
18595
18596         * modules/sha1: Depend on stdint instead of md5.
18597
18598         * modules/md5: Depend on stdint, remove uint32_t.
18599
18600 2005-10-17  Simon Josefsson  <jas@extundo.com>
18601
18602         * modules/gc-sha1-tests: New file.
18603
18604         * tests/test-gc-sha1.c: New file.
18605
18606 2005-10-17  Simon Josefsson  <jas@extundo.com>
18607
18608         * m4/md5.m4: Remove call to uint32_t.m4.
18609
18610 2005-10-17  Simon Josefsson  <jas@extundo.com>
18611
18612         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
18613
18614         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
18615         md5.h.
18616
18617         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
18618
18619         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
18620
18621 2005-10-17  Simon Josefsson  <jas@extundo.com>
18622
18623         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
18624
18625 2005-10-17  Simon Josefsson  <jas@extundo.com>
18626
18627         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
18628
18629 2005-10-17  Simon Josefsson  <jas@extundo.com>
18630
18631         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
18632
18633         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
18634
18635 2005-10-17  Bruno Haible  <bruno@clisp.org>
18636
18637         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
18638         that it can also be used in a test.
18639
18640 2005-10-16  Bruno Haible  <bruno@clisp.org>
18641
18642         * gnulib-tool (func_emit_tests_Makefile_am): Also define
18643         TESTS_ENVIRONMENT, so that individual tests can augment it.
18644
18645         * gnulib-tool (func_create_testdir): Use an intermediate target for
18646         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
18647         macros, like $(ALLOCA_H), which cannot be passed through the command
18648         line.
18649
18650 2005-10-15  Simon Josefsson  <jas@extundo.com>
18651
18652         * modules/rijndael-tests: New file.
18653
18654         * modules/rijndael: New file.
18655
18656 2005-10-15  Simon Josefsson  <jas@extundo.com>
18657
18658         * m4/rijndael.m4: New file.
18659
18660 2005-10-15  Simon Josefsson  <jas@extundo.com>
18661
18662         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
18663
18664         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
18665
18666 2005-10-14  Simon Josefsson  <jas@extundo.com>
18667
18668         * tests/test-arcfour.c: New file.
18669
18670         * modules/arcfour, modules/arcfour-tests: New files.
18671
18672 2005-10-14  Simon Josefsson  <jas@extundo.com>
18673
18674         * m4/arcfour.m4: New file.
18675
18676 2005-10-14  Simon Josefsson  <jas@extundo.com>
18677
18678         * lib/arcfour.h, lib/arcfour.c: New files.
18679
18680 2005-10-14  Roland McGrath  <roland@redhat.com>
18681
18682         Import from libc.  [BZ #1331]
18683         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
18684         macro argument.
18685         Reported by Matej Vela <vela@debian.org>.
18686
18687 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
18688
18689         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
18690         include <wchar.h>; no longer needed.
18691
18692 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
18693
18694         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
18695
18696 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
18697         and  Ulrich Drepper  <drepper@redhat.com>
18698
18699         Import from libc.
18700         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
18701         instead of inline stream orientation test and two separate
18702         function calls.  Pay no attention to USE_IN_LIBIO.
18703
18704 2005-10-13  Simon Josefsson  <jas@extundo.com>
18705
18706         * modules/gc-hmac-md5-tests: New file.
18707
18708         * tests/test-gc-hmac-sha1.c: New file.
18709
18710         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
18711
18712         * modules/gc-hmac-md5-tests: New file.
18713
18714         * tests/test-gc-md5.c: New file.
18715
18716         * modules/gc-md5-tests: New file.
18717
18718 2005-10-13  Simon Josefsson  <jas@extundo.com>
18719
18720         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
18721         Move memory allocation outside of loop.
18722
18723 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
18724
18725         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
18726         intermediate directory is in a read-only file system.  Problem
18727         reported by Eric Blake.
18728
18729 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
18730
18731         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
18732
18733 2005-10-12  Simon Josefsson  <jas@extundo.com>
18734
18735         * tests/test-hmac-sha1.c: New file.
18736
18737         * modules/hmac-sha1-tests: New file.
18738
18739         * modules/hmac-sha1: New file.
18740
18741 2005-10-12  Simon Josefsson  <jas@extundo.com>
18742
18743         * modules/gc-sha1: New file.
18744
18745 2005-10-12  Simon Josefsson  <jas@extundo.com>
18746
18747         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
18748
18749         * tests/test-gc-pbkdf2-sha1.c: New file.
18750
18751 2005-10-12  Simon Josefsson  <jas@extundo.com>
18752
18753         * modules/gc-md5, modules/gc-hmac-md5: New files.
18754
18755         * modules/gc (Files): Remove md5, memxor and hmac files.
18756
18757 2005-10-12  Simon Josefsson  <jas@extundo.com>
18758
18759         * m4/gc-pbkdf2-sha1.m4: New file.
18760
18761         * m4/gc-hmac-sha1.m4: New file.
18762
18763         * m4/gc-sha1: New file.
18764
18765         * m4/hmac-sha1.m4: New file.
18766
18767 2005-10-12  Simon Josefsson  <jas@extundo.com>
18768
18769         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
18770
18771         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
18772
18773 2005-10-12  Simon Josefsson  <jas@extundo.com>
18774
18775         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
18776         suggested by Bruno Haible <bruno@clisp.org>.
18777
18778 2005-10-12  Simon Josefsson  <jas@extundo.com>
18779
18780         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
18781
18782 2005-10-12  Simon Josefsson  <jas@extundo.com>
18783
18784         * lib/gc-pbkdf2-sha1.c: New file.
18785
18786         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
18787
18788 2005-10-12  Simon Josefsson  <jas@extundo.com>
18789
18790         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
18791
18792         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
18793
18794 2005-10-12  Simon Josefsson  <jas@extundo.com>
18795
18796         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
18797         GC_USE_HMAC_MD5, respectively.
18798
18799         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
18800         (gc_md5): Fix typo.
18801
18802         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
18803
18804         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
18805
18806         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
18807
18808 2005-10-12  Bruno Haible  <bruno@clisp.org>
18809
18810         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
18811         Reported by Stepan Kasal <kasal@ucw.cz>.
18812
18813 2005-10-11  Simon Josefsson  <jas@extundo.com>
18814
18815         * tests/test-crc.c: New file.
18816
18817         * modules/crc, modules/crc-tests: New files.
18818
18819 2005-10-11  Simon Josefsson  <jas@extundo.com>
18820
18821         * m4/crc.m4: New file.
18822
18823 2005-10-11  Simon Josefsson  <jas@extundo.com>
18824
18825         * lib/gc.h: Add gc_hash and gc_hash_buffer.
18826
18827         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
18828
18829         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
18830
18831 2005-10-11  Simon Josefsson  <jas@extundo.com>
18832
18833         * lib/crc.h, lib/crc.c: New files.
18834
18835         * lib/gc.h (gc_hash_buffer): Add doc.
18836
18837 2005-10-11  Bruno Haible  <bruno@clisp.org>
18838
18839         * modules/c-strcasestr: New file.
18840         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
18841
18842 2005-10-11  Bruno Haible  <bruno@clisp.org>
18843
18844         * modules/c-strcase: New file.
18845         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
18846
18847 2005-10-11  Bruno Haible  <bruno@clisp.org>
18848
18849         * lib/strcasecmp.c: Include limits.h.
18850         (strcasecmp): Avoid integer overflow on exotic platforms.
18851         * lib/strncasecmp.c: Include limits.h.
18852         (strncasecmp): Avoid integer overflow on exotic platforms.
18853         Reported by Paul Eggert.
18854
18855 2005-10-11  Bruno Haible  <bruno@clisp.org>
18856
18857         * lib/c-strcasestr.h: New file, from GNU gettext.
18858         * lib/c-strcasestr.c: New file, from GNU gettext.
18859
18860 2005-10-11  Bruno Haible  <bruno@clisp.org>
18861
18862         * lib/c-strcase.h: New file, from GNU gettext.
18863         * lib/c-strcasecmp.c: New file, from GNU gettext.
18864         * lib/c-strncasecmp.c: New file, from GNU gettext.
18865
18866 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18867
18868         * modules/mempcpy (License): GPL -> LGPL.
18869         * modules/strchrnul (License): Likewise.
18870         * modules/sysexits (License): Likewise.
18871
18872 2005-10-08  Simon Josefsson  <jas@extundo.com>
18873
18874         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
18875
18876 2005-10-07  Simon Josefsson  <jas@extundo.com>
18877
18878         * m4/memxor.m4: Remove gl_C_RESTRICT call.
18879
18880 2005-10-06  Simon Josefsson  <jas@extundo.com>
18881
18882         * tests/test-hmac-md5.c: New file.
18883
18884         * modules/hmac-md5-tests: New file.
18885
18886         * modules/hmac-md5: New file.
18887
18888 2005-10-06  Simon Josefsson  <jas@extundo.com>
18889
18890         * m4/hmac-md5.m4: New file.
18891
18892         * m4/memxor.m4: Require gl_C_RESTRICT.
18893
18894 2005-10-06  Simon Josefsson  <jas@extundo.com>
18895
18896         * lib/memxor.c (memxor): Avoid casts and warnings.
18897
18898 2005-10-06  Simon Josefsson  <jas@extundo.com>
18899
18900         * lib/hmac-md5.c: New file.
18901
18902         * lib/hmac.h: New file.
18903
18904 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18905
18906         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
18907         promotes to int, not unsigned int, to catch the AIX 5.3
18908         compiler bug.
18909
18910 2005-10-05  Simon Josefsson  <jas@extundo.com>
18911
18912         * modules/memxor: New file.
18913
18914         * modules/iconv (Files): Move config.rpath to havelib, it is used
18915         there.
18916
18917         * modules/havelib (Files): Add config.rpath.
18918
18919 2005-10-05  Simon Josefsson  <jas@extundo.com>
18920
18921         * m4/memxor.m4: New file.
18922
18923 2005-10-05  Simon Josefsson  <jas@extundo.com>
18924
18925         * lib/memxor.c (memxor): Fix compiler error.
18926
18927         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
18928         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
18929
18930         * lib/memxor.h, lib/memxor.c: New files.
18931
18932         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
18933         we assume all systems have it, suggested by Jim Meyering
18934         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
18935         any systems lack sys/socket.h; mingw32 is known to lack it, but we
18936         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
18937         same reasons.
18938
18939 2005-10-05  Simon Josefsson  <jas@extundo.com>
18940
18941         * config/srclist.txt: Add glibc bug 1423 for md5.h.
18942
18943 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
18944
18945         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
18946         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
18947         needed, since the source code now assumes these .h files.
18948
18949 2005-10-05  Derek Price  <derek@ximbiot.com>
18950
18951         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
18952
18953 2005-10-05  Bruno Haible  <bruno@clisp.org>
18954
18955         * modules/stdint (License): Change to LGPL.
18956
18957 2005-10-04  Simon Josefsson  <jas@extundo.com>
18958
18959         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
18960         D. Baushke" <mdb@gnu.org>.
18961
18962 2005-10-04  Bruno Haible  <bruno@clisp.org>
18963
18964         * lib/verify.h (verify_true): Provide alternative definition for C++.
18965
18966 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
18967
18968         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
18969         (SSIZE_MAX): New macro, if not already defined.
18970         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
18971         than 2 GiB.
18972
18973 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
18974
18975         Sync from coreutils.
18976         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
18977         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
18978         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
18979         ULLONG_MAX doesn't work with 2.7.2.1.
18980
18981 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
18982
18983         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
18984         From Ben Pfaff.
18985
18986         * modules/exclude (Depends-on): Depend on verify.
18987         * modules/strtoimax (Depends-on): Likewise.
18988         * modules/utimecmp (Depends-on): Likewise.
18989
18990 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
18991
18992         * lib/exclude.c: Include verify.h.
18993         (verify): Remove.  All callers changed to use verify.h's version.
18994         * lib/strtoimax.c: Likewise.
18995         * lib/utimecmp.c: Likewis.e
18996
18997         Sync from coreutils.
18998         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
18999         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
19000         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
19001         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
19002         bother returning ENOSYS if settimeofday or stime fails; just let
19003         them return whatever errno they want to return.
19004         * lib/utimens.c: Include unistd.h, for dup2.
19005         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
19006         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
19007
19008 2005-10-02  Jim Meyering  <jim@meyering.net>
19009
19010         Sync from coreutils.
19011         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
19012         from glibc-2.2.5 that fails for read-only files.
19013
19014 2005-10-02  Jim Meyering  <jim@meyering.net>
19015
19016         Sync from coreutils.
19017         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
19018         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
19019         `#if HAVE_CONFIG_H'.
19020         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
19021         Remove AT_FDCWD test.
19022         Do not consume the fd unless successful.
19023         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
19024         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
19025         block, so that we don't even try to compile it if settimeofday is
19026         available.  This works around a compilation failure on OSF1 V5.1,
19027         due to stime requiring a `long int*' while tv_sec is `int'.
19028
19029 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
19030
19031         Sync from coreutils.
19032         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
19033         against `yes', rather than just testing for nonempty.
19034
19035 2005-10-01  Simon Josefsson  <jas@extundo.com>
19036
19037         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
19038         and Darwin.
19039
19040         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
19041         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
19042         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
19043         freeaddrinfo and gai_strerror are declared by the POSIX headers.
19044         Check if struct addrinfo is declared.
19045
19046 2005-10-01  Simon Josefsson  <jas@extundo.com>
19047
19048         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
19049         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
19050         AI_* and EAI_* definitions.  Protect function declarations.
19051
19052 2005-10-01  Jim Meyering  <jim@meyering.net>
19053
19054         Sync from coreutils.
19055
19056         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
19057         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
19058         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
19059         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
19060         in the inet and nsl libraries.  Required on Solaris 5.7.
19061
19062 2005-10-01  Jim Meyering  <jim@meyering.net>
19063
19064         Sync from coreutils.
19065         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
19066         in the inet and nsl libraries.  Required on Solaris 5.7.
19067
19068 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
19069
19070         * lib/getdelim.c (getdelim): Remove unused variables.
19071
19072 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
19073
19074         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
19075         so that the code works even with ancient cpp.  Portability problem
19076         with GCC 2.7.2.1 reported by Thomas M.Ott.
19077
19078 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
19079
19080         * modules/regex (Depends-on): Add strcase.
19081
19082         * modules/gethostname (Licence): Change from GPL to LGPL, since
19083         gethostname.c is a trivial implementation of a standard library
19084         function.
19085         * modules/poll (License): Change from GPL to LGPL, since it's
19086         derived from LGPL code.
19087
19088 2005-09-27  Jim Meyering  <jim@meyering.net>
19089
19090         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
19091         HAVE_CONFIG_H.
19092
19093         * lib/intprops.h (signed_type_or_expr__): Define.
19094         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
19095         for unsigned types.
19096
19097 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
19098
19099         * lib/verify.h (verify_expr): Remove, replacing with:
19100         (verify_true): New macro that returns true instead of void.
19101         (verify_type__): Remove.
19102         (verify): Use verify_true rather than verify_type__.
19103
19104 2005-09-26  Bruno Haible  <bruno@clisp.org>
19105
19106         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
19107         is necessary.
19108         (lib_SOURCES): Remove mbchar.c.
19109         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
19110         (Files): Add m4/mbrtowc.m4.
19111         * modules/mbiter: Likewise.
19112         * modules/mbuiter: Likewise.
19113
19114 2005-09-26  Bruno Haible  <bruno@clisp.org>
19115
19116         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
19117         compile mbchar.c if they are not both present.
19118         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
19119         * m4/mbiter.m4 (gl_MBITER): Likewise.
19120         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
19121         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
19122         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
19123
19124 2005-09-25  Jim Meyering  <jim@meyering.net>
19125
19126         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
19127         also uses socklen_t.
19128
19129 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
19130
19131         * lib/utimens.c (ENOSYS): Define if not already defined.
19132         (futimens): Support having a null PATH if the file descriptor
19133         is nonnegative.
19134
19135         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
19136         Remove.
19137         (__attribute): Define to empty unless GCC 3.1 or later.
19138         This works around a core dump on OpenBSD 3.4, which has GCC
19139         2.95.3, which dumps core when given __attribute__(()).  It also
19140         simplifies other tests, since we really don't want to bother with
19141         worrying about which ancient version of GCC supported what.
19142         Original problem reported by Yoann Vandoorselaere, with part of
19143         the fix suggested by Derek Price.
19144
19145 2005-09-24  Jim Meyering  <jim@meyering.net>
19146
19147         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
19148         so we can once again use a positive bitfield width of 1 -- now we
19149         don't have to explain why we were using a bitfield width of 2.
19150
19151 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
19152
19153         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
19154         and similarly for the other external symbols.  Problem reported
19155         by James Gallager.
19156
19157         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
19158         bug reported by Jim Meyering.
19159
19160         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
19161         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
19162         not needed, since socklen is a prerequisite module.
19163
19164 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
19165
19166         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
19167         Problem reported by Eric Blake.
19168         (getaddrinfo): Initialize se so that it's not garbage.
19169         Redo internal storage allocation so that it doesn't make unportable
19170         assumptions about alignment.
19171         Fix a memory leak.
19172
19173         * lib/utimens.c (futimens): Use futimesat if available.
19174         Prefer it to futimes since it doesn't have the futimes bug.
19175
19176         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
19177         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
19178         Instead, declare a function that returns a pointer to an array,
19179         and use verify_type__ to declare the size of the array.
19180         Problem and germ of a solution reported by Bruno Haible.
19181         (verify_type__): Use 2, not 1, for bitfield size, to avoid
19182         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
19183
19184 2005-09-23  Jim Meyering  <jim@meyering.net>
19185
19186         Sync from coreutils.
19187         Correct build failure (socklen_t not defined) on at least
19188         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
19189         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
19190
19191 2005-09-23  Jim Meyering  <jim@meyering.net>
19192
19193         * modules/getaddrinfo (Depends-on): Add socklen.
19194
19195 2005-09-23  Bruno Haible  <bruno@clisp.org>
19196
19197         * tests/test-verify.c: New file.
19198
19199 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19200
19201         Sync from coreutils.
19202
19203         * modules/argmatch (Depends-on): Add verify.
19204         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
19205         unistd-safer.
19206         * modules/save-cwd (Depends-on): Likewise.
19207
19208         * modules/openat (Files): Add lib/openat-die.c.
19209         (Depends-on): Remove error, exitfail.
19210         Add dirname.
19211
19212         * modules/verify: New file.
19213         * MODULES.html.sh (Diagnostics <assert.h>): New section,
19214         with "verify" module.
19215
19216 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19217
19218         Sync from coreutils.
19219
19220         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
19221         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
19222         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
19223         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
19224         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
19225         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
19226         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
19227         Don't bother checking for string.h, stdlib.h, unistd.h.
19228         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
19229         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
19230         module's job.
19231         * m4/jm-macros.m4 (gl_MACROS): Likewise.
19232         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
19233
19234         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
19235         (gl_GETDATE): Use it.
19236
19237         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
19238
19239 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19240
19241         Sync from coreutils.
19242
19243         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
19244         stat-time.h.
19245         * lib/argmatch.h: Include verify.h
19246         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
19247         (ARGMATCH_ASSERT): Remove; unused.
19248         * lib/canonicalize.c: Assume STDC_HEADERS.
19249         * lib/exclude.c: Include "strcase.h".
19250         * lib/regex_internal.h [!defined _LIBC]: Likewise.
19251         * lib/getusershell.c: Include stdio--.h rather than stdio.h
19252         and stdio-safer.h.
19253         (getusershell): Call fopen, not fopen_safer.
19254         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
19255         Do not include unistd-safer.h.
19256         (save_cwd): Don't call fd_safer; no longer needed
19257         now that we include fcntl--.h.
19258
19259         * lib/getdate.y (relative_time): New type.
19260         (RELATIVE_TIME_0): New constant.
19261         (parser_control): Use relative_time instead of doing it ourselves.
19262         (%union): Add new relative_time rel member.
19263         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
19264         Now typeless.
19265         (relunit, relunit_snumber): Now of type rel.
19266         (zone, rel, relunit, get_date): Adjust to above changes.
19267
19268         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
19269         Do not include unistd-safer.h.
19270         (getloadavg): Don't call fd_safer; no longer needed
19271         now that we include fcntl--.h.
19272
19273         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
19274         (make_dir_parents): Treat ENOSYS like EEXIST.
19275
19276         Improve quality of diagnostics on restore_cwd failure.
19277         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
19278         (make_dir_parents): Last arg is now int * (for errno), not bool *.
19279         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
19280         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
19281         each time through the loop.  Do not diagnose restore_cwd failure;
19282         that is the caller's job (and perhaps the caller does not care).
19283
19284         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
19285         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
19286         If the file already exists but is not a directory, don't bother
19287         to try to make its parents.
19288         Close potential file descriptor leak if we can't chdir("/") (!).
19289         Don't always return true if chdir($PWD) fails; return true only
19290         if the requested action was done successfully (except for the
19291         chdir($PWD)).
19292         Don't log final directory unless we actually made it.
19293         Refactor to avoid duplicate code to fix up permissions.
19294         Don't attempt to fix up parent permissions if chdir($PWD) fails.
19295
19296         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
19297         to make it a bit faster and (I hope) clearer.
19298         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
19299         Fix bug in formats like %2N.
19300
19301         * lib/verify.h: New file.
19302
19303 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19304
19305         Sync from coreutils.
19306         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
19307
19308 2005-09-22  Jim Meyering  <jim@meyering.net>
19309
19310         Sync from coreutils.
19311
19312         * m4/lstat.m4 (gl_FUNC_LSTAT):
19313         Use AC_LIBSOURCES to require lstat.c and lstat.h.
19314         Remove obsolete comment.
19315         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
19316         * m4/xstrtod.m4: Likewise.
19317
19318         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
19319
19320 2005-09-22  Jim Meyering  <jim@meyering.net>
19321
19322         Sync from coreutils.
19323
19324         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
19325
19326         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
19327         the .tm_year member, since otherwise gcc-4.0 would now warn about
19328         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
19329
19330         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
19331         order to avoid an unsuppressible warning from gcc on 64-bit systems.
19332
19333         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
19334         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
19335         when run in a time zone for which daylight savings time is in effect
19336         for the starting date.
19337
19338         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
19339         stop us from restricting permissions of just-created absolute-named
19340         directories.
19341         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
19342         to restore initial working directory.
19343         * lib/mkdir-p.c (make_dir_parents): New parameter:
19344         different_working_dir, to tell caller if/when we change the working
19345         directory and are unable to return to the initial one.
19346         * lib/mkdir-p.h (make_dir_parents): Update prototype.
19347         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
19348         `return false'.  This fixes a bug introduced on 2004-07-30.
19349
19350         * lib/openat.c (fdopendir): Be sure to close the supplied
19351         file descriptor before returning.  This makes our replacement
19352         implementation a little closer to Solaris's, where fdopendir
19353         ties the file descriptor to the returned DIR* pointer.
19354         * lib/openat.c (unlinkat): New function.
19355         * lib/openat.h (unlinkat): Add prototype.
19356         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
19357         (openat_restore_fail): Rename from openat_restore_die.
19358         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
19359
19360         Provide an alternative to exiting immediately upon save_cwd or
19361         restore_cwd failure.  Now, an application can arrange e.g.,
19362         to perform a longjump in that case.
19363         * lib/openat.c: Include dirname.h.
19364         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
19365         (rpl_openat, fdopendir, fstatat): Call openat_save_die
19366         and openat_restore_die rather than calling error directly.
19367         Don't include "error.h" or "exitfail.h"; they're no longer needed.
19368
19369         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
19370         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
19371         define.
19372
19373         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
19374         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
19375                             int utc, int nanoseconds);
19376         Background:
19377         date should not have to allocate a megabyte of virtual memory to
19378         handle a format argument like +%1048575T.  When implemented with
19379         strftime, it must allocate such a buffer, use strftime to fill it
19380         in, print it, then free it.
19381         With fprintftime, it simply prints everything and exits.
19382         With no need for memory allocation, that's one fewer way to fail.
19383         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
19384         optional field width, not before, so we accept %9:z, not %:9z.
19385         (my_strftime): Be sure to use L_('x') for literals.
19386
19387         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
19388         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
19389         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
19390         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
19391         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
19392         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
19393         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
19394         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
19395         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
19396         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
19397         * lib/xgethostname.c, lib/xreadlink.c:
19398         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
19399
19400         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
19401         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
19402         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
19403         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
19404         and don't include <sys/file.h>).
19405
19406 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
19407
19408         Sync from coreutils.
19409
19410         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
19411         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
19412         [!LDAV_DONE]: Avoid unused variable warning.
19413
19414 2005-09-21  Bruno Haible  <bruno@clisp.org>
19415
19416         * lib/unicodeio.h (unicode_to_mb): New declaration.
19417
19418 2005-09-20  Derek Price  <derek@ximbiot.com>
19419
19420         * lib/getaddrinfo.c: Don't include <netdb.h> included from
19421         getaddrinfo.h.
19422
19423 2005-09-20  Bruno Haible  <bruno@clisp.org>
19424
19425         * gnulib-tool: Remove trailing slashes from the values specified for
19426         --source-base, --m4-base, --tests-base, --aux-dir.
19427         Suggested by Simon Josefsson <jas@extundo.com>.
19428
19429 2005-09-20  Bruno Haible  <bruno@clisp.org>
19430
19431         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
19432         func_modules_to_filelist, func_import, func_create_testdir): Make all
19433         sorting results locale-independent, so that gnulib-cache.m4 doesn't
19434         change when gnulib-tool is invoked in a different locale.
19435
19436 2005-09-19  Simon Josefsson  <jas@extundo.com>
19437
19438         * m4/socklen.m4: Fix typo.
19439
19440 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19441
19442         Use a consistent style for including <config.h>.
19443         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
19444         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
19445         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
19446         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
19447         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
19448         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
19449         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
19450         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
19451         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
19452         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
19453         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
19454         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
19455         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
19456         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
19457         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
19458         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
19459         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
19460         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
19461         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
19462         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
19463         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
19464         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
19465         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
19466         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
19467         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
19468         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
19469         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
19470         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
19471         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
19472         lib/xstrtoumax.c, lib/yesno.c:
19473         Standardize inclusion of config.h.
19474         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
19475         lib/inttostr.h:  Removed inclusion of config.h from header files.
19476         * lib/inttostr.c:  Adjusted in-tree users.
19477         * lib/timespec.h: Remove superfluous warning to include config.h.
19478         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
19479         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
19480         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
19481         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
19482         config.h with HAVE_CONFIG_H.
19483
19484 2005-09-19  Jim Meyering  <jim@meyering.net>
19485
19486         * modules/pathmax (License): Change to LGPL.
19487
19488 2005-09-19  Derek Price  <derek@ximbiot.com>
19489
19490         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
19491
19492 2005-09-19  Bruno Haible  <bruno@clisp.org>
19493
19494         * gnulib-tool (import): Provide default for --tests-base.
19495
19496 2005-09-19  Bruno Haible  <bruno@clisp.org>
19497
19498         * doc/quote.texi: New file, extracted from gnulib.texi.
19499         * doc/ctime.texi: New file, extracted from gnulib.texi.
19500         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
19501         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
19502         * doc/gnulib.texi: Include them.
19503
19504 2005-09-18  Bruno Haible  <bruno@clisp.org>
19505
19506         Portability fix.
19507         * gnulib-tool (func_readlink): New function.
19508         (func_ln_if_changed): Use it.
19509
19510 2005-09-18  Bruno Haible  <bruno@clisp.org>
19511
19512         * gnulib-tool: Support --with-tests also with --import.
19513         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
19514         (func_import): Use variables $testsbase and $inctests. Emit a
19515         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
19516         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
19517         SUBDIRS += $testsdir.
19518         (func_create_testdir): Update.
19519
19520 2005-09-18  Bruno Haible  <bruno@clisp.org>
19521
19522         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
19523         instead of $dry_run.
19524         (func_cp_if_changed, func_mv_if_changed): Remove functions.
19525         (func_ln_if_changed): Don't handle dry-run here.
19526         (func_import): In dry-run mode, detect more precisely which actions
19527         would be performed, and don't use "...ing" verbs.
19528
19529 2005-09-18  Bruno Haible  <bruno@clisp.org>
19530
19531         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
19532         (func_import): Use join on two temporary files instead of three nested
19533         loops, in order to determine which files are new or old.
19534
19535 2005-09-18  Bruno Haible  <bruno@clisp.org>
19536
19537         * gnulib-tool (func_import): Comment out code that spits out the
19538         new files with --dry-run.
19539
19540 2005-09-18  Bruno Haible  <bruno@clisp.org>
19541
19542         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
19543
19544 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
19545
19546         * lib/stat-time.h: New file.
19547         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
19548         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
19549         in a different way.
19550         (timespec_cmp): New function.
19551         * lib/utimecmp.c: Include stat-time.h.
19552         (SYSCALL_RESOLUTION): Depend on whether various struct stat
19553         members exist, not on the obsolescent ST_MTIM_NSEC.
19554         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
19555
19556 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
19557
19558         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
19559
19560 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
19561
19562         * MODULES.html.sh (File system functions): Add stat-time.
19563         * modules/stat-time: New file.
19564         * modules/timespec (Files): Remove m4/st_mtim.m4; this
19565         is now done in a different way, by the stat-time module.
19566         * modules/utimecmp (Depends-on): Add stat-time.
19567
19568 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
19569
19570         * m4/st_mtim.m4: Remove.  Superseded by...
19571         * m4/stat-time.m4: New file.
19572         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
19573         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
19574
19575 2005-09-15  Derek Price  <derek@ximbiot.com>
19576
19577         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
19578
19579 2005-09-15  Derek Price  <derek@ximbiot.com>
19580
19581         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
19582         * lib/regex_internal.c: Ditto, using this...
19583         (__GNUC_PREREQ): ...new macro.
19584         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
19585         using...
19586         (__GNUC_PREREQ): ...this new macro.
19587
19588         * lib/strstr.h: Include string.h. Define strstr as a macro here.
19589
19590 2005-09-15  Derek Price  <derek@ximbiot.com>
19591             Paul Eggert  <eggert@cs.ucla.edu>
19592
19593         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
19594         changes, consolidating in...
19595         * lib/regex_internal.h: ...this file.
19596
19597 2005-09-13  Jim Meyering  <jim@meyering.net>
19598
19599         * lib/canon-host.c: Filter through gnu indent and reword comments
19600         slightly.
19601         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
19602
19603 2005-09-13  Derek Price  <derek@ximbiot.com>
19604
19605         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
19606         failure.
19607         Reported by Jim Meyering  <jim@meyering.net>.
19608
19609 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
19610
19611         * lib/base64.c: Typo.
19612         (base64_encode): Put b64str in initialized data section.
19613
19614 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
19615
19616         Merge glibc and coreutils changes into gnulib, plus a few
19617         extra fixes.
19618         * lib/md5.c: Use #error rather than a string.
19619         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
19620         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
19621         (__attribute__): Define to empty for non recent-GCC.
19622         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
19623         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
19624         Renamed from their non-__ counterparts, with new macros replacing
19625         them if not _LIBC.  Add __THROW attribute.
19626         (rol): Remove.
19627         (struct md5_ctx): Align buffer if using GCC.
19628         * lib/sha1.h (struct sha1_ctx): Likewise.
19629         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
19630         The old name was backwards.
19631         (NOTSWAP): Remove; not used.
19632         (rol): New macro, moved here from md5.h.
19633         (sha1_process_block): Remove a FIXME that doesn't make sense.
19634
19635 2005-09-12  Derek Price  <derek@ximbiot.com>
19636
19637         Return usable errors from canon-host.
19638         * lib/canon-host.h: New file.
19639         * lib/canon-host.c (canon_host): Wrap...
19640         (canon_host_r): ...this new function, which now relies exclusively on
19641         getaddrinfo.
19642         (ch_strerror): New function.
19643         (last_cherror): New global.
19644         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
19645         interface.
19646         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
19647         void *.
19648         (freeaddrinfo): Free ai->ai_canonname when set.
19649
19650 2005-09-12  Derek Price  <derek@ximbiot.com>
19651
19652         Make canon-host require getaddrinfo.
19653         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
19654         AC_LIBSOURCE canon-host.h.  Call...
19655         (gl_PREREQ_CANON_HOST): ...this new function, which requires
19656         gl_GETADDRINFO.
19657         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
19658
19659 2005-09-12  Derek Price  <derek@ximbiot.com>
19660
19661         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
19662         LGPL.
19663         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
19664
19665 2005-09-12  Derek Price  <derek@ximbiot.com>
19666
19667         * lib/gai_strerror.c: Include config.h when available.  Include
19668         getaddrinfo.h before other headers to test interface.
19669         Reported by Larry Jones <lawrence.jones@ugs.com>.
19670
19671 2005-09-12  Derek Price  <derek@ximbiot.com>
19672             Paul Eggert  <eggert@cs.ucla.edu>
19673
19674         * modules/glob (Files): Add glob-libc.h.
19675
19676 2005-09-12  Derek Price  <derek@ximbiot.com>
19677             Paul Eggert  <eggert@cs.ucla.edu>
19678
19679         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
19680         glob_.h, glob-libc.h.
19681         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
19682
19683 2005-09-12  Derek Price  <derek@ximbiot.com>
19684             Paul Eggert  <eggert@cs.ucla.edu>
19685
19686         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
19687         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
19688         protecting things that should be done only in gnulib contexts.
19689         * lib/glob_.h: New file, containing only the glob things needed for
19690         gnulib.
19691         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
19692         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
19693         (glob, globfree, glob_pattern_p): Now defined simply in terms of
19694         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
19695         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
19696         and to respect the namespace rules better.
19697
19698 2005-09-08  Simon Josefsson  <jas@extundo.com>
19699
19700         * modules/socklen: New file.
19701
19702 2005-09-08  Simon Josefsson  <jas@extundo.com>
19703
19704         * m4/socklen.m4: New file.
19705
19706 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19707
19708         * modules/utimens (Files): Add m4/utimbuf.m4, since
19709         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
19710         Reported by Sergey Poznyakoff.
19711
19712 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19713
19714         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
19715         definitions, since that's the preferred style in glibc.
19716         Fix a minor spacing issue, and update copyright notice to match
19717         glibc's.
19718
19719 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19720
19721         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
19722
19723 2005-09-06  Simon Josefsson  <jas@extundo.com>
19724
19725         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
19726         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
19727
19728 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
19729
19730         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
19731         warning.
19732
19733 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
19734
19735         * config/srclist.txt: Add glibc bug 1302.
19736
19737 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
19738
19739         Change bitset word type from unsigned int to unsigned long int,
19740         as this has better performance on typical 64-bit hosts.
19741         Port bitset code to hosts with unusual word sizes.
19742         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
19743         (build_collating_symbol):
19744         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
19745         argument is a bitset.  This is merely a style issue, but it makes
19746         it clearer that an entire array is expected.
19747         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
19748         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
19749         Port to the case where bitset_word is not the same as unsigned int.
19750         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
19751         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
19752         Likewise.
19753         * lib/regexec.c (check_dst_limits_calc_pos_1,
19754         check_subexp_matching_top):
19755         (build_trtable, group_nodes_into_DFAstates):
19756         Likewise.
19757         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
19758         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
19759         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
19760         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
19761         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
19762         * lib/regcomp.c (optimize_subexps, lower_subexp):
19763         Work even if bitset_word has holes in its bitwise representation.
19764         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
19765         * lib/regexec.c (check_dst_limits_calc_pos_1,
19766         check_subexp_matching_top):
19767         Likewise.
19768         * lib/regex_internal.c (re_string_reconstruct):
19769         Don't assume UCHAR_MAX == 255.
19770         * lib/regex_internal.h (bitset_set_all): Likewise.
19771         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
19772         All uses changed.
19773         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
19774         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
19775         All uses changed.
19776         (BITSET_WORD_MAX): New macro.
19777         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
19778         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
19779         (bitset_empty, bitset_copy):
19780         Prefer sizeof (bitset) to multiplying it out ourselves.
19781         (bitset_not_merge): Remove; unused.
19782         (bitset_contain): Return bool, not unsigned int with one bit on.
19783         All callers changed.
19784         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
19785         alignment than re_node_set; do this by defining a new internal
19786         type struct dests_alloc and using it to allocate memory.
19787
19788 2005-09-05  Bruno Haible  <bruno@clisp.org>
19789
19790         * gnulib-tool (func_import): Fix comparison in handling of symbolic
19791         links.
19792
19793 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
19794
19795         * modules/size_max (Makefile.am): Add size_max.h
19796
19797 2005-09-04  Derek Price  <derek@ximbiot.com>
19798
19799         * gnulib-tool (func_import): Fix reversed $symbolic logic.
19800
19801 2005-09-03  Simon Josefsson  <jas@extundo.com>
19802
19803         * gnulib-tool: Fix typo.
19804
19805 2005-09-03  Simon Josefsson  <jas@extundo.com>
19806
19807         * config/srclist.txt: Add glibc bug 1293.
19808
19809 2005-09-03  Derek Price  <derek@ximbiot.com>
19810
19811         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
19812         From Larry Jones <lawrence.jones@ugs.com>.
19813
19814 2005-09-02  Simon Josefsson  <jas@extundo.com>
19815
19816         * modules/socklen: New file.
19817
19818 2005-09-02  Simon Josefsson  <jas@extundo.com>
19819
19820         * modules/havelib: New module.
19821
19822         * modules/gettext, modules/iconv, modules/lock, modules/readline:
19823         Use havelib.
19824
19825 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
19826
19827         Check for arithmetic overflow when calculating sizes, to prevent
19828         some buffer-overflow issues.  These patches are conservative, in the
19829         sense that when I couldn't determine whether an overflow was possible,
19830         I inserted a run-time check.
19831         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
19832         macros.
19833         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
19834         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
19835         (re_xnrealloc, re_x2nrealloc): New inline functions.
19836         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
19837         parse_bracket_exp):
19838         (build_equiv_class, build_charclass): Check for arithmetic overflow
19839         in size expression calculations.
19840         * lib/regex_internal.c (re_string_realloc_buffers):
19841         (build_wcs_upper_buffer, re_node_set_add_intersect):
19842         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
19843         (re_dfa_add_node, register_state): Likewise.
19844         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
19845         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
19846         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
19847         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
19848
19849 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
19850
19851         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
19852         m4/ulonglong.m4.  Problem reported by Martin Lambers.
19853
19854 2005-09-02  Bruno Haible  <bruno@clisp.org>
19855
19856         Support for lib vs. lib64 distinction on biarch platforms.
19857         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
19858         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
19859         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
19860
19861 2005-09-02  Bruno Haible  <bruno@clisp.org>
19862
19863         * gnulib-tool (import): In the other first-use case, provide defaults
19864         as well.
19865
19866 2005-09-02  Bruno Haible  <bruno@clisp.org>
19867
19868         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
19869         patches not yet found in the latest gettext release.
19870
19871 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
19872
19873         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
19874         to avoid a collision with bits/local_lim.h in glibc.
19875         All uses changed.  Problem reported by Dmitry V. Levin in
19876         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
19877
19878         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
19879         bugs in int versus size_t comparisons.
19880         (re_string_context_at): Fix bug where the code assumed that
19881         Idx is signed.
19882
19883         Use bool where appropriate.
19884         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
19885         All callers changed.
19886         (calc_eclosure_iter): Likewise, for ROOT arg.
19887         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
19888         (build_charclass_op): Likewise, for NON_MATCH arg.
19889         * lib/regex_internal.c (re_string_allocate, re_string_construct):
19890         (re_string_construct_common): Likewise, for ICASE arg.
19891         * lib/regexec.c (re_search_2_stub, re_search_stub):
19892         Likewise, for RET_LEN arg.
19893         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
19894         (set_regs): Likewise, for FL_BACKTRACK arg.
19895         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
19896         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
19897         (calc_eclosure_iter, parse_bracket_exp):
19898         Use bool for internal variables that are booleans.
19899         * lib/regexec.c (re_search_internal, check_matching,
19900         proceed_next_node):
19901         (set_regs, build_sifted_states, sift_states_bkref):
19902         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
19903         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
19904         (find_collation_sequence_value):
19905         Likewise.
19906         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
19907         (re_node_set_compare):
19908         Return bool, not int. All callers changed.
19909         * lib/regexec.c (check_halt_node_context, check_dst_limits):
19910         (build_trtable, check_node_accept): Likewise.
19911         * lib/regex_internal.h: Include stdbool.h.
19912
19913         Fix bugs uncovered when converting to bool.
19914         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
19915         failure instead of charging ahead blindly.
19916         * lib/regex_internal.c (register_state): Likewise.
19917         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
19918         for freeing internal storage.
19919         (group_nodes_into_DFA_states): Use unsigned int, not int, for
19920         bitset pieces used as boolean, to avoid undefined behavior
19921         on hosts that do int overflow checking.
19922
19923 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
19924
19925         * config/srclist.txt: Add glibc bugs 1285-1287.
19926
19927 2005-09-01  Jim Meyering  <jim@meyering.net>
19928
19929         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
19930         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
19931         Require gl_STAT_MACROS, too.
19932
19933 2005-09-01  Bruno Haible  <bruno@clisp.org>
19934
19935         * gnulib-tool (import): In the first-use case, provide defaults.
19936
19937 2005-09-01  Bruno Haible  <bruno@clisp.org>
19938
19939         * gnulib-tool (func_import): Remove the .tmp files.
19940
19941 2005-09-01  Bruno Haible  <bruno@clisp.org>
19942
19943         * gnulib-tool (func_import): Fix handling of symbolic links.
19944
19945 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
19946
19947         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
19948         old glibc regex code mishandles strings longer than 2**31 bytes.
19949         This patch fixes this when the regex code is used in gnulib
19950         (i.e., outside glibc).
19951
19952         This patch should not affect the use of the regex code inside
19953         glibc.  No doubt this problem also needs to be handled for glibc
19954         as well, but the result will be an incompatible change to the
19955         glibc ABI, and the old ABI will have to be supported too.  That
19956         can be the the subject for another patch.
19957
19958         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
19959         governing whether the rest of this patch is active.  By default,
19960         the macro is disabled and the patch has no effect.
19961         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
19962         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
19963         (struct re_pattern_buffer, re_search, re_search_2, re_match):
19964         (re_match_2, re_set_registers): Use the new types.
19965         * lib/regex_internal.h (Idx, re_hashval_t): New types.
19966         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
19967         New macros.
19968         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
19969         (re_string_context_at, bin_tree_t, re_dfastate_t):
19970         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
19971         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
19972         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
19973         (re_string_char_size_at, re_string_wchar_at):
19974         (re_string_elem_size_at):
19975         Use the new types and macros to port to 64-bit hosts.
19976         Use unsigned types for internal values, so that the code
19977         mostly works even for arrays larger than SSIZE_MAX.
19978         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
19979         (search_duplicated_node, calc_eclosure_iter, fetch_number):
19980         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
19981         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
19982         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
19983         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
19984         (calc_inveclosure, parse_dup_op, build_range_exp):
19985         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
19986         (fetch_number, create_token_tree, mark_opt_subexp):
19987         Likewise.
19988         * lib/regex_internal.c (re_string_construct_common,
19989         create_ci_newstate):
19990         (create_cd_newstate, re_string_allocate, re_string_construct):
19991         (re_string_realloc_buffers, build_wcs_upper_buffer):
19992         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
19993         (re_string_reconstruct, re_string_peek_byte_case):
19994         (re_string_fetch_byte_case, re_string_context_at):
19995         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
19996         (re_node_set_init_copy, re_node_set_add_intersect):
19997         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
19998         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
19999         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
20000         (re_acquire_state, re_acquire_state_context, register_state):
20001         Likewise.
20002         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
20003         search_cur_bkref_entry):
20004         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
20005         (re_search_internal, re_search_2_stub, re_search_stub)
20006         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
20007         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
20008         (update_cur_sifted_state, check_dst_limits):
20009         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
20010         (check_subexp_limits, sift_states_bkref, merge_state_array):
20011         (check_subexp_matching_top, get_subexp, get_subexp_sub):
20012         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
20013         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
20014         (expand_bkref_cache, check_node_accept_bytes):
20015         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
20016         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
20017         (acquire_init_state_context, check_halt_node_context):
20018         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
20019         (sift_states_backward, clean_state_log_if_needed):
20020         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
20021         (find_recover_state, transit_state_sb, transit_state_mb):
20022         (transit_state_bkref, build_trtable, match_ctx_clean):
20023         Likewise.
20024         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
20025         to work around an assumption that REG_MISSING is negative.
20026
20027         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
20028         (seek_collating_symbol_entry) [defined _LIBC]:
20029         (lookup_collation_sequence_value) [defined _LIBC]:
20030         (build_range_exp, build_collating_symbol) [defined _LIBC]:
20031         Use prototypes rather than old-style function definitions.
20032         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
20033         (transit_state_sb) [0]:
20034         (find_collation_sequence_value) [defined _LIBC]: Likewise.
20035
20036         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
20037         rm_eo.
20038
20039         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
20040         (optimize_subexps, lower_subexp):
20041         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
20042         since the signed shift might overflow.  Use 1u<<31 instead.
20043         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
20044         Likewise.
20045         * lib/regexec.c (check_dst_limits_calc_pos_1,
20046         check_subexp_matching_top): Likewise.
20047
20048         * lib/regcomp.c (optimize_subexps, lower_subexp):
20049         Use CHAR_BIT rather than 8, for clarity.
20050         * lib/regexec.c (check_dst_limits_calc_pos_1):
20051         (check_subexp_matching_top): Likewise.
20052         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
20053         have to worry about portability issues when shifting it left.
20054         Remove no-longer-needed test for table_size > 0.
20055         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
20056         in a word, as the resulting behavior is undefined.
20057         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
20058         in one case, a <= should have been an <, and in another case the
20059         whole test was missing.
20060         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
20061         the standard name CHAR_BIT.
20062         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
20063         this is not true on one's complement and signed-magnitude hosts.
20064
20065         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
20066         next_last_offset.
20067         (struct re_dfa_t): Remove unused member states_alloc.
20068         * lib/regcomp.c (init_dfa): Don't initialize unused members.
20069
20070 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20071
20072         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
20073         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
20074         and large-file glibc and in 32-bit large-file Solaris.
20075
20076 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20077
20078         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
20079         lengths fit in regoff_t; this isn't true if regoff_t is the same
20080         width as size_t.
20081         * lib/regex.c (re_search_internal): 5th arg is LAST_START
20082         (= START + RANGE) instead of RANGE.  This avoids overflow
20083         problems when regoff_t is the same width as size_t.
20084         All callers changed.
20085         (re_search_2_stub): Check for overflow when adding the
20086         sizes of the two strings.
20087         (re_search_stub): Check for overflow when adding START
20088         to RANGE; if it occurs, substitute the extreme value.
20089
20090 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20091
20092         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
20093
20094 2005-08-31  Jim Meyering  <jim@meyering.net>
20095
20096         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
20097         a pointer-to-const.
20098         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
20099         (register_state): Likewise.
20100         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
20101         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
20102         (group_nodes_into_DFAstates): Likewise.
20103
20104 2005-08-31  Jim Meyering  <jim@meyering.net>
20105
20106         * check-module: Add a FIXME comment.
20107
20108 2005-08-31  Eric Blake  <ebb9@byu.net>
20109
20110         * modules/unistd-safer (Files): Add unistd--.h.
20111         * modules/stdio-safer (Files): Add stdio--.h.
20112
20113 2005-08-31  Derek Price  <derek@ximbiot.com>
20114
20115         * lib/getdelim.c (getdelim): Return EOF on EOF.
20116         Reported by Larry Jones <lawrence.jones@ugs.com>.
20117
20118 2005-08-31  Bruno Haible  <bruno@clisp.org>
20119
20120         Avoid unnecessary diffs in the generated lib/Makefile.am.
20121         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
20122         the generated files.
20123         (func_import): Don't set cmd.
20124
20125 2005-08-31  Bruno Haible  <bruno@clisp.org>
20126
20127         * lib/strstr.c: Include <stddef.h>, for NULL.
20128         * lib/strcasestr.c: Likewise.
20129         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20130
20131 2005-08-31  Bruno Haible  <bruno@clisp.org>
20132
20133         * gnulib-tool: New option --macro-prefix.
20134         (func_import): Use macro_prefix.
20135         (import): Handle option --macro-prefix.
20136
20137 2005-08-31  Bruno Haible  <bruno@clisp.org>
20138
20139         * gnulib-tool (import): Rename most ac_* variables to cached_*.
20140         Also use new variables cached_lgpl, cached_libtool.
20141
20142 2005-08-31  Bruno Haible  <bruno@clisp.org>
20143
20144         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
20145         always instantiating them.
20146
20147 2005-08-31  Bruno Haible  <bruno@clisp.org>
20148
20149         * gnulib-tool (func_import): Read the previous cached settings
20150         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
20151         earlier added by gnulib but are now dropped. Warn when a gnulib file
20152         overwrites a non-gnulib file.
20153
20154 2005-08-31  Bruno Haible  <bruno@clisp.org>
20155
20156         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
20157         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
20158         projects that don't keep autogenerated files in CVS. Put into
20159         actioncmd only the specified modules, not the transitive closure.
20160
20161 2005-08-31  Bruno Haible  <bruno@clisp.org>
20162
20163         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
20164         Create directories that shall be filled.
20165         (import): Don't look for gl_* macros in configure.ac. Recurse across
20166         all directories containing a gnulib-cache.m4 files, if meaningful.
20167
20168 2005-08-31  Bruno Haible  <bruno@clisp.org>
20169
20170         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
20171         (import): Set seen_libtool when we see gl_LIBTOOL.
20172
20173 2005-08-31  Bruno Haible  <bruno@clisp.org>
20174
20175         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
20176         declaration macro definitions from generated gnulib.m4.
20177
20178 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
20179
20180         * lib/iconvme.h: Add prototype for iconv_alloc.
20181
20182 2005-08-29  Simon Josefsson  <jas@extundo.com>
20183
20184         * lib/iconvme.c: Fix errno.
20185
20186 2005-08-29  Bruno Haible  <bruno@clisp.org>
20187
20188         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
20189         that it works when the directory contains spaces.
20190
20191 2005-08-29  Bruno Haible  <bruno@clisp.org>
20192
20193         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
20194
20195 2005-08-29  Bruno Haible  <bruno@clisp.org>
20196
20197         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
20198         Emit more advice.
20199
20200 2005-08-29  Bruno Haible  <bruno@clisp.org>
20201         and Stepan Kasal  <kasal@ucw.cz>
20202
20203         * check-module: If more parameters are given, check each of them
20204         separately; add more exceptions, as noted by Jim Meyering.
20205         (check_module): New procedure.
20206         (%exempt_header): Now contains all exceptions.
20207
20208 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
20209
20210         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
20211
20212 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
20213
20214         * lib/iconvme.c: Split iconv_string into iconv_alloc.
20215
20216 2005-08-28  Bruno Haible  <bruno@clisp.org>
20217
20218         * m4/gnulib-tool.m4: New file.
20219
20220 2005-08-27  Jim Meyering  <jim@meyering.net>
20221
20222         * modules/unistd-safer (Files): Add pipe-safer.c.
20223         * modules/fcntl-safer (Files): Add creat-safer.c.
20224
20225 2005-08-27  Jim Meyering  <jim@meyering.net>
20226
20227         * m4/stdlib-safer.m4: New file.  From coreutils.
20228         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
20229         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
20230         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
20231         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
20232         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
20233
20234 2005-08-27  Jim Meyering  <jim@meyering.net>
20235
20236         * lib/fopen-safer.c: Merge minor changes from coreutils.
20237         * lib/dup-safer.c: Likewise.
20238         * lib/fd-safer.c: Likewise.
20239
20240         Merge from coreutils.
20241         * lib/stdio--.h: New file.
20242         * lib/stdlib--.h: New file.
20243         * lib/mkstemp-safer.c: New file.
20244
20245         GNU tar needs these.
20246         * lib/pipe-safer.c: New file.
20247         * lib/creat-safer.c: New file.
20248         * lib/fcntl--.h (creat): Define to creat_safer.
20249         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
20250         * lib/unistd--.h (pipe): Define to pipe_safer.
20251         * lib/unistd-safer.h: Declare pipe_safer.
20252
20253 2005-08-26  Simon Josefsson  <jas@extundo.com>
20254
20255         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
20256         Haible <bruno@clisp.org>.
20257
20258 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
20259
20260         * lib/regex_internal.h: Remove all references to
20261         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
20262         or better.
20263         (bitset_not, bitset_merge, bitset_not_merge):
20264         (bitset_mask, re_string_allocate, re_string_construct):
20265         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
20266         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
20267         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
20268         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
20269         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
20270         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
20271         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
20272         (re_acquire_state_context):
20273         Remove unnecessary forward decls.
20274         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
20275         Put __attribute at function definition,
20276         now that the function decl has been removed.
20277         * lib/regex_internal.c (re_string_peek_byte_case):
20278         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
20279         Likewise.
20280
20281 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
20282
20283         * m4/regex.m4: Add AC_PREREQ(2.50).
20284         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
20285
20286 2005-08-25  Simon Josefsson  <jas@extundo.com>
20287
20288         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
20289         __fsetlocking.
20290
20291 2005-08-25  Simon Josefsson  <jas@extundo.com>
20292
20293         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
20294         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
20295         GLIBC specific code.
20296
20297 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20298
20299         Make regex safe for g++.  This fixes one real bug (an "err"
20300         that should have been "*err").  g++ problem reported by
20301         Sam Steingold.
20302         * lib/regex_internal.h (re_calloc): New macro, consistent with
20303         re_malloc etc.  All callers of calloc changed to use re_calloc.
20304         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
20305         not int.  All callers changed.
20306         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
20307         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
20308         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
20309         (find_recover_state): Change "err" to "*err"; this fixes what
20310         appears to be a real bug.
20311         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
20312         versus int.
20313
20314 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20315
20316         * modules/regex (Depends-on): Add malloc, since the code
20317         assumes that !malloc(0) means failure.
20318
20319 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20320
20321         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
20322
20323         alloca modernization/simplification for regex.
20324         * lib/regex.c: Remove portability cruft for alloca.  This no longer
20325         needs to be at the start of the file, and can be moved into
20326         regex_internal.h and simplified.
20327         * lib/regex_internal.h: Include <alloca.h>.
20328         (__libc_use_alloca) [!defined _LIBC]: New macro.
20329         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
20330         now works outside glibc.
20331
20332 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20333
20334         * config/srclist.txt: Add glibc bugs 1241, 1245.
20335
20336 2005-08-25  Jim Meyering  <jim@meyering.net>
20337
20338         * lib/open-safer.c: Include <config.h>.
20339         Otherwise, we'd lose LARGEFILE support in any file using
20340         e.g. "fcntl--.h"
20341
20342 2005-08-25  Bruno Haible  <bruno@clisp.org>
20343
20344         * m4/minmax.m4: Require autoconf 2.52.
20345         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
20346         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
20347         alternatives of translit over the alphabet.
20348         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
20349
20350 2005-08-24  Simon Josefsson  <jas@extundo.com>
20351
20352         * tests/test-getpass.c: New file.
20353
20354 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20355
20356         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
20357         for GNU regex features.
20358
20359 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20360
20361         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
20362         * lib/regex.h (regerror): Likewise.
20363
20364         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
20365         requires this.  (The code never needed it.)
20366
20367         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
20368         All uses of recently-renamed identifiers changed to use the new,
20369         POSIX-compliant names.  The code will build and run just fine
20370         without these changes, but it's better to eat our own dog food
20371         and use the standard-conforming names.
20372
20373         * lib/regex.h: Fix a multitude of POSIX name space violations.
20374         These changes have an effect only for programs that define
20375         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
20376         do not change anything for programs compiled in the normal way.
20377         Also, there is no effect on the ABI.
20378
20379         (_REGEX_SOURCE): New macro.
20380         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
20381         defined and _GNU_SOURCE is not; this fixes a name space violation.
20382
20383         Rename the following macros to obey POSIX requirements.
20384         The old names are still visible as macros if _REGEX_SOURCE is defined.
20385         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
20386         RE_BACKSLASH_ESCAPE_IN_LISTS.
20387         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
20388         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
20389         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
20390         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
20391         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
20392         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
20393         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
20394         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
20395         (REG_INTERVALS): renamed from RE_INTERVALS.
20396         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
20397         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
20398         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
20399         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
20400         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
20401         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
20402         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
20403         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
20404         RE_UNMATCHED_RIGHT_PAREN_ORD.
20405         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
20406         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
20407         (REG_DEBUG): renamed from RE_DEBUG.
20408         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
20409         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
20410         unusual, since we can't clash with the POSIX REG_ICASE.
20411         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
20412         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
20413         (REG_NO_SUB): renamed from RE_NO_SUB.
20414         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
20415         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
20416         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
20417         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
20418         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
20419         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
20420         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
20421         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
20422         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
20423         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
20424         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
20425         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
20426         RE_SYNTAX_POSIX_MINIMAL_BASIC.
20427         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
20428         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
20429         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
20430         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
20431         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
20432         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
20433         (REG_FIXED): Renamed from REGS_FIXED.
20434         (REG_NREGS): Renamed from RE_NREGS.
20435
20436         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
20437         of other REG_* macros, since POSIX says the user is allowed to
20438         #undef these macros selectively.
20439
20440         (reg_errcode_t): Update comment stating what other tables need
20441         to be consistent.
20442
20443         Rename the following enum values to obey POSIX requirements.
20444         The old names are still visible as macros.
20445         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
20446         is not defined, since GNU is supposed to be a superset of POSIX as
20447         much as possible, and since we want reg_errcode_t to be a signed
20448         type for implementation consistency.
20449         (_REG_NOERROR): Renamed from REG_NOERROR.
20450         (_REG_NOMATCH): Renamed from REG_NOMATCH.
20451         (_REG_BADPAT): Renamed from REG_BADPAT.
20452         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
20453         (_REG_ECTYPE): Renamed from REG_ECTYPE.
20454         (_REG_EESCAPE): Renamed from REG_EESCAPE.
20455         (_REG_ESUBREG): Renamed from REG_ESUBREG.
20456         (_REG_EBRACK): Renamed from REG_EBRACK.
20457         (_REG_EPAREN): Renamed from REG_EPAREN.
20458         (_REG_EBRACE): Renamed from REG_EBRACE.
20459         (_REG_BADBR): Renamed from REG_BADBR.
20460         (_REG_ERANGE): Renamed from REG_ERANGE.
20461         (_REG_ESPACE): Renamed from REG_ESPACE.
20462         (_REG_BADRPT): Renamed from REG_BADRPT.
20463         (_REG_EEND): Renamed from REG_EEND.
20464         (_REG_ESIZE): Renamed from REG_ESIZE.
20465         (_REG_ERPAREN): Renamed from REG_ERPAREN.
20466         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
20467         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
20468         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
20469         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
20470
20471         (_REG_RE_NAME, _REG_RM_NAME): New macros.
20472         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
20473         changed.  But support the old name if the new one is not defined
20474         and if _REGEX_SOURCE.
20475
20476         Change the following member names in struct re_pattern_buffer.
20477         The old names are still supported if !_REGEX_SOURCE.
20478         The new names are always supported, regardless of _REGEX_SOURCE.
20479         (re_buffer): Renamed from buffer.
20480         (re_allocated): Renamed from allocated.
20481         (re_used): Renamed from used.
20482         (re_syntax): Renamed from syntax.
20483         (re_fastmap): Renamed from fastmap.
20484         (re_translate): Renamed from translate.
20485         (re_can_be_null): Renamed from can_be_null.
20486         (re_regs_allocated): Renamed from regs_allocated.
20487         (re_fastmap_accurate): Renamed from fastmap_accurate.
20488         (re_no_sub): Renamed from no_sub.
20489         (re_not_bol): Renamed from not_bol.
20490         (re_not_eol): Renamed from not_eol.
20491         (re_newline_anchor): Renamed from newline_anchor.
20492
20493         Change the following member names in struct re_registers.
20494         The old names are still supported if !_REGEX_SOURCE.
20495         The new names are always supported, regardless of _REGEX_SOURCE.
20496         (rm_num_regs): Renamed from num_regs.
20497         (rm_start): Renamed from start.
20498         (rm_end): Renamed from end.
20499
20500         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
20501         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
20502         Prepend __ to parameter names.
20503
20504         Undo yesterday's changes.
20505
20506 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20507
20508         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
20509         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
20510         lib/regex.c.
20511
20512 2005-08-24  Jim Meyering  <jim@meyering.net>
20513
20514         Sync from coreutils.
20515         * m4/fcntl-safer.m4: New file.
20516
20517         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
20518         and object files for this module.
20519
20520 2005-08-24  Jim Meyering  <jim@meyering.net>
20521
20522         Sync from coreutils.
20523         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
20524
20525 2005-08-24  Jim Meyering  <jim@meyering.net>
20526
20527         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
20528         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
20529
20530 2005-08-24  Jim Meyering  <jim@meyering.net>
20531
20532         * modules/fcntl-safer: New module.
20533         * modules/fts (Depends-on): Add fcntl-safer.
20534         * MODULES.html.sh (File descriptor based Input/Output):
20535         Add fcntl-safer.
20536
20537 2005-08-24  Bruno Haible  <bruno@clisp.org>
20538
20539         Support for unit test modules.
20540         * modules/README: Mention tests modules.
20541         * modules/TEMPLATE-TESTS: New file.
20542         * gnulib-tool: New options --extract-tests-module, --with-tests and
20543         --tests-base (unused for the moment).
20544         (testsbase, inctests): New variables.
20545         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
20546         (func_verify_module): Exclude TEMPLATE-TESTS.
20547         (func_verify_nontests_module, func_verify_tests_module): New functions.
20548         (func_get_dependencies): Add implicit dependency for tests modules.
20549         (func_get_tests_module): New function.
20550         (func_modules_transitive_closure): When --with-tests was specified,
20551         include the unit tests as well, unless explicitly avoided.
20552         (func_emit_lib_Makefile_am): Ignore the tests modules here.
20553         (func_emit_tests_Makefile_am): New function.
20554         (func_create_testdir): When --with-tests was specified, emit a
20555         tests/ directory.
20556         * MODULES.html.sh (Future developments): Update.
20557
20558 2005-08-24  Bruno Haible  <bruno@clisp.org>
20559
20560         * modules/tls-tests: New file.
20561         * tests/test-tls.c: New file, from GNU gettext.
20562
20563 2005-08-24  Bruno Haible  <bruno@clisp.org>
20564
20565         * modules/lock-tests: New file.
20566         * tests/test-lock.c: New file, from GNU gettext.
20567
20568 2005-08-24  Bruno Haible  <bruno@clisp.org>
20569
20570         * lib/lock.h: Add multiple inclusion guard.
20571         * lib/tls.h: Add multiple inclusion guard.
20572
20573 2005-08-24  Bruno Haible  <bruno@clisp.org>
20574
20575         * gnulib-tool: Add support for the --aux-dir option to
20576         --create-testdir, --create-megatestdir, --test, --megatest.
20577         (func_create_testdir, func_create_megatestdir): Optionally emit a
20578         AC_CONFIG_AUX_DIR directive.
20579         (create-testdir, create-megatestdir, test, megatest): Provide a
20580         default value for $auxdir.
20581
20582 2005-08-24  Bruno Haible  <bruno@clisp.org>
20583
20584         * gnulib-tool (import): Use compound statement instead of subshell
20585         where possible.
20586
20587 2005-08-24  Bruno Haible  <bruno@clisp.org>
20588
20589         * gnulib-tool (import): Change --aux-dir default to "build-aux".
20590
20591 2005-08-24  Bruno Haible  <bruno@clisp.org>
20592
20593         * gnulib-tool (func_version): Update.
20594
20595 2005-08-24  Bruno Haible  <bruno@clisp.org>
20596
20597         * gnulib-tool (func_import, func_create_testdir,
20598         func_create_megatestdir): Quote all autoconf macro arguments.
20599
20600 2005-08-24  Bruno Haible  <bruno@clisp.org>
20601
20602         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
20603         option --force, because --force causes the aclocal.m4 of each
20604         subdirectory to be newer than the corresponding config.h.in.
20605
20606 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
20607
20608         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
20609         All contents moved to gl_REGEX.
20610         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
20611         assume that it does.
20612
20613 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
20614
20615         * lib/regex.h (REG_NOSYS)
20616         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
20617         Define, since POSIX requires it as of 2001.
20618         (_REG_ENOSYS)
20619         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
20620         New private symbol, used to keep the enum signed in all cases.
20621         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
20622         Youngman in
20623         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
20624
20625         * lib/regex_internal.c (re_string_skip_chars, register_state):
20626         (calc_state_hash):
20627         Remove forward decls; no longer needed now that we use prototypes.
20628         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
20629         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
20630         (clean_state_log_if_needed): Likewise.
20631
20632 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
20633
20634         * config/srclist.txt: Add glibc bugs 1231-1233.
20635
20636 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20637
20638         Fix problems reported by Sam Steingold in
20639         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
20640         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
20641         assumed that reg_errcode_t is a signed type, which is not
20642         necessarily true if _XOPEN_SOURCE is not defined.
20643         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
20644         since some compilers warn about it otherwise.
20645
20646 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20647
20648         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
20649         (init_word_char, create_initial_state, duplicate_node_closure):
20650         (fetch_token, peek_token_bracket, build_range_exp):
20651         (build_collating_symbol): Remove forward decls; no longer needed
20652         now that we use prototypes.
20653
20654         * lib/regcomp.c:
20655         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
20656         (re_compile_fastmap_iter, regcomp, regerror, regfree):
20657         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
20658         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
20659         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
20660         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
20661         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
20662         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
20663         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
20664         (build_range_exp, build_collating_symbol, parse_bracket_exp):
20665         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
20666         (build_charclass, build_charclass_op, fetch_number, create_tree):
20667         (create_token_tree, mark_opt_subexp, duplicate_tree):
20668         Use prototypes rather than old-style definitions.
20669
20670         * lib/regex_internal.c:
20671         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
20672         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
20673         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
20674         (re_string_reconstruct, re_string_peek_byte_case):
20675         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
20676         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
20677         (re_node_set_init_copy, re_node_set_add_intersect):
20678         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
20679         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
20680         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
20681         (re_acquire_state, re_acquire_state_context, register_state):
20682         (create_ci_newstate, create_cd_newstate, free_state):
20683         Likewise.
20684         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
20685         re_search_2):
20686         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
20687         (re_search_internal, prune_impossible_nodes):
20688         (acquire_init_state_context, check_matching, static):
20689         (check_halt_node_context, check_halt_state_context, proceed_next_node):
20690         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
20691         (update_regs, sift_states_backward, build_sifted_states):
20692         (clean_state_log_if_needed, merge_state_array):
20693         (update_cur_sifted_state, add_epsilon_src_nodes):
20694         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
20695         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
20696         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
20697         (find_recover_state, check_subexp_matching_top, transit_state_mb):
20698         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
20699         (check_arrival, check_arrival_add_next_nodes):
20700         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
20701         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
20702         (check_node_accept_bytes, check_node_accept, extend_buffers):
20703         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
20704         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
20705         (sift_ctx_init):
20706         Likewise.
20707
20708         * lib/regex_internal.h:
20709         (re_string_allocate, re_string_construct, re_string_reconstruct):
20710         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
20711         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
20712         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
20713         (re_string_context_at, re_string_peek_byte_case):
20714         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
20715         is defined, since we now use prototypes always.
20716
20717         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
20718         C89 or better.  All uses removed.
20719
20720 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20721
20722         * config/srclist.txt: Add glibc bugs 1220-1227.
20723
20724 2005-08-20  Jim Meyering  <jim@meyering.net>
20725
20726         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
20727         of unused local, dfa.
20728
20729 2005-08-20  Bruno Haible  <bruno@clisp.org>
20730
20731         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
20732
20733 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20734
20735         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
20736         (re_node_set_insert_last, re_dfa_add_node):
20737         Rename local variables to avoid GCC shadowing warnings.
20738
20739 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20740
20741         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
20742         [defined lint]: Suppress bogus uninitialized-variable warnings.
20743
20744         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
20745         and let the caller return REG_ESPACE if out of space.  This
20746         removes an uninitialied-variable warning with GCC 4.0.1, and also
20747         avoids taking the address of a local variable.  All callers
20748         changed.
20749
20750 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20751
20752         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
20753         $LIBCSRC/posix/regexec.c.
20754         Add glibc bug 1217 for regcomp.c.
20755
20756 2005-08-19  Jim Meyering  <jim@meyering.net>
20757
20758         * lib/regexec.c (proceed_next_node): Redo local variables to
20759         avoid GCC shadowing warnings.
20760
20761 2005-08-18  Bruno Haible  <bruno@clisp.org>
20762
20763         * lib/strstr.c (strstr): Fix return value in multibyte case.
20764         * lib/strcasestr.c (strcasestr): Likewise.
20765
20766 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
20767
20768         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
20769
20770 2005-08-17  Jim Meyering  <jim@meyering.net>
20771
20772         Make the %s format (seconds since the epoch) work for a negative
20773         number and when used with a zero-padded field width, e.g. %015s.
20774
20775         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
20776         label so that it precedes the code to set `digits'.  Otherwise,
20777         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
20778         print `00-22'.  Now, it prints `-0022', as it should.
20779
20780 2005-08-17  Bruno Haible  <bruno@clisp.org>
20781
20782         * modules/strstr (Files): Add m4/mbrtowc.m4.
20783         (Depends-on): Add mbuiter.
20784
20785 2005-08-17  Bruno Haible  <bruno@clisp.org>
20786
20787         * modules/strcasestr: New file.
20788         * MODULES.html.sh (String handling, based on ANSI C 89): Add
20789         strcasestr.
20790
20791 2005-08-17  Bruno Haible  <bruno@clisp.org>
20792
20793         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
20794
20795 2005-08-17  Bruno Haible  <bruno@clisp.org>
20796
20797         * modules/mbuiter: New file.
20798         * MODULES.html.sh (Extended multibyte and wide character utilities):
20799         Add mbuiter.
20800
20801 2005-08-17  Bruno Haible  <bruno@clisp.org>
20802
20803         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
20804         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
20805
20806 2005-08-17  Bruno Haible  <bruno@clisp.org>
20807
20808         * m4/strcasestr.m4: New file.
20809
20810 2005-08-17  Bruno Haible  <bruno@clisp.org>
20811
20812         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
20813         * lib/strstr.c: Completely rewritten, with multibyte locale support.
20814
20815 2005-08-17  Bruno Haible  <bruno@clisp.org>
20816
20817         * lib/strcasestr.h: New file.
20818         * lib/strcasestr.c: New file.
20819
20820 2005-08-17  Bruno Haible  <bruno@clisp.org>
20821
20822         * lib/strcasecmp.c: Use mbuiter.h.
20823
20824 2005-08-17  Bruno Haible  <bruno@clisp.org>
20825
20826         * lib/mbuiter.h: New file.
20827
20828 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
20829
20830         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
20831         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
20832         and gl_GETOPT are both invoked via different paths (as happens
20833         with GNU tar CVS because it uses both argp and getopt), the former
20834         wins.
20835
20836 2005-08-16  Bruno Haible  <bruno@clisp.org>
20837
20838         * modules/tls: New file.
20839         * MODULES.html.sh (Multithreading): Add tls.
20840
20841 2005-08-16  Bruno Haible  <bruno@clisp.org>
20842
20843         * modules/strnlen1: New file.
20844         * MODULES.html.sh (String handling): Add strnlen1.
20845
20846 2005-08-16  Bruno Haible  <bruno@clisp.org>
20847
20848         * modules/strcase (Files): Add m4/mbrtowc.m4.
20849         (Depends-on): Add strnlen1, mbchar.
20850
20851 2005-08-16  Bruno Haible  <bruno@clisp.org>
20852
20853         * modules/mbiter: New file.
20854         * MODULES.html.sh (Extended multibyte and wide character utilities):
20855         Add mbiter.
20856
20857 2005-08-16  Bruno Haible  <bruno@clisp.org>
20858
20859         * modules/mbfile: New file.
20860         * MODULES.html.sh (Extended multibyte and wide character utilities):
20861         Add mbfile.
20862
20863 2005-08-16  Bruno Haible  <bruno@clisp.org>
20864
20865         * modules/mbchar: New file.
20866         * MODULES.html.sh (Extended multibyte and wide character utilities):
20867         New section.
20868
20869 2005-08-16  Bruno Haible  <bruno@clisp.org>
20870
20871         * m4/tls.m4: New file, from GNU gettext.
20872
20873 2005-08-16  Bruno Haible  <bruno@clisp.org>
20874
20875         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
20876         always.
20877         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
20878
20879 2005-08-16  Bruno Haible  <bruno@clisp.org>
20880
20881         * m4/mbiter.m4: New file.
20882
20883 2005-08-16  Bruno Haible  <bruno@clisp.org>
20884
20885         * m4/mbfile.m4: New file.
20886
20887 2005-08-16  Bruno Haible  <bruno@clisp.org>
20888
20889         * m4/mbchar.m4: New file.
20890
20891 2005-08-16  Bruno Haible  <bruno@clisp.org>
20892
20893         * lib/tls.h: New file, from GNU gettext.
20894         * lib/tls.c: New file, from GNU gettext.
20895
20896 2005-08-16  Bruno Haible  <bruno@clisp.org>
20897
20898         * lib/strnlen1.h: New file.
20899         * lib/strnlen1.c: New file.
20900
20901 2005-08-16  Bruno Haible  <bruno@clisp.org>
20902
20903         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
20904         (mbi_init): Update.
20905         (mbi_avail, mbi_advance): Let the iteration end before the terminating
20906         NUL byte, not after it.
20907
20908 2005-08-16  Bruno Haible  <bruno@clisp.org>
20909
20910         * lib/strcase.h (strcasecmp): Add note in comments.
20911         * lib/strncasecmp.c: Use code from strcasecmp.c.
20912         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
20913         (strcasecmp): Work correctly in multibyte locales.
20914
20915 2005-08-16  Bruno Haible  <bruno@clisp.org>
20916
20917         * lib/mbiter.h: New file.
20918
20919 2005-08-16  Bruno Haible  <bruno@clisp.org>
20920
20921         * lib/mbfile.h: New file.
20922
20923 2005-08-16  Bruno Haible  <bruno@clisp.org>
20924
20925         * lib/mbchar.h: New file.
20926         * lib/mbchar.c: New file.
20927
20928 2005-08-16  Bruno Haible  <bruno@clisp.org>
20929
20930         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
20931         the valid ones. Makes the comparison operations transitive:
20932         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
20933         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
20934
20935 2005-08-15  Simon Josefsson  <jas@extundo.com>
20936
20937         * modules/ssize_t (License): Change to 'unlimited'.
20938
20939         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
20940
20941 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
20942
20943         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
20944         Add comments for each pending glibc patch.
20945
20946 2005-08-15  Bruno Haible  <bruno@clisp.org>
20947
20948         * lib/regex.h (__restrict_arr): Don't define to __restrict if
20949         __cplusplus is defined.
20950
20951 2005-08-14  Jim Meyering  <jim@meyering.net>
20952
20953         Sync from coreutils.
20954
20955         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
20956         Use the hash-table-based cycle-detection code not just when
20957         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
20958         Reported by James Youngman in
20959         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
20960         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
20961         FTS_TIGHT_CYCLE_CHECK.
20962         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
20963         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
20964         once again.
20965         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
20966         * lib/fts.c (fd_safer): Remove decl.
20967         Include fcntl--.h rather than unistd-safer.h
20968         (fts_safe_changedir): Don't call fd_safer; no longer needed
20969         now that we include fcntl--.h.
20970
20971 2005-08-12  Simon Josefsson  <jas@extundo.com>
20972
20973         * modules/getndelim2: Use ssize_t module.
20974         * modules/getnline: Likewise.
20975         * modules/safe-read: Likewise.
20976         * modules/xreadlink: Likewise.
20977
20978         * modules/ssize_t: New file.
20979
20980 2005-08-12  Simon Josefsson  <jas@extundo.com>
20981
20982         * m4/readline.m4: Look for termcap, curses or ncurses if required.
20983
20984 2005-08-12  Simon Josefsson  <jas@extundo.com>
20985
20986         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20987         ssize_t.
20988
20989 2005-08-12  Simon Josefsson  <jas@extundo.com>
20990
20991         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
20992         readline, getdelim and check_version.
20993         (Support for systems lacking ISO C 99: Sizes of integer types):
20994         Add size_max.
20995
20996 2005-08-12  Bruno Haible  <bruno@clisp.org>
20997
20998         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
20999
21000 2005-08-11  Simon Josefsson  <jas@extundo.com>
21001
21002         * modules/readline: New file.
21003
21004         * modules/strnlen (Files): Add strnlen.h.
21005
21006 2005-08-11  Simon Josefsson  <jas@extundo.com>
21007
21008         * m4/readline.m4: New file.
21009
21010 2005-08-11  Simon Josefsson  <jas@extundo.com>
21011
21012         * lib/readline.h, readline.c: New file.
21013
21014 2005-08-11  Simon Josefsson  <jas@extundo.com>
21015
21016         * doc/gnulib.texi (Initial import, Finishing touches): Mention
21017         gl_AVOID.
21018
21019 2005-08-11  Bruno Haible  <bruno@clisp.org>
21020
21021         * lib/strnlen.h (strnlen): Change parameter name to match comment.
21022
21023 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
21024
21025         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
21026
21027 2005-08-10  Simon Josefsson  <jas@extundo.com>
21028
21029         * tests/test-iconvme.c: New file.
21030
21031 2005-08-10  Simon Josefsson  <jas@extundo.com>
21032
21033         * m4/strnlen.m4: New file.
21034
21035         * m4/strndup.m4: Don't check for strnlen declaration, done in
21036         strnlen.m4.
21037
21038 2005-08-10  Simon Josefsson  <jas@extundo.com>
21039
21040         * lib/strndup.c: Use strnlen.h.
21041
21042         * lib/strnlen.h: New file.
21043
21044 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
21045
21046         * README: Typos.
21047
21048 2005-08-02  Simon Josefsson  <jas@extundo.com>
21049
21050         * modules/readline: New file.
21051
21052 2005-08-02  Simon Josefsson  <jas@extundo.com>
21053
21054         * modules/getdelim: New file.
21055
21056         * modules/getline: Rewrite, don't use getndelim2.
21057
21058 2005-08-02  Simon Josefsson  <jas@extundo.com>
21059
21060         * m4/getline.m4: Separate out getdelim stuff into separate module.
21061
21062         * m4/getdelim.m4: New file.
21063
21064 2005-08-02  Simon Josefsson  <jas@extundo.com>
21065
21066         * lib/getline.h, getline.c: Rewrite.
21067
21068         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
21069
21070 2005-07-31  Bruno Haible  <bruno@clisp.org>
21071
21072         * lib/lock.h (gl_lock_initializer): New macro.
21073         (gl_lock_define_initialized): Use it.
21074         (gl_rwlock_initializer): New macro.
21075         (gl_rwlock_define_initialized): Use it.
21076         (gl_recursive_lock_initializer): New macro.
21077         (gl_recursive_lock_define_initialized): Use it.
21078
21079 2005-07-30  Karl Berry  <karl@gnu.org>
21080
21081         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
21082         Report from Ben Pfaff, regarding getopt.
21083
21084 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
21085
21086         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
21087         normal way.
21088         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
21089         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
21090         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
21091         (gl_GETOPT): Use the new macros.  Most of the implementation
21092         is moved to the new macros.  This is for programs like Emacs
21093         that don't want all the functionality of gl_GETOPT.
21094
21095 2005-07-26  Bruno Haible  <bruno@clisp.org>
21096
21097         * m4/lock.m4: Update from GNU gettext.
21098
21099 2005-07-26  Bruno Haible  <bruno@clisp.org>
21100
21101         * lib/lock.h: Update from GNU gettext.
21102         * lib/lock.c: Update from GNU gettext.
21103
21104 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
21105
21106         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
21107         obsolescent AC_TRY_RUN.  Include the default includes files, for
21108         'exit'.
21109
21110 2005-07-24  Bruno Haible  <bruno@clisp.org>
21111
21112         * modules/visibility: New file.
21113         * MODULES.html.sh (Misc): Add visibility.
21114
21115 2005-07-24  Bruno Haible  <bruno@clisp.org>
21116
21117         * m4/visibility.m4: New file.
21118
21119 2005-07-24  Bruno Haible  <bruno@clisp.org>
21120
21121         * doc/visibility.texi: New file.
21122
21123 2005-07-22  Bruno Haible  <bruno@clisp.org>
21124
21125         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
21126         $(ALLOCA_H), redundant through BUILT_SOURCES.
21127         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
21128         redundant through BUILT_SOURCES.
21129         * modules/byteswap (Makefile.am): Remove explicit dependency on
21130         $(BYTESWAP_H), redundant through BUILT_SOURCES.
21131         * modules/fnmatch (Makefile.am): Remove explicit dependency on
21132         $(FNMATCH_H), redundant through BUILT_SOURCES.
21133         * modules/getopt (Makefile.am): Remove explicit dependency on
21134         $(GETOPT_H), redundant through BUILT_SOURCES.
21135         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
21136         redundant through BUILT_SOURCES.
21137         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
21138         redundant through BUILT_SOURCES.
21139         * modules/stdbool (Makefile.am): Remove explicit dependency on
21140         $(STDBOOL_H), redundant through BUILT_SOURCES.
21141         * modules/stdint (Makefile.am): Remove explicit dependency on
21142         $(STDINT_H), redundant through BUILT_SOURCES.
21143         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
21144         Remove explicit dependency on $(SYSEXITS_H).
21145         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
21146
21147 2005-07-18  Simon Josefsson  <jas@extundo.com>
21148
21149         * lib/check-version.c (check_version): Accept identical versions too.
21150
21151 2005-07-18  Bruno Haible  <bruno@clisp.org>
21152
21153         * modules/lock: New file.
21154         * MODULES.html.sh (Multithreading): New section.
21155
21156 2005-07-18  Bruno Haible  <bruno@clisp.org>
21157
21158         * m4/lock.m4: New file, from GNU gettext.
21159
21160 2005-07-18  Bruno Haible  <bruno@clisp.org>
21161
21162         * lib/lock.h: New file, from GNU gettext.
21163         * lib/lock.c: New file, from GNU gettext.
21164
21165 2005-07-18  Bruno Haible  <bruno@clisp.org>
21166
21167         * lib/lock.h (gl_once_t): New type.
21168         (gl_once_define, gl_once): New macros.
21169         * lib/lock.c (fresh_once): New variable.
21170         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
21171         functions.
21172
21173 2005-07-16  Simon Josefsson  <jas@extundo.com>
21174
21175         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
21176         workaround, suggested by Bruno.
21177
21178 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
21179
21180         * modules/xalloc (Depends-on): Add xalloc-die.
21181         * modules/xvasprintf (Depends-on): Add xalloc-die.
21182
21183 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
21184
21185         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
21186         with a minor change.
21187
21188 2005-07-15  Bruno Haible  <bruno@clisp.org>
21189
21190         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
21191         When using lib/poll.c, define poll as rpl_poll.
21192
21193 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
21194
21195         * modules/argp (Depends-on): Remove unlocked-io.
21196
21197 2005-07-14  Derek Price  <derek@ximbiot.com>
21198
21199         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
21200         for glob symlink bug.
21201
21202 2005-07-14  Bruno Haible  <bruno@clisp.org>
21203
21204         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
21205         Instead, test for *_unlocked function declarations directly.
21206
21207 2005-07-11  Simon Josefsson  <jas@extundo.com>
21208
21209         * modules/size_max: New file.
21210
21211         * modules/xsize: Depend on size_max module for size_max.m4.
21212
21213 2005-07-11  Simon Josefsson  <jas@extundo.com>
21214
21215         * lib/size_max.h: New file.
21216
21217 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
21218
21219         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
21220         copyright symbol and the year.
21221         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
21222         (version_etc_va): Use parameterized copyright notice.
21223         Reword to conform to the current GNU coding standards.
21224
21225 2005-07-11  Karl Berry  <karl@gnu.org>
21226
21227         * doc/gnulib.texi (Quoting): new node.
21228         (Initial import): more info, from Patrice.
21229
21230 2005-07-11  Bruno Haible  <bruno@clisp.org>
21231
21232         * gnulib-tool (func_usage): Document option --avoid.
21233         (Command line options): Handle --avoid.
21234         (func_acceptable): New function.
21235         (func_modules_transitive_closure): Use it.
21236
21237 2005-07-11  Bruno Haible  <bruno@clisp.org>
21238
21239         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
21240         Reported by Jim Meyering.
21241
21242 2005-07-10  Bruno Haible  <bruno@clisp.org>
21243
21244         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
21245         Needed when size_t is smaller than 'unsigned int'.
21246         Reported by Paul Eggert.
21247
21248 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21249
21250         * modules/argp (Depends-on): Add unlocked-io
21251
21252 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21253
21254         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
21255         block of defines.
21256
21257 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
21258
21259         * config/srclist.txt: Comment out regcomp.c, since we have a porting
21260         fix now.
21261
21262 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
21263         and Paul Eggert  <eggert@cs.ucla.edu>
21264
21265         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
21266         in wint_t, not wchar_t.  Remove now-unnecessary cast.
21267
21268 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21269
21270         * modules/regex (Files): Add lib/regex_internal.c,
21271         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
21272         (Depends-on): Add extensions.
21273         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
21274
21275 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21276
21277         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
21278         pathconf.
21279         * m4/same.m4 (gl_SAME): Likewise.
21280         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
21281
21282         * m4/regex.m4: Adjust to new libc regex implementation.
21283         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
21284         all the .c and .h parts of (the new) regex.
21285         Quote the m4 stuff better.
21286         Check for RE_ICASE bug of old gnulib.
21287         Check for REG_STARTEND of recent libc.
21288         Rename local variables from jm_* to gl_*.
21289         Quote operand of "test -f".
21290         Say "recent enough" version of libc, not "version 2".
21291         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
21292         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
21293         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
21294         Remove check for btowc, isascii.
21295         Require AM_LANGINFO_CODESET.
21296
21297 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21298
21299         * lib/regex.c, regex.h: Sync from libc.
21300         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
21301         * lib/regexec.c:
21302         New files, synced from libc, except that regex_internal.h
21303         currently has a small porting fix.
21304
21305 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21306
21307         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
21308         regex_internal.c, regexec.c.
21309         Add regex_internal.h too, but as a comment, since the libc version
21310         is currently broken in gnulib mode.
21311
21312 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
21313
21314         Support programs like Emacs that use gnulib but not gettext.
21315         * MODULES.html.sh (Internationalization functions): Add gettext-h.
21316         * modules/gettext-h: New file.
21317         * modules/gettext (Files): Remove lib/gettext.h.
21318         (Depends-on): Add gettext-h.
21319         (Makefile.am): Remove lib_SOURCES.
21320         * modules/argmatch, modules/c-stack, modules/closeout:
21321         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
21322         * modules/execute, modules/file-type, modules/getaddrinfo:
21323         * modules/getopt, modules/human, modules/javacomp:
21324         * modules/javaexec, modules/mkdir-p, modules/obstack:
21325         * modules/openat, modules/pagealign_alloc, modules/pipe:
21326         * modules/quotearg, modules/regex, modules/rpmatch:
21327         * modules/unicodeio, modules/userspec, modules/version-etc:
21328         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
21329         * modules/xsetenv:
21330         Depend on gettext-h, not gettext.
21331
21332 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
21333
21334         * gnulib-tool (func_import): Add support for 'public domain' license.
21335         * modules/alloca, modules/atexit, modules/memmove:
21336         Now public domain, not GPL.
21337         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
21338         * modules/realloc, modules/strerror, modules/strtod:
21339         Now LGPL, not GPL.
21340
21341 2005-07-05  Bruno Haible  <bruno@clisp.org>
21342
21343         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
21344         autoconf CVS. Needed for mingw.
21345
21346 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21347
21348         Remove the dependency of the strftime module on the tzset module.
21349         * modules/strftime (Depends-on): Remove dependency on tzset.
21350
21351 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21352
21353         Remove the dependency of the strftime module on the tzset module.
21354         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
21355         gl_FUNC_TZSET_CLOBBER.
21356
21357 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21358
21359         Remove the dependency of the strftime module on the tzset module.
21360         * lib/strftime.c (my_strftime)
21361         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
21362         Copy the input structure, to work around some of the bug with
21363         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
21364         Solaris releases, you should also use the tzset module, but we won't
21365         require it as a dependency any more since we don't want LGPLed code
21366         to depend on GPLed code.
21367
21368 2005-07-02  Jim Meyering  <jim@meyering.net>
21369
21370         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
21371         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
21372         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
21373         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
21374
21375 2005-07-02  Jim Meyering  <jim@meyering.net>
21376
21377         * lib/backupfile.c (backup_args): Change a `0' to NULL.
21378
21379 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21380
21381         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
21382         declares only 'struct timespec;' (!).
21383
21384 2005-07-01  Jim Meyering  <jim@meyering.net>
21385
21386         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
21387         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
21388         * lib/save-cwd.c, tempname.c:
21389         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
21390         and don't include <sys/file.h>).
21391
21392 2005-06-29  Jim Meyering  <jim@meyering.net>
21393
21394         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
21395         type name.  Use the variable name instead.
21396         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
21397         Likewise.
21398
21399 2005-06-28  Simon Josefsson  <jas@extundo.com>
21400
21401         * modules/check-version (Files): Add check-version.m4.
21402
21403 2005-06-28  Simon Josefsson  <jas@extundo.com>
21404
21405         * m4/check-version.m4: New file, suggested by Jim Meyering
21406         <jim@meyering.net>.
21407
21408 2005-06-28  Simon Josefsson  <jas@extundo.com>
21409
21410         * lib/check-version.h, lib/check-version.c: New files.
21411
21412 2005-06-28  Simon Josefsson  <jas@extundo.com>
21413
21414         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
21415         collision with global variable.  Better indentation.  Don't
21416         increment buffer pointer beyond buffer end.  Based on comments
21417         from Paul Eggert <eggert@cs.ucla.edu>.
21418
21419         * lib/base64.h: Indent.
21420
21421 2005-06-28  Simon Josefsson  <jas@extundo.com>
21422
21423         * doc/gnulib.texi (Library version handling): New section.
21424
21425 2005-06-28  Jim Meyering  <jim@meyering.net>
21426
21427         * check-module (find_included_lib_files): Hard-code another
21428         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
21429         but modules/fts-lgpl (correctly) does not list those files.
21430
21431         * modules/canonicalize (Files): Add lib/pathmax.h.
21432
21433 2005-06-25  Simon Josefsson  <jas@extundo.com>
21434
21435         * modules/check-version: New file.
21436
21437 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
21438
21439         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
21440         initializer of struct addrinfo, as an indication that we don't
21441         care how many members the structure has.
21442
21443 2005-06-24  Derek Price  <derek@ximbiot.com>
21444         and Bruno Haible  <bruno@clisp.org>
21445
21446         Remove stat module & update lstat.
21447         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
21448         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
21449         * m4/stat.m4: Remove this file.
21450
21451 2005-06-24  Derek Price  <derek@ximbiot.com>
21452         and Bruno Haible  <bruno@clisp.org>
21453
21454         Remove stat module & update lstat.
21455         * lib/stat.c: Remove this file...
21456         (slash_aware_lstat): ...moving this content and its support...
21457         * lib/lstat.c (rpl_lstat): ...into here.
21458         * lib/lstat.h: New file.
21459
21460 2005-06-24  Derek Price  <derek@ximbiot.com>
21461         and Bruno Haible  <bruno@clisp.org>
21462
21463         Remove stat module & update lstat.
21464         * config/srclist.txt (libc sources): Remove stat.
21465
21466 2005-06-24  Derek Price  <derek@ximbiot.com>
21467         and Bruno Haible  <bruno@clisp.org>
21468
21469         Remove stat module & update lstat.
21470         * MODULES.html.sh (stat): Remove.
21471         * MODULES.html: Regenerated.
21472         * modules/lstat (Description): Correct function name.
21473         (Files): Add "lstat.h".
21474         (Depends-on): Remove stat, add xalloc, stat-macros.
21475         * modules/stat: Remove this file.
21476         (Include): Add "lstat.h", remove <sys/stat.h>.
21477
21478 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
21479
21480         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
21481         (ranged_convert): Don't save conversion in a temporary struct.
21482         This causes a warning with GCC 4.0.0, and anyway in the typical
21483         case it's not worth the extra 100 bytes or so of code.
21484         (ranged_convert, __mktime_internal): When calling a function via a
21485         pointer P, use P () rather than (*P) (), as we now assume C89 or
21486         better.
21487
21488 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
21489
21490         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
21491         "who -r" failed to give output.  Problem reported by Tim Waugh.
21492
21493         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
21494         (xcalloc): Use it to avoid needless tests.
21495         Problem reported by Jim Meyering.
21496
21497 2005-06-20  Derek Price  <derek@ximbiot.com>
21498
21499         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
21500         unnecessary for Autoconfs > 2.59c.
21501
21502 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21503
21504         * lib/argp.h (__option_is_short): Check upper limit of
21505         __key. Isprint() requires its argument to have the value
21506         of an unsigned char or EOF.
21507
21508 2005-06-16  Jim Meyering  <jim@meyering.net>
21509
21510         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
21511         when either N or S is zero.
21512
21513 2005-06-16  Derek Price  <derek@ximbiot.com>
21514
21515         * m4/bison.m4: Declare YACC & YFLAGS precious.
21516
21517 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
21518
21519         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
21520         multibyte string or pattern, fall back on unibyte matching.
21521         Problem reported by James Youngman.
21522
21523 2005-06-08  Bruno Haible  <bruno@clisp.org>
21524
21525         * modules/csharpcomp: New file.
21526         * MODULES.html.sh (C#): Add csharpcomp.
21527
21528 2005-06-08  Bruno Haible  <bruno@clisp.org>
21529
21530         * m4/csharpcomp.m4: New file, from GNU gettext.
21531
21532 2005-06-08  Bruno Haible  <bruno@clisp.org>
21533
21534         * lib/csharpcomp.h: New file, from GNU gettext.
21535         * lib/csharpcomp.c: New file, from GNU gettext.
21536         * lib/csharpcomp.sh.in: New file, from GNU gettext.
21537
21538 2005-06-08  Bruno Haible  <bruno@clisp.org>
21539
21540         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
21541         warning on mingw.
21542
21543 2005-06-07  Derek Price  <derek@ximbiot.com>
21544
21545         Sync from CVS.
21546         * lib/glob_.h: Indent nested #ifdef.
21547
21548 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
21549
21550         Sync from coreutils.
21551         Use "file name" when talking about file names, instead of "filename"
21552         or "path", as per the GNU coding standards.
21553         * lib/mkdir-p.c: Renamed from makepath.c.
21554         (make_dir_parents): Renamed from make_path.  All callers changed.
21555         * lib/mkdir-p.h: Likewise.  All includers changed.
21556         * lib/filenamecat.c: Renamed from path-concat.c.
21557         (file_name_concat): Renamed from path_concat.  All callers changed.
21558         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
21559         * lib/filenamecat.h: Likewise.  All includers changed.
21560         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
21561         in comments or local variable names.
21562         * lib/basename.c: Likewise.
21563         * lib/canonicalize.c, canonicalize.h: Likewise.
21564         * lib/dirname.c, dirname.h: Likewise.
21565         * lib/euidaccess.c: Likewise.
21566         * lib/exclude.c: Likewise
21567         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
21568         * lib/fsusage.c, fsuage.h: Likewise.
21569         * lib/fts.c, fts_.h: Likewise.
21570         * lib/getcwd.c: Likewise.
21571         * lib/getloadavg.c: Likewise.
21572         * lib/mkstemp.c: Likewise.
21573         * lib/mountlist.c, mountlist.h: Likewise.
21574         * lib/openat.c, openat.h: Likewise.
21575         * lib/readlink-stub.c: Likewise.
21576         * lib/readutmp.c, readutmp.h: Likewise.
21577         * lib/rename.c: Likewise.
21578         * lib/rmdir.c: Likewise.
21579         * lib/same.c: Likewise.
21580         * lib/savedir.c: Likewise.
21581         * lib/stripslash.c: Likewise.
21582         * lib/tempname.c: Likewise.
21583         * lib/xreadlink.c: Likewise.
21584         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
21585         All uses changed.
21586         * lib/exclude.h: Likewise.
21587
21588         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
21589         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
21590         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
21591         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
21592         * lib/pathmax.h: Include <limits.h> unconditionally, since other
21593         files have been getting away with it for years (MORE/BSD 4.3
21594         is extinct now).
21595         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
21596         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
21597
21598         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
21599         Define to 256, not 255, as per modern POSIX.
21600
21601 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
21602
21603         Sync from coreutils.
21604         Use "file name" when talking about file names, instead of "filename"
21605         or "path", as per the GNU coding standards.
21606         * MODULES.html.sh: mkdir-p renamed from makepath.
21607         filenamecat renamed from path-concat.
21608         * modules/filenamecat: Renamed from modules/path-concat.
21609         (Files): filenamecat.h and filenamecat.c renamed from
21610         path-concat.h and path-concat.c.
21611         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
21612         (Include): filenamecat.h, not path-concat.h.
21613         * modules/mkdir-p: Renamed from modules/makepath.
21614         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
21615         makepath.c.
21616         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
21617         (Include): mkdir-p.h, not makepath.h.
21618
21619 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
21620
21621         Sync from coreutils.
21622         * m4/mkdir-p.m4: Renamed from makepath.m4.
21623         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
21624         Rename files from makepath.c to mkdir-p.c, and from
21625         makepath.h to mkdir-p.h.
21626         * m4/filenamecat.m4: Renamed from path-concat.m4.
21627         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
21628         Rename files from path-concat.c to filenamecat.c,
21629         and from path-concat.h to filenamecat.h.
21630         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
21631         "file name" in local variables or comments.
21632         * m4/rename.m4: Likewise.
21633
21634 2005-06-01  Bruno Haible  <bruno@clisp.org>
21635
21636         * modules/csharpexec: New file.
21637         * MODULES.html.sh (C#): New section.
21638
21639 2005-06-01  Bruno Haible  <bruno@clisp.org>
21640
21641         * m4/csharp.m4: New file, from GNU gettext.
21642         * m4/csharpexec.m4: New file, from GNU gettext.
21643
21644 2005-06-01  Bruno Haible  <bruno@clisp.org>
21645
21646         * lib/csharpexec.h: New file, from GNU gettext.
21647         * lib/csharpexec.c: New file, from GNU gettext.
21648         * lib/csharpexec.sh.in: New file, from GNU gettext.
21649
21650 2005-05-31  Derek Price  <derek@ximbiot.com>
21651             Paul Eggert  <eggert@cs.ucla.edu>
21652
21653         Sync from cvs.
21654         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
21655
21656 2005-05-31  Derek Price  <derek@ximbiot.com>
21657             Paul Eggert  <eggert@cs.ucla.edu>
21658
21659         Sync from cvs.
21660         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
21661
21662 2005-05-29  Derek Price  <derek@ximbiot.com>
21663
21664         * config/srclist.txt (glob_.h, glob.c): Add these files.
21665
21666 2005-05-29  Derek Price  <derek@ximbiot.com>
21667
21668         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
21669         * modules/glob: New file.
21670         * modules/getlogin_r: Add link to POSIX spec in description.
21671
21672 2005-05-29  Derek Price  <derek@ximbiot.com>
21673             Paul Eggert  <eggert@cs.ucla.edu>
21674
21675         * m4/glob.m4: New file.
21676
21677 2005-05-29  Derek Price  <derek@ximbiot.com>
21678             Paul Eggert  <eggert@cs.ucla.edu>
21679
21680         * lib/glob_.h, lib/glob.c: New files.
21681
21682 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
21683
21684         * modules/fts (Files): Remove m4/inttypes-pri.m4.
21685         * modules/fts-lgpl (Depends-on): Remove gettext.
21686
21687 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
21688
21689         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
21690         and don't require gt_INTTYPES_PRI.
21691
21692 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
21693
21694         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
21695
21696         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
21697         the configuration hassle isn't worth it.
21698         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
21699         (LONGEST_MODIFIER, PRIuMAX): Remove.
21700
21701 2005-05-27  Bruno Haible  <bruno@clisp.org>
21702
21703         * lib/getlogin_r.h: Remove second include of <stddef.h>.
21704
21705 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
21706
21707         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
21708         _POSIX_PTHREAD_SEMANTICS for Solaris.
21709
21710 2005-05-25  Derek Price  <derek@ximbiot.com>
21711
21712         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
21713
21714 2005-05-25  Derek Price  <derek@ximbiot.com>
21715             Paul Eggert  <eggert@cs.ucla.edu>
21716
21717         * modules/getlogin_r, m4/getlogin_r.m4: New files.
21718         * lib/getlogin_r.c, getlogin_r.h: New files.
21719
21720 2005-05-25  Bruno Haible  <bruno@clisp.org>
21721             Derek Price  <derek@ximbiot.com>
21722
21723         * lib/getlogin_r.h: Simplify API documentation.
21724
21725 2005-05-23  Derek Price  <derek@ximbiot.com>
21726
21727         * modules/minmax (Files): Add m4/minmax.m4.
21728         (configure.ac): Add gl_MINMAX.
21729
21730 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
21731
21732         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
21733         so that unistd-safer.h (GPL'ed code) need not be included.
21734
21735 2005-05-22  Bruno Haible  <bruno@clisp.org>
21736
21737         * m4/minmax.m4: New file.
21738         Based on a patch by Derek Price <derek@ximbiot.com>.
21739
21740 2005-05-22  Bruno Haible  <bruno@clisp.org>
21741
21742         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
21743         (INT64_MIN): Fix definition.
21744         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
21745
21746         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
21747         NEED_SIGNED_INT_TYPES.
21748
21749         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
21750         HAVE_SYSTEM_INTTYPES.
21751
21752 2005-05-22  Bruno Haible  <bruno@clisp.org>
21753
21754         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
21755         Also include <sys/param.h> if it defines MIN, MAX.
21756         Based on a patch by Derek Price <derek@ximbiot.com>.
21757
21758 2005-05-21  Jim Meyering  <jim@meyering.net>
21759
21760         * modules/fts (Files): Add m4/inttypes-pri.m4.
21761         (Depends-on): Add lstat and remove gettext.  Alphabetize.
21762
21763 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
21764
21765         New fts module.
21766         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
21767         (setup_dir, free_dir): New functions.
21768         (enter_dir, leave_dir): Define trivial
21769         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
21770         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
21771         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
21772         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
21773         Move to fts-cycle.c.
21774         (fts_open): Use setup_dir.
21775         (fts_close): Use free_dir.
21776         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
21777         This adds a label and some gotos, but the alternatives were messier.
21778         Check for memory allocation failure when entering a dir.
21779         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
21780         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
21781         (FTS): New member fts_cycle, that is a union that contains the
21782         old active_dir_ht and cycle_state.  All uses changed to mention
21783         fts_cycle.ht and fts_cycle.state.
21784         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
21785         fts.c, with the following changes:
21786         (setup_dir, free_dir): New functions.
21787         (enter_dir): Now returns bool.  Return true if successful, false
21788         if memory exhausted.  All callers changed.
21789         Do not bother partly cleaning up on
21790         memory allocation failure; that is free_dir's job.
21791         However, free ad if hash_insert fails, to avoid memory leak.
21792         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
21793         fts->fts_options to see which union member to use.
21794
21795 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
21796
21797         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
21798         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
21799
21800 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
21801
21802         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
21803
21804 2005-05-20  Jim Meyering  <jim@meyering.net>
21805
21806         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
21807         Now a macro, to pacify GCC.
21808
21809 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
21810
21811         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
21812         of -1.
21813
21814 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
21815
21816         * lib/chown.c (rpl_chown): Return -1 on failure.
21817
21818 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
21819
21820         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
21821         Don't check for stddef.h.
21822         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
21823         don't use its results.
21824         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
21825         since we include them unconditionally.  Don't require
21826         AM_STDBOOL_H, since stdbool is a prerequisite.
21827         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
21828         since we assume C89 or better.
21829         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
21830         as we don't use their results.
21831         Don't check for fchdir, memmove, memset, strrchr, as we use
21832         them unconditionally.
21833         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
21834         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
21835
21836 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
21837
21838         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
21839         Include <stddef.h> unconditionally, since we assume C89 now.
21840         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
21841         * lib/fts.c: Include fts_.h first, to check interface.
21842         Do not include intprops.h; no longer needed.
21843         Include cycle-check.h and hash.h, since fts_.h no longer does.
21844         Remove unnecessary casts of closedir to void.
21845         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
21846         decide whether to decrement nlinks.
21847         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
21848         (FTS): Use struct hash_table * instead of Hash_table, so that
21849         we no longer need to include hash.h here.
21850
21851 2005-05-18  Jim Meyering  <jim@meyering.net>
21852
21853         * modules/dirfd (License): Change to LGPL.  Most of the code
21854         is already in the public domain.
21855
21856 2005-05-18  Jim Meyering  <jim@meyering.net>
21857
21858         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
21859         Reported by Yoann Vandoorselaere.
21860
21861 2005-05-17  Jim Meyering  <jim@meyering.net>
21862
21863         * m4/fts.m4: New file, from coreutils.
21864
21865 2005-05-17  Jim Meyering  <jim@meyering.net>
21866
21867         * lib/fts.c, lib/fts_.h: New files, from coreutils.
21868
21869 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
21870
21871         Sync from coreutils.
21872         * m4/unlinkdir.m4: New file.
21873
21874 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
21875
21876         Sync from coreutils.
21877         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
21878         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
21879         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
21880         White space changes only.
21881         * lib/makepath.c (make_path): Port to hosts where leading "//" is
21882         special.
21883         * lib/yesno.c: Include getline.h, not ctype.h.
21884         (yesno): Don't remove leading white space; POSIX doesn't allow it.
21885         Use getline to remove arbitrary restriction on response length.
21886
21887 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
21888
21889         * config/srclist-update: Spell out "Street" in FSF postal
21890         mail address; this is the style the FSF seems to prefer.
21891
21892         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
21893         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
21894         this updates FSF postal mail address.
21895
21896         Sync from coreutils.
21897         * modules/unlinkdir: New file.
21898         * modules/yesno (Depends-on): Add getline.
21899         * MODULES.html.sh (File system functions): Add unlinkdir.
21900
21901 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
21902
21903         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
21904         lib/strsep.h:
21905         Change the initial comment to refer to GPL, not LGPL.
21906         gnulib-tool will change it to LGPL as needed.
21907
21908         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
21909         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
21910         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
21911         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
21912         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
21913         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
21914         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
21915         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
21916         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
21917         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
21918         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
21919         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
21920         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
21921         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
21922         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
21923         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
21924         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
21925         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
21926         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
21927         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
21928         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
21929         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
21930         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
21931         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
21932         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
21933         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
21934         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
21935         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
21936         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
21937         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
21938         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
21939         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
21940         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
21941         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
21942         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
21943         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
21944         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
21945         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
21946         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
21947         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
21948         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
21949         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
21950         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
21951         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
21952         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
21953         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
21954         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
21955         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
21956         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
21957         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
21958         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
21959         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
21960         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
21961         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
21962         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
21963         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
21964         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
21965         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
21966         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
21967         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
21968         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
21969         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
21970         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
21971         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
21972         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
21973         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
21974         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
21975         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
21976         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
21977         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
21978         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
21979         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
21980         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
21981         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
21982         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
21983         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
21984         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
21985         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
21986         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
21987         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
21988         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
21989         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
21990         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
21991         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
21992         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
21993         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
21994         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
21995         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
21996         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
21997         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
21998         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
21999         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
22000         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
22001         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
22002         lib/yesno.c, lib/yesno.h:
22003         Update FSF postal mail address.
22004
22005 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22006
22007         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
22008         tests/test-memmem.c, tests/test-stpncpy.c:
22009         Update FSF postal mail address.
22010
22011 2005-05-13  Bruno Haible  <bruno@clisp.org>
22012
22013         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
22014         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
22015         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
22016         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
22017         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
22018         Add support for 64-bit integers in the MSVC compiler.
22019
22020 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22021
22022         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
22023
22024 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
22025
22026         * gnulib-tool (func_import): Sort and uniquify recommended includes.
22027
22028 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
22029
22030         * doc/getdate.texi (General date syntax): Don't say that date
22031         date --iso-8601=ns generates acceptable dates; it doesn't yet.
22032         Problem reported by Nic Ferrier.
22033
22034 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22035
22036         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
22037         specified in ai_socktype. Fix invalid ai_protocol
22038         check. ai_protocol is usually set to 0 or depending on
22039         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
22040         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
22041         ai_socktype / ai_protocol in the returned addrinfo structure.
22042
22043 2005-05-10  Simon Josefsson  <jas@extundo.com>
22044
22045         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
22046         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22047
22048 2005-05-10  Karl Berry  <karl@gnu.org>
22049
22050         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
22051         (from http://www.gnu.org/licenses).
22052         * doc/COPYING.LIB: also rename to COPYING.LESSER.
22053         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
22054         fdl.texi suffices.
22055
22056 2005-05-10  Karl Berry  <karl@gnu.org>
22057
22058         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
22059         (COPYING.DOC): remove.
22060
22061         * config/srclist-update: new FSF address.
22062
22063 2005-05-10  Derek Price  <derek@ximbiot.com>
22064
22065         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
22066         possible.
22067
22068 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22069             Bruno Haible  <bruno@clisp.org>
22070
22071         * modules/inet_ntop: New file.
22072         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22073         inet_ntop.
22074
22075 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22076             Bruno Haible  <bruno@clisp.org>
22077
22078         * m4/inet_ntop.m4: New file.
22079
22080 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22081             Bruno Haible  <bruno@clisp.org>
22082
22083         * lib/inet_ntop.h: New file.
22084         * lib/inet_ntop.c: New file, from glibc with modifications.
22085
22086 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
22087
22088         * modules/time_r (License): Change to LGPL.
22089         * modules/extensions (License): Change to LGPL.  Actually,
22090         the license is more permissive than that, but currently gnulib-tool
22091         doesn't know how to handle more-permissive licenses.
22092
22093         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
22094         Problem reported by Dave Love.
22095
22096 2005-05-08  Jim Meyering  <jim@meyering.net>
22097
22098         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
22099         blank.
22100
22101 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22102
22103         * modules/argmatch (Depends-on): Add stdbool.
22104         * modules/backupfile (Depends-on): Likewise.
22105         * modules/chdir-long (Depends-on): Likewise.
22106         * modules/closeout (Depends-on): Likewise.
22107         * modules/cycle-check (Depends-on): Likewise.
22108         * modules/dirname (Depends-on): Likewise.
22109         * modules/fnmatch (Depends-on): Likewise.
22110         * modules/fsusage (Depends-on): Likewise.
22111         * modules/fwriteerror (Depends-on): Likewise.
22112         * modules/getcwd (Depends-on): Likewise.
22113         * modules/getloadavg (Depends-on): Likewise.
22114         * modules/hard-locale (Depends-on): Likewise.
22115         * modules/makepath (Depends-on): Likewise.
22116         * modules/mountlist (Depends-on): Likewise.
22117         * modules/nanosleep (Depends-on): Likewise.
22118         * modules/posixtm (Depends-on): Likewise.
22119         * modules/quotearg (Depends-on): Likewise.
22120         * modules/readtokens (Depends-on): Likewise.
22121         * modules/readtokens0 (Depends-on): Likewise.
22122         * modules/readutmp (Depends-on): Likewise.
22123         * modules/save-cwd (Depends-on): Likewise.
22124         * modules/strftime (Depends-on): Likewise.
22125         * modules/userspec (Depends-on): Likewise.
22126         * modules/utimecmp (Depends-on): Likewise.
22127         * modules/xgetcwd (Depends-on): Likewise.
22128         * modules/xnanosleep (Depends-on): Likewise.
22129         * modules/xstrtod (Depends-on): Likewise.
22130         * modules/yesno (Depends-on): Likewise.
22131
22132 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
22133
22134         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
22135         needless checks.
22136
22137 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22138
22139         Merge from coreutils.  Among other things,
22140         add bulletproofing for cases where stdin, stdout, or stderr are closed.
22141         * lib/fd-safer.c: New file.
22142         * lib/fcntl-safer.h, open-safer.c: Remove.
22143         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
22144         * lib/dup-safer.c: Include unistd-safer.h first.
22145         Don't include errno.h.
22146         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
22147         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
22148         * lib/file-type.c: Rely on file-type.h change.
22149         * lib/getloadavg.c: Include unistd-safer.h.
22150         (getloadavg): Use safer open.
22151         * lib/getusershell.c: Include "stdio-safer.h".
22152         (getusershell): Use safer fopen.
22153         * lib/long-options.c (long_options): Use NULL rather than 0.
22154         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
22155         'free'.
22156         * lib/modechange.c: Likewise.
22157         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
22158         (MODE_DONE): New constant.
22159         (struct mode_change): Remove 'next' member.
22160         (make_node_op_equals): New function; like the old one of the
22161         same name, except it allocates an array.
22162         (mode_compile, mode_create_from_ref): Use it.
22163         (mode_compile): Allocate result as an array, not a linked list.
22164         Parse octal string ourself, so that we catch mistakes like "+0".
22165         (mode_adjust): Arg is an array, not a linked list.
22166         * lib/modechange.c: Include stat-macros.h, xalloc.h.
22167         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
22168         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
22169         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
22170         Remove.  This is now stat-macros.h's job.
22171         (talloc): Remove.  All callers replaced by xalloc, so that
22172         our invokers don't have to worry about reporting memory failures.
22173         (make_node_op_equals): Remove.
22174         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
22175         New constants.
22176         (struct mode_change): Moved here from modechange.h.
22177         (mode_append_entry): Remove.
22178         (mode_compile): Remove MASKED_OPS arg, since it encouraged
22179         apps to have incorrect behavior.  Use simpler algorithm for head
22180         and tail.  Don't futz with umask; that's now the job of mode_adjust.
22181         Detect more invalid usages rather than having somewhat-random behavior.
22182         Don't insert an "a=" action, as that leads to incorrect behavior.
22183         (mode_compile, mode_create_from_ref): Return NULL on error instead
22184         of an enum, since now there's only one way to have an error.  All
22185         callers changed.
22186         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
22187         at the correct time.  Simplify calculation of "+u" and its ilk.
22188         Don't mishandle "+X".
22189         (mode_free): Remove "register" and localize decls.
22190         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
22191         (struct mode_change): Move to modechange.c; callers don't
22192         need to see this stuff.
22193         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
22194         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
22195         (mode_change, mode_adjust): Reflect the new signatures noted above.
22196         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
22197         that might redefine system include files.
22198         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
22199         (my_usleep): Use NULL rather than (void *) 0.
22200         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
22201         Use siginterrupt to specify that system calls should be interrupted.
22202         (rpl_nanosleep): Move initialization of suspended closer to call of
22203         my_usleep.
22204         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
22205         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
22206         (desirable_utmp_entry): New function.
22207         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
22208         using x2nrealloc, to simplify logic.
22209         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
22210         size calculation.  Do not assume utmp file is a regular file.
22211         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
22212         (READ_UTMP_CHECK_PIDS): New constant.
22213         * lib/save-cwd.c: Include unistd-safer.h.
22214         (save_cwd): Use fd_safer.
22215         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
22216         [!_LIBC] Include "stat-macros.h" instead.
22217         * lib/unistd-safer.h (fd_safer): New decl.
22218
22219 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22220
22221         * modules/getloadavg (Depends-on): Add unistd-safer.
22222         * modules/getusershell (Depends-on): Add stdio-safer.
22223         * modules/lstat (Depends-on): Remove xalloc.
22224         * modules/mkstemp (Depends-on): Add stat-macros.
22225         * modules/modechange (Depends-on): Remove xstrtol.
22226         Add stat-macros, xalloc.
22227         * modules/save-cwd (Depends-on): Add unistd-safer.
22228         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
22229         * modules/unistd-safer (Files): Add lib/fd-safer.c
22230         (Makefile.am): Remove lib_SOURCES.
22231
22232         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
22233         Remove fcntl-safer; unistd-safer supersedes it.
22234
22235 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22236
22237         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
22238         AC_HEADER_STAT.
22239         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
22240         (gl_PREREQ_CHOWN): Remove.
22241         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
22242         it.  Don't require AC_HEADER_STAT.
22243         (gl_PREREQ_LSTAT): Remove.
22244         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
22245         Don't require AC_HEADER_STAT.
22246         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
22247         (gl_PREREQ_RMDIR): Remove.
22248         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
22249         mention stat-macros.h or AC_HEADER_STAT, since we'll make
22250         the stat-macros module a prerequisite.
22251         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
22252         * m4/filemode.m4 (gl_FILEMODE): Likewise.
22253         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
22254         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
22255         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
22256         variable names.
22257         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
22258         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
22259         variable prefixes.
22260         * m4/fcntl-safer.m4: Remove.
22261         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
22262         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
22263         Invoke gl_PREREQ_FD_SAFER.
22264         (gl_PREREQ_FD_SAFER): New macro.
22265         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
22266         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
22267         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
22268         Remove duplicate call to AC_LIBOBJ(readutmp).
22269         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
22270
22271         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
22272         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
22273
22274 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22275
22276         * MODULES.html.sh (Misc): Add byteswap.
22277
22278 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22279
22280         * modules/getcwd (Depends-on): Add extensions.
22281         * modules/openat (Depends-on): Likewise.
22282
22283 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22284
22285         * modules/byteswap: New file.
22286
22287 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22288
22289         * m4/byteswap.m4: New file.
22290
22291 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22292
22293         * lib/byteswap_.h: New file.
22294
22295 2005-04-25  Karl Berry  <karl@gnu.org>
22296
22297         * m4/gettext.m4: Update from GNU gettext 0.14.4.
22298
22299 2005-04-25  Albert Chin  <china@thewrittenword.com>
22300
22301         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
22302         Toolkit C bug.
22303
22304 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
22305
22306         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
22307         (func_ln_if_changed) Remove forcibly for no error message
22308         in case file does not exist.
22309
22310 2005-04-19  Simon Josefsson  <jas@extundo.com>
22311
22312         * gnulib-tool (Options): Make --symlink mean --symbolic.
22313
22314 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
22315
22316         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
22317
22318 2005-04-16  Simon Josefsson  <jas@extundo.com>
22319
22320         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
22321
22322 2005-04-15  Simon Josefsson  <jas@extundo.com>
22323
22324         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
22325
22326 2005-04-15  Simon Josefsson  <jas@extundo.com>
22327
22328         * gnulib-tool: Rename --symlink to --symbolic.
22329
22330 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
22331
22332         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
22333         symbolic links to files instead of copying/moving.  Add --aux-dir,
22334         specifying directory relative --dir where auxiliary build tools
22335         are placed.
22336
22337 2005-04-14  Bruno Haible  <bruno@clisp.org>
22338
22339         * modules/allocsa (License): Change to LGPL.
22340         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
22341
22342 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
22343
22344         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
22345         that "UTC +1 second" continues to work.  Problem reported
22346         by Dmitry V. Levin.
22347         (relunit_snumber): New rule.
22348         (relunit): Use it.
22349
22350 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
22351
22352         * lib/getdate.y (universal_time_zone_table): New constant.
22353         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
22354         universal_time_zone_table.
22355         (lookup_zone): Prefer universal_time_zone_table to
22356         local_time_zone_table, so that "GMT" time stamps are allowed in
22357         London during the summer.  Problem reported by Ian Abbott.
22358
22359 2005-04-12  Jim Meyering  <jim@meyering.net>
22360
22361         * lib/human.c (humblock): Set *options even when returning due to
22362         xstrtoumax conversion failure.  Thanks to a used-uninitialized
22363         warning from gcc-4.
22364
22365 2005-04-09  Jim Meyering  <jim@meyering.net>
22366
22367         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
22368         -Wuninitialized: initialize tm0.tm_year.
22369
22370 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
22371
22372         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
22373         count, since there's no maximum.  All uses changed.
22374         Add member dsts_seen.
22375         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
22376         not being INT_MAX.
22377         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
22378         Use pc_rels_seen to decide whther a date is absolute.
22379
22380         * lib/getdate.y (number): Don't overwrite year.
22381         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
22382         check.
22383
22384 2005-04-02  Simon Josefsson  <jas@extundo.com>
22385
22386         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
22387         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
22388
22389 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
22390
22391         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
22392         where no absolute path name can be longer than PATH_MAX.
22393
22394 2005-03-27  Jim Meyering  <jim@meyering.net>
22395
22396         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
22397
22398 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
22399
22400         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
22401         "one's complement" -> "ones' complement" in comment, as per Knuth.
22402         "value of type" -> "type or expression" in comment.
22403         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
22404
22405 2005-03-26  Jim Meyering  <jim@meyering.net>
22406
22407         Comment nits.
22408         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
22409         Correct typos: s/or/of/.
22410
22411 2005-03-26  Jim Meyering  <jim@meyering.net>
22412
22413         * modules/check-include-files: Move to ../ and rename to...
22414         * check-module: ...this.
22415
22416 2005-03-25  Jim Meyering  <jim@meyering.net>
22417
22418         * modules/xvasprintf (Files): Add xalloc.h.
22419
22420 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
22421
22422         * modules/gettext (Files): config/config.rpath ->
22423         build-aux/config.rpath
22424         * modules/iconv (Files): Likewise.
22425         Problem reported by Oskar Liljeblad.
22426
22427 2005-03-23  Jim Meyering  <jim@meyering.net>
22428
22429         * modules/check-include-files: New script to check for
22430         missing dependencies, multiple includes, etc.
22431
22432         * modules/c-strtold (Depends-on): Add xalloc.
22433         * modules/c-strtod (Depends-on): Add xalloc.
22434         * modules/hash (Depends-on): Add xalloc.
22435         (Files): Remove lib/xalloc.h.
22436
22437         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
22438         * modules/userspec (Files): Add lib/inttostr.h.
22439
22440 2005-03-23  Jim Meyering  <jim@meyering.net>
22441
22442         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
22443
22444 2005-03-22  Jim Meyering  <jim@meyering.net>
22445
22446         * modules/stat-macros: New module.
22447         * modules/canonicalize, modules/euidaccess, modules/file-type,
22448         * modules/filemode, modules/lchown, modules/makepath,
22449         * modules/rmdir, modules/stat: Depend on new stat-macros module
22450         rather than listing lib/stat-macros.h manually.
22451         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
22452
22453 2005-03-22  Jim Meyering  <jim@meyering.net>
22454
22455         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
22456
22457 2005-03-22  Bruno Haible  <bruno@clisp.org>
22458
22459         * config/srclist.txt: Replace target directory 'config' with
22460         'build-aux'.
22461         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
22462         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
22463         ../build-aux/.
22464
22465 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
22466
22467         * modules/chdir-long (Depends-on): Add mempcpy.
22468
22469         * modules/acl, modules/backupfile, modules/c-strtod,
22470         modules/c-strtold, modules/canon-host, modules/canonicalize,
22471         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
22472         modules/exclude, modules/exitfail, modules/file-type,
22473         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
22474         modules/getdate, modules/getline, modules/getpagesize,
22475         modules/getpass, modules/getugroups, modules/group-member,
22476         modules/hard-locale, modules/hash, modules/human, modules/idcache,
22477         modules/inttostr, modules/long-options, modules/makepath,
22478         modules/md5, modules/memcasecmp, modules/memcoll,
22479         modules/modechange, modules/mountlist, modules/path-concat,
22480         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
22481         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
22482         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
22483         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
22484         modules/strftime, modules/strndup, modules/strverscmp,
22485         modules/timespec, modules/unlocked-io, modules/userspec,
22486         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
22487         modules/yesno:
22488         Remove lib_SOURCES line from Makefile.am section, as this is now
22489         done automatically by the corresponding Autoconf macro.
22490
22491 2005-03-21  Jim Meyering  <jim@meyering.net>
22492
22493         Changes imported from coreutils.
22494
22495         * lib/cycle-check.c: Don't include xalloc.h.
22496
22497         * lib/path-concat.c: Don't include assert.h.
22498         (path_concat): Remove assertion that would have triggered
22499         for ABASE starting with more than one slash.
22500         Reported by Andreas Schwab.
22501
22502         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
22503         properly when ABASE is an absolute file name.
22504         Correct the description of this function.
22505         Include <assert.h>.
22506         Add an assertion and a test driver.
22507         This fixes a bug introduced on 2004-07-02.
22508         Andreas Schwab reported the resulting failure of cp --parents:
22509         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
22510
22511 2005-03-21  Jim Meyering  <jim@meyering.net>
22512
22513         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
22514         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
22515
22516 2005-03-21  Jim Meyering  <jim@meyering.net>
22517         and  Paul Eggert  <eggert@cs.ucla.edu>
22518
22519         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
22520         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
22521         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
22522         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
22523         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
22524         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
22525         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
22526         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
22527         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
22528         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
22529         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
22530         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
22531         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
22532         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
22533         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
22534         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
22535         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
22536         for these modules.
22537
22538 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
22539
22540         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
22541         (which shouldn't happen), generate nothing instead of returning 0
22542         immediately, so that nstrftime (NULL, ...) doesn't return 0.
22543
22544 2005-03-16  Bruno Haible  <bruno@clisp.org>
22545
22546         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
22547         HAVE_LONGLONG_64BIT.
22548
22549 2005-03-16  Bruno Haible  <bruno@clisp.org>
22550
22551         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
22552         HAVE_LONGLONG_64BIT.
22553
22554 2005-03-16  Bruno Haible  <bruno@clisp.org>
22555
22556         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
22557         HAVE_LONGLONG_64BIT.
22558
22559 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
22560
22561         * lib/strftime.c (my_strftime): Prepend space to format so that we can
22562         reliably distinguish strftime failure from empty output on POSIX
22563         hosts.
22564
22565 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
22566
22567         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
22568         (iconv_string): Don't guess a size-zero buffer, as that might cause
22569         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
22570         result would be 'too large', where 'too large' is (heuristically)
22571         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
22572         overflow concerns.  This will prevent some unwanted malloc failures
22573         when the inputs are very large.
22574
22575 2005-03-15  Karl Berry  <karl@gnu.org>
22576
22577         * config/srclist.txt (config.rpath): from gettext.
22578         * config/config.rpath: update.
22579
22580 2005-03-15  Bruno Haible  <bruno@clisp.org>
22581
22582         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
22583         to 'negate'.
22584
22585         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
22586         variable.
22587
22588         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
22589         results.
22590
22591 2005-03-14  Simon Josefsson  <jas@extundo.com>
22592
22593         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
22594         <fx@gnu.org>.
22595
22596 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
22597
22598         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
22599         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
22600         intprops.h.
22601         * lib/strtol.c: Likewise.
22602
22603 2005-03-14  Jim Meyering  <jim@meyering.net>
22604
22605         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
22606         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
22607         to be nonzero so that we (and caller) can detect the difference
22608         between a valid zero-length expansion and an error return, even
22609         when the underlying strftime fails before writing anything into
22610         that location.
22611
22612 2005-03-14  Bruno Haible  <bruno@clisp.org>
22613
22614         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
22615         Update from GNU gettext 0.14.3.
22616
22617 2005-03-10  Jim Meyering  <jim@meyering.net>
22618
22619         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
22620
22621 2005-03-10  Jim Meyering  <jim@meyering.net>
22622
22623         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
22624         so that this module works on systems without fchdir.
22625
22626 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
22627
22628         Factor int-properties macros into a single file, except for
22629         glibc-related files.
22630         * lib/intprops.h: New file.
22631         * lib/getloadavg.c: Include it instead of limits.h.
22632         (INT_STRLEN_BOUND): Remove.
22633         * lib/human.c: Include intprops.h.
22634         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
22635         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
22636         302/1000.
22637         * lib/inttostr.h: Include intprops.h instead of limits.h.
22638         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
22639         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
22640         for consistency with intprops.h.
22641         (time_t_is_integer, twos_complement_arithmetic): Use them.
22642         * lib/sig2str.h: Include <signal.h>, intprops.h.
22643         (INT_STRLEN_BOUND): Remove.
22644         * lib/strftime.c (TYPE_SIGNED): Remove.
22645         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
22646         * lib/strtol.c: Adjust comments to match intprops.h.
22647         * lib/userspec.c: Include intprops.h.
22648         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
22649         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
22650         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
22651         instead of rolling our own expressions.
22652         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
22653
22654         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
22655         instead of int.
22656         (my_strftime): Do not mishandle years close to INT_MAX, by doing
22657         the right thing even if adding 1900 would overflow.  Similarly
22658         for tm_mon + 1 and tm_yday + 1.
22659         Make %Y always equivalent to %C%y, and similarly for %G and %g.
22660         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
22661         (DO_SIGNED_NUMBER): New macro.
22662         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
22663
22664 2005-03-07  Bruno Haible  <bruno@clisp.org>
22665
22666         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
22667
22668 2005-03-07  Bruno Haible  <bruno@clisp.org>
22669
22670         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
22671
22672 2005-03-04  Derek R. Price  <derek@ximbiot.com>
22673
22674         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
22675         (func_import): Only replace files via --import when they have actually
22676         changed.
22677
22678 2005-03-03  Derek R. Price  <derek@ximbiot.com>
22679
22680         * m4/mmap-anon.m4: New file.
22681         * m4/pagealign_alloc.m4: New file.
22682
22683 2005-03-03  Derek R. Price  <derek@ximbiot.com>
22684             Bruno Haible  <bruno@clisp.org>
22685
22686         * modules/pagealign_alloc: New file.
22687         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
22688
22689 2005-03-03  Derek R. Price  <derek@ximbiot.com>
22690             Bruno Haible  <bruno@clisp.org>
22691
22692         * lib/pagealign_alloc.h: New file.
22693         * lib/pagealign_alloc.c: New file.
22694
22695 2005-03-03  Bruno Haible  <bruno@clisp.org>
22696
22697         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
22698         Use an all-permissive copyright notice, recommended by RMS.
22699
22700 2005-03-02  Bruno Haible  <bruno@clisp.org>
22701
22702         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
22703         of AIX, the replacement has to be done only after <string.h> is
22704         included, therefore not in config.h. stpncpy.h does the replacement,
22705         and stpncpy.c uses it.
22706
22707 2005-03-02  Bruno Haible  <bruno@clisp.org>
22708
22709         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
22710         stpncpy.c uses it.
22711
22712 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22713
22714         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
22715         The workaround isn't strictly needed for POSIX conformance, and
22716         it's too much of a pain to configure and maintain.  We'll ask
22717         people to fix their kernels instead.
22718         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
22719         (NANOSLEEP_BUG_WORKAROUND): Remove.
22720         (xnanosleep): Remove the workaround.
22721
22722 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22723
22724         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
22725         Reported by Derek Price.
22726         (Include): Add "timespec.h".
22727
22728         * modules/xnanosleep (Depends-on): Remove gethrxtime.
22729
22730 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22731
22732         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
22733         to detect nanosleep bug.
22734
22735 2005-03-01  Bruno Haible  <bruno@clisp.org>
22736
22737         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
22738
22739 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
22740
22741         * modules/gethrxtime: New file.
22742         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
22743         (Depends-on): Add gethrxtime.
22744         (configure.ac): Add gl_XNANOSLEEP.
22745         (Makefile.am): Remove lib_SOURCES line.
22746
22747 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
22748
22749         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
22750         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
22751
22752 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
22753
22754         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
22755         * lib/timespec.h (gettime): Return void, since it always
22756         succeeds now.  All uses changed.
22757         * lib/gettime.c (gettime) Likewise.
22758         [HAVE_NANOTIME]: Prefer nanotime.
22759         Assume gettimeofday succeeds, as POSIX requires.
22760         Assime time () succeeds, since other code already does.
22761         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
22762         (timespec_subtract): Remove.
22763         (NANOSLEEP_BUG_WORKAROUND): New constant.
22764         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
22765         things considerably.  Use it only on GNU/Linux hosts, since the
22766         workaround shouldn't be needed elsewhere.
22767
22768 2005-02-24  Bruno Haible  <bruno@clisp.org>
22769
22770         * modules/gettext (Files): Add m4/glibc2.m4.
22771
22772 2005-02-24  Bruno Haible  <bruno@clisp.org>
22773
22774         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
22775         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
22776         * m4/progtest.m4:
22777         Update from GNU gettext 0.14.2.
22778         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
22779
22780 2005-02-24  Bruno Haible  <bruno@clisp.org>
22781
22782         * lib/localcharset.c: Update from GNU gettext 0.14.2.
22783         * lib/config.charset: Update from GNU gettext 0.14.2.
22784
22785 2005-02-24  Bruno Haible  <bruno@clisp.org>
22786
22787         * lib/gettext.h: Update from GNU gettext 0.14.2.
22788
22789 2005-02-23  Simon Josefsson  <jas@extundo.com>
22790
22791         * m4/iconvme.m4: New file.
22792
22793 2005-02-23  Jim Meyering  <jim@meyering.net>
22794
22795         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
22796         change.
22797         Thanks to Bruno Haible for catching it.
22798
22799 2005-02-22  Simon Josefsson  <jas@extundo.com>
22800
22801         * modules/iconvme: New file.
22802
22803         * MODULES.html.sh: Add iconvme.
22804
22805 2005-02-22  Simon Josefsson  <jas@extundo.com>
22806
22807         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
22808
22809 2005-02-22  Simon Josefsson  <jas@extundo.com>
22810
22811         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
22812
22813 2005-02-22  Jim Meyering  <jim@meyering.net>
22814
22815         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
22816         s/ifndef/ifdef/.
22817
22818 2005-02-20  Neil Conway  <neilc@samurai.com>
22819
22820         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
22821         returned by OSX/Darwin if the specified buffer is not large
22822         enough for the hostname.
22823
22824 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22825
22826         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
22827         pass it to _help, otherwise the latter coredumps trying to
22828         dereference state.root_argp.
22829
22830 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
22831
22832         * modules/chdir-long (Depends-on): Add memrchr.
22833         * modules/memrchr (Files): Add lib/memrchr.h.
22834         (Include): "memrchr.h".
22835
22836 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
22837
22838         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
22839
22840 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
22841
22842         * lib/memrchr.h: New file.
22843         * lib/chdir-long.c: Include it.
22844         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
22845         Don't bother including stddef.h.
22846
22847 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
22848
22849         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
22850         inclusion.
22851         Include <sys/types.h>, for dev_t.
22852         (ME_DUMMY, ME_REMOTE): Move from here....
22853         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
22854         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
22855         Dmitry V. Levin.
22856         Include mountlist.h first, to test the interface.
22857
22858 2005-01-29  Bruno Haible  <bruno@clisp.org>
22859
22860         * lib/progname.c (program_name): Initialize.
22861         Needed when linking statically on MacOS X.
22862
22863 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
22864
22865         Sync from coreutils.
22866         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
22867         (Depends-on): Add c-strtod.
22868         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
22869
22870 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
22871
22872         Sync from coreutils.
22873         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
22874
22875         Remove files that are specific to coreutils.
22876         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
22877
22878 2005-01-28  Bruno Haible  <bruno@clisp.org>
22879
22880         * modules/javacomp: New file.
22881         * MODULES.html.sh (Java): Add javacomp.
22882
22883 2005-01-28  Bruno Haible  <bruno@clisp.org>
22884
22885         * m4/javacomp.m4: New file, from GNU gettext.
22886
22887 2005-01-28  Bruno Haible  <bruno@clisp.org>
22888
22889         * lib/javacomp.sh.in: New file, from GNU gettext.
22890         * lib/javacomp.h: New file, from GNU gettext.
22891         * lib/javacomp.c: New file, from GNU gettext.
22892
22893 2005-01-26  Simon Josefsson  <jas@extundo.com>
22894
22895         * lib/gai_strerror.c: Use GPL in header.
22896
22897 2005-01-26  Bruno Haible  <bruno@clisp.org>
22898
22899         * modules/javaexec: New file.
22900         * MODULES.html.sh (Java): Add javaexec.
22901
22902 2005-01-26  Bruno Haible  <bruno@clisp.org>
22903
22904         * m4/javaexec.m4: New file, from GNU gettext.
22905
22906 2005-01-26  Bruno Haible  <bruno@clisp.org>
22907
22908         * lib/javaexec.sh.in: New file, from GNU gettext.
22909         * lib/javaexec.h: New file, from GNU gettext.
22910         * lib/javaexec.c: New file, from GNU gettext.
22911
22912 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22913
22914         * modules/lchown (Depends-on): Remove lchown.h
22915
22916 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22917
22918         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
22919         must be defined if the header file was not found, in order
22920         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
22921
22922 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22923
22924         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
22925         initializers for struct pentry_state.
22926         (__argp_error): Check return value of __asprintf
22927         (__argp_failure): Translate error message
22928
22929         * lib/argp-parse.c: Removed braces around the expansion of N_()
22930
22931 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
22932
22933         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
22934         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
22935         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
22936         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
22937         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
22938         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
22939         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
22940         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
22941         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
22942         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
22943         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
22944         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
22945         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
22946         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
22947         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
22948         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
22949         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
22950         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
22951         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
22952         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
22953         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
22954         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
22955         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
22956         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
22957         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
22958         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
22959         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
22960         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
22961         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
22962         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
22963         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
22964         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
22965         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
22966         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
22967         xstrtol.m4, xstrtoumax.m4, yesno.m4:
22968         Use an all-permissive copyright notice, recommended by RMS.
22969
22970 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
22971
22972         * modules/chdir-long (Depends-on): Remove mempcpy.
22973
22974 2005-01-21  Jim Meyering  <jim@meyering.net>
22975
22976         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
22977         same value as for Solaris 9.
22978
22979         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
22980         component length.  This included changing the parameter to be
22981         of type `char *' rather than `char const *'.
22982         * lib/chdir-long.h (chdir_long): Update prototype.
22983
22984         * lib/openat.c (fdopendir, fstatat): New functions.
22985         * lib/openat.h: Include headers required for use of DIR and struct
22986         stat.
22987         [AT_SYMLINK_NOFOLLOW]: Define.
22988         (fdopendir, fstatat): Add prototypes.
22989
22990 2005-01-21  Bruno Haible  <bruno@clisp.org>
22991
22992         * modules/classpath: New file.
22993         * MODULES.html.sh (Java): Add classpath.
22994
22995 2005-01-21  Bruno Haible  <bruno@clisp.org>
22996
22997         * lib/classpath.h: New file, from GNU gettext.
22998         * lib/classpath.c: New file, from GNU gettext.
22999
23000 2005-01-20  Simon Josefsson  <jas@extundo.com>
23001
23002         * modules/version-etc-fsf: New file.
23003
23004 2005-01-20  Simon Josefsson  <jas@extundo.com>
23005
23006         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
23007         * lib/version-etc.c: Remove version_etc_copyright.
23008         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
23009         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
23010
23011 2005-01-20  Simon Josefsson  <jas@extundo.com>
23012
23013         * lib/base64.h (isbase64): Add.
23014
23015         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
23016         using a unsigned prototype, don't inline.
23017         (base64_decode): Use it.
23018
23019 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23020
23021         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
23022         it.
23023
23024 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23025
23026         * lib/save-cwd.c (save_cwd): Remove code to support the case
23027         where fchdir is missing or flaky.
23028
23029 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23030
23031         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
23032
23033 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
23034
23035         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
23036         AC_LIBSOURCES now does this.
23037         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
23038         with new ullong_max module.
23039
23040 2005-01-19  Bruno Haible  <bruno@clisp.org>
23041
23042         * modules/sh-quote: New file.
23043         * MODULES.html.sh (Executing programs): Add sh-quote.
23044
23045 2005-01-19  Bruno Haible  <bruno@clisp.org>
23046
23047         * lib/sh-quote.h: New file, from GNU gettext.
23048         * lib/sh-quote.c: New file, from GNU gettext.
23049
23050 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23051
23052         Merge from coreutils.
23053         * m4/ullong_max.m4: New file.
23054         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
23055         (gl_MACROS): Assume localeconv exists.
23056
23057 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23058
23059         Merge changes from coreutils, as described below in several
23060         changelogs dated today.
23061
23062         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
23063         (O_DIRECTORY): Remove; not needed here, since "." must be
23064         a directory.  All uses removed.
23065         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
23066         universal on Suns, and we also need to test for IRIX.
23067         Revamp code to use 'if' rather than '#if'.
23068         Avoid unnecessary comparison of cwd->desc to 0.
23069
23070         * lib/utimens.c (futimens): Robustify the previous patch, by checking
23071         for known valid error numbers rather than observed invalid ones.
23072
23073 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23074
23075         * modules/ullong_max: New file.
23076
23077         * modules/chdir-long, modules/openat: New files.
23078         * modules/save-cwd (Depends-on): Depend on chdir-long.
23079         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
23080
23081 2005-01-18  Jim Meyering  <jim@meyering.net>
23082
23083         Merge from coreutils.
23084         * m4/chdir-long.m4, m4/openat.m4: New files.
23085         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
23086         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
23087         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
23088         is sane and DOES follow symlinks.  Besides, testing 20 different
23089         systems found no broken chown implementations.
23090         Prompted by a change in rsync's copy of this macro.
23091         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
23092
23093         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
23094
23095         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
23096         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
23097         NULL-means-set-to-current-time semantics.
23098         Remove temporary file immediately, rather than waiting
23099         for configure's at-exit trap code to do it.
23100
23101 2005-01-18  Jim Meyering  <jim@meyering.net>
23102
23103         * lib/version-etc.c (version_etc_copyright): Update copyright date.
23104
23105         * lib/utimens.c (futimens): Account for the fact that futimes
23106         can also fail with errno == ENOSYS or errno == ENOENT.
23107         Patch from Dmitry V. Levin.
23108
23109         Change the name of the robust chdir function from chdir to chdir_long.
23110         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
23111         (restore_cwd): Use chdir_long, not chdir.
23112         * lib/chdir-long.c: Renamed from chdir.c.
23113         * lib/chdir-long.h: Renamed from chdir.h.
23114         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
23115         Hurd.
23116
23117 2005-01-18  Bruno Haible  <bruno@clisp.org>
23118
23119         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
23120         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
23121         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
23122         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
23123         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
23124         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
23125         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
23126         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
23127         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
23128         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
23129         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
23130         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
23131         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
23132         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
23133         Use an all-permissive copyright notice, recommended by RMS.
23134
23135 2005-01-18  Bob Proulx  <bob@proulx.com>
23136
23137         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
23138         simplify offsetof() macro construct to avoid compile failure with
23139         native HP-UX 11.0 ANSI C compiler.
23140
23141 2005-01-17  Bruno Haible  <bruno@clisp.org>
23142
23143         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
23144         redundant because stpncpy.m4 takes care of it.
23145
23146 2005-01-17  Bruno Haible  <bruno@clisp.org>
23147
23148         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
23149
23150 2005-01-17  Bruno Haible  <bruno@clisp.org>
23151
23152         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
23153         used.
23154
23155 2005-01-17  Bruno Haible  <bruno@clisp.org>
23156
23157         * lib/fwriteerror.h (fwriteerror): Change specification to include
23158         fclose.
23159         * lib/fwriteerror.c: Include <stdbool.h>.
23160         (fwriteerror): At the end, close the file stream. Record whether
23161         stdout was already closed.
23162
23163 2005-01-17  Bruno Haible  <bruno@clisp.org>
23164
23165         * lib/execute.c (environ): Declare if needed.
23166         * lib/pipe.c (environ): Likewise.
23167         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
23168
23169 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23170
23171         * modules/argp: Depend on vsnprintf
23172
23173 2005-01-10  Jim Meyering  <jim@meyering.net>
23174
23175         * modules/closeout (Depends-on): Add atexit.
23176
23177 2005-01-06  Bruno Haible  <bruno@clisp.org>
23178
23179         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
23180
23181 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
23182
23183         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
23184         definitions to be after all include files, to avoid collisions.
23185         Problem reported by Bob Proulx.
23186
23187 2005-01-04  Jim Meyering  <jim@meyering.net>
23188
23189         Changes imported from coreutils.
23190         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
23191         as the mkstemp template, use a temporary directory and an
23192         8.3-friendly template to avoid trouble on systems like DJGPP.
23193         Reported by Juan M. Guerrero via Stepan Kasal.
23194         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
23195         close. Remove the temporary directory right away, rather than waiting
23196         for configure's at-exit trap code to do it.
23197         Suggestion from Stepan Kasal.
23198
23199 2005-01-01  Simon Josefsson  <jas@extundo.com>
23200
23201         * gnulib-tool: Print #include directives when --import'ing.
23202
23203 2004-12-28  Simon Josefsson  <jas@extundo.com>
23204
23205         * tests/test-base64.c: Include required header files.  Remove
23206         unused variables.
23207
23208 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
23209
23210         * modules/error (Depends-on): Remove gettext.
23211
23212 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
23213
23214         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
23215         not needed.  This removes a dependency on the gettext module.
23216         [defined _LIBC]: Do not include <libintl.h>; not needed.
23217
23218 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
23219
23220         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
23221         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
23222
23223 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
23224
23225         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
23226         HAVE_DECL_STRTOLD.
23227
23228 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23229
23230         * modules/getdate (Depends-on): Remove alloca-opt.
23231
23232 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23233
23234         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
23235
23236 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23237
23238         * lib/argp-parse.c: Include <stddef.h>.
23239         (alignof, alignto): New macros.
23240         (parser_init): Don't assume that void * is aligned sufficiently
23241         for struct option.
23242
23243         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
23244         need to extend the stack.
23245         (YYINITDEPTH): New macro, so that the initial stack isn't overly
23246         large.
23247
23248 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23249
23250         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
23251
23252 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
23253
23254         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
23255         (2004-10-24) change.  Apparently this was a false alarm.
23256
23257         * modules/getdate: Depend on alloca-opt, not alloca.
23258
23259 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
23260
23261         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
23262         Remove now-obsolete comment about AIX.
23263         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
23264         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
23265         (YYMAXDEPTH): New macro.
23266
23267 2004-12-18  Simon Josefsson  <jas@extundo.com>
23268
23269         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
23270
23271 2004-12-18  Bruno Haible  <bruno@clisp.org>
23272
23273         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
23274
23275 2004-12-18  Bruno Haible  <bruno@clisp.org>
23276
23277         * lib/fatal-signal.c (fatal_signals): Make non-const.
23278         (init_fatal_signals): New function.
23279         (uninstall_handlers, install_handlers): Ignore signals that were set to
23280         SIG_IGN.
23281         (at_fatal_signal): Call init_fatal_signals.
23282         (init_fatal_signal_set): Likewise. Ignore signals that were set to
23283         SIG_IGN.
23284         Reported by Paul Eggert.
23285
23286 2004-12-18  Bruno Haible  <bruno@clisp.org>
23287
23288         * doc/alloca.texi: New file.
23289         * doc/alloca-opt.texi: New file.
23290
23291 2004-12-17  Jim Meyering  <jim@meyering.net>
23292
23293         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
23294         Otherwise, install-sh could exit with improper exit status when
23295         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
23296
23297 2004-12-16  Simon Josefsson  <jas@extundo.com>
23298
23299         * tests/test-base64.c: Add license.
23300
23301 2004-12-15  Stepan Kasal  <address@hidden>
23302
23303         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
23304
23305 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
23306
23307         * modules/getcwd (Files): Add m4/d-ino.m4.
23308         Suggested by Mark D. Baushke.
23309
23310 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
23311
23312         * lib/getdate.y (textint): New member "negative".
23313         (time_zone_hhmm): New function.
23314         Expect 14 shift-reduce conflicts, not 13.
23315         (o_colon_minutes): New rule.
23316         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
23317         (yylex): Set the "negative" member of signed numbers.
23318
23319 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
23320
23321         * doc/getdate.texi (Time of day items, Time zone items):
23322         Describe new formats +00:00, UTC+00:00.
23323
23324 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
23325
23326         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
23327         spurious "-l"s.  Problem reported by Stepan Kasal.
23328
23329 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
23330
23331         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
23332         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
23333
23334 2004-12-04  Simon Josefsson  <jas@extundo.com>
23335
23336         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
23337         Vandoorselaere <yoann@prelude-ids.org>.
23338
23339 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23340
23341         Changes imported from coreutils.
23342         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
23343         exist.
23344         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
23345
23346 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23347
23348         Changes imported from coreutils.
23349         * lib/hard-locale.c: Assume <locale.h> exists.
23350         Include "strdup.h".
23351         (GLIBC_VERSION): New macro.
23352         (hard_locale): Assume setlocale exists.
23353         Rewrite to avoid #ifdef.
23354         Use strdup rather than malloc + strcpy.
23355         * lib/human.c: Assume <locale.h> exists.
23356         (human_readable): Assume localeconv exists.
23357
23358 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23359
23360         * modules/hard-locale (Depends-on): Add strdup.
23361
23362 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
23363
23364         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
23365         convert T2, not T.  (Imported from libc.)
23366
23367 2004-11-30  Simon Josefsson  <jas@extundo.com>
23368
23369         * modules/restrict (License): Change to LGPL.
23370
23371 2004-11-30  Simon Josefsson  <jas@extundo.com>
23372
23373         * m4/restrict.m4: Add copyright and copying conditions.
23374
23375 2004-11-30  Simon Josefsson  <jas@extundo.com>
23376
23377         * m4/base64.m4: New file.
23378
23379 2004-11-30  Simon Josefsson  <jas@extundo.com>
23380
23381         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
23382         base64.
23383
23384         * tests/test-base64.c: New file.
23385
23386         * modules/base64: New file.
23387
23388 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
23389
23390         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
23391         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
23392
23393         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
23394
23395 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
23396
23397         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
23398         (__getcwd.c): Don't restore errno; glibc doesn't.
23399         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
23400         first, falling back to our code only if its results look suspicious.
23401         Ensure that the resulting buffer is only as large as necessary.
23402
23403         * lib/readutmp.c: Include readutmp.h first.
23404         Include <errno.h>, since readutmp.h no longer does that.
23405         * lib/readutmp.h: Don't include <errno.h>,
23406         <sys/param.h>, <time.h>; not needed to establish interface.
23407         (errno): Remove decl.
23408         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
23409         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
23410         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
23411
23412 2004-11-28  Simon Josefsson  <jas@extundo.com>
23413
23414         * lib/base64.h, base64.c: New file.
23415
23416 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
23417
23418         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
23419
23420 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
23421
23422         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
23423         (Depends-on): Remove pathmax, same.  Add mempcpy.
23424         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
23425         (Makefile.am): Append getcwd.h to lib_SOURCES.
23426         (Include): Add getcwd.h.
23427         (Maintainer): Change from Jim Meyering to "all, glibc",
23428         since getdate now uses intended-for-glibc code.
23429         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
23430         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
23431
23432 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
23433
23434         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
23435         HP's ANSI C compiler.
23436         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
23437         Declaring int functions causes warnings on some modern systems and
23438         shouldn't be needed to compile on ancient ones.
23439         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
23440         defined.
23441
23442         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
23443         with the following changes.
23444         (__set_errno): Parenthesize properly.
23445         Include <stdbool.h>.
23446         (MIN, MAX, MATCHING_INO): New macros.
23447         (__getcwd): Define with prototype, not K&R form.
23448         Use heuristics to allocate default buffer on stack if possible.
23449         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
23450         behavior, and to avoid the PATH_MAX limit when computing
23451         ../../../../...
23452         Use MATCHING_INO to compare inode number to file.
23453         Check for arithmetic overflow in size calculations.
23454         Fix bug in reallocation of dot array that caused getcwd to fail
23455         on directories nested deeper than 75.
23456         Be more careful about saving errno on error.
23457         Do not use realloc; use only free+malloc, as this is a bit
23458         more flexible and avoids a needless copy operation.
23459         Do not inspect st_dev and st_ino for symbolic links; POSIX
23460         doesn't specify the latter.
23461         Check for closedir errors.
23462         Avoid needless casts.
23463         Use "#ifdef weak_alias" around weak_alias, to be like other
23464         glibc code.
23465         The following changes to getcwd.c have effect only when used in
23466         gnulib; they have no effect inside glibc proper.
23467         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
23468         as alloca isn't used.
23469         (alloca, __alloca): Likewise.
23470         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
23471         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
23472         unconditionally, as gnulib assumes C89 or better.
23473         Do not include <sys/param.h>.
23474         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
23475         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
23476         better.
23477         (NULL) [!defined NULL]: Remove; we assume C89 or better.
23478         Include <dirent.h> in a way that is compatible with modern Autoconf.
23479         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
23480         New macros, if not already defined.
23481         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
23482         Use "_LIBC", not "defined _LIBC", for consistency.
23483         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
23484         a mempcpy module.
23485         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
23486         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
23487         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
23488         credit only to Jim Meyering and adjust the copyright dates.
23489         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
23490         <stdlib.h>, <unistd.h>, "pathmax.h".
23491         Instead, include "xgetcwd.h" (first) and "getcwd.h".
23492         (INITIAL_BUFFER_SIZE): Remove.
23493         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
23494
23495 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
23496
23497         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
23498         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
23499         Use the _ONCE methods, for efficiency.
23500         Check for fcntl.h.  In test program, include <errno.h>
23501         and <fcntl.h> if available.  Remove old K&R cruft from
23502         test program.  Check for common errors in GNU/Linux,
23503         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
23504         don't do AC_LIBOBJ, as that's getcwd.m4's job.
23505         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
23506         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
23507         name accordingly.
23508         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
23509         accommodate new getcwd.c.
23510         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
23511         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
23512         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
23513         that's all we need now.
23514
23515 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23516
23517         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
23518         argp-parse.c depends on getopt internals, that means we should
23519         always use our getopt, to be on the safe side.
23520         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
23521         order not to spoil the result of an eventual previous invocation
23522         of gl_GETOPT_SUBSTITUTE.
23523
23524 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23525
23526         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
23527         redefinition warnings. To avoid them, include the defines
23528         in `#if !defined __need_getopt ... #endif'. The only place
23529         where __getopt_argv_const is used is in definitions
23530         of getopt_long and getopt_long_only below, which are as well
23531         protected by `#ifndef __need_getopt'.
23532         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
23533         __need_getopt after including <stdio.h> and <unistd.h> These
23534         headers might have defined it.
23535
23536 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
23537
23538         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
23539
23540 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
23541
23542         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
23543         (futimens): New function, which uses futimes if available.
23544         (futimens, utimens): Support timespec==NULL, with same semantics
23545         as utime and utimens.
23546         * lib/utimens.h (futimens): New decl.
23547
23548 2004-11-23  Jim Meyering  <jim@meyering.net>
23549
23550         * lib/getopt_.h: Remove trailing blanks.
23551
23552 2004-11-23  Jim Meyering  <jim@meyering.net>
23553
23554         * lib/__fpending.c: Add comment.
23555
23556 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
23557
23558         * modules/canonicalize (Depends-on): Add xreadlink.
23559         Problem reported by James Youngman.
23560
23561 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
23562
23563         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
23564         New macros.
23565         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
23566         optopt): Use them instead of invoking ## directly; otherwise, the
23567         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
23568
23569 2004-11-19  Bruno Haible  <bruno@clisp.org>
23570
23571         * lib/strtok_r.c: Move comments from here...
23572         * lib/strtok_r.h: ... to here.
23573
23574 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
23575
23576         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
23577         implementations that mishandle size_t overflow.
23578
23579 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
23580
23581         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
23582         might fail.  Problem reported by Yoann Vandoorselaere.
23583         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
23584         implementations that mishandle size_t overflow.
23585
23586 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23587
23588         * modules/canon-host (Depends-on): Add strdup.
23589
23590 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23591
23592         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
23593
23594 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23595
23596         * lib/canon-host.c: Include "strdup.h".
23597         (canon_host): Use getaddrinfo if available, so that IPv6 works.
23598         Use strdup instead of malloc/strcpy to duplicate strings.
23599
23600         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
23601         (human_space_before_unit): New constant.
23602         * lib/human.c (human_readable): Support it.
23603
23604         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
23605         (xgetcwd): Set errno correctly when failing.
23606         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
23607         the failure is actually due to a PATH_MAX problem.
23608
23609         Further getopt changes to make it more likely that glibc will
23610         buy the changes back.
23611         * lib/getopt.c (POSIXLY_CORRECT): New constant.
23612         (getopt): Use it, so to preserve glibc semantic
23613         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
23614         when compiling for libc.
23615         * lib/getopt_.h (__getopt_argv_const): Bring it back.
23616         (getopt_long, getopt_long_only): Use it.
23617
23618         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
23619         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
23620         (getopt): Argv is now char * const *, as per standard.
23621         (_getopt_internal_r, _getopt_internal): Argv is now char **,
23622         not char *__getopt_argv_const *.
23623         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
23624         _getopt_long_only_r): Likewise.
23625         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
23626         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
23627         _getopt_long_r, _getopt_long_only_r): Likewise.
23628         * lib/getopt_.h (__getopt_argv_const): Remove.
23629         (getopt): Argv is now char * const *, as per standard.
23630
23631         * lib/getdate.y (tORDINAL): New token.
23632         (day, relunit): Allow it for relative times.
23633         (relative_time_table): Use tORDINAL for ordinals.
23634
23635 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23636
23637         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
23638         Document that "second" isn't allowed as an ordinal number.
23639
23640 2004-11-16  Jim Meyering  <jim@meyering.net>
23641
23642         * modules/closeout (Depends-on): Add fpending.
23643
23644 2004-11-15  Jim Meyering  <jim@meyering.net>
23645
23646         * lib/closeout.c: Include "__fpending.h" once again.
23647         Include <stdbool.h>.
23648         (close_stdout): Don't fail just because stdout was closed initially,
23649         since some programs don't write to stdout in the normal course of
23650         operation (other than --version and --help), and we don't want this
23651         function to make e.g. `touch file >&-' fail.
23652         But do fail if it was closed and someone has tried to write to it.
23653         E.g., `printf foo >&-' must fail.
23654
23655 2004-11-13  Jim Meyering  <jim@meyering.net>
23656
23657         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
23658
23659 2004-11-12  Simon Josefsson  <jas@extundo.com>
23660
23661         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
23662         small doc fix is still pending.
23663
23664 2004-11-11  Simon Josefsson  <jas@extundo.com>
23665
23666         * modules/strtok_r: New file.
23667
23668         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23669         strtok_r.
23670
23671 2004-11-11  Simon Josefsson  <jas@extundo.com>
23672
23673         * m4/strtok_r.m4: New file.
23674
23675         * m4/getopt.m4: Replace opterr.
23676
23677 2004-11-11  Simon Josefsson  <jas@extundo.com>
23678
23679         * lib/strtok_r.h, strtok_r.c: New file.
23680
23681 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
23682
23683         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
23684         of replacing opterr, getopt, etc.  This should handle the
23685         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
23686
23687 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
23688
23689         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
23690         we can stop lying to compilers about the constness of argv when we
23691         are compiled outside glibc.
23692         (getopt, getopt_long, getopt_long_only): Use it.
23693         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
23694         _getopt_internal, getopt): Likewise.
23695         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
23696         _getopt_long_only_r): Likewise.
23697         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
23698         _getopt_long_r, _getopt_long_only_r): Likewise.
23699
23700         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
23701         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
23702         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
23703         the other external symbols.
23704         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
23705         declaration, since the above renaming now works around collisions.
23706
23707 2004-11-11  Jim Meyering  <jim@meyering.net>
23708
23709         * lib/linebreak.c: Remove trailing blanks.
23710         * lib/alloca_.h: Likewise.
23711         * lib/acosl.c: Likewise.
23712         * lib/euidaccess.c: Likewise.
23713         * lib/allocsa.h: Likewise.
23714
23715 2004-11-10  Simon Josefsson  <jas@extundo.com>
23716
23717         * m4/getaddrinfo.m4: New file.
23718
23719 2004-11-10  Simon Josefsson  <jas@extundo.com>
23720
23721         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
23722
23723 2004-11-10  Simon Josefsson  <jas@extundo.com>
23724
23725         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23726         getaddrinfo.
23727
23728         * modules/getaddrinfo: New file.
23729
23730 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
23731
23732         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
23733
23734 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
23735
23736         * lib/mktime.c (SHR): New macro, which is a portable
23737         substitute for >> that should work even on Crays.
23738         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
23739         Problem reported by Mark D. Baushke in
23740         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
23741         * lib/getdate.y (SHR): Likewise.
23742         (tm_diff): Use it.
23743         * lib/strftime.c (SHR): Likewise.
23744         (tm_diff): Use it.
23745         * lib/quotearg.c (struct quoting_options): Use unsigned int for
23746         quote_these_too, so that right shifts are well defined.  All uses
23747         changed.
23748
23749 2004-11-10  Jim Meyering  <jim@meyering.net>
23750
23751         Ensure that no close failure goes unreported.
23752         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
23753         return early when it seems there's nothing to flush.
23754         Don't include __fpending.h.
23755
23756 2004-11-10  Jim Meyering  <jim@meyering.net>
23757
23758         * modules/closeout (Depends-on): Remove fpending.
23759
23760 2004-11-10  Jim Meyering  <jim@meyering.net>
23761
23762         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
23763
23764 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
23765
23766         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
23767         gl_FUNC_STRFTIME.
23768         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
23769         and AC_REQUIRE when possible, to avoid duplicate checks.
23770         Check for <wchar.h>.
23771
23772 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
23773
23774         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
23775
23776 2004-11-09  Bruno Haible  <bruno@clisp.org>
23777
23778         * m4/sockpfaf.m4: New file.
23779
23780 2004-11-05  Bruno Haible  <bruno@clisp.org>
23781
23782         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
23783         Reported by Mark D. Baushke <mdb@cvshome.org>.
23784
23785 2004-11-04  Bruno Haible  <bruno@clisp.org>
23786
23787         2004-09-11  Bruno Haible  <bruno@clisp.org>
23788                 * allocsa.valgrind: New file.
23789         2004-02-06  Bruno Haible  <bruno@clisp.org>
23790                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
23791                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
23792                 Reported by Christopher Seip <chris.seip@hp.com>.
23793
23794 2004-11-04  Bruno Haible  <bruno@clisp.org>
23795
23796         * modules/allocsa (Files): Add lib/allocsa.valgrind.
23797         (Makefile.am): Distribute it.
23798
23799 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
23800
23801         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
23802         with errno == ERANGE if the buffer is too small.
23803         Problem reported by Mark D. Baushke.
23804
23805 2004-11-03  Albert Chin  <china@thewrittenword.com>
23806             Paul Eggert  <eggert@cs.ucla.edu>
23807
23808         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
23809         equivalent, substitute $ac_type for equivalent type rather than
23810         blindly using uint32_t *always* which won't work if uint32_t is not
23811         available.  Define _UINT32_T to work around typedef of uint32_t if
23812         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
23813         2.5.1.
23814
23815 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
23816
23817         * m4/jm-macros.m4: Sync from coreutils.
23818         (gl_MACROS): Check for mbrlen, for pathchk.
23819         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
23820
23821 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
23822
23823         * lib/xreadlink.c (MAXSIZE): New macro.
23824         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
23825         size does not exceed MAXSIZE.  Avoid cast.
23826         As suggested by Mark D. Baushke in
23827         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
23828         if readlink fails with buffer size just under MAXSIZE, try again
23829         with MAXSIZE.
23830
23831 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
23832
23833         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
23834
23835 2004-11-02  Derek R. Price  <derek@ximbiot.com>
23836         and  Paul Eggert  <eggert@cs.ucla.edu>
23837
23838         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
23839         (get_date): Overparenthesize to avoid GCC warning.
23840
23841 2004-11-02  Bruno Haible  <bruno@clisp.org>
23842
23843         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
23844         returns void.
23845
23846 2004-11-02  Bruno Haible  <bruno@clisp.org>
23847
23848         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
23849         function returns void.
23850
23851 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
23852
23853         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
23854         fflush_unlocked, flockfile, funlockfile, funlockfile,
23855         fputs_unlocked, putc_unlocked.
23856
23857 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
23858
23859         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
23860         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
23861         already declared.
23862
23863 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
23864
23865         * modules/getdate (Files): Add doc/getdate.texi.
23866         (Depends-on): Add setenv, xalloc.
23867
23868 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
23869
23870         * lib/getdate.y: Add support for TZ="foo" within a date string.
23871         Fix some bugs near time_t boundaries.  Reject dates with
23872         out-of-range components, e.g., "Sept 31".
23873         Include <stdlib.h>, "setenv.h", "xalloc.h".
23874         (ISDIGIT_LOCALE): Remove; unused.
23875         Note that the TZ and time functions used here are not reentrant.
23876         (mktime_ok, get_tz): New functions.
23877         (TZBUFSIZE): New constant.
23878         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
23879         This requires that we sometimes generate our own TZ="XXX..." setting.
23880
23881 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
23882
23883         * doc/getdate.texi: New file, from coreutils with modifications for
23884         the new TZ parsing.
23885
23886 2004-10-27  Derek R. Price  <derek@ximbiot.com>
23887
23888         * lib/mktime.c (not_equal_tm): Remove redundant check.
23889
23890 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23891
23892         * modules/regex (lib_SOURCES): Add regex.c.
23893         Reported by James Youngman in
23894         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
23895
23896 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23897
23898         * lib/getdate.y: Use Bison 1.875 features, and some minor
23899         code cleanups.  This change does not affect semantics.
23900         Don't include <stdlib.h>; no longer needed.
23901         Don't include unlocked-io.h; only the "#if TEST" code uses
23902         stdio, and performance isn't crucial there.
23903         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
23904         Bison 1.875 features as described below.
23905         All uses of "PC." replaced by "pc->".
23906         (YYSTYPE): Add a forward declaration.
23907         (yylex, yyerror): Use full prototypes in forward decls.
23908         Use "%pure-parser" rather than obsolescent "%pure_parser".
23909         Use %parse-param and %lex-param instead of obsolescent
23910         YYPARSE_PARAM and YYLEX_PARAM.
23911         (meridian_table, month_and_day_table, time_units_table,
23912         relative_time_table, time_zone_table, military_table,
23913         lookup_zone, lookup_word, get_date):
23914         Use NULL instead of 0 where appropriate.
23915         (to_hour): Avoid abort (), to avoid a dependency on
23916         stdlib.h.
23917         (yyerror, yylex): Now accepts parser_control * arg.
23918         (main) [TEST]: Use '\0' rather than 0 for char.
23919
23920 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
23921
23922         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
23923
23924 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
23925
23926         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
23927         It's now the caller's responsibility to handle the case where
23928         !HAVE_GETPAGESIZE && !defined getpagesize.
23929
23930         * lib/mktime.c (leapyear): Arg is long int, not int.
23931
23932 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
23933
23934         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
23935
23936 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
23937
23938         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
23939         missing.  Problem reported by James Youngman.
23940
23941 2004-10-16  Simon Josefsson  <jas@extundo.com>
23942
23943         * gnulib-tool: Fix comments.  Fix parse problem.
23944         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
23945
23946 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
23947
23948         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
23949         implementation of getopt_long.  Problem reported by Alexander Taler in:
23950         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
23951
23952 2004-10-15  Bruno Haible  <bruno@clisp.org>
23953
23954         * gnulib-tool: Untabify. Initialize supplied_libname.
23955         (func_usage): More homogenous output.
23956         (func_modules_transitive_closure, func_modules_to_filelist,
23957         func_emit_lib_Makefile_am): New functions.
23958         (func_import): New function, extracted from big case statement. Use
23959         func_get_license, func_modules_transitive_closure,
23960         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
23961         opt_lgpl. Don't use test -a, as it's not portable.
23962         (func_create_testdir): Use func_modules_transitive_closure,
23963         func_modules_to_filelist, func_emit_lib_Makefile_am.
23964
23965 2004-10-15  Bruno Haible  <bruno@clisp.org>
23966
23967         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
23968
23969 2004-10-15  Bruno Haible  <bruno@clisp.org>
23970
23971         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
23972         the portions belonging to each module.
23973         Suggested by Derek Robert Price <derek@ximbiot.com>.
23974
23975 2004-10-12  Simon Josefsson  <jas@extundo.com>
23976
23977         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
23978         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
23979         to real functions.
23980
23981 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
23982
23983         * modules/vsnprintf: New file.
23984
23985 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
23986
23987         * m4/vsnprintf.m4: New file.
23988
23989 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
23990
23991         * lib/vsnprintf.h: New file.
23992         * lib/vsnprintf.c: New file.
23993
23994 2004-10-11  Bruno Haible  <bruno@clisp.org>
23995
23996         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
23997         vsnprintf.
23998
23999 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
24000
24001         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
24002
24003 2004-10-07  Bruno Haible  <bruno@clisp.org>
24004
24005         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
24006         fits into the provided buffer.
24007
24008 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
24009
24010         * lib/diacrit.c, diacrit.h: Add GPL notice.
24011
24012         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
24013         notice.
24014         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
24015         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
24016         This avoids a potential constant-folding bug.
24017
24018 2004-10-05  Bruno Haible  <bruno@clisp.org>
24019
24020         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
24021         for the declaration of strsep.
24022
24023 2004-10-05  Bruno Haible  <bruno@clisp.org>
24024
24025         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
24026
24027 2004-10-04  Simon Josefsson  <jas@extundo.com>
24028
24029         * modules/memmem: New file.
24030         * tests/test-memmem.c: New file.
24031         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
24032
24033 2004-10-04  Simon Josefsson  <jas@extundo.com>
24034
24035         * m4/memmem.m4: New file.
24036
24037 2004-10-04  Simon Josefsson  <jas@extundo.com>
24038
24039         * lib/memmem.h: New file.
24040         * lib/memmem.c: New file, taken from glibc.
24041
24042 2004-10-04  Simon Josefsson  <jas@extundo.com>
24043
24044         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
24045         '#ifdef USE_UNLOCKED_IO'.
24046
24047 2004-10-04  Simon Josefsson  <jas@extundo.com>
24048
24049         * config/srclist.txt: Add memmem from glibc.
24050
24051 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24052
24053         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
24054
24055         * modules/argmatch, modules/argp, modules/closeout, modules/error,
24056         modules/exclude, modules/getdate, modules/getline,
24057         modules/getndelim2, modules/getpass, modules/getpass-gnu,
24058         modules/getusershell, modules/linebuffer, modules/md5,
24059         modules/mountlist, modules/posixtm, modules/readtokens,
24060         modules/readutmp, modules/regex, modules/sha1,
24061         modules/version-etc, modules/yesno:
24062         Remove dependency on unlocked-io.
24063
24064 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24065
24066         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
24067
24068         * m4/unlocked-io.m4: Add copyright notice.
24069         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
24070
24071 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24072
24073         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
24074         * lib/xmalloc.c (xmemdup): Likewise.
24075         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
24076         XFREE): Remove these long-obsolescent macros.
24077         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
24078         * lib/xstrdup.c: Remove.
24079
24080         * lib/regex.c (re_comp): Cast gettext return value to char *,
24081         Problem reported by Martin Neitzel via Mark D. Baushke.
24082
24083 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24084
24085         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
24086         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
24087         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
24088         regex.c, sha1.c, version-etc.c, yesno.c:
24089         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
24090         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
24091         the includer's responsibility.
24092
24093         Sync from coreutils.
24094
24095         * lib/modechange.c (mode_compile): Don't decrement a pointer that
24096         points to the start of a string, as the C Standard says the
24097         resulting behavior is undefined.
24098
24099         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
24100         simple -> simple_backups, numbered_existing ->
24101         numbered_existing_backups, numbered -> numbered_backups
24102         to avoid shadowing problems.  All uses changed.
24103         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
24104         * lib/backupfile.c (check_extension, numbered_backup):
24105         Rename locals to avoid shadowing 'basename'.
24106         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
24107         once.
24108
24109         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
24110         * lib/.cvsignore: Add getopt.h.
24111
24112 2004-10-04  Bruno Haible  <bruno@clisp.org>
24113
24114         * modules/README: New file.
24115         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
24116         not a module.
24117
24118 2004-10-02  Jim Meyering  <jim@meyering.net>
24119
24120         * lib/dirfd.h, getpagesize.h: Add copyright notice.
24121
24122 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24123
24124         * modules/strsep: New file.
24125
24126 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24127
24128         * m4/strsep.m4: New file.
24129
24130 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24131
24132         * lib/strsep.h: New file.
24133         * lib/strsep.c: New file.
24134
24135 2004-10-01  Simon Josefsson  <jas@extundo.com>
24136
24137         * lib/snprintf.c (snprintf): Handle size==0.
24138
24139 2004-10-01  Simon Josefsson  <jas@extundo.com>
24140             Bruno Haible  <bruno@clisp.org>
24141
24142         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
24143         (snprintf): Declare 'args'.
24144
24145 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
24146
24147         * lib/snprintf.c: Remove comments as to why each header is needed.
24148
24149 2004-10-01  Bruno Haible  <bruno@clisp.org>
24150
24151         * MODULES.html.sh: Add strsep.
24152
24153 2004-09-30  Simon Josefsson  <jas@extundo.com>
24154
24155         * modules/snprintf: New file.
24156
24157 2004-09-30  Simon Josefsson  <jas@extundo.com>
24158
24159         * m4/snprintf.m4: New file.
24160
24161 2004-09-30  Simon Josefsson  <jas@extundo.com>
24162
24163         * lib/snprintf.h, lib/snprintf.c: New files.
24164
24165 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24166
24167         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
24168         (hol_entry_help): Never translate an empty string.
24169         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
24170         * lib/argp.h (OPTION_NO_TRANS): New option.
24171
24172 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24173
24174         * modules/argp (Maintainer): Replace Simon Josefsson
24175         by Sergey Poznyakoff.
24176
24177 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24178
24179         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
24180         changes merged back into glibc.
24181
24182 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24183
24184         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
24185
24186 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
24187
24188         * lib/xvasprintf.c: Include xalloc.h.
24189         (xvasprintf): Use xalloc_die, not xmalloc_die.
24190
24191 2004-09-29  Bruno Haible  <bruno@clisp.org>
24192
24193         * modules/alloca-opt: New file, derived from modules/alloca.
24194         * modules/allocsa: Depend on alloca-opt instead of alloca.
24195         * modules/setenv: Likewise.
24196         * modules/vasnprintf: Likewise.
24197         * MODULES.html.sh: Add alloca-opt.
24198
24199 2004-09-28  Simon Josefsson  <jas@extundo.com>
24200
24201         * gnulib-tool: New parameter --lgpl, to asseert that modules are
24202         LGPL, and to replace license template from GPL to LGPL.
24203
24204 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
24205
24206         * modules/dummy: Change license to LGPL.
24207
24208 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
24209
24210         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
24211
24212 2004-09-24  Simon Josefsson  <jas@extundo.com>
24213
24214         * modules/minmax (License): Change from GPL to LGPL.
24215
24216 2004-09-23  Simon Josefsson  <jas@extundo.com>
24217
24218         * gnulib-tool (--import): Typo.
24219
24220 2004-09-23  Simon Josefsson  <jas@extundo.com>
24221
24222         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
24223
24224 2004-09-22  Bruno Haible  <bruno@clisp.org>
24225
24226         * modules/*: Add 'License' field.
24227         * gnulib-tool: Accept --extract-license option.
24228         (func_get_license): New function.
24229
24230 2004-09-21  Bruno Haible  <bruno@clisp.org>
24231
24232         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
24233         Reported by Simon Josefsson.
24234
24235 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24236
24237         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
24238         gl_AC_TYPE_LONG_LONG.
24239
24240 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24241
24242         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
24243
24244 2004-09-18  Simon Josefsson  <jas@extundo.com>
24245         and  Paul Eggert  <eggert@cs.ucla.edu>
24246
24247         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
24248         calls with autoreconf.  Define GL_LIB.
24249
24250 2004-09-14  Karl Berry  <karl@gnu.org>
24251
24252         * config/srclist.txt: unsync setenv.c, sigh.
24253
24254 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24255
24256         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
24257         Problem reported by Bruno Haible in:
24258         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
24259
24260 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24261
24262         * config/srclist.txt: Comment out argp-pvh.c.
24263
24264 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
24265
24266         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
24267         in case some system header has #define'd it.  Problem reported by
24268         Soeren D. Schulze in
24269         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
24270
24271 2004-09-09  Karl Berry  <karl@gnu.org>
24272
24273         * regex.[ch]: delete from the root.  These were supposed to be
24274                 synced with emacs cvs, but this has not happened for about
24275                 a year, and anyway nothing else uses emacs regex.[ch].
24276                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
24277                 lib/regex[.ch] is untouched.
24278
24279 2004-09-09  Bruno Haible  <bruno@clisp.org>
24280
24281         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
24282
24283 2004-09-09  Bruno Haible  <bruno@clisp.org>
24284
24285         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
24286         modifications.
24287         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
24288
24289 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
24290
24291         * modules/xvasprintf: New file.
24292         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
24293
24294 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
24295
24296         * lib/xvasprintf.h: New file.
24297         * lib/xvasprintf.c: New file.
24298         * lib/xasprintf.c: New file.
24299
24300 2004-09-08  Bruno Haible  <bruno@clisp.org>
24301
24302         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
24303
24304 2004-09-08  Bruno Haible  <bruno@clisp.org>
24305
24306         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
24307         length is > INT_MAX.
24308         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
24309         more.
24310
24311 2004-09-08  Bruno Haible  <bruno@clisp.org>
24312
24313         * lib/stdint_.h: New file, taken from GNU clisp.
24314
24315 2004-09-08  Bruno Haible  <bruno@clisp.org>
24316             Oskar Liljeblad  <oskar@osk.mine.nu>
24317
24318         * modules/stdint: New file.
24319         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
24320
24321 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24322
24323         Import from coreutils.
24324         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
24325         strings on unbounded length.  alloca's performance benefits aren't
24326         that important here.
24327         (V_STRDUP): Remove.
24328         (parse_with_separator): New function, with most of the internals
24329         of the old parse_user_spec.  Allow user to omit both user and group,
24330         for compatibility with FreeBSD.
24331         Clone only the user name, not the entire spec.
24332         Do not set *uid, *gid unless entirely successful.
24333         Avoid memory leak in some failing cases.
24334         Fix regression for USER.GROUP reported by Dmitry V. Levin in
24335         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
24336         (parse_user_spec): Rewrite to use parse_with_separator.
24337
24338 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24339
24340         * modules/userspec: Don't depend on alloca.
24341
24342 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24343
24344         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
24345
24346 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
24347
24348         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
24349         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
24350         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
24351
24352 2004-08-16  Simon Josefsson  <jas@extundo.com>
24353
24354         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
24355         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
24356         Add --dry-run for --import.
24357         Let user provided command line parameters override configure.ac
24358         settings.
24359
24360 2004-08-12  Simon Josefsson  <jas@extundo.com>
24361
24362         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
24363         as discussed with Paul Eggert in threads rooted at
24364         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
24365         and
24366         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
24367         Before, the test was empty, and relied on ELIDE_CODE in source
24368         code.)
24369         (gl_PREREQ_GETOPT): New macro.
24370         (gl_GETOPT): Use them.
24371
24372 2004-08-12  Simon Josefsson  <jas@extundo.com>
24373
24374         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
24375         * lib/getopt_.h: Renamed from getopt.h.
24376
24377 2004-08-12  Simon Josefsson  <jas@extundo.com>
24378
24379         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
24380         Change default library name from libfoo to libgnu.
24381         Now, if you have a configure.ac that says:
24382                 gl_SOURCE_BASE(gl)
24383                 gl_M4_BASE(gl/m4)
24384                 gl_MODULES(error getopt etcetera)
24385                 gl_INIT
24386         you can import all you need by running:
24387                 ../gnulib/gnulib-tool --import
24388
24389         * modules/getopt (Files): Rename getopt.h to getopt_.h.
24390         (Makefile.am): Rewrite, use logic from argz.
24391         (Include): Use <getopt.h> instead of "getopt.h".
24392
24393 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24394
24395         * modules/argp (Files): Add m4/unlocked-io.m4.
24396         (Depends-on): Add extensions.
24397
24398 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24399
24400         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
24401         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
24402         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
24403         Check for program_invocation_name, program_invocation_short_name,
24404         flockfile, funlockfile, features.h, _getopt_long_only_r.
24405
24406 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24407
24408         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
24409         its complicated substitute.
24410         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
24411         and program_invocation_name.
24412         (__argp_basename) [!_LIBC]: Remove; the only use was
24413         replaced by its body.
24414         (__argp_short_program_name): Change condition from
24415         !defined __argp_short_program_name to
24416         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
24417         to match argp-namefrob.h.
24418         (__argp_failure): Don't assume strerror_r returns char *.
24419         * lib/argp-parse.c (N_): Define unconditionally.
24420         (argp_default_options): Fill out initializers with 0 to avoid
24421         gcc warnings.
24422
24423 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24424
24425         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
24426         getopt1.c.
24427
24428 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24429
24430         Merge from coreutils.
24431
24432         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
24433
24434         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
24435         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
24436
24437 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24438
24439         Merge from coreutils.
24440
24441         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
24442         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
24443         for Reliant Unix 5.43.
24444
24445         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
24446         (union fooround): Use uintmax_t, not long int.
24447         The rest is a merge from libc:
24448         [defined _LIBC]: Include <shlib-compat.h>.
24449         (_obstack) [defined _LIBC]: Remove after 2.3.4.
24450
24451         * lib/settime.c (settime): Recode to avoid warning with
24452         Sun Forte C 6U2.
24453
24454         * lib/strverscmp.c: Convert to UTF-8.
24455
24456 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24457
24458         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
24459         m4/uintmax_t.m4.
24460
24461 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24462
24463         * modules/xalloc-die: New file.
24464         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
24465
24466         * modules/md5 (Files): Add m4/uint32_t.m4.
24467         * modules/sha1: Renamed from modules/sha.
24468         (Files):
24469         Rename lib/sha.h to lib/sha1.h.
24470         Rename lib/sha.c to lib/sha1.c.
24471         Rename m4/sha.m4 to m4/sha1.m4.
24472         (lib_SOURCES): Likewise.
24473         (configure.ac): Rename gl_SHA to gl_SHA1.
24474         (Include): sha.h -> sha1.h.
24475
24476 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24477
24478         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
24479         * m4/sha1.m4: Renamed from sha.m4.
24480         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
24481
24482 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24483
24484         * lib/obstack.h (obstack_empty_p):
24485         Don't assume that chunk->contents is suitably aligned.
24486         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
24487         Likewise. Problem reported by Benno in
24488         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
24489
24490         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
24491         readable.  This could be improved further but it'd take some work.
24492
24493 2004-08-08  Simon Josefsson  <jas@extundo.com>
24494
24495         * modules/xgethostname (Depends-on): Remove exit and error (not
24496         used).
24497
24498         * modules/getpass-gnu: Add getpass.h.
24499         (Depends-on): Add stdbool.
24500         * modules/getpass: Add getpass.h.
24501
24502 2004-08-08  Simon Josefsson  <jas@extundo.com>
24503
24504         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
24505         Check getpass declaration.
24506
24507 2004-08-08  Simon Josefsson  <jas@extundo.com>
24508
24509         * lib/xgethostname.c: Don't include error.h (not used).
24510
24511         * lib/getpass.h: Add.
24512         * lib/getpass.c: Include getpass.h first.
24513
24514 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
24515
24516         * lib/xalloc-die.c: New file.
24517         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
24518         All uses removed.
24519         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
24520         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
24521         xalloc-die.c.
24522         (_, N_, xalloc_die): Move to xalloc-die.c.
24523         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
24524         so that we needn't mess with xalloc_msg_memory_exhausted.
24525
24526         * lib/sha1.h: Renamed from sha.h.
24527         (SHA1_H): Renamed from _SHA_H.
24528         (sha1_ctx): Renamed from sha_ctx.
24529         (sha1_init_ctx): Renamed from sha_init_ctx.
24530         (sha1_process_block): Renamed from sha_process_block.
24531         (sha1_process_bytes): Renamed from sha_process_bytes.
24532         (sha1_finish_ctx): Renamed from sha_finish_ctx.
24533         (sha1_read_ctx): Renamed from sha_read_ctx.
24534         (sha1_stream): Renamed from sha_stream.
24535         (sha1_buffer): Renamed from sha_buffer.
24536         * lib/sha1.c: Likewise; renamed from sha.c.
24537         Do not include <sys/types.h>.
24538         Include <stddef.h> rather than <stdlib.h>.
24539
24540 2004-08-08  Bruno Haible  <bruno@clisp.org>
24541
24542         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
24543         FILESYSTEM_PREFIX_LEN.
24544         * lib/progreloc.c: Likewise.
24545         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
24546
24547 2004-08-06  Simon Josefsson  <jas@extundo.com>
24548
24549         * modules/progname (Depends-on): Don't depend on stdbool.
24550
24551 2004-08-06  Simon Josefsson  <jas@extundo.com>
24552
24553         * modules/getsubopt: New file.
24554         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24555         getsubopt.
24556
24557 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
24558
24559         More merge from coreutils.
24560
24561         * m4/utimens.m4, m4/utimecmp.m4: New files.
24562         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
24563         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
24564         prereq.m4, sha.m4: Import changes from coreutils.
24565
24566 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
24567
24568         More merge from coreutils.
24569         * modules/raise, modules/readtokens0, modules/utimens:
24570         * modules/utimecmp, module/xnanosleep: New files.
24571         * modules/strftime: Add lib/strftime.h.
24572         Change include from <time.h> to "strftime.h".
24573         * modules/yesno: Add lib/yesno.h.
24574         * modules/backupfile: Remove lib/addext.c.
24575         * modules/euidaccess: Add stat-macros.h.
24576         * modules/canonicalize, modules/euidaccess,
24577         modules/filemode, modules/lchown, modules/makepath,
24578         modules/rmdir, modules/stat: Likewise.
24579
24580 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
24581
24582         Merge from tar.
24583         * lib/argp-help.c (make_hol, hol_append): Don't assume that
24584         SIZE_MAX is a valid preprocessor constant.
24585         (__argp_basename): Change from "#ifndef _LIBC"
24586         to "#ifndef __argp_short_program_name", so that
24587         we don't compile these functions for tar.
24588
24589         More merges from coreutils.
24590         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
24591         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
24592         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
24593         * lib/addext.c: Remove; no longer needed.
24594         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
24595         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
24596         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
24597         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
24598         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
24599         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
24600         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
24601         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
24602         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
24603         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
24604         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
24605         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
24606         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
24607         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
24608         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
24609         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
24610         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
24611         Import changes from coreutils.
24612
24613 2004-08-05  Simon Josefsson  <jas@extundo.com>
24614
24615         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
24616
24617 2004-08-05  Simon Josefsson  <jas@extundo.com>
24618
24619         * m4/getsubopt.m4: New file.
24620
24621 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
24622
24623         Merge from coreutils.
24624
24625         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
24626         * m4/getcwd-path-max.m4: New files.
24627
24628         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
24629         FILESYSTEM_PREFIX_LEN ->
24630         FILE_SYSTEM_PREFIX_LEN.
24631         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
24632         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
24633         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
24634         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
24635
24636         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
24637         prerequisite modules now handle the DOS stuff.
24638         Don't check for unistd.h.
24639
24640 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
24641
24642         Merge from coreutils.
24643
24644         * lib/.gdb-history: Remove; this doesn't belong here.
24645
24646         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
24647         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
24648         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
24649         * lib/getcwd.c: New files.
24650
24651         * lib/dirname.h: Include <stdbool.h>.
24652         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
24653         for consistency with POSIX terminology.  All uses changed.
24654         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
24655         (strip_trailing_slashes): Use bool for booleans.
24656         * lib/stripslash.c (strip_trailing_slashes): Likewise.
24657
24658         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
24659         sometimes returns a positive errno value even when it succeeds.
24660         (print_errno_message) [!LIBC]: Fall back on strerror if
24661         __strerror_r fails.
24662
24663         * lib/path-concat.c (mempcpy): Don't define if a system header defines
24664         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
24665         (longest_relative_suffix): New function.
24666         (path_concat): Use it.  Assume first argument is not NULL.
24667         Port to DOS.  Omit redundant separators.
24668         Report an error instead of returning NULL.
24669         Use mempcpy instead of memcpy.
24670         (xpath_concat): Remove: not declared or used.
24671
24672         * lib/same.h: Include <stdbool.h>
24673         (same_name): Return bool, not int.
24674         * lib/same.c (same_name): Likewise.
24675         (errno): Don't declare; we assume C89 or better now.
24676
24677         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
24678         if not already defined.
24679
24680         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
24681         * lib/dup-safer.c (errno): Likewise.
24682
24683 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
24684
24685         Merge from coreutils.
24686         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
24687         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
24688         * modules/path-concat: Don't depend on strdup.
24689
24690 2004-08-03  Simon Josefsson  <jas@extundo.com>
24691
24692         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
24693         * lib/progname.h: Don't include stdbool.h.
24694
24695 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
24696
24697         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
24698         * MODULES.html.sh (func_all_modules): Remove fatal.
24699
24700 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
24701
24702         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
24703
24704 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
24705
24706         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
24707         working.
24708
24709 2004-08-02  Simon Josefsson  <jas@extundo.com>
24710
24711         * lib/getsubopt.h: New file, with comments from Bruno Haible.
24712         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
24713         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
24714
24715 2004-08-01  Simon Josefsson  <jas@extundo.com>
24716
24717         * lib/xgetdomainname.c: Include stdlib.h, for free().
24718
24719 2004-07-19  Bruno Haible  <bruno@clisp.org>
24720
24721         * MODULES.html.sh (func_all_modules): Add dummy.
24722
24723 2004-07-16  Simon Josefsson  <jas@extundo.com>
24724
24725         * modules/dummy: New file.
24726
24727 2004-07-16  Simon Josefsson  <jas@extundo.com>
24728
24729         * lib/dummy.c: New file.
24730
24731 2004-07-16  Bruno Haible  <bruno@clisp.org>
24732
24733         * lib/backupfile.h: Add extern "C" for C++.
24734         * lib/closeout.h: Likewise.
24735         * lib/copy-file.h: Likewise.
24736         * lib/findprog.h: Likewise.
24737         * lib/full-write.h: Likewise.
24738         * lib/pathname.h: Likewise.
24739         * lib/progname.h: Likewise.
24740         * lib/stpcpy.h: Likewise.
24741         * lib/stpncpy.h: Likewise.
24742         * lib/strcase.h: Likewise.
24743         * lib/strstr.h: Likewise.
24744         * lib/xalloc.h: Likewise.
24745
24746         * lib/mbswidth.h: Add extern "C" for C++.
24747         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
24748
24749 2004-07-13  Robert Millan  <robertmh@gnu.org>
24750
24751         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
24752
24753 2004-07-09  Simon Josefsson  <jas@extundo.com>
24754
24755         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
24756         failed without this.)
24757
24758 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
24759
24760         * modules/chown (Files): Add lib/fchown-stub.c, since
24761         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
24762
24763 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
24764
24765         * lib/fchown-stub.c: New file.
24766
24767 2004-06-24  Jim Meyering  <jim@meyering.net>
24768
24769         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
24770
24771 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
24772
24773         * modules/argz: Omit "#include".
24774
24775         * MODULES.html.sh (func_all_modules): Add calloc, to match
24776         2004-06-01 addition of calloc module.
24777
24778 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
24779
24780         * m4/argz.m4: New file, which is autoupdated from libtool.
24781
24782 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
24783
24784         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
24785         libtool.
24786
24787 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
24788
24789         * config/srclist-update: Don't insist on "USA." before the
24790         close-comment, as libtool omits the period and puts the */ on a
24791         separate line.
24792         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
24793         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
24794
24795 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
24796
24797         * modules/argz: New file.
24798         * MODULES.html.sh (func_all_modules): Add argz.
24799
24800 2004-06-12  Jim Meyering  <jim@meyering.net>
24801         and  Paul Eggert  <eggert@cs.ucla.edu>
24802
24803         * modules/hash (Files): Add lib/xalloc.h.
24804         * modules/pipe (Depends-on): Add wait-process.
24805         * modules/stat (Depends-on): Add xalloc.
24806         * modules/userspec (Files): Add lib/userspec.h.
24807         * modules/xstrto
24808
24809         Upgrade from gettext-0.13.
24810         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
24811         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
24812         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
24813
24814 2004-06-10  Jim Meyering  <jim@meyering.net>
24815
24816         * lib/calloc.c: New file.
24817
24818 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
24819
24820         * lib/getdate.y (yylex): Allow space between sign and number.
24821         Problem reported by Dan Jacobson.
24822
24823 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
24824
24825         Merge from coreutils CVS.
24826
24827         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
24828         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
24829         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
24830         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
24831         xstrtol.m4: Fix copyright date and/or serial number.
24832
24833         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
24834         See if we need an fchown replacement.
24835         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
24836         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
24837         and use the replacement function if we detect either defect.
24838
24839         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
24840         gl_UTIMECMP.
24841
24842 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
24843         and  Jim Meyering  <jim@meyering.net>
24844
24845         Merge from coreutils CVS.
24846
24847         * lib/stat-macros.h: New file, with contents from file-type.h
24848         and coreutils' system.h.
24849         * lib/file-type.c: Include "stat-macros.h".
24850         * lib/file-type.h (file_type): Move all macro definitions to new file,
24851         stat-macros.h.
24852
24853         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
24854         Wrap old code with this conditional.
24855         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
24856         function that does not dereference symlinks.
24857         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
24858
24859         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
24860         dependency problems.
24861         (xreadlink): Accept new arg SIZE, for efficiency.
24862         All decls and uses changed.
24863         * lib/xreadlink.h: Include <stddef.h>, for size_t.
24864
24865         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
24866         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
24867
24868         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
24869         sysexits.h.
24870
24871 2004-06-01  Jim Meyering  <jim@meyering.net>
24872
24873         * m4/calloc.m4: New file.
24874
24875 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
24876
24877         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
24878         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
24879         Also, fix a typo in a diagnostic.
24880
24881 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
24882
24883         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
24884         or AC_FUNC_REALLOC.
24885
24886 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
24887
24888         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
24889         macros to be defined.
24890         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
24891         the allocator returns NULL because the requested size is zero.
24892
24893 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
24894
24895         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
24896         var.  Add comment explaining why libc still defines it.  This
24897         merges the following patch from glibc:
24898         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
24899
24900 2004-05-20  Andreas Schwab  <schwab@suse.de>
24901
24902         * m4/free.m4: Replace free if it not known to work, not the other
24903         way round.
24904
24905 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
24906
24907         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
24908         present in glibc since revision 1.1 of this file.
24909         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
24910         obstack_alignment_mask, obstack_alloc, obstack_base,
24911         obstack_blank, obstack_blank_fast, obstack_chunk_size,
24912         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
24913         obstack_grow0, obstack_init, obstack_int_grow,
24914         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
24915         obstack_next_free, obstack_object_size, obstack_ptr_grow,
24916         obstack_ptr_grow_fast, obstack_room): Remove declarations of
24917         nonexistent functions.
24918
24919 2004-05-18  Karl Berry  <karl@gnu.org>
24920
24921         * config/srclist.txt: break link for vasnprintf.c.
24922
24923 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
24924
24925         Port obstack to the AS/400, where pointers are 16 bytes wide and
24926         you cannot cast an integer to a valid pointer.  This patch is
24927         currently waiting to be integrated into glibc; see
24928         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
24929
24930         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
24931         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
24932         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
24933         (struct obstack): temp member is now a union of a pointer and
24934         an integer, instead of an integer.  All integer uses changed.
24935         This does not affect the physical layout of struct obstack,
24936         except on hosts (like the AS/400) where the size or alignment of
24937         void * is greater than that of ptrdiff_t.
24938         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
24939         __STDC__)]: Store temporary in pointer member of union, not
24940         integer member.
24941         * lib/obstack.c: Include <stddef.h>, for offsetof.
24942         (struct fooalign): Remove; it doesn't need a name.
24943         (union fooround): Change double to long double, and add void *.
24944         (DEFAULT_ALIGNMENT): Use offsetof to compute.
24945         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
24946         not a macro.  Hence the values are always int; so remove all
24947         casts-to-int in uses.
24948
24949 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
24950
24951         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
24952         we can get this patch merged into glibc.
24953
24954 2004-05-17  Derek R. Price  <derek@ximbiot.com>
24955             Paul Eggert  <eggert@cs.ucla.edu>
24956
24957         * m4/argp: Depend on alloca.
24958
24959 2004-05-17  Derek R. Price  <derek@ximbiot.com>
24960             Paul Eggert  <eggert@cs.ucla.edu>
24961
24962         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
24963         freecoding.
24964
24965 2004-05-17  Bruno Haible  <bruno@clisp.org>
24966
24967         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
24968         precision that consists of a '.' followed by an empty digit string.
24969         Patch by Tor Lillqvist <tml@iki.fi>.
24970
24971 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
24972
24973         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
24974         for backward compatibility with older code.  We need our own
24975         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
24976         it under some other name, and our alloca.h will define it.
24977
24978 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
24979             Derek Price  <derek@ximbiot.com>
24980
24981         * lib/alloca.c: Include <alloca.h>, to get our interface.
24982         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
24983         include <alloca.h> first.  Use C89 prototype for alloca; this
24984         requires including <stddef.h> for size_t.  Use extern "C" if C++.
24985         Use #elif for simplicity, since we can assume C89 now.
24986         Don't try to source the system alloca.h since it will not be found
24987         and to prevent recursively including its replacement.
24988         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
24989         * lib/regex.c: Likewise.
24990
24991 2004-05-16  Derek Price  <derek@ximbiot.com>
24992             Paul Eggert  <eggert@cs.ucla.edu>
24993
24994         getline cleanup.  This changes the getndelim2 API: both order of
24995         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
24996         no delimiter).
24997
24998         * lib/getline.c: Don't include stddef.h or stdio.h, since our
24999         interface does that.
25000         (getline): Always use getdelim, so that we don't have two
25001         copies of this code.
25002         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
25003         if available.
25004         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
25005         (GETNDELIM2_MAXIMUM): New macro.
25006         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
25007         instead of the old practice of delim2==0.  All callers changed.
25008         Return -1 on overflow, instead of returning junk.
25009         Do not set *linesize unless allocation succeeds.
25010         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
25011         that we include sys/types.h.
25012         * lib/getnline.h: Likewise.
25013         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
25014         (getndelim2): Reorder arguments.
25015         * lib/getnline.c (getnline, getndelim):
25016         Don't discard the NMAX argument.
25017         (getnline): Invoke getndelim, to avoid code duplication.
25018         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
25019         of (size_t) -1 by callers of the getnline family.
25020
25021 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
25022
25023         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
25024         Check for gettimeofday.
25025         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
25026         Check for settimeofday, stime.
25027
25028 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
25029
25030         * lib/nanosleep.c (suspended): Change its type from int to
25031         sig_atomic_t volatile.
25032         (first_call): Make it private to rpl_nanosleep, and have it
25033         be zero initially as that's a bit faster.
25034         (my_usleep): Round up fractional times instead of truncating them,
25035         as this is the usual meaning for 'sleep'.
25036
25037         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
25038         doesn't work.
25039         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
25040         (ENOSYS): Define if not defined.
25041         (settime): Fall back on stime if it exists and settimeofday fails.
25042         But don't bother with fallbacks if a method fails with errno == EPERM.
25043
25044 2004-05-11  Jim Meyering  <jim@meyering.net>
25045
25046         Prior to this change, the save_cwd caller required read access to the
25047         current directory on most systems (ones with the fchdir function).
25048
25049         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
25050         fails, try write-only, and finally, resort to using xgetcwd.
25051
25052 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
25053
25054         * lib/obstack.c, obstack.h: Import changes from libc.
25055
25056 2004-04-28  Bruno Haible  <bruno@clisp.org>
25057
25058         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
25059         also implicitly appends .exe to executables.
25060         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
25061         accepts Windows pathnames.
25062         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
25063         Treat Cygwin like Windows, since it now accepts Windows pathnames.
25064         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
25065         Treat Cygwin like Windows, since it now accepts Windows pathnames.
25066         Reported by Derek Robert Price <derek@ximbiot.com>.
25067
25068 2004-04-21  Karl Berry  <karl@gnu.org>
25069
25070         * config/srclist.txt (localcharset.c): break sync.
25071
25072 2004-04-20  Paul Eggert  <eggert@twinsun.com>
25073
25074         * m4/host-os.m4: Add a copyright notice.
25075
25076 2004-04-20  Jim Meyering  <jim@meyering.net>
25077
25078         Change UTILS_ to gl_ in AC_DEFINE'd names.
25079         Change utils_- and jm_-prefixed variables, too.
25080         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
25081         UTILS_FUNC_MKDIR_TRAILING_SLASH.
25082         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
25083
25084         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
25085         Don't emit trailing blanks.
25086         Also rename jm_-prefixed variables to have gl_ prefix.
25087
25088         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
25089         Also rename jm_-prefixed variables to have gl_ prefix.
25090
25091         * m4/jm-macros.m4: Reflect the renamings.
25092         * m4/prereq.m4: Likewise.
25093
25094 2004-04-20  Jim Meyering  <jim@meyering.net>
25095
25096         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
25097         memory.
25098
25099 2004-04-20  Jim Meyering  <jim@meyering.net>
25100             Bruno Haible  <bruno@clisp.org>
25101
25102         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
25103         memory when realloc fails.
25104
25105 2004-04-19  Jim Meyering  <jim@meyering.net>
25106
25107         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
25108         now that readutmp.c may call `free (0)'.
25109
25110 2004-04-19  Bruno Haible  <bruno@clisp.org>
25111
25112         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
25113         * m4/inttypes_h.m4: Likewise.
25114         * m4/stdint_h.m4: Likewise.
25115         * m4/intmax_t.m4: Likewise.
25116         * m4/uintmax_t.m4: Likewise.
25117
25118 2004-04-18  Jim Meyering  <jim@meyering.net>
25119
25120         * m4/prereq.m4: Don't forbid jm_ prefix.
25121
25122         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
25123         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
25124         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
25125         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
25126         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
25127         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
25128         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
25129         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
25130         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
25131         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
25132         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
25133         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
25134         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
25135         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
25136         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
25137         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
25138         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
25139         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
25140         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
25141
25142 2004-04-18  Jim Meyering  <jim@meyering.net>
25143
25144         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
25145         failure, don't leak memory and do call END_UTMP_ENT.
25146
25147 2004-04-16  Jim Meyering  <jim@meyering.net>
25148
25149         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
25150         coreutils' stat program.
25151         (gl_PREREQ): Don't require jm_PREREQ_STAT.
25152
25153 2004-04-11  Paul Eggert  <eggert@twinsun.com>
25154
25155         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
25156         C89.
25157         (CHAR_BIT): Remove, since we assume C89.
25158         Include <stdint.h> if available, as per current Autoconf CVS advice.
25159
25160 2004-03-31  Jim Meyering  <jim@meyering.net>
25161
25162         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
25163         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
25164         * m4/xalloc.m4: Likewise.
25165
25166 2004-03-30  Paul Eggert  <eggert@twinsun.com>
25167
25168         Merge from coreutils.
25169
25170         * m4/inttostr.m4: New file.
25171         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
25172         Require AM_STDBOOL_H and gl_TIMESPEC instead.
25173         Require gl_CLOCK_TIME.
25174         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
25175
25176 2004-03-30  Paul Eggert  <eggert@twinsun.com>
25177
25178         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
25179         not bool, to be more consistent with Unix conventions.
25180         Suggested by Bruno Haible.
25181
25182         Merge from coreutils.
25183
25184         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
25185         * lib/umaxtostr.c: New files.
25186
25187         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
25188         the usual <time.h> dance.
25189         (get_date): Change signature to support fractional time stamps.
25190         All callers changed.
25191         * lib/getdate.y: Include "getdate.h" first, as we can now
25192         assume C89 and don't need to worry about 'const'.
25193         Similarly, include "unlocked-io.h" near start, not in middle.
25194         Include <limits.h>.
25195         (textint.value): Use long int rather than int.
25196         (textint.digits): Use size_t rather than int.
25197         (BILLION, LOG10_BILLION): New constants.
25198         (parser_control): New member rel_ns.  Members day_ordinal,
25199         time_zone, month, day, hour, minutes, rel_year, rel_month,
25200         rel_day, rel_hour, rel_minutes, rel_seconds
25201         are now long int, not int.  Member seconds is now struct timespec,
25202         not int.  New member timespec_seen.  Members dates_seen, days_seen,
25203         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
25204         not int.
25205         (%union.intval): Now long int, not int.
25206         New member timespec.
25207         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
25208         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
25209         (spec): Now is a timespec or an item list.
25210         (timespec, items): New nonterminals.
25211         (time, rel, relunit, number, get_date):
25212         Add support for fractional seconds.
25213         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
25214         (gmtime, localtime, mktime): Remove decls; not needed with C89.
25215         (to_hour): First arg is now long int, not int.
25216         (to_year): Returns long int, not int.
25217         Don't treat year -70 like 70.
25218         (tm_diff): Returns long int, not int.
25219         (lookup_word): Use bool instead of int when appropriate.
25220         (yylex): Use size_t for count, not int.
25221         Detect overflow when parsing large integer constants.
25222         Add support for fractions.
25223         (get_date): Make pointers 'const' if possible.
25224         Use more-portable code to detect integer overflow.
25225         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
25226         Don't use ctime; it's not reliable if the year has >4 digits.
25227
25228         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
25229         This is for compatibility with BSD.
25230
25231         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
25232         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
25233         From coreutils' system.h.
25234
25235         * lib/userspec.c: Don't include "posixver.h".
25236         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
25237         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
25238         compatible extension.  Simplify code by removing a boolean int
25239         that was always nonzero if a string was nonnull.
25240
25241 2004-03-30  Jim Meyering  <jim@meyering.net>
25242
25243         Merge from coreutils.
25244
25245         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
25246         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
25247         on some systems one must include <grp.h> before it.
25248         Reported by Christian Krackowizer.
25249
25250 2004-03-30  Jim Meyering  <jim@meyering.net>
25251
25252         Merge from coreutils.
25253
25254         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
25255
25256         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
25257         an empty input stream.
25258
25259         * lib/readtokens.c: Include <stdbool.h>.
25260         (readtoken): Use `size_t' rather than int/long.
25261         All callers adjusted.
25262         Use `bool' rather than `int' where appropriate.
25263         Use memset rather than an explicit loop.
25264         Use x2nrealloc rather than xrealloc.
25265         Allow the use of `\0' as a delimiter.
25266         (readtokens): Likewise.
25267         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
25268
25269 2004-03-30  Jim Meyering  <jim@meyering.net>
25270
25271         * m4/realloc.m4: Remove file, since now it does no more than
25272         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
25273         the `configure.ac' section of module/realloc.
25274         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
25275
25276 2004-03-30  Bruno Haible  <bruno@clisp.org>
25277
25278         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
25279         nonnull.
25280
25281 2004-03-29  Paul Eggert  <eggert@twinsun.com>
25282
25283         Merge changes to getloadavg.c from coreutils and Emacs.
25284
25285         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
25286         Define to an expression, not to the empty string.
25287         Include cloexec.h and xalloc.h.
25288         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
25289         Use set_cloexec_flag rather than rolling our own.
25290         * lib/cloexec.c, lib/cloexec.h: New files.
25291
25292 2004-03-29  Paul Eggert  <eggert@twinsun.com>
25293
25294         * m4/cloexec.m4: New file.
25295
25296 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25297
25298         * lib/getopt.h: Sync with libc CVS.
25299
25300 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25301             Bruno Haible  <bruno@clisp.org>
25302
25303         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
25304         mbswidth.
25305
25306 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25307             Bruno Haible  <bruno@clisp.org>
25308
25309         * lib/mbswidth.h: Include <wchar.h> only if
25310         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
25311         <wchar.h>.
25312         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
25313
25314 2004-03-09  Paul Eggert  <eggert@twinsun.com>
25315
25316         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
25317         Sync with libc CVS.
25318         * lib/getopt_int.h: New file, also synced from libc.
25319
25320 2004-03-09  Paul Eggert  <eggert@twinsun.com>
25321
25322         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
25323         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
25324         Bring back getopt.c, getopt.h, getopt1.c.
25325
25326 2004-03-07  Paul Eggert  <eggert@twinsun.com>
25327
25328         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
25329         All uses changed.  Check for sa_sigaction member; this fixes
25330         a bug first reported by Jason Andrade in
25331         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
25332
25333 2004-03-07  Paul Eggert  <eggert@twinsun.com>
25334
25335         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
25336         '#if' expressions.  Unlike the code it replaces, it does not
25337         depend on (defined _SC_PAGESIZE).  However, it does depend on
25338         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
25339         first reported by Jason Andrade in
25340         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
25341
25342 2004-02-25  Simon Josefsson  <jas@extundo.com>
25343
25344         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
25345
25346 2004-02-25  Simon Josefsson  <jas@extundo.com>
25347
25348         * lib/strdup.h: New file.
25349         * lib/strdup.c: Include it.
25350         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
25351         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
25352
25353 2004-02-23  Karl Berry  <karl@gnu.org>
25354
25355         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
25356         (from fencepost.gnu.org:/gd/gnuorg).
25357
25358 2004-02-23  Karl Berry  <karl@gnu.org>
25359
25360         * config/srclistvars.sh (GNUORG) [karl]: redefine.
25361         * config/srclist.txt: add maintain/standards documents.
25362
25363 2004-02-18  Bruno Haible  <bruno@clisp.org>
25364
25365         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
25366         Reported by Derek Robert Price <derek@ximbiot.com>.
25367
25368 2004-02-16  Karl Berry  <karl@gnu.org>
25369
25370         * config/mkinstalldirs, install-sh: update from automake.
25371
25372 2004-02-06  Karl Berry  <karl@gnu.org>
25373
25374         * m4/po.m4: update from gettext 0.14.1.
25375
25376 2004-02-06  Karl Berry  <karl@gnu.org>
25377
25378         * lib/config.charset: update from gettext 0.14.1.
25379
25380 2004-02-05  Paul Eggert  <eggert@twinsun.com>
25381
25382         Add comments and code, prompted by suggestions from Bruno Haible
25383         for sh-quote.
25384         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
25385         describing the enum quoting_style values.
25386         * lib/quotearg.c (quotearg_alloc): New function.
25387         (quotearg_buffer_restyled): Treat lone { and } as special.
25388         Treat = as special.  Work around bug with older shells
25389         that "see" a '\' that is really the 2nd byte of a multibyte char.
25390         Quote empty string with shell_quoting_style.
25391
25392 2004-02-03  Bruno Haible  <bruno@clisp.org>
25393
25394         * m4/pipe.m4: New file, from GNU gettext.
25395
25396 2004-02-03  Bruno Haible  <bruno@clisp.org>
25397
25398         * lib/pipe.h: New file, from GNU gettext.
25399         * lib/pipe.c: New file, from GNU gettext.
25400
25401 2004-01-27  Bruno Haible  <bruno@clisp.org>
25402
25403         * m4/execute.m4: New file, from GNU gettext.
25404
25405 2004-01-27  Bruno Haible  <bruno@clisp.org>
25406
25407         * lib/execute.h: New file, from GNU gettext.
25408         * lib/execute.c: New file, from GNU gettext.
25409         * lib/w32spawn.h: New file, from GNU gettext.
25410
25411 2004-01-24  Paul Eggert  <eggert@twinsun.com>
25412
25413         Merge from diffutils.
25414
25415         * lib/file-type.c (file_type): Add typed memory objects.
25416         * lib/file-type.h (S_TYPEISTMO): New macro.
25417
25418         * lib/c-stack.h (c_stack_action): Remove argv argument.
25419         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
25420         (die): Don't calculate message unless segv_action returns.
25421         (get_stack_location, min_address_from_argv, max_address_from_argv,
25422         volatile stack_base, volatile_stack_size): Remove.
25423         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
25424         that every segmentation violation is a stack overflow.  (Ouch!)
25425         See Debian bug 136249 (still outstanding) for more info about why
25426         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
25427
25428 2004-01-24  Paul Eggert  <eggert@twinsun.com>
25429
25430         Exit-status fix from coreutils.
25431
25432         Use exit_failure consistently in place of EXIT_FAILURE,
25433         so that program exit statuses are consistent on failure.
25434
25435         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
25436         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
25437         * lib/argmatch.h: Comment fix to match the above.
25438         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
25439         Now a macro referring to exit_failure, instead of a separate
25440         variable.  Include "exitfail.h" to get it.
25441         * lib/xstrtol.h: Include "exitfail.h".
25442         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
25443
25444         * lib/long-options.c (parse_long_options): Use prototype
25445         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
25446         for clarity.
25447
25448 2004-01-21  Jim Meyering  <jim@meyering.net>
25449
25450         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
25451         so as not to conflict with a different-sized __mktime_internal
25452         function in GNU libc.
25453         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
25454         Problem building statically-linked `ls' reported by Michael Brunnbauer.
25455
25456 2004-01-20  Karl Berry  <karl@gnu.org>
25457
25458         * config/config.guess: update from config.
25459
25460         * config/srclistvars.sh: GNUWWWLICENSES for karl.
25461
25462 2004-01-20  Bruno Haible  <bruno@clisp.org>
25463
25464         Safer stack allocation.
25465         * lib/setenv.c: Include allocsa.h.
25466         (alloca): Remove fallback definition.
25467         (freea): Remove macro.
25468         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
25469         instead of freea.
25470
25471 2004-01-20  Bruno Haible  <bruno@clisp.org>
25472
25473         * m4/eealloc.m4: New file, from GNU gettext.
25474
25475 2004-01-20  Bruno Haible  <bruno@clisp.org>
25476
25477         * m4/allocsa.m4: New file, from GNU gettext.
25478
25479 2004-01-20  Bruno Haible  <bruno@clisp.org>
25480
25481         * lib/xallocsa.h: New file, from GNU gettext.
25482         * lib/xallocsa.c: New file, from GNU gettext.
25483
25484 2004-01-20  Bruno Haible  <bruno@clisp.org>
25485
25486         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
25487
25488 2004-01-20  Bruno Haible  <bruno@clisp.org>
25489
25490         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
25491         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
25492         specially.
25493
25494 2004-01-20  Bruno Haible  <bruno@clisp.org>
25495
25496         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
25497         patch.
25498
25499 2004-01-20  Bruno Haible  <bruno@clisp.org>
25500
25501         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
25502
25503 2004-01-20  Bruno Haible  <bruno@clisp.org>
25504
25505         * lib/eealloc.h: New file.
25506
25507 2004-01-20  Bruno Haible  <bruno@clisp.org>
25508
25509         * lib/binary-io.h: Avoid warnings on Cygwin.
25510
25511 2004-01-20  Bruno Haible  <bruno@clisp.org>
25512
25513         * lib/allocsa.h: New file, from GNU gettext.
25514         * lib/allocsa.c: New file, from GNU gettext.
25515
25516 2004-01-18  Karl Berry  <karl@gnu.org>
25517
25518         * doc/gpl.texi, doc/lgpl.texi: new files.
25519
25520 2004-01-18  Karl Berry  <karl@gnu.org>
25521
25522         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
25523         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
25524
25525 2004-01-15  Paul Eggert  <eggert@twinsun.com>
25526
25527         Merge from coreutils.
25528
25529         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
25530         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
25531         (gl_DEFAULT_POSIX2_VERSION): Move
25532         the documentation from 'configure' into 'config.hin',
25533         so that 'configure --help' isn't burdened by it and
25534         we don't have to worry about its formatting there.
25535         Reword the documentation so that it's more succinct
25536         and can be run together into a single paragraph.
25537         * m4/same.m4 (gl_SAME): Check for pathconf.
25538
25539 2004-01-15  Paul Eggert  <eggert@twinsun.com>
25540
25541         Merge from coreutils.
25542
25543         * lib/posixver.c: Include posixver.h.
25544
25545         * lib/same.c: Include <stdbool.h>, <limits.h>.
25546         (_POSIX_NAME_MAX): Define if not defined.
25547         (MIN): New macro.
25548         (same_name): If file names are silently truncated, report
25549         that the file names are the same if they are the same after
25550         the silent truncation.
25551
25552         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
25553         conversion function.
25554         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
25555         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
25556         longer needed.
25557
25558 2004-01-15  Jim Meyering  <jim@meyering.net>
25559
25560         Merge from coreutils.
25561
25562         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
25563         if no library is required.
25564         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
25565         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
25566         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
25567         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
25568         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
25569         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
25570         value, $ac_cv_search_crypt, if it's "none required".
25571         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
25572         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
25573         not gl_FUNC_GETLOADAVG.
25574         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
25575         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
25576
25577 2004-01-15  Jim Meyering  <jim@meyering.net>
25578
25579         Merge from coreutils.
25580
25581         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
25582         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
25583         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
25584
25585         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
25586         optional configure-time default.
25587
25588         * lib/version-etc.c (version_etc_copyright): Update copyright date.
25589
25590         * lib/xreadlink.c (xreadlink): Correct outdated comment.
25591
25592 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
25593
25594         Merge from coreutils.
25595
25596         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
25597         value, $ac_cv_search_nanosleep, if it's "none required".
25598
25599 2004-01-14  Paul Eggert  <eggert@twinsun.com>
25600
25601         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
25602         with like-named macro in fnmatch.c.
25603         (EXT): Use an internal constant instead.
25604
25605         Merge fnmatch patches from glibc.
25606         * lib/fnmatch.c (mbsinit): Remove define.
25607         Add libc_hidden_ver (__fnmatch, fnmatch).
25608         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
25609         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
25610
25611 2004-01-14  Karl Berry  <karl@gnu.org>
25612
25613         * config/install-sh: update from automake.
25614
25615 2004-01-13  Karl Berry  <karl@gnu.org>
25616
25617         * config/install-sh: update from automake.
25618
25619 2004-01-09  Karl Berry  <karl@gnu.org>
25620
25621         * config/install-sh: update from automake.
25622
25623 2004-01-05  Karl Berry  <karl@gnu.org>
25624
25625         * config/config.{sub,guess}: update from config.
25626
25627 2003-12-31  Karl Berry  <karl@gnu.org>
25628
25629         * config/depcomp: update from automake.
25630
25631 2003-12-14  Karl Berry  <karl@gnu.org>
25632
25633         * lib/config.charset: update from gettext-runtime.
25634
25635 2003-12-03  Paul Eggert  <eggert@twinsun.com>
25636
25637         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
25638         Bug reported by Alfred M. Szmidt.
25639
25640 2003-12-03  Bruno Haible  <bruno@clisp.org>
25641
25642         * m4/gettext.m4: Upgrade from gettext-0.13.
25643         * m4/po.m4: Upgrade from gettext-0.13.
25644         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
25645         * m4/intmax.m4: New file, from gettext-0.13.
25646         * m4/printf-posix.m4: New file, from gettext-0.13.
25647
25648 2003-11-29  Karl Berry  <karl@gnu.org>
25649
25650         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
25651
25652 2003-11-25  Paul Eggert  <eggert@twinsun.com>
25653             Bruno Haible  <bruno@clisp.org>
25654
25655         * lib/printf-parse.h: Don't include sys/types.h.
25656         (ARG_NONE): New macro.
25657         (char_directive): Change type of *arg_index fields to size_t.
25658         * lib/printf-parse.c: Don't include sys/types.h.
25659         (SSIZE_MAX): Remove macro.
25660         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
25661         Remove unnecessary overflow check.
25662         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
25663         fields.
25664
25665 2003-11-25  Bruno Haible  <bruno@clisp.org>
25666
25667         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
25668
25669 2003-11-25  Bruno Haible  <bruno@clisp.org>
25670
25671         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
25672         gt_TYPE_SSIZE_T.
25673
25674 2003-11-24  Paul Eggert  <eggert@twinsun.com>
25675
25676         * modules/alloca: Remove dependency on xalloc.
25677
25678 2003-11-24  Paul Eggert  <eggert@twinsun.com>
25679
25680         * lib/alloca.c: Remove dependency on xalloc module.
25681         (xalloc_die): Remove.
25682         (memory_full) [!defined emacs]: New macro.
25683         [!defined emacs]: Don't include xalloc.h.
25684         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
25685         address arithmetic overflows.  Change datatypes a bit to avoid
25686         unnecessary casts.
25687
25688 2003-11-22  Jim Meyering  <jim@meyering.net>
25689
25690         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
25691         s/size/size_t/.
25692
25693 2003-11-21  Karl Berry  <karl@gnu.org>
25694
25695         * config/config.{sub,guess}: update from config.
25696
25697 2003-11-18  Karl Berry  <karl@gnu.org>
25698
25699         * config/config.{sub,guess}: update from config.
25700
25701         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
25702
25703 2003-11-17  Paul Eggert  <eggert@twinsun.com>
25704
25705         * README: Mention that S+T cannot overflow if S is the size of
25706         an existing object and T is sufficiently small.
25707
25708 2003-11-17  Jim Meyering  <jim@meyering.net>
25709
25710         On systems without utime and without a utimes function capable of
25711         dealing with a NULL struct utimbuf* argument, this utime replacement
25712         could -- in unusual circumstances -- leak a file descriptor.
25713         * lib/utime.c: Include <unistd.h> and <errno.h>.
25714         (utime_null): Be sure to close `fd' and to preserve errno.
25715         Reported by Geoff Collyer via Arnold Robbins.
25716
25717 2003-11-17  Bruno Haible  <bruno@clisp.org>
25718
25719         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
25720         (Depends-on): Add xsize.
25721
25722 2003-11-17  Bruno Haible  <bruno@clisp.org>
25723
25724         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
25725
25726 2003-11-17  Bruno Haible  <bruno@clisp.org>
25727
25728         * lib/vasnprintf.c (alloca): Remove fallback definition.
25729         (freea): Remove definition.
25730         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
25731         Reported by Paul Eggert.
25732
25733 2003-11-16  Paul Eggert  <eggert@twinsun.com>
25734             Bruno Haible  <bruno@clisp.org>
25735
25736         Protect against address arithmetic overflow.
25737         * lib/printf-args.h: Include stddef.h.
25738         (arguments): Change type of field 'count' to size_t.
25739         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
25740         'unsigned int' where appropriate.
25741         * lib/printf-parse.h: Include sys/types.h.
25742         (char_directive): Change type of *arg_index fields to ssize_t.
25743         (char_directives): Change type of fields 'count', max_*_length to
25744         size_t.
25745         * lib/printf-parse.c: Include sys/types.h and xsize.h.
25746         (SSIZE_MAX): Define fallback value.
25747         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
25748         instead of 'int' where appropriate. Check a_allocated, d_allocated
25749         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
25750         * lib/vasnprintf.c: Include xsize.h.
25751         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
25752         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
25753         overflow. Avoid wraparound when converting a width or precision from
25754         decimal to binary.
25755
25756 2003-11-16  Bruno Haible  <bruno@clisp.org>
25757
25758         Update from GNU gettext.
25759         * lib/printf-parse.c: Generalize to it can be compiled for wide
25760         strings.
25761         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
25762         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
25763         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
25764         SNPRINTF): New macros.
25765         Don't include <alloca.h> if the file is used inside libintl.
25766         (local_wcslen): New function, for Solaris 2.5.1.
25767         (VASNPRINTF): Use it instead of wcslen.
25768
25769 2003-11-16  Bruno Haible  <bruno@clisp.org>
25770
25771         * lib/xsize.h (xmax): New function.
25772         (xsum, xsum3, xsum4): Declare as "pure" functions.
25773
25774 2003-11-12  Paul Eggert  <eggert@twinsun.com>
25775
25776         * modules/xalloc (Files): Undo latest change, since xalloc.h
25777         no longer needs SIZE_MAX or PTRDIFF_MAX.
25778
25779 2003-11-12  Paul Eggert  <eggert@twinsun.com>
25780
25781         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
25782         gl_PTRDIFF_MAX.
25783
25784 2003-11-12  Paul Eggert  <eggert@twinsun.com>
25785
25786         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
25787         "return", to pacify some unknown compiler.  Problem reported
25788         by Joerg Schilling.
25789
25790 2003-11-12  Paul Eggert  <eggert@twinsun.com>
25791
25792         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
25793         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
25794         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
25795         heuristic is just as accurate as far as we know, and it removes a
25796         dependency on size_max.m4 and ptrdiff_max.m4.
25797
25798 2003-11-11  Bruno Haible  <bruno@clisp.org>
25799
25800         * modules/xsize (Files): Add m4/size_max.m4.
25801         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
25802
25803 2003-11-11  Bruno Haible  <bruno@clisp.org>
25804
25805         * m4/size_max.m4: New file.
25806         * m4/ptrdiff_max.m4: New file.
25807         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
25808         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
25809         (gl_XALLOC): Invoke it.
25810
25811 2003-11-11  Bruno Haible  <bruno@clisp.org>
25812
25813         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
25814         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
25815         defined.
25816
25817 2003-11-10  Paul Eggert  <eggert@twinsun.com>
25818
25819         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
25820         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
25821         rejected some allocations of exactly SIZE_MAX - 2 bytes.
25822         From Bruno Haible.
25823         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
25824         not (size_t) -1, since it's defined here.
25825
25826 2003-11-09  Karl Berry  <karl@gnu.org>
25827
25828         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
25829
25830 2003-11-06  Paul Eggert  <eggert@twinsun.com>
25831
25832         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
25833         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
25834         Reject sizes of exactly SIZE_MAX bytes.
25835         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
25836         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
25837
25838 2003-11-05  Bruno Haible  <bruno@clisp.org>
25839
25840         * lib/xsize.h: Include limits.h, to avoid a possible collision with
25841         SIZE_MAX defined in <limits.h> on Solaris.
25842
25843 2003-11-04  Jim Meyering  <jim@meyering.net>
25844
25845         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
25846         variable names, rather than @VAR@.
25847         * modules/poll: Likewise.
25848
25849 2003-11-04  Bruno Haible  <bruno@clisp.org>
25850
25851         * modules/xsize: New file.
25852         * modules/linebreak: Depend on xsize.
25853         * MODULES.html.sh (func_all_modules): Add xsize.
25854
25855 2003-11-04  Bruno Haible  <bruno@clisp.org>
25856
25857         * m4/xsize.m4: New file.
25858
25859 2003-11-04  Bruno Haible  <bruno@clisp.org>
25860
25861         * lib/xsize.h: New file.
25862         * lib/linebreak.c: Include xsize.h.
25863         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
25864         argument for overflow.
25865         Suggested by Paul Eggert.
25866
25867 2003-11-03  Karl Berry  <karl@gnu.org>
25868
25869         * config/config.{guess,sub}: update from config.
25870
25871 2003-11-03  Jim Meyering  <jim@meyering.net>
25872
25873         * modules/userspec (lib_SOURCES): Add userspec.h.
25874         (Include): Add "userspec.h".
25875         Improve description.
25876
25877 2003-11-03  Jim Meyering  <jim@meyering.net>
25878
25879         * lib/userspec.c: Include "userspec.h".
25880         * lib/userspec.h: New file.
25881
25882 2003-11-03  Bruno Haible  <bruno@clisp.org>
25883
25884         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
25885
25886 2003-11-03  Bruno Haible  <bruno@clisp.org>
25887
25888         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
25889         available, to avoid (extremely rare) race condition.
25890         Suggested by Paul Eggert.
25891
25892 2003-11-02  Karl Berry  <karl@gnu.org>
25893
25894         * config/srclist.txt (vasprintf.c): sync broken, sigh.
25895
25896 2003-10-31  Paul Eggert  <eggert@twinsun.com>
25897
25898         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
25899         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
25900         (read_filesystem_list): Set and use me_type_malloced.
25901         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
25902         whatever the type happens to be), for brevity and consistency.
25903         Check for size calculation overflow on Alphas running OSF/1.
25904
25905 2003-10-31  Jim Meyering  <jim@meyering.net>
25906
25907         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
25908
25909         * lib/linebuffer.c: Include <string.h> for declaration of memset.
25910
25911 2003-10-30  Paul Eggert  <eggert@twinsun.com>
25912             Bruno Haible  <bruno@clisp.org>
25913
25914         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
25915         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
25916
25917 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
25918
25919         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
25920         netbsd*-gnu*.  Suggested by Robert Millan.
25921
25922 2003-10-29  Paul Eggert  <eggert@twinsun.com>
25923
25924         * modules/group-member: Depend on stdbool.
25925
25926 2003-10-29  Paul Eggert  <eggert@twinsun.com>
25927
25928         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
25929
25930 2003-10-29  Paul Eggert  <eggert@twinsun.com>
25931
25932         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
25933         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
25934         after the 'gnu' in these cases.  This fixes some bugs in the
25935         previous change, and is based on suggestions by Robert Millan.
25936
25937 2003-10-29  Paul Eggert  <eggert@twinsun.com>
25938
25939         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
25940         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
25941         no longer needed.
25942         * lib/quotearg.c (quotearg_n_options): Use it.
25943         * lib/group-member.c: Include <stdbool.h>.
25944         (free_group_info): Arg is now const *; don't free arg.
25945         (get_group_info): Now returns bool and accepts struct group_info *,
25946         rather than returning a malloc'ed struct group_info *.
25947         All uses changed.  Check for overflow in internal size calculation.
25948
25949         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
25950         rather than xmalloc/xrealloc.
25951         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
25952         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
25953         conformance bug: the old code used a pointer after freeing the
25954         storage that it addressed.
25955         * lib/hash.c (hash_initialize): Simplify the code by using
25956         xalloc_oversized rather than doing it by hand.
25957         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
25958         the buffer preserved.  Use free and xmalloc instead.
25959         * lib/quotearg.c (quotearg_n_options): Likewise.
25960         Use a simpler test for size overflow.  Don't use xalloc_oversized
25961         because unsigned int might be wider than size_t (!); this suggests
25962         that we should switch from unsigned int to size_t for slot numbers.
25963
25964 2003-10-28  Paul Eggert  <eggert@twinsun.com>
25965
25966         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
25967         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
25968         NetBSD kernels.  Requested by Richard Stallman.
25969
25970 2003-10-27  Paul Eggert  <eggert@twinsun.com>
25971
25972         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
25973         to allocate the returned structure.  Do not allocate a subarray,
25974         as x2nrealloc will do that.
25975         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
25976         instead of xnrealloc.
25977         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
25978
25979 2003-10-27  Bruno Haible  <bruno@clisp.org>
25980
25981         * lib/stdbool_.h: Better support for BeOS.
25982
25983 2003-10-26  Paul Eggert  <eggert@twinsun.com>
25984
25985         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
25986         now uses inline.
25987
25988 2003-10-26  Paul Eggert  <eggert@twinsun.com>
25989
25990         * lib/xalloc.h (xalloc_oversized): New static inline function, for
25991         callers that want to do their own size-overflow checking.  Include
25992         <stdbool.h>, since xalloc_oversized returns bool.
25993         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
25994         to use xalloc_oversized.
25995
25996         Add two functions x2realloc, x2nrealloc, for programs that grow
25997         arrays dynamically by doubling their sizes.
25998         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
25999         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
26000         New functions.
26001
26002         Port to C99 semantics for 'inline' of external functions.
26003         Bug reported by Bruno Haible.
26004         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
26005         with the old contents of xnmalloc.
26006         (xnmalloc, xmalloc): Use it.
26007         (xnrealloc_inline): New static inline function,
26008         with the old contents of xnrealloc.
26009         (xnrealloc, xrealloc): Use it.
26010
26011         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
26012         that.
26013
26014 2003-10-26  Karl Berry  <karl@gnu.org>
26015
26016         * config/srclist.txt (COPYING.DOC): no longer available from
26017         /gd/gnuorg; don't know where the ultimate source is.
26018
26019 2003-10-25  Paul Eggert  <eggert@twinsun.com>
26020
26021         Fix several address-calculation bugs in the hash modules,
26022         plus some minor code cleanup.
26023
26024         * lib/hash.h: Include <stdbool.h>, for bool.
26025         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
26026         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
26027         hash_get_n_entries, hash_get_max_bucket_length,
26028         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
26029         hash_rehash): Use size_t rather than unsigned.
26030         * lib/hash.c (struct hash_table, hash_get_n_buckets,
26031         hash_get_n_buckets_used, hash_get_n_entries,
26032         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
26033         hash_get_entries, hash_do_for_each, hash_string, is_prime,
26034         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
26035         Likewise.
26036         (SIZE_MAX): Define if not defined.
26037         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
26038         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
26039         hash_print):
26040         Use const * when possible.
26041         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
26042         (check_tuning): Fix bug: if tuning parameters were very close to
26043         0 or 1, rounding errors could have caused subscript violations.
26044         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
26045         (hash_initialize): Add 'fail:' label
26046         to free table and return NULL, and use it to simplify code.
26047         Use calloc rather than clearing the storage ourself.
26048         (hash_initialize, hash_rehash): Check for arithmetic overflow in
26049         buffer size calculations.
26050         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
26051         Include <stddef.h>, for size_t.
26052         * lib/hash-pjw.c (hash_pjw): Likewise.
26053         Switch to method described by Bruno Haible.
26054         Include <limits.h>, for CHAR_BIT.
26055         (SIZE_BITS): New macro.
26056
26057 2003-10-23  Paul Eggert  <eggert@twinsun.com>
26058
26059         * m4/getline.m4 (AM_FUNC_GETLINE):
26060         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
26061         hosts.  Problem reported by Derek Robert Price in
26062         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
26063         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
26064         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
26065
26066 2003-10-21  Paul Eggert  <eggert@twinsun.com>
26067
26068         * lib/getndelim2.c (getndelim2): When size calculation overflows,
26069         ceiling the allocation at NMAX bytes rather than silently
26070         discarding input bytes before NMAX is reached.  This makes
26071         a difference only if NMAX exceeds SIZE_MAX / 2.
26072
26073         * lib/obstack.c: Merge from glibc.
26074         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
26075         Add libc_hidden_def (_obstack_newchunk).
26076         (_obstack_free) [! defined _LIBC]: Remove.
26077         [defined _LIBC]: Make a strong alias from obstack_free, rather than
26078         a clone of the function body.
26079         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
26080         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
26081
26082         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
26083         glibc.
26084         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
26085         arg to memcpy.
26086
26087         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
26088         (obstack_ptr_grow_fast, obstack_int_grow_fast):
26089         Don't use lvalue casts, as GCC plans to remove support for them
26090         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
26091         was also present in the non-GCC version, indicating that this
26092         code had always been buggy and had never been widely used.
26093         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
26094         Use the fast variant of each macro, rather than copying the
26095         definiens of the fast variant; that way, we'll be more likely to
26096         catch future bugs in the fast variants.
26097
26098 2003-10-20  Bruno Haible  <bruno@clisp.org>
26099
26100         * modules/wait-process: New file.
26101         * MODULES.html.sh (func_all_modules): Add wait-process.
26102
26103 2003-10-20  Bruno Haible  <bruno@clisp.org>
26104
26105         * m4/wait-process.m4: New file.
26106
26107 2003-10-20  Bruno Haible  <bruno@clisp.org>
26108
26109         * lib/wait-process.h: New file, from GNU gettext.
26110         * lib/wait-process.c: New file, from GNU gettext.
26111
26112 2003-10-19  Jim Meyering  <jim@meyering.net>
26113
26114         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
26115         HPUX 10.20.
26116
26117 2003-10-18  Karl Berry  <karl@gnu.org>
26118
26119         * config/config.guess: update from config.
26120
26121 2003-10-16  Paul Eggert  <eggert@twinsun.com>
26122
26123         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
26124         (getgroups): First arg is int, not size_t.
26125         Don't let 'free' mangle errno.
26126
26127 2003-10-16  Paul Eggert  <eggert@twinsun.com>
26128
26129         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
26130
26131 2003-10-16  Karl Berry  <karl@gnu.org>
26132
26133         * config/config.{guess,sub}: update from config.
26134
26135 2003-10-16  Jim Meyering  <jim@meyering.net>
26136
26137         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
26138         memcpy.
26139
26140 2003-10-15  Paul Eggert  <eggert@twinsun.com>
26141
26142         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
26143         (SIZE_MAX): Remove.
26144         (new_exclude, add_exclude_file): Initial size no longer needs to
26145         be a power of 2.
26146         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
26147         our own address arithmetic overflow checking.
26148
26149         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
26150         (fnmatch): Do not alloca more than 2000 wide characters;
26151         instead, use malloc for large buffers.
26152         Check for address arithmetic overflow, and return -1
26153         with errno set to ENOMEM in that case.
26154         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
26155         (NEW_PATTERN): Do not alloca more than 8000 bytes;
26156         instead, return -1.  Check for address arithmetic overflow.
26157
26158 2003-10-14  Paul Eggert  <eggert@twinsun.com>
26159
26160         Handle invalid suffixes and overflow independently, so that
26161         callers can treat them independently as needed.  Fix some bugs in
26162         suffix handling, e.g., "100k@" was not diagnosed as an invalid
26163         suffix for a human-readable blocksize.  The major caller-visible
26164         change is the addition of a new
26165         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
26166         that both overflow and suffix chars were found.
26167
26168         * lib/human.c (humblock): Don't check separately for invalid suffix
26169         char; that is xstrtoumax's job (now that its bug is fixed).
26170         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
26171         INTMAX_MAX]: New macros.
26172         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
26173         TYPE_MAXIMUM): New macros.
26174         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
26175         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
26176         if overflow occurs, as it's what __strtol does and it's more useful
26177         in practice.
26178         (__xstrtol): If __strtol reports some error other than ERANGE,
26179         reflect it to the caller as LONGINT_INVALID.  If it reports
26180         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
26181         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
26182         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
26183         value.
26184         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
26185         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
26186         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
26187         [defined UINTMAX_MAX]: New macros.
26188
26189 2003-10-14  Bruno Haible  <bruno@clisp.org>
26190
26191         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
26192
26193 2003-10-14  Bruno Haible  <bruno@clisp.org>
26194
26195         * m4/sig_atomic_t: New file, from GNU gettext.
26196         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
26197
26198 2003-10-14  Bruno Haible  <bruno@clisp.org>
26199
26200         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
26201         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
26202         Also use volatile where needed.
26203
26204 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26205
26206         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
26207         Change maintainer from Bruno Haible to 'all'.
26208
26209 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26210
26211         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
26212
26213 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26214
26215         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
26216         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
26217         and define in terms of the other primitives.
26218         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
26219         (SIZE_MAX): Define if not already defined.
26220         (array_size_overflow): New function.
26221         (xalloc_die): Abort instead of exiting if 'error' returns.
26222         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
26223         (xmalloc, xrealloc): Use them.
26224         (xcalloc): Check for address arithmetic overflow.
26225         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
26226         a bit faster than strcpy.
26227
26228 2003-10-10  Simon Josefsson  <jas@extundo.com>
26229
26230         * modules/argp (Depends-on): Add restrict and strcase.
26231
26232 2003-10-10  Simon Josefsson  <jas@extundo.com>
26233
26234         * m4/argp.m4: Add AC_C_INLINE.
26235
26236 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26237
26238         Merge getpass from libc, plus a few fixes.
26239
26240         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
26241         Include <stdbool.h>.
26242         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
26243         __fsetlocking to empty.
26244         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
26245         do include <bits/libc-lock.h>.
26246         Do not include <fcntl.h>; not needed.
26247         [_LIBC]: Include <wchar.h>.
26248         (NOTCANCEL_MODE): New macro.
26249         (flockfile, funlockfile) [_LIBC]: New macros.
26250         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
26251         [!_LIBC]: New macros.
26252         (call_fclose): New function.
26253         (getpass): Use it.  Save tty stream separately; this simplifies the
26254         code and makes it more reliable if stdin happens to equal stdout.
26255         Invoke __fsetlocking on tty.
26256         Handle thread cancellation if needed.
26257         Namespace cleanup (use __tcgetattr, __getline).
26258         Use bool for Booleans.
26259         [USE_IN_LIBIO]: Handle wide streams.
26260         [!_LIBC]: Unconditionally do the fseek, since we don't know what
26261         stream might go where.
26262
26263         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
26264         doesn't have to include <stdio.h> before us.
26265         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
26266         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
26267         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
26268         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
26269         if not declared, so that we can use getpass.c code from libc without
26270         rewriting it.
26271         (flockfile, ftrylockfile, funlockfile): New macros.
26272
26273 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26274
26275         * modules/getpass: Depend on stdbool.
26276
26277 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26278
26279         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
26280
26281 2003-10-07  Karl Berry  <karl@gnu.org>
26282
26283         * config/config.{guess,sub}: update from config.
26284
26285 2003-10-06  Jim Meyering  <jim@meyering.net>
26286             Bruno Haible  <bruno@clisp.org>
26287
26288         This lets translators provide better translations for the
26289         "Written by ..." part of --version output.
26290         * lib/version-etc.h: Include stdarg.h.
26291         (version_etc_copyright): Declare as readonly.
26292         (version_etc): Make this function variadic with a NULL-terminated list
26293         of author name strings.
26294         (version_etc_va): New declaration.
26295         * lib/version-etc.c: Include stdarg.h, stdlib.h.
26296         (version_etc_copyright): Declare as readonly.
26297         (version_etc_va): New function. Provide a different translatable string
26298         for each possible number of authors < 10. Abbreviate when there are 10
26299         authors or more.
26300         (version_etc): Make this function variadic. Call version_etc_va.
26301         Suggestion from Gary V. Vaughan.
26302
26303         * lib/long-options.h (parse_long_options): Change prototype: the
26304         authors string is moved to the end and becomes variadic.
26305         * lib/long-options.c: Include stdarg.h.
26306         (parse_long_options): Make this function variadic, too.
26307         Call version_etc_va, not version_etc.
26308
26309 2003-10-06  Bruno Haible  <bruno@clisp.org>
26310
26311         * modules/version-etc-2: Remove file.
26312         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
26313
26314 2003-10-06  Bruno Haible  <bruno@clisp.org>
26315
26316         * modules/fatal-signal: New file.
26317         * MODULES.html.sh (func_all_modules): Add fatal-signal.
26318
26319 2003-10-06  Bruno Haible  <bruno@clisp.org>
26320
26321         * m4/fatal-signal.m4: New file.
26322         * m4/signalblocking.m4: New file, from GNU gettext.
26323
26324 2003-10-06  Bruno Haible  <bruno@clisp.org>
26325
26326         * lib/version-etc-2.h: Remove file.
26327         * lib/version-etc-2.c: Remove file.
26328
26329 2003-10-06  Bruno Haible  <bruno@clisp.org>
26330
26331         * lib/fatal-signal.h: New file, from GNU gettext.
26332         * lib/fatal-signal.c: New file, from GNU gettext.
26333
26334 2003-10-05  Paul Eggert  <eggert@twinsun.com>
26335
26336         * README: Rework advice for preventing empty .o files.
26337         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
26338         not <sys/types.h>.
26339
26340 2003-10-04  Karl Berry  <karl@gnu.org>
26341
26342         * lib/argp*: update from libc.
26343
26344 2003-10-04  Karl Berry  <karl@gnu.org>
26345
26346         * config/config.{guess,sub}: update from config.
26347
26348 2003-10-02  Bruno Haible  <bruno@clisp.org>
26349
26350         * modules/lchown (Include): Add lchown.h.
26351         * modules/time_r (Include): Use "..." syntax.
26352         * modules/xgetdomainname (Include): Add xgetdomainname.h.
26353
26354 2003-10-01  Simon Josefsson  <jas@extundo.com>
26355
26356         * MODULES.html.sh (func_all_modules): Move gethostname from section
26357         'based on' to section 'lacking' POSIX:2001.
26358
26359 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
26360
26361         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
26362         to output mode on the same stream.
26363
26364 2003-09-29  Paul Eggert  <eggert@twinsun.com>
26365
26366         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
26367         Fix arg typo in previous patch.
26368
26369 2003-09-28  Jim Meyering  <jim@meyering.net>
26370
26371         * lib/error.c: Correct cpp indentation.
26372
26373 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26374
26375         * modules/free: New file.
26376
26377 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26378
26379         * m4/free.m4: New file.
26380
26381 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26382
26383         * lib/minmax.h (MIN, MAX)
26384         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
26385         Omit the special code that used __typeof__, since we worry that
26386         it could be more trouble than it's worth.  See:
26387         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
26388         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
26389
26390         * lib/free.c: New file.
26391
26392 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
26393
26394         Trivial fixes to Makefile.am parts of module listings.
26395         * modules/strstr: Append strstr.h to lib_SOURCES.
26396         * modules/strcase: Likewise, for strcase.h.
26397
26398 2003-09-27  Karl Berry  <karl@gnu.org>
26399
26400         * config/mkinstalldirs: update from automake.
26401
26402 2003-09-26  Paul Eggert  <eggert@twinsun.com>
26403
26404         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
26405         (error_tail): Do not loop, reallocating temporary buffer, since
26406         the output cannot contain more wide characters than the input
26407         contains bytes, the size must be big enough already.  This avoids
26408         one potential size overflow calculation.  Check for size overflow
26409         when calculating temporary buffer size.  Free temporary buffer
26410         when done, if it was allocated with malloc; this plugs a memory
26411         leak.  Remove casts from void * to pointers, that are no longer
26412         needed now that we're assuming C89 or better.
26413
26414         Merge error changes from glibc.
26415
26416         * lib/error.c, error.h: Update copyright notice header to match glibc.
26417         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
26418         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
26419         Disable cancellation while printing error.
26420         * lib/error.h: Prepend __ to parameter names.
26421
26422 2003-09-26  Jim Meyering  <jim@meyering.net>
26423
26424         * lib/error.c (error_tail): Move some declarations
26425         into inner scope where the local variables are used.
26426
26427 2003-09-26  Bruno Haible  <bruno@clisp.org>
26428
26429         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
26430         stpncpy().
26431         Don't define stpncpy through config.h; it's now done through stpncpy.h.
26432
26433 2003-09-26  Bruno Haible  <bruno@clisp.org>
26434
26435         * lib/stpncpy.h (gnu_stpncpy): New declaration.
26436         (stpncpy): Define as alias for gnu_stpncpy.
26437         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
26438
26439 2003-09-25  Simon Josefsson  <jas@extundo.com>
26440
26441         * lib/xgetdomainname.h: New file.
26442         * lib/xgetdomainname.c: New file.
26443
26444 2003-09-25  Simon Josefsson  <jas@extundo.com>
26445             Bruno Haible  <bruno@clisp.org>
26446
26447         * modules/getdomainname: New file.
26448         * modules/xgetdomainname: New file.
26449         * MODULES.html.sh (func_all_modules): Add getdomainname,
26450         xgetdomainname.
26451
26452 2003-09-25  Simon Josefsson  <jas@extundo.com>
26453             Bruno Haible  <bruno@clisp.org>
26454
26455         * m4/getdomainname.m4: New file.
26456
26457 2003-09-25  Simon Josefsson  <jas@extundo.com>
26458             Bruno Haible  <bruno@clisp.org>
26459
26460         * lib/getdomainname.h: New file.
26461         * lib/getdomainname.c: New file.
26462
26463 2003-09-25  Karl Berry  <karl@gnu.org>
26464
26465         * lib/argp-fmtstream.c, argp-help.c: update from libc.
26466
26467 2003-09-25  Karl Berry  <karl@gnu.org>
26468
26469         * config/install-sh: update from automake.
26470
26471 2003-09-25  Bruno Haible  <bruno@clisp.org>
26472
26473         * modules/version-etc-2: New file, from modules/version-etc with
26474         modifications.
26475         * MODULES.html.sh (func_all_modules): Add version-etc-2.
26476
26477 2003-09-25  Bruno Haible  <bruno@clisp.org>
26478
26479         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
26480         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
26481
26482 2003-09-24  Simon Josefsson  <jas@extundo.com>
26483
26484         * modules/xgethostname: Add xgethostname.h.
26485
26486 2003-09-24  Paul Eggert  <eggert@twinsun.com>
26487
26488         * lib/linebuffer.c (freebuffer): Don't free the argument, just
26489         the buffer associated with the argument.  Bug reported by
26490         Simon Josefsson.
26491
26492 2003-09-24  Paul Eggert  <eggert@twinsun.com>
26493
26494         * README: Document assumptions that 'int' is at least 32 bits
26495         wide, that integer arithmetic is 2's complement without overflow,
26496         that there are no holes in integer values, that adding sizes of
26497         two nonoverlapping objects can't overflow, and that all-bits-zero
26498         yields scalar zero.  Fix spelling and capitalization typos.
26499
26500 2003-09-19  Karl Berry  <karl@gnu.org>
26501
26502         * lib/argp.h: update from libc.
26503
26504 2003-09-17  Paul Eggert  <eggert@twinsun.com>
26505
26506         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
26507         to avoid spurious warnings like "AC_RUN_IFELSE was called before
26508         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
26509
26510 2003-09-17  Paul Eggert  <eggert@twinsun.com>
26511
26512         * gnulib-tool: Use "test -h", not "test -L", for portability
26513         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
26514         (tags_regexp): Remove, since \| doesn't conform to POSIX.
26515         (sed_extract_prog): Issue s commands one-by-one, rather than
26516         using \| in one s command.
26517
26518 2003-09-16  Paul Eggert  <eggert@twinsun.com>
26519
26520         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
26521         input error, instead of returning NULL the next time we are called
26522         (and therefore losing track of errno).
26523
26524 2003-09-16  Bruno Haible  <bruno@clisp.org>
26525
26526         * gnulib-tool (func_create_testdir): Warn about duplicated
26527         dependencies.
26528
26529 2003-09-15  Paul Eggert  <eggert@twinsun.com>
26530
26531         * modules/argmatch, modules/fatal, modules/obstack,
26532         modules/xalloc, modules/xgethostname: Sort dependencies by
26533         importance, not alphabetically.
26534
26535 2003-09-15  Paul Eggert  <eggert@twinsun.com>
26536
26537         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
26538         fails, so that the caller gets the proper errno.
26539
26540         * lib/readutmp.c (read_utmp): Likewise.
26541         Check for fstat error.  Close stream and free storage
26542         when failing.
26543
26544 2003-09-14  Karl Berry  <karl@gnu.org>
26545
26546         * config/srclist.txt (strdup.c): disable for c89 changes.
26547
26548 2003-09-14  Jim Meyering  <jim@meyering.net>
26549
26550         * lib/getloadavg.c: Correct cpp indentation.
26551         * lib/strdup.c: Likewise.
26552         * lib/vasnprintf.c: Likewise.
26553
26554 2003-09-14  Bruno Haible  <bruno@clisp.org>
26555
26556         * modules/fwriteerror: New file.
26557         * MODULES.html.sh (func_all_modules): Add fwriteerror.
26558
26559 2003-09-14  Bruno Haible  <bruno@clisp.org>
26560
26561         * lib/fwriteerror.h: New file.
26562         * lib/fwriteerror.c: New file.
26563
26564 2003-09-12  Paul Eggert  <eggert@twinsun.com>
26565
26566         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
26567         modules/xgethostname, modules/xalloc: Depend on exit.
26568
26569 2003-09-12  Paul Eggert  <eggert@twinsun.com>
26570
26571         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
26572
26573         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
26574         and AC_MINIX, too, so that their extensions are available.
26575
26576         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
26577         This macro has been superseded by gl_BACKUPFILE.
26578
26579         More patches to assume C89 or better.
26580
26581         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
26582
26583         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
26584         unconditionally.
26585         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
26586         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
26587         Include <string.h>, <stdlib.h> unconditionally.
26588         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
26589         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
26590         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
26591         headers or for string.h.
26592         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
26593         or strtoul.
26594
26595         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
26596         headers.
26597         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
26598         * m4/userspec.m4 (gl_USERSPEC): Likewise.
26599         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
26600         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
26601         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26602         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
26603         memcpy, memset.
26604         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
26605         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
26606         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
26607         strtol.
26608         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
26609         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
26610         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
26611         strtoul.
26612
26613 2003-09-12  Paul Eggert  <eggert@twinsun.com>
26614
26615         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
26616         * lib/obstack.c [!defined _LIBC]: Likewise.
26617         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
26618         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
26619         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
26620
26621         More changes to assume C89 or better.
26622
26623         * lib/error.c (error_tail): Assume vprintf.
26624
26625         * lib/argmatch.c (getenv): Remove decl.
26626         * lib/progreloc.c (get_full_program_name): Define via prototype.
26627         * lib/setenv.c (clearenv): Likewise.
26628         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
26629         needed.
26630         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
26631         (malloc, memcpy): Remove decls.
26632         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
26633         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
26634         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
26635         (memcpy): Remove macro.
26636         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
26637         (__P): Remove.  All uses removed.
26638         (PTR): Remove.  All uses changed to void *.
26639         (CHAR_BIT, NULL): Remove.
26640         (spaces, zeros, memset_space, memset_zero)
26641         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
26642         Remove.
26643         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
26644         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
26645         Define with prototype.
26646         Remove now-unnecessary prototype decl.
26647         (extra_args_spec): Assume ANSI C.  All uses changed.
26648         (extra_args_spec_iso): Remove.
26649         (my_strftime, emacs_strftimeu): Define via prototype.
26650         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
26651         unconditionally.
26652         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
26653         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
26654         (strtoul, strtol): Remove decls.
26655         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
26656         LONG_MAX): Remove.
26657         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
26658         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
26659         (LOCALE_PARAM_PROTO): New macro.
26660         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
26661         (INTERNAL (strtol), strtol): Define with a prototype.
26662         (PARAMS): Remove.  All uses removed.
26663         * lib/tempname.c: Include <string.h> unconditionally.
26664         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
26665         * lib/xgethostname.c (main): Define with a prototype.
26666         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
26667         Include <stdlib.h> unconditionally.
26668         (calloc, malloc, realloc, free): Remove decls.
26669         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
26670         Include <stdlib.h> unconditionally.  Sort include file names.
26671         (strtod): Remove.
26672         (xstrtod): Define with a prototype.
26673         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
26674         (strtol, strtoul): Remove decls.
26675
26676 2003-09-11  Paul Eggert  <eggert@twinsun.com>
26677
26678         More patches to assume C89 or better.
26679         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
26680         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
26681         string.h, memchr, STDC_HEADERS.
26682
26683 2003-09-11  Paul Eggert  <eggert@twinsun.com>
26684
26685         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
26686         Include <stdlib.h>, <string.h> unconditionally.
26687         Remove now-unnecessary cast to char *.
26688         * lib/strnlen.c: Include <string.h> unconditionally.
26689         * lib/yesno.c (yesno): Define with a prototype.
26690
26691 2003-09-11  Bruno Haible  <bruno@clisp.org>
26692
26693         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
26694
26695 2003-09-10  Jim Meyering  <jim@meyering.net>
26696
26697         * lib/error.c: Correct indentation of cpp directives.
26698
26699 2003-09-10  Bruno Haible  <bruno@clisp.org>
26700
26701         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
26702         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
26703         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
26704         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
26705         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
26706         <stdlib.h> and <string.h> checks.
26707         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
26708         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
26709
26710 2003-09-10  Bruno Haible  <bruno@clisp.org>
26711
26712         * lib/strcspn.c: Include <string.h> unconditionally.
26713         * lib/strpbrk.c: Include <string.h> unconditionally.
26714         * lib/strstr.c: Include <string.h> unconditionally.
26715         * lib/unicodeio.c: Include <string.h> unconditionally.
26716         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
26717         * lib/unsetenv.c: Likewise.
26718         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
26719         * lib/yesno.c: Include <stdlib.h> unconditionally.
26720         (rpmatch): Add prototype.
26721
26722 2003-09-09  Paul Eggert  <eggert@twinsun.com>
26723
26724         More patches to assume C89 or better.
26725         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
26726         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
26727         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
26728         or for string.h.
26729         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
26730         stdlib.h.
26731         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
26732         C headers.
26733         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
26734         string.h.
26735         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
26736         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
26737         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
26738         or for string.h.
26739         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
26740         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
26741         C headers.
26742         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
26743         memcpy.
26744         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
26745         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
26746         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
26747         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
26748         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
26749         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
26750         string.h, free.
26751         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
26752         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
26753         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
26754         C headers, or for string.h.
26755         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
26756         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
26757         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
26758         headers, memory.h, stdlib.h, string.h, strings.h.
26759         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
26760         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
26761         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
26762         strchr.
26763         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
26764         headers, memory.h, string.h.
26765         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
26766         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
26767         free.
26768         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
26769         headers.
26770         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
26771         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
26772         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
26773         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
26774         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
26775
26776 2003-09-09  Paul Eggert  <eggert@twinsun.com>
26777
26778         More K&R removal.
26779
26780         * lib/acosl.c (main): Use a prototype.
26781         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
26782         tanl.c: Likewise.
26783
26784         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
26785
26786         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
26787         (getopt, etopt_long, getopt_long_only, _getopt_internal)
26788         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
26789         with a prototype.
26790         * lib/getopt.c (const): Remove macro.
26791         Include <string.h> unconditionally.
26792         (my_index): Remove; all uses changed to strchr.
26793         (strlen): Remove decl.
26794         (exchange): Remove forward decl; no longer needed.
26795         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
26796         Define with prototype.
26797         * lib/getopt1.c (const): Remove macro.
26798         (getopt_long, getopt_long_only, main): Define with prototype.
26799
26800         * lib/getugroups.c: Include <string.h> unconditionally.
26801
26802         * lib/getusershell.c: Include <stdlib.h> unconditionally.
26803         (getusershell, setusershell, endusershell, readname, main):
26804         Define with prototypes.
26805
26806         * lib/group-member.c: Include group-member.h first.
26807         Include <stdlib.h> unconditionally.
26808
26809         * lib/hard-locale.c: Include hard-locale.h first.
26810         Include <stdlib.h>, <string.h> unconditionally.
26811
26812         * lib/hash.c (free, malloc): Remove decls.
26813         Include <stdlib.h> unconditionally.
26814
26815         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
26816         (getenv): Do not declare.
26817
26818         * lib/idcache.c: Include <string.h> unconditionally.
26819
26820         * lib/long-options.c: Include long-options.h first, to test interface.
26821         Include <stdlib.h> unconditionally.
26822
26823         * lib/makepath.c: Include makepath.h first, to test interface.
26824         Include <stdlib.h> and <string.h> unconditionally.
26825
26826         * lib/linebuffer.c: Include <stdlib.h>.
26827         (free): Remove decl.
26828
26829         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
26830         stddef.h. rpl_malloc returns void *, not char *.
26831         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
26832         prototype.
26833
26834         * lib/md5.h: Include <limits.h> unconditionally.
26835         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
26836         (__P): Remove; all uses removed.
26837         * lib/md5.c: Include "md5.h" first.
26838         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
26839         md5_buffer, md5_process_bytes, md5_process_block):
26840         Define with prototypes.
26841         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
26842         * lib/sha.c: Include "sha.h" first.
26843         Include <stdlib.h>, <string.h> unconditionally.
26844
26845         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
26846         * lib/memcmp.c (__ptr_t): Likewise.
26847         * lib/memrchr.c (__ptr_t): Likewise.
26848         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
26849         Include <string.h> unconditionally.
26850         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
26851         * lib/memchr.c: Include <stdlib.h> unconditionally.
26852         * lib/memchr.c (LONG_MAX): Remove.
26853         * lib/memrchr.c (LONG_MAX): Likewise.
26854         * lib/memchr.c (__memchr): Define via a prototype.
26855         * lib/memrchr.c (__memrchr): Likewise.
26856         * lib/memcmp.c (__P): Remove, and remove all uses.
26857         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
26858         Remove forward decls; no longer needed.
26859         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
26860         Use types required by C89 in prototype.
26861
26862         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
26863         * lib/savedir.c: Likewise.
26864         * lib/mkdir.c (free): Remove decl.
26865         * lib/rmdir.c (rmdir): Define with a prototype.
26866         * lib/savedir.c: Include savedir.h first, to test interface.
26867
26868         * lib/mktime.c (STDC_HEADERS): Remove.
26869         Include <stdlib.h>, <string.h> unconditionally.
26870
26871         * lib/modechange.c: Include <stdlib.h> unconditionally.
26872         (malloc): Remove decl.
26873
26874         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
26875         (free): Remove decl.
26876
26877         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
26878         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
26879         (This type really should be intptr_t, but that's a C99ism.)
26880         (_obstack_memcpy): Remove: all uses changed to memcpy.
26881         Include <string.h> unconditionally.
26882         (struct obstack): Assume __STDC__ for types of members
26883         chunkfun, freefun, extra_arg.
26884         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
26885         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
26886         obstack_begin, obstack_specify_allocation,
26887         obstack_specify_allocation_with_arg, obstack_chunkfun,
26888         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
26889         Remove unprototyped decls and the macros that use them.
26890         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
26891         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
26892         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
26893         (defined __STDC__ && __STDC__)]:
26894         Remove nonprototyped code.
26895         Include <stdlib.h> unconditionally.
26896         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
26897         _obstack_allocated_p, _obstack_free, obstack_free,
26898         _obstack_memory_used, print_and_abort):
26899         Define using prototypes.
26900         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
26901         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
26902         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
26903         obstack_next_free, obstack_object_size, obstack_room) [0]:
26904         Remove unused, unprototyped code.
26905
26906         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
26907
26908         * lib/physmem.c (physmem_total, physmem_available, main): Define
26909         with prototypes.
26910
26911         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
26912         (main): Define with a prototype.
26913
26914         * lib/posixver.c (getenv): Remove decl.
26915
26916         * lib/putenv.c (malloc): Returns void *, not char *.
26917         Include <string.h> unconditionally.
26918         (strchr, memcpy, NULL): Do not define.
26919
26920         * lib/readtokens.c: Include readtokens.h first, to test interface.
26921         Include <stdlib.h>, <string.h> unconditionally.
26922         (init_tokenbuffer): Define with a prototype.
26923
26924         * lib/regex.c (PARAMS): Remove.  All uses removed.
26925         All uses of _RE_ARGS removed, too.
26926         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
26927         unconditionally.
26928         (bzero): Assume memset exists.
26929         (memcmp, memcpy, NULL): Remove.
26930         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
26931         char, or assignments to local vars of type signed char.
26932         (init_syntax_once, PREFIX(extract_number_and_incr),
26933         PREFIX(print_partial_compiled_pattern),
26934         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
26935         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
26936         PREFIX(regex_grow_registers), PREFIX(regex_compile),
26937         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
26938         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
26939         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
26940         wcs_compile_range, byte_compile_range, truncate_wchar,
26941         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
26942         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
26943         count_mbs_length, wcs_re_match_2_internal,
26944         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
26945         PREFIX(alt_match_null_string_p),
26946         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
26947         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
26948         regfree, PREFIX(extract_number)): Define with prototype.  Remove
26949         now-unnecessary declaration, if any.
26950         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
26951         regcomp, regexec):
26952         Remove now-unnecessary casts among pointer types.
26953         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
26954
26955         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
26956         (free): Remove decl.
26957
26958         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
26959
26960         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
26961         (free): Remove decl.
26962
26963         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
26964         * lib/xgetcwd.c: Likewise.
26965
26966         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
26967         (free): Remove decl.
26968
26969         * lib/strchrnul.c (strchrnul): Define with a prototype.
26970         Fix bug: c_in was not converted to char before searching.
26971
26972         The following changes are not K&R related:
26973
26974         * lib/group-member.h: Include <sys/types.h>, so that this file is
26975         self-contained.
26976         * lib/makepath.h: Likewise.
26977
26978         * lib/getusershell.c (readname, default_index, line_size, readname):
26979         Use size_t, not int, for sizes.
26980         (readname): If the size overflows, report an error instead of
26981         looping forever.
26982
26983 2003-09-09  Paul Eggert  <eggert@twinsun.com>
26984
26985         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
26986         libc.
26987
26988 2003-09-09  Paul Eggert  <eggert@twinsun.com>
26989
26990         * README: New section: portability guidelines.
26991
26992 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
26993
26994         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
26995         C89 spec.
26996
26997 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
26998
26999         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
27000
27001 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27002
27003         Assume C89 or better; remove K&R cruft.
27004         A few of these changes were first proposed by Derek Robert Price
27005         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
27006
27007         * lib/addext.c: Include <string.h> unconditionally.
27008         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
27009         Don't declare getenv or malloc.
27010
27011         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
27012         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
27013         (NULL): Remove.
27014         (find_stack_direction, alloca): Use prototypes.
27015
27016         * lib/atexit.c (atexit): Define using a prototype.
27017
27018         * lib/basename.c, dirname.c, stripslash.c:
27019         Include <string.h> unconditionally.
27020
27021         * lib/bcopy.c: Include <stddef.h>.
27022         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
27023
27024         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
27025
27026         * lib/error.h (error, error_at_line, error_print_progname)
27027         [! (defined (__STDC__) && __STDC__)]: Remove decls.
27028         * lib/error.c: Include error.h first, to check interface.
27029         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
27030         (VA_START): Remove; all uses changeed to va_start.
27031         (exit, strerror): Remove decls.
27032         (error_print_progname): Prototype uncondionally.
27033         Don't include <errno.h>; no longer needed.
27034         (private_strerror): Remove.
27035         (error_tail): Always define.
27036         (error, error_at_line): Assume C89 or better; always use prototypes.
27037         * lib/fatal.c: Include "fatal.h" first, to test interface.
27038         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
27039         (VA_START): Remove; all uses changed to va_start.
27040         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
27041         this case.
27042         (exit): Remove decl.
27043         (fatal): Prototype unconditionally.  Assume va_start works.
27044         Abort at end, to pacify gcc.
27045
27046         * lib/euidaccess.c (main): Define with a prototype.
27047
27048         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
27049
27050         * lib/exitfail.c: Include <stdlib.h> unconditionally.
27051
27052         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
27053         prototypes.
27054         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
27055         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
27056         (getenv): Remove decl.
27057         (fnmatch): Define using a prototype.
27058         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
27059         (FCT): Define using a prototype.
27060
27061         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
27062
27063         * lib/gethostname.c: Include <stddef.h>.
27064         (gethostname): Define with prototype.  Length is size_t, not int.
27065
27066 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27067
27068         Assume C89 or better; remove K&R cruft.
27069         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
27070         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
27071         string.h, getenv, malloc.
27072         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
27073         headers.
27074         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
27075         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
27076         do not check for strerror.
27077         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
27078         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
27079         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
27080         do not check for doprnt or vprintf.
27081         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
27082         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
27083
27084 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27085
27086         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
27087         getversion.c should have been removed then, but was accidentally
27088         preserved.
27089
27090         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
27091         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
27092
27093 2003-09-08  Karl Berry  <karl@gnu.org>
27094
27095         * config/config.sub, config.guess, srclistvars.sh: update from savannah
27096                 config, forget about prep.
27097
27098         * config/depcomp, missing: update from automake.
27099
27100 2003-09-07  Paul Eggert  <eggert@twinsun.com>
27101
27102         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
27103         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
27104
27105 2003-09-07  Paul Eggert  <eggert@twinsun.com>
27106
27107         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
27108         copy_tm_result.  Bug reported by Simon Josefsson in
27109         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
27110
27111 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27112
27113         * m4/time_r.m4: New file.
27114         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
27115         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
27116         is. Check for timegm declaration.
27117         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
27118         Do not check for gmtime_r.
27119         Replace mktime if __mktime_internal does not exist and if mktime
27120         hasn't been replaced already.
27121
27122 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27123
27124         * lib/time_r.c, lib/time_r.h: New files.
27125
27126         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
27127         __localtime_r.
27128         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
27129         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
27130
27131         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
27132         __gmtime_r.
27133         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
27134         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
27135         Include <time_r.h>.
27136
27137         * lib/timegm.c: Switch to glibc implementation, with the following
27138         changes:
27139         [defined HAVE_CONFIG_H]: Include <config.h>.
27140         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
27141         (__mktime_internal) [!defined _LIBC]: New decl.
27142         (__gmtime_r) [!defined _LIBC]: New macro and function.
27143         (timegm): Use a prototype, since gnulib assumes C89.
27144         Do not bother declaring tmp to be const, as it's not really usefu.
27145         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
27146         (timegm): Declare only if HAVE_DECL_TIMEGM.
27147
27148 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27149
27150         * MODULES.html.sh (func_all_modules): Add time_r.
27151         * modules/time_r: New file.
27152         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
27153         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
27154
27155 2003-09-03  Paul Eggert  <eggert@twinsun.com>
27156
27157         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
27158         Bug reported by Lute Kamstra in
27159         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
27160
27161         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
27162         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
27163         course with correspondingly smaller numbers for tomorrow and
27164         yesterday.  From Tadayoshi Funaba.  Originally installed into
27165         sh-utils on 1999-08-07, but the patch got lost (I guess during the
27166         coreutils merge?).
27167
27168 2003-08-31  Simon Josefsson  <jas@extundo.com>
27169
27170         * modules/timegm: New file.
27171         * MODULES.html.sh (func_all_modules): Add timegm.
27172
27173 2003-08-31  Simon Josefsson  <jas@extundo.com>
27174
27175         * m4/timegm.m4: New file.
27176
27177 2003-08-31  Simon Josefsson  <jas@extundo.com>
27178
27179         * lib/timegm.h: New file.
27180         * lib/timegm.c: New file.  Based on
27181         wget-1.8.2/src/http.c:mktime_from_utc.
27182
27183 2003-08-31  Karl Berry  <karl@gnu.org>
27184
27185         * lib/argp.h: update from libc.
27186
27187 2003-08-28  Bruno Haible  <bruno@clisp.org>
27188
27189         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
27190         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
27191         followed by '#define fnmatch fnmatch_posix' gives an error.
27192
27193 2003-08-28  Bruno Haible  <bruno@clisp.org>
27194
27195         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
27196         warning on QNX, which defines O_BINARY to 000000.
27197
27198 2003-08-27  Jim Meyering  <jim@meyering.net>
27199
27200         * m4/mkstemp.m4: Require that the system mkstemp be able to create
27201         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
27202         would fail after 32.  Reported by Danny Levinson.  Details here:
27203         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
27204
27205 2003-08-24  Bruno Haible  <bruno@clisp.org>
27206
27207         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
27208         MSVC7 <stdio.h> is included later.
27209
27210 2003-08-22  Simon Josefsson  <jas@extundo.com>
27211
27212         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
27213
27214 2003-08-20  Karl Berry  <karl@gnu.org>
27215
27216         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
27217
27218 2003-08-20  Bruno Haible  <bruno@clisp.org>
27219
27220         * modules/progname: New file.
27221         * MODULES.html.sh (func_all_modules): Add progname.
27222
27223 2003-08-20  Bruno Haible  <bruno@clisp.org>
27224
27225         * lib/progname.h: New file, from GNU gettext.
27226         * lib/progname.c: New file, from GNU gettext.
27227         * lib/progreloc.c: New file, from GNU gettext.
27228
27229 2003-08-19  Jim Meyering  <jim@meyering.net>
27230
27231         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
27232         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
27233
27234 2003-08-19  Bruno Haible  <bruno@clisp.org>
27235
27236         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
27237         more.
27238
27239 2003-08-19  Bruno Haible  <bruno@clisp.org>
27240
27241         * lib/xstrdup.c: Assume <string.h> exists.
27242
27243 2003-08-18  Paul Eggert  <eggert@twinsun.com>
27244
27245         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
27246         in makefile rules.
27247
27248 2003-08-18  Jim Meyering  <jim@meyering.net>
27249
27250         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
27251         * m4/lib-ld.m4: Likewise.
27252
27253 2003-08-18  Jim Meyering  <jim@meyering.net>
27254
27255         * lib/setenv.h: Indent nested cpp directive.
27256         * lib/vasnprintf.c: Remove trailing blanks.
27257
27258 2003-08-17  Simon Josefsson  <jas@extundo.com>
27259
27260         * modules/xstrndup: New file.
27261         * MODULES.html.sh (func_all_modules): Add xstrndup.
27262
27263 2003-08-17  Simon Josefsson  <jas@extundo.com>
27264
27265         * modules/argp: Fix autoconf macro name. Add more dependencies.
27266
27267 2003-08-17  Simon Josefsson  <jas@extundo.com>
27268
27269         * m4/xstrndup.m4: New file.
27270
27271 2003-08-17  Simon Josefsson  <jas@extundo.com>
27272
27273         * m4/argp.m4: New file.
27274
27275 2003-08-17  Simon Josefsson  <jas@extundo.com>
27276             Bruno Haible  <bruno@clisp.org>
27277
27278         * lib/xstrndup.h: New file.
27279         * lib/xstrndup.c: New file.
27280
27281 2003-08-17  Bruno Haible  <bruno@clisp.org>
27282
27283         * modules/strndup (Files, Include): Add lib/strndup.h.
27284
27285 2003-08-17  Bruno Haible  <bruno@clisp.org>
27286
27287         * modules/euidaccess (Files): Add lib/euidaccess.h.
27288
27289 2003-08-17  Bruno Haible  <bruno@clisp.org>
27290
27291         * lib/strndup.h: New file.
27292
27293 2003-08-17  Bruno Haible  <bruno@clisp.org>
27294
27295         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
27296         like AC_GNU_SOURCE.
27297         * modules/extensions (configure.ac): Comment out the invocation of
27298         gl_USE_SYSTEM_EXTENSIONS.
27299
27300 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27301
27302         Merges from coreutils, etc.
27303         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
27304         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
27305         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
27306         fixing a typo.
27307         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
27308         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
27309
27310 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27311
27312         Document merge from coreutils.
27313         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
27314         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
27315         * modules/utime: Add m4/utimes-null.m4.
27316
27317 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27318
27319         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
27320         space, undoing this 2003-08-12 change:
27321         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
27322
27323 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27324
27325         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
27326         strtoul.c from libc, undoing this 2003-08-12 change:
27327         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
27328
27329 2003-08-16  Jim Meyering  <jim@meyering.net>
27330
27331         Merges from coreutils.
27332         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
27333         prefix.  Adjust cache variables similarly.  Create 500 rather than
27334         just 300 files, to exercise bug on Darwin6.5, too.
27335         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
27336         $missing_dir.
27337         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
27338         AM_SYS_POSIX_TERMIOS.
27339         Reported by mkc@mathdogs.com.
27340         Also change use of $am_cv_sys_posix_termios
27341         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
27342         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
27343         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
27344         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
27345         in /proc/mounts until it finds one with matching device number.  This
27346         is unnecessary when the FILE argument *is* a mount point.  No stat call
27347         is necessary in that case.  So, disable the statvfs-testing code on
27348         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
27349         as RedHat bug# 84846.
27350         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
27351         to 1MB, so as not to render systems with no stack size limit (e.g.,
27352         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
27353         Include <unistd.h>.  On some systems,
27354         it is required for the definition of _SC_PAGESIZE.
27355
27356 2003-08-16  Jim Meyering  <jim@meyering.net>
27357
27358         Merge from coreutils.
27359         * lib/xstrtoimax.c: #else #if -> #elif.
27360         * lib/xstrtoumax.c: Likewise.
27361
27362 2003-08-16  Jim Meyering  <jim@meyering.net>
27363
27364         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
27365         * m4/utimes.m4: Removed.
27366         * m4/utimes-null.m4: Renamed from utimes.m4.
27367
27368         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
27369         to 1MB, so as not to render systems with no stack size limit (e.g.,
27370         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
27371         Include <unistd.h>.  On some systems,
27372         it is required for the definition of _SC_PAGESIZE.
27373
27374 2003-08-16  Jim Meyering  <jim@meyering.net>
27375         and Paul Eggert  <eggert@cs.ucla.edu>
27376
27377         Merges from coreutils, etc.
27378
27379         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
27380         using the latest version from cvs.  This avoids problems with #line
27381         directives using a vendor (Sun) compiler.
27382         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
27383         Don't set GETGROUPS_LIB here; now it's
27384         done via getgroups.m4's wrapper function.
27385         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
27386         rather than just in sh-util/configure.in, so that the
27387         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
27388         same.
27389         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
27390         AC_FUNC_GETLOADAVG where to find getloadavg.c.
27391         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
27392         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
27393         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
27394         Remove code that is now done by the newly-required macros.
27395         Append $(EXEEXT) to DF_PROG.
27396         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
27397         Do not invoke or require the following here,
27398         since prereq.m4 or some gnulib .m4 now does this for us:
27399         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
27400         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
27401         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
27402         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
27403         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
27404         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
27405         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
27406         AC_FUNC_OBSTACK.
27407         Do not replace the following functions, as this is now the job
27408         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
27409         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
27410         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
27411         atexit getpass, strdup, getpagesize.
27412         Replace 'raise'.
27413         Do not check for the following functions, as this is now the job
27414         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
27415         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
27416         setregid.
27417         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
27418         Check for sys/sysctl.h.
27419         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
27420         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
27421         of checking for ssize_t ourselves.
27422
27423         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
27424         Require every macro that gnulib/modules/* suggests for us.
27425         (jm_PREREQ_ADDEXT): New macro.
27426         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
27427         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
27428
27429         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
27430         (gl_PHYSMEM): Use it.
27431         Also check for `table' function.
27432         Check for new headers and functions.
27433         Add check for sys/sysmp.h.
27434         With suggestions from Kaveh Ghazi.
27435         Ignore headers that are present but cannot be compiled.  This
27436         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
27437         C 5.4.
27438
27439 2003-08-15  Paul Eggert  <eggert@twinsun.com>
27440
27441         Document merge from coreutils.
27442         * modules/userspec: Depend on posixver.
27443         * modules/strftime: Depend on tzset.
27444
27445 2003-08-15  Paul Eggert  <eggert@twinsun.com>
27446
27447         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
27448         rather than tab, after '#' in shell-script copyright notices.
27449         Suggested by Bruno Haible.
27450
27451 2003-08-15  Paul Eggert  <eggert@twinsun.com>
27452
27453         * config/srclist-update: Use three spaces, rather than tab, after '#'
27454         in shell-script copyright notices.  Suggested by Bruno Haible.
27455         Remove unnecessary parenthesization in regular expression.
27456
27457 2003-08-15  Jim Meyering  <jim@meyering.net>
27458
27459         Merge from coreutils.
27460         * lib/xgethostname.c: Include <stdlib.h>.
27461         (xghostname): Don't exit for anything other than memory-related
27462         failure; just return NULL.
27463         * lib/userspec.c: Include "posixver.h".
27464         (parse_user_spec): Accept `.' as a separator only
27465         in pre-POSIX-200112 mode.
27466         * lib/strtoimax.c: Use #elif rather than #else #if.
27467         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
27468         Remove function, now that we can rely on a working tzset function.
27469         [!_LIBC]: Ensure that the required autoconf test has been run.
27470         [!defined _NL_CURRENT && HAVE_STRFTIME]:
27471         Use underlying_strftime for %r.
27472         * lib/sha.c: Merge in some clean-up and optimization changes from
27473         glibc.
27474         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
27475         Ensure that it is a multiple of 64.
27476         Rearrange loop exit tests so as to avoid performing an
27477         additional fread after encountering an error or EOF.
27478         * lib/realloc.c: Update copyright date.
27479
27480 2003-08-15  Jim Meyering  <jim@meyering.net>
27481         and Paul Eggert  <eggert@twinsun.com>
27482
27483         Merge from coreutils.
27484         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
27485         member but strut utmpx does not.  Needed for AIX 4.3.3.
27486         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
27487
27488 2003-08-15  Jim Meyering  <jim@meyering.net>
27489         and Paul Eggert  <eggert@cs.ucla.edu>
27490
27491         Merges from coreutils, etc.
27492         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
27493         Require gl_FUNC_TZSET_CLOBBER.
27494         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
27495         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
27496         members.
27497
27498 2003-08-14  Paul Eggert  <eggert@twinsun.com>
27499
27500         Help the merge from coreutils.
27501         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
27502         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
27503         * m4/tzset.m4: Use it too.
27504
27505 2003-08-14  Paul Eggert  <eggert@twinsun.com>
27506
27507         * modules/tzset: New file.
27508
27509 2003-08-14  Jim Meyering  <jim@meyering.net>
27510
27511         Merges from coreutils.
27512         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
27513         variable names, rather than @FNMATCH_H@.
27514         * modules/alloca: Likewise for $(ALLOCA_H).
27515
27516         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
27517         the three copies of the literal target, `fnmatch.h'.
27518         * modules/alloca (alloca.h): Likewise.
27519
27520 2003-08-14  Jim Meyering  <jim@meyering.net>
27521
27522         Merge from coreutils.
27523         * m4/tzset.m4: New file.
27524         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
27525         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
27526         otherwise, AIX 5.1 systems would end up using the latter.
27527         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
27528         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
27529         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
27530         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
27531
27532 2003-08-14  Jim Meyering  <jim@meyering.net>
27533
27534         Merge from coreutils.
27535         * lib/obstack.h: Whitespace changes.
27536         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
27537         and xcalloc return values.
27538         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
27539         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
27540         hang on OSF/1 5.1 for DIR on both local and remote file systems.
27541         Reported by (and fix confirmed by) Nelson H. F. Beebe.
27542         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
27543         error from mntctl.
27544         Use mntctl's return value to drive the entry-processing loop, since
27545         we can't rely on the value of the vmt_length member in the last
27546         entry.  On some systems doing so could result in exhausting
27547         virtual memory.  Based in part on a patch from Mike Jetzer.
27548
27549 2003-08-14  Jim Meyering  <jim@meyering.net>
27550         and Paul Eggert  <eggert@twinsun.com>
27551
27552         Merges from coreutils, plus other fixes.
27553         * lib/physmem.c: Merge in portability changes from gcc/libiberty
27554         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
27555         for credits and details.  Thanks to Kaveh Ghazi for helping
27556         to keep these files in sync.
27557         (ARRAY_SIZE): Define it.
27558         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
27559         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
27560         (memcasecmp): Don't assume size_t fits in unsigned int.
27561         Remove casts and duplicate code.
27562         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
27563         (memcpy): Remove definition.
27564         Merge in some clean-up and optimization changes from glibc.
27565         [BLOCKSIZE]: Move definition to top of file.
27566         Ensure that it is a multiple of 64.
27567         Rearrange loop exit tests so as to avoid performing an
27568         additional fread after encountering an error or EOF.
27569         * lib/md5.h (md5_uintptr): Define.
27570         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
27571         return to the initial working directory.  Preserve errno
27572         for caller.
27573         * lib/idcache.c: Include "xalloc.h".
27574         (xmalloc, xrealloc): Remove decls.
27575         (getuser): Remove casts no longer required in C89.
27576         * lib/human.c: Include stdio.h, for sprintf.
27577         * lib/group-member.c: Include "xalloc.h".
27578         (xmalloc, xrealloc): Remove decls.
27579         (get_group_info): Remove casts no longer required in C89.
27580         * lib/getusershell.c (readname): Remove casts no longer required in
27581         C89.
27582         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
27583         * lib/getline.c: Whitespace fix, from coreutils.
27584
27585 2003-08-13  Paul Eggert  <eggert@twinsun.com>
27586
27587         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
27588         Check for isascii.
27589
27590         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
27591         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
27592         Undo previous (whitespace-only) change.
27593
27594 2003-08-13  Paul Eggert  <eggert@twinsun.com>
27595
27596         * lib/exclude.c: Include <ctype.h>
27597         (IN_CTYPE_DOMAIN): New macro.
27598         (is_space): New fn.
27599         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
27600         and empty lines.
27601
27602         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
27603         Undo previous (whitespace-only) change.
27604
27605 2003-08-13  Paul Eggert  <eggert@twinsun.com>
27606
27607         * config/srclist-update: Change update back to the old behavior,
27608         leaving whitespace alone.  Use one 'sed' command rather than a
27609         pipeline.
27610         (fixlicense): Now a variable, not a function.
27611         (remove_trailing_blanks): Remove.
27612         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
27613         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
27614         Undo previous (whitespace-only) change.
27615
27616 2003-08-12  Paul Eggert  <eggert@twinsun.com>
27617
27618         Merge from coreutils.
27619         * modules/euidaccess: Add lib_SOURCES, include for new
27620         file euidaccess.h
27621
27622 2003-08-12  Paul Eggert  <eggert@twinsun.com>
27623
27624         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
27625         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
27626         Normalize leading white space and remove trailing white space.
27627
27628         Merge from coreutils
27629         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
27630
27631         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
27632         0.12.1.  These files are now being upgraded automatically by
27633         ../config/srclist-update.
27634
27635 2003-08-12  Paul Eggert  <eggert@twinsun.com>
27636
27637         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
27638         Normalize leading white space and remove trailing white space.
27639         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
27640         notice, as per ../config/srclist-update.
27641
27642         Merge from coreutils.
27643         * lib/euidaccess.h: New file.
27644         * lib/euidaccess.c: Include it.
27645         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
27646         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
27647         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
27648
27649 2003-08-12  Paul Eggert  <eggert@twinsun.com>
27650
27651         * config/srclist-update: Add copyright notice.
27652         (remove_id_lines, remove_trailing_blanks): New constants.
27653         (fixfile): Use them to normalize spacing a bit in copied files.
27654         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
27655         Normalize leading white space and remove trailing white space.
27656
27657         * config/texinfo.tex: Sync with texinfo.
27658
27659         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
27660         strtoul.c from libc, to merge coreutils whitespace changes.
27661
27662         * config/srclist.txt: Get the following m4 files from gettext:
27663         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
27664         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
27665         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
27666         wint_t.m4.
27667
27668 2003-08-12  Karl Berry  <karl@gnu.org>
27669
27670         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
27671         been made.
27672
27673 2003-08-11  Paul Eggert  <eggert@twinsun.com>
27674
27675         * modules/gnu-source, m4/gnu-source.m4:
27676         Remove; we're assuming Autoconf 2.54 or later now.
27677         Suggested by Bruno Haible.
27678         * MODULES.html.sh (func_all_modules): Remove gnu-source.
27679
27680 2003-08-11  Bruno Haible  <bruno@clisp.org>
27681
27682         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
27683
27684 2003-08-11  Bruno Haible  <bruno@clisp.org>
27685
27686         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
27687         (vasnprintf): Use it instead of wcslen.
27688
27689 2003-08-11  Bruno Haible  <bruno@clisp.org>
27690
27691         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
27692         value to ensure that _Bool promotes to int. Use #define for _Bool when
27693         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
27694
27695 2003-08-10  Karl Berry  <karl@gnu.org>
27696
27697         * lib/regex.h: update from libc (whitespace fix).
27698
27699 2003-08-09  Paul Eggert  <eggert@twinsun.com>
27700
27701         Merge some files from coreutils.  These changes were
27702         originally made by Jim Meyering.
27703         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
27704         many older Unixes require this.
27705         * lib/alloca.c (alloca): Remove cast to argument of free;
27706         no longer needed in C89.
27707         * lib/alloca_.h, regex.h: Fix white space to match
27708         what GNU indent does.
27709
27710 2003-08-09  Paul Eggert  <eggert@twinsun.com>
27711
27712         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
27713         apparently Emacs's Unicode mode got confused before my 2003-08-05
27714         checkin.
27715
27716 2003-08-08  Paul Eggert  <eggert@twinsun.com>
27717
27718         * m4/extensions.m4: New file.
27719         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
27720         Require gl_USE_SYSTEM_EXTENSIONS.
27721         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
27722         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
27723
27724 2003-08-08  Paul Eggert  <eggert@twinsun.com>
27725
27726         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
27727         * modules/extensions, modules/gnu-source: New files.
27728         * modules/timespec, modules/unlocked-io: Depend on extensions.
27729
27730 2003-08-07  Paul Eggert  <eggert@twinsun.com>
27731
27732         * modules/restrict: New file.
27733         * MODULES.html.sh (func_all_modules): Add restrict.
27734         * modules/regex: Depend on restrict.
27735
27736 2003-08-07  Paul Eggert  <eggert@twinsun.com>
27737
27738         * m4/restrict.m4: New file.
27739         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
27740
27741 2003-08-07  Bruno Haible  <bruno@clisp.org>
27742
27743         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
27744         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
27745
27746 2003-08-07  Bruno Haible  <bruno@clisp.org>
27747
27748         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
27749         makes the module 'getndelim2' compatible with the module 'getline'.
27750
27751 2003-08-05  Paul Eggert  <eggert@twinsun.com>
27752
27753         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
27754         byte with "\201" to avoid glitches when editing that source file
27755         with multi-gnome-terminal.
27756
27757 2003-08-05  Paul Eggert  <eggert@twinsun.com>
27758
27759         * lib/bumpalloc.h: Remove.
27760
27761 2003-08-05  Paul Eggert  <eggert@twinsun.com>
27762
27763         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
27764         * modules/bumpalloc: Remove.
27765
27766 2003-08-04  Paul Eggert  <eggert@twinsun.com>
27767
27768         * lib/getloadavg.c: Change copyright notice and spacing to conform to
27769         GNU coding style.
27770
27771         Merge from coreutils.
27772         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
27773         1. From glibc.
27774         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
27775         from Karl Berry, implemented by Jim Meyering.
27776         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
27777         from Dmitry V. Levin.
27778         Remove anachronistic cast of xrealloc.
27779         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
27780         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
27781         type. Otherwise, it wouldn't compile with at least /bin/cc on
27782         ymp-cray-unicos9.0.2.X.
27783         Combine two mostly-identical uses of alloca into one.
27784         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
27785
27786 2003-08-04  Dave Love  <d.love@dl.ac.uk>
27787
27788         [From Emacs.]
27789
27790         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
27791         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
27792         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
27793         obsolete NLIST_NAME_UNION.
27794         [__GNU__]: Undef BSD and FSCALE.
27795         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
27796
27797 2003-08-03  Paul Eggert  <eggert@twinsun.com>
27798
27799         * lib/stdbool_.h (_Bool): Make it signed char, instead of
27800         an enum type, so that it's guaranteed to promote to int.  See:
27801         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
27802
27803 2003-08-03  Karl Berry  <karl@gnu.org>
27804
27805         * config/depcomp: update from automake.
27806
27807 2003-07-31  Paul Eggert  <eggert@twinsun.com>
27808
27809         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
27810         (strerror): Don't assume that a printable int fits in 14 bytes.
27811
27812 2003-07-31  Bruno Haible  <bruno@clisp.org>
27813
27814         * modules/getpass-gnu: New file.
27815         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
27816
27817 2003-07-31  Bruno Haible  <bruno@clisp.org>
27818
27819         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
27820
27821 2003-07-24  Karl Berry  <karl@gnu.org>
27822
27823         * config/missing: update from automake.
27824
27825 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
27826             Bruno Haible  <bruno@clisp.org>
27827
27828         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
27829         * lib/getline.c (getline, getdelim): Likewise.
27830         Remove _GNU_SOURCE define; now it's defined in config.h through
27831         m4/getline.m4.
27832
27833 2003-07-23  Karl Berry  <karl@gnu.org>
27834
27835         * config/config.sub: update from prep.
27836
27837 2003-07-22  Paul Eggert  <eggert@twinsun.com>
27838
27839         * modules/xalloc (Depends-on): Add exitfail.
27840         * modules/xmemcoll: Likewise.
27841
27842 2003-07-22  Paul Eggert  <eggert@twinsun.com>
27843
27844         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
27845         over-parenthesization in macros.
27846
27847         Sync with coreutils.
27848
27849         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
27850         required by C99.
27851
27852         Use `exit_failure' for xalloc and xmemcoll instead of their own
27853         private exit-failure variables.
27854         * lib/xalloc.h (xalloc_exit_failure): Remove.
27855         * lib/xmalloc.c: Likewise.  Include exitfail.h.
27856         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
27857         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
27858         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
27859         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
27860
27861 2003-07-20  Jim Meyering  <jim@meyering.net>
27862
27863         * modules/closeout (Depends-on): Add exitfail.
27864         Suggestion from Bruno Haible.
27865
27866 2003-07-19  Karl Berry  <karl@gnu.org>
27867
27868         * config/config.sub: update from prep.
27869
27870 2003-07-18  Paul Eggert  <eggert@twinsun.com>
27871
27872         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
27873         Remove.
27874         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
27875         to test that it can stand by itself.  Include "exitfail.h".
27876         Clients should set exit_failure instead.
27877         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
27878
27879 2003-07-18  Bruno Haible  <bruno@clisp.org>
27880
27881         * modules/getndelim2: New file.
27882         * modules/getline: Share files with module getndelim2.
27883         * modules/getnline: Depend on getndelim2 instead of sharing files with
27884         it. Add getnline.c to lib_SOURCES.
27885         * MODULES.html.sh (func_all_modules): Add getndelim2.
27886
27887 2003-07-18  Bruno Haible  <bruno@clisp.org>
27888
27889         * m4/getndelim2.m4: New file.
27890         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
27891         invoke gl_PREREQ_GETNDELIM2.
27892         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
27893         gl_PREREQ_GETNDELIM2.
27894         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
27895         gl_GETNDELIM2.
27896
27897 2003-07-18  Bruno Haible  <bruno@clisp.org>
27898
27899         * lib/getndelim2.h: New file.
27900         * lib/getndelim2.c: Make into a module of its own. Include config.h,
27901         getndelim2.h.
27902         (getndelim2): Make non-static. Change return type to ssize_t.
27903         * lib/getline.h: Change argument names.
27904         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
27905         * lib/getnline.c: Include getndelim2.h.
27906
27907 2003-07-18  Andreas Schwab  <schwab@suse.de>
27908
27909         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
27910
27911 2003-07-17  Karl Berry  <karl@gnu.org>
27912
27913         * config/config.sub: update from prep.
27914
27915 2003-07-17  Bruno Haible  <bruno@clisp.org>
27916
27917         * modules/getnline: New file.
27918         * modules/getline: Add lib/getndelim2.c to source file list.
27919         * MODULES.html.sh (func_all_modules): Add getnline.
27920
27921 2003-07-17  Bruno Haible  <bruno@clisp.org>
27922
27923         * m4/getnline.m4: New file.
27924
27925 2003-07-17  Bruno Haible  <bruno@clisp.org>
27926
27927         * m4/Makefile.am.in: Remove file.
27928         * m4/Makefile.am: Remove file.
27929         * m4/Makefile.in: Remove file.
27930
27931 2003-07-17  Bruno Haible  <bruno@clisp.org>
27932
27933         * lib/getnline.h: New file.
27934         * lib/getnline.c: New file.
27935         * lib/getndelim2.c: New file, extracted from getline.c.
27936         (getndelim2): Renamed from getdelim2, with added nmax argument.
27937         * lib/getline.c: Include getndelim2.c.
27938         (getdelim2): Moved out to getndelim2.c.
27939         (getline, getdelim): Update.
27940
27941 2003-07-17  Bruno Haible  <bruno@clisp.org>
27942
27943         * lib/Makefile.am: Remove file.
27944         * lib/Makefile.in: Remove file.
27945
27946 2003-07-17  Bruno Haible  <bruno@clisp.org>
27947
27948         * configure.in: Remove file.
27949         * Makefile.in: Remove file.
27950
27951 2003-07-17  Bruno Haible  <bruno@clisp.org>
27952
27953         * MODULES.html.sh: Put the </BODY> right before </HTML>.
27954
27955 2003-07-16  Karl Berry  <karl@gnu.org>
27956
27957         * config/srclist-update: was running fixlicense twice, which caused
27958                 texinfo.tex to be nullified for some reason.  Simplify,
27959                 $gplsrc is no longer needed as far as I can see?
27960
27961 2003-07-16  Jim Meyering  <jim@meyering.net>
27962
27963         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
27964
27965 2003-07-15  Paul Eggert  <eggert@twinsun.com>
27966
27967         * config/srclist.txt: Get the following files from gettext-runtime/intl
27968         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
27969         ref-del.sin.  From Bruno Haible.
27970         * config/srclist-update (fixfile): Change grep pattern again, since the
27971         previous fix didn't work (there was another trailing $).  Use
27972         '[$]' to escape the $s.
27973
27974 2003-07-15  Karl Berry  <karl@gnu.org>
27975
27976         * lib/vasnprintf.c: update from gettext.
27977
27978 2003-07-15  Karl Berry  <karl@gnu.org>
27979
27980         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
27981         gets expanded when surrounded by '$'.
27982
27983 2003-07-15  Jim Meyering  <jim@meyering.net>
27984
27985         * modules/save-cwd: Don't depend on error.  From Derek Price.
27986
27987 2003-07-15  Jim Meyering  <jim@meyering.net>
27988
27989         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
27990
27991 2003-07-14  Simon Josefsson  <jas@extundo.com>
27992
27993         * modules/mempcpy: New file.
27994         * MODULES.html.sh (func_all_modules): Add mempcpy.
27995
27996 2003-07-14  Simon Josefsson  <jas@extundo.com>
27997
27998         * m4/mempcpy.m4: New file.
27999
28000 2003-07-14  Simon Josefsson  <jas@extundo.com>
28001
28002         * lib/mempcpy.h: New file.
28003         * lib/mempcpy.c: New file.
28004
28005 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28006
28007         * modules/getdate, modules/posixtm: Depend on mktime.
28008
28009 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28010
28011         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
28012         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
28013         unicodeio.c, unicodeio.h, unlocked-io.h:
28014         Switch from LGPL to GPL.
28015
28016 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28017
28018         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
28019         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
28020         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
28021         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
28022         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
28023         updated automatically by ../config/srclist-update.  This changes
28024         their license from LPGL to GPL.
28025
28026 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28027
28028         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
28029         assumed to refer to the root of the most recent stable gettext version.
28030         * config/srclistvars.sh: Add defaults for eggert.
28031         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
28032         Match "This program" as well as "The program".  This is needed
28033         for gettext.
28034
28035 2003-07-14  Jim Meyering  <jim@meyering.net>
28036
28037         Don't emit diagnostics.  Let callers do that.
28038         * lib/save-cwd.c: Don't include "error.h".
28039         (save_cwd): Don't call error.  Ensure that errno is valid
28040         when returning nonzero.
28041
28042         * lib/save-cwd.h (restore_cwd): Update prototype.
28043         * lib/save-cwd.c (restore_cwd): Remove two parameters.
28044         Simplify.  Don't call error upon failure.  Let callers do that.
28045         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
28046         when auditing is enabled.  But don't bother updating the #if.
28047
28048 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
28049
28050         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
28051         it breaks C++ compilation.
28052         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
28053
28054 2003-07-10  Simon Josefsson  <jas@extundo.com>
28055
28056         * modules/strchrnul (Makefile.am): Add strchrnul.h.
28057
28058 2003-07-10  Jim Meyering  <jim@meyering.net>
28059
28060         * m4/clock_time.m4: Remove trailing blank.
28061         * m4/intmax_t.m4: Likewise.
28062
28063 2003-07-10  Jim Meyering  <jim@meyering.net>
28064
28065         * lib/vasnprintf.c: Remove trailing blanks.
28066         Make cpp indentation consistent.
28067
28068 2003-07-09  Paul Eggert  <eggert@twinsun.com>
28069
28070         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
28071         posixver.c, strftime.c, strnlen.c, strverscmp.c:
28072         Switch from LGPL to GPL.
28073
28074 2003-07-09  Paul Eggert  <eggert@twinsun.com>
28075
28076         * config/srclist.txt: Sort sublists.  Add
28077         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
28078         that differ from gnulib for one reason or another; we'd like this list
28079         to be smaller but for now let's document what we have.
28080
28081 2003-07-08  Paul Eggert  <eggert@twinsun.com>
28082
28083         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
28084         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
28085         and sweeter "eval x=$x".
28086         * config/srclist.txt: Get lib/argp* from glibc.
28087
28088 2003-07-07  Paul Eggert  <eggert@twinsun.com>
28089
28090         * lib/mktime.c: Fix some boundary cases and remove need for floating
28091         point.
28092
28093         Issue a compile-time diagnostic if time_t is floating point, or if
28094         two's complement arithmetic is not in effect, or if arithmetic
28095         right shift does not propagate the sign.  These assumptions were
28096         all in the original code but they weren't checked.
28097
28098         (TIME_T_MIDPOINT, verify): New macros.
28099         (__isleap): Remove; it has integer overflow problems.
28100         (leapyear): New function, without those problems.
28101         (ydhms_tm_diff): Remove; splitting into two parts.
28102         (ydhms_diff): New function, containing the arithmetic part of
28103         the old ydhms_tm_diff function.  Issue a compile-time
28104         diagnostic if we are not using C99 integer division.
28105         Avoid casts when possible.
28106         (guess_time_tm): New function, containing the checking part of
28107         the old ydhms_tm_diff function.  Return the new value, rather than
28108         the difference between it and the old.  Accept a new argument T
28109         so that *T specifies the old value.  Check for overflow in the result.
28110
28111         (__mktime_internal): Use a time_t offset, not a long int offset.
28112         This undoes the 2003-06-04 change, which is no longer needed now
28113         that we have better overflow checking.
28114         (localtime_offset): Likewise.
28115
28116         (__mktime_internal): Avoid harmful overflow on hosts where time_t
28117         and long are 64-bit but int is only 32-bit.
28118         (ydhms_diff): Use long int to store year1 and yday1.
28119         Issue a compile-time diagnostic if long int is not wide enough.
28120
28121         (__mktime_internal): Use long int to store adjusted year and yday.
28122         Use plain C rather than preprocessor commands, if that doesn't
28123         affect efficiency.
28124         Check for overflow (and try to repair) after each probe
28125         rather than checking only at the very end.  This avoids some bugs
28126         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
28127         does not equal GMT offset at maximum time).
28128         Use integer to check for overflow rather than floating point; this
28129         is more portable to non-IEEE hosts, and is a tad faster.
28130         When we detect that we are oscillating between two values,
28131         don't check whether tm_isdst has the requested value, since
28132         we already know the answer.  When tm_isdst has the wrong value,
28133         use a different heuristic to find the right one, based on the
28134         extreme values actually observed in practice in tz2003a,
28135         rather than the (overly optimistic) "previous 3 calendar quarters".
28136
28137         (not_equal_tm, print_tm, check_result): Use "const T" rather than
28138         "T const" to accommodate glibc style.
28139         (check_result): Use less-confusing report format.  "long" -> "long int.
28140         (main): Likewise.
28141         Don't loop if the iteration overflows time_t.
28142         Allow a negative step in the iteration.
28143
28144 2003-07-06  Karl Berry  <karl@gnu.org>
28145
28146         * config/depcomp: update from automake.
28147         * config/config.sub: update from prep.
28148
28149 2003-07-03  Karl Berry  <karl@gnu.org>
28150
28151         * config/config.guess: update from prep.
28152
28153 2003-07-01  Paul Eggert  <eggert@twinsun.com>
28154
28155         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
28156         xreadlink.c now includes it unconditionally.
28157
28158 2003-07-01  Paul Eggert  <eggert@twinsun.com>
28159
28160         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
28161         having it depend on HAVE_SYS_TYPES_H.
28162
28163 2003-07-01  Bruno Haible  <bruno@clisp.org>
28164
28165         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
28166         <sys/types.h> should be sufficient.
28167         Reported by Paul Eggert.
28168
28169 2003-06-26  Karl Berry  <karl@gnu.org>
28170
28171         * config/depcomp: update from automake.
28172
28173 2003-06-26  Bruno Haible  <bruno@clisp.org>
28174
28175         * modules/human: Depend on module stdbool.
28176
28177 2003-06-25  Bruno Haible  <bruno@clisp.org>
28178
28179         * modules/readlink: New file.
28180         * modules/xreadlink: Depend on it.
28181         * MODULES.html.sh (func_all_modules): Add readlink.
28182
28183 2003-06-25  Bruno Haible  <bruno@clisp.org>
28184
28185         * m4/readlink.m4: New file.
28186
28187 2003-06-25  Bruno Haible  <bruno@clisp.org>
28188
28189         * lib/readlink.c: New file.
28190
28191 2003-06-22  Karl Berry  <karl@gnu.org>
28192
28193         * config/srclist.txt: update mkinstalldirs from automake.
28194         * config/mkinstalldirs: update.
28195
28196 2003-06-22  Bruno Haible  <bruno@clisp.org>
28197
28198         Portability to mingw32.
28199         * m4/ssize_t.m4: New file, from GNU gettext.
28200         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
28201         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
28202
28203 2003-06-22  Bruno Haible  <bruno@clisp.org>
28204
28205         * modules/safe-read: Add m4/ssize_t.m4.
28206         * modules/xreadlink: Add m4/ssize_t.m4.
28207
28208 2003-06-20  Bruno Haible  <bruno@clisp.org>
28209
28210         Assume C89, so PARAMS isn't needed.
28211         * lib/unicodeio.h (PARAMS): Remove.
28212         * lib/unicodeio.c: Don't use PARAMS.
28213
28214 2003-06-18  Karl Berry  <karl@gnu.org>
28215
28216         * config/config.{guess,sub}: update from prep.
28217
28218 2003-06-18  Jim Meyering  <jim@meyering.net>
28219
28220         Merge changes from coreutils.
28221         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
28222         Remove explicit declarations of xmalloc and realloc.
28223         Include xalloc.h.
28224         (read_utmp): Remove anachronistic cast of xmalloc.
28225
28226 2003-06-17  Paul Eggert  <eggert@twinsun.com>
28227
28228         Assume C89, so PARAMS isn't needed.
28229         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
28230         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
28231         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
28232         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
28233         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
28234         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
28235         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
28236         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
28237         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
28238         lib/xstrtod.h, lib/xstrtol.h: Likewise.
28239         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
28240         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
28241         no longer needed. Anyway, config.h should always be included before any
28242         other file.
28243
28244 2003-06-11  Simon Josefsson  <jas@extundo.com>
28245
28246         * modules/sysexits: New file.
28247         * MODULES.html.sh (func_all_modules): Add sysexits.
28248
28249 2003-06-11  Simon Josefsson  <jas@extundo.com>
28250
28251         * lib/sysexit_.h: New file.
28252
28253 2003-06-11  Derek Price  <derek@ximbiot.com>
28254
28255         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
28256         necessary.
28257
28258 2003-06-11  Bruno Haible  <bruno@clisp.org>
28259
28260         * m4/sysexits.m4: New file.
28261
28262 2003-06-10  Simon Josefsson  <jas@extundo.com>
28263
28264         * lib/argp.h: New file, from glibc.
28265         * lib/argp-ba.c: New file, from glibc.
28266         * lib/argp-eexst.c: New file, from glibc.
28267         * lib/argp-fmtstream.c: New file, from glibc.
28268         * lib/argp-fmtstream.h: New file, from glibc.
28269         * lib/argp-fs-xinl.c: New file, from glibc.
28270         * lib/argp-help.c: New file, from glibc.
28271         * lib/argp-namefrob.h: New file, from glibc.
28272         * lib/argp-parse.c: New file, from glibc.
28273         * lib/argp-pv.c: New file, from glibc.
28274         * lib/argp-pvh.c: New file, from glibc.
28275         * lib/argp-xinl.c: New file, from glibc.
28276
28277 2003-06-10  Simon Josefsson  <jas@extundo.com>
28278
28279         * modules/strchrnul: New file.
28280
28281 2003-06-10  Simon Josefsson  <jas@extundo.com>
28282
28283         * modules/argp: New file.
28284
28285 2003-06-10  Simon Josefsson  <jas@extundo.com>
28286
28287         * m4/strchrnul.m4: New file.
28288
28289 2003-06-10  Simon Josefsson  <jas@extundo.com>
28290
28291         * lib/strchrnul.h: New file.
28292         * lib/strchrnul.c: New file.
28293
28294 2003-06-10  Bruno Haible  <bruno@clisp.org>
28295
28296         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
28297
28298 2003-06-07  Karl Berry  <karl@gnu.org>
28299
28300         * config/config.{guess,sub}: update from prep.
28301
28302 2003-06-07  Jim Meyering  <jim@meyering.net>
28303
28304         * modules/strtod: Use $(...) notation, not @...@ for
28305         AC_REPLACE'd variables.
28306         * modules/localcharset: Likewise.
28307
28308 2003-06-07  Jim Meyering  <jim@meyering.net>
28309
28310         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
28311         in place of my name in the copyright comment.
28312         Remove definition and uses of __P.
28313
28314         From coreutils.
28315         * lib/stat.c: Don't declare xmalloc explicitly.
28316         Instead, include "xalloc.h".
28317         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
28318         xrealloc, and xcalloc return values.
28319         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
28320         Improve comment.
28321         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
28322
28323 2003-06-07  Bruno Haible  <bruno@clisp.org>
28324
28325         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
28326         avoid AC_CONFIG_LINKS.
28327         * modules/fnmatch (Makefile.am): Use explicit creation rule for
28328         fnmatch.h, to avoid AC_CONFIG_LINKS.
28329         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
28330
28331 2003-06-07  Bruno Haible  <bruno@clisp.org>
28332
28333         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
28334         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
28335         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
28336         directory.
28337         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
28338         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
28339         directory.
28340
28341 2003-06-06  Jim Meyering  <jim@meyering.net>
28342
28343         Merge from coreutils.
28344         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
28345         Consolidate declarations and initializations of *_base* locals.
28346
28347         Merge from coreutils.
28348         This avoids a core dump on systems without GNU putenv,
28349         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
28350         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
28351         (unsetenv): New static function, from GNU libc.
28352         (rpl_putenv): Use it.
28353
28354         * lib/modechange.c: Remove trailing blanks.
28355
28356         Merge from coreutils.
28357         * lib/fsusage.c: Remove declaration of statfs.
28358         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
28359
28360         * lib/posixtm.c: Include <stdbool.h> unconditionally.
28361
28362 2003-06-06  Jim Meyering  <jim@meyering.net>
28363
28364         * lib/stdbool_.h: Renamed from stdbool.h.in.
28365
28366 2003-06-06  Jim Meyering  <jim@meyering.net>
28367             Bruno Haible  <bruno@clisp.org>
28368
28369         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
28370         Adjust Makefile.am snippet not to redirect directly to target.
28371         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
28372
28373 2003-06-05  Paul Eggert  <eggert@twinsun.com>
28374
28375         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
28376         mismatch, look in future quarters as well as past.  This fixes a
28377         bug when processing fall-backwards gaps immediately after a long
28378         period of daylight-saving time.
28379
28380         * lib/mktime.c: Assume freestanding C89 or better.
28381         (HAVE_LIMITS_H): Remove.  Assume it's 1.
28382         (__P): Remove; not used.
28383         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
28384         (mktime, not_equal_tm, print_tm, check_result,
28385         main): Use prototypes.  Use const * where appropriate.
28386         (main): Fix typo in testing code that uncovered by above changes.
28387         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
28388
28389 2003-06-04  Paul Eggert  <eggert@twinsun.com>
28390
28391         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
28392         locale.h, localeconv.  This merges changes from coreutils.
28393
28394         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
28395         It can be removed after the next Autoconf is released.
28396         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
28397         needed.
28398
28399 2003-06-04  Paul Eggert  <eggert@twinsun.com>
28400
28401         * lib/mktime.c: Fix Debian bug 177940
28402         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
28403         (localtime_offset): Now long int, not time_t, because we want it
28404         to be guaranteed to be signed.  All uses changed.
28405         (__mktime_internal): If overflow would occur when adding offset,
28406         don't add it.
28407
28408         Merge 'human' changes from coreutils.  Rewrite to support
28409         locale-specific notations like thousands separators.
28410         * lib/human.c: Simplify authorship notice.
28411         Include human.h immediately after config.h.
28412         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
28413         <limits.h>: Do not include, since human.h does.
28414         (SIZE_MAX, UINTMAX_MAX): New macros.
28415         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
28416         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
28417         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
28418         (power_letter): Renamed from suffixes.
28419         (generate_suffix_backwards): Remove.
28420         (adjust_value): Now takes int style (because of human.h changes)
28421         and long double value (for greater precision on some platforms).
28422         (group_number): New function.
28423         (human_readable): Use it.  Use integer options, not enum.
28424         Put the options before the sizes in the arg list.
28425         Support all the new options.
28426         The old human_readable function has been removed;
28427         use inttostr.h instead.
28428         (human_readable, default_block_size, humblock):
28429         Use uintmax_t, not int, for block sizes.
28430         (human_readable_inexact, block_size_types): Remove.
28431         (block_size_opts): New constant.
28432         (human_options): Renamed from human_block_size, with new signature
28433         that allows block sizes up to UINTMAX_MAX.  All callers changed.
28434         * lib/human.h: Add copyright and authorship notice.
28435         Include <limits.h> and <stdbool.h> unconditionally.
28436         (PARAMS): Remove.  All uses removed.
28437         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
28438         (enum human_inexact_style): Remove tag; now a nameless enum.
28439         (human_floor, human_ceiling, human_round_to_even): Now have
28440         values 2, 0, 1 rather than -1, 1, 0.
28441         (human_group_digits, human_suppress_point_zero, human_autoscale,
28442         human_base_1024, human_SI, human_B): New constants.
28443         (human_readable_inexact, human_block_size): Remove.
28444         (human_readable): Size args are now uintmax_t, not int.
28445         (human_options): New decl.
28446
28447         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
28448         unnecessary now that we assume C89 or better.  This change
28449         imported from coreutils.
28450
28451         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
28452         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
28453         in the 2003-05-30 sync from glibc.
28454
28455         .h files should stand alone, but we shouldn't include <sys/types.h>
28456         if we can get away with just <stddef.h>.
28457
28458         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
28459         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
28460         rather than <sys/types.h>, as we merely need size_t.
28461         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
28462         to get size_t.
28463         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
28464         Include <stdio.h>, to get FILE.
28465         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
28466         memcasecmp.h has included <stddef.h> and all we need is size_t.
28467         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
28468         our interface, instead of including <sys/types.h>
28469
28470 2003-06-04  Paul Eggert  <eggert@twinsun.com>
28471
28472         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
28473         now, as glibc mktime is buggy on non-glibc systems.
28474
28475 2003-06-03  Karl Berry  <karl@gnu.org>
28476
28477         * config/config.sub: update from prep.
28478
28479 2003-06-02  Paul Eggert  <eggert@twinsun.com>
28480
28481         [from coreutils]
28482         Fix some minor time-related bugs with POSIX time arguments.
28483         Some valid time stamps were being rejected (notably -1, and
28484         time stamps before 1900 on 64-bit hosts).  And some invalid
28485         time stamps were being accepted, e.g. September 31.
28486
28487         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
28488         that we can return (time_t) -1 successfully.
28489         * lib/posixtm.c: Likewise.
28490         [HAVE_STDBOOL_H]: Include <stdbool.h>.
28491         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
28492         (t): Remove static var.
28493         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
28494         of static var.  All uses changed.
28495         (year): Do not reject years before 1900; they can occur with
28496         64-bit time_t.
28497         (posix_time_parse): Do not check for out-of-range components;
28498         that is now the caller's responsibility, since our checks were
28499         only approximations.
28500         (posixtime): Use mktime to check for out-of-range components,
28501         since it knows them exactly.
28502         If mktime returns (time_t) -1, check whether an error actually occurred
28503         by invoking localtime on -1.
28504         (main) [TEST_POSIXTIME]: Check for input data errors, and report
28505         posixtime failures better.
28506         Improve the test data (in comments only).
28507
28508 2003-06-02  Karl Berry  <karl@gnu.org>
28509
28510         * config/mkinstalldirs (version): new variable.
28511         (--version): new option.
28512         (usage): improve message.
28513
28514 2003-05-30  Karl Berry  <karl@gnu.org>
28515
28516         * lib/mktime.c: update from libc.
28517
28518 2003-05-30  Bruno Haible  <bruno@clisp.org>
28519
28520         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
28521         * config/config.rpath: Upgrade to gettext-0.12.1.
28522
28523 2003-05-30  Bruno Haible  <bruno@clisp.org>
28524
28525         * m4/gettext.m4: Upgrade to gettext-0.12.1.
28526         * m4/nls.m4: New file, from gettext-0.12.1.
28527         * m4/po.m4: New file, from gettext-0.12.1.
28528         * m4/progtest.m4: Upgrade to gettext-0.12.1.
28529
28530 2003-05-30  Bruno Haible  <bruno@clisp.org>
28531
28532         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
28533         * lib/localcharset.h: Likewise.
28534         * lib/localcharset.c: Likewise.
28535
28536 2003-05-29  Karl Berry  <karl@gnu.org>
28537
28538         * config/config.rpath: update from gettext.
28539
28540 2003-05-28  Paul Eggert  <eggert@twinsun.com>
28541
28542         Assume the headers required for C89 freestanding compilers.
28543         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
28544         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
28545         * m4/human.m4 (gl_HUMAN): Likewise.
28546         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
28547         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
28548         * m4/userspec.m4 (gl_USERSPEC): Likewise.
28549         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
28550         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
28551         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
28552
28553 2003-05-28  Paul Eggert  <eggert@twinsun.com>
28554
28555         Assume the headers required for C89 freestanding compilers.
28556         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
28557         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
28558         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
28559         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
28560         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
28561         define, since <limits.h> is guaranteed to do that.
28562         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
28563         * lib/exclude.c: Include <stdbool.h> unconditionally.
28564         * lib/tempname.c: Include <stddef.h> unconditionally.
28565         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
28566         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
28567         <stddef.h> does that.
28568         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
28569         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
28570         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
28571         needed.
28572         * lib/xstrtol.c: Likewise.
28573         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
28574         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
28575
28576         * lib/addext.c (addext): Use assignment rather than cast, to avoid
28577         warnings on some platforms.
28578
28579         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
28580         arbitrarily.
28581
28582 2003-05-26  Jim Meyering  <jim@meyering.net>
28583
28584         Merge in a change from coreutils:
28585         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
28586         that is guaranteed to be `no'.  Use `no_such_member' to indicate
28587         that condition, rather than `-1' which is slightly misleading.
28588         Change the name of the cache variable to have the gl_ prefix.
28589         Prompted by a patch from Richard Dawe for DJGPP.
28590
28591 2003-05-24  Karl Berry  <karl@gnu.org>
28592
28593         * config/config.guess: update from prep.
28594
28595 2003-05-22  Karl Berry  <karl@gnu.org>
28596
28597         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
28598
28599 2003-05-20  Karl Berry  <karl@gnu.org>
28600
28601         * config/config.guess: update from prep.
28602
28603 2003-05-18  Karl Berry  <karl@gnu.org>
28604
28605         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
28606         might actually be set by the user.
28607
28608         * config/depcomp, install-sh, mdate-sh: update from automake.
28609
28610 2003-05-17  Bruno Haible  <bruno@clisp.org>
28611
28612         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
28613         invalid expansion for AC_EGREP_CPP.
28614         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
28615         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
28616         Suggested by Akim Demaille <akim@epita.fr> in
28617         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
28618
28619 2003-05-12  Jim Meyering  <jim@meyering.net>
28620
28621         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
28622         the space-padded-by-default conversion specifiers, %e, %k, %l.
28623
28624 2003-05-12  Bruno Haible  <bruno@clisp.org>
28625
28626         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
28627         the string is longer than 4 KB.
28628
28629 2003-05-11  Karl Berry  <karl@gnu.org>
28630
28631         * config/config.{guess,sub}: update from prep.
28632
28633 2003-05-09  Bruno Haible  <bruno@clisp.org>
28634
28635         * modules/error: Add m4/strerror_r.m4 to file list.
28636
28637 2003-05-03  Bruno Haible  <bruno@clisp.org>
28638
28639         Upgrade to Unicode-4.0.
28640         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
28641         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
28642         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
28643         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
28644         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
28645         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
28646         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
28647         Change width of U+E0100..U+E01EF from 1 to 0.
28648
28649 2003-04-25  Jim Meyering  <jim@meyering.net>
28650
28651         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
28652         of type size_t, not int.
28653
28654 2003-04-25  Bruno Haible  <bruno@clisp.org>
28655
28656         * lib/copy-file.c: Include <stddef.h>, for size_t.
28657
28658 2003-04-21  Paul Eggert  <eggert@twinsun.com>
28659
28660         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
28661         code which expansion is under static control.  Patch imported from
28662         Akim Demaille's patch to Bison; see
28663         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
28664
28665 2003-04-14  Bruno Haible  <bruno@clisp.org>
28666
28667         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
28668
28669 2003-04-11  Jim Meyering  <jim@meyering.net>
28670
28671         Merge changes from Coreutils.
28672
28673         2003-03-22  Jim Meyering  <jim@meyering.net>
28674
28675         * lib/strftime.c (widen): Cast alloca return value to proper type.
28676
28677         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
28678
28679         From GNU libc.
28680         * lib/strftime.c (my_strftime): Handle very large width
28681         specifications for numeric values correctly.  Improve checks for
28682         overflow.
28683
28684         2003-01-19  Jim Meyering  <jim@meyering.net>
28685
28686         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
28687         definitions.
28688         (nl_get_alt_digit) [! defined my_strftime]: Define.
28689         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
28690         _nl_get_alt_digit and _nl_get_walt_digit.
28691
28692         * lib/strftime.c (my_strftime): Merge in locale-related changes from
28693         libc. These changes have no effect outside of _LIBC.
28694
28695 2003-04-10  Bruno Haible  <bruno@clisp.org>
28696
28697         * modules/findprog: New file.
28698         * MODULES.html.sh (func_all_modules): Add it.
28699
28700 2003-04-10  Bruno Haible  <bruno@clisp.org>
28701
28702         * m4/findprog.m4: New file.
28703         * m4/eaccess.m4: New file.
28704
28705 2003-04-10  Bruno Haible  <bruno@clisp.org>
28706
28707         * lib/findprog.h: New file, from GNU gettext.
28708         * lib/findprog.c: New file, from GNU gettext.
28709
28710 2003-04-05  Jim Meyering  <jim@meyering.net>
28711
28712         Merge changes from Coreutils.
28713
28714         * lib/exclude.h (PARAMS): Remove definition and uses.
28715         * lib/exclude.c: Remove uses of `PARAMS'.
28716
28717         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
28718         Add test-cases for DOS filenames. Declare program_name.
28719         (main): Set up program_name.  Patch by Rich Dawe.
28720
28721         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
28722         error from mntctl.
28723         Use mntctl's return value to drive the entry-processing loop, since
28724         we can't rely on the value of the vmt_length member in the last
28725         entry.  On some systems doing so could result in exhausting
28726         virtual memory.  Based in part on a patch from Mike Jetzer.
28727
28728 2003-04-04  Bruno Haible  <bruno@clisp.org>
28729
28730         * modules/linebreak: New file.
28731         * MODULES.html.sh (func_all_modules): Add it.
28732
28733 2003-04-04  Bruno Haible  <bruno@clisp.org>
28734
28735         * m4/linebreak.m4: New file.
28736
28737 2003-04-04  Bruno Haible  <bruno@clisp.org>
28738
28739         * lib/linebreak.h: New file, from GNU gettext.
28740         * lib/linebreak.c: New file, from GNU gettext with slight
28741         modifications.
28742         * lib/lbrkprop.h: New file, from GNU gettext.
28743
28744 2003-04-03  Bruno Haible  <bruno@clisp.org>
28745
28746         * modules/utf8-ucs4: New file.
28747         * modules/utf16-ucs4: New file.
28748         * modules/ucs4-utf8: New file.
28749         * modules/ucs4-utf16: New file.
28750         * MODULES.html.sh (func_all_modules): Add them.
28751
28752 2003-04-03  Bruno Haible  <bruno@clisp.org>
28753
28754         * m4/utf-ucs4.m4: New file.
28755         * m4/ucs4-utf.m4: New file.
28756
28757 2003-04-03  Bruno Haible  <bruno@clisp.org>
28758
28759         * lib/utf8-ucs4.h: New file, from GNU gettext.
28760         * lib/utf16-ucs4.h: New file, from GNU gettext.
28761         * lib/ucs4-utf8.h: New file, from GNU gettext.
28762         * lib/ucs4-utf16.h: New file, from GNU gettext.
28763
28764 2003-04-02  Bruno Haible  <bruno@clisp.org>
28765
28766         * modules/binary-io: New file.
28767         * MODULES.html.sh (func_all_modules): Add it.
28768
28769 2003-04-02  Bruno Haible  <bruno@clisp.org>
28770
28771         * lib/binary-io.h: New file, from GNU gettext.
28772
28773 2003-04-01  Bruno Haible  <bruno@clisp.org>
28774
28775         * modules/pathname: New file.
28776         * MODULES.html.sh (func_all_modules): Add it.
28777
28778 2003-04-01  Bruno Haible  <bruno@clisp.org>
28779
28780         * lib/pathname.h: New file, from GNU gettext.
28781         * lib/concatpath.c: New file, from GNU gettext.
28782
28783 2003-03-30  Bruno Haible  <bruno@clisp.org>
28784
28785         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
28786
28787 2003-03-30  Bruno Haible  <bruno@clisp.org>
28788
28789         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
28790         function chown() doesn't exist.
28791
28792 2003-03-28  Bruno Haible  <bruno@clisp.org>
28793
28794         * modules/copy-file: New file.
28795         * MODULES.html.sh (func_all_modules): Add it.
28796
28797 2003-03-28  Bruno Haible  <bruno@clisp.org>
28798
28799         * m4/copy-file.m4: New file.
28800
28801 2003-03-28  Bruno Haible  <bruno@clisp.org>
28802
28803         * lib/copy-file.h: New file, from GNU gettext.
28804         * lib/copy-file.c: New file, from GNU gettext.
28805
28806 2003-03-18  Jim Meyering  <jim@meyering.net>
28807
28808         * lib/quote.c (quote_n): Fix typo in comment.
28809
28810 2003-03-18  Bruno Haible  <bruno@clisp.org>
28811
28812         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
28813         checking.
28814         * m4/onceonly_2_57.m4: Likewise.
28815
28816 2003-03-17  Bruno Haible  <bruno@clisp.org>
28817
28818         * m4/onceonly.m4: Require autoconf 2.54 or newer.
28819         (m4_quote): Remove macro.
28820         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
28821
28822 2003-03-14  Jim Meyering  <jim@meyering.net>
28823
28824         Merge changes from Coreutils.
28825         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
28826         to be const, in order to avoid warnings.
28827         (obstack_room): Likewise.
28828         (obstack_empty_p): Likewise.
28829
28830 2003-03-14  Bruno Haible  <bruno@clisp.org>
28831
28832         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
28833         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
28834
28835 2003-03-13  Paul Eggert  <eggert@twinsun.com>
28836
28837         Merge changes from Bison.
28838         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
28839         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
28840         when compiling Bison 1.875's `bitset bset = obstack_alloc
28841         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
28842         * lib/hash.c: Include <stdbool.h> unconditionally.
28843
28844 2003-03-13  Paul Eggert  <eggert@twinsun.com>
28845
28846         * m4/onceonly.m4 (m4_quote): New macro.
28847         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
28848         Quote AC_FOREACH variable-expansions properly.
28849
28850 2003-03-13  Paul Eggert  <eggert@twinsun.com>
28851
28852         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
28853
28854 2003-03-09  Paul Eggert  <eggert@twinsun.com>
28855
28856         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
28857         Reported by Bruce Becker; see:
28858         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
28859
28860 2003-03-03  Paul Eggert  <eggert@twinsun.com>
28861             Bruno Haible  <bruno@clisp.org>
28862
28863         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
28864         Reported by John Hughes, see
28865         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
28866
28867 2003-02-20  Bruno Haible  <bruno@clisp.org>
28868
28869         * MODULES.html.sh (func_all_modules): Add poll.
28870
28871 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
28872
28873         * modules/poll: New file.
28874
28875 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
28876
28877         * lib/poll_.h: New file.
28878         * lib/poll.c: New file.
28879
28880 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
28881
28882         * m4/poll.m4: New file.
28883
28884 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
28885
28886         * modules/mathl: New file.
28887
28888 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
28889
28890         * lib/mathl.h: New file.
28891         * lib/acosl.c: New file.
28892         * lib/asinl.c: New file.
28893         * lib/atanl.c: New file.
28894         * lib/ceill.c: New file.
28895         * lib/cosl.c: New file.
28896         * lib/expl.c: New file.
28897         * lib/floorl.c: New file.
28898         * lib/frexpl.c: New file.
28899         * lib/ldexpl.c: New file.
28900         * lib/logl.c: New file.
28901         * lib/sincosl.c: New file.
28902         * lib/sinl.c: New file.
28903         * lib/sqrtl.c: New file.
28904         * lib/tanl.c: New file.
28905         * lib/trigl.c: New file.
28906         * lib/trigl.h: New file.
28907
28908 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
28909
28910         * m4/mathl.m4: New file.
28911
28912 2003-02-18  Bruno Haible  <bruno@clisp.org>
28913
28914         * MODULES.html.sh (func_all_modules): Add mathl.
28915
28916 2003-02-17  Bruno Haible  <bruno@clisp.org>
28917
28918         * modules/mkdtemp: New module.
28919         * MODULES.html.sh (func_all_modules): Add it.
28920
28921 2003-02-17  Bruno Haible  <bruno@clisp.org>
28922
28923         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
28924
28925 2003-02-17  Bruno Haible  <bruno@clisp.org>
28926
28927         * lib/mkdtemp.h: New file, from GNU gettext.
28928         * lib/mkdtemp.c: New file, from GNU gettext.
28929
28930 2003-02-02  Jim Meyering  <jim@meyering.net>
28931
28932         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
28933         e.g. glibc-2.2.93.
28934
28935 2003-01-31  Bruno Haible  <bruno@clisp.org>
28936
28937         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
28938         'rpl_rename'.
28939         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
28940         'rpl_strnlen'.
28941         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
28942         'rpl_strtod'.
28943         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
28944         'rpl_utime'.
28945
28946 2003-01-31  Bruno Haible  <bruno@clisp.org>
28947
28948         * lib/rename.c: #undef rename before defining rpl_rename.
28949         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
28950
28951 2003-01-30  Bruno Haible  <bruno@clisp.org>
28952
28953         * modules/vasnprintf, modules/vasprintf: New modules.
28954         * MODULES.html.sh (func_all_modules): Add them.
28955
28956 2003-01-30  Bruno Haible  <bruno@clisp.org>
28957
28958         * m4/signed.m4: New file, from GNU gettext.
28959         * m4/longdouble.m4: New file, from GNU gettext.
28960         * m4/wchar_t.m4: New file, from GNU gettext.
28961         * m4/wint_t.m4: New file, from GNU gettext.
28962         * m4/vasnprintf.m4: New file.
28963         * m4/vasprintf.m4: New file.
28964
28965 2003-01-30  Bruno Haible  <bruno@clisp.org>
28966
28967         * lib/printf-args.h: New file, from GNU gettext.
28968         * lib/printf-args.c: New file, from GNU gettext.
28969         * lib/printf-parse.h: New file, from GNU gettext.
28970         * lib/printf-parse.c: New file, from GNU gettext.
28971         * lib/vasnprintf.h: New file, from GNU gettext.
28972         * lib/vasnprintf.c: New file, from GNU gettext.
28973         * lib/asnprintf.c: New file, from GNU gettext.
28974         * lib/vasprintf.h: New file, from GNU gettext with modifications.
28975         * lib/vasprintf.c: New file, from GNU gettext.
28976         * lib/asprintf.c: New file, from GNU gettext.
28977
28978 2003-01-29  Bruno Haible  <bruno@clisp.org>
28979
28980         * modules/stpncpy: New module.
28981         * MODULES.html.sh (func_all_modules): Add it.
28982
28983 2003-01-29  Bruno Haible  <bruno@clisp.org>
28984
28985         * m4/stpncpy.m4: New file.
28986
28987 2003-01-29  Bruno Haible  <bruno@clisp.org>
28988
28989         * lib/stpncpy.h: New file, from GNU gettext with modifications.
28990         * lib/stpncpy.c: New file, from GNU gettext with modifications.
28991
28992 2003-01-28  Bruno Haible  <bruno@clisp.org>
28993
28994         * modules/c-ctype: New module.
28995         * MODULES.html.sh (func_all_modules): Add it.
28996
28997 2003-01-28  Bruno Haible  <bruno@clisp.org>
28998
28999         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
29000         Paul Eggert.
29001         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
29002         Paul Eggert.
29003
29004 2003-01-27  Bruno Haible  <bruno@clisp.org>
29005
29006         * modules/xsetenv: New module.
29007         * MODULES.html.sh (func_all_modules): Add it.
29008
29009 2003-01-27  Bruno Haible  <bruno@clisp.org>
29010
29011         * lib/xsetenv.h: New file, from GNU gettext.
29012         * lib/xsetenv.c: New file, from GNU gettext.
29013
29014 2003-01-23  Jim Meyering  <jim@meyering.net>
29015
29016         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
29017         from working on systems without dirfd (at least Irix and OSF1/Tru64).
29018
29019 2003-01-23  Bruno Haible  <bruno@clisp.org>
29020
29021         * modules/minmax: New module.
29022         * MODULES.html.sh (func_all_modules): Add it.
29023
29024 2003-01-23  Bruno Haible  <bruno@clisp.org>
29025
29026         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
29027         Eggert.
29028
29029 2003-01-22  Bruno Haible  <bruno@clisp.org>
29030
29031         * modules/exit: New module.
29032         * MODULES.html.sh (func_all_modules): Add it.
29033
29034 2003-01-22  Bruno Haible  <bruno@clisp.org>
29035
29036         * lib/exit.h: New file, from GNU gettext.
29037
29038 2003-01-19  Bruno Haible  <bruno@clisp.org>
29039
29040         * gnulib-tool: Recognize option --extract-maintainer.
29041         (func_get_maintainer): New function.
29042         * modules/*: Add Maintainer entry.
29043
29044 2003-01-16  Jim Meyering  <jim@meyering.net>
29045
29046         * m4/regex.m4: The `regex' struct is both input and output.
29047         Initialize it before each use.  Patch by Tim Waugh.
29048
29049 2003-01-16  Bruno Haible  <bruno@clisp.org>
29050
29051         * MODULES.html.sh: Add a table of contents. Add the module name as
29052         leftmost column. Add hyperlinks.
29053
29054 2003-01-15  Bruno Haible  <bruno@clisp.org>
29055
29056         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
29057
29058 2003-01-15  Bruno Haible  <bruno@clisp.org>
29059
29060         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
29061         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
29062         suffix.
29063
29064 2003-01-15  Bruno Haible  <bruno@clisp.org>
29065
29066         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
29067
29068 2003-01-15  Bruno Haible  <bruno@clisp.org>
29069
29070         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
29071         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
29072
29073 2003-01-14  Jim Meyering  <jim@meyering.net>
29074
29075         * lib/same.c (same_name): Tweak a comment.
29076
29077 2003-01-14  Bruno Haible  <bruno@clisp.org>
29078
29079         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
29080         when a string comparison is sufficient.
29081
29082 2003-01-14  Bruno Haible  <bruno@clisp.org>
29083
29084         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
29085         'unsigned int'.
29086
29087 2003-01-14  Bruno Haible  <bruno@clisp.org>
29088
29089         * lib/hash-pjw.c: Add comment about low quality of this function.
29090
29091 2003-01-13  Bruno Haible  <bruno@clisp.org>
29092
29093         * modules/stpcpy: Distribute lib/stpcpy.h.
29094         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
29095
29096 2003-01-13  Bruno Haible  <bruno@clisp.org>
29097
29098         * modules/*: Add a description.
29099         * modules/strpbrk: Fix Makefile.am snippet.
29100         * modules/strtoimax: Fix dependencies.
29101         * modules/strtoumax: Likewise.
29102
29103 2003-01-13  Bruno Haible  <bruno@clisp.org>
29104
29105         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
29106         * modules/alloca (Makefile.am): All object files depend on alloca.h.
29107         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
29108
29109 2003-01-13  Bruno Haible  <bruno@clisp.org>
29110
29111         * gnulib-tool (func_create_testdir): Store config/* files in the main
29112         directory.
29113         * config.rpath: Move to ...
29114         * config/config.rpath: ... here.
29115         * modules/gettext: Contains config/config.rpath, not config.rpath.
29116         * modules/iconv: Likewise.
29117
29118 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29119
29120         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29121         to avoid collisions with libcurses and libreadline.
29122
29123         * m4/getstr.m4: Remove.
29124         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
29125
29126 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29127
29128         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29129         to avoid collisions with libcurses and libreadline.
29130
29131         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
29132         * lib/getstr.h, getstr.c: Remove.
29133         * lib/getline.c: Include "getline.h", to check interface.
29134         Move body of old getstr.c here: this defines MIN_CHUNK and
29135         declares getdelim2, which is renamed from getstr.
29136         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
29137
29138         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
29139         All uses changed.
29140         * lib/linebuffer.h: Likewise.
29141         (readline): Remove backward-compatibility macro.
29142
29143 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29144
29145         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29146         to avoid collisions with libcurses and libreadline.
29147         * getstr: Remove.
29148         * MODULES.html.sh: Remove getstr.
29149         * modules/getline: Depend on unlocked-io, not getstr.
29150
29151 2003-01-12  Jim Meyering  <jim@meyering.net>
29152
29153         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
29154
29155 2003-01-10  Bruno Haible  <bruno@clisp.org>
29156
29157         * modules/alloca: Change Makefile.am requirements. Simplify Include
29158         requirements. Add lib/alloca_.h to file list.
29159
29160 2003-01-10  Bruno Haible  <bruno@clisp.org>
29161
29162         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
29163
29164 2003-01-10  Bruno Haible  <bruno@clisp.org>
29165
29166         * lib/alloca_.h: New file.
29167         * lib/getdate.y: Unconditionally include alloca.h.
29168         * lib/makepath.c: Likewise.
29169         * lib/setenv.c: Likewise.
29170         * lib/userspec.c: Likewise.
29171
29172 2003-01-09  Karl Berry  <karl@gnu.org>
29173
29174         * MODULES.html.sh: include `dirname $0` in PATH, to find
29175         gnulib-tool.
29176
29177 2003-01-09  Bruno Haible  <bruno@clisp.org>
29178
29179         * modules/stdbool: Change configure.ac, Makefile.am requirements.
29180         Simplify Include requirements. Add lib/stdbool.h.in to file list.
29181
29182 2003-01-09  Bruno Haible  <bruno@clisp.org>
29183
29184         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
29185
29186 2003-01-09  Bruno Haible  <bruno@clisp.org>
29187
29188         * lib/stdbool.h.in: New file.
29189
29190 2003-01-09  Bruno Haible  <bruno@clisp.org>
29191
29192         * gnulib-tool (func_all_modules): Ignore files ending in ~.
29193         * MODULES.html.sh: Likewise.
29194
29195 2003-01-08  Jim Meyering  <jim@meyering.net>
29196
29197         * lib/full-write.c: Undefine and define-away `const' after inclusion
29198         of errno.h, not before.  Suggestion from Bruno Haible.
29199
29200 2003-01-08  Bruno Haible  <bruno@clisp.org>
29201
29202         * modules/full-read: Depend on full-write.
29203
29204 2003-01-08  Bruno Haible  <bruno@clisp.org>
29205
29206         * lib/safe-read.c: Include specification header first, to ensure its
29207         selfcontainedness.
29208         * lib/full-write.c: Likewise.
29209
29210 2003-01-07  Jim Meyering  <jim@meyering.net>
29211
29212         * lib/full-write.c: Rework so that it may serve to define full_read,
29213         too.
29214         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
29215
29216 2003-01-07  Bruno Haible  <bruno@clisp.org>
29217
29218         * lib/strtoimax.c: Include <stdint.h> as an alternative to
29219         <inttypes.h>.
29220         * lib/xstrtol.h: Likewise.
29221         * lib/xstrtoimax.c: Likewise.
29222         * lib/xstrtoumax.c: Likewise.
29223         * lib/human.h: Likewise.
29224
29225         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
29226         on systems that have <inttypes.h> but not <stdint.h>.
29227
29228 2003-01-07  Bruno Haible  <bruno@clisp.org>
29229
29230         * MODULES.html.sh: Add copyright notice.
29231         (missed_files): Omit CVS directory entries.
29232         (func_module): Make it work with sed-3.02.
29233         * MODULES.txt: Remove file.
29234
29235 2003-01-06  Jim Meyering  <jim@meyering.net>
29236
29237         * lib/version-etc.c: Update year in translatable copyright string.
29238
29239 2003-01-03  Karl Berry  <karl@gnu.org>
29240
29241         * config/config.{guess,sub}: update from prep.
29242
29243 2003-01-02  Karl Berry  <karl@gnu.org>
29244
29245         * doc/COPYING.DOC: belatedly updated to 1.2.
29246
29247 2003-01-01  Karl Berry  <karl@gnu.org>
29248
29249         * gnulib-tool (func_verify_module): report module name $module in
29250         error message, not $1.
29251         * gnulib-tool (create-testdir): don't complain if destdir couldn't
29252         be created, only if it doesn't exist.
29253         * gnulib-tool (last_checkin_date): don't expand the $Date here.
29254
29255 2002-12-31  Paul Eggert  <eggert@twinsun.com>
29256
29257         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
29258
29259 2002-12-31  Paul Eggert  <eggert@twinsun.com>
29260
29261         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
29262         memcmp if strcoll doesn't work.
29263
29264 2002-12-31  Bruno Haible  <bruno@clisp.org>
29265
29266         * lib/utime.c (utime_null): No need to call ftruncate if the file was
29267         nonempty.
29268
29269 2002-12-31  Bruno Haible  <bruno@clisp.org>
29270
29271         * lib/memcoll.c (STRCOLL): New macro.
29272         (memcoll): Use it.
29273
29274 2002-12-31  Bruno Haible  <bruno@clisp.org>
29275
29276         * lib/localcharset.h: New file.
29277         * lib/localcharset.c: Include it.
29278         * lib/unicodeio.c: Likewise.
29279
29280 2002-12-31  Bruno Haible  <bruno@clisp.org>
29281
29282         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
29283         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
29284
29285 2002-12-31  Bruno Haible  <bruno@clisp.org>
29286
29287         * lib/getline.h: Include <stddef.h>, for size_t.
29288
29289         * lib/unicodeio.h: Include <stddef.h>, for size_t.
29290         * lib/unicodeio.c: Don't include <stddef.h>.
29291
29292 2002-12-31  Bruno Haible  <bruno@clisp.org>
29293
29294         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
29295         HAVE_TM_ZONE.
29296
29297 2002-12-24  Karl Berry  <karl@gnu.org>
29298
29299         * config/config.guess: update from prep.
29300
29301 2002-12-24  Bruno Haible  <bruno@clisp.org>
29302
29303         General infrasructure.
29304         * m4/README: Rewritten.
29305         * m4/onceonly.m4: New file.
29306         * m4/onceonly_2_57.m4: New file.
29307
29308         Module atexit.
29309         * m4/atexit.m4: New file.
29310
29311         Module strtod.
29312         * m4/strtod.m4: New file.
29313
29314         Module strtol.
29315         * m4/strtol.m4: New file.
29316
29317         Module strtoul.
29318         * m4/strtoul.m4: New file.
29319
29320         Module memchr.
29321         * m4/memchr.m4: New file.
29322
29323         Module memcmp.
29324         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
29325         (jm_FUNC_MEMCMP): Invoke it.
29326
29327         Module memcpy.
29328         * m4/memcpy.m4: New file.
29329
29330         Module memmove.
29331         * m4/memmove.m4: New file.
29332
29333         Module memset.
29334         * m4/memset.m4: New file.
29335
29336         Module strcspn.
29337         * m4/strcspn.m4: New file.
29338
29339         Module strpbrk.
29340         * m4/strpbrk.m4: New file.
29341
29342         Module strstr.
29343         * m4/strstr.m4: New file.
29344
29345         Module strerror.
29346         * m4/strerror.m4: New file.
29347
29348         Module mktime.
29349         * m4/mktime.m4: Renamed from jm-mktime.m4.
29350         (gl_PREREQ_MKTIME): New macro.
29351         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
29352
29353         Module malloc.
29354         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
29355         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
29356         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
29357
29358         Module realloc.
29359         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
29360         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
29361         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
29362
29363         Module strftime.
29364         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
29365         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
29366         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
29367         gl_TM_GMTOFF.
29368         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
29369
29370         Module xalloc.
29371         * m4/xalloc.m4: New file.
29372
29373         Module alloca.
29374         * m4/alloca.m4: New file.
29375
29376         Module putenv.
29377         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
29378         (jm_FUNC_PUTENV): Invoke it.
29379
29380         Module setenv.
29381         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
29382         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
29383         when invoked twice.
29384         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
29385         gt_FUNC_SETENV.
29386
29387         Module memrchr.
29388         * m4/memrchr.m4: New file.
29389
29390         Module stpcpy.
29391         * m4/stpcpy.m4: New file.
29392
29393         Module strcase.
29394         * m4/strcase.m4: New file.
29395
29396         Module strdup.
29397         * m4/strdup.m4: New file.
29398
29399         Module strnlen.
29400         * m4/strnlen.m4: New file.
29401
29402         Module strndup.
29403         * m4/strndup.m4: New file.
29404
29405         Module xstrtod.
29406         * m4/xstrtod.m4: New file.
29407
29408         Module xstrtol.
29409         * m4/xstrtol.m4: New file.
29410
29411         Module getdate.
29412         * m4/getdate.m4: New file.
29413
29414         Module unlocked-io.
29415         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
29416         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
29417         * m4/jm-glibc-io.m4n: Remove file.
29418
29419         Module long-options.
29420         * m4/long-options.m4: New file.
29421
29422         Module md5.
29423         * m4/md5.m4: New file.
29424
29425         Module sha.
29426         * m4/sha.m4: New file.
29427
29428         Module getstr.
29429         * m4/getstr.m4: New file.
29430
29431         Module getline.
29432         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
29433         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
29434         <sys/types.h>, for size_t. Use the function name gnu_getline, not
29435         simply getline. Infoke gl_PREREQ_GETLINE.
29436
29437         Module obstack.
29438         * m4/obstack.m4: New file.
29439
29440         Module hash.
29441         * m4/hash.m4: New file.
29442
29443         Module readtokens.
29444         * m4/readtokens.m4: New file.
29445
29446         Module strverscmp.
29447         * m4/strverscmp.m4: New file.
29448
29449         Module stdbool.
29450         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
29451         OSF/1.
29452
29453         Module strtoll.
29454         * m4/strtoll.m4: New file.
29455
29456         Module strtoull.
29457         * m4/strtoull.m4: New file.
29458
29459         Module strtoimax.
29460         * m4/strtoimax.m4: New file.
29461
29462         Module strtoumax.
29463         * m4/strtoumax.m4: New file.
29464
29465         Module xstrtoimax.
29466         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
29467         jm_AC_PREREQ_XSTRTOIMAX.
29468         Moved the strtol prerequisites to strtol.m4.
29469         Moved the strtoll prerequisites to strtoll.m4.
29470         Moved the strtoimax prerequisites to strtoimax.m4.
29471
29472         Module xstrtoumax.
29473         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
29474         jm_AC_PREREQ_XSTRTOUMAX.
29475         Moved the strtoul prerequisites to strtoul.m4.
29476         Moved the strtoull prerequisites to strtoull.m4.
29477         Moved the strtoumax prerequisites to strtoumax.m4.
29478
29479         Module chown.
29480         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
29481         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
29482
29483         Module dup2.
29484         * m4/dup2.m4: New file.
29485
29486         Module ftruncate.
29487         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
29488         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
29489
29490         Module getgroups.
29491         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
29492         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
29493
29494         Module gettimeofday.
29495         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
29496         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
29497         gl_PREREQ_GETTIMEOFDAY.
29498
29499         Module mkdir.
29500         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
29501         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
29502
29503         Module mkstemp.
29504         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
29505         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
29506         jm_AC_TYPE_UINTMAX_T.
29507         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
29508
29509         Module stat.
29510         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
29511         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
29512
29513         Module lstat.
29514         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
29515         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
29516
29517         Module timespec.
29518         * m4/timespec.m4 (gl_TIMESPEC): New macro.
29519         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
29520         * m4/st_mtim.m4: Indentation.
29521
29522         Module nanosleep.
29523         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
29524         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
29525         gl_PREREQ_NANOSLEEP.
29526
29527         Module regex.
29528         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
29529         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
29530         (gl_REGEX): New macro.
29531
29532         Module rename.
29533         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
29534         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
29535
29536         Module rmdir.
29537         * m4/rmdir.m4: New file.
29538
29539         Module utime.
29540         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
29541         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
29542         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
29543
29544         Module dirname.
29545         * m4/dirname.m4: New file.
29546
29547         Module getopt.
29548         * m4/getopt.m4: New file.
29549
29550         Module unistd-safer.
29551         * m4/unistd-safer.m4: New file.
29552
29553         Module fnmatch.
29554         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
29555         declaration.
29556         (gl_PREREQ_FNMATCH_EXTRA): New macro.
29557         (gl_FUNC_FNMATCH_POSIX): New macro.
29558         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
29559         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
29560         simply fnmatch.
29561
29562         Module exclude.
29563         * m4/exclude.m4: New file.
29564
29565         Module human.
29566         * m4/human.m4: New file.
29567
29568         Module acl.
29569         * m4/acl.m4: Nop.
29570
29571         Module backupfile.
29572         * m4/backupfile.m4: New file.
29573         * m4/d-ino.m4: Indentation.
29574
29575         Module fsusage.
29576         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
29577         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
29578         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
29579
29580         Module dirfd.
29581         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
29582         requirements.
29583
29584         Module euidaccess.
29585         * m4/euidaccess.m4: New file.
29586
29587         Module file-type.
29588         * m4/file-type.m4: New file.
29589
29590         Module fileblocks.
29591         * m4/fileblocks.m4: New file.
29592
29593         Module filemode.
29594         * m4/filemode.m4: New file.
29595
29596         Module isdir.
29597         * m4/isdir.m4: New file.
29598
29599         Module lchown.
29600         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
29601         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
29602
29603         Module makepath.
29604         * m4/makepath.m4: New file.
29605
29606         Module modechange.
29607         * m4/modechange.m4: New file.
29608
29609         Module mountlist.
29610         * m4/mountlist.m4: New file.
29611         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
29612         Indentation.
29613
29614         Module path-concat.
29615         * m4/path-concat.m4: New file.
29616
29617         Module pathmax.
29618         * m4/pathmax.m4: New file.
29619
29620         Module same.
29621         * m4/same.m4: New file.
29622
29623         Module save-cwd.
29624         * m4/save-cwd.m4: New file.
29625
29626         Module savedir.
29627         * m4/savedir.m4: New file.
29628
29629         Module xgetcwd.
29630         * m4/xgetcwd.m4: New file.
29631         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
29632
29633         Module xreadlink.
29634         * m4/xreadlink.m4: New file.
29635
29636         Module safe-read.
29637         * m4/safe-read.m4: New file.
29638
29639         Module safe-write.
29640         * m4/safe-write.m4: New file.
29641
29642         Module closeout.
29643         * m4/closeout.m4: New file.
29644
29645         Module stdio-safer.
29646         * m4/stdio-safer.m4: New file.
29647
29648         Module getpass.
29649         * m4/getpass.m4: New file.
29650
29651         Module getugroups.
29652         * m4/getugroups.m4: New file.
29653
29654         Module group-member.
29655         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
29656         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
29657
29658         Module idcache.
29659         * m4/idcache.m4: New file.
29660
29661         Module userspec.
29662         * m4/userspec.m4: New file.
29663
29664         Module gettime.
29665         * m4/clock_time.m4: New file.
29666         * m4/gettime.m4: New file.
29667
29668         Module settime.
29669         * m4/settime.m4: New file.
29670
29671         Module posixtm.
29672         * m4/posixtm.m4: New file.
29673
29674         Module gethostname.
29675         * m4/gethostname.m4: New file.
29676
29677         Module canon-host.
29678         * m4/canon-host.m4: New file.
29679
29680         Module gettext.
29681         * m4/codeset.m4: New file, from gettext-0.11.5.
29682         * m4/gettext.m4: New file, from gettext-0.11.5.
29683         * m4/glibc21.m4: New file, from gettext-0.11.5.
29684         * m4/iconv.m4: New file, from gettext-0.11.5.
29685         * m4/intdiv0.m4: New file, from gettext-0.11.5.
29686         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
29687         * m4/inttypes.m4: New file, from gettext-0.11.5.
29688         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
29689         * m4/isc-posix.m4: New file, from gettext-0.11.5.
29690         * m4/lcmessage.m4: New file, from gettext-0.11.5.
29691         * m4/lib-ld.m4: New file, from gettext-0.11.5.
29692         * m4/lib-link.m4: New file, from gettext-0.11.5.
29693         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
29694         * m4/progtest.m4: New file, from gettext-0.11.5.
29695         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
29696         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
29697         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
29698
29699         Module localcharset.
29700         * m4/localcharset.m4: New file.
29701
29702         Module hard-locale.
29703         * m4/hard-locale.m4: New file.
29704
29705         Module mbswidth.
29706         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
29707         onceonly macros.
29708         * m4/mbrtowc.m4: Add comment.
29709
29710         Module memcasecmp.
29711         * m4/memcasecmp.m4: New file.
29712
29713         Module memcoll.
29714         * m4/memcoll.m4: New file.
29715
29716         Module unicodeio.
29717         * m4/unicodeio.m4: New file.
29718
29719         Module rpmatch.
29720         * m4/rpmatch.m4: New file.
29721
29722         Module yesno.
29723         * m4/yesno.m4: New file.
29724
29725         Module exitfail.
29726         * m4/exitfail.m4: New file.
29727
29728         Module c-stack.
29729         * m4/c-stack.m4 (gl_C_STACK): New macro.
29730         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
29731
29732         Module error.
29733         * m4/error.m4 (gl_ERROR): New macro.
29734         (jm_PREREQ_ERROR): Use onceonly macros.
29735
29736         Module fatal.
29737         * m4/fatal.m4: New file.
29738
29739         Module getloadavg.
29740         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
29741         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
29742
29743         Module getpagesize.
29744         * m4/getpagesize.m4: New file.
29745
29746         Module getusershell.
29747         * m4/getusershell.m4: New file.
29748
29749         Module physmem.
29750         * m4/physmem.m4: New file.
29751
29752         Module posixver.
29753         * m4/posixver.m4: New file.
29754
29755         Module quotearg.
29756         * m4/quotearg.m4: New file.
29757
29758         Module quote.
29759         * m4/quote.m4: New file.
29760
29761         Module readutmp.
29762         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
29763
29764         Module sig2str.
29765         * m4/sig2str.m4: New file.
29766
29767         Other.
29768         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
29769         ulonglong.m4.
29770         * m4/intmax_t.m4: New file.
29771         * m4/d-type.m4: Indentation.
29772         * m4/jm-macros.m4: Update.
29773         * m4/prereq.m4 (jm_PREREQ): Update.
29774         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
29775         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
29776         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
29777         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
29778         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
29779         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
29780         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
29781         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
29782         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
29783         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
29784         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
29785         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
29786         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
29787         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
29788         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
29789         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
29790         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
29791         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
29792         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
29793
29794 2002-12-24  Bruno Haible  <bruno@clisp.org>
29795
29796         * MODULES.txt: Update according to m4/ changes.
29797
29798         Module gettext.
29799         * config.rpath: New file, from gettext-0.11.5.
29800
29801         * modules/*: New module descriptions.
29802         * gnulib-tool: New file.
29803         * MODULES.html.sh: New file.
29804
29805 2002-12-21  Karl Berry  <karl@gnu.org>
29806
29807         * doc/fdl.texi: update to version 1.2.
29808
29809 2002-12-19  Karl Berry  <karl@gnu.org>
29810
29811         * config/config.guess: update from prep.
29812
29813 2002-12-18  Bruno Haible  <bruno@clisp.org>
29814
29815         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
29816         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
29817
29818 2002-12-17  Bruno Haible  <bruno@clisp.org>
29819
29820         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
29821         stdlib.h, string.h.
29822
29823 2002-12-17  Bruno Haible  <bruno@clisp.org>
29824
29825         * lib/canon-host.c (strdup): Remove unused declaration.
29826
29827         * lib/fsusage.c: Include full_read.h.
29828         (get_fs_usage): Use full_read instead of safe_read.
29829
29830         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
29831
29832 2002-12-12  Karl Berry  <karl@gnu.org>
29833
29834         * config/config.guess: update from prep.
29835
29836 2002-12-11  Bruno Haible  <bruno@clisp.org>
29837
29838         * m4/setenv.m4: New file, from gettext-0.11.5.
29839
29840 2002-12-11  Bruno Haible  <bruno@clisp.org>
29841
29842         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
29843         not unsetenv().
29844         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
29845         modifications:
29846
29847         2002-12-11  Bruno Haible  <bruno@clisp.org>
29848
29849                 * setenv.c (alloca): Fall back to malloc.
29850                 (freea): New macro.
29851                 (setenv): Use freea() to free memory allocated with alloca().
29852
29853         2002-11-13  Bruno Haible  <bruno@clisp.org>
29854
29855                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
29856                 function declarations.
29857                 * unsetenv.c (unsetenv): Likewise.
29858
29859         2002-03-04  Bruno Haible  <bruno@clisp.org>
29860
29861                 Portability to AIX 4.3.3.
29862                 * unsetenv.c: New file, extracted from setenv.c.
29863                 * setenv.c: Move the unsetenv() function to unsetenv.c.
29864
29865         2001-12-20  Bruno Haible  <bruno@clisp.org>
29866
29867                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
29868                 use malloc instead. For SunOS 4.
29869
29870         2001-12-11  Bruno Haible  <bruno@clisp.org>
29871
29872                 * setenv.c: Declare alloca.
29873                 (compar_fn_t): New typedef.
29874                 (KNOWN_VALUE, STORE_VALUE): Use it.
29875
29876         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
29877         setenv.h.
29878
29879 2002-12-10  Paul Eggert  <eggert@twinsun.com>
29880
29881         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
29882         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
29883         Choose values that are less likely to collide with system fnmatch
29884         options.
29885         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
29886         defined (e.g., a pure POSIX system).
29887         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
29888         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
29889
29890 2002-12-06  Paul Eggert  <eggert@twinsun.com>
29891
29892         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
29893         a pain in practice to deal with generated m4 files.  This change
29894         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
29895
29896         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
29897         and jm-glibc-io.m4, as they are no longer a special case.
29898         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
29899         kludge and the auto-generation stuff.  Check only whether the
29900         functions are declared, not whether they exist, since older hosts
29901         that don't declare the functions can't use the optimization anyway.
29902
29903 2002-12-06  Jim Meyering  <jim@meyering.net>
29904
29905         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
29906
29907         Merge in changes from libc's misc/error.c, in preparation
29908         for the merge of gnulib's changes back into libc.
29909
29910         * lib/error.c (_): Define only if not already defined.
29911         Move definition to follow all #include directives.
29912         Include unlocked-io.h only if !_LIBC.
29913         [_LIBC]: Include <libio/libioP.h>.
29914         [USE_IN_LIBIO]: Include <libio/iolibio.h>
29915         (fflush): Tweak definition to use INTUSE.
29916         (putc): Define.
29917
29918 2002-12-05  Paul Eggert  <eggert@twinsun.com>
29919
29920         * lib/alloca.c [defined emacs]: Include "lisp.h".
29921         (xalloc_die) [defined emacs]: New macro.
29922         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
29923         [! defined emacs]: Include <xalloc.h>.
29924         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
29925         (pointer): Typedef to POINTER_TYPE *.
29926         (malloc): Remove decl; we now always use xmalloc.
29927         (alloca): Use old-style definition, since Emacs needs this.
29928         Check for arithmetic overflow when computing combined size.
29929
29930 2002-12-04  Paul Eggert  <eggert@twinsun.com>
29931
29932         Do not generate unlocked-io.h automatically, since it's easier to
29933         maintain it by hand.
29934
29935         * lib/unlocked-io.h: New file, from GNU diffutils,
29936         but with proper copyright notice and attribution.
29937         * lib/gen-uio: Remove.
29938         * lib/Makefile.am: Add copyright notice.
29939         (libfetish_a_SOURCES): Add unlocked-io.h.
29940         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
29941         (DISTCLEANFILES, io_functions): Remove macros.
29942         (EXTRA_DIST): Remove gen_uio.
29943         (unlocked-io.h): Remove rule.
29944
29945 2002-12-04  Jim Meyering  <jim@meyering.net>
29946
29947         Reflect the fact that stat.c and lstat.c are no longer generated.
29948         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
29949         (DISTCLEANFILES): Likewise.
29950         (EXTRA_DIST): Likewise.
29951         (all_local): Don't depend on stat.c or lstat.c.
29952         (stat.c, lstat.c): Remove rules.
29953         (EXTRA_DIST): Remove xstat.in.
29954
29955         * lib/xstat.in: Remove file.  Contents moved into stat.c.
29956         * lib/stat.c: New file.  Contents mostly from xstat.in.
29957         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
29958         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
29959
29960         * lib/safe-read.c: Rework so that it may serve to define safe_write,
29961         too.
29962         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
29963
29964 2002-12-03  Jim Meyering  <jim@meyering.net>
29965
29966         * lib/safe-read.c, safe-write.c: Change variable names and comments,
29967         but not semantics, to minimize the differences between these two files.
29968         (safe_read): Change comment to mention SAFE_READ_ERROR.
29969
29970         * lib/safe-read.c (IS_EINTR): Define.
29971         (safe_read): Use IS_EINTR in place of in-function cpp directives.
29972
29973 2002-12-02  Jim Meyering  <jim@meyering.net>
29974
29975         * lib/safe-read.c (EINTR): Define.
29976         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
29977         (INT_MAX): Provide fallback.
29978         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
29979
29980         * lib/safe-read.h (SAFE_READ_ERROR): Define.
29981
29982 2002-12-02  Bruno Haible  <bruno@clisp.org>
29983
29984         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
29985         Define, taken from safe-read.c.
29986         (INT_MAX): Provide fallback.
29987         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
29988         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
29989
29990         * lib/safe-read.c (EINTR): Remove definition.
29991         (safe_read): Don't use EINTR if it is absent.
29992
29993 2002-12-01  Jim Meyering  <jim@meyering.net>
29994
29995         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
29996         zero.
29997         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
29998
29999 2002-11-27  Paul Eggert  <eggert@twinsun.com>
30000
30001         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
30002         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
30003         with `if (! (value < limit)) abort ();', for readability.
30004
30005 2002-11-26  Karl Berry  <karl@gnu.org>
30006
30007         * lib/strdup.c: copy from libc again, with jim's ok.
30008         * lib/.cppi-disable: re-add strdup.c
30009
30010 2002-11-25  Karl Berry  <karl@gnu.org>
30011
30012         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
30013         instead of "strtol.c".
30014
30015 2002-11-25  Karl Berry  <karl@gnu.org>
30016
30017         * config/install-sh: update from automake for variable quoting, $0 in
30018         error msgs, etc.
30019
30020         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
30021         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
30022         entry.
30023
30024 2002-11-25  Jim Meyering  <jim@meyering.net>
30025
30026         * lib/mktime.c: Sync from libc, now that it has the latest fix.
30027
30028 2002-11-24  Karl Berry  <karl@gnu.org>
30029
30030         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
30031         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
30032
30033 2002-11-24  Jim Meyering  <jim@meyering.net>
30034
30035         Update from coreutils:
30036
30037         * lib/mktime.c: Merge in changes from libc.
30038
30039         Avoid a link-time failure on some Linux systems.
30040         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
30041         (otherwise).
30042         (__mon_yday): Declare with the STATIC attribute.
30043         (__mktime_internal): Likewise.
30044         Based on a report from Greg Schafer.
30045
30046 2002-11-23  Jim Meyering  <jim@meyering.net>
30047
30048         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
30049         Use `unsigned', not `int', as type of index.
30050
30051         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
30052
30053         * lib/fsusage.c: Remove unneeded parentheses around operands of
30054         `defined'.
30055
30056 2002-11-22  Paul Eggert  <eggert@twinsun.com>
30057
30058         * lib/quotearg.h: Allow multiple inclusion by surrounding with
30059         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
30060         so that we can be included first.
30061         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
30062         * lib/quotearg.c: Include quotearg.h immediately after config.h.
30063         No need to include stddef.h or sys/types.h any more.
30064         Surround local include files with "", not "<>".
30065         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
30066         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
30067         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
30068         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
30069         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
30070         (ISPRINT): Remove; no longer needed now that we assume C89.
30071
30072         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
30073         Preserve errno.
30074
30075         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
30076         quotearg_char): Use SIZE_MAX rather than
30077         (size_t) -1 when we are talking about "infinity".
30078
30079         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
30080
30081 2002-11-22  Paul Eggert  <eggert@twinsun.com>
30082
30083         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
30084         hint that one should use `if (! x) abort ();' rather than `assert
30085         (x);', and anyway it's one less thing to worry about configuring.
30086         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
30087         hash_rehash, hash_insert): Use abort rather than assert.
30088
30089 2002-11-22  Bruno Haible  <bruno@clisp.org>
30090
30091         * lib/safe-read.h: Assume C89. Add comments.
30092         (safe_read): Change return type to size_t.
30093         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
30094         byte counts > SSIZE_MAX correctly.
30095         * lib/safe-write.h: New file.
30096         * lib/safe-write.c: New file.
30097         * lib/full-read.h: New file.
30098         * lib/full-read.c: New file.
30099         * lib/full-write.h: Assume C89. Add comments.
30100         * lib/full-write.c: Include safe-write.h.
30101         (full_write): Rewritten to use safe_write.
30102         Suggested by Jim Meyering and Paul Eggert.
30103
30104 2002-11-21  Jim Meyering  <jim@meyering.net>
30105
30106         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
30107
30108         Merge in changes from the coreutils.
30109
30110         2002-09-25  Paul Eggert  <eggert@twinsun.com>
30111         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
30112         <stdint.h>.
30113         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
30114         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
30115         int.  Work more efficiently if X is the same width as uintmax_t.
30116         Do not compare X to -1, to avoid bogus compiler warning.
30117         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
30118         Don't assume that f_frsize and f_bsize are the same type.
30119
30120         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
30121         warning on FreeBSD.
30122
30123         * lib/makepath.c (make_path): Restore umask *before* creating the final
30124         component.
30125         (make_path): Minor reformatting.
30126
30127         * lib/xmalloc.c: Adjust to work with new autoconf macros,
30128         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
30129         HAVE_MALLOC/HAVE_REALLOC.
30130
30131         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
30132         dummy ones.  At least on GNU/Linux systems, `auto' means something
30133         else.
30134         From Michael Stone.
30135
30136 2002-11-21  Bruno Haible  <bruno@clisp.org>
30137
30138         Remove case insensitive option matching.
30139         * lib/argmatch.h (argcasematch): Remove declaration.
30140         (ARGCASEMATCH): Remove macro.
30141         (__xargmatch_internal): Remove case_sensitive argument.
30142         (XARGMATCH): Update.
30143         (XARGCASEMATCH): Remove macro.
30144         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
30145         case_sensitive argument.
30146         (argcasematch): Remove function.
30147         (__xargmatch_internal): Remove case_sensitive argument.
30148         (main): Use XARGMATCH instead of XARGCASEMATCH.
30149
30150         * lib/xmalloc.c: Change compile-time error message. Add comment about
30151         required autoconf version.
30152
30153 2002-11-20  Paul Eggert  <eggert@twinsun.com>
30154
30155         Merge argmatch cleanups from Bison.  Assume C89.
30156
30157         * lib/argmatch.c: Include config.h here, not in argmatch.h.
30158         Include stdlib.h, for EXIT_FAILURE.
30159         Always include <string.h>, since we assume C89.
30160         (EXIT_FAILURE): Remove pre-C89 bug workaround.
30161         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
30162         Include <stddef.h> instead, since it's all we need for size_t.
30163         (PARAMS): Remove.  All uses removed.
30164         (ARRAY_CARDINALITY): Do not bother to #undef.
30165         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
30166         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
30167         Remove unnecessary parentheses.
30168         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
30169         Insert necessary parentheses.
30170         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
30171         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
30172
30173 2002-11-19  Bruno Haible  <bruno@clisp.org>
30174
30175         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
30176         * lib/mbswidth.h: Include <stddef.h>, for size_t.
30177
30178         * lib/mbswidth.h (PARAMS): Remove macro.
30179         (mbswidth, mbsnwidth): Use ANSI C function declarations.
30180         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
30181
30182         * lib/gcd.h (PARAMS): Remove macro.
30183         (gcd): Use ANSI C function declarations.
30184         * lib/gcd.c (gcd): Likewise.
30185
30186 2002-11-15  Bruno Haible  <bruno@clisp.org>
30187
30188         * lib/strcspn.c: Include <stddef.h>.
30189         (strcspn): Use ANSI C function declaration. Change return type to
30190         size_t. Use NULL.
30191         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
30192         (strpbrk): Use NULL.
30193         * lib/strpbrk.h (PARAMS): Remove macro.
30194         (strpbrk): Use ANSI C function declaration.
30195         * lib/strstr.c: Don't include <sys/types.h>.
30196         * lib/strstr.h (PARAMS): Remove macro.
30197         (strstr): Use ANSI C function declarations.
30198
30199 2002-11-14  Karl Berry  <karl@gnu.org>
30200
30201         * config/mkinstalldirs: `do' on separate line, instead of
30202         `for var; do'.
30203
30204 2002-11-06  Bruno Haible  <bruno@clisp.org>
30205
30206         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
30207         * lib/gcd.c (gcd): Likewise.
30208
30209 2002-11-05  Bruno Haible  <bruno@clisp.org>
30210
30211         * lib/gcd.h: New file, from gettext-0.11.5.
30212         * lib/gcd.c: New file, from gettext-0.11.5.
30213
30214 2002-11-05  Bruno Haible  <bruno@clisp.org>
30215
30216         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30217         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30218         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30219         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30220
30221         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
30222         <libintl.h>.
30223         * lib/makepath.c: Include gettext.h instead of <locale.h> and
30224         <libintl.h>.
30225
30226         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
30227         * lib/human.c: Include gettext.h instead of <libintl.h>.
30228         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
30229         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
30230         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
30231         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
30232         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
30233         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
30234         (textdomain): Remove definition.
30235         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
30236
30237         * lib/long-options.c: Remove include of <libintl.h> and definition of
30238         _.
30239         * lib/same.c: Remove include of <libintl.h> and definition of _.
30240
30241 2002-11-04  Owen Taylor  <otaylor@redhat.com>
30242
30243         * lib/config.charset: A few additions for Solaris.
30244
30245 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
30246
30247         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
30248         * lib/localcharset.c (locale_charset): Declare as extern "C".
30249
30250 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
30251
30252         * lib/config.charset: msdos in uk_UA uses CP1125.
30253
30254 2002-11-04  Bruno Haible  <bruno@clisp.org>
30255
30256         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
30257         * lib/strcase.h: New file, from GNU gettext-0.11.5.
30258         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
30259         * lib/strstr.h: New file, from GNU gettext-0.11.5.
30260         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
30261
30262 2002-11-04  Bruno Haible  <bruno@clisp.org>
30263
30264         * lib/localcharset.c (locale_charset): Don't return an empty string.
30265
30266 2002-11-04  Bruno Haible  <bruno@clisp.org>
30267
30268         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
30269         aliases.
30270
30271 2002-11-04  Bruno Haible  <bruno@clisp.org>
30272
30273         * lib/config.charset: Update for newest glibc. Add canonical names
30274         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
30275
30276 2002-11-04  Bruno Haible  <bruno@clisp.org>
30277
30278         * lib/config.charset: Add support for NetBSD.
30279
30280 2002-11-04  Bruno Haible  <bruno@clisp.org>
30281
30282         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
30283
30284 2002-11-01  Bruno Haible  <bruno@clisp.org>
30285
30286         * configure.in: Add AC_CONFIG_AUX_DIR call.
30287         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
30288         test/Makefile.
30289         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
30290
30291 2002-09-28  Karl Berry  <karl@gnu.org>
30292
30293         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
30294         installed automake until the next release, since changes have been
30295         made.
30296
30297 2002-09-25  Karl Berry  <karl@gnu.org>
30298
30299         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
30300         * lib/getopt*: copy from libc/posix.
30301         * lib/gettext.h: copy from gettext.
30302         * lib/.cppi-disable: add strdup.c, gettext.h.
30303
30304 2002-09-25  Karl Berry  <karl@gnu.org>
30305
30306         * config/srclist.txt: enable gettext.h check.
30307         * config/config.{guess,sub}: update from prep.
30308         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
30309                 from automake 1.6.3.
30310         See srclist*.
30311
30312 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
30313
30314         * regex.c (PATFETCH): Remove the translating fetch.
30315         (PATFETCH_RAW): Rename to PATFETCH.
30316         (set_image_of_range): New fun.
30317         (SET_RANGE_TABLE_WORK_AREA): Use it.
30318         (regex_compile): Don't translate the pattern chars so eagerly.
30319         Only do it when inserting an `exactn' bytecode or when handling
30320         a char-range.
30321         (mutually_exclusive_p): Avoid empty statement.
30322
30323 2002-07-06  Jim Meyering  <meyering@lucent.com>
30324
30325         * m4/README: Don't mention Makefile.am.in.
30326         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
30327
30328 2002-07-01  Jim Meyering  <meyering@lucent.com>
30329
30330         * lib/c-stack.c: Include sys/time.h.
30331         From Volker Borchert.
30332
30333 2002-06-26  Paul Eggert  <eggert@twinsun.com>
30334
30335         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
30336
30337 2002-06-26  Paul Eggert  <eggert@twinsun.com>
30338
30339         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
30340         New macro.  Use it uniformly instead of
30341         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
30342         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
30343         reported by Vin Shelton.
30344
30345 2002-06-22  Paul Eggert  <eggert@twinsun.com>
30346
30347         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
30348         Do not assume SA_SIGINFO behavior.
30349         Bug reported by Jim Meyering on NetBSD 1.5.2.
30350
30351 2002-06-22  Jim Meyering  <meyering@lucent.com>
30352
30353         * m4/c-stack.m4: New file, from diffutils-2.8.2.
30354         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
30355
30356         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
30357         now that configure.ac uses AC_GNU_SOURCE.
30358         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
30359         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
30360
30361         Update to latest tools.  Suggestions from Paul Eggert.
30362         * m4/stdbool.m4: New file, from diffutils-2.8.2.
30363         * m4/gnu-source.m4: Update from diffutils-2.8.2.
30364         * m4/fnmatch.m4: Likewise.
30365         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
30366         to AC_HEADER_STDBOOL
30367
30368 2002-06-22  Jim Meyering  <meyering@lucent.com>
30369
30370         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
30371         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
30372
30373 2002-06-22  Jim Meyering  <meyering@lucent.com>
30374
30375         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
30376
30377         * lib/exitfail.c, exitfail.h: Likewise.
30378         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
30379
30380         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
30381         of fnmatch.h.
30382         (EXTRA_DIST): Add fnmatch_loop.c.
30383         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
30384
30385         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
30386         * lib/fnmatch.c: Update from diffutils-2.8.2.
30387         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
30388         * lib/fnmatch.h: Remove file.
30389
30390 2002-06-21  Jim Meyering  <meyering@lucent.com>
30391
30392         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
30393         * m4/mbrtowc.m4: Likewise.
30394
30395         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
30396         * m4/mbswidth.m4: Reflect name change:
30397         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
30398         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
30399
30400         * m4/lib-link.m4: Update from gettext-0.11.2.
30401         * m4/gettext.m4: Likewise.
30402
30403         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
30404         From Alfred M. Szmidt.
30405
30406 2002-06-18  Paul Eggert  <eggert@twinsun.com>
30407
30408         * lib/file-type.h: Report an error if neither S_ISREG nor
30409         S_IFREG is defined, instead of using a test specific to glibc
30410         2.2.  This should be safe, since POSIX requires S_ISREG and
30411         Unix Version 7 had S_IFREG.  We don't need to check for
30412         <sys/types.h> since we don't use any symbols that it defines.
30413
30414 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
30415
30416         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
30417         $@-t, so that each temporary file name is unique and valid in the first
30418         8 characters, for operation under DOS.
30419
30420 2002-06-15  Paul Eggert  <eggert@twinsun.com>
30421
30422         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
30423
30424 2002-06-15  Jim Meyering  <meyering@lucent.com>
30425
30426         Work even with DJGPP 2.03, which lacks support for symlinks.
30427         From Richard Dawe.
30428         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
30429         is defined.
30430         * lib/lchown.c (S_ISLNK): Likewise.
30431
30432 2002-06-15  Jim Meyering  <meyering@lucent.com>
30433
30434         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
30435         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
30436         have been included before this file.
30437
30438 2002-06-14  Jim Meyering  <meyering@lucent.com>
30439
30440         * lib/file-type.h: Use the version from diffutils-2.8.2.
30441         * lib/file-type.c: Likewise.
30442
30443 2002-06-07  Jim Meyering  <meyering@lucent.com>
30444
30445         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
30446         They're needed at least for NetBSD 1.5.2.
30447         ($statxfs_includes): Include those same headers.
30448         ($statxfs_includes): Include sys/vfs.h if available.
30449         ($statxfs_includes): Likewise for sys/statvfs.h.
30450         Check for the following members in both structs statfs and statvfs:
30451         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
30452
30453 2002-06-01  Jim Meyering  <meyering@lucent.com>
30454
30455         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
30456         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
30457
30458 2002-05-28  Jim Meyering  <meyering@lucent.com>
30459
30460         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
30461         Reported by Volker Borchert.
30462
30463 2002-05-27  Jim Meyering  <meyering@lucent.com>
30464
30465         Fix a problem seen only on nonconforming systems whereby ls.c's
30466         use of localtime, and then of gettimeofday would cause trouble:
30467         the localtime call used to initialize rpl_gettimeofday's save
30468         mechanism would clobber ls's current local time information so
30469         that in any long listing the first file would always be listed
30470         with date 1970-01-01.  Analysis by Volker Borchert.
30471
30472         * lib/gettimeofday.c (localtime): Undefine.
30473         (rpl_localtime): New function.
30474
30475 2002-05-27  Jim Meyering  <meyering@lucent.com>
30476
30477         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
30478         localtime.
30479
30480         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
30481         use the replacement function; it wouldn't resolve at link time.
30482         Reported by Volker Borchert.
30483
30484 2002-05-22  Jim Meyering  <meyering@lucent.com>
30485
30486         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
30487         file-type.h.
30488         * lib/file-type.h: New file.
30489         * lib/file-type.c (file_type): New file/function.  Extracted from
30490         diffutils.
30491
30492 2002-04-30  Jim Meyering  <meyering@lucent.com>
30493
30494         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
30495
30496 2002-04-29  Paul Eggert  <eggert@twinsun.com>
30497
30498         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
30499
30500 2002-04-29  Paul Eggert  <eggert@twinsun.com>
30501
30502         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
30503         Do not check for alloca.h (no longer used) or stdbool.h (was never
30504         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
30505
30506 2002-04-29  Paul Eggert  <eggert@twinsun.com>
30507
30508         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
30509
30510 2002-04-29  Jim Meyering  <meyering@lucent.com>
30511
30512         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
30513         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
30514         Use AC_FUNC_STRNLEN here instead.
30515
30516         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
30517         With autoconf-2.53a, it's part of AC_PROG_CC.
30518
30519 2002-04-28  Paul Eggert  <eggert@twinsun.com>
30520
30521         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
30522         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
30523
30524 2002-04-28  Paul Eggert  <eggert@twinsun.com>
30525
30526         * lib/sig2str.h, lib/sig2str.c: New files.
30527         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
30528
30529 2002-04-28  Paul Eggert  <eggert@twinsun.com>
30530
30531         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
30532         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
30533         of 127, since 64 is the largest conceivable number for ancient
30534         nonstandard hosts.
30535         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
30536
30537 2002-04-28  Jim Meyering  <meyering@lucent.com>
30538
30539         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
30540
30541 2002-04-24  Jim Meyering  <meyering@lucent.com>
30542
30543         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
30544         (jm_PREREQ): Use it.
30545
30546         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
30547         mach/mach.h fcntl.h.
30548         Check for this function: setlocale.
30549
30550 2002-04-24  Jim Meyering  <meyering@lucent.com>
30551
30552         * lib/gettext.h: New file, from Gettext.
30553         * lib/Makefile.am (INCLUDES): Remove -I../intl.
30554         (libfetish_a_SOURCES): Add gettext.h.
30555
30556 2002-04-16  Jim Meyering  <meyering@lucent.com>
30557
30558         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
30559         ut_pid, ut_id, ut_exit.
30560
30561 2002-04-16  Jim Meyering  <meyering@lucent.com>
30562
30563         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
30564         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
30565         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
30566
30567 2002-04-12  Jim Meyering  <meyering@lucent.com>
30568
30569         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
30570         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
30571         existence of the getmntinfo function.  Needed for Darwin 5.3.
30572
30573         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
30574         This is necessary at least on Darwin 5.3.
30575
30576         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
30577         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
30578         strnlen.o in the library, and that makes some versions of ranlib
30579         object.
30580
30581 2002-04-12  Jim Meyering  <meyering@lucent.com>
30582
30583         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
30584
30585 2002-04-09  Jim Meyering  <meyering@lucent.com>
30586
30587         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
30588         to be more precise.  Rather than saying we're checking whether the
30589         function `works', say what we're testing.
30590         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
30591         Reported by Bruno Haible.
30592
30593 2002-03-10  Jim Meyering  <meyering@lucent.com>
30594
30595         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
30596         Suggestion from Santiago Vila.
30597
30598 2002-03-08  Jim Meyering  <meyering@lucent.com>
30599
30600         * lib/rename.c: Mention that this wrapper is needed also on
30601         mips-dec-ultrix4.4 systems.
30602
30603 2002-03-02  Jim Meyering  <meyering@lucent.com>
30604
30605         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
30606         not HAVE_CLOCK_SETTIME.
30607
30608 2002-02-27  Paul Eggert  <eggert@twinsun.com>
30609
30610         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
30611         Check for clock_settime.
30612
30613 2002-02-27  Paul Eggert  <eggert@twinsun.com>
30614
30615         * lib/nanosleep.h: Rename to....
30616         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
30617
30618         * lib/gettime.c: New file.
30619         * lib/settime.c: New file.
30620         * lib/stime.c: Remove.
30621
30622         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
30623         timespec.h.  Remove nanosleep.h.
30624
30625 2002-02-25  Paul Eggert  <eggert@twinsun.com>
30626
30627         * m4/acl.m4: New file.
30628         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
30629         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
30630
30631 2002-02-25  Paul Eggert  <eggert@twinsun.com>
30632
30633         * lib/acl.c, lib/acl.h: New files.
30634         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
30635
30636 2002-02-24  Jim Meyering  <meyering@lucent.com>
30637
30638         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
30639         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
30640         cause trouble.  Reported by Nelson Beebe.
30641
30642 2002-02-23  Paul Eggert  <eggert@twinsun.com>
30643
30644         * lib/path-concat.c (xpath_concat): Reorder code to pacify
30645         compilers that don't know that xalloc_die never returns.
30646
30647 2002-02-20  Jim Meyering  <meyering@lucent.com>
30648
30649         * lib/getdate.c: Regenerate using bison-1.33.
30650
30651 2002-02-17  Jim Meyering  <meyering@lucent.com>
30652
30653         * config/config.guess (main): Don't use `head -1'; it's no longer
30654         portable. Use `sed 1q' instead.
30655
30656 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
30657
30658         * m4/codeset.m4: Upgrade to gettext-0.11.
30659         * m4/gettext.m4: Upgrade to gettext-0.11.
30660         * m4/glibc21.m4: Upgrade to gettext-0.11.
30661         * m4/iconv.m4: Upgrade to gettext-0.11.
30662         * m4/isc-posix.m4: Upgrade to gettext-0.11.
30663         * m4/lcmessage.m4: Upgrade to gettext-0.11.
30664         * m4/lib-ld.m4: New file, from gettext-0.11.
30665         * m4/lib-link.m4: New file, from gettext-0.11.
30666         * m4/lib-prefix.m4: New file, from gettext-0.11.
30667         * m4/progtest.m4: Upgrade to gettext-0.11.
30668
30669 2002-02-15  Paul Eggert  <eggert@twinsun.com>
30670
30671         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
30672         (jm_PREREQ): Use it.
30673
30674 2002-02-15  Paul Eggert  <eggert@twinsun.com>
30675
30676         * lib/posixver.c, lib/posixver.h: New files.
30677         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
30678
30679 2002-02-02  Paul Eggert  <eggert@twinsun.com>
30680             Bruno Haible  <bruno@clisp.org>
30681
30682         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
30683         (fwrite_success_callback): New declaration.
30684         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
30685         print_unicode_char. Call failure callback instead of error.
30686         (fwrite_success_callback): New function.
30687         (exit_failure_callback): New function.
30688         (fallback_failure_callback): New function.
30689         (print_unicode_char): Call unicode_to_mb.
30690
30691 2002-01-26  Jim Meyering  <meyering@lucent.com>
30692
30693         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
30694         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
30695
30696 2002-01-26  Jim Meyering  <meyering@lucent.com>
30697
30698         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
30699
30700 2002-01-22  Paul Eggert  <eggert@twinsun.com>
30701
30702         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
30703
30704 2002-01-22  Jim Meyering  <meyering@lucent.com>
30705
30706         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
30707         Otherwise, some versions of automake would omit the rule that makes
30708         Makefile from Makefile.in.
30709
30710 2002-01-21  Paul Eggert  <eggert@twinsun.com>
30711
30712         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
30713         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
30714         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
30715         (memcoll): Set errno to zero if there is no error.
30716
30717         * lib/quotearg.c (quotearg_buffer_restyled):
30718         Fix bug with quoting buffers containing NUL when backslashing escapes.
30719         This bug was exposed by the other changes in this patch.
30720         (quotearg_n_options): New arg ARGSIZE.
30721         All callers changed.
30722         (quoting_options_from_style): New function.
30723         (quotearg_n_style): Use it.
30724         (quotearg_n_style_mem): New function.
30725
30726         * lib/quotearg.h (quotearg_n_style_mem): New function.
30727
30728 2002-01-19  Jim Meyering  <meyering@lucent.com>
30729
30730         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
30731         Remove useless quotes: DF_PROG="df".
30732         * m4/strnlen.m4: New file.
30733
30734 2002-01-16  Paul Eggert  <eggert@twinsun.com>
30735
30736         * lib/backupfile.c (ISDIGIT): Comment fix.
30737         * lib/getdate.y (ISDIGIT): Likewise.
30738         * lib/posixtm.c (ISDIGIT, year): Likewise.
30739         * lib/strverscmp.c (ISDIGIT): Likewise.
30740         * lib/userspec.c (ISDIGIT): Likewise.
30741
30742 2002-01-16  Jim Meyering  <meyering@lucent.com>
30743
30744         * lib/getdate.y: Add three semicolons, each just before a closing
30745         brace. Bison (as of version 1.31) no longer papers over that mistake.
30746
30747 2002-01-05  Jim Meyering  <meyering@lucent.com>
30748
30749         * lib/version-etc.c (version_etc_copyright): Update copyright year.
30750
30751 2001-12-19  Paul Eggert  <eggert@twinsun.com>
30752
30753         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
30754         not silently exit merely because the output buffer happens to
30755         have nothing pending.
30756
30757 2001-12-18  Paul Eggert  <eggert@twinsun.com>
30758
30759         See the big note in ../ChangeLog.
30760         * lib/human.c (suffixes): Prefer K to k for 1024.
30761         (generate_suffix_backwards): New function.
30762         (human_readable_inexact): Use it.
30763         * lib/xstrtol.c (__xstrtol): If there is no number but there
30764         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
30765         Accept 'K' as well as 'k'.
30766
30767 2001-12-15  Jim Meyering  <meyering@lucent.com>
30768
30769         * lib/regex.h (__restrict_arr): Update from libc.
30770
30771         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
30772         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
30773         (STREQ): Define.
30774
30775 2001-12-14  Jim Meyering  <meyering@lucent.com>
30776
30777         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
30778         Suggestion from Bruno Haible.
30779
30780 2001-12-10  Jim Meyering  <meyering@lucent.com>
30781
30782         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
30783         xrealloc, Instead, include "xalloc.h".
30784         (initbuffer): Don't cast xmalloc return value to char*.
30785         (readline): Reword comment.
30786         Don't cast xrealloc return value to char*
30787         Return NULL, not 0.
30788
30789 2001-12-09  Jim Meyering  <meyering@lucent.com>
30790
30791         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
30792         about `signed and unsigned type in conditional expression'.
30793         * lib/posixtm.c (posix_time_parse): Likewise.
30794
30795         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
30796
30797         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
30798         to avoid a pedantic warning.
30799
30800         * lib/getstr.c: Don't include assert.h.
30801         (getstr): Remove warning-evoking assertions.
30802         Return -1 if offset parameter is out of bounds.
30803         Change the type of a local from int to size_t.
30804
30805         * lib/strftime.c (my_strftime_localtime_r): Include this function
30806         definition in the `#if ! HAVE_TM_GMTOFF' block.
30807
30808         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
30809         Include xalloc.h instead.
30810
30811 2001-12-02  Jim Meyering  <meyering@lucent.com>
30812
30813         * lib/tempname.c: Don't declare getenv, thus reverting the change of
30814         2001-11-18.  It's no longer necessary, now that stdlib.h is always
30815         included.
30816
30817         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
30818         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
30819
30820 2001-11-30  Akim Demaille  <akim@epita.fr>
30821
30822         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
30823         before being defined.
30824
30825 2001-11-27  Paul Eggert  <eggert@twinsun.com>
30826
30827         * lib/quotearg.h (quotearg_n, quotearg_n_style):
30828         First arg is int, not unsigned.
30829         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
30830         (SIZE_MAX, UINT_MAX): New macros.
30831         (quotearg_n_options): Abort if N is negative.
30832         Avoid overflow check on hosts where size_t is 64 bits and int
30833         is 32 bits, as overflow is impossible there.
30834         Fix off-by-one typo that caused unnecessary reallocation.
30835
30836 2001-11-27  Jim Meyering  <meyering@lucent.com>
30837
30838         * lib/tempname.c: Merge with version from libc.
30839         * lib/regex.c: Likewise.
30840
30841         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
30842         systems for which STDC_HEADERS is 0, it was not included, resulting in
30843         a warning about an integer-to-pointer conversion problem with getenv.
30844         Reported by Volker Borchert.
30845
30846 2001-11-26  Jim Meyering  <meyering@lucent.com>
30847
30848         * lib/gtod.h: Remove file.
30849         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
30850         * lib/gettimeofday.c: Don't include gtod.h.
30851         (GTOD_init): Remove function.
30852         (rpl_gettimeofday): Do its job here instead, rather than aborting.
30853         Suggestion from Volker Borchert.
30854
30855 2001-11-23  Jim Meyering  <meyering@lucent.com>
30856
30857         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
30858         it.
30859         * lib/hash.c (struct hash_table): Define it here instead.
30860
30861 2001-11-22  Jim Meyering  <meyering@lucent.com>
30862
30863         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
30864
30865 2001-11-20  Jim Meyering  <meyering@lucent.com>
30866
30867         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
30868         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
30869
30870 2001-11-19  Jim Meyering  <meyering@lucent.com>
30871
30872         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
30873         directory.  Use "conftestXXXXXX" as the template.
30874         Suggestion from Paul Eggert.
30875
30876         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
30877         immediately, so the test doesn't mistakenly hit the max-open-files
30878         limit.
30879
30880 2001-11-18  Paul Eggert  <eggert@twinsun.com>
30881
30882         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
30883         (TEMPORARIES): New macro.
30884         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
30885         removes an artificial limitation (e.g. HP-UX 10.20, where
30886         TMP_MAX is 17576).
30887
30888 2001-11-18  Jim Meyering  <meyering@lucent.com>
30889
30890         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
30891
30892 2001-11-18  Jim Meyering  <meyering@lucent.com>
30893
30894         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
30895         on SunOS 4.
30896
30897         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
30898         files will be created before anything else.
30899
30900 2001-11-17  Paul Eggert  <eggert@twinsun.com>
30901
30902         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
30903         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
30904
30905 2001-11-17  Jim Meyering  <meyering@lucent.com>
30906
30907         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
30908         Prompted by a report from Bob Proulx.
30909
30910         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
30911         Instead, require UTILS_FUNC_MKSTEMP.
30912
30913 2001-11-17  Jim Meyering  <meyering@lucent.com>
30914
30915         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
30916         Now, that's done as part of AC_FUNC_STRTOD.
30917
30918 2001-11-17  Jim Meyering  <meyering@lucent.com>
30919
30920         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
30921         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
30922         rather than group writable.  Patch by Juan F. Codagnone.
30923
30924         * lib/readtokens.c: Remove explicit declarations of xmalloc and
30925         xrealloc, Instead, include "xalloc.h".
30926
30927         * lib/mountlist.c: Include unlocked-io.h after all system headers.
30928         Remove explicit declarations of xmalloc, xrealloc,
30929         and xstrdup.  Instead, include "xalloc.h".
30930
30931         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
30932         unlocked-io.h.
30933         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
30934         Likewise.
30935         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
30936
30937         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
30938         Reported by Padraig Brady.
30939
30940         * lib/mkstemp.c: #undef mkstemp.
30941         Include config.h.
30942         (rpl_mkstemp): Rename from mkstemp.
30943         Protoize.
30944
30945 2001-11-16  Jim Meyering  <meyering@lucent.com>
30946
30947         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
30948         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
30949         determine the amount of total physical memory, use pstat_getstatic.
30950         HPUX-11 doesn't define _SC_PHYS_PAGES.
30951         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
30952         If sysconf couldn't be used to determine the amount of available
30953         physical memory, use both pstat_getstatic and pstat_getdynamic.
30954         Based on a patch from Bob Proulx.
30955
30956 2001-11-10  Jim Meyering  <meyering@lucent.com>
30957
30958         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
30959         (jm_PREREQ): Use it.
30960
30961 2001-11-09  Jim Meyering  <meyering@lucent.com>
30962
30963         * m4/jm-macros.m4: Require autoconf-2.52f.
30964         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
30965         Use these AC_-prefixed names, not the AM_-prefixed ones.
30966
30967         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
30968
30969 2001-11-05  Jim Meyering  <meyering@lucent.com>
30970
30971         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
30972
30973 2001-11-04  Jim Meyering  <meyering@lucent.com>
30974
30975         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
30976         $DEFS.
30977
30978 2001-11-03  Jim Meyering  <meyering@lucent.com>
30979
30980         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
30981         of AC_DEFUN.
30982
30983         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
30984         know the name of the variable in the macro definition.
30985
30986 2001-11-03  Jim Meyering  <meyering@lucent.com>
30987
30988         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
30989         in argmatch_to_argument call.
30990
30991         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
30992         argument.
30993
30994         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
30995         e.g., a fault due to an attempt to free a NULL pointer.
30996
30997 2001-11-01  Jim Meyering  <meyering@lucent.com>
30998
30999         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
31000         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
31001
31002 2001-11-01  Jim Meyering  <meyering@lucent.com>
31003
31004         * lib/dirfd.c, lib/dirfd.h: New files.
31005         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
31006
31007         * lib/hash.c (hash_print) [TESTING]: Clean up.
31008
31009 2001-10-22  Paul Eggert  <eggert@twinsun.com>
31010
31011         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
31012         to avoid a warning if -Wall.
31013
31014 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
31015
31016         * README: New file
31017         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
31018         (per RMS's instructions, this is now the canonical source)
31019         * lgpl/, gpl/: New directories.
31020
31021 2001-10-21  Paul Eggert  <eggert@twinsun.com>
31022
31023         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
31024
31025 2001-10-21  Jim Meyering  <meyering@lucent.com>
31026
31027         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
31028         this code would end up calling gettext even in packages built
31029         with --disable-nls.
31030         * lib/getopt.c (_): Likewise.
31031         * lib/regex.c (_): Likewise.
31032
31033 2001-10-20  Paul Eggert  <eggert@twinsun.com>
31034
31035         * m4/error.m4 (jm_PREREQ_ERROR):
31036         Do not invoke AC_CHECK_FUNCS with strerror_r, as
31037         AC_FUNC_STRERROR_R does that.
31038         Check for strerror declaration.
31039
31040         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
31041         are supposed to have them these days.
31042         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
31043         Merge changes from latest Autoconf CVS.
31044         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
31045         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
31046         POSIX decided to standardize on the int flavor of strerror_r.
31047
31048 2001-10-20  Paul Eggert  <eggert@twinsun.com>
31049
31050         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
31051         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
31052         Use strerror_r that is only a macro, even if it is not a function.
31053         (strerror): Check for HAVE_DECL_STRERROR before declaring.
31054         (private_strerror): Use prototypes, not old-style function definition.
31055         (print_errno_message): New function.
31056         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
31057         char*-flavored one.
31058         (error_tail, error, error_at_line): Use it.
31059
31060 2001-10-11  Jim Meyering  <meyering@lucent.com>
31061
31062         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
31063         and quote_n (1, ... to avoid clobbering a buffer.
31064
31065 2001-10-05  Jim Meyering  <meyering@lucent.com>
31066
31067         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
31068         hash-pjw.h.
31069         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
31070         * lib/hash-pjw.h: New file.
31071
31072 2001-09-30  Jim Meyering  <meyering@lucent.com>
31073
31074         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
31075         `struct fsstat' has the `f_fstypename' member.
31076         Use that to define FS_TYPE, which is now used to make
31077         the getfsstat link test tighter.
31078
31079 2001-09-30  Jim Meyering  <meyering@lucent.com>
31080
31081         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
31082         Include <sys/ucred.h>, for Apple Darwin.
31083         Include sys/mount.h and sys/fs_types.h only if available.
31084         (FS_TYPE): Define.
31085         (read_filesystem_list): Use FS_TYPE.
31086
31087 2001-09-29  Paul Eggert  <eggert@twinsun.com>
31088
31089         * lib/exclude.c (excluded_filename): 0 -> false, since it's
31090         a boolean context.
31091
31092 2001-09-29  Jim Meyering  <meyering@lucent.com>
31093
31094         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
31095         [one-argument getmntent function]): Include stdio.h before mntent.h.
31096         SunOS 4.1.x needs it for the declaration of `FILE'.
31097         Patch by Volker Borchert.
31098
31099         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
31100         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
31101         sys/fs_types.h, and make the link-test for getfsstat guard #include
31102         directives with appropriate #if HAVE_*_H tests so that we can
31103         detect getfsstat on Apple Darwin1.3.7 systems.
31104         Reported by Nelson Beebe.
31105         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
31106
31107 2001-09-28  Paul Eggert  <eggert@twinsun.com>
31108
31109         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
31110         #defines strtoimax.  Also treat the other strto* functions
31111         like strtoimax.
31112
31113         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
31114         Check for strtoul and strtoumax,
31115         as those declarations are made even in the signed case.
31116         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
31117         Likewise, for strtol and strtoimax.
31118
31119 2001-09-28  Paul Eggert  <eggert@twinsun.com>
31120
31121         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
31122         #defines strtoimax.  Also treat the other strto* functions
31123         like strtoimax.
31124
31125         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
31126         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
31127         (strtoimax, strtoumax): Do not declare if already defined as a macro.
31128
31129 2001-09-26  Jim Meyering  <meyering@lucent.com>
31130
31131         Most macros in unlocked-io.h had the wrong number of arguments.
31132         * lib/gen-uio: New script.
31133         (USE_UNLOCKED_IO): Define to 1 if not already defined.
31134         * lib/unlocked-io.hin: Remove file.
31135         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
31136         rather than trying to embed it here.
31137         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
31138         Reported by Padraig Brady.
31139
31140 2001-09-25  Volker Borchert  <bt@teknon.de>
31141
31142         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
31143         `result'.
31144
31145 2001-09-24  Jim Meyering  <meyering@lucent.com>
31146
31147         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
31148
31149 2001-09-23  Jim Meyering  <meyering@lucent.com>
31150
31151         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
31152         instead of the mere test for existence of mntent.h.  The latter
31153         would get a false-positive on AIX 3.4 systems.
31154         In the outer getmntent if-block, don't die if neither of the getmntent
31155         tests succeeds.  Instead, just fall through and continue with the
31156         remaining tests.
31157
31158 2001-09-23  Jim Meyering  <meyering@lucent.com>
31159
31160         * lib/mountlist.c: Remove useless parentheses in #if directives.
31161         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
31162         the deprecated MOUNTED symbol is no longer defined in mntent.h.
31163
31164 2001-09-22  Jim Meyering  <meyering@lucent.com>
31165
31166         * m4/gettext.m4: New file.  From gettext.
31167         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
31168         * m4/progtest.m4: Likewise
31169         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
31170         * m4/glibc21.m4: Likewise.
31171
31172         * m4/libintl.m4: Remove.  No longer used.
31173
31174 2001-09-22  Jim Meyering  <meyering@lucent.com>
31175
31176         * lib/localcharset.c: Update from latest gettext.
31177         * lib/config.charset: Likewise.
31178
31179 2001-09-20  Jim Meyering  <meyering@lucent.com>
31180
31181         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
31182         strtoimax.
31183         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
31184         strtoumax.
31185
31186 2001-09-20  Jim Meyering  <meyering@lucent.com>
31187
31188         * lib/xstrtol.c (strtoimax): Guard declaration with
31189         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
31190         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
31191         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
31192         (strtoumax): Likewise, for completeness (it wasn't necessary).
31193
31194 2001-09-17  Paul Eggert  <eggert@twinsun.com>
31195
31196         * lib/strtoimax.c (HAVE_LONG_LONG):
31197         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
31198         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
31199         to work around bug in IBM C compiler.
31200
31201 2001-09-17  Jim Meyering  <meyering@lucent.com>
31202
31203         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
31204         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
31205         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
31206         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
31207         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
31208         whenever the right hand side need not be expanded by the shell.
31209
31210 2001-09-16  Paul Eggert  <eggert@twinsun.com>
31211
31212         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
31213         library.  It's not correct, as some older glibcs are buggy.
31214         fnmatch wasn't fixed until glibc 2.2.
31215
31216         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
31217         special shell magic here.
31218
31219 2001-09-16  Jim Meyering  <meyering@lucent.com>
31220
31221         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
31222         * m4/jm-macros.m4: Require it.
31223
31224 2001-09-16  Jim Meyering  <meyering@lucent.com>
31225
31226         * lib/mkdir.c: New file.
31227
31228 2001-09-15  Jim Meyering  <meyering@lucent.com>
31229
31230         * m4/jm-macros.m4: Check for help2man.
31231
31232 2001-09-11  Jim Meyering  <meyering@lucent.com>
31233
31234         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
31235         The body, by Paul Eggert, was moved here from configure.in.
31236         * m4/jm-macros.m4: Require UTILS_HOST_OS.
31237
31238 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31239
31240         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
31241         (jm_PREREQ): Use it.
31242
31243 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31244
31245         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
31246         Use ssize_t, not int, to store result of readlink.
31247         Check for ssize_t overflow as well as size_t overflow,
31248         as POSIX says the result of readlink is implementation-defined
31249         when ssize_t overflows.
31250         Remove unnecessary cast to char*.
31251         Use free+malloc instead of realloc, as the storage doesn't need
31252         to be preserved and it's clearer and can be more efficient that way.
31253         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
31254         * lib/xreadlink.h (xreadlink): Update prototype.
31255
31256 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31257
31258         * lib/xgetcwd.c: Revert some of the previous change; intead,
31259         fix the HAVE_GETCWD_NULL code to behave more like the
31260         !HAVE_GETCWD_NULL code used to.
31261
31262         Include "xalloc.h".
31263         (xgetcwd): Do not return NULL when memory is exhausted; instead,
31264         invoke xalloc_die.
31265
31266 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31267
31268         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
31269         sys/param.h, as pathmax.h includes them.
31270
31271 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31272
31273         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
31274         (jm_PREREQ_XGETCWD): New macro.
31275
31276         * m4/getcwd.m4: New file.
31277
31278 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31279
31280         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
31281         like the HAVE_GETCWD_NULL code.
31282         Include pathmax.h if not HAVE_GETCWD.
31283         Do not include xalloc.h.
31284         (INITIAL_BUFFER_SIZE): New symbol.
31285         Do not use xmalloc / xrealloc, since the caller is responsible for
31286         handling errors.  Preserve errno around `free' during failure.
31287         Do not overrun buffer when using getwd.
31288
31289 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31290
31291         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
31292         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
31293         getcwd (NULL, 0).
31294
31295 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31296
31297         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
31298         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
31299         spotted by Jim Meyering.
31300
31301 2001-09-03  Jim Meyering  <meyering@lucent.com>
31302
31303         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
31304         failure.
31305
31306 2001-09-02  Jim Meyering  <meyering@lucent.com>
31307
31308         * lib/error.c: Update from GNU libc.
31309
31310 2001-09-01  Jim Meyering  <meyering@lucent.com>
31311
31312         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
31313         Used by df.
31314
31315 2001-09-01  Jim Meyering  <meyering@lucent.com>
31316
31317         * lib/xreadlink.c: New file.
31318         * lib/xreadlink.h: New file.
31319         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
31320         xreadlink.h.
31321
31322         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
31323         doesn't conflict with sparc Solaris 7's definition in
31324         /usr/include/sys/int_types.h.
31325
31326         * lib/exclude.c: Use `""', not `<>' to #include non-system header
31327         files.
31328         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
31329         and strncasecmp as r-values.  Unixware didn't have declarations.
31330
31331 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31332
31333         * lib/xstrtol.h: Add copyright notice.
31334         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
31335         LONGINT_INVALID_SUFFIX_CHAR.
31336
31337 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31338
31339         * lib/xstrtol.c (strtoimax): New decl.
31340
31341 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31342
31343         * lib/xgetcwd.c: Don't include pathmax.h.
31344         Include stdlib.h and unistd.h if available.
31345         Include xalloc.h.
31346         (xmalloc, xstrdup, free): Remove decls.
31347         (xgetcwd): Don't assume sizes fit in unsigned.
31348         Check for overflow when computing sizes.
31349         Simplify reallocation code.
31350
31351 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31352
31353         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
31354         a directory's st_size can have an arbitrary value, so the old
31355         usage could waste an arbitrary amount of memory.  All uses
31356         changed.
31357         * lib/savedir.h: Update prototype.
31358
31359 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31360
31361         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
31362
31363         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
31364         old strtoimax.c.
31365
31366         Also, make the following further changes to make this file's
31367         configuration more similar to that of strtol.c:
31368         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
31369         (strtoumax, uintmax_t, strtoull, strtol): Remove.
31370         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
31371         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
31372         changed to signed values.
31373
31374         And make the following changes as well:
31375         Fix copyright notice, as 1999 was missing.
31376         (verify): New macro.
31377         (strtoimax): Check sizes at compile-time, not run-time.
31378         Prefer strtol to strtoll if both work.
31379         (main): Remove; it was not that useful and was a pain to maintain.
31380
31381         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
31382
31383 2001-08-31  Jim Meyering  <meyering@lucent.com>
31384
31385         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
31386         Use an initial, malloc'd, buffer of length 128 rather than
31387         a statically allocated one of length 1024.
31388
31389 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31390
31391         Simplify code, partly by assuming autoconf 2.52 semantics.
31392
31393         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
31394
31395         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
31396         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
31397         All uses removed.
31398         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
31399         Move AC_REQUIRE to next-to-top level, to avoid confusion.
31400         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
31401         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
31402         jm_AC_HEADER_INTTYPES_H.
31403         * m4/jm-macros.m4 (jm_MACROS): Likewise.
31404
31405         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
31406
31407         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
31408         Quote first arg of AC_DEFUN.
31409         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
31410         since they are needed to parse the include file even if we need
31411         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
31412         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
31413         but with opposite signedness.
31414
31415 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31416
31417         Merge 'exclude' changes from tar 1.13.22.
31418         This fixes one or two unlikely storage allocation overflow bugs,
31419         but doesn't change user-visible behavior otherwise.
31420
31421 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31422
31423         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
31424         (jm_PREREQ_EXCLUDE): New macro.
31425
31426 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31427
31428         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
31429         tm to be declared.
31430
31431 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31432
31433         * lib/hash.c: Remove '2001' from copyright notice.
31434
31435 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31436
31437         * lib/full-write.h: New file.
31438         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
31439         * lib/full-write.c: Correct credits, as cccp.c no longer
31440         exists and anyway it was so heavily changed from the old cccp
31441         code as to be unrecognizable.  Include full-write.h.
31442         (full_write) Return size_t, with short writes meaning failure.
31443         All callers changed.  This fixes a bug with large buffers
31444         on 64-bit hosts.
31445         * lib/utime.c: Include full-write.h.
31446
31447 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31448
31449         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
31450         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
31451         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
31452         Include if available.
31453         (<xalloc.h>): Include
31454         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
31455         (verify): New macro.  Use it to verify that EXCLUDE macros do not
31456         collide with FNM macros.
31457         (struct patopts): New struct.
31458         (struct exclude): Use it, as exclude patterns now come with options.
31459         (new_exclude): Support above changes.
31460         (new_exclude, add_exclude_file):
31461         Initial size must now be a power of two to simplify overflow checking.
31462         (free_exclude, fnmatch_no_wildcards): New function.
31463         (excluded_filename): No longer requires options arg, as the options
31464         are determined by add_exclude.  Now returns bool, not int.
31465         (excluded_filename, add_exclude):
31466         Add support for the fancy new exclusion options.
31467         (add_exclude, add_exclude_file): Now takes int options arg.
31468         Check for arithmetic overflow when computing sizes.
31469         (add_exclude_file): xrealloc might modify errno, so don't
31470         realloc until after errno might be used.
31471
31472         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
31473         New macros.
31474         (free_exclude): New decl.
31475         (add_exclude, add_exclude_file): Now takes int options arg.
31476         (excluded_filename): No longer requires options arg, as the options
31477         are determined by add_exclude.  Now returns bool, not int.
31478
31479 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31480
31481         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
31482
31483 2001-08-27  Jim Meyering  <meyering@lucent.com>
31484
31485         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
31486
31487         * lib/version-etc.c (N_): Remove definition.
31488         Revert most of last change.
31489         Instead, simply don't mark the `Copyright...' string for translation.
31490         Based on advice from Paul Eggert.
31491
31492         * lib/strtoxmax.c: Tweak comment.
31493
31494 2001-08-26  Jim Meyering  <meyering@lucent.com>
31495
31496         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
31497
31498         * m4/xstrtoimax.m4: New file.
31499         * m4/xstrtoumax.m4: Add comments explaining why we
31500         AC_REPLACE_FUNCS(strtol).
31501
31502 2001-08-26  Jim Meyering  <meyering@lucent.com>
31503
31504         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
31505         of copyright with `%s' so translators don't get an untranslated
31506         message in 2002.
31507         (COPYRIGHT_YEAR): Define.
31508         (version_etc): Use fprintf rather than fputs.
31509         Suggestion from Ulrich Drepper.
31510
31511         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
31512
31513         * lib/strtoll.c: New file, from GNU libc.
31514         * lib/xstrtoimax.c: New file.
31515
31516         * lib/xstrtol.h: Add xstrtoimax.
31517         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
31518         * lib/strtoimax.c: New file.  Likewise, but first define
31519         STRTOUXMAX_SIGNED.
31520
31521         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
31522         ...
31523         * lib/strtoxmax.c: ... then renamed to this.
31524
31525 2001-08-18  Paul Eggert  <eggert@twinsun.com>
31526
31527         * m4/inttypes.m4: Add AC_PREREQ(2.13).
31528         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
31529         (jm_AC_TYPE_INTMAX_T): New macro.
31530         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
31531
31532         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
31533
31534         * m4/longlong.m4: Renamed from ulonglong.m4.
31535         * m4/inttypes.m4: Renamed from inttypes_h.m4.
31536         * m4/uintmax_t.m4: Removed.
31537
31538 2001-08-13  Paul Eggert  <eggert@twinsun.com>
31539
31540         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
31541         Port to Solaris 8, where 'sed' requires a space after the 'r'
31542         command, and where sh dislikes "$/".  Clean up the spacing a bit.
31543         Redirect output to $tmp just once.
31544
31545 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
31546
31547         * lib/addext.c (<errno.h>): Include.
31548         (errno): Declare if not defined.
31549         (addext): Work correctly when pathconf returns -1 and leaves
31550         errno alone because there is no limit.  Also, work even if
31551         pathconf returns a value greater than SIZE_MAX.
31552
31553 2001-08-12  Jim Meyering  <meyering@lucent.com>
31554
31555         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
31556         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
31557         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
31558         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
31559         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
31560         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
31561         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
31562         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
31563         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
31564         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
31565         utime.m4, utimes.m4, xstrtoumax.m4:
31566         Quote the first argument in each use of AC_DEFUN.
31567
31568 2001-08-12  Jim Meyering  <meyering@lucent.com>
31569
31570         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
31571         Simply `return getcwd (NULL, 0);'.
31572         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
31573         Use 1300 as initial value for length, not PATH_MAX.
31574
31575         * lib/pathmax.h: Clean up cpp syntax.
31576
31577 2001-08-12  Jim Meyering  <meyering@lucent.com>
31578
31579         * lib/gettimeofday.c: New file.
31580         * lib/gtod.h: New file.
31581         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
31582
31583 2001-08-05  Jim Meyering  <meyering@lucent.com>
31584
31585         * m4/jm-macros.m4: Require autoconf-2.52.
31586
31587 2001-08-04  Jim Meyering  <meyering@lucent.com>
31588
31589         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
31590         stmt, to get in sync with glibc.
31591
31592 2001-08-03  Paul Eggert  <eggert@twinsun.com>
31593
31594         The following changes are from gettext 0.10.39 as maintained by
31595         Bruno Haible.
31596
31597         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
31598         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
31599         with inverted sense.  All uses changed.
31600
31601         * lib/mbswidth.c: Don't include <limits.h>.
31602         Include <stdlib.h> and <string.h> unconditionally.
31603         (iswcntrl, mbsinit, ISCNTRL): New macros.
31604         (mbsnwidth): Use K&R style function declarations.
31605         Don't bother checking for MB_LEN_MAX == 1, since the compiler
31606         can optimize it when MB_CUR_MAX == 1.
31607         The width of control characters is zero, not 1.
31608
31609 2001-08-03  Paul Eggert  <eggert@twinsun.com>
31610
31611         The following changes are from gettext 0.10.39 as maintained by
31612         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
31613
31614         * m4/codeset.m4: Upgrade to serial AM1.
31615         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
31616         all uses changed.  Quote first arg of AC_DEFUN.
31617         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
31618
31619         * m4/iconv.m4: Upgrade to serial AM2.
31620         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
31621         Add --with-libconv-prefix.
31622         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
31623         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
31624         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
31625         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
31626         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
31627
31628         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
31629         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
31630         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
31631         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
31632         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
31633         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
31634         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
31635         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
31636         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
31637
31638         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
31639         string.h any more.
31640
31641         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
31642         not the default value.
31643
31644         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
31645         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
31646         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
31647         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
31648         Also check for iswcntrl, used for wcwidth fallback.
31649         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
31650         to Autoconf 2.13.
31651
31652 2001-08-03  Jim Meyering  <meyering@lucent.com>
31653
31654         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
31655         as it was in the original.  Reported by Paul Eggert.
31656
31657 2001-07-16  Jim Meyering  <meyering@lucent.com>
31658
31659         * m4/gettimeofday.m4: New file.
31660         Prompted by a report from Bernhard Baehr.
31661
31662 2001-07-15  Jim Meyering  <meyering@lucent.com>
31663
31664         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
31665         stuff. Now it's in ../Makefile.cfg.
31666
31667 2001-07-15  Jim Meyering  <meyering@lucent.com>
31668
31669         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
31670         (BUILT_SOURCES): Add unlocked-io.h.
31671         (io_functions): Define.
31672         (unlocked-io.h): New rule.
31673         (DISTCLEANFILES): Add unlocked-io.h.
31674         (all-local): Depend on unlocked-io.h, to ensure it is created.
31675
31676         * lib/unlocked-io.hin: New file
31677
31678         * lib/regex.c: Update from glibc.
31679
31680 2001-07-05  Jim Meyering  <meyering@lucent.com>
31681
31682         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
31683         recommendation.
31684         (libfetish_a_SOURCES): Put all .h files here instead.
31685         Remove a thus-exposed (better checks in automake) duplicate and
31686         two unnecessary .h files.
31687
31688 2001-07-04  Jim Meyering  <meyering@lucent.com>
31689
31690         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
31691         that generates jm-glibc-io.m4 so that it doesn't trigger any make
31692         distcheck failure.
31693
31694 2001-07-02  Jim Meyering  <meyering@lucent.com>
31695
31696         The following changes were prompted by suggestions from Bruno Haible.
31697
31698         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
31699         is now generated.
31700         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
31701         definition of EXTRA_DIST.
31702         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
31703         ensure that the generated file is created/updated whenever the list
31704         of $(unlocked_functions) is changed.
31705         (jm-glibc-io.m4): New rule.
31706         (unlocked-io.h): New rule -- currently unused.
31707
31708 2001-06-24  Jim Meyering  <meyering@lucent.com>
31709
31710         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
31711         unmatched right bracket, rather than kludging it with an extra,
31712         falsely-matching quote in a comment.  Patch by Akim Demaille.
31713
31714 2001-06-11  Jim Meyering  <meyering@lucent.com>
31715
31716         * lib/regex.c: Update from GNU libc.
31717
31718 2001-05-27  Jim Meyering  <meyering@lucent.com>
31719
31720         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
31721         Check for ut_type in struct utmp.
31722
31723 2001-05-27  Jim Meyering  <meyering@lucent.com>
31724
31725         * lib/readutmp.h (UT_TYPE): Define.
31726
31727 2001-05-24  Jim Meyering  <meyering@lucent.com>
31728
31729         * lib/argmatch.c: Include "quote.h".
31730         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
31731         quote function.  Reported by Göran Uddeborg.
31732
31733 2001-05-22  Jim Meyering  <meyering@lucent.com>
31734
31735         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
31736         now that we use the package-supplied version unconditionally.
31737         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
31738
31739 2001-05-21  Jim Meyering  <meyering@lucent.com>
31740
31741         * m4/regex.m4: Change a couple backticks to single quotes to avoid
31742         shell syntax errors.
31743
31744 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
31745
31746         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
31747
31748 2001-05-20  Paul Eggert  <eggert@twinsun.com>
31749
31750         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
31751         Don't bother to check library strftime, since
31752         we'll be using our own my_strftime function anyway.
31753         Define my_strftime instead of strftime.
31754
31755 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
31756
31757         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
31758         which is not yet declared.
31759
31760 2001-05-15  Jim Meyering  <meyering@lucent.com>
31761
31762         * m4/regex.m4: Use proper quoting so brackets appear in the test
31763         program.
31764         Reported by, and with help from, Bruno Haible.
31765
31766 2001-05-13  Jim Meyering  <meyering@lucent.com>
31767
31768         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
31769         undefined.
31770
31771 2001-05-11  Paul Eggert  <eggert@twinsun.com>
31772
31773         dirname code cleanup.  base_name now behaves more compatibly
31774         with POSIX basename when given file names that have trailing
31775         slashes, and similarly for dir_name.  Add new primitives
31776         base_len and dir_len.  Put the directory-name-related decls
31777         into dirname.h.
31778
31779         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
31780         * lib/backupfile.c (base_name): Likewise.
31781         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
31782         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
31783         * lib/makepath.c (strip_trailing_slashes): Likewise.
31784         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
31785         ISSLASH): Likewise.
31786         * lib/rename.c (strip_trailing_slashes): Likewise.
31787         * lib/same.c (base_name): Likewise.
31788         * lib/stripslash.c (ISSLASH): Likewise.
31789
31790         * lib/addext.c: Include <dirname.h> after size_t is defined.
31791         * lib/backupfile.c: Likewise.
31792
31793         * lib/addext.c (addext): Use base_len to trim redundant
31794         trailing slashes instead of doing it ourselves.
31795         But do not trim the last slash if it is not redundant.
31796
31797         * lib/backupfile.c (find_backup_file_name,
31798         max_backup_version): Use base_len instead of rolling it ourselves.
31799         Handle the case of "" and (on DOS) "C:" correctly.
31800
31801         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
31802         needed. Include <string.h>, <dirname.h>.
31803         (base_name): Allow file names ending in slashes, other than names
31804         that are all slashes.  In this case, return the basename followed
31805         by the slashes.  This is more general, and can be used in places
31806         where the original base_name purposely had an assertion failure.
31807         (base_len): New function.
31808
31809         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
31810         Do not include <assert.h>; no longer needed.
31811         Include xalloc.h.
31812         (memrchr): Remove decl.
31813         (dir_name_r): Remove.
31814         (dir_len): Renamed from dirlen.  All callers changed.
31815         Rewrite in terms of base_name, for simplicity and consistency.
31816         (dir_name): Never return NULL.  All callers changed.
31817         Do not include <stdlib.h> in test program; no longer needed.
31818         return 0; is fine for test program.
31819
31820         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
31821         New macros.
31822         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
31823
31824         * lib/path-concat.c (path_concat): Use base_len to compute
31825         base length, not strlen; this means we cannot rely on memcpy
31826         to null-terminate.
31827
31828         * lib/same.c (STREQ): Remove.
31829         (same_name): Handle the case where the basename ends in trailing '/'.
31830
31831         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
31832         a slash was stripped.  Do not strip the last slash after a
31833         file system prefix.
31834
31835 2001-05-11  Paul Eggert  <eggert@twinsun.com>
31836
31837         * lib/Makefile.am (libfetish_a_SOURCES):
31838         Add strftime.c, since we now compile it on all hosts.
31839
31840         * lib/strftime.c (my_strftime):
31841         Define to nstrftime if emacs, but only if my_strftime is not defined.
31842         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
31843         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
31844         Add one more extra argument: a nanoseconds value.
31845         All uses changed.
31846         (ns): New macro.
31847         (my_strftime function): Add %N format.
31848         (emacs_strftimeu): Renamed from emacs_strftime,
31849         with extra ut argument.
31850
31851 2001-05-09  Paul Eggert  <eggert@twinsun.com>
31852
31853         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
31854
31855 2001-04-21  Jim Meyering  <meyering@lucent.com>
31856
31857         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
31858         doesn't interfere.
31859
31860 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
31861
31862         * m4/ftruncate.m4: Check for chsize.
31863         Link with ftruncate.o unconditionally if ftruncate is missing.
31864         This was required when cross-compiling to i586-mingw32msvc.
31865
31866 2001-04-08  Jim Meyering  <meyering@lucent.com>
31867
31868         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
31869         recomputed; that's necessary when the offset spans a DST transition.
31870         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
31871
31872 2001-04-02  Jim Meyering  <meyering@lucent.com>
31873
31874         * lib/regex.h, regex.c: Update from GNU libc.
31875
31876 2001-03-24  Jim Meyering  <meyering@lucent.com>
31877
31878         * m4/jm-macros.m4: Require autoconf-2.49d.
31879
31880 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
31881
31882         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
31883
31884 2001-03-19  Paul Eggert  <eggert@twinsun.com>
31885
31886         * lib/version-etc.c (version_etc_copyright): Update to 2001.
31887
31888 2001-03-17  Jim Meyering  <meyering@lucent.com>
31889
31890         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
31891         now that the version in autoconf is equivalent.
31892         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
31893
31894         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
31895         Suggestion from Akim Demaille.
31896
31897         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
31898         (jm_PREREQ_TEMPNAME): New function.
31899
31900 2001-03-16  Paul Eggert  <eggert@twinsun.com>
31901
31902         * lib/tempname.c (uint64_t): Define to uintmax_t if
31903         not defined, and if UINT64_MAX is not defined.
31904         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
31905         Reported by John David Anglin.
31906
31907 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
31908
31909         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
31910         resolve alias if codeset is empty.
31911         * lib/config.charset (BeOS): Use wildcard syntax.
31912
31913 2001-03-13  Jim Meyering  <meyering@lucent.com>
31914
31915         * lib/path-concat.c (path_concat)
31916         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
31917         concatenating e.g., `C:' and `foo'.
31918         From Bruno Haible.
31919
31920 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
31921
31922         * lib/localcharset.c (locale_charset): Don't use
31923         setlocale(LC_CTYPE,NULL). Don't return NULL.
31924         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
31925
31926 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
31927
31928         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
31929         support for DOS/DJGPP.
31930
31931 2001-03-01  Paul Eggert  <eggert@twinsun.com>
31932
31933         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
31934         lacks mkstemp.  Compile our own tempname.c if we compile our own
31935         mkstemp.c, as mkstemp relies on tempname.
31936
31937 2001-03-01  Jim Meyering  <meyering@lucent.com>
31938
31939         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
31940         AH_VERBATIM really does output its argument verbatim.
31941
31942 2001-02-28  Paul Eggert  <eggert@twinsun.com>
31943
31944         * lib/Makefile.am (libfetish_a_SOURCES):
31945         Add dup-safer.c, fopen-safer.c.
31946         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
31947
31948         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
31949         * lib/unistd-safer.h: New files.
31950
31951 2001-02-25  Paul Eggert  <eggert@twinsun.com>
31952
31953         The mkstemp replacement is taken from glibc 2.2.2, with some
31954         portability fixes for use outside glibc, as follows:
31955
31956         * lib/tempname.c (struct_stat64): New macro.
31957         (direxists, __gen_tempname): Use it.
31958         This avoids a portability problem with Solaris 8.
31959
31960         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
31961         (<stddef.h>, <stdint.h>, <string.h>):
31962         Include only if STDC_HEADERS || _LIBC.
31963         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
31964         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
31965         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
31966         (__set_errno): Define this macro if <errno.h> doesn't.
31967         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
31968         Define these macros if <stdio.h> doesn't.
31969         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
31970         Define these macros if <sys/stat.h>
31971         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
31972         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
31973         __xstat64): Define if not _LIBC.
31974         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
31975         (__gen_tempname): Invoke gettimeofday only if
31976         HAVE_GETTIMEOFDAY || _LIBC;
31977         otherwise, fall back on plain "time".
31978         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
31979
31980         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
31981
31982         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
31983
31984 2001-02-18  Paul Eggert  <eggert@twinsun.com>
31985
31986         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
31987
31988 2001-02-17  Paul Eggert  <eggert@twinsun.com>
31989
31990         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
31991         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
31992         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
31993         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
31994
31995 2001-02-17  Paul Eggert  <eggert@twinsun.com>
31996
31997         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
31998         Remove workaround macros for hosts that have mbrtowc but not
31999         mbstate_t, as we now insist on proper declarations for both
32000         before using mbrtowc.
32001
32002 2001-02-17  Jim Meyering  <meyering@lucent.com>
32003
32004         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
32005         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
32006         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
32007         UnixWare 7.1.1.
32008
32009         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
32010         rather than AC_CACHE_VAL.
32011
32012 2001-02-17  Jim Meyering  <meyering@lucent.com>
32013
32014         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
32015         around included file name.
32016
32017         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
32018
32019         * lib/strftime.c: Update from GNU libc (the only changes were to
32020         comments).
32021
32022 2001-02-17  Jim Meyering  <meyering@lucent.com>
32023
32024         * lib/regex.c: Update from libc.
32025
32026 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
32027
32028         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
32029         clash.
32030
32031 2001-02-16  Paul Eggert  <eggert@twinsun.com>
32032
32033         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
32034         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
32035         Reported by Mark Hounschell via Paul Eggert.
32036
32037 2001-02-07  Jim Meyering  <meyering@lucent.com>
32038
32039         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
32040
32041 2001-02-05  Jim Meyering  <meyering@lucent.com>
32042
32043         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
32044         it includes the patch required for `large file' support with at least
32045         HP-UX's 10.20 /bin/cc.
32046
32047 2001-02-03  Jim Meyering  <meyering@lucent.com>
32048
32049         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
32050         AS_IF, now that it works once again (mysteriously).
32051         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
32052
32053 2001-01-30  Jim Meyering  <meyering@lucent.com>
32054
32055         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
32056         * m4/chown.m4: Rename conftestchown to conftest.chown.
32057         * m4/rename.m4: s/conftestdir/conftest.d1/ and
32058         s/conftestdir2/conftest.d2/.
32059         * m4/utimes.m4: s/conftestdata/conftest.data/
32060         Inspired by Pavel Roskin's change in autoconf.
32061
32062 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
32063
32064         * lib/config.charset: Update for FreeBSD 4.2.
32065
32066 2001-01-27  Jim Meyering  <meyering@lucent.com>
32067
32068         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
32069         a use of AS_IF.
32070         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
32071
32072 2001-01-26  Jim Meyering  <meyering@lucent.com>
32073
32074         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
32075         quotearg.c includes it.
32076
32077 2001-01-26  Jim Meyering  <meyering@lucent.com>
32078
32079         * lib/quotearg.c: Include stddef.h.
32080         * lib/quote.c: Include stddef.h.
32081         Reported by Axel Kittenberger.
32082
32083         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
32084         line in double quotes so that it evokes a better diagnostic.
32085         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
32086         Reported by Axel Kittenberger.
32087
32088 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
32089
32090         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
32091         as if it was a `charset'.
32092
32093 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
32094
32095         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
32096         has const.
32097
32098 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
32099
32100         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
32101         to avoid a warning.  Add back 'const' to inptr.
32102
32103 2001-01-20  Jim Meyering  <meyering@lucent.com>
32104
32105         Be sure that headers are checked before used in code compiled
32106         for the type checks.
32107         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
32108         In place of that, invoke jm_CHECK_ALL_TYPES.
32109         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
32110         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
32111         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
32112         The check for ssize_t was mistakenly run before the test for unistd.h.
32113
32114         The configure-time check for stdbool.h was missing.
32115         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
32116         (jm_PREREQ_HASH): New function.
32117
32118 2001-01-17  Jim Meyering  <meyering@lucent.com>
32119
32120         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
32121         for autoconf-2.49c.
32122         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
32123
32124 2001-01-16  Jim Meyering  <meyering@lucent.com>
32125
32126         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
32127         From Bruno Haible.
32128
32129 2001-01-14  Jim Meyering  <meyering@lucent.com>
32130
32131         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
32132         foo and bar.  Create conftestdir/ in the script, not in the C code.
32133         Remove directories in the script, not in the C code.
32134         Remove conftestdir{,2} before trying to create the directory.
32135         Make the entire configure script fail if the mkdir fails.
32136
32137 2001-01-14  Jim Meyering  <meyering@lucent.com>
32138
32139         * lib/rename.c: New file.  From Volker Borchert.
32140         Include stdlib.h, string.h or strings.h, and xalloc.h.
32141         Use strip_trailing_slashes rather than open-coding it.
32142
32143 2001-01-03  Paul Eggert  <eggert@twinsun.com>
32144
32145         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
32146
32147 2001-01-03  Jim Meyering  <meyering@lucent.com>
32148
32149         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
32150         of local `inptr' to avoid warning with some system declarations of
32151         iconv.
32152
32153 2001-01-02  Volker Borchert  <bt@teknon.de>
32154
32155         * m4/rename.m4: New file.
32156         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
32157
32158 2001-01-01  Jim Meyering  <meyering@lucent.com>
32159
32160         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
32161         even on systems with utmpx.h.  It's necessary for the declaration of
32162         utmp's ut_user member.  Reported by Andreas Jaeger.
32163
32164         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
32165         available. They are required for the declarations of getgrgid and
32166         getpwuid resp.
32167         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
32168         Reported by Andreas Jaeger.
32169
32170 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
32171
32172         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
32173         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
32174         so `make install' also works in VPATH builds.
32175
32176 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
32177
32178         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
32179         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
32180         can be used in subdirectories.
32181
32182 2000-12-29  Paul Eggert  <eggert@twinsun.com>
32183
32184         * lib/modechange.c: Do not assume that mode_t uses the
32185         traditional octal encoding.  E.g. "chmod 1 FOO" should set
32186         the other-execute bit of FOO even if S_IXOTH != 1.
32187
32188         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
32189         WOTH, XOTH, ALLM): New macros.
32190         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
32191          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
32192         Use them.
32193         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
32194         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
32195         (mode_compile):
32196         No need to use uintmax_t; unsigned long is long enough.
32197         Don't bother to get suffix since we don't use it.
32198
32199 2000-12-26  Jim Meyering  <meyering@lucent.com>
32200
32201         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
32202         better with autoheader.
32203
32204 2000-12-24  Jim Meyering  <meyering@lucent.com>
32205
32206         * lib/hash.c (is_prime): Return explicit boolean values.
32207         (hash_get_first): Return NULL to appease Irix5.6's 89.
32208         Reported by Nelson Beebe.
32209
32210 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
32211
32212         * lib/localcharset.c (locale_charset): Add support for Win32.
32213
32214 2000-12-18  Paul Eggert  <eggert@twinsun.com>
32215
32216         * lib/physmem.h, lib/physmem.c: New files.
32217
32218         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
32219         (noinst_HEADERS): Add physmem.h.
32220
32221         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
32222         't' for compatibility with Solaris 8 sort.
32223
32224 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
32225
32226         * lib/config.charset: Add support for BeOS.
32227
32228 2000-12-17  Jim Meyering  <meyering@lucent.com>
32229
32230         * m4/dos.m4 (jm_AC_DOS): New file and macro.
32231         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
32232
32233 2000-12-16  Jim Meyering  <meyering@lucent.com>
32234
32235         This bug had a serious impact on chown: `chown N:M FILE' (for integer
32236         N and M) would have treated it like `chown N:N FILE'.
32237
32238         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
32239
32240 2000-12-16  Jim Meyering  <meyering@lucent.com>
32241
32242         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
32243         SHELLS_FILE to a file name that's useful on djgpp systems.
32244         Include stdlib.h.
32245         (ADDITIONAL_DEFAULT_SHELLS): Define.
32246         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
32247         Based mostly on a patch from Prashant TR.
32248
32249 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
32250
32251         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
32252         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
32253         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
32254
32255 2000-12-08  Andreas Schwab  <schwab@suse.de>
32256
32257         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
32258         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
32259
32260 2000-12-07  Jim Meyering  <meyering@lucent.com>
32261
32262         * lib/stripslash.c (ISSLASH): Define.
32263         (strip_trailing_slashes): Use ISSLASH rather than comparing against
32264         `/'.
32265         From Prashant TR.
32266
32267         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
32268         (dir_name_r): Declare this function as static.
32269         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
32270         manifest itself on a name containing a mix of slashes and
32271         backslashes.
32272         Make this function work with names starting with a DOS-style
32273         drive letter and colon prefix.
32274         (dir_name): Append `.' if necessary.
32275         Based mostly on patches from Prashant TR and Eli Zaretskii.
32276
32277         * lib/dirname.h (dir_name_r): Remove prototype.
32278
32279 2000-12-06  Paul Eggert  <eggert@twinsun.com>
32280
32281         * m4/off_t-format.m4: Remove this file.
32282         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
32283
32284 2000-12-06  Jim Meyering  <meyering@lucent.com>
32285
32286         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
32287         replacement strtoull, we may well need the replacement strtoul, too.
32288         Check for declarations of strtoul and strtoull.
32289         Check for strtol.  Mainly as a cue to cause automake to include
32290         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
32291         Check for limits.h -- strtol.c needs it.
32292
32293 2000-12-05  Jim Meyering  <meyering@lucent.com>
32294
32295         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
32296
32297 2000-12-04  Jim Meyering  <meyering@lucent.com>
32298
32299         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
32300         Also include memory.h, stdlib.h, unistd.h if appropriate.
32301         Reported by Andreas Jaeger (conflicting declaration of malloc).
32302
32303 2000-12-02  Jim Meyering  <meyering@lucent.com>
32304
32305         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
32306         * m4/jm-macros.m4 (jm_MACROS): require it.
32307
32308 2000-12-02  Jim Meyering  <meyering@lucent.com>
32309
32310         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
32311
32312 2000-12-01  Paul Eggert  <eggert@twinsun.com>
32313
32314         * lib/memrchr.c: Include <config.h> before any system include file.
32315
32316 2000-11-30  Jim Meyering  <meyering@lucent.com>
32317
32318         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
32319
32320 2000-11-30  Jim Meyering  <meyering@lucent.com>
32321
32322         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
32323
32324 2000-11-29  Paul Eggert  <eggert@twinsun.com>
32325
32326         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
32327
32328 2000-11-26  Jim Meyering  <meyering@lucent.com>
32329
32330         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
32331
32332 2000-11-22  Paul Eggert  <eggert@twinsun.com>
32333
32334         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
32335         size of (size_t) -1; it's not portable.
32336
32337 2000-11-17  Jim Meyering  <meyering@lucent.com>
32338
32339         * lib/strstr.c: Update from GNU libc.
32340
32341 2000-11-17  Akim Demaille  <akim@epita.fr>
32342
32343         * lib/obstack.h: Formatting changes.
32344         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
32345         prevent type checking.
32346         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
32347         cast the value to (void *): assigning a `foo *' to a `void *'
32348         variable is valid.
32349         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
32350
32351 2000-11-16  Jim Meyering  <meyering@lucent.com>
32352
32353         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
32354
32355 2000-11-11  Jim Meyering  <meyering@lucent.com>
32356
32357         * lib/error.c: Add a couple #includes, merging from GNU libc version.
32358
32359 2000-11-10  Jim Meyering  <meyering@lucent.com>
32360
32361         * lib/obstack.h: Update from GNU libc.
32362         * lib/obstack.c: Likewise.
32363
32364 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
32365
32366         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
32367
32368 2000-11-06  Paul Eggert  <eggert@twinsun.com>
32369
32370         * lib/getusershell.c (setusershell): Use rewind rather than
32371         fseek/fseeko, to avoid configuration hassles with fseeko.
32372         Don't bother opening SHELLS_FILE if shellstream is NULL;
32373         it's not necessary.
32374
32375 2000-11-05  Jim Meyering  <meyering@lucent.com>
32376
32377         * lib/makepath.h (make_dir): Declare.
32378         * lib/makepath.c (make_dir): Remove `static' attribute.
32379         Tweak a comment.
32380
32381 2000-11-04  Jim Meyering  <meyering@lucent.com>
32382
32383         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
32384
32385 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
32386
32387         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
32388         last one in a bucket, advance to the next bucket.
32389
32390 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
32391
32392         * lib/fnmatch.c: Do not comment out all the code if we are using
32393         the GNU C library, because in some cases we are replacing buggy
32394         code in the GNU C library itself.
32395
32396 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
32397
32398         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
32399         (regex_compile): Catch bogus \(\1\).
32400
32401 2000-10-30  Paul Eggert  <eggert@twinsun.com>
32402
32403         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
32404         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
32405         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
32406
32407 2000-10-30  Paul Eggert  <eggert@twinsun.com>
32408
32409         * lib/error.h, getline.h, modechange.h:
32410         Remove "2000" from Copyright line, as the file hasn't been
32411         changed this year other than in the copyright notice.
32412
32413         * lib/xalloc.h: Add "2000" to Copyright line, as this file
32414         was changed this year.
32415
32416 2000-10-29  Jim Meyering  <meyering@lucent.com>
32417
32418         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
32419         renaming.
32420         * m4/ls-mntd-fs.m4: Likewise
32421
32422 2000-10-29  Jim Meyering  <meyering@lucent.com>
32423
32424         * lib/xstat.in: Fix grammar in comment.
32425
32426 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
32427
32428         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
32429         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
32430         doesn't define __restrict_arr.
32431
32432 2000-10-28  Jim Meyering  <meyering@lucent.com>
32433
32434         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
32435         (jm_PREREQ_MEMCHR): New function.
32436
32437 2000-10-28  Jim Meyering  <meyering@lucent.com>
32438
32439         * lib/memchr.c: Update from libc.
32440         Adjust for portability:
32441         [HAVE_STDLIB_H]: Include stdlib.h.
32442         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
32443         Undef __memchr, too.
32444         [!weak_alias]: Define __memchr to memchr.
32445
32446         * lib/regex.c: Update from libc.
32447         * lib/regex.h: Likewise.
32448         * lib/getopt1.c: Likewise.
32449         * lib/memcmp.c: Likewise.
32450
32451         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
32452         Avoid using fseek, when possible -- it's broken by design.
32453         Patch by Ulrich Drepper.
32454
32455 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
32456
32457         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
32458         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
32459         Giving in to popular pressure to shut up the compiler with casts.
32460
32461 2000-10-26  Jim Meyering  <meyering@lucent.com>
32462
32463         * lib/strftime.c: Update from libc.
32464
32465 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
32466
32467         * regex.c: More `unsigned char' -> `re_char' changes.
32468         Also change several `int' into `re_wchar_t'.
32469         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
32470         (PUSH_FAILURE_POINTER): Don't cast any more.
32471         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
32472         We want GCC to complain, since this piece of code makes
32473         re_match non-reentrant, which *should* be fixed.
32474         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
32475         (EXTEND_BUFFER): Use RETALLOC.
32476         (SET_LIST_BIT): Don't cast.
32477         (re_wchar_t): New type.
32478         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
32479         that those two functions will always properly return.
32480         (IMMEDIATE_QUIT_CHECK): Cast to void.
32481         (analyse_first): Use recursion rather than an explicit stack.
32482         (re_compile_fastmap): Can't fail anymore.
32483         (re_search_2): Don't check re_compile_fastmap for failure.
32484         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
32485         Now also sets the new value (passed in a new argument).
32486         (re_match_2_internal): Use it.
32487         Also, use a new var `reg' of type size_t when looping through regs
32488         rather than reuse the inappropriate `mcnt'.
32489
32490 2000-10-25  Jim Meyering  <meyering@lucent.com>
32491
32492         * lib/obstack.c: Update from libc.
32493
32494 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
32495
32496         * regex.c (regex_compile): Change the way of handling a range from
32497         a char less than 256 to a char not less than 256.
32498
32499 2000-10-24  Andrew Innes  <andrewi@gnu.org>
32500
32501         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
32502         NT-Emacs only.
32503         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
32504         so that re_search functions only quit when callers expect them to.
32505
32506 2000-10-23  Jim Meyering  <meyering@lucent.com>
32507
32508         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
32509         wrong.  That set_locale call must not have any side effects.
32510         From Paul Eggert.
32511
32512 2000-10-22  Jim Meyering  <meyering@lucent.com>
32513
32514         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
32515         [CYCLIC]: Remove now-unused definition.
32516
32517         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
32518         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
32519         Suggestion from Ulrich Drepper.
32520
32521 2000-10-21  Jim Meyering  <meyering@lucent.com>
32522
32523         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
32524         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
32525         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
32526
32527 2000-10-21  Jim Meyering  <meyering@lucent.com>
32528
32529         * lib/dirname.c (memrchr): Declare if necessary.
32530         (dir_name): Remove the restriction that there be no
32531         trailing slashes.  Now, this code skips past them, effectively
32532         ignoring them.
32533         [TEST_DIRNAME] (main): New unit tests.
32534
32535         * lib/memrchr.c: New file from GNU libc.
32536         Undef __memrchr, too.
32537         [!weak_alias]: Define __memrchr to memrchr.
32538         Guard weak_alias use with `#ifdef weak_alias'.
32539
32540 2000-10-21  Jim Meyering  <meyering@lucent.com>
32541
32542         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
32543         (dir_name): Use dir_name_r.
32544         * lib/dirname.h (dir_name_r): Declare it.
32545
32546 2000-10-17  Jim Meyering  <meyering@lucent.com>
32547
32548         * lib/quote.h (PARAMS): Define and use.
32549         Reported by Akim Demaille.
32550
32551         * lib/getopt.c: Update from libc.
32552
32553 2000-10-16  Jim Meyering  <meyering@lucent.com>
32554
32555         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
32556         setlocale.
32557         From Jan Fedak.
32558
32559 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
32560
32561         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
32562
32563 2000-09-25  Jim Meyering  <meyering@lucent.com>
32564
32565         * lib/md5.h (rol): Define (from GnuPG).
32566
32567         * lib/sha.c: Give credit (GnuPG) where due.
32568         (M): Use rol rather than open-coding it.
32569         Add a FIXME comment.
32570
32571 2000-09-21  Jim Meyering  <meyering@lucent.com>
32572
32573         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
32574         Reported by Michael Stone.
32575
32576 2000-09-20  Jim Meyering  <meyering@lucent.com>
32577
32578         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
32579         (noinst_HEADERS): Add sha.h.
32580         Based on code from Scott G. Miller and from GnuPG.
32581
32582 2000-09-18  Jim Meyering  <meyering@lucent.com>
32583
32584         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
32585         LIBS. Otherwise, everyone ends up linking with -lelf for some
32586         configurations.
32587         Reported by Mike Stone.
32588
32589 2000-09-15  Jim Meyering  <meyering@lucent.com>
32590
32591         * lib/regex.c: Update from libc.
32592
32593 2000-09-10  Jim Meyering  <meyering@lucent.com>
32594
32595         * lib/getopt.c (_getopt_internal): Update from glibc.
32596
32597 2000-09-09  Jim Meyering  <meyering@lucent.com>
32598
32599         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
32600         think it should be used as a general replacement for isascii.
32601         * lib/fnmatch.c: Likewise.
32602         * lib/mbswidth.c: Likewise
32603         * lib/regex.c: Likewise.
32604
32605         Don't use atoi.
32606         * lib/userspec.c: Include sys/param.h and limits.h.
32607         Include xstrtol.h.
32608         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
32609         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
32610         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
32611         UID, GID.  Check range.
32612
32613 2000-09-06  Jim Meyering  <meyering@lucent.com>
32614
32615         * lib/getopt.c (_getopt_internal): Update from glibc.
32616
32617 2000-08-30  Jim Meyering  <meyering@lucent.com>
32618
32619         * lib/strftime.c: Merge in changes from GNU libc.
32620
32621 2000-08-26  Jim Meyering  <meyering@lucent.com>
32622
32623         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
32624         * m4/fpending.m4: New file.
32625
32626 2000-08-26  Jim Meyering  <meyering@lucent.com>
32627
32628         * lib/closeout.c: Include "__fpending.h".
32629         (close_stdout_status): Return right away if there's nothing to flush.
32630
32631         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
32632         * lib/__fpending.c: New file.
32633         * lib/__fpending.h: New file.
32634
32635 2000-08-20  Jim Meyering  <meyering@lucent.com>
32636
32637         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
32638         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
32639         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
32640
32641 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
32642
32643         Improve fileutils installation on systems where running
32644         programs (like install) can't be unlinked.
32645         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
32646         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
32647
32648 2000-08-07  Paul Eggert  <eggert@twinsun.com>
32649
32650         Standardize on "memory exhausted" instead of "Memory exhausted"
32651         or "virtual memory exhausted".
32652         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
32653         "virtual memory exhausted".
32654         * lib/same.c (same_name): Invoke xalloc_die instead of printing
32655         our own message.
32656         * lib/userspec.c (parse_user_spec): Likewise.
32657         * lib/bumpalloc.h: comment fix
32658         * lib/same.c, userspec.c: Include xalloc.h.
32659
32660         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
32661         not char *const and pointing to a constant array.
32662         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
32663         (xrealloc): Comment fix.
32664
32665         * lib/userspec.c (parse_user_spec):
32666         Don't translate a message until just before returning,
32667         to avoid unnecessary translation.
32668
32669 2000-08-07  Jim Meyering  <meyering@lucent.com>
32670
32671         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
32672         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
32673         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
32674         getgroups.c, gethostname.c, getopt.h, group-member.c,
32675         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
32676         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
32677         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
32678         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
32679         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
32680         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
32681         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
32682         yesno.c: Back out Copyright date changes for each file with no change
32683         this year.  This eases coordination with other programs using the same
32684         source code modules.  From Paul Eggert.
32685
32686 2000-08-06  Paul Eggert  <eggert@twinsun.com>
32687
32688         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
32689         not char, for compatibility with glibc 2.1.3 strftime.c.
32690
32691 2000-08-03  Greg McGary  <greg@mcgary.org>
32692
32693         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
32694         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
32695         (EXTEND_BUFFER): Use them.
32696
32697 2000-08-01  Jim Meyering  <meyering@lucent.com>
32698
32699         * lib/dirname.c (ISSLASH): Define.
32700         (BACKSLASH_IS_PATH_SEPARATOR): Define.
32701         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
32702         both `\' and `/' may be use as path separators.
32703         Based on a patch from Prashant TR.
32704
32705 2000-07-31  Paul Eggert  <eggert@twinsun.com>
32706
32707         * lib/quotearg.c (quotearg_n_options): Don't make the initial
32708         slot vector a constant, since it might get modified.
32709
32710 2000-07-31  Jim Meyering  <meyering@lucent.com>
32711
32712         * lib/xmalloc.c: Use `virtual memory exhausted', not
32713         `Memory exhausted'.
32714         * lib/obstack.c (print_and_abort): Likewise.
32715
32716 2000-07-30  Paul Eggert  <eggert@twinsun.com>
32717
32718         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
32719         buffer, so that the caller can always quote one small
32720         component of a "memory exhausted" message in slot 0.
32721         From a suggestion by Jim Meyering.
32722
32723 2000-07-30  Jim Meyering  <meyering@lucent.com>
32724
32725         * lib/makepath.c (make_path): Quote the other instance, too.
32726
32727         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
32728         (STATIC_BUF_SIZE): Define.
32729         (quotearg_n_options): Use only statically allocated storage when
32730         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
32731         than STATIC_BUF_SIZE.
32732
32733 2000-07-29  Jim Meyering  <meyering@lucent.com>
32734
32735         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
32736         * lib/dirname.c (dir_name): Likewise.
32737
32738         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
32739         `/'.
32740
32741         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
32742         (dir_name): Assert that there are no trailing slashes.
32743
32744 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
32745
32746         * lib/mbswidth.h (mbswidth): Add a flags argument.
32747         (mbswidth): New declaration.
32748         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
32749         * lib/mbswidth.c (mbswidth): Add a flags argument.
32750         (mbsnwidth): New function.
32751
32752 2000-07-24  Jim Meyering  <meyering@lucent.com>
32753
32754         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
32755
32756 2000-07-23  Paul Eggert  <eggert@twinsun.com>
32757
32758         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
32759
32760 2000-07-23  Paul Eggert  <eggert@twinsun.com>
32761
32762         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
32763         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
32764         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
32765         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
32766         invoke multibyte primitives.
32767
32768 2000-07-23  Paul Eggert  <eggert@twinsun.com>
32769
32770         * lib/quotearg.c:
32771         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
32772         so that mbstate_t is always defined.
32773
32774         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
32775         be 1 in at least one GCC installation, and this configuration
32776         error is likely to be common.  Ignoring MB_LEN_MAX hurts
32777         performance on hosts that have mbrtowc but have only unibyte
32778         locales, but I assume these hosts are rare.
32779
32780 2000-07-23  Paul Eggert  <eggert@twinsun.com>
32781
32782         * lib/mbswidth.c (_XOPEN_SOURCE):
32783         Don't define; this causes problems on Solaris 7.
32784         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
32785
32786 2000-07-23  Jim Meyering  <meyering@lucent.com>
32787
32788         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
32789         too: getgrgid, getpwuid, getuid.
32790
32791 2000-07-23  Jim Meyering  <meyering@lucent.com>
32792
32793         * lib/basename.c (base_name): Add an assertion.
32794
32795 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
32796
32797         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
32798         shadow its mbsinit function.
32799
32800 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
32801
32802         * lib/mbswidth.h: New file.
32803         * lib/mbswidth.c: New file.
32804         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
32805         (noinst_HEADERS): Add mbswidth.h.
32806
32807 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
32808
32809         * lib/config.charset: Add support for FreeBSD. Improve support for
32810         HP-UX and IRIX 6.
32811
32812 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
32813
32814         * m4/mbswidth.m4: New file.
32815         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
32816
32817 2000-07-15  Jim Meyering  <meyering@lucent.com>
32818
32819         * lib/makepath.c: Include quote.h.
32820         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
32821         corresponding argument in a `quote (...)' call.
32822         Give better diagnostics.
32823
32824         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
32825         (noinst_HEADERS): Add quote.h.
32826
32827         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
32828         from tar's src/misc.c.
32829         * lib/quote.h: New file.  Prototypes for same.
32830
32831 2000-07-14  Paul Eggert  <eggert@twinsun.com>
32832
32833         From a suggestion by Bruno Haible.
32834         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
32835         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
32836         to decide whether to define the BeOS workaround macro;
32837         this adjusts to the change to AC_MBSTATE_T.
32838
32839 2000-07-14  Jim Meyering  <meyering@lucent.com>
32840
32841         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
32842         jm_AC_TYPE_UINTMAX_T.
32843
32844 2000-07-13  Paul Eggert  <eggert@twinsun.com>
32845
32846         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
32847
32848         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
32849         quotearg_buffer_restyled): Add support for
32850         clocale_quoting_style.  Undo previous change to
32851         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
32852         and "{RIGHT QUOTATION MARK}" msgids.
32853
32854 2000-07-10  Paul Eggert  <eggert@twinsun.com>
32855
32856         From a suggestion by Bruno Haible.
32857         * m4/mbstate_t.m4 (AC_MBSTATE_T):
32858         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
32859         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
32860         and mbstate_t, to a single-part test that simply defines mbstate_t.
32861         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
32862         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
32863
32864 2000-07-10  Jim Meyering  <meyering@lucent.com>
32865
32866         * m4/strerror_r.m4: Mirror the correction made in autoconf.
32867
32868         * m4/gnu-source.m4: Output to confdefs.h directly.
32869         Suggestion from Akim Demaille.
32870
32871 2000-07-09  Paul Eggert  <eggert@twinsun.com>
32872
32873         The old behavior of quoting `like this' doesn't look good with
32874         newer, ISO-style fonts.  See:
32875         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
32876
32877         Instead, quote "like this" by default.  Let the translator
32878         tailor the locale-specific quoting behavior by providing
32879         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
32880
32881         * lib/quotearg.c (N_): New macro.
32882         (gettext_default): New function.
32883         (quotearg_buffer_restyled): Use
32884         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
32885         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
32886
32887 2000-07-09  Jim Meyering  <meyering@lucent.com>
32888
32889         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
32890         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
32891
32892         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
32893         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
32894
32895 2000-07-09  Jim Meyering  <meyering@lucent.com>
32896
32897         * lib/Most files: Update copyright dates to include 2000.
32898
32899 2000-07-08  Jim Meyering  <meyering@lucent.com>
32900
32901         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
32902         if not defined.
32903         (xgethostname): Remove now-unnecessary #ifdef.
32904         Move declaration of `err' into loop where it's used.
32905
32906 2000-07-05  Paul Eggert  <eggert@twinsun.com>
32907         and Bruno Haible  <haible@clisp.cons.org>
32908
32909         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
32910         only if the test for an object-type mbstate_t fails.  This
32911         prevents us from mistakenly reporting that mbstate_t is a
32912         system object type after we "#define mbstate_t int" to work
32913         around its lack.
32914
32915 2000-07-05  Paul Eggert  <eggert@twinsun.com>
32916         and Bruno Haible  <haible@clisp.cons.org>
32917
32918         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
32919
32920 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
32921
32922         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
32923         to strerror_r.
32924         Include <ctype.h> for use of isalpha.
32925
32926 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
32927
32928         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
32929         by allocating a larger buffer. Test the gethostname return value for
32930         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
32931         returns an error and ENAMETOOLONG isn't defined.
32932
32933 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
32934
32935         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
32936         dimension.
32937
32938 2000-07-04  Jim Meyering  <meyering@lucent.com>
32939
32940         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
32941         of the deprecated AC_CHECKING.
32942
32943 2000-07-04  Jim Meyering  <meyering@lucent.com>
32944
32945         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
32946         Reported by Bruno Haible.
32947
32948 2000-07-04  Jim Meyering  <meyering@lucent.com>
32949
32950         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
32951         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
32952         lacks mbrtowc.
32953
32954 2000-07-03  Paul Eggert  <eggert@twinsun.com>
32955
32956         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
32957         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
32958
32959 2000-07-03  Paul Eggert  <eggert@twinsun.com>
32960         and Bruno Haible  <haible@clisp.cons.org>
32961
32962         * lib/quotearg.c (mbrtowc):
32963         Assign to *pwc, and return 1 only if result is nonzero.
32964         (iswprint): Use ISPRINT when substituting our own mbrtowc.
32965
32966 2000-07-03  Jim Meyering  <meyering@lucent.com>
32967
32968         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
32969
32970 2000-07-03  Jim Meyering  <meyering@lucent.com>
32971
32972         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
32973         This is necessary to get a definition of e.g., UTMP_FILE on
32974         HP-UX 10.20.
32975         From Bob Proulx.
32976
32977 2000-07-02  Jim Meyering  <meyering@lucent.com>
32978
32979         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
32980
32981         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
32982         AC_LIBOBJ(function_name).
32983         * m4/chown.m4: Likewise.
32984         * m4/fnmatch.m4: Likewise.
32985         * m4/ftruncate.m4: Likewise.
32986         * m4/getgroups.m4: Likewise.
32987         * m4/getline.m4: Likewise.
32988         * m4/group-member.m4: Likewise.
32989         * m4/jm-macros.m4: Likewise.
32990         * m4/lstat.m4: Likewise.
32991         * m4/malloc.m4: Likewise.
32992         * m4/memcmp.m4: Likewise.
32993         * m4/nanosleep.m4: Likewise.
32994         * m4/putenv.m4: Likewise.
32995         * m4/realloc.m4: Likewise.
32996         * m4/regex.m4: Likewise.
32997         * m4/stat.m4: Likewise.
32998         * m4/strftime.m4: Likewise.
32999
33000 2000-07-02  Jim Meyering  <meyering@lucent.com>
33001
33002         * lib/quotearg.c (mbstate_t): Don't define here.
33003
33004 2000-07-02  Jim Meyering  <meyering@lucent.com>
33005
33006         * lib/nanosleep.c (SIGCONT): Define if not already defined.
33007
33008 2000-07-01  Jim Meyering  <meyering@lucent.com>
33009
33010         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
33011
33012 2000-07-01  Jim Meyering  <meyering@lucent.com>
33013
33014         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
33015         problem.
33016
33017 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
33018
33019         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
33020         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
33021
33022 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
33023
33024         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
33025         per change in ../m4/ls-mntd-fs.m4.
33026         (read_filesystem_list): Ignore symbolic links.
33027
33028 2000-06-29  Jim Meyering  <meyering@lucent.com>
33029
33030         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
33031         for declaration of strcmp.
33032
33033         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
33034
33035         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
33036         Avoid warning by casting result to `char *' to remove `const'.
33037
33038 2000-06-28  Jim Meyering  <meyering@lucent.com>
33039
33040         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
33041         included by quotearg.c, for which we perform this test.  From
33042         Bruno Haible.
33043
33044 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
33045
33046         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
33047         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
33048         <utmpx.h> exists, put readutmp.o into LIBOBJS.
33049
33050 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
33051
33052         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
33053
33054 2000-06-26  Paul Eggert  <eggert@twinsun.com>
33055
33056         savedir now sets errno on failure and invokes xmalloc to get memory.
33057         Fix a couple of other minor bugs while we're at it.
33058
33059         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
33060         (NAMLEN): Remove macro.
33061         (malloc, realloc): Remove decls.
33062         (stpcpy): Likewise.
33063         ("xalloc.h"): Include.
33064         (NAME_SIZE_DEFAULT): New macro.
33065         (savedir): Use xmalloc / xrealloc to allocate memory.
33066         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
33067         Skip "" directory entries.
33068         Use strlen to calculate directory entry length, since the old method
33069         is rarely used these days and isn't worth supporting.
33070         Don't use a pointer after freeing it.
33071         Check for integer overflow when calculating allocation size.
33072         Use memcpy to copy entries, instead of stpcpy.
33073         Set errno properly when returning NULL.
33074         Check for readdir error.
33075
33076 2000-06-26  Jim Meyering  <meyering@lucent.com>
33077
33078         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
33079
33080 2000-06-25  Jim Meyering  <meyering@lucent.com>
33081
33082         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
33083         Linux header bug when _XOPEN_SOURCE is defined to 500.
33084
33085 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
33086
33087         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
33088         deficiency.
33089
33090 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
33091
33092         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
33093         Include xalloc.h.
33094         Don't include <stdlib.h>.  Don't declare malloc, realloc.
33095
33096 2000-06-24  Jim Meyering  <meyering@lucent.com>
33097
33098         * m4/strerror_r.m4: Revive this file -- to try out an experimental
33099         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
33100         for which strerror does return char*, but which lacks a conveniently
33101         accessible declaration of the function.  If the compile-test says
33102         strerror_r doesn't work, then resort to a `run'-test that works on
33103         BeOS and segfaults on DEC Unix.
33104
33105 2000-06-24  Jim Meyering  <meyering@lucent.com>
33106
33107         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
33108
33109 2000-06-23  Paul Eggert  <eggert@twinsun.com>
33110
33111         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
33112         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
33113
33114 2000-06-23  Paul Eggert  <eggert@twinsun.com>
33115
33116         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
33117         (mbrtowc, mbstate_t): Define substitutes if
33118         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
33119         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
33120         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
33121
33122 2000-06-23  Jim Meyering  <meyering@lucent.com>
33123
33124         * m4/afs.m4: Add missing AC_MSG_RESULT.
33125         Reported by Bruno Haible.
33126
33127         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
33128         Suggestion from Bruno Haible.
33129
33130 2000-06-23  Jim Meyering  <meyering@lucent.com>
33131
33132         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
33133
33134 2000-06-21  Jim Meyering  <meyering@lucent.com>
33135
33136         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
33137
33138 2000-06-21  Jim Meyering  <meyering@lucent.com>
33139
33140         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
33141         (noinst_HEADERS): Add getstr.h.
33142
33143         * lib/getline.c (getstr): Move into a separate file.
33144         * lib/getstr.c (getstr): New file, extracted from getline.c, with
33145         the following changes: new parameter, delim2; both delim[12]
33146         parameters have type `int', not `char'.  The latter would lose
33147         with 8-bit delimiters.
33148         * lib/getstr.h: New file.
33149
33150 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33151
33152         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
33153         than 1024, return a memory chunk of least possible size, instead
33154         of size PATH_MAX + 2. In the loop, increment the size proportionally.
33155         Use free/xmalloc instead of xrealloc to avoid copying for very long
33156         paths.
33157
33158 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33159
33160         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
33161         the empty string.
33162
33163 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33164
33165         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
33166         address, not strdup.  Include <stdlib.h> and don't declare free().
33167
33168 2000-06-19  Jim Meyering  <meyering@lucent.com>
33169
33170         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
33171
33172 2000-06-18  Jim Meyering  <meyering@lucent.com>
33173
33174         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
33175
33176         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
33177         `checking whether...' message to be consistent with that of the
33178         lstat test.
33179
33180 2000-06-18  Jim Meyering  <meyering@lucent.com>
33181
33182         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
33183         Besides, these days every porting target provides a mkdir function.
33184
33185         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
33186         needed. (this snippet comes from src/system.h).
33187
33188 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
33189
33190         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
33191
33192 2000-06-15  Paul Eggert  <eggert@twinsun.com>
33193
33194         * lib/human.c (adjust_value): New function.
33195         (human_readable_inexact): Apply rounding style even when
33196         printing approximate values.
33197
33198 2000-06-14  Paul Eggert  <eggert@twinsun.com>
33199
33200         * lib/human.c (human_readable_inexact): Allow an input block
33201         size that is not a multiple of the output block size, and vice versa.
33202         Reported by Piergiorgio Sartor.
33203
33204 2000-06-14  Paul Eggert  <eggert@twinsun.com>
33205
33206         * lib/getdate.y (get_date): Apply relative times after time
33207         zone indicator, not before.  Reported by Todd A. Jacobs.
33208
33209 2000-06-13  Jim Meyering  <meyering@lucent.com>
33210
33211         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
33212
33213         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
33214
33215 2000-06-12  Paul Eggert  <eggert@twinsun.com>
33216
33217         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
33218
33219 2000-06-12  Jim Meyering  <meyering@lucent.com>
33220
33221         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
33222         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
33223         optional argument.
33224         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
33225         the optional argument, `lib'.
33226
33227 2000-06-08  Jim Meyering  <meyering@lucent.com>
33228
33229         * m4/largefile.m4: Remove file (now that it's part of autoconf).
33230
33231 2000-06-04  Paul Eggert  <eggert@twinsun.com>
33232
33233         Rewrite largefile configuration so that we don't need to run
33234         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
33235         AC_CANONICAL_HOST in configure.in -- jmm]
33236
33237         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
33238         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
33239         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
33240         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
33241         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
33242         All uses changed.
33243         Instead of inspecting the output of getconf, try to compile the
33244         test program without and with the macro definition.
33245         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
33246         for getconf.  Instead, check for the needed flags by compiling
33247         test programs.
33248
33249 2000-06-04  Paul Eggert  <eggert@twinsun.com>
33250
33251         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
33252
33253 2000-06-04  Jim Meyering  <meyering@lucent.com>
33254
33255         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
33256         SunOS 4.1.4 for which gid_t is an unsigned type.
33257
33258 2000-06-03  Jim Meyering  <meyering@lucent.com>
33259
33260         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
33261         now that autoconf requires that.
33262
33263         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
33264         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
33265         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
33266
33267 2000-06-03  Jim Meyering  <meyering@lucent.com>
33268
33269         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
33270
33271 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
33272
33273         * m4/glibc21.m4: New file.
33274         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
33275
33276 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
33277
33278         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
33279         newer, don't install charset.alias.
33280         * lib/config.charset: Change the Linux/glibc rules so they become empty
33281         on glibc-2.1 or newer.
33282
33283 2000-06-02  Jim Meyering  <meyering@lucent.com>
33284
33285         * lib/mountlist.c: Back out last change.  Instead, do this...
33286         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
33287         me_dummy member using the same `ignore'-testing code.
33288         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
33289         fs_type strings.
33290         From Mark D. Roth.
33291
33292 2000-05-29  Jim Meyering  <meyering@lucent.com>
33293
33294         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
33295         mounts with the `ignore' attribute.  Based on a patch from
33296         Mark D. Roth.
33297
33298 2000-05-28  Jim Meyering  <meyering@lucent.com>
33299
33300         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
33301         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33302         * m4/stat.m4: Likewise.
33303         * m4/lstat.m4: Likewise.
33304         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
33305
33306         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
33307         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
33308
33309 2000-05-26  Jim Meyering  <meyering@lucent.com>
33310
33311         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
33312
33313 2000-05-24  Jim Meyering  <meyering@lucent.com>
33314
33315         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
33316         autoconf requires that.
33317         * m4/lib-check.m4: Likewise.
33318         * m4/jm-macros.m4: Likewise.
33319         * m4/strftime.m4: Likewise.
33320
33321         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
33322         AC_CHECK_DECLS, now that autoconf requires that.
33323
33324 2000-05-22  Jim Meyering  <meyering@lucent.com>
33325
33326         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33327         * m4/lstat.m4: Likewise.
33328
33329 2000-05-22  Jim Meyering  <meyering@lucent.com>
33330
33331         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
33332
33333 2000-05-20  Jim Meyering  <meyering@lucent.com>
33334
33335         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
33336         (jm_PREREQ): Use it.
33337
33338 2000-05-18  Jim Meyering  <meyering@lucent.com>
33339
33340         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
33341         back, too, since it may have been modified by allocate_entry.
33342         (hash_delete): Rewrite to use neither the assignment operator
33343         nor the comma operator in an if-expression.
33344
33345 2000-05-15  Paul Eggert  <eggert@twinsun.com>
33346
33347         * lib/closeout.c:
33348         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
33349         Remove; no longer needed.
33350         "quotearg.h": Add include.
33351         (file_name): Do not bother to explicitly initialize to NULL; it's less
33352         efficient on some hosts.
33353         (close_stdout_status): Remove test as to whether stdout was already
33354         closed; it breaks for the case "echo x | sort >&-".
33355         Quote file name colons.
33356         Do not assume that _("write error") lacks format strings.
33357
33358 2000-05-15  Jim Meyering  <meyering@lucent.com>
33359
33360         * lib/version-etc.c (version_etc_copyright): Update the copyright
33361         string used in all --version output.
33362
33363 2000-05-14  Jim Meyering  <meyering@lucent.com>
33364
33365         * lib/closeout.c (close_stdout_set_file_name): New function.
33366         (close_stdout_status): Use new file-scoped global.
33367         Return right away if fstat says the stdout file descriptor is invalid.
33368         * lib/closeout.h (close_stdout_set_file_name): Declare.
33369
33370 2000-05-10  Jim Meyering  <meyering@lucent.com>
33371
33372         * lib/closeout.c [default_exit_status]: New file-scoped variable.
33373         (close_stdout_set_status): New function.
33374         * lib/closeout.h (close_stdout_set_status): Declare.
33375
33376 2000-05-09  Jim Meyering  <meyering@lucent.com>
33377
33378         * m4/gettext.m4: Rename this...
33379         * m4/libintl.m4: ...to this.
33380
33381 2000-05-08  Jim Meyering  <meyering@lucent.com>
33382
33383         * lib/long-options.c: Don't include closeout.h.
33384         (parse_long_options): Don't call close_stdout for --version.
33385
33386 2000-05-06  Paul Eggert  <eggert@twinsun.com>
33387
33388         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
33389         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
33390         2.1.3 bug.  This avoids a clash when files like regex.c define
33391         _GNU_SOURCE.
33392
33393 2000-05-06  Jim Meyering  <meyering@lucent.com>
33394
33395         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
33396         (AC_REPLACE_FUNCS): Add strnlen.
33397
33398         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
33399         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
33400
33401         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
33402         AC_SEARCH_LIBS call for nanosleep.
33403         (LIB_NANOSLEEP): Set and AC_SUBST.
33404
33405 2000-05-06  Jim Meyering  <meyering@lucent.com>
33406
33407         * lib/strnlen.c: Undefine __strnlen and strnlen.
33408         [!weak_alias]: Define __strnlen to strnlen.
33409
33410         * lib/atexit.c: New file, from libiberty.
33411
33412 2000-05-06  Jim Meyering  <meyering@lucent.com>
33413
33414         * lib/closeout.c (close_stdout_status): Also check for errors on the
33415         stderr stream.
33416
33417 2000-05-05  Jim Meyering  <meyering@lucent.com>
33418
33419         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
33420         AC_SEARCH_LIBS call for clock_gettime.
33421         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
33422
33423         * m4/search-libs.m4: Update from autoconf.
33424
33425         su doesn't work on Solaris 2.6.
33426         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
33427         <shadow.h>.  Reported by Dragos Harabor.
33428
33429 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
33430
33431         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
33432         memcpy instead of xmalloc, xrealloc, path_concat.
33433         (locale_charset): Treat empty environment variables as absent.
33434         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
33435
33436 2000-05-04  Jim Meyering  <meyering@lucent.com>
33437
33438         * lib/getopt.c: Update from glibc.
33439         * lib/obstack.c: Likewise.
33440         * lib/obstack.h: Likewise.
33441         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
33442         file
33443
33444         * lib/regex.h: Likewise.
33445         * lib/strndup.c: Likewise.
33446         * lib/strnlen.c: New file, from glibc.
33447
33448 2000-05-03  Jim Meyering  <meyering@lucent.com>
33449
33450         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
33451
33452 2000-05-02  Paul Eggert  <eggert@twinsun.com>
33453
33454         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
33455         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
33456         compile-time test, rather than inspecting host and OS, to
33457         decide whether to define _LARGEFILE_SOURCE.
33458
33459 2000-05-01  Jim Meyering  <meyering@lucent.com>
33460
33461         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
33462
33463         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
33464         Based on a patch from Bruno Haible.
33465
33466 2000-05-01  Jim Meyering  <meyering@lucent.com>
33467
33468         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
33469
33470 2000-04-29  Jim Meyering  <meyering@lucent.com>
33471
33472         * lib/path-concat.c: Declare strdup only if it's not defined.
33473         * lib/canon-host.c: Likewise.
33474
33475 2000-04-28  Jim Meyering  <meyering@lucent.com>
33476
33477         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
33478         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
33479         is included first, then limits.h is included by locale.h by libintl.h.
33480         From John David Anglin.
33481
33482 2000-04-25  Jim Meyering  <meyering@lucent.com>
33483
33484         * lib/makepath.c (S_IRWXUGO): Define.
33485         (make_path): Always perform explicit chmod if MODE specifies any
33486         of the `special' permission bits.  Prompted by a bug report against
33487         install from Mate Wierdl and Joost van Baal.
33488
33489 2000-04-18  Jim Meyering  <meyering@lucent.com>
33490
33491         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
33492         (jm_PREREQ): Use it.
33493
33494 2000-04-18  Jim Meyering  <meyering@lucent.com>
33495
33496         * lib/README: New file.
33497
33498         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
33499         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
33500
33501 2000-04-17  Jim Meyering  <meyering@lucent.com>
33502
33503         Get it right :-)
33504         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
33505         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
33506         Suggestion from Akim Demaille.
33507
33508 2000-04-17  Jim Meyering  <meyering@lucent.com>
33509
33510         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
33511         the definition of it to rpl_strftime also defined-away the system's
33512         declaration.
33513
33514 2000-04-15  Jim Meyering  <meyering@lucent.com>
33515
33516         Use `C' to denote so-called `contiguous' files, the same way
33517         that tar does.
33518         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
33519         (ftypelet): Use S_ISCTG.
33520         From Michael Deutschmann.
33521
33522 2000-04-14  Jim Meyering  <meyering@lucent.com>
33523
33524         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
33525         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
33526         clobbered.
33527
33528 2000-04-14  Jim Meyering  <meyering@lucent.com>
33529
33530         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
33531
33532 2000-04-13  Jim Meyering  <meyering@lucent.com>
33533
33534         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
33535         AH_VERBATIM to insert required #ifndef into config.h.in.
33536         Suggestion from Akim Demaille.
33537
33538 2000-04-12  Jim Meyering  <meyering@lucent.com>
33539
33540         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
33541         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
33542         Christian Krackowizer.
33543
33544         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
33545         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
33546         (AC_SYS_LARGEFILE): Require.
33547         (AM_C_PROTOTYPES): Require.
33548
33549 2000-04-08  Jim Meyering  <meyering@lucent.com>
33550
33551         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
33552         names don't conflict.  Reported by Eli Zaretskii.
33553
33554 2000-04-07  Jim Meyering  <meyering@lucent.com>
33555
33556         * lib/putenv.c: Move inclusion of errno.h so it follows that of
33557         sys/types.h, to work around system header problems on AIX 3.2.5.
33558         From Bruno Haible.
33559
33560 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
33561
33562         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
33563         bug.  Deal with the different error behavior of Irix iconv.
33564
33565 2000-04-05  Paul Eggert  <eggert@twinsun.com>
33566
33567         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
33568         IRIX if the installer said otherwise.
33569
33570 2000-04-05  Jim Meyering  <meyering@lucent.com>
33571
33572         Portability tweaks required for ultrix4.3.
33573         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
33574         (jm_CHECK_DECLS): Add getutent to the list of functions.
33575         (_jm_DECL_HEADERS): Add utmpx.h.
33576         From John David Anglin.
33577
33578         * m4/strftime.m4: Back out the 2000-04-02 change.
33579         Instead of that change, simply undefine putenv in the test program.
33580
33581 2000-04-05  Jim Meyering  <meyering@lucent.com>
33582
33583         Portability tweaks required for ultrix4.3.
33584         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
33585         getutent.
33586         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
33587         * lib/canon-host.c: Declare strdup.
33588         * lib/path-concat.c: Likewise.
33589         From John David Anglin.
33590
33591 2000-04-04  Jim Meyering  <meyering@lucent.com>
33592
33593         Be more DOS 8.3-friendly.
33594         * lib/ref-add.sin: Renamed from ref-add.sed.in.
33595         * lib/ref-del.sin: Renamed from ref-del.sed.in.
33596         * lib/Makefile.am: Reflect renaming.
33597         Reported by Eli Zaretskii.
33598
33599         Use a temporary file name that won't clash with `charset.alias'
33600         in the DOS 8.3 name space.
33601         * lib/Makefile.am (charset_tmp): Define.
33602         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
33603         (uninstall-local): Likewise.
33604         Reported by Eli Zaretskii.
33605
33606 2000-04-03  Jim Meyering  <meyering@lucent.com>
33607
33608         * m4/gettext.m4: Fix typo in comment.
33609
33610         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
33611         textutils/configure.in).  Suggestion from Paul Eggert.
33612         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
33613
33614 2000-04-02  Paul Eggert  <eggert@twinsun.com>
33615
33616         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
33617         variable in the shell rather than using putenv, which isn't
33618         portable.  This avoids the configure-time inter-test dependency
33619         on the potentially-renamed putenv function.
33620
33621 2000-03-30  Paul Eggert  <eggert@twinsun.com>
33622
33623         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
33624         before checking struct stat.st_blksize, so that
33625         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
33626
33627 2000-03-29  Paul Eggert  <eggert@twinsun.com>
33628
33629         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
33630         since strftime.c uses HAVE_STRFTIME to decide whether to use
33631         the underlying strftime.
33632
33633 2000-03-29  Paul Eggert  <eggert@twinsun.com>
33634
33635         * lib/time/strftime.c (my_strftime): Make sure we call the system
33636         strftime, not ourselves, when invoking the underlying strftime.
33637
33638 2000-03-24  Jim Meyering  <meyering@lucent.com>
33639
33640         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
33641         (charset_alias): Define.
33642         (install-exec-local): Factor out common code.
33643         (uninstall-local): Split lines longer than 80.
33644         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
33645         (SUFFIXES): Define.
33646         (.sed.in.sed): New rule.  Don't redirect directly to $@.
33647         (CLEANFILES): Add ref-add.sed and ref-del.sed.
33648
33649 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
33650
33651         * lib/config.charset: Output a line containing "Packages using this
33652         file".
33653         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
33654         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
33655         ref-del.sed): New rules.
33656
33657 2000-03-17  Jim Meyering  <meyering@lucent.com>
33658
33659         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
33660         Otherwise, include <strings.h>
33661
33662 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
33663
33664         * lib/unicodeio.c (utf8_wctomb): New function.
33665         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
33666         format instead of in UCS-4 with platform dependent endianness.
33667
33668 2000-03-10  Jim Meyering  <meyering@lucent.com>
33669
33670         * m4/lib-check.m4: Look for getspnam in -lgen, too.
33671         From Marco Franzen.
33672
33673 2000-03-07  Paul Eggert  <eggert@twinsun.com>
33674
33675         * lib/savedir.c (savedir): Work even if directory size is
33676         negative; this can happen with some screwy NFS configurations.
33677
33678 2000-03-06  Jim Meyering  <meyering@lucent.com>
33679
33680         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
33681         if it's NULL (because we ran out of memory).  From Bruno Haible.
33682
33683 2000-03-05  Jim Meyering  <meyering@lucent.com>
33684
33685         * lib/localcharset.c ("path-concat.h"): Include.
33686         (get_charset_aliases): Use path_concat instead of ANSI string
33687         concatenation.
33688
33689         * lib/unicodeio.h (PARAMS): Define.
33690         Use it to guard prototype.
33691
33692 2000-03-04  Jim Meyering  <meyering@lucent.com>
33693
33694         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
33695         for lib/localcharset.c.
33696
33697 2000-03-04  Jim Meyering  <meyering@lucent.com>
33698
33699         * lib/Makefile.am (install-exec-local): Create $(libdir) before
33700         installing into it.
33701         (uninstall-local): Uncomment this rule so `make distcheck' works
33702         once again.
33703
33704         * lib/unicodeio.c (<errno.h>): Include it.
33705         (errno): Declare if not defined.
33706
33707         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
33708
33709         * lib/config.charset: New version, incorporating remarks from a linux
33710         i18n mailing list.  From Bruno Haible.
33711
33712 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
33713
33714         * m4/codeset.m4: New file.
33715         * m4/iconv.m4: New file.
33716         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
33717
33718 2000-03-03  Jim Meyering  <meyering@lucent.com>
33719
33720         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
33721
33722 2000-03-02  Jim Meyering  <meyering@lucent.com>
33723
33724         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
33725         the messages come out on separate lines.
33726
33727         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
33728         rather than jm_CHECK_DECLARATIONS.
33729         * m4/decl.m4: Remove now-unused file.
33730
33731         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
33732         geteuid.
33733
33734 2000-03-02  Jim Meyering  <meyering@lucent.com>
33735
33736         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
33737
33738 2000-03-01  Jim Meyering  <meyering@lucent.com>
33739
33740         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
33741         * lib/unicodeio.c: Likewise.
33742
33743 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
33744
33745         * lib/config.charset: New file.
33746         * lib/localcharset.c: New file.
33747         * lib/unicodeio.h, lib/unicodeio.c: New files.
33748         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
33749         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
33750         (noinst_HEADERS): Add unicodeio.h.
33751         (all-local, install-exec-local, charset.alias): New targets.
33752
33753 2000-02-28  Paul Eggert  <eggert@twinsun.com>
33754
33755         * lib/quotearg.c (ALERT_CHAR): New macro.
33756         (quotearg_buffer_restyled): Use it.
33757
33758 2000-02-27  Jim Meyering  <meyering@lucent.com>
33759
33760         * m4/check-decl.m4: Add getenv to the list.
33761
33762 2000-02-27  Jim Meyering  <meyering@lucent.com>
33763
33764         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
33765         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
33766
33767         * lib/backupfile.c: Guard inclusion of stdlib.h with
33768         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
33769         Declare malloc if needed.
33770
33771         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
33772         `#ifndef HAVE_DECL..'
33773         now that autoconf always defines the HAVE_DECL_ symbols.
33774         * lib/human.c: Likewise.
33775         * lib/same.c: Likewise.
33776         * lib/strtoumax.c: Likewise.
33777
33778         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
33779         declaration check was not run.
33780         * lib/hash.c: Likewise.
33781         * lib/human.c: Likewise.
33782         * lib/same.c: Likewise.
33783         * lib/strtoumax.c: Likewise.
33784
33785         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
33786         `.', then first look up the entire `.'-containing string as a login
33787         name.
33788
33789 2000-02-23  Jim Meyering  <meyering@lucent.com>
33790
33791         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
33792         in place of my hack.
33793
33794 2000-02-18  Paul Eggert  <eggert@twinsun.com>
33795
33796         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
33797         (textint): New typedef.
33798         (parser_control): Member year changed from int to textint.
33799         All uses changed.
33800         (YYSTYPE): Removed; replaced by %union with int and textint members.
33801         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
33802         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
33803         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
33804         (tSNUMBER, tUNUMBER): Now of type <textintval>.
33805         (date, number, to_year): Use width of number in digits, not its value,
33806         to determine whether it's a 2-digit year, or a 2-digit time.
33807         (yylex): Store number of digits of numeric tokens.
33808         Reported by John Kendall.
33809
33810         (parser_control): Changed from struct parser_control to typedef (for
33811         consistency).  All uses changed.
33812
33813         (tID): Removed; not used.
33814         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
33815
33816 2000-02-14  Paul Eggert  <eggert@twinsun.com>
33817
33818         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
33819         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
33820
33821 2000-02-12  Jim Meyering  <meyering@lucent.com>
33822
33823         * lib/userspec.c (ISDIGIT): Define it.
33824         (isdigit): Remove definition.
33825         (is_number): Use ISDIGIT, not isdigit.
33826         <libintl.h>: Include.
33827         (_ and N_): Define.
33828         (parse_user_spec): Mark translatable strings.
33829
33830 2000-02-10  Jim Meyering  <meyering@lucent.com>
33831
33832         With these changes, nanosleep.[ch] are finally enough like the other
33833         lib/* replacement files to compile on a few more losing systems.
33834
33835         * lib/nanosleep.h: Don't include config.h.
33836         Remove prototype from declaration of nanosleep.
33837         (PARAMS): Remove now-unneeded definition.
33838         * lib/nanosleep.c: #undef nanosleep.
33839         (rpl_nanosleep): Rename from nanosleep.
33840
33841 2000-02-10  Jim Meyering  <meyering@lucent.com>
33842
33843         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
33844         gnu_nanosleep to rpl_nanosleep.
33845
33846 2000-02-09  Jim Meyering  <meyering@lucent.com>
33847
33848         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
33849         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
33850
33851 2000-02-08  Akim Demaille  <akim@epita.fr>
33852
33853         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
33854         `[' and `]' and remove uses of `changequote'.
33855         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
33856         (AC_SYS_LARGEFILE): Likewise.
33857         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
33858         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
33859         of changequote.
33860         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
33861         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
33862         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
33863         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
33864
33865 2000-02-05  Jim Meyering  <meyering@lucent.com>
33866
33867         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
33868         Remove explicit use of AC_HEADER_TIME.  It is required by
33869         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
33870         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
33871         in autoconf whereby the expansion of the latter ended up preceding
33872         the expansion of its prerequisite, AC_HEADER_TIME.
33873         Reported by Volker Borchert.
33874
33875 2000-02-03  Jim Meyering  <meyering@lucent.com>
33876
33877         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
33878
33879 2000-02-03  Jim Meyering  <meyering@lucent.com>
33880
33881         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
33882         rather than with `#if HAVE_UTMPNAME'.
33883
33884 2000-02-02  Jim Meyering  <meyering@lucent.com>
33885
33886         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
33887         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
33888         Reported by Eli Zaretskii.
33889
33890 2000-02-01  Jim Meyering  <meyering@lucent.com>
33891
33892         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
33893
33894 2000-01-31  Jim Meyering  <meyering@lucent.com>
33895
33896         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
33897         functions.  Add the time.h and sys/time.h headers along with the
33898         AC_REQUIRE'ment of AC_HEADER_TIME.
33899
33900 2000-01-31  Jim Meyering  <meyering@lucent.com>
33901
33902         * lib/nanosleep.h (nanosleep): Guard declaration with
33903         `#if ! HAVE_DECL_NANOSLEEP'.
33904         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
33905         the declaration in that vendor's sys/timers.h.
33906         Reported by Christian Krackowizer.
33907
33908         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
33909         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
33910         (ISPRINT): Likewise.
33911         Reported by Tom Tromey.
33912
33913 2000-01-30  Jim Meyering  <meyering@lucent.com>
33914
33915         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
33916
33917         * m4/prereq.m4 (utmp_includes): Define.
33918         Check for ut_user and ut_name members in both struct utmpx
33919         and struct utmp.
33920
33921 2000-01-30  Jim Meyering  <meyering@lucent.com>
33922
33923         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
33924         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
33925         header files where only utmpx.ut_user is declared.
33926
33927         * lib/readutmp.h (UT_USER): Define.
33928
33929 2000-01-29  Jim Meyering  <meyering@lucent.com>
33930
33931         * m4/lib-check.m4: New file containing library-related checks from
33932         fileutils and sh-utils (textutils had none).
33933
33934 2000-01-28  Jim Meyering  <meyering@lucent.com>
33935
33936         * m4/perl.m4: Change format of warning message to look more like that
33937         from the missing script.  Suggestion from François Pinard.
33938
33939 2000-01-25  Jim Meyering  <meyering@lucent.com>
33940
33941         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
33942         well as time.h in the compile check.
33943         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
33944         Fix typo in cross-compiling case: s/yes/no/.
33945
33946 2000-01-23  Jim Meyering  <meyering@lucent.com>
33947
33948         * m4/jm-macros.m4: Move df-related tests here from
33949         fileutils/configure.in
33950
33951         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
33952         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
33953
33954         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
33955         s/space/ac_fsusage_space/.
33956         (jm_FILE_SYSTEM_USAGE): Take two parameters.
33957
33958         * m4/ftruncate.m4: New file (derived from part of
33959         fileutils/configure.in).
33960         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
33961         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
33962
33963         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
33964         AC_SUBST these here, rather than just in sh-util/configure.in, so
33965         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
33966         all the same.
33967         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
33968         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
33969         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
33970         (AC_SUBST(POW_LIBM)): Likewise.
33971         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
33972
33973 2000-01-23  Jim Meyering  <meyering@lucent.com>
33974
33975         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
33976         obstack.c.
33977
33978 2000-01-22  Jim Meyering  <meyering@lucent.com>
33979
33980         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
33981
33982         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
33983
33984         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
33985         configure.in
33986         (AC_CHECK_HEADERS): Likewise for sh-utils.
33987         (AC_CHECK_HEADERS): Likewise for textutils.
33988         Merge the three lists of headers.
33989
33990         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
33991         from fileutils' configure.in.
33992
33993         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
33994         code. Moved tests into their own function (_jm_DECL_HEADERS) in
33995         check-decl.m4.
33996
33997         * m4/check-decl.m4: Use #if rather than #ifdef.
33998         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
33999         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
34000         (_jm_DECL_HEADERS): Define new function.
34001         (jm_CHECK_DECLARATIONS): Require it.
34002
34003 2000-01-22  Jim Meyering  <meyering@lucent.com>
34004
34005         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
34006         [! HAVE_DECL_STRTOULL]: Declare strtoull.
34007         Required for some AIX systems.  Reported by Christian Krackowizer.
34008         [TESTING] (main): New function.
34009
34010         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
34011         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
34012         letters.
34013
34014         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
34015         iswprint.
34016
34017         * lib/strverscmp.c (ISDIGIT): Define.
34018         (strverscmp): Use ISDIGIT, not isdigit.
34019
34020 2000-01-19  Jim Meyering  <meyering@lucent.com>
34021
34022         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
34023         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
34024         defines `struct timespec' in <sys/time.h>
34025
34026         * m4/c-bs-a.m4: Remove uses of changequote altogether.
34027         Thanks to Akim for explaining.
34028
34029 2000-01-17  Paul Eggert  <eggert@twinsun.com>
34030
34031         * lib/nanosleep.c (nanosleep):
34032         Don't use SA_INTERRUPT to decide whether to call sigaction, as
34033         POSIX.1 doesn't require SA_INTERRUPT and some systems
34034         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
34035         it's been part of POSIX.1 since day 1 (in 1988).
34036
34037 2000-01-17  Jim Meyering  <meyering@lucent.com>
34038
34039         * lib/interlock: Remove unused file.  Reported by François Pinard.
34040
34041 2000-01-16  Paul Eggert  <eggert@twinsun.com>
34042
34043         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
34044         alert, backslash, formfeed, and vertical tab unnecessarily in
34045         shell quoting style.
34046
34047 2000-01-16  Jim Meyering  <meyering@lucent.com>
34048
34049         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
34050         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
34051         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
34052         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
34053
34054 2000-01-16  Jim Meyering  <meyering@lucent.com>
34055
34056         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
34057         because the latter didn't work.
34058
34059 2000-01-15  Jim Meyering  <meyering@lucent.com>
34060
34061         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
34062         (AC_REPLACE_FUNCS): Add memcpy and memset.
34063         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
34064         Add strpbrk.
34065         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
34066
34067 2000-01-12  Jim Meyering  <meyering@lucent.com>
34068
34069         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
34070         (jm_PREREQ): Use it.
34071         (jm_PREREQ_READUTMP): New macro.
34072         (jm_PREREQ): Use it.
34073
34074 2000-01-11  Paul Eggert  <eggert@twinsun.com>
34075
34076         Quote multibyte characters correctly.
34077         * m4/c-bs-a.m4: New file.
34078         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
34079         (jm_PREREQ): Use it.
34080
34081 2000-01-11  Paul Eggert  <eggert@twinsun.com>
34082
34083         * m4/uintmax_t.m4: Port to autoconf 2.13.
34084
34085 2000-01-08  Jim Meyering  <meyering@ascend.com>
34086
34087         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
34088         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
34089
34090 2000-01-04  Jim Meyering  <meyering@ascend.com>
34091
34092         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
34093         jm_STRUCT_DIRENT_D_TYPE.
34094         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
34095         jm_STRUCT_DIRENT_D_INO.
34096         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
34097         jm_STRUCT_UTIMBUF.
34098         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
34099         renamings.
34100         * m4/utime.m4: Likewise.
34101
34102         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
34103         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
34104
34105 2000-01-03  Paul Eggert  <eggert@twinsun.com>
34106
34107         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
34108         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
34109
34110 2000-01-02  Jim Meyering  <meyering@ascend.com>
34111
34112         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
34113         remember if this is necessary.
34114
34115 1999-12-26  Jim Meyering  <meyering@ascend.com>
34116
34117         * m4/jm-macros.m4: Use it here.
34118         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
34119
34120 1999-12-23  Jim Meyering  <meyering@ascend.com>
34121
34122         * m4/jm-macros.m4: Check for clock_gettime (moved from
34123         fileutils/configure.in)
34124         Check for gettimeofday.
34125
34126 1999-12-20  Jim Meyering  <meyering@ascend.com>
34127
34128         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
34129         autoconf-2.14a-1999-12-20.
34130
34131 1999-12-19  Jim Meyering  <meyering@ascend.com>
34132
34133         * m4/lstat-slash.m4: New file.
34134         * m4/jm-macros.m4: Use the new macro:
34135         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
34136
34137 1999-12-07  Jim Meyering  <meyering@ascend.com>
34138
34139         * m4/perl.m4: Require that File::Compare be available, too.
34140         Too many systems seem to lack it.
34141
34142         * m4/strftime.m4: Add checks for most of the cpp macros tested in
34143         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
34144
34145 1999-11-18  Paul Eggert  <eggert@twinsun.com>
34146
34147         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
34148         problem with the QNX 4.25 shell, which doesn't propagate exit
34149         status of failed commands inside shell assignments.
34150
34151 1999-11-17  Jim Meyering  <meyering@ascend.com>
34152
34153         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
34154
34155 1999-11-07  Jim Meyering  <meyering@ascend.com>
34156
34157         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
34158
34159 1999-11-06  Jim Meyering  <meyering@ascend.com>
34160
34161         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
34162         * m4/jm-macros.m4 (jm_MACROS): Use it here.
34163
34164 1999-11-05  Jim Meyering  <meyering@ascend.com>
34165
34166         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
34167         configure.in of textutils, fileutils, and sh-utils into this one
34168         (shared between those packages) file.
34169         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
34170         AC_STRUCT_ST_BLKSIZE.
34171
34172 1999-11-03  Jim Meyering  <meyering@ascend.com>
34173
34174         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
34175         of AC_CHECK_TYPE checks includes unistd.h.
34176         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
34177         Suggestion from Akim Demaille.
34178
34179 1999-10-30  Jim Meyering  <meyering@ascend.com>
34180
34181         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
34182         m4-quoted string.
34183         * m4/ls-mntd-fs.m4: Likewise.
34184         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
34185         * m4/jm-winsz1.m4: Likewise.
34186
34187         * m4/const.m4: Remove file, since the fix made it into the experimental
34188         version of autoconf.
34189         * m4/mktime.m4: Likewise.
34190
34191         * m4/check-type.m4: Remove file, now that the latest version of
34192         AC_CHECK_TYPE takes a third arg to specify additional #includes.
34193
34194         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
34195         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
34196         AC_CHECK_TYPE.
34197
34198 1999-10-04  Jim Meyering  <meyering@ascend.com>
34199
34200         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
34201
34202 1999-09-22  Paul Eggert  <eggert@twinsun.com>
34203
34204         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
34205         2.95.1 bug with HP-UX 10.20.
34206
34207 1999-09-17  Jim Meyering  <meyering@ascend.com>
34208
34209         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
34210         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
34211         due to missing strdup (against sh-utils-2.0).
34212
34213 1999-08-29  Jim Meyering  <meyering@ascend.com>
34214
34215         * m4/jm-macros.m4: Require jm_BISON.
34216         * m4/bison.m4: New file.
34217
34218 1999-08-17  Paul Eggert  <eggert@twinsun.com>
34219
34220         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
34221         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
34222
34223 1999-08-05  Jim Meyering  <meyering@ascend.com>
34224
34225         * m4/getline.m4: Rename test file from conftestdata to conftest.data
34226         to avoid conflicts with `conftest' on 8+3 filesystems.
34227         Suggestion from Eli Zaretskii.
34228
34229 1999-08-04  Jim Meyering  <meyering@ascend.com>
34230
34231         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
34232         fileutils and sh-utils (textutils's getline test was inadequate).
34233         (AM_FUNC_GETLINE): Run this test.
34234         (AC_CHECK_FUNCS): Check for getdelim.
34235         Reported by Bob Proulx.
34236
34237 1999-08-02  Jim Meyering  <meyering@ascend.com>
34238
34239         * m4/jm-macros.m4: Add a comment.
34240
34241 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34242
34243         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
34244         <inttypes.h> defines strtoumax as a macro (and not as a
34245         function).
34246
34247 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34248
34249         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
34250         that we can shift, multiply and divide unsigned long long
34251         values; Ultrix cc can't do it.
34252
34253 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34254
34255         * m4/mktime.m4: New file, which is a preview of what should appear
34256         in the next public autoconf release.
34257
34258 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34259
34260         * m4/lfs.m4: Remove this file.
34261         * m4/largefile.m4: New file.  It contains the old contents of
34262         lfs.m4, except that all names with prefix AC_LFS have been
34263         changed to use the prefix AC_SYS_LARGEFILE instead, to be
34264         compatible with future autoconf versions.  Also, some minor m4
34265         quoting problems have been fixed.
34266
34267 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34268
34269         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
34270         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
34271         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
34272         and simplify the shell code.
34273
34274 1999-08-01  Jim Meyering  <meyering@ascend.com>
34275
34276         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
34277         m4.
34278
34279 1999-07-20  Jim Meyering  <meyering@ascend.com>
34280
34281         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
34282
34283 1999-07-15  Jim Meyering  <meyering@ascend.com>
34284
34285         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
34286
34287 1999-05-22  Jim Meyering  <meyering@ascend.com>
34288
34289         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
34290
34291 1999-05-20  Jim Meyering  <meyering@ascend.com>
34292
34293         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
34294         Add a colon after each `then' in case $4 is empty.
34295
34296 1999-05-16  Jim Meyering  <meyering@ascend.com>
34297
34298         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
34299
34300 1999-05-10  Jim Meyering  <meyering@ascend.com>
34301
34302         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
34303
34304         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
34305         AC_FUNC_MKTIME.
34306
34307 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
34308
34309         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
34310
34311 1999-05-04  Paul Eggert  <eggert@twinsun.com>
34312
34313         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
34314         not CPPFLAGS, so that linking works correctly in IRIX.
34315
34316 1999-04-30  Paul Eggert  <eggert@twinsun.com>
34317
34318         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
34319
34320 1999-04-20  Paul Eggert  <eggert@twinsun.com>
34321
34322         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
34323         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
34324         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
34325         jm_AC_TYPE_UNSIGNED_LONG_LONG.
34326         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
34327
34328         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
34329
34330 1999-04-20  Jim Meyering  <meyering@ascend.com>
34331
34332         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
34333         AC_REPLACE xstroull if necessary.  From Paul Eggert.
34334         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
34335
34336 1999-04-18  Jim Meyering  <meyering@ascend.com>
34337
34338         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
34339         * m4/jm-macros.m4: Use it.
34340
34341 1999-04-06  Jim Meyering  <meyering@ascend.com>
34342
34343         * m4/strftime.m4: Remove test for %f.
34344
34345 1999-03-29  Jim Meyering  <meyering@ascend.com>
34346
34347         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
34348         superset of the AC_TYPE_* checks in the textutils, fileutils,
34349         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
34350         AC_TYPE_PID_T.
34351
34352 1999-03-28  Jim Meyering  <meyering@ascend.com>
34353
34354         * m4/jm-macros.m4: Define GNU_PACKAGE here.
34355         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
34356         replaced e.g., in the *.sh files of the sh-utils.
34357
34358 1999-03-20  Jim Meyering  <meyering@ascend.com>
34359
34360         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
34361         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
34362         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
34363
34364 1999-03-19  Jim Meyering  <meyering@ascend.com>
34365
34366         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
34367
34368 1999-03-12  Jim Meyering  <meyering@ascend.com>
34369
34370         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
34371
34372 1999-03-07  Jim Meyering  <meyering@ascend.com>
34373
34374         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
34375         declared.
34376
34377 1999-02-17  Jim Meyering  <meyering@ascend.com>
34378
34379         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
34380         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
34381
34382 1999-02-07  Jim Meyering  <meyering@ascend.com>
34383
34384         * m4/group-member.m4: New file -- extracted from sh-utils'
34385         configure.in.
34386
34387         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
34388         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
34389
34390 1999-02-06  Jim Meyering  <meyering@ascend.com>
34391
34392         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
34393         * m4/fnmatch.m4: Likewise.
34394         * m4/getgroups.m4: Likewise.
34395         * m4/lstat.m4: Likewise.
34396         * m4/malloc.m4: Likewise.
34397         * m4/putenv.m4: Likewise.
34398         * m4/realloc.m4: Likewise.
34399         * m4/regex.m4: Likewise.
34400         * m4/stat.m4: Likewise.
34401         * m4/strftime.m4: Likewise.
34402         Suggestion from Alain Magloire.
34403
34404         * m4/chown.m4: Use `.$ac_objext', not `.o'.
34405         * m4/fnmatch.m4: Likewise.
34406         * m4/getgroups.m4: Likewise.
34407         * m4/getline.m4: Likewise.
34408         * m4/lstat.m4: Likewise.
34409         * m4/malloc.m4: Likewise.
34410         * m4/memcmp.m4: Likewise.
34411         * m4/putenv.m4: Likewise.
34412         * m4/realloc.m4: Likewise.
34413         * m4/regex.m4: Likewise.
34414         * m4/stat.m4: Likewise.
34415         * m4/strftime.m4: Likewise.
34416         Suggestion from Alain Magloire.
34417
34418         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
34419         an argument.
34420
34421         * m4/regex.m4: Add a run-time Test for proper operation of
34422         re_compile_pattern.
34423
34424 1999-01-31  Jim Meyering  <meyering@ascend.com>
34425
34426         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
34427
34428 1999-01-30  Jim Meyering  <meyering@ascend.com>
34429
34430         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
34431
34432         * m4/jm-mktime.m4: Make this a wrapper around the official
34433         AM_FUNC_MKTIME rather than my private copy, now that the official one
34434         is up to date.
34435         * m4/mktime.m4: Remove file.
34436
34437         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
34438         * m4/uptime.m4: Likewise.
34439         * m4/uintmax_t.m4: Likewise.
34440
34441 1999-01-28  Jim Meyering  <meyering@ascend.com>
34442
34443         * m4/jm-macros.m4: Use jm_AFS.
34444         * m4/afs.m4: New file (from fileutils' configure.in).
34445
34446         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
34447         * m4/chown.m4: Likewise.
34448         * m4/d-ino.m4: Likewise.
34449         * m4/d-type.m4: Likewise.
34450         * m4/fnmatch.m4: Likewise.
34451         * m4/getgroups.m4: Likewise.
34452         * m4/gettext.m4: Likewise.
34453         * m4/jm-mktime.m4: Likewise.
34454         * m4/jm-winsz2.m4: Likewise.
34455         * m4/lcmessage.m4: Likewise.
34456         * m4/ls-mntd-fs.m4: Likewise.
34457         * m4/malloc.m4: Likewise.
34458         * m4/memcmp.m4: Likewise.
34459         * m4/putenv.m4: Likewise.
34460         * m4/realloc.m4: Likewise.
34461         * m4/st_mtim.m4: Likewise.
34462         * m4/strftime.m4: Likewise.
34463
34464 1999-01-16  Jim Meyering  <meyering@ascend.com>
34465
34466         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
34467         (ARGMATCH_DIE_DECL): Define.
34468
34469 1999-01-12  Jim Meyering  <meyering@ascend.com>
34470
34471         * m4/Makefile.am.in: Rewrite to avoid using fmt.
34472         Reported by Lars Hecking.
34473
34474 1999-01-10  Jim Meyering  <meyering@ascend.com>
34475
34476         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
34477         gross kludge.
34478         * m4/inttypes_h.m4: Likewise.
34479         * m4/lstat.m4: Likewise.
34480         * m4/malloc.m4: Likewise.
34481         * m4/readdir.m4: Likewise.
34482         * m4/realloc.m4: Likewise.
34483         * m4/st_dm_mode.m4: Likewise.
34484         * m4/stat.m4: Likewise.
34485         * m4/utimbuf.m4: Likewise.
34486         * m4/utimes.m4: Likewise.
34487
34488         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
34489         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
34490         comments in config.h.in are meaningful.
34491
34492         * m4/jm-macros.m4: Require autoconf-2.13 here.
34493
34494         * m4/regex.m4: By default, don't use the included regex.c on systems
34495         with glibc 2.  Suggestion from Uli Drepper.
34496
34497 1999-01-02  Jim Meyering  <meyering@ascend.com>
34498
34499         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
34500
34501 1998-12-18  Jim Meyering  <meyering@ascend.com>
34502
34503         * m4/Makefile.am.in (Makefile.am): Simplify rule.
34504         Based on a suggestion from Lars Hecking.
34505
34506 1998-11-16  Paul Eggert  <eggert@twinsun.com>
34507
34508         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
34509
34510 1998-11-16  Jim Meyering  <meyering@ascend.com>
34511
34512         * m4/lfs.m4: Double-quote the `uname...` expression.
34513
34514 1998-11-14  Jim Meyering  <meyering@ascend.com>
34515
34516         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
34517         * m4/stat.m4: Likewise.
34518
34519 1998-11-03  Jim Meyering  <meyering@ascend.com>
34520
34521         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
34522         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
34523
34524 1998-10-18  Jim Meyering  <meyering@ascend.com>
34525
34526         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
34527
34528 1998-10-17  Jim Meyering  <meyering@ascend.com>
34529
34530         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
34531         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
34532         calls for those previously hard-coded headers.  Instead, take a new
34533         parameter.
34534         (jm_CHECK_DECLARATIONS): Reflect interface change.
34535         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
34536         (jm_CHECK_DECL_LOCALTIME_R): New macro.
34537
34538         * m4/mktime.m4: Test for spring-forward gap before long-running test.
34539
34540 1998-10-14  Jim Meyering  <meyering@ascend.com>
34541
34542         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
34543         instead of "TZ=America/Vancouver".  From Paul Eggert.
34544
34545 1998-10-11  Jim Meyering  <meyering@ascend.com>
34546
34547         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
34548         This adds a test for a recently added compatibility fix for mktime.c.
34549         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
34550
34551 1998-09-27  Jim Meyering  <meyering@ascend.com>
34552
34553         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
34554
34555         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
34556         ../configure.in, including a change from Gordon Matzigkeit to allow
34557         cross-compiling for the Hurd.
34558
34559         * m4/glibc.m4: New file/macro to test for the GNU C Library
34560         versions 1 and 2.  From Gordon Matzigkeit.
34561         Indent.
34562
34563 1998-09-21  Jim Meyering  <meyering@ascend.com>
34564
34565         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
34566
34567 1998-08-18  Paul Eggert  <eggert@twinsun.com>
34568
34569         Port nanosecond-resolution times to UnixWare 2.1.2 and
34570         pedantic Solaris 2.6.
34571
34572         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
34573         AC_STRUCT_ST_MTIM.
34574         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
34575         Generate name of ns member, instead of just 1 or undef.
34576         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
34577
34578 1998-08-15  Jim Meyering  <meyering@ascend.com>
34579
34580         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
34581         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
34582         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
34583         instead of jm_TYPE_SSIZE_T.
34584
34585 1998-08-12  Jim Meyering  <meyering@ascend.com>
34586
34587         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
34588
34589 1998-08-02  Jim Meyering  <meyering@ascend.com>
34590
34591         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
34592         in acconfig.h manually.
34593
34594 1998-07-31  Paul Eggert  <eggert@twinsun.com>
34595
34596         * m4/st_mtim.m4: New file.
34597
34598 1998-07-28  Jim Meyering  <meyering@ascend.com>
34599
34600         * m4/utimes.m4: Undef stat.
34601
34602 1998-07-25  Jim Meyering  <meyering@ascend.com>
34603
34604         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
34605         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
34606
34607 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
34608
34609         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
34610         uid and gid actually remain unchanged.
34611
34612 1998-07-07  Jim Meyering  <meyering@ascend.com>
34613
34614         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
34615
34616 1998-07-04  Jim Meyering  <meyering@ascend.com>
34617
34618         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
34619         to prove that this macro can be used in packages without regex.c.
34620
34621 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
34622
34623         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
34624         is to be used.
34625
34626 1998-07-03  Jim Meyering  <meyering@ascend.com>
34627
34628         * m4/gettext.m4: Add -lintl if it's found to be necessary.
34629
34630         * m4/gettext.m4: New file -- from gettext-0.10.35.
34631         * m4/lcmessage.m4: Likewise.
34632         * m4/progtest.m4: Likewise.
34633
34634         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
34635         * m4/jm-macros.m4: Require the new macro.
34636
34637 1998-06-29  Jim Meyering  <meyering@ascend.com>
34638
34639         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
34640         for the definition of NGROUPS (used in a system header included
34641         by sys/mount.h).
34642
34643 1998-06-28  Jim Meyering  <meyering@ascend.com>
34644
34645         * m4/ls-mntd-fs.m4: New file.
34646         * m4/fstypename.m4: New file.
34647
34648         * m4/jm-macros.m4: Require the new macro.
34649         * m4/jm-glibc-io.m4: New file.
34650
34651 1998-05-19  Jim Meyering  <meyering@ascend.com>
34652
34653         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
34654         * m4/lchown.m4: New file.
34655
34656         * m4/Makefile.am.in: New file.
34657         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
34658
34659 1998-05-14  Jim Meyering  <meyering@ascend.com>
34660
34661         * m4/Makefile.am (EXTRA_DIST): Add them.
34662         * m4/jm-macros.m4: New file.
34663         * m4/utimbuf.m4: New file.
34664
34665 1998-05-12  Jim Meyering  <meyering@ascend.com>
34666
34667         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
34668
34669 1998-05-11  Jim Meyering  <meyering@ascend.com>
34670
34671         * m4/isc-posix.m4: New file.
34672
34673 1998-05-10  Jim Meyering  <meyering@ascend.com>
34674
34675         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
34676
34677 1998-05-09  Jim Meyering  <meyering@ascend.com>
34678
34679         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
34680         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
34681         with automake.
34682
34683         * m4/ssize_t.m4: New file.
34684         * m4/mktime.m4: Remove file -- the new automake has this now.
34685
34686 1998-04-26  Jim Meyering  <meyering@ascend.com>
34687
34688         * m4/assert.m4: New file.
34689         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
34690
34691 1998-04-05  Jim Meyering  <meyering@ascend.com>
34692
34693         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
34694         (jm_PREREQ): Use it here.
34695
34696 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
34697
34698         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
34699         in acconfig.h.
34700
34701 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
34702
34703         * m4/prereq.m4: New file.
34704         * m4/error.m4: New file.
34705         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
34706
34707 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
34708
34709         * m4/getline.m4: Don't set am_cv_func_working_getline before the
34710         cache-check for the same variable -- that defeated the purpose of
34711         the test; the test program was never run.  This was a problem only
34712         on systems with losing getline functions -- HP-UX 10.20 is one.
34713         Reported by Bjorn Helgaas.
34714
34715 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
34716
34717         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
34718
34719 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
34720
34721         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
34722
34723         * m4/const.m4: New file.  Use an initializer in this declaration
34724         typedef int charset[2]; const charset x;
34725         Reported by Bob Glickstein.
34726
34727 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
34728
34729         * m4/chown.m4: Fix reversed types on -1 args to chown.
34730         From Kaveh Ghazi.
34731
34732 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
34733
34734         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
34735         Add lseek and memchr.
34736
34737         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
34738         T.E.Dickey <dickey@clark.net> said that some older preprocessors
34739         have a 20-character limit on names.
34740
34741 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
34742
34743         * m4/inttypes_h.m4: New file.
34744         * m4/uintmax_t.m4: New file.
34745         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
34746
34747 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
34748   Free Software Foundation, Inc.
34749 Copying and distribution of this file, with or without modification,
34750 are permitted provided the copyright notice and this notice are preserved.