93bcb0494fbba620fbec5786e346f75d3e1689b2
[gnulib.git] / ChangeLog
1 2007-10-13  Bruno Haible  <bruno@clisp.org>
2
3         * lib/freading.h (freading): Enable the use of __freading for
4         glibc >= 2.7.
5         * lib/freading.c (freading): Likewise.
6
7 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
8
9         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
10         "warning: C99 inline functions are not supported; using GNU89".
11
12 2007-10-12  Bruno Haible  <bruno@clisp.org>
13
14         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
15         of 2.
16         * tests/test-ceilf2.c: New file.
17         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
18
19         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
20         * modules/ceilf-tests: Update.
21
22 2007-10-12  Bruno Haible  <bruno@clisp.org>
23
24         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
25         of 2.
26         * tests/test-floorf2.c: New file.
27         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
28
29         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
30         * modules/floorf-tests: Update.
31
32 2007-10-12  Bruno Haible  <bruno@clisp.org>
33
34         * tests/test-trunc2.c: New file.
35         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
36
37         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
38         * modules/trunc-tests: Update.
39
40 2007-10-12  Bruno Haible  <bruno@clisp.org>
41
42         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
43         of 2.
44         * tests/test-truncf2.c: New file.
45         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
46
47         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
48         * modules/truncf-tests: Update.
49
50 2007-10-11  Eric Blake  <ebb9@byu.net>
51
52         Don't claim strerror is broken on Interix.
53         * doc/functions/strerror.texi (strerror): Known broken systems are
54         now Solaris 8, and not Interix.
55         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
56         Interix on cross-compile.
57         Reported by Martin Koeppe in
58         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
59
60 2007-10-11  Bruno Haible  <bruno@clisp.org>
61
62         * modules/i-ring-tests: New file.
63         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
64         instead of assert.
65
66 2007-10-11  Bruno Haible  <bruno@clisp.org>
67
68         * modules/filenamecat-tests: New file.
69         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
70         * lib/filenamecat.c: Remove test code.
71
72 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
73
74         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
75
76         * lib/strerror.c: Include <string.h> always, to test interface,
77         and to remove the need for the dummy.
78         Include intprops.h to compute width instead of doing it ourselves
79         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
80         (strerror): Define it to return NULL if there's no system strerror.
81         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
82         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
83         ancient pre-strerror Unix systems well any more.  Saying "unknown
84         system error" is enough.
85         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
86         simpler strerror.c implementation.
87         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
88         Simplify the tests to reflect the simpler strerror implementation.
89         * modules/strerror (Depends-on): Add intprops.
90
91 2007-10-09  Eric Blake  <ebb9@byu.net>
92
93         Silence test-fpending.
94         * modules/fpending-tests (Files): Add wrapper script.
95         * tests/test-fpending.sh: New file.
96
97 2007-10-09  Bruno Haible  <bruno@clisp.org>
98
99         * MODULES.html.sh (func_module): Don't create a hyperlink for
100         function names like 'printf_frexp'.
101         (Misc): Add crc, memxor.
102         (Characteristics of floating types): New section.
103         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
104         isnanf-nolibm, signbit, trunc, truncf, truncl.
105         (Enhancements for ISO C 99 functions): New subsection Input/output.
106         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
107         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
108         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
109         (Compatibility checks for POSIX:2001 functions): Add clock-time.
110         (Enhancements for POSIX:2001 functions): Add chdir-long.
111         (File system functions): Add areadlink, chdir-safer, read-file.
112         Remove cycle-check.
113         (File system as inode set): New section.
114         (Date and time): Add gethrxtime.
115         (Multithreading): Add openmp.
116         (Internationalization functions): Add localename.
117         (Unicode string functions): Add unistr/u*-mbsnlen.
118         (Support for maintaining and releasing projects): Add git-version-gen.
119         (Lone files): Remove directories.
120
121 2007-10-08  Ben Pfaff  <blp@gnu.org>
122
123         * lib/xmalloca.h: Fix typo in comment.
124
125 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
126
127         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
128         when avoiding problems with integer overflow.  Use a portable test
129         instead.
130
131 2007-10-08  Simon Josefsson  <simon@josefsson.org>
132
133         * modules/dummy (License): Change to LGPLv2+.
134         * modules/float (License): Likewise
135         * modules/realloc (License): Likewise
136         * modules/stdlib (License): Likewise
137
138 2007-10-07  Bruno Haible  <bruno@clisp.org>
139
140         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
141         * floor.c (TWO_MANT_DIG): Likewise.
142         * ceil.c (TWO_MANT_DIG): Likewise.
143         Reported by Ben Pfaff.
144
145 2007-10-07  Bruno Haible  <bruno@clisp.org>
146
147         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
148         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
149         * lib/frexp.c (FUNC): Likewise.
150         * lib/printf-frexp.h (printf_frexp): Likewise.
151         * lib/printf-frexpl.h (printf_frexpl): Likewise.
152         * lib/printf-frexp.c (FUNC): Likewise.
153         Suggested by Jim Meyering.
154
155 2007-10-07  Jim Meyering  <meyering@redhat.com>
156
157         Make xnanosleep's integer overflow test more robust.
158         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
159         so that gcc-4.3.0 doesn't optimize away this test for overflow.
160
161 2007-10-07  Bruno Haible  <bruno@clisp.org>
162
163         * NEWS: Mention the license change.
164
165         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
166         abbreviations in the modules files.
167
168         Change copyright notice from GPLv2+ to GPLv3+.
169         * README: Change copyright notice.
170         * MODULES.html.sh: Likewise.
171         * build-aux/bootstrap.conf: Likewise.
172         * build-aux/config.libpath: Likewise.
173         * build-aux/csharpcomp.sh.in: Likewise.
174         * build-aux/csharpexec.sh.in: Likewise.
175         * build-aux/install-reloc: Likewise.
176         * build-aux/javacomp.sh.in: Likewise.
177         * build-aux/javaexec.sh.in: Likewise.
178         * build-aux/ldd.sh.in: Likewise.
179         * build-aux/reloc-ldflags: Likewise.
180         * build-aux/relocatable.sh.in: Likewise.
181         * build-aux/x-to-1.in: Likewise.
182         * check-module: Likewise.
183         * config/srclistvars.sh: Likewise.
184         * gnulib-tool: Likewise.
185         * lib/acl-internal.h: Likewise.
186         * lib/acl.c: Likewise.
187         * lib/acl.h: Likewise.
188         * lib/acl_entries.c: Likewise.
189         * lib/areadlink-with-size.c: Likewise.
190         * lib/areadlink.c: Likewise.
191         * lib/areadlink.h: Likewise.
192         * lib/argmatch.c: Likewise.
193         * lib/argmatch.h: Likewise.
194         * lib/argp-ba.c: Likewise.
195         * lib/argp-eexst.c: Likewise.
196         * lib/argp-fmtstream.c: Likewise.
197         * lib/argp-fmtstream.h: Likewise.
198         * lib/argp-fs-xinl.c: Likewise.
199         * lib/argp-help.c: Likewise.
200         * lib/argp-namefrob.h: Likewise.
201         * lib/argp-parse.c: Likewise.
202         * lib/argp-pin.c: Likewise.
203         * lib/argp-pv.c: Likewise.
204         * lib/argp-pvh.c: Likewise.
205         * lib/argp-xinl.c: Likewise.
206         * lib/argp.h: Likewise.
207         * lib/at-func.c: Likewise.
208         * lib/atanl.c: Likewise.
209         * lib/backupfile.c: Likewise.
210         * lib/backupfile.h: Likewise.
211         * lib/basename.c: Likewise.
212         * lib/binary-io.h: Likewise.
213         * lib/byteswap.in.h: Likewise.
214         * lib/c-stack.c: Likewise.
215         * lib/c-stack.h: Likewise.
216         * lib/c-strcasestr.c: Likewise.
217         * lib/c-strcasestr.h: Likewise.
218         * lib/c-strstr.c: Likewise.
219         * lib/c-strstr.h: Likewise.
220         * lib/c-strtod.c: Likewise.
221         * lib/calloc.c: Likewise.
222         * lib/canon-host.c: Likewise.
223         * lib/canon-host.h: Likewise.
224         * lib/canonicalize-lgpl.c: Likewise.
225         * lib/canonicalize.c: Likewise.
226         * lib/canonicalize.h: Likewise.
227         * lib/ceil.c: Likewise.
228         * lib/ceilf.c: Likewise.
229         * lib/ceill.c: Likewise.
230         * lib/chdir-long.c: Likewise.
231         * lib/chdir-long.h: Likewise.
232         * lib/chdir-safer.c: Likewise.
233         * lib/chdir-safer.h: Likewise.
234         * lib/chown.c: Likewise.
235         * lib/classpath.c: Likewise.
236         * lib/classpath.h: Likewise.
237         * lib/clean-temp.c: Likewise.
238         * lib/clean-temp.h: Likewise.
239         * lib/cloexec.c: Likewise.
240         * lib/close-stream.c: Likewise.
241         * lib/closein.c: Likewise.
242         * lib/closein.h: Likewise.
243         * lib/closeout.c: Likewise.
244         * lib/closeout.h: Likewise.
245         * lib/concat-filename.c: Likewise.
246         * lib/copy-file.c: Likewise.
247         * lib/copy-file.h: Likewise.
248         * lib/count-one-bits.h: Likewise.
249         * lib/crc.c: Likewise.
250         * lib/crc.h: Likewise.
251         * lib/creat-safer.c: Likewise.
252         * lib/csharpcomp.c: Likewise.
253         * lib/csharpcomp.h: Likewise.
254         * lib/csharpexec.c: Likewise.
255         * lib/csharpexec.h: Likewise.
256         * lib/cycle-check.c: Likewise.
257         * lib/cycle-check.h: Likewise.
258         * lib/diacrit.c: Likewise.
259         * lib/diacrit.h: Likewise.
260         * lib/diffseq.h: Likewise.
261         * lib/dirchownmod.c: Likewise.
262         * lib/dirent.in.h: Likewise.
263         * lib/dirfd.c: Likewise.
264         * lib/dirfd.h: Likewise.
265         * lib/dirname.c: Likewise.
266         * lib/dirname.h: Likewise.
267         * lib/dummy.c: Likewise.
268         * lib/dup-safer.c: Likewise.
269         * lib/dup2.c: Likewise.
270         * lib/eealloc.h: Likewise.
271         * lib/error.c: Likewise.
272         * lib/error.h: Likewise.
273         * lib/euidaccess.c: Likewise.
274         * lib/exclude.c: Likewise.
275         * lib/exclude.h: Likewise.
276         * lib/execute.c: Likewise.
277         * lib/execute.h: Likewise.
278         * lib/exitfail.c: Likewise.
279         * lib/exitfail.h: Likewise.
280         * lib/expl.c: Likewise.
281         * lib/fatal-signal.c: Likewise.
282         * lib/fatal-signal.h: Likewise.
283         * lib/fbufmode.c: Likewise.
284         * lib/fbufmode.h: Likewise.
285         * lib/fchdir.c: Likewise.
286         * lib/fchmodat.c: Likewise.
287         * lib/fchownat.c: Likewise.
288         * lib/fcntl--.h: Likewise.
289         * lib/fcntl-safer.h: Likewise.
290         * lib/fcntl.in.h: Likewise.
291         * lib/fd-safer.c: Likewise.
292         * lib/fflush.c: Likewise.
293         * lib/file-has-acl.c: Likewise.
294         * lib/file-set.c: Likewise.
295         * lib/file-type.c: Likewise.
296         * lib/file-type.h: Likewise.
297         * lib/fileblocks.c: Likewise.
298         * lib/filemode.c: Likewise.
299         * lib/filemode.h: Likewise.
300         * lib/filename.h: Likewise.
301         * lib/filenamecat.c: Likewise.
302         * lib/filenamecat.h: Likewise.
303         * lib/findprog.c: Likewise.
304         * lib/findprog.h: Likewise.
305         * lib/float.in.h: Likewise.
306         * lib/floor.c: Likewise.
307         * lib/floorf.c: Likewise.
308         * lib/floorl.c: Likewise.
309         * lib/fopen-safer.c: Likewise.
310         * lib/fopen.c: Likewise.
311         * lib/fpending.c: Likewise.
312         * lib/fpending.h: Likewise.
313         * lib/fprintf.c: Likewise.
314         * lib/fprintftime.h: Likewise.
315         * lib/fpucw.h: Likewise.
316         * lib/fpurge.c: Likewise.
317         * lib/fpurge.h: Likewise.
318         * lib/freadable.c: Likewise.
319         * lib/freadable.h: Likewise.
320         * lib/freadahead.c: Likewise.
321         * lib/freadahead.h: Likewise.
322         * lib/freading.c: Likewise.
323         * lib/freading.h: Likewise.
324         * lib/free.c: Likewise.
325         * lib/freopen.c: Likewise.
326         * lib/frexp.c: Likewise.
327         * lib/frexpl.c: Likewise.
328         * lib/fseek.c: Likewise.
329         * lib/fseterr.c: Likewise.
330         * lib/fseterr.h: Likewise.
331         * lib/fstatat.c: Likewise.
332         * lib/fstrcmp.c: Likewise.
333         * lib/fstrcmp.h: Likewise.
334         * lib/fsusage.c: Likewise.
335         * lib/fsusage.h: Likewise.
336         * lib/ftell.c: Likewise.
337         * lib/ftello.c: Likewise.
338         * lib/fts-cycle.c: Likewise.
339         * lib/fts.c: Likewise.
340         * lib/fts_.h: Likewise.
341         * lib/full-read.c: Likewise.
342         * lib/full-read.h: Likewise.
343         * lib/full-write.c: Likewise.
344         * lib/full-write.h: Likewise.
345         * lib/fwritable.c: Likewise.
346         * lib/fwritable.h: Likewise.
347         * lib/fwriteerror.c: Likewise.
348         * lib/fwriteerror.h: Likewise.
349         * lib/fwriting.c: Likewise.
350         * lib/fwriting.h: Likewise.
351         * lib/gcd.c: Likewise.
352         * lib/gcd.h: Likewise.
353         * lib/getcwd.c: Likewise.
354         * lib/getdate.h: Likewise.
355         * lib/getdate.y: Likewise.
356         * lib/getdomainname.c: Likewise.
357         * lib/getdomainname.h: Likewise.
358         * lib/getgroups.c: Likewise.
359         * lib/gethostname.c: Likewise.
360         * lib/gethrxtime.c: Likewise.
361         * lib/gethrxtime.h: Likewise.
362         * lib/getloadavg.c: Likewise.
363         * lib/getndelim2.c: Likewise.
364         * lib/getndelim2.h: Likewise.
365         * lib/getnline.c: Likewise.
366         * lib/getnline.h: Likewise.
367         * lib/getopt.c: Likewise.
368         * lib/getopt.in.h: Likewise.
369         * lib/getopt1.c: Likewise.
370         * lib/getopt_int.h: Likewise.
371         * lib/getpagesize.h: Likewise.
372         * lib/getsubopt.c: Likewise.
373         * lib/gettime.c: Likewise.
374         * lib/getugroups.c: Likewise.
375         * lib/getugroups.h: Likewise.
376         * lib/getusershell.c: Likewise.
377         * lib/gl_anyavltree_list1.h: Likewise.
378         * lib/gl_anyavltree_list2.h: Likewise.
379         * lib/gl_anyhash_list1.h: Likewise.
380         * lib/gl_anyhash_list2.h: Likewise.
381         * lib/gl_anylinked_list1.h: Likewise.
382         * lib/gl_anylinked_list2.h: Likewise.
383         * lib/gl_anyrbtree_list1.h: Likewise.
384         * lib/gl_anyrbtree_list2.h: Likewise.
385         * lib/gl_anytree_list1.h: Likewise.
386         * lib/gl_anytree_list2.h: Likewise.
387         * lib/gl_anytree_oset.h: Likewise.
388         * lib/gl_anytreehash_list1.h: Likewise.
389         * lib/gl_anytreehash_list2.h: Likewise.
390         * lib/gl_array_list.c: Likewise.
391         * lib/gl_array_list.h: Likewise.
392         * lib/gl_array_oset.c: Likewise.
393         * lib/gl_array_oset.h: Likewise.
394         * lib/gl_avltree_list.c: Likewise.
395         * lib/gl_avltree_list.h: Likewise.
396         * lib/gl_avltree_oset.c: Likewise.
397         * lib/gl_avltree_oset.h: Likewise.
398         * lib/gl_avltreehash_list.c: Likewise.
399         * lib/gl_avltreehash_list.h: Likewise.
400         * lib/gl_carray_list.c: Likewise.
401         * lib/gl_carray_list.h: Likewise.
402         * lib/gl_linked_list.c: Likewise.
403         * lib/gl_linked_list.h: Likewise.
404         * lib/gl_linkedhash_list.c: Likewise.
405         * lib/gl_linkedhash_list.h: Likewise.
406         * lib/gl_list.c: Likewise.
407         * lib/gl_list.h: Likewise.
408         * lib/gl_oset.c: Likewise.
409         * lib/gl_oset.h: Likewise.
410         * lib/gl_rbtree_list.c: Likewise.
411         * lib/gl_rbtree_list.h: Likewise.
412         * lib/gl_rbtree_oset.c: Likewise.
413         * lib/gl_rbtree_oset.h: Likewise.
414         * lib/gl_rbtreehash_list.c: Likewise.
415         * lib/gl_rbtreehash_list.h: Likewise.
416         * lib/gl_sublist.c: Likewise.
417         * lib/gl_sublist.h: Likewise.
418         * lib/group-member.c: Likewise.
419         * lib/group-member.h: Likewise.
420         * lib/hard-locale.c: Likewise.
421         * lib/hard-locale.h: Likewise.
422         * lib/hash-pjw.c: Likewise.
423         * lib/hash-pjw.h: Likewise.
424         * lib/hash-triple.c: Likewise.
425         * lib/hash.c: Likewise.
426         * lib/hash.h: Likewise.
427         * lib/human.c: Likewise.
428         * lib/human.h: Likewise.
429         * lib/i-ring.c: Likewise.
430         * lib/i-ring.h: Likewise.
431         * lib/idcache.c: Likewise.
432         * lib/imaxabs.c: Likewise.
433         * lib/imaxdiv.c: Likewise.
434         * lib/inet_pton.c: Likewise.
435         * lib/inet_pton.h: Likewise.
436         * lib/intprops.h: Likewise.
437         * lib/inttostr.c: Likewise.
438         * lib/inttostr.h: Likewise.
439         * lib/inttypes.in.h: Likewise.
440         * lib/isapipe.c: Likewise.
441         * lib/isdir.c: Likewise.
442         * lib/isnan.c: Likewise.
443         * lib/isnan.h: Likewise.
444         * lib/isnanf.c: Likewise.
445         * lib/isnanf.h: Likewise.
446         * lib/isnanl-nolibm.h: Likewise.
447         * lib/isnanl.c: Likewise.
448         * lib/isnanl.h: Likewise.
449         * lib/javacomp.c: Likewise.
450         * lib/javacomp.h: Likewise.
451         * lib/javaexec.c: Likewise.
452         * lib/javaexec.h: Likewise.
453         * lib/javaversion.c: Likewise.
454         * lib/javaversion.h: Likewise.
455         * lib/javaversion.java: Likewise.
456         * lib/lbrkprop.h: Likewise.
457         * lib/lchmod.h: Likewise.
458         * lib/lchown.c: Likewise.
459         * lib/ldexpl.c: Likewise.
460         * lib/linebreak.c: Likewise.
461         * lib/linebreak.h: Likewise.
462         * lib/linebuffer.c: Likewise.
463         * lib/linebuffer.h: Likewise.
464         * lib/locale.in.h: Likewise.
465         * lib/logl.c: Likewise.
466         * lib/long-options.c: Likewise.
467         * lib/long-options.h: Likewise.
468         * lib/lstat.c: Likewise.
469         * lib/lstat.h: Likewise.
470         * lib/math.in.h: Likewise.
471         * lib/mbchar.c: Likewise.
472         * lib/mbchar.h: Likewise.
473         * lib/mbfile.h: Likewise.
474         * lib/mbiter.h: Likewise.
475         * lib/mbscasecmp.c: Likewise.
476         * lib/mbscasestr.c: Likewise.
477         * lib/mbschr.c: Likewise.
478         * lib/mbscspn.c: Likewise.
479         * lib/mbslen.c: Likewise.
480         * lib/mbsncasecmp.c: Likewise.
481         * lib/mbsnlen.c: Likewise.
482         * lib/mbspbrk.c: Likewise.
483         * lib/mbspcasecmp.c: Likewise.
484         * lib/mbsrchr.c: Likewise.
485         * lib/mbssep.c: Likewise.
486         * lib/mbsspn.c: Likewise.
487         * lib/mbsstr.c: Likewise.
488         * lib/mbstok_r.c: Likewise.
489         * lib/mbswidth.c: Likewise.
490         * lib/mbswidth.h: Likewise.
491         * lib/mbuiter.h: Likewise.
492         * lib/memcasecmp.c: Likewise.
493         * lib/memcasecmp.h: Likewise.
494         * lib/memchr.c: Likewise.
495         * lib/memcmp.c: Likewise.
496         * lib/memcoll.c: Likewise.
497         * lib/memcoll.h: Likewise.
498         * lib/memcpy.c: Likewise.
499         * lib/memrchr.c: Likewise.
500         * lib/mkancesdirs.c: Likewise.
501         * lib/mkdir-p.c: Likewise.
502         * lib/mkdir-p.h: Likewise.
503         * lib/mkdir.c: Likewise.
504         * lib/mkdirat.c: Likewise.
505         * lib/mkdtemp.c: Likewise.
506         * lib/mkstemp-safer.c: Likewise.
507         * lib/mkstemp.c: Likewise.
508         * lib/modechange.c: Likewise.
509         * lib/modechange.h: Likewise.
510         * lib/mountlist.c: Likewise.
511         * lib/mountlist.h: Likewise.
512         * lib/mpsort.c: Likewise.
513         * lib/nanosleep.c: Likewise.
514         * lib/obstack.c: Likewise.
515         * lib/obstack.h: Likewise.
516         * lib/open-safer.c: Likewise.
517         * lib/open.c: Likewise.
518         * lib/openat-die.c: Likewise.
519         * lib/openat-priv.h: Likewise.
520         * lib/openat-proc.c: Likewise.
521         * lib/openat.c: Likewise.
522         * lib/openat.h: Likewise.
523         * lib/pagealign_alloc.c: Likewise.
524         * lib/pagealign_alloc.h: Likewise.
525         * lib/physmem.c: Likewise.
526         * lib/physmem.h: Likewise.
527         * lib/pipe-safer.c: Likewise.
528         * lib/pipe.c: Likewise.
529         * lib/pipe.h: Likewise.
530         * lib/posixtm.c: Likewise.
531         * lib/posixtm.h: Likewise.
532         * lib/posixver.c: Likewise.
533         * lib/printf-frexp.c: Likewise.
534         * lib/printf-frexp.h: Likewise.
535         * lib/printf-frexpl.c: Likewise.
536         * lib/printf-frexpl.h: Likewise.
537         * lib/printf.c: Likewise.
538         * lib/progname.c: Likewise.
539         * lib/progname.h: Likewise.
540         * lib/progreloc.c: Likewise.
541         * lib/putenv.c: Likewise.
542         * lib/quote.c: Likewise.
543         * lib/quote.h: Likewise.
544         * lib/quotearg.c: Likewise.
545         * lib/quotearg.h: Likewise.
546         * lib/raise.c: Likewise.
547         * lib/readline.c: Likewise.
548         * lib/readline.h: Likewise.
549         * lib/readlink.c: Likewise.
550         * lib/readtokens.c: Likewise.
551         * lib/readtokens.h: Likewise.
552         * lib/readtokens0.c: Likewise.
553         * lib/readtokens0.h: Likewise.
554         * lib/readutmp.c: Likewise.
555         * lib/readutmp.h: Likewise.
556         * lib/realloc.c: Likewise.
557         * lib/relocwrapper.c: Likewise.
558         * lib/rename-dest-slash.c: Likewise.
559         * lib/rename.c: Likewise.
560         * lib/rmdir.c: Likewise.
561         * lib/rpmatch.c: Likewise.
562         * lib/safe-read.c: Likewise.
563         * lib/safe-read.h: Likewise.
564         * lib/safe-write.c: Likewise.
565         * lib/safe-write.h: Likewise.
566         * lib/same-inode.h: Likewise.
567         * lib/same.c: Likewise.
568         * lib/same.h: Likewise.
569         * lib/save-cwd.c: Likewise.
570         * lib/save-cwd.h: Likewise.
571         * lib/savedir.c: Likewise.
572         * lib/savedir.h: Likewise.
573         * lib/savewd.c: Likewise.
574         * lib/savewd.h: Likewise.
575         * lib/search.in.h: Likewise.
576         * lib/setenv.c: Likewise.
577         * lib/setenv.h: Likewise.
578         * lib/settime.c: Likewise.
579         * lib/sh-quote.c: Likewise.
580         * lib/sh-quote.h: Likewise.
581         * lib/sig2str.c: Likewise.
582         * lib/sig2str.h: Likewise.
583         * lib/signal.in.h: Likewise.
584         * lib/signbitd.c: Likewise.
585         * lib/signbitf.c: Likewise.
586         * lib/signbitl.c: Likewise.
587         * lib/sigprocmask.c: Likewise.
588         * lib/sincosl.c: Likewise.
589         * lib/sleep.c: Likewise.
590         * lib/sprintf.c: Likewise.
591         * lib/sqrtl.c: Likewise.
592         * lib/stat-time.h: Likewise.
593         * lib/stdio--.h: Likewise.
594         * lib/stdio-safer.h: Likewise.
595         * lib/stdlib--.h: Likewise.
596         * lib/stdlib-safer.h: Likewise.
597         * lib/stdlib.in.h: Likewise.
598         * lib/stpcpy.c: Likewise.
599         * lib/stpncpy.c: Likewise.
600         * lib/strchrnul.c: Likewise.
601         * lib/strcspn.c: Likewise.
602         * lib/strerror.c: Likewise.
603         * lib/strftime.c: Likewise.
604         * lib/strftime.h: Likewise.
605         * lib/striconveh.c: Likewise.
606         * lib/striconveh.h: Likewise.
607         * lib/striconveha.c: Likewise.
608         * lib/striconveha.h: Likewise.
609         * lib/stripslash.c: Likewise.
610         * lib/strnlen1.c: Likewise.
611         * lib/strnlen1.h: Likewise.
612         * lib/strtod.c: Likewise.
613         * lib/strtoimax.c: Likewise.
614         * lib/strtok_r.c: Likewise.
615         * lib/strtol.c: Likewise.
616         * lib/strtoll.c: Likewise.
617         * lib/strtoul.c: Likewise.
618         * lib/strtoull.c: Likewise.
619         * lib/sysexits.in.h: Likewise.
620         * lib/tempname.c: Likewise.
621         * lib/tempname.h: Likewise.
622         * lib/timespec.h: Likewise.
623         * lib/tls.c: Likewise.
624         * lib/tls.h: Likewise.
625         * lib/tmpdir.c: Likewise.
626         * lib/tmpdir.h: Likewise.
627         * lib/tmpfile-safer.c: Likewise.
628         * lib/tmpfile.c: Likewise.
629         * lib/trigl.c: Likewise.
630         * lib/trigl.h: Likewise.
631         * lib/trim.c: Likewise.
632         * lib/trim.h: Likewise.
633         * lib/trunc.c: Likewise.
634         * lib/truncf.c: Likewise.
635         * lib/truncl.c: Likewise.
636         * lib/tsearch.c: Likewise.
637         * lib/unicodeio.c: Likewise.
638         * lib/unicodeio.h: Likewise.
639         * lib/unistd--.h: Likewise.
640         * lib/unistd-safer.h: Likewise.
641         * lib/unistdio/ulc-fprintf.c: Likewise.
642         * lib/unistdio/ulc-vfprintf.c: Likewise.
643         * lib/unlinkdir.c: Likewise.
644         * lib/unlinkdir.h: Likewise.
645         * lib/unlocked-io.h: Likewise.
646         * lib/unsetenv.c: Likewise.
647         * lib/userspec.c: Likewise.
648         * lib/utime.c: Likewise.
649         * lib/utimecmp.c: Likewise.
650         * lib/utimecmp.h: Likewise.
651         * lib/utimens.c: Likewise.
652         * lib/verify.h: Likewise.
653         * lib/verror.c: Likewise.
654         * lib/verror.h: Likewise.
655         * lib/version-etc-fsf.c: Likewise.
656         * lib/version-etc.c: Likewise.
657         * lib/version-etc.h: Likewise.
658         * lib/vfprintf.c: Likewise.
659         * lib/vprintf.c: Likewise.
660         * lib/vsprintf.c: Likewise.
661         * lib/w32spawn.h: Likewise.
662         * lib/wait-process.c: Likewise.
663         * lib/wait-process.h: Likewise.
664         * lib/wcwidth.c: Likewise.
665         * lib/write-any-file.c: Likewise.
666         * lib/xalloc-die.c: Likewise.
667         * lib/xalloc.h: Likewise.
668         * lib/xasprintf.c: Likewise.
669         * lib/xgetcwd.c: Likewise.
670         * lib/xgetcwd.h: Likewise.
671         * lib/xgetdomainname.c: Likewise.
672         * lib/xgetdomainname.h: Likewise.
673         * lib/xgethostname.c: Likewise.
674         * lib/xmalloc.c: Likewise.
675         * lib/xmalloca.c: Likewise.
676         * lib/xmalloca.h: Likewise.
677         * lib/xmemcoll.c: Likewise.
678         * lib/xnanosleep.c: Likewise.
679         * lib/xreadlink.c: Likewise.
680         * lib/xreadlink.h: Likewise.
681         * lib/xsetenv.c: Likewise.
682         * lib/xsetenv.h: Likewise.
683         * lib/xstriconv.c: Likewise.
684         * lib/xstriconv.h: Likewise.
685         * lib/xstrndup.c: Likewise.
686         * lib/xstrndup.h: Likewise.
687         * lib/xstrtod.c: Likewise.
688         * lib/xstrtod.h: Likewise.
689         * lib/xstrtol-error.c: Likewise.
690         * lib/xstrtol.c: Likewise.
691         * lib/xstrtol.h: Likewise.
692         * lib/xtime.h: Likewise.
693         * lib/xvasprintf.c: Likewise.
694         * lib/xvasprintf.h: Likewise.
695         * lib/yesno.c: Likewise.
696         * lib/yesno.h: Likewise.
697         * posix-modules: Likewise.
698         * tests/test-alloca-opt.c: Likewise.
699         * tests/test-arcfour.c: Likewise.
700         * tests/test-arctwo.c: Likewise.
701         * tests/test-argmatch.c: Likewise.
702         * tests/test-argp-2.sh: Likewise.
703         * tests/test-argp.c: Likewise.
704         * tests/test-arpa_inet.c: Likewise.
705         * tests/test-array_list.c: Likewise.
706         * tests/test-array_oset.c: Likewise.
707         * tests/test-atexit.c: Likewise.
708         * tests/test-avltree_list.c: Likewise.
709         * tests/test-avltree_oset.c: Likewise.
710         * tests/test-avltreehash_list.c: Likewise.
711         * tests/test-base64.c: Likewise.
712         * tests/test-binary-io.c: Likewise.
713         * tests/test-byteswap.c: Likewise.
714         * tests/test-c-ctype.c: Likewise.
715         * tests/test-c-strcasecmp.c: Likewise.
716         * tests/test-c-strcasestr.c: Likewise.
717         * tests/test-c-strncasecmp.c: Likewise.
718         * tests/test-c-strstr.c: Likewise.
719         * tests/test-canonicalize-lgpl.c: Likewise.
720         * tests/test-canonicalize.c: Likewise.
721         * tests/test-carray_list.c: Likewise.
722         * tests/test-ceilf.c: Likewise.
723         * tests/test-ceill.c: Likewise.
724         * tests/test-count-one-bits.c: Likewise.
725         * tests/test-crc.c: Likewise.
726         * tests/test-dirname.c: Likewise.
727         * tests/test-fbufmode.c: Likewise.
728         * tests/test-fcntl.c: Likewise.
729         * tests/test-fflush.c: Likewise.
730         * tests/test-floorf.c: Likewise.
731         * tests/test-floorl.c: Likewise.
732         * tests/test-fopen.c: Likewise.
733         * tests/test-fprintf-posix.c: Likewise.
734         * tests/test-fprintf-posix.h: Likewise.
735         * tests/test-fpurge.c: Likewise.
736         * tests/test-freadable.c: Likewise.
737         * tests/test-freadahead.c: Likewise.
738         * tests/test-freading.c: Likewise.
739         * tests/test-freopen.c: Likewise.
740         * tests/test-frexp.c: Likewise.
741         * tests/test-frexpl.c: Likewise.
742         * tests/test-fseek.c: Likewise.
743         * tests/test-fseeko.c: Likewise.
744         * tests/test-fseterr.c: Likewise.
745         * tests/test-fstrcmp.c: Likewise.
746         * tests/test-ftell.c: Likewise.
747         * tests/test-ftello.c: Likewise.
748         * tests/test-fwritable.c: Likewise.
749         * tests/test-fwriting.c: Likewise.
750         * tests/test-getaddrinfo.c: Likewise.
751         * tests/test-getpass.c: Likewise.
752         * tests/test-gettimeofday.c: Likewise.
753         * tests/test-hmac-md5.c: Likewise.
754         * tests/test-hmac-sha1.c: Likewise.
755         * tests/test-iconv.c: Likewise.
756         * tests/test-iconvme.c: Likewise.
757         * tests/test-inttypes.c: Likewise.
758         * tests/test-isnan.c: Likewise.
759         * tests/test-isnanf.c: Likewise.
760         * tests/test-isnanl-nolibm.c: Likewise.
761         * tests/test-isnanl.c: Likewise.
762         * tests/test-isnanl.h: Likewise.
763         * tests/test-ldexpl.c: Likewise.
764         * tests/test-linked_list.c: Likewise.
765         * tests/test-linkedhash_list.c: Likewise.
766         * tests/test-locale.c: Likewise.
767         * tests/test-localename.c: Likewise.
768         * tests/test-lock.c: Likewise.
769         * tests/test-lseek.c: Likewise.
770         * tests/test-malloca.c: Likewise.
771         * tests/test-math.c: Likewise.
772         * tests/test-mbscasecmp.c: Likewise.
773         * tests/test-mbscasestr1.c: Likewise.
774         * tests/test-mbscasestr2.c: Likewise.
775         * tests/test-mbscasestr3.c: Likewise.
776         * tests/test-mbscasestr4.c: Likewise.
777         * tests/test-mbschr.c: Likewise.
778         * tests/test-mbscspn.c: Likewise.
779         * tests/test-mbsncasecmp.c: Likewise.
780         * tests/test-mbspbrk.c: Likewise.
781         * tests/test-mbspcasecmp.c: Likewise.
782         * tests/test-mbsrchr.c: Likewise.
783         * tests/test-mbsspn.c: Likewise.
784         * tests/test-mbsstr1.c: Likewise.
785         * tests/test-mbsstr2.c: Likewise.
786         * tests/test-mbsstr3.c: Likewise.
787         * tests/test-md5.c: Likewise.
788         * tests/test-memmem.c: Likewise.
789         * tests/test-netinet_in.c: Likewise.
790         * tests/test-open.c: Likewise.
791         * tests/test-printf-frexp.c: Likewise.
792         * tests/test-printf-frexpl.c: Likewise.
793         * tests/test-printf-posix.c: Likewise.
794         * tests/test-printf-posix.h: Likewise.
795         * tests/test-rbtree_list.c: Likewise.
796         * tests/test-rbtree_oset.c: Likewise.
797         * tests/test-rbtreehash_list.c: Likewise.
798         * tests/test-read-file.c: Likewise.
799         * tests/test-rijndael.c: Likewise.
800         * tests/test-search.c: Likewise.
801         * tests/test-signbit.c: Likewise.
802         * tests/test-sleep.c: Likewise.
803         * tests/test-snprintf-posix.c: Likewise.
804         * tests/test-snprintf-posix.h: Likewise.
805         * tests/test-snprintf.c: Likewise.
806         * tests/test-sprintf-posix.c: Likewise.
807         * tests/test-sprintf-posix.h: Likewise.
808         * tests/test-stat-time.c: Likewise.
809         * tests/test-stdbool.c: Likewise.
810         * tests/test-stdint.c: Likewise.
811         * tests/test-stdio.c: Likewise.
812         * tests/test-stdlib.c: Likewise.
813         * tests/test-stpncpy.c: Likewise.
814         * tests/test-strcasestr.c: Likewise.
815         * tests/test-striconv.c: Likewise.
816         * tests/test-striconveh.c: Likewise.
817         * tests/test-striconveha.c: Likewise.
818         * tests/test-string.c: Likewise.
819         * tests/test-sys_select.c: Likewise.
820         * tests/test-sys_socket.c: Likewise.
821         * tests/test-sys_stat.c: Likewise.
822         * tests/test-sys_time.c: Likewise.
823         * tests/test-sysexits.c: Likewise.
824         * tests/test-time.c: Likewise.
825         * tests/test-tls.c: Likewise.
826         * tests/test-trunc.c: Likewise.
827         * tests/test-truncf.c: Likewise.
828         * tests/test-truncl.c: Likewise.
829         * tests/test-unistd.c: Likewise.
830         * tests/test-vasnprintf-posix.c: Likewise.
831         * tests/test-vasnprintf-posix2.c: Likewise.
832         * tests/test-vasnprintf.c: Likewise.
833         * tests/test-vasprintf-posix.c: Likewise.
834         * tests/test-vasprintf.c: Likewise.
835         * tests/test-verify.c: Likewise.
836         * tests/test-vfprintf-posix.c: Likewise.
837         * tests/test-vprintf-posix.c: Likewise.
838         * tests/test-vsnprintf-posix.c: Likewise.
839         * tests/test-vsnprintf.c: Likewise.
840         * tests/test-vsprintf-posix.c: Likewise.
841         * tests/test-wchar.c: Likewise.
842         * tests/test-wctype.c: Likewise.
843         * tests/test-wcwidth.c: Likewise.
844         * tests/test-xstrtol.c: Likewise.
845         * tests/test-xvasprintf.c: Likewise.
846         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
847         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
848         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
849         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
850         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
851         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
852         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
853         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
854         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
855         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
856         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
857         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
858         * tests/uniname/test-uninames.c: Likewise.
859         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
860         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
861         * tests/unistdio/test-u16-printf1.h: Likewise.
862         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
863         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
864         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
865         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
866         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
867         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
868         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
869         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
870         * tests/unistdio/test-u32-printf1.h: Likewise.
871         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
872         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
873         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
874         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
875         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
876         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
877         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
878         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
879         * tests/unistdio/test-u8-printf1.h: Likewise.
880         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
881         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
882         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
883         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
884         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
885         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
886         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
887         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
888         * tests/unistdio/test-ulc-printf1.h: Likewise.
889         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
890         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
891         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
892         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
893         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
894         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
895         * tests/uniwidth/test-u16-strwidth.c: Likewise.
896         * tests/uniwidth/test-u16-width.c: Likewise.
897         * tests/uniwidth/test-u32-strwidth.c: Likewise.
898         * tests/uniwidth/test-u32-width.c: Likewise.
899         * tests/uniwidth/test-u8-strwidth.c: Likewise.
900         * tests/uniwidth/test-u8-width.c: Likewise.
901         * tests/uniwidth/test-uc_width.c: Likewise.
902         * config/srclist-update: Likewise.
903         (fixlicense): Update to GPLv3+.
904
905         Change copyright notice from LGPLv2.1+ to LGPLv3+.
906         * tests/test-tsearch.c: Change copyright notice.
907
908         Change copyright notice from LGPLv2.0+ to LGPLv3+.
909         * lib/c-strcaseeq.h: Change copyright notice.
910         * lib/streq.h: Likewise.
911         * lib/uniconv.h: Likewise.
912         * lib/uniconv/u-conv-from-enc.h: Likewise.
913         * lib/uniconv/u-conv-to-enc.h: Likewise.
914         * lib/uniconv/u-strconv-from-enc.h: Likewise.
915         * lib/uniconv/u-strconv-to-enc.h: Likewise.
916         * lib/uniconv/u16-conv-from-enc.c: Likewise.
917         * lib/uniconv/u16-conv-to-enc.c: Likewise.
918         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
919         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
920         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
921         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
922         * lib/uniconv/u32-conv-from-enc.c: Likewise.
923         * lib/uniconv/u32-conv-to-enc.c: Likewise.
924         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
925         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
926         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
927         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
928         * lib/uniconv/u8-conv-from-enc.c: Likewise.
929         * lib/uniconv/u8-conv-to-enc.c: Likewise.
930         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
931         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
932         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
933         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
934         * lib/uniname.h: Likewise.
935         * lib/uniname/uniname.c: Likewise.
936         * lib/unistdio.h: Likewise.
937         * lib/unistdio/u-asnprintf.h: Likewise.
938         * lib/unistdio/u-asprintf.h: Likewise.
939         * lib/unistdio/u-printf-args.c: Likewise.
940         * lib/unistdio/u-printf-args.h: Likewise.
941         * lib/unistdio/u-printf-parse.h: Likewise.
942         * lib/unistdio/u-snprintf.h: Likewise.
943         * lib/unistdio/u-sprintf.h: Likewise.
944         * lib/unistdio/u-vasprintf.h: Likewise.
945         * lib/unistdio/u-vsnprintf.h: Likewise.
946         * lib/unistdio/u-vsprintf.h: Likewise.
947         * lib/unistdio/u16-asnprintf.c: Likewise.
948         * lib/unistdio/u16-asprintf.c: Likewise.
949         * lib/unistdio/u16-printf-parse.c: Likewise.
950         * lib/unistdio/u16-snprintf.c: Likewise.
951         * lib/unistdio/u16-sprintf.c: Likewise.
952         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
953         * lib/unistdio/u16-u16-asprintf.c: Likewise.
954         * lib/unistdio/u16-u16-snprintf.c: Likewise.
955         * lib/unistdio/u16-u16-sprintf.c: Likewise.
956         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
957         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
958         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
959         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
960         * lib/unistdio/u16-vasnprintf.c: Likewise.
961         * lib/unistdio/u16-vasprintf.c: Likewise.
962         * lib/unistdio/u16-vsnprintf.c: Likewise.
963         * lib/unistdio/u16-vsprintf.c: Likewise.
964         * lib/unistdio/u32-asnprintf.c: Likewise.
965         * lib/unistdio/u32-asprintf.c: Likewise.
966         * lib/unistdio/u32-printf-parse.c: Likewise.
967         * lib/unistdio/u32-snprintf.c: Likewise.
968         * lib/unistdio/u32-sprintf.c: Likewise.
969         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
970         * lib/unistdio/u32-u32-asprintf.c: Likewise.
971         * lib/unistdio/u32-u32-snprintf.c: Likewise.
972         * lib/unistdio/u32-u32-sprintf.c: Likewise.
973         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
974         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
975         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
976         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
977         * lib/unistdio/u32-vasnprintf.c: Likewise.
978         * lib/unistdio/u32-vasprintf.c: Likewise.
979         * lib/unistdio/u32-vsnprintf.c: Likewise.
980         * lib/unistdio/u32-vsprintf.c: Likewise.
981         * lib/unistdio/u8-asnprintf.c: Likewise.
982         * lib/unistdio/u8-asprintf.c: Likewise.
983         * lib/unistdio/u8-printf-parse.c: Likewise.
984         * lib/unistdio/u8-snprintf.c: Likewise.
985         * lib/unistdio/u8-sprintf.c: Likewise.
986         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
987         * lib/unistdio/u8-u8-asprintf.c: Likewise.
988         * lib/unistdio/u8-u8-snprintf.c: Likewise.
989         * lib/unistdio/u8-u8-sprintf.c: Likewise.
990         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
991         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
992         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
993         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
994         * lib/unistdio/u8-vasnprintf.c: Likewise.
995         * lib/unistdio/u8-vasprintf.c: Likewise.
996         * lib/unistdio/u8-vsnprintf.c: Likewise.
997         * lib/unistdio/u8-vsprintf.c: Likewise.
998         * lib/unistdio/ulc-asnprintf.c: Likewise.
999         * lib/unistdio/ulc-asprintf.c: Likewise.
1000         * lib/unistdio/ulc-printf-parse.c: Likewise.
1001         * lib/unistdio/ulc-snprintf.c: Likewise.
1002         * lib/unistdio/ulc-sprintf.c: Likewise.
1003         * lib/unistdio/ulc-vasnprintf.c: Likewise.
1004         * lib/unistdio/ulc-vasprintf.c: Likewise.
1005         * lib/unistdio/ulc-vsnprintf.c: Likewise.
1006         * lib/unistdio/ulc-vsprintf.c: Likewise.
1007         * lib/unistr.h: Likewise.
1008         * lib/unistr/u-cpy-alloc.h: Likewise.
1009         * lib/unistr/u-cpy.h: Likewise.
1010         * lib/unistr/u-endswith.h: Likewise.
1011         * lib/unistr/u-move.h: Likewise.
1012         * lib/unistr/u-set.h: Likewise.
1013         * lib/unistr/u-startswith.h: Likewise.
1014         * lib/unistr/u-stpcpy.h: Likewise.
1015         * lib/unistr/u-stpncpy.h: Likewise.
1016         * lib/unistr/u-strcat.h: Likewise.
1017         * lib/unistr/u-strcpy.h: Likewise.
1018         * lib/unistr/u-strcspn.h: Likewise.
1019         * lib/unistr/u-strdup.h: Likewise.
1020         * lib/unistr/u-strlen.h: Likewise.
1021         * lib/unistr/u-strncat.h: Likewise.
1022         * lib/unistr/u-strncpy.h: Likewise.
1023         * lib/unistr/u-strnlen.h: Likewise.
1024         * lib/unistr/u-strpbrk.h: Likewise.
1025         * lib/unistr/u-strspn.h: Likewise.
1026         * lib/unistr/u-strstr.h: Likewise.
1027         * lib/unistr/u-strtok.h: Likewise.
1028         * lib/unistr/u16-check.c: Likewise.
1029         * lib/unistr/u16-chr.c: Likewise.
1030         * lib/unistr/u16-cmp.c: Likewise.
1031         * lib/unistr/u16-cpy-alloc.c: Likewise.
1032         * lib/unistr/u16-cpy.c: Likewise.
1033         * lib/unistr/u16-endswith.c: Likewise.
1034         * lib/unistr/u16-mblen.c: Likewise.
1035         * lib/unistr/u16-mbsnlen.c: Likewise.
1036         * lib/unistr/u16-mbtouc-aux.c: Likewise.
1037         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
1038         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
1039         * lib/unistr/u16-mbtouc.c: Likewise.
1040         * lib/unistr/u16-mbtoucr.c: Likewise.
1041         * lib/unistr/u16-move.c: Likewise.
1042         * lib/unistr/u16-next.c: Likewise.
1043         * lib/unistr/u16-prev.c: Likewise.
1044         * lib/unistr/u16-set.c: Likewise.
1045         * lib/unistr/u16-startswith.c: Likewise.
1046         * lib/unistr/u16-stpcpy.c: Likewise.
1047         * lib/unistr/u16-stpncpy.c: Likewise.
1048         * lib/unistr/u16-strcat.c: Likewise.
1049         * lib/unistr/u16-strchr.c: Likewise.
1050         * lib/unistr/u16-strcmp.c: Likewise.
1051         * lib/unistr/u16-strcpy.c: Likewise.
1052         * lib/unistr/u16-strcspn.c: Likewise.
1053         * lib/unistr/u16-strdup.c: Likewise.
1054         * lib/unistr/u16-strlen.c: Likewise.
1055         * lib/unistr/u16-strmblen.c: Likewise.
1056         * lib/unistr/u16-strmbtouc.c: Likewise.
1057         * lib/unistr/u16-strncat.c: Likewise.
1058         * lib/unistr/u16-strncmp.c: Likewise.
1059         * lib/unistr/u16-strncpy.c: Likewise.
1060         * lib/unistr/u16-strnlen.c: Likewise.
1061         * lib/unistr/u16-strpbrk.c: Likewise.
1062         * lib/unistr/u16-strrchr.c: Likewise.
1063         * lib/unistr/u16-strspn.c: Likewise.
1064         * lib/unistr/u16-strstr.c: Likewise.
1065         * lib/unistr/u16-strtok.c: Likewise.
1066         * lib/unistr/u16-to-u32.c: Likewise.
1067         * lib/unistr/u16-to-u8.c: Likewise.
1068         * lib/unistr/u16-uctomb-aux.c: Likewise.
1069         * lib/unistr/u16-uctomb.c: Likewise.
1070         * lib/unistr/u32-check.c: Likewise.
1071         * lib/unistr/u32-chr.c: Likewise.
1072         * lib/unistr/u32-cmp.c: Likewise.
1073         * lib/unistr/u32-cpy-alloc.c: Likewise.
1074         * lib/unistr/u32-cpy.c: Likewise.
1075         * lib/unistr/u32-endswith.c: Likewise.
1076         * lib/unistr/u32-mblen.c: Likewise.
1077         * lib/unistr/u32-mbsnlen.c: Likewise.
1078         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
1079         * lib/unistr/u32-mbtouc.c: Likewise.
1080         * lib/unistr/u32-mbtoucr.c: Likewise.
1081         * lib/unistr/u32-move.c: Likewise.
1082         * lib/unistr/u32-next.c: Likewise.
1083         * lib/unistr/u32-prev.c: Likewise.
1084         * lib/unistr/u32-set.c: Likewise.
1085         * lib/unistr/u32-startswith.c: Likewise.
1086         * lib/unistr/u32-stpcpy.c: Likewise.
1087         * lib/unistr/u32-stpncpy.c: Likewise.
1088         * lib/unistr/u32-strcat.c: Likewise.
1089         * lib/unistr/u32-strchr.c: Likewise.
1090         * lib/unistr/u32-strcmp.c: Likewise.
1091         * lib/unistr/u32-strcpy.c: Likewise.
1092         * lib/unistr/u32-strcspn.c: Likewise.
1093         * lib/unistr/u32-strdup.c: Likewise.
1094         * lib/unistr/u32-strlen.c: Likewise.
1095         * lib/unistr/u32-strmblen.c: Likewise.
1096         * lib/unistr/u32-strmbtouc.c: Likewise.
1097         * lib/unistr/u32-strncat.c: Likewise.
1098         * lib/unistr/u32-strncmp.c: Likewise.
1099         * lib/unistr/u32-strncpy.c: Likewise.
1100         * lib/unistr/u32-strnlen.c: Likewise.
1101         * lib/unistr/u32-strpbrk.c: Likewise.
1102         * lib/unistr/u32-strrchr.c: Likewise.
1103         * lib/unistr/u32-strspn.c: Likewise.
1104         * lib/unistr/u32-strstr.c: Likewise.
1105         * lib/unistr/u32-strtok.c: Likewise.
1106         * lib/unistr/u32-to-u16.c: Likewise.
1107         * lib/unistr/u32-to-u8.c: Likewise.
1108         * lib/unistr/u32-uctomb.c: Likewise.
1109         * lib/unistr/u8-check.c: Likewise.
1110         * lib/unistr/u8-chr.c: Likewise.
1111         * lib/unistr/u8-cmp.c: Likewise.
1112         * lib/unistr/u8-cpy-alloc.c: Likewise.
1113         * lib/unistr/u8-cpy.c: Likewise.
1114         * lib/unistr/u8-endswith.c: Likewise.
1115         * lib/unistr/u8-mblen.c: Likewise.
1116         * lib/unistr/u8-mbsnlen.c: Likewise.
1117         * lib/unistr/u8-mbtouc-aux.c: Likewise.
1118         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
1119         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
1120         * lib/unistr/u8-mbtouc.c: Likewise.
1121         * lib/unistr/u8-mbtoucr.c: Likewise.
1122         * lib/unistr/u8-move.c: Likewise.
1123         * lib/unistr/u8-next.c: Likewise.
1124         * lib/unistr/u8-prev.c: Likewise.
1125         * lib/unistr/u8-set.c: Likewise.
1126         * lib/unistr/u8-startswith.c: Likewise.
1127         * lib/unistr/u8-stpcpy.c: Likewise.
1128         * lib/unistr/u8-stpncpy.c: Likewise.
1129         * lib/unistr/u8-strcat.c: Likewise.
1130         * lib/unistr/u8-strchr.c: Likewise.
1131         * lib/unistr/u8-strcmp.c: Likewise.
1132         * lib/unistr/u8-strcpy.c: Likewise.
1133         * lib/unistr/u8-strcspn.c: Likewise.
1134         * lib/unistr/u8-strdup.c: Likewise.
1135         * lib/unistr/u8-strlen.c: Likewise.
1136         * lib/unistr/u8-strmblen.c: Likewise.
1137         * lib/unistr/u8-strmbtouc.c: Likewise.
1138         * lib/unistr/u8-strncat.c: Likewise.
1139         * lib/unistr/u8-strncmp.c: Likewise.
1140         * lib/unistr/u8-strncpy.c: Likewise.
1141         * lib/unistr/u8-strnlen.c: Likewise.
1142         * lib/unistr/u8-strpbrk.c: Likewise.
1143         * lib/unistr/u8-strrchr.c: Likewise.
1144         * lib/unistr/u8-strspn.c: Likewise.
1145         * lib/unistr/u8-strstr.c: Likewise.
1146         * lib/unistr/u8-strtok.c: Likewise.
1147         * lib/unistr/u8-to-u16.c: Likewise.
1148         * lib/unistr/u8-to-u32.c: Likewise.
1149         * lib/unistr/u8-uctomb-aux.c: Likewise.
1150         * lib/unistr/u8-uctomb.c: Likewise.
1151         * lib/unitypes.h: Likewise.
1152         * lib/uniwidth.h: Likewise.
1153         * lib/uniwidth/cjk.h: Likewise.
1154         * lib/uniwidth/u16-strwidth.c: Likewise.
1155         * lib/uniwidth/u16-width.c: Likewise.
1156         * lib/uniwidth/u32-strwidth.c: Likewise.
1157         * lib/uniwidth/u32-width.c: Likewise.
1158         * lib/uniwidth/u8-strwidth.c: Likewise.
1159         * lib/uniwidth/u8-width.c: Likewise.
1160         * lib/uniwidth/width.c: Likewise.
1161
1162 2007-10-07  Bruno Haible  <bruno@clisp.org>
1163
1164         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
1165         The file is still under LGPL (see modules/inttypes).
1166
1167 2007-10-06  Bruno Haible  <bruno@clisp.org>
1168
1169         * modules/trunc (Dependencies): Add 'extensions'.
1170         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
1171         Reported by Ben Pfaff <blp@gnu.org>.
1172
1173 2007-10-06  Bruno Haible  <bruno@clisp.org>
1174
1175         * modules/freopen-tests: New file.
1176         * tests/test-freopen.c: New file.
1177
1178         * modules/fopen-tests: New file.
1179         * tests/test-fopen.c: New file.
1180
1181         * modules/fopen: New file.
1182         * lib/fopen.c: New file.
1183         * m4/fopen.m4: New file.
1184         * modules/freopen: New file.
1185         * lib/freopen.c: New file.
1186         * m4/freopen.m4: New file.
1187         * lib/stdio.in.h (fopen, freopen): New declarations.
1188         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
1189         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
1190         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
1191         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
1192         * doc/functions/fopen.texi: Mention the 'fopen' module.
1193         * doc/functions/freopen.texi: Mention the 'freopen' module.
1194
1195 2007-10-06  Bruno Haible  <bruno@clisp.org>
1196
1197         * modules/open-tests: New file.
1198         * tests/test-open.c: New file.
1199
1200         * modules/open: New file.
1201         * lib/open.c: New file.
1202         * m4/open.m4: New file.
1203         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
1204         lib/open.c does.
1205         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
1206         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
1207         macros.
1208         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
1209         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
1210         REPLACE_OPEN.
1211         * doc/functions/open.texi: Mention the 'open' module.
1212
1213 2007-10-04  Bruno Haible  <bruno@clisp.org>
1214
1215         * modules/ceill-tests: New file.
1216         * tests/test-ceill.c: New file.
1217
1218         * modules/ceill: New file.
1219         * lib/ceill.c: Replace entire file.
1220         * m4/ceill.m4: New file.
1221         * lib/math.in.h (ceill): Replace declaration.
1222         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
1223         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
1224         * doc/functions/ceill.texi: Mention the 'ceill' module.
1225         * modules/mathl (Files): Remove lib/ceill.c.
1226         (Depends-on): Add ceill.
1227
1228 2007-10-04  Bruno Haible  <bruno@clisp.org>
1229
1230         * modules/ceilf-tests: New file.
1231         * tests/test-ceilf.c: New file.
1232
1233         * modules/ceilf: New file.
1234         * lib/ceil.c: New file.
1235         * lib/ceilf.c: New file.
1236         * m4/ceilf.m4: New file.
1237         * lib/math.in.h (ceilf): New declaration.
1238         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
1239         HAVE_DECL_CEILF.
1240         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
1241         HAVE_DECL_CEILF.
1242         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
1243
1244 2007-10-04  Bruno Haible  <bruno@clisp.org>
1245
1246         * modules/floorl-tests: New file.
1247         * tests/test-floorl.c: New file.
1248
1249         * modules/floorl: New file.
1250         * lib/floorl.c: Replace entire file.
1251         * m4/floorl.m4: New file.
1252         * lib/math.in.h (floorl): Replace declaration.
1253         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
1254         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
1255         * doc/functions/floorl.texi: Mention the 'floorl' module.
1256         * modules/mathl (Files): Remove lib/floorl.c.
1257         (Depends-on): Add floorl.
1258
1259 2007-10-04  Bruno Haible  <bruno@clisp.org>
1260
1261         * modules/floorf-tests: New file.
1262         * tests/test-floorf.c: New file.
1263
1264         * modules/floorf: New file.
1265         * lib/floor.c: New file.
1266         * lib/floorf.c: New file.
1267         * m4/floorf.m4: New file.
1268         * lib/math.in.h (floorf): New declaration.
1269         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
1270         HAVE_DECL_FLOORF.
1271         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
1272         HAVE_DECL_FLOORF.
1273         * doc/functions/floorf.texi: Mention the 'floorf' module.
1274
1275 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
1276             Bruno Haible  <bruno@clisp.org>
1277
1278         Advertise for the Git server instead of the CVS server.
1279         * doc/gnulib-intro.texi (Steady Development): Mention the Git
1280         repository instead of the CVS one.
1281         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
1282         about all VCS systems generically.
1283         * doc/gnulib.texi (Introduction): Capitalize `Git'.
1284
1285 2007-10-04  Bruno Haible  <bruno@clisp.org>
1286
1287         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
1288         means.
1289         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
1290
1291 2007-10-04  Bruno Haible  <bruno@clisp.org>
1292
1293         * modules/truncl-tests: New file.
1294         * tests/test-truncl.c: New file.
1295
1296         * modules/truncl: New file.
1297         * lib/truncl.c: New file.
1298         * m4/truncl.m4: New file.
1299         * lib/math.in.h (truncl): New declaration.
1300         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
1301         HAVE_DECL_TRUNCL.
1302         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
1303         HAVE_DECL_TRUNCL.
1304         * doc/functions/truncl.texi: Mention the 'truncl' module.
1305
1306 2007-10-04  Bruno Haible  <bruno@clisp.org>
1307
1308         * modules/truncf-tests: New file.
1309         * tests/test-truncf.c: New file.
1310
1311         * modules/truncf: New file.
1312         * lib/trunc.c: Make paramerizable through USE_* macros.
1313         * lib/truncf.c: New file.
1314         * m4/truncf.m4: New file.
1315         * lib/math.in.h (truncf): New declaration.
1316         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
1317         HAVE_DECL_TRUNCF.
1318         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
1319         HAVE_DECL_TRUNCF.
1320         * doc/functions/truncf.texi: Mention the 'truncf' module.
1321
1322 2007-10-03  Bruno Haible  <bruno@clisp.org>
1323
1324         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
1325         augmentation also for tests modules.
1326         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
1327         * modules/atexit-tests (Makefile.am): Likewise.
1328         * modules/binary-io-tests (Makefile.am): Likewise.
1329         * modules/c-strcase-tests (Makefile.am): Likewise.
1330         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
1331         * modules/canonicalize-tests (Makefile.am): Likewise.
1332         * modules/closein-tests (Makefile.am): Likewise.
1333         * modules/fprintf-posix-tests (Makefile.am): Likewise.
1334         * modules/freadahead-tests (Makefile.am): Likewise.
1335         * modules/fseek-tests (Makefile.am): Likewise.
1336         * modules/fseeko-tests (Makefile.am): Likewise.
1337         * modules/ftell-tests (Makefile.am): Likewise.
1338         * modules/ftello-tests (Makefile.am): Likewise.
1339         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
1340         * modules/isnanl-tests (Makefile.am): Likewise.
1341         * modules/lseek-tests (Makefile.am): Likewise.
1342         * modules/mbscasecmp-tests (Makefile.am): Likewise.
1343         * modules/mbscasestr-tests (Makefile.am): Likewise.
1344         * modules/mbschr-tests (Makefile.am): Likewise.
1345         * modules/mbscspn-tests (Makefile.am): Likewise.
1346         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
1347         * modules/mbspbrk-tests (Makefile.am): Likewise.
1348         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
1349         * modules/mbsrchr-tests (Makefile.am): Likewise.
1350         * modules/mbsspn-tests (Makefile.am): Likewise.
1351         * modules/mbsstr-tests (Makefile.am): Likewise.
1352         * modules/printf-posix-tests (Makefile.am): Likewise.
1353         * modules/snprintf-posix-tests (Makefile.am): Likewise.
1354         * modules/sprintf-posix-tests (Makefile.am): Likewise.
1355         * modules/tsearch-tests (Makefile.am): Likewise.
1356         * modules/uniname/uniname-tests (Makefile.am): Likewise.
1357         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
1358         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
1359         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
1360         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
1361         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
1362         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
1363         * modules/vprintf-posix-tests (Makefile.am): Likewise.
1364         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
1365         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
1366         * modules/xstrtoimax-tests (Makefile.am): Likewise.
1367         * modules/xstrtol-tests (Makefile.am): Likewise.
1368         * modules/xstrtoumax-tests (Makefile.am): Likewise.
1369         * modules/yesno-tests (Makefile.am): Likewise.
1370
1371 2007-10-03  Bruno Haible  <bruno@clisp.org>
1372
1373         * modules/trunc-tests: New file.
1374         * tests/test-trunc.c: New file.
1375
1376         * modules/trunc: New file.
1377         * lib/trunc.c: New file.
1378         * m4/trunc.m4: New file.
1379         * lib/math.in.h (trunc): New declaration.
1380         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
1381         HAVE_DECL_TRUNC.
1382         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
1383         HAVE_DECL_TRUNC.
1384         * doc/functions/trunc.texi: Mention the 'trunc' module.
1385
1386 2007-10-03  Bruno Haible  <bruno@clisp.org>
1387
1388         * tests/test-fpending.c: New file, mostly copied
1389         from coreutils/lib/t-fpending.c.
1390         * modules/fpending-tests: New file.
1391
1392 2007-10-03  Bruno Haible  <bruno@clisp.org>
1393
1394         Port the stdio extensions to QNX (untested).
1395         * lib/fseterr.c (fseterr): Add support for QNX.
1396         * lib/fbufmode.c (fbufmode): Likewise.
1397         * lib/freadable.c (freadable): Likewise.
1398         * lib/fwritable.c (fwritable): Likewise.
1399         * lib/freading.c (freading): Likewise.
1400         * lib/fwriting.c (fwriting): Likewise.
1401         * lib/freadahead.c (freadahed): Likewise.
1402         * lib/fpurge.c (fpurge): Likewise.
1403         * lib/fseeko.c (rpl_fseeko): Likewise.
1404
1405 2007-10-03  Bruno Haible  <bruno@clisp.org>
1406             Jim Meyering  <jim@meyering.net>
1407             Eric Blake  <ebb9@byu.net>
1408
1409         * doc/relocatable.texi: Use @command instead of @program.
1410
1411 2007-10-02  Jim Meyering  <jim@meyering.net>
1412
1413         Perform one more "_.h" -> ".in.h" substitution.
1414         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
1415         instead of unistd_.h here, too.
1416
1417 2007-10-01  Bruno Haible  <bruno@clisp.org>
1418
1419         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
1420         Needed for the alloca-opt module.
1421
1422 2007-09-30  Bruno Haible  <bruno@clisp.org>
1423
1424         * lib/alloca.in.h: Renamed from lib/alloca_.h.
1425         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
1426         alloca_.h.
1427         * lib/argz.in.h: Renamed from lib/argz_.h.
1428         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
1429         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
1430         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
1431         byteswap_.h.
1432         * lib/dirent.in.h: Renamed from lib/dirent_.h.
1433         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
1434         dirent_.h.
1435         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
1436         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
1437         fcntl_.h.
1438         * lib/float.in.h: Renamed from lib/float_.h.
1439         * modules/float (Files, Makefile.am): Use float.in.h instead of
1440         float_.h.
1441         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
1442         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
1443         fnmatch_.h.
1444         * lib/getopt.in.h: Renamed from lib/getopt_.h.
1445         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
1446         getopt_.h.
1447         * lib/glob.in.h: Renamed from lib/glob_.h.
1448         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
1449         * lib/iconv.in.h: Renamed from lib/iconv_.h.
1450         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
1451         iconv_.h.
1452         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
1453         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
1454         inttypes_.h.
1455         * lib/locale.in.h: Renamed from lib/locale_.h.
1456         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
1457         locale_.h.
1458         * lib/math.in.h: Renamed from lib/math_.h.
1459         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
1460         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
1461         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
1462         of netinet_in_.h. Add dependency.
1463         * lib/poll.in.h: Renamed from lib/poll_.h.
1464         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
1465         * lib/search.in.h: Renamed from lib/search_.h.
1466         * modules/search (Files, Makefile.am): Use search.in.h instead of
1467         search_.h.
1468         * lib/signal.in.h: Renamed from lib/signal_.h.
1469         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
1470         _signal.h.
1471         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
1472         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
1473         stdbool_.h.
1474         * lib/stdint.in.h: Renamed from lib/stdint_.h.
1475         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
1476         stdint_.h.
1477         * lib/stdio.in.h: Renamed from lib/stdio_.h.
1478         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
1479         stdio_.h.
1480         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
1481         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
1482         stdlib_.h.
1483         * lib/string.in.h: Renamed from lib/string_.h.
1484         * modules/string (Files, Makefile.am): Use string.in.h instead of
1485         string_.h.
1486         * doc/gnulib-tool.texi (Initial import): Update.
1487         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
1488         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
1489         of sys_select_.h. Add dependency.
1490         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
1491         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
1492         of sys_socket_.h.
1493         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
1494         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
1495         sys_stat_.h.
1496         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
1497         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
1498         sys_time_.h.
1499         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
1500         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
1501         sysexits_.h.
1502         * lib/time.in.h: Renamed from lib/time_.h.
1503         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
1504         * lib/unistd.in.h: Renamed from lib/unistd_.h.
1505         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
1506         unistd_.h.
1507         * lib/wchar.in.h: Renamed from lib/wchar_.h.
1508         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
1509         wchar_.h.
1510         * lib/wctype.in.h: Renamed from lib/wctype_.h.
1511         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
1512         wctype_.h.
1513         * build-aux/bootstrap (slurp): Update.
1514         * lib/.cppi-disable: Update.
1515
1516 2007-09-30  Bruno Haible  <bruno@clisp.org>
1517
1518         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
1519         Needed on BeOS.
1520
1521 2007-09-30  Bruno Haible  <bruno@clisp.org>
1522
1523         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
1524
1525 2007-09-29  Bruno Haible  <bruno@clisp.org>
1526
1527         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
1528
1529 2007-09-29  Bruno Haible  <bruno@clisp.org>
1530
1531         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
1532         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
1533         * build-aux/install-reloc: Compile also areadlink.c.
1534         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
1535
1536 2007-09-29  Bruno Haible  <bruno@clisp.org>
1537
1538         * gnulib-tool (func_emit_initmacro_done): Indentation.
1539
1540 2007-09-29  Bruno Haible  <bruno@clisp.org>
1541
1542         * README: Add CVS checkout update instructions.
1543         Info from Bob Proulx <bob@proulx.com>.
1544
1545 2007-09-28  Eric Blake  <ebb9@byu.net>
1546
1547         Provide move-if-change.
1548         * build-aux/move-if-change: New file, based on best practice
1549         rather than any canonical upstream location.
1550
1551 2007-09-28  Jim Meyering  <jim@meyering.net>
1552
1553         Fix canonicalize loop-detection corner case.
1554         Do not attempt to stat the symlink values stored via seen_triple.
1555         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
1556         on linux-2.6.18, (but not 2.6.22).
1557         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
1558         triple_compare.  The former compares dev,ino,filename, while the latter
1559         would actually stat dirname(filename) when dev and ino were equal.
1560         * lib/hash-triple.c: Install <string.h>.
1561         (STREQ): Define.
1562         (triple_compare_ino_str): New function.
1563         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
1564
1565 2007-09-28  Eric Blake  <ebb9@byu.net>
1566
1567         Enforce that AC_REPLACE_FUNCS files exist.
1568         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
1569         override check for typos.
1570
1571         Fix test-closein on Solaris 10.
1572         * tests/test-closein.c (main): Don't assume stdin can be inherited
1573         closed on all systems.
1574         * tests/test-closein.sh: Likewise.
1575         Reported by Piotr Tarnowski.
1576
1577 2007-09-28  Jim Meyering  <jim@meyering.net>
1578
1579         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
1580
1581 2007-09-27  Jim Meyering  <jim@meyering.net>
1582
1583         canonicalize: Avoid a false-positive cycle failure.
1584         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
1585         Sort.  Remove cycle-check.
1586         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
1587         not cycle-check.h.
1588         (seen_triple): New function.
1589         (canonicalize_filename_mode): Use it instead of cycle-check.
1590         * tests/test-canonicalize.c: Add a test for this bug.
1591         * tests/test-canonicalize.sh: Set up and run the test.
1592
1593         New module, file-set, from coreutils.
1594         * modules/file-set: Define it.
1595         * lib/file-set.c, lib/file-set.h: Implement.
1596
1597         New module, hash-triple, from coreutils.
1598         * modules/hash-triple: Define it.
1599         * lib/hash-triple.c, lib/hash-triple.h: Implement.
1600
1601 2007-09-25  Eric Blake  <ebb9@byu.net>
1602
1603         Fix strerror on Interix.
1604         * lib/string_.h (strerror): Declare replacement.
1605         * doc/functions/strerror.texi (strerror): Document the Interix
1606         shortcoming.
1607         * modules/string (Makefile.am): Support new hooks.
1608         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
1609         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
1610         gl_FUNC_STRERROR_SEPARATE.
1611         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
1612         * lib/strerror.c (rpl_strerror): Provide replacement.
1613         * modules/strerror (Depends-on): Add string.
1614         (configure.ac): Detect use of module.
1615         * tests/test-strerror.c: New file.
1616         * modules/strerror-tests: New test module.
1617         * modules/argp (Depends-on): Add strerror.
1618         * modules/error (Depends-on): Likewise.
1619         Reported by Martin Koeppe.
1620
1621 2007-09-24  Bruno Haible  <bruno@clisp.org>
1622
1623         * README: Update git instructions.
1624
1625 2007-09-24  Eric Blake  <ebb9@byu.net>
1626
1627         Revert fpending breakage from 2007-09-08.
1628         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
1629         __fpending.c.
1630
1631 2007-09-24  Jim Meyering  <jim@meyering.net>
1632
1633         filenamecat.c: Add a test.
1634         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
1635         showing how the function works when DIR is the empty string.
1636
1637 2007-09-21  Simon Josefsson  <simon@josefsson.org>
1638
1639         * tests/test-canonicalize.sh: Turn on executable bit.
1640
1641 2007-09-19  Eric Blake  <ebb9@byu.net>
1642
1643         * README: Update CVS instructions.
1644
1645 2007-09-18  Bruno Haible  <bruno@clisp.org>
1646
1647         * modules/areadlink: New file.
1648         * lib/areadlink.h (areadlink): New declaration.
1649         * lib/areadlink.c: New file, based on lib/xreadlink.c.
1650
1651 2007-09-17  Jim Meyering  <jim@meyering.net>
1652
1653         * lib/savewd.c (ESTALE) [!defined]: Define.
1654         Reported to be required on Interix by Martin Koeppe.
1655
1656 2007-09-17  Bruno Haible  <bruno@clisp.org>
1657
1658         * gnulib-tool (func_version): Use $version.
1659
1660 2007-09-16  Bruno Haible  <bruno@clisp.org>
1661
1662         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
1663         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
1664         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
1665         Reported by Greg Schafer <gschafer@zip.com.au>.
1666
1667 2007-09-15  Bruno Haible  <bruno@clisp.org>
1668
1669         * gnulib-tool (sed): Try a little harder to make bash understand the
1670         alias.
1671         Reported by Bruce Korb <bruce.korb@gmail.com>.
1672
1673 2007-09-13  Eric Blake  <ebb9@byu.net>
1674
1675         * ChangeLog: Remove conflict markers.
1676
1677 2007-09-13  Simon Josefsson  <simon@josefsson.org>
1678
1679         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
1680         Reported by Bruno Haible <bruno@clisp.org>.
1681
1682 2007-09-12  Bruno Haible  <bruno@clisp.org>
1683
1684         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
1685         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
1686         is not defined.
1687
1688 2007-09-12  Eric Blake  <ebb9@byu.net>
1689
1690         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
1691         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
1692         Autoconf definition.
1693         * modules/euidaccess (Depends-on): Add extensions, for
1694         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
1695         * modules/fnmatch (Depends-on): Likewise.
1696         * modules/getaddrinfo (Depends-on): Likewise.
1697         * modules/getdelim (Depends-on): Likewise.
1698         * modules/getline (Depends-on): Likewise.
1699         * modules/getsubopt (Depends-on): Likewise.
1700         * modules/gettext (Depends-on): Likewise.
1701         * modules/group-member (Depends-on): Likewise.
1702         * modules/mbchar (Depends-on): Likewise.
1703         * modules/memmem (Depends-on): Likewise.
1704         * modules/mempcpy (Depends-on): Likewise.
1705         * modules/memrchr (Depends-on): Likewise.
1706         * modules/pagealign_alloc (Depends-on): Likewise.
1707         * modules/readutmp (Depends-on): Likewise.
1708         * modules/stpcpy (Depends-on): Likewise.
1709         * modules/stpncpy (Depends-on): Likewise.
1710         * modules/strchrnul (Depends-on): Likewise.
1711         * modules/strndup (Depends-on): Likewise.
1712         * modules/strsep (Depends-on): Likewise.
1713         * modules/strverscmp (Depends-on): Likewise.
1714         * modules/vasprintf (Depends-on): Likewise.
1715         * modules/wcwidth (Depends-on): Likewise.
1716         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
1717         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
1718         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
1719         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
1720         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
1721         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
1722         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
1723         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
1724         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
1725         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
1726         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
1727         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
1728         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
1729         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
1730         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
1731         * m4/readutmp.m4 (gl_READUTMP): Likewise.
1732         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1733         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
1734         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1735         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
1736         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
1737         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
1738         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
1739         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
1740         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
1741         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1742         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
1743         so that lock.m4 can be used in gettext without extensions module.
1744
1745 2007-09-11  Bruno Haible  <bruno@clisp.org>
1746
1747         * m4/isc-posix.m4: Remove file.
1748         Suggested by Eric Blake.
1749
1750 2007-09-11  Eric Blake  <ebb9@byu.net>
1751
1752         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
1753
1754 2007-09-10  Bruno Haible  <bruno@clisp.org>
1755
1756         * posix-modules: Fix typo in error message.
1757         Reported by Matt <mkraai@beckman.com>.
1758
1759 2007-09-09  Bruno Haible  <bruno@clisp.org>
1760
1761         * doc/functions/getdelim.texi: Update list of platforms lacking the
1762         function.
1763         * doc/functions/getline.texi: Likewise.
1764
1765 2007-09-09  Jim Meyering  <jim@meyering.net>
1766
1767         * lib/hash.c (hash_initialize): Detect calloc failure.
1768         Reported by Bruno Haible.
1769
1770 2007-09-09  Bruno Haible  <bruno@clisp.org>
1771
1772         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
1773         malloc or realloc fails.
1774
1775 2007-09-09  Bruno Haible  <bruno@clisp.org>
1776
1777         * modules/getcwd (Depends-on): Add malloc-posix.
1778         * modules/glob (Depends-on): Likewise.
1779         * modules/putenv (Depends-on): Likewise.
1780         * modules/strdup (Depends-on): Likewise.
1781         * modules/getdelim (Depends-on): Add realloc-posix.
1782         * modules/read-file (Depends-on): Likewise.
1783
1784 2007-09-09  Bruno Haible  <bruno@clisp.org>
1785
1786         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
1787         (gl_FUNC_MALLOC_POSIX): Require it.
1788         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
1789         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
1790         * modules/realloc (Files): Add m4/malloc.m4.
1791         * modules/calloc (Files): Likewise.
1792
1793 2007-09-09  Bruno Haible  <bruno@clisp.org>
1794
1795         * modules/malloc-posix: New file.
1796         * modules/malloc (Depends-on): Add malloc-posix.
1797         * lib/malloc.c: Include errno.h.
1798         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
1799         and a POSIX-compatible malloc into a single function. Set ENOMEM
1800         when returning NULL.
1801         * m4/malloc.m4: New file.
1802         * doc/functions/malloc.texi: Mention the malloc-posix module.
1803         * lib/stdlib_.h (malloc): New declaration.
1804         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
1805         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
1806         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
1807         and HAVE_MALLOC_POSIX.
1808
1809 2007-09-09  Bruno Haible  <bruno@clisp.org>
1810
1811         * modules/realloc-posix: New file.
1812         * modules/realloc (Depends-on): Add realloc-posix.
1813         * lib/realloc.c: Include errno.h.
1814         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
1815         and a POSIX-compatible realloc into a single function. Set ENOMEM
1816         when returning NULL.
1817         * m4/realloc.m4: New file.
1818         * doc/functions/realloc.texi: Mention the realloc-posix module.
1819         * lib/stdlib_.h (realloc): New declaration.
1820         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
1821         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
1822         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
1823         and HAVE_REALLOC_POSIX.
1824
1825 2007-09-09  Bruno Haible  <bruno@clisp.org>
1826
1827         * modules/calloc-posix: New file.
1828         * modules/calloc (Depends-on): Add calloc-posix.
1829         * lib/calloc.c: Include errno.h.
1830         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
1831         and a POSIX-compatible calloc into a single function. Set ENOMEM
1832         when returning NULL.
1833         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
1834         * doc/functions/calloc.texi: Mention the calloc-posix module.
1835         * lib/stdlib_.h (calloc): New declaration.
1836         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
1837         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
1838         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
1839         and HAVE_CALLOC_POSIX.
1840
1841 2007-09-09  Bruno Haible  <bruno@clisp.org>
1842
1843         Allow for modules to show an arbitrary notice.
1844         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
1845         * gnulib-tool: New option --extract-notice.
1846         (func_usage): Document it.
1847         (sed_extract_prog): Update.
1848         (func_get_notice): New function.
1849         (func_modules_notice): New function.
1850         (func_import, func_create_testdir): Invoke it.
1851         Suggested by Jim Meyering.
1852
1853 2007-09-09  Bruno Haible  <bruno@clisp.org>
1854
1855         * gnulib-tool: New options --verbose, --quiet.
1856         (func_usage): Document them.
1857         (verbose): New variable.
1858         (func_execute_command): New function.
1859         (func_import): Don't show the module list and the file list if
1860         $verbose < 0.
1861         (func_create_testdir): Likewise. Use func_execute_command.
1862         (func_create_megatestdir): Use func_execute_command.
1863
1864 2007-09-08  Bruno Haible  <bruno@clisp.org>
1865
1866         * gnulib-tool (func_import): Prefer rsync over wget when available,
1867         for fetching the PO files.
1868
1869 2007-09-08  Bruno Haible  <bruno@clisp.org>
1870
1871         * posix-modules: New file. Portions copied from gnulib-tool.
1872         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
1873
1874 2007-09-08  Jim Meyering  <jim@meyering.net>
1875
1876         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
1877         * lib/fpending.h: Rename from __fpending.h.
1878         * lib/fpending.c: Rename from __fpending.c.
1879         Include "fpending.h", not "__fpending.h".
1880         * lib/__fpending.h, lib/__fpending.c: Remove files.
1881         * modules/fpending (Files): Reflect new file names.
1882         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
1883
1884 2007-09-08  Bruno Haible  <bruno@clisp.org>
1885
1886         * m4/inttypes-h.m4: Remove stub file.
1887
1888 2007-09-07  Simon Josefsson  <simon@josefsson.org>
1889
1890         * doc/headers/stdint.texi: Discuss #include_next issue.
1891
1892 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
1893
1894         * build-aux/bootstrap: Remove obsolete comment about wget --help.
1895
1896 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1897
1898         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
1899         in variable name.
1900
1901 2007-09-03  Jim Meyering  <jim@meyering.net>
1902
1903         New module: git-version-gen.
1904         * modules/git-version-gen: New file.
1905
1906         Import changes from coreutils for bootstrap script.
1907
1908         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
1909
1910         bootstrap: uses rsync to download the .po files
1911         * build-aux/bootstrap (po_download_command_format): New global.
1912         (download_po_files): Use rsync.
1913         (update_po_files): Don't remove .po files after download,
1914         so future rsync runs can take advantage of the copies.
1915
1916         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
1917
1918         Solve the unnecessary-.po-file-regeneration problem once and for all.
1919         * build-aux/bootstrap (download_po_files): New function, renamed from
1920         get_translations.  Now, downloads, but doesn't update LINGUAS.
1921         (update_po_files): New function.
1922
1923         bootstrap: Ignore more.
1924         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
1925         uniwidth to e.g., lib/.gitignore.
1926         (slurp): Handle the sys_stat_.h -> sys mapping, too.
1927
1928         * build-aux/bootstrap: New setting: vc_ignore.
1929         (insert_sorted_if_absent): Create $file if absent.
1930         Adapt to new, possibly empty, list: $vc_ignore.
1931
1932         bootstrap: generate more ignorable names
1933         * build-aux/bootstrap (slurp): When generating ignorable names,
1934         also map .sin to .sed, .gperf to .c, and .y to .c.
1935
1936 2007-09-03  Jim Meyering  <jim@meyering.net>
1937
1938         * build-aux/git-version-gen: New file, from coreutils.  For details, see
1939         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
1940
1941 2007-09-02  Bruno Haible  <bruno@clisp.org>
1942
1943         Fix mis-recognition of 'mcs' on QNX 6.
1944         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
1945         output contains the string "Mono".
1946         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
1947         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
1948
1949 2007-09-01  Bruno Haible  <bruno@clisp.org>
1950
1951         Fix collision between uniwidth/* and linebreak modules.
1952         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
1953         u32_width): Remove declarations.
1954         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
1955         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
1956         streq3, streq2, streq1, streq0): Remove functions.
1957         (STREQ): Remove macro.
1958         (is_cjk_encoding): Remove function.
1959         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
1960         (uc_width, u8_width, u16_width, u32_width): Remove functions.
1961         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
1962         * NEWS: Document the change.
1963
1964 2007-09-01  Bruno Haible  <bruno@clisp.org>
1965
1966         * lib/streq.h: Add double-inclusion guard.
1967
1968 2007-09-01  Karl Berry  <karl@gnu.org>
1969
1970         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
1971
1972 2007-08-28  Jim Meyering  <jim@meyering.net>
1973
1974         Rename mreadlink_with_size to areadlink_with_size.
1975         * NEWS: Document the change.
1976         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
1977         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
1978         * lib/mreadlink.h: Rename this to...
1979         * lib/areadlink.h: ...this.
1980         * modules/mreadlink-with-size: Rename this to...
1981         * modules/areadlink-with-size: ...this.
1982         * lib/canonicalize.c: Reflect the renaming.
1983         * modules/canonicalize: Likewise.
1984
1985 2007-08-26  Bruno Haible  <bruno@clisp.org>
1986
1987         * gnulib-tool (func_import): When deciding which files to remove,
1988         consider also dangling symbolic links.
1989         Reported by Eric Blake.
1990
1991 2007-08-26  Bruno Haible  <bruno@clisp.org>
1992
1993         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
1994
1995 2007-08-23  Simon Josefsson  <simon@josefsson.org>
1996
1997         * lib/readline.c: Don't include getline.h, the prototype is now
1998         found in stdio.h.
1999
2000 2007-08-23  Jim Meyering  <jim@meyering.net>
2001
2002         Getdelim touchup.
2003         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
2004         around the funlockfile call, since funlockfile never sets errno.
2005         Don't set errno upon failed realloc.
2006
2007 2007-08-22  Eric Blake  <ebb9@byu.net>
2008
2009         Getline touchups.
2010         * lib/getdelim.c (getdelim): Revert regression that required *n to
2011         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
2012         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
2013         getdelim, rather than whether implementation is missing.
2014         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
2015         * lib/stdio_.h (getline): Also declare if replacement is
2016         required.
2017         * doc/functions/getdelim.texi: New file.
2018         * doc/functions/getline.texi: Likewise.
2019         * doc/gnulib.texi (Function Substitutes): Add new files.
2020         Reported by Bruno Haible.
2021
2022 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
2023
2024         * users.txt: Add Guile.
2025
2026 2007-08-22  Eric Blake  <ebb9@byu.net>
2027
2028         * tests/test-getdelim.c (main): Use remove, not unlink.
2029         * tests/test-getline.c (main): Likewise.
2030
2031         Move getline and getdelim into stdio.h, per POSIX 200x.
2032         * modules/getline (Files): Remove getline.h.
2033         (Depends-on): Add stdio.
2034         (configure.ac): Add module indicator.
2035         * modules/getdelim (Files): Remove getdelim.h.
2036         (Depends-on): Add stdio.
2037         (configure.ac): Add module indicator.
2038         * modules/stdio (Makefile.am): Work with new indicators.
2039         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
2040         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
2041         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
2042         * lib/getdelim.h: Delete.
2043         * lib/getline.h: Delete.
2044         * lib/stdio_.h (getdelim, getline): Declare.
2045         * modules/getdelim-tests: New module.
2046         * modules/getline-tests: Likewise.
2047         * tests/test-getdelim.c: New file.
2048         * tests/test-getline.c: Likewise.
2049         * NEWS: Document the change.
2050         * lib/getline.c: Update choice of header.
2051         * lib/csharpcomp.c: Likewise.
2052         * lib/getpass.c: Likewise.
2053         * lib/javacomp.c: Likewise.
2054         * lib/javaversion.c: Likewise.
2055         * lib/yesno.c: Likewise.
2056         * lib/getdelim.c: Likewise.
2057         (getdelim): Set errno on failure, and avoid memory leak.
2058
2059 2007-08-19  Bruno Haible  <bruno@clisp.org>
2060
2061         * modules/closein (Depends-on): Add freadahead.
2062         * lib/closein.c: Include freadahead.h.
2063         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
2064         is zero.
2065
2066 2007-08-19  Bruno Haible  <bruno@clisp.org>
2067
2068         * modules/freadahead-tests: New file.
2069         * tests/test-freadahead.sh: New file.
2070         * tests/test-freadahead.c: New file.
2071
2072         * modules/freadahead: New file.
2073         * lib/freadahead.h: New file.
2074         * lib/freadahead.c: New file.
2075         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
2076         fbufmode, fpurge, freadable, fwritable.
2077
2078 2007-08-19  Eric Blake  <ebb9@byu.net>
2079
2080         Test yesno in combination with closein.
2081         * lib/yesno.c (yesno): Document use of stdin.
2082         * modules/yesno-tests (Files): New module.
2083         * tests/test-yesno.c (main): New file.
2084         * tests/test-yesno.sh: Likewise.
2085
2086 2007-08-19  Bruno Haible  <bruno@clisp.org>
2087
2088         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
2089         * lib/fseeko.c (rpl_fseeko): Likewise.
2090         * lib/fseterr.c (fseterr): Likewise.
2091
2092 2007-08-19  Bruno Haible  <bruno@clisp.org>
2093
2094         * tests/test-lseek.c (main): Disable a test for BeOS.
2095         * doc/functions/lseek.texi: Document the BeOS bug.
2096
2097 2007-08-19  Bruno Haible  <bruno@clisp.org>
2098             Eric Blake  <ebb9@byu.net>
2099
2100         * lib/lseek.c: Include <sys/stat.h>.
2101         (rpl_lseek): Add workaround code also for Unix platforms.
2102         Needed for BeOS.
2103         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
2104         * doc/functions/lseek.texi: Document BeOS definiency.
2105
2106 2007-08-18  Bruno Haible  <bruno@clisp.org>
2107
2108         * modules/fstrcmp-tests: New file.
2109         * tests/test-fstrcmp.c: New file.
2110
2111 2007-08-18  Bruno Haible  <bruno@clisp.org>
2112
2113         * modules/fstrcmp: New file, from GNU gettext with modifications.
2114         * lib/fstrcmp.h: New file, from GNU gettext.
2115         * lib/fstrcmp.c: New file, from GNU gettext.
2116         * MODULES.html.sh (String handling): Add fstrcmp.
2117
2118 2007-08-18  Bruno Haible  <bruno@clisp.org>
2119
2120         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
2121         'bool'.
2122         (diag, compareseq): Remove const from the ctxt argument.
2123         (USE_HEURISTIC): Undefine at the end.
2124
2125 2007-08-18  Jim Meyering  <jim@meyering.net>
2126
2127         New file: lib/idcache.h
2128         * NEWS: Mention the addition.
2129         * modules/idcache (Files): Add lib/idcache.h
2130         * lib/idcache.c: Include "idcache.h".
2131         Don't include <sys/types.h>.
2132         Add a FIXME comment.
2133         Move file-scoped "static" declarations to the top.
2134         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
2135
2136 2007-08-17  Bruno Haible  <bruno@clisp.org>
2137         and Paul Eggert  <eggert@cs.ucla.edu>
2138
2139         * MODULES.html.sh: Add diffseq.
2140         * modules/diffseq: New file.
2141         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
2142         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
2143
2144 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2145
2146         Import changes from coreutils for bootstrap script.
2147
2148         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
2149
2150         * build-aux/bootstrap (slurp): Work even in environments where
2151         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
2152         current code does not slurp files whose names start with ".", and
2153         this looks like it might be a troublesome area.
2154
2155         2007-07-11  Jim Meyering  <jim@meyering.net>
2156
2157         If there's a GPL vN copyright comment, require that N == 3.
2158
2159         2007-07-08  Jim Meyering  <jim@meyering.net>
2160
2161         Run the coreutils-specific code only if tests/Makefile.am.in exists.
2162         * build-aux/bootstrap (mam_template): Move definition out of loop.
2163
2164         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
2165
2166         * build-aux/bootstrap (symlink_to_dir): Rename function from
2167         symlink_to_gnulib.  Add a directory parameter.  Update all
2168         callers.
2169         (cp_mark_as_generated): Also check for -- and link to -- files in
2170         gl/.
2171
2172         2007-07-08  Jim Meyering  <jim@meyering.net>
2173
2174         Adapt to deeper hierarchy in gnulib.
2175         * build-aux/bootstrap (symlink_to_dir): If the destination
2176         directory doesn't exist, create it. This is required at least for
2177         "lib/uniwidth/cjk.h".
2178
2179         2007-05-15  Jim Meyering  <jim@meyering.net>
2180
2181         * build-aux/bootstrap: Now that generated Makefile.am files
2182         are no longer under version control, they must be created at
2183         bootstrap time.
2184
2185 2007-08-14  Ben Pfaff  <blp@gnu.org>
2186
2187         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
2188
2189 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2190
2191         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
2192         given the changes below.
2193         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
2194         even on hosts that have padding bits beyond the supported 64.
2195
2196 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
2197
2198         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
2199         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
2200         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
2201         depends on it.
2202         (xstrtol_error): Remove.
2203         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
2204         but with a different signature.
2205         (ATTRIBUTE_NORETURN, __attribute__): New macros.
2206         * lib/xstrtol-error.c: Include exitfail.h.
2207         (xstrtol_fatal): New function, with a different signature from the
2208         old xstrtol_error, so that the caller need not worry about passing
2209         in an exit status, or about storage management of the option argument.
2210         (xstrtol_error): Now a static function.  Redo signature to
2211         implement xstrtol_fatal.  Output the correct number of hyphens in
2212         front of the option so that the caller need not worry about
2213         storage management.
2214         (N_): New macro.
2215         (_): Remove; not used now.
2216         * modules/xstrtol: Depend on getopt.
2217         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
2218         of old STRTOL_FATAL_ERROR macro.
2219         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
2220         of test program.
2221         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
2222         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
2223
2224 2007-08-08  Eric Blake  <ebb9@byu.net>
2225
2226         * lib/xstrtol-error.c: Add missing include.
2227
2228         Move xstrtol messages into gnulib domain, when --pobase is used.
2229         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
2230         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
2231         * modules/xstrtol (Files): Distribute new file.
2232         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
2233         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
2234         * tests/test-xstrtol.c: ...into new file.
2235         * tests/test-xstrtoul.c: Also test xstrtoul.
2236         * tests/test-xstrtoimax.c: Also test xstrtoimax.
2237         * tests/test-xstrtoumax.c: Also test xstrtoumax.
2238         * tests/test-xstrtol.sh: Drive the tests.
2239         * tests/test-xstrtoimax.sh: Likewise.
2240         * tests/test-xstrtoumax.sh: Likewise.
2241         * modules/xstrtol-tests: New module.
2242         * modules/xstrtoimax-tests: Likewise.
2243         * modules/xstrtoumax-tests: Likewise.
2244
2245 2007-08-08  Jim Meyering  <jim@meyering.net>
2246
2247         New function: mfile_name_concat.
2248         * lib/filenamecat.c (mfile_name_concat): New function, just like
2249         file_name_concat, but return NULL upon failure rather than exiting
2250         with a diagnostic.
2251         * lib/filenamecat.h: Declare it.
2252
2253 2007-08-07  Bruno Haible  <bruno@clisp.org>
2254
2255         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
2256         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
2257         warning from gcc.
2258         Reported by Eric Blake.
2259
2260 2007-08-07  Simon Josefsson  <simon@josefsson.org>
2261
2262         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
2263         * modules/crypto/arcfour (License): Likewise.
2264         * modules/crypto/des-tests (License): Likewise.
2265         * modules/crypto/gc-arctwo-tests (License): Likewise.
2266         * modules/crypto/gc-des-tests (License): Likewise.
2267         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
2268         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
2269         * modules/crypto/gc-md2-tests (License): Likewise.
2270         * modules/crypto/gc-md4-tests (License): Likewise.
2271         * modules/crypto/gc-md5-tests (License): Likewise.
2272         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
2273         * modules/crypto/gc-rijndael-tests (License): Likewise.
2274         * modules/crypto/gc-sha1-tests (License): Likewise.
2275         * modules/crypto/gc-tests (License): Likewise.
2276         * modules/crypto/hmac-md5 (License): Likewise.
2277         * modules/crypto/hmac-sha1 (License): Likewise.
2278         * modules/crypto/md2-tests (License): Likewise.
2279         * modules/crypto/md4-tests (License): Likewise.
2280         * modules/crypto/md5 (License): Likewise.
2281         * modules/crypto/rijndael (License): Likewise.
2282         * modules/crypto/sha1 (License): Likewise.
2283         * modules/memxor (License): Likewise.
2284
2285 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
2286         and Bruno Haible  <bruno@clisp.org>
2287
2288         * NEWS: Describe interface changes to human, xstrtol.
2289         * lib/human.h: Include <xstrtol.h>.
2290         (human_options): Return enum strtol_error, not int.  Remove
2291         bool arg; take int * instead.
2292         * lib/human.c: Don't include "gettext.h".
2293         (_): Remove; no longer used.
2294         Don't include <xstrtol.h>, since human.h does it.
2295         (human_options): Adjust to abovementioned interface changes.
2296         Do not report error to stderr; that's now the caller's
2297         responsibility.
2298         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
2299         interface change.
2300         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
2301         Str, Argument_type_string.  All uses changed.  Put " argument"
2302         in diagnostics to make them clearer.  Change wording of suffix
2303         message for clarity.
2304         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
2305         Argument_type_string.
2306         (STRTOL_FATAL_WARN): Remove; no longer used.
2307         * modules/human (Depends-on): Remove gettext-h.
2308
2309 2007-08-06  Simon Josefsson  <simon@josefsson.org>
2310
2311         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
2312
2313 2007-07-31  Bruno Haible  <bruno@clisp.org>
2314
2315         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
2316         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
2317         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
2318
2319 2007-07-31  Bruno Haible  <bruno@clisp.org>
2320
2321         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
2322         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
2323
2324 2007-07-30  Bruno Haible  <bruno@clisp.org>
2325
2326         * modules/base64 (License): Use the synonymous term "LGPLv2+".
2327         * modules/c-ctype (License): Likewise.
2328         * modules/c-strcase (License): Likewise.
2329         * modules/check-version (License): Likewise.
2330         * modules/iconv (License): Likewise.
2331         * modules/iconv_open (License): Likewise.
2332         * modules/read-file (License): Likewise.
2333         * modules/striconv (License): Likewise.
2334         * modules/strverscmp (License): Likewise.
2335         * modules/vasprintf (License): Likewise.
2336         * modules/crypto/des (License): Likewise.
2337         * modules/crypto/gc (License): Likewise.
2338         * modules/crypto/gc-arcfour (License): Likewise.
2339         * modules/crypto/gc-arctwo (License): Likewise.
2340         * modules/crypto/gc-des (License): Likewise.
2341         * modules/crypto/gc-hmac-md5 (License): Likewise.
2342         * modules/crypto/gc-hmac-sha1 (License): Likewise.
2343         * modules/crypto/gc-md2 (License): Likewise.
2344         * modules/crypto/gc-md4 (License): Likewise.
2345         * modules/crypto/gc-md5 (License): Likewise.
2346         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
2347         * modules/crypto/gc-random (License): Likewise.
2348         * modules/crypto/gc-rijndael (License): Likewise.
2349         * modules/crypto/gc-sha1 (License): Likewise.
2350         * modules/crypto/md2 (License): Likewise.
2351         * modules/crypto/md4 (License): Likewise.
2352
2353 2007-07-30  Jim Meyering  <jim@meyering.net>
2354
2355         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
2356         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
2357         it has valid stat data.  This bug would cause du not to count the
2358         sizes of inaccessible directories.
2359         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
2360         in <http://bugzilla.redhat.com/250077>.
2361
2362 2007-07-25  Peter O'Gorman  <peter@pogma.com>
2363             Bruno Haible  <bruno@clisp.org>
2364
2365         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
2366         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
2367         #include_next, gives a diagnostic about it, but reports no error in
2368         the exit code.
2369         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
2370
2371 2007-07-24  Ben Pfaff  <blp@gnu.org>
2372
2373         Improve name: "count-one-bits" is better than "popcount".
2374         * MODULES.html.sh: Update name.
2375         * lib/popcount.h: Renamed lib/count-one-bits.h.
2376         (popcount): Renamed count_one_bits.
2377         (popcountl): Renamed count_one_bits_l.
2378         (popcountll): Renamed count_one_bits_ll.
2379         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
2380         * modules/popcount: Renamed module/count-one-bits.
2381         * modules/popcount-tests: Renamed module/count-one-bits-tests.
2382         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
2383
2384 2007-07-23  Ben Pfaff  <blp@gnu.org>
2385
2386         * lib/popcount.h (popcount32): Reduce size of constants, to allow
2387         better code generation, and add U to large constants to avoid
2388         warnings, in non-GCC case.
2389         Suggested by Bruno Haible.
2390
2391 2007-07-23  Ben Pfaff  <blp@gnu.org>
2392
2393         * lib/popcount.h: Use verify_true instead of if...abort.
2394         * modules/popcount: Depend on verify module.
2395         Suggested by Jim Meyering.
2396
2397 2007-07-23  Bruno Haible  <bruno@clisp.org>
2398
2399         * gnulib-tool (func_import): Create a .cvsignore file also when the
2400         directory is not yet in CVS but the toplevel directory is. When
2401         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
2402         Reported by Karl Berry.
2403
2404 2007-07-22  Ben Pfaff  <blp@gnu.org>
2405
2406         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
2407         case.
2408         Suggested by Eric Blake.
2409
2410 2007-07-22  Ben Pfaff  <blp@gnu.org>
2411
2412         New module: popcount.
2413         * MODULES.html.sh: Add popcount.
2414         * modules/popcount: New file.
2415         * modules/popcount-tests: New file.
2416         * tests/test-popcount.c: New file.
2417         * lib/popcount.h: New file.
2418         * m4/popcount.m4: New file.
2419
2420 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
2421
2422         * build-aux/announce-gen: Update to GPLv3.
2423
2424         * build-aux/config.guess: Update from config.
2425
2426 2007-07-21  Bruno Haible  <bruno@clisp.org>
2427
2428         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
2429         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
2430
2431 2007-07-20  Jim Meyering  <jim@meyering.net>
2432
2433         * check-module: Diagnose a self-dependency.
2434
2435 2007-07-19  Bruno Haible  <bruno@clisp.org>
2436
2437         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
2438         empty.
2439         Reported by Eric Blake.
2440
2441 2007-07-18  Bruno Haible  <bruno@clisp.org>
2442
2443         * gnulib-tool: New options --po-base, --po-domain.
2444         (func_usage): Document them.
2445         (pobase, po_domain): New variables.
2446         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
2447         DEFAULT_TEXT_DOMAIN.
2448         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
2449         (func_import): Consider pobase and po_domain. Create a po/ directory.
2450         (func_create_testdir): Set pobase and po_domain to empty.
2451         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
2452         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
2453
2454 2007-07-18  Bruno Haible  <bruno@clisp.org>
2455
2456         * gnulib-tool (func_get_automake_snippet): Synthesize also an
2457         EXTRA_DIST augmentation for files in build-aux/.
2458
2459 2007-07-16  Bruno Haible  <bruno@clisp.org>
2460
2461         * modules/lseek (License): Use the synonymous term "LGPLv2+".
2462         * modules/getdelim (License): Likewise.
2463
2464 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2465
2466         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
2467         * modules/d-type (License): Likewise.
2468         * modules/extensions (License): Likewise.
2469         * modules/fnmatch (License): Likewise.
2470         * modules/fseeko (License): Likewise.
2471         * modules/getaddrinfo (License): Likewise.
2472         * modules/getline (License): Likewise.
2473         * modules/getlogin_r (License): Likewise.
2474         * modules/getpass (License): Likewise.
2475         * modules/gettimeofday (License): Likewise.
2476         * modules/glob (License): Likewise.
2477         * modules/inet_ntop (License): Likewise.
2478         * modules/malloc (License): Likewise.
2479         * modules/malloca (License): Likewise.
2480         * modules/memmem (License): Likewise.
2481         * modules/mempcpy (License): Likewise.
2482         * modules/memset (License): Likewise.
2483         * modules/minmax (License): Likewise.
2484         * modules/mktime (License): Likewise.
2485         * modules/netinet_in (License): Likewise.
2486         * modules/pathmax (License): Likewise.
2487         * modules/poll (License): Likewise.
2488         * modules/regex (License): Likewise.
2489         * modules/snprintf (License): Likewise.
2490         * modules/stdbool (License): Likewise.
2491         * modules/stdint (License): Likewise.
2492         * modules/stdio (License): Likewise.
2493         * modules/strcase (License): Likewise.
2494         * modules/strcasestr (License): Likewise.
2495         * modules/strdup (License): Likewise.
2496         * modules/string (License): Likewise.
2497         * modules/strndup (License): Likewise.
2498         * modules/strnlen (License): Likewise.
2499         * modules/strpbrk (License): Likewise.
2500         * modules/strptime (License): Likewise.
2501         * modules/strsep (License): Likewise.
2502         * modules/sys_select (License): Likewise.
2503         * modules/sys_socket (License): Likewise.
2504         * modules/sys_stat (License): Likewise.
2505         * modules/sys_time (License): Likewise.
2506         * modules/time (License): Likewise.
2507         * modules/time_r (License): Likewise.
2508         * modules/timegm (License): Likewise.
2509         * modules/unistd (License): Likewise.
2510         * modules/vsnprintf (License): Likewise.
2511         * modules/wctype (License): Likewise.
2512
2513 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2514
2515         * modules/argz (License): LGPLv2+.
2516
2517 2007-07-15  Karl Berry  <karl@gnu.org>
2518
2519         * doc/gnulib.texi: revise node structure per new fdl.texi.
2520
2521 2007-07-14  Bruno Haible  <bruno@clisp.org>
2522
2523         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
2524         the output file.
2525         * lib/uniname/uninames.h: Regenerated.
2526
2527 2007-07-14  Karl Berry  <karl@gnu.org>
2528
2529         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
2530         omitting sectioning and index commands.
2531
2532 2007-07-13  Bruno Haible  <bruno@clisp.org>
2533
2534         New gnulib-tool option --more-symlinks.
2535         * gnulib-tool (func_usage): Document --more-symlinks.
2536         (do_copyrights): New variable.
2537         Recognize option --more-symlinks.
2538         (func_import): Don't add a copyright notice transform to
2539         sed_transform_lib_file if do_copyrights is empty.
2540
2541 2007-07-13  Bruno Haible  <bruno@clisp.org>
2542
2543         * lib/vasnprintf.c (decimal_point_char): Define also if
2544         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
2545         && !NEED_PRINTF_DIRECTIVE_A.
2546         Reported by Clemens Koller <clemens.koller@anagramm.de> via
2547         Gary V. Vaughan <gary@gnu.org>.
2548
2549 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
2550
2551         * lib/inttypes_.h: Undo previous change, since it was fixed
2552         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
2553
2554 2007-07-13  Bruno Haible  <bruno@clisp.org>
2555
2556         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
2557         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
2558
2559 2007-07-13  Jim Meyering  <jim@meyering.net>
2560
2561         df: Don't fail for Tru64's "file-on-file mount".
2562         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
2563         so we fall through and use statfs instead.  Details here:
2564         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
2565         Reported by Albert Chin.
2566
2567 2007-07-13  Bruno Haible  <bruno@clisp.org>
2568
2569         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
2570         * modules/configmake (License): Likewise.
2571         * modules/gettext (License): Likewise.
2572         * modules/gettext-h (License): Likewise.
2573         * modules/include_next (License): Likewise.
2574         * modules/link-warning (License): Likewise.
2575         * modules/localcharset (License): Likewise.
2576         * modules/localename (License): Likewise.
2577         * modules/lock (License): Likewise.
2578         * modules/relocatable-lib-lgpl (License): Likewise.
2579         * modules/size_max (License): Likewise.
2580         * modules/vasnprintf (License): Likewise.
2581         * modules/wchar (License): Likewise.
2582         * modules/xsize (License): Likewise.
2583
2584 2007-07-13  Bruno Haible  <bruno@clisp.org>
2585
2586         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
2587         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
2588
2589 2007-07-12  Bruno Haible  <bruno@clisp.org>
2590
2591         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
2592         in the modules files.
2593
2594 2007-07-11  Karl Berry  <karl@gnu.org>
2595
2596         * MODULES.html.sh (func_module): use
2597          sed -e '\|^'"${includefile}"'$|d'
2598          instead of /.../d, to avoid errors on $includefile's containing /.
2599
2600 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
2601
2602         * gnulib-tool (func_import): Avoid duplication of --avoid
2603         statements
2604         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
2605         names to `_' in variable names.
2606
2607 2007-07-10  Eric Blake  <ebb9@byu.net>
2608
2609         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
2610         * NEWS: Document this change.
2611
2612 2007-07-08  Bruno Haible  <bruno@clisp.org>
2613
2614         Update to Unicode 5.0.
2615         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
2616         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
2617         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
2618         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
2619         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
2620         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
2621         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
2622         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
2623         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
2624         U+10A3F, U+1D242..U+1D244.
2625         (nonspacing_table_ind): Update.
2626         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
2627         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
2628
2629 2007-07-08  Bruno Haible  <bruno@clisp.org>
2630
2631         Update to Unicode 5.0.
2632         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
2633         code transform. Extend the name index field of unicode_name_to_code and
2634         unicode_code_to_name from 16 to 24 bits.
2635         * lib/uniname/uniname.c (unicode_character_name,
2636         unicode_name_character): Add the range 0x12xxx to the code transform.
2637         * lib/uniname/uninames.h: Regenerated.
2638         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
2639
2640 2007-07-07  Bruno Haible  <bruno@clisp.org>
2641
2642         * modules/wcwidth-tests: New file.
2643         * tests/test-wcwidth.c: New file.
2644
2645         Work around MacOS X wcwidth() bug.
2646         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
2647         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
2648         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
2649         original wcwidth in non-UTF-8 locales.
2650         * modules/wcwidth (Depends-on): Add localcharset, streq,
2651         uniwidth/width.
2652         * doc/functions/wcwidth.texi: Update.
2653
2654 2007-07-07  Bruno Haible  <bruno@clisp.org>
2655
2656         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
2657         (wcwidth): New declaration.
2658         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
2659         macros.
2660         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
2661         here. Prepare for creating <wchar.h> unconditionally.
2662         * modules/wchar (Depends-on): Add link-warning.
2663         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
2664         REPLACE_WCWIDTH, and GL_LINK_WARNING.
2665         * lib/wcwidth.h: Remove file.
2666         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
2667         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
2668         * modules/wcwidth (Files): Remove lib/wcwidth.h.
2669         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
2670         (Include): Replace wcwidth.h with <wchar.h>.
2671         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
2672         * lib/mbchar.h: Don't include wcwidth.h.
2673         * lib/mbswidth.c: Likewise.
2674         * NEWS: Mention the change.
2675
2676 2007-07-07  Bruno Haible  <bruno@clisp.org>
2677
2678         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
2679         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
2680         definition with an external declaration.
2681         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
2682         defined as a function. Remove AC_C_INLINE requirement.
2683         * modules/wcwidth (Files): Add lib/wcwidth.c.
2684         (Makefile.am): Remove redundant statement.
2685
2686 2007-07-07  Bruno Haible  <bruno@clisp.org>
2687
2688         * MODULES.html.sh (Unicode string functions): Add the new modules.
2689
2690         * tests/uniwidth/test-u32-strwidth.c: New file.
2691         * modules/uniwidth/u32-strwidth-tests: New file.
2692
2693         * lib/uniwidth/u32-strwidth.c: New file.
2694         * modules/uniwidth/u32-strwidth: New file.
2695
2696         * tests/uniwidth/test-u16-strwidth.c: New file.
2697         * modules/uniwidth/u16-strwidth-tests: New file.
2698
2699         * lib/uniwidth/u16-strwidth.c: New file.
2700         * modules/uniwidth/u16-strwidth: New file.
2701
2702         * tests/uniwidth/test-u8-strwidth.c: New file.
2703         * modules/uniwidth/u8-strwidth-tests: New file.
2704
2705         * lib/uniwidth/u8-strwidth.c: New file.
2706         * modules/uniwidth/u8-strwidth: New file.
2707
2708         * tests/uniwidth/test-u32-width.c: New file.
2709         * modules/uniwidth/u32-width-tests: New file.
2710
2711         * lib/uniwidth/u32-width.c: New file.
2712         * modules/uniwidth/u32-width: New file.
2713
2714         * tests/uniwidth/test-u16-width.c: New file.
2715         * modules/uniwidth/u16-width-tests: New file.
2716
2717         * lib/uniwidth/u16-width.c: New file.
2718         * modules/uniwidth/u16-width: New file.
2719
2720         * tests/uniwidth/test-u8-width.c: New file.
2721         * modules/uniwidth/u8-width-tests: New file.
2722
2723         * lib/uniwidth/u8-width.c: New file.
2724         * modules/uniwidth/u8-width: New file.
2725
2726         * tests/uniwidth/test-uc_width.c: New file.
2727         * modules/uniwidth/width-tests: New file.
2728
2729         * lib/uniwidth/width.c: New file, from GNU libiconv.
2730         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
2731         * modules/uniwidth/width: New file.
2732
2733         * lib/uniwidth.h: New file, from GNU libiconv.
2734         * modules/uniwidth/base: New file.
2735
2736 2007-07-07  Bruno Haible  <bruno@clisp.org>
2737
2738         * lib/uniname.h: New file, from GNU gettext.
2739         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
2740         * lib/uniname/uninames.h: New file, from GNU gettext.
2741         * lib/uniname/uniname.c: New file, from GNU gettext.
2742         * tests/uniname/test-uninames.sh: New file.
2743         * tests/uniname/test-uninames.c: New file, from GNU gettext.
2744         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
2745         * modules/uniname/base: New file.
2746         * modules/uniname/uniname: New file.
2747         * modules/uniname/uniname-tests: New file.
2748         * MODULES.html.sh (Unicode string functions): Add the new modules.
2749
2750 2007-07-06  Bruno Haible  <bruno@clisp.org>
2751
2752         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
2753
2754 2007-07-06  Bruno Haible  <bruno@clisp.org>
2755
2756         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
2757         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
2758         includes <cygwin/sys_time.h> which includes <sys/select.h> which
2759         include <sys/time.h>.
2760         Reported by Eric Blake.
2761
2762 2007-07-06  Eric Blake  <ebb9@byu.net>
2763
2764         Fix testing canonicalize on cygwin.
2765         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
2766         Revert patch from 2007-06-19.
2767         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
2768         canonicalize module is also in use.
2769         * tests/test-canonicalize.c: New file.
2770         * tests/test-canonicalize.sh: Likewise.
2771         * modules/canonicalize-tests: Likewise.
2772
2773 2007-07-06  Jim Meyering  <jim@meyering.net>
2774
2775         * lib/getugroups.c (getugroups): Detect getgrent failure.
2776         Adjust comment to reflect reality: this function may return -1.
2777
2778 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2779
2780         * build-aux/bootstrap (TP_URL,get_translations): Update to use
2781         the new TP address.
2782         (usage): Fix typo
2783         (gnulib_mk): New variable.
2784
2785 2007-07-05  Jim Meyering  <jim@meyering.net>
2786
2787         Don't let endgrent clobber errno, no matter how improbable.
2788         * lib/getugroups.c (getugroups): Save and restore errno around
2789         endgrent call.
2790
2791         Close the group DB even when failing with 2^31 or more members.
2792         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
2793
2794 2007-07-04  Jim Meyering  <jim@meyering.net>
2795
2796         * lib/getugroups.h: New file.
2797         * lib/getugroups.c: Include "getugroups.h".
2798         Remove uses of "register" keyword.
2799         Move local variable, "cp", down into scope where used.
2800         Give "username" parameter the "const" attribute.
2801         * modules/getugroups (Files): Add lib/getugroups.h
2802
2803 2007-07-04  Karl Berry  <karl@gnu.org>
2804
2805         * MODULES.html.sh (func_all_modules): Complete rename of
2806         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
2807
2808 2007-07-02  Bruno Haible  <bruno@clisp.org>
2809
2810         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
2811         mode, when inttypes.h comes from gnulib.
2812         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
2813
2814 2007-07-02  Simon Josefsson  <simon@josefsson.org>
2815
2816         * NEWS: Mention lgpl module name change.
2817
2818         * modules/lgpl-2.1: Renamed from lgpl.
2819
2820         * NEWS: Mention gpl module name change.
2821
2822         * modules/gpl-3.0: New file, based on gpl-2.0.
2823
2824         * modules/gpl-2.0: Renamed from gpl.
2825
2826         * modules/gpl: Fix filename, doc/gpl.texi is now found at
2827         doc/gpl-2.0.texi.
2828
2829 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
2830
2831         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
2832         #define __STDC_LIMIT_MACROS temporarily while including
2833         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
2834         Problem reported by Joel E. Denny in
2835         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
2836
2837 2007-07-01  Bruno Haible  <bruno@clisp.org>
2838
2839         * lib/unistdio.h: New file.
2840         * lib/unistdio/u-asnprintf.h: New file.
2841         * lib/unistdio/u-asprintf.h: New file.
2842         * lib/unistdio/u-printf-args.c: New file.
2843         * lib/unistdio/u-printf-args.h: New file.
2844         * lib/unistdio/u-printf-parse.h: New file.
2845         * lib/unistdio/u-snprintf.h: New file.
2846         * lib/unistdio/u-sprintf.h: New file.
2847         * lib/unistdio/u-vasprintf.h: New file.
2848         * lib/unistdio/u-vsnprintf.h: New file.
2849         * lib/unistdio/u-vsprintf.h: New file.
2850         * lib/unistdio/ulc-asnprintf.c: New file.
2851         * lib/unistdio/ulc-asprintf.c: New file.
2852         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
2853         * lib/unistdio/ulc-printf-parse.c: New file.
2854         * lib/unistdio/ulc-snprintf.c: New file.
2855         * lib/unistdio/ulc-sprintf.c: New file.
2856         * lib/unistdio/ulc-vasnprintf.c: New file.
2857         * lib/unistdio/ulc-vasprintf.c: New file.
2858         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
2859         * lib/unistdio/ulc-vsnprintf.c: New file.
2860         * lib/unistdio/ulc-vsprintf.c: New file.
2861         * lib/unistdio/u8-asnprintf.c: New file.
2862         * lib/unistdio/u8-asprintf.c: New file.
2863         * lib/unistdio/u8-printf-parse.c: New file.
2864         * lib/unistdio/u8-snprintf.c: New file.
2865         * lib/unistdio/u8-sprintf.c: New file.
2866         * lib/unistdio/u8-vasnprintf.c: New file.
2867         * lib/unistdio/u8-vasprintf.c: New file.
2868         * lib/unistdio/u8-vsnprintf.c: New file.
2869         * lib/unistdio/u8-vsprintf.c: New file.
2870         * lib/unistdio/u8-u8-asnprintf.c: New file.
2871         * lib/unistdio/u8-u8-asprintf.c: New file.
2872         * lib/unistdio/u8-u8-snprintf.c: New file.
2873         * lib/unistdio/u8-u8-sprintf.c: New file.
2874         * lib/unistdio/u8-u8-vasnprintf.c: New file.
2875         * lib/unistdio/u8-u8-vasprintf.c: New file.
2876         * lib/unistdio/u8-u8-vsnprintf.c: New file.
2877         * lib/unistdio/u8-u8-vsprintf.c: New file.
2878         * lib/unistdio/u16-asnprintf.c: New file.
2879         * lib/unistdio/u16-asprintf.c: New file.
2880         * lib/unistdio/u16-printf-parse.c: New file.
2881         * lib/unistdio/u16-snprintf.c: New file.
2882         * lib/unistdio/u16-sprintf.c: New file.
2883         * lib/unistdio/u16-vasnprintf.c: New file.
2884         * lib/unistdio/u16-vasprintf.c: New file.
2885         * lib/unistdio/u16-vsnprintf.c: New file.
2886         * lib/unistdio/u16-vsprintf.c: New file.
2887         * lib/unistdio/u16-u16-asnprintf.c: New file.
2888         * lib/unistdio/u16-u16-asprintf.c: New file.
2889         * lib/unistdio/u16-u16-snprintf.c: New file.
2890         * lib/unistdio/u16-u16-sprintf.c: New file.
2891         * lib/unistdio/u16-u16-vasnprintf.c: New file.
2892         * lib/unistdio/u16-u16-vasprintf.c: New file.
2893         * lib/unistdio/u16-u16-vsnprintf.c: New file.
2894         * lib/unistdio/u16-u16-vsprintf.c: New file.
2895         * lib/unistdio/u32-asnprintf.c: New file.
2896         * lib/unistdio/u32-asprintf.c: New file.
2897         * lib/unistdio/u32-printf-parse.c: New file.
2898         * lib/unistdio/u32-snprintf.c: New file.
2899         * lib/unistdio/u32-sprintf.c: New file.
2900         * lib/unistdio/u32-vasnprintf.c: New file.
2901         * lib/unistdio/u32-vasprintf.c: New file.
2902         * lib/unistdio/u32-vsnprintf.c: New file.
2903         * lib/unistdio/u32-vsprintf.c: New file.
2904         * lib/unistdio/u32-u32-asnprintf.c: New file.
2905         * lib/unistdio/u32-u32-asprintf.c: New file.
2906         * lib/unistdio/u32-u32-snprintf.c: New file.
2907         * lib/unistdio/u32-u32-sprintf.c: New file.
2908         * lib/unistdio/u32-u32-vasnprintf.c: New file.
2909         * lib/unistdio/u32-u32-vasprintf.c: New file.
2910         * lib/unistdio/u32-u32-vsnprintf.c: New file.
2911         * lib/unistdio/u32-u32-vsprintf.c: New file.
2912         * tests/unistdio/test-ulc-asnprintf1.c: New file.
2913         * tests/unistdio/test-ulc-asnprintf1.h: New file.
2914         * tests/unistdio/test-ulc-printf1.h: New file.
2915         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
2916         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
2917         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
2918         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
2919         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
2920         * tests/unistdio/test-ulc-vasprintf1.c: New file.
2921         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
2922         * tests/unistdio/test-ulc-vsprintf1.c: New file.
2923         * tests/unistdio/test-u8-asnprintf1.c: New file.
2924         * tests/unistdio/test-u8-asnprintf1.h: New file.
2925         * tests/unistdio/test-u8-printf1.h: New file.
2926         * tests/unistdio/test-u8-vasnprintf1.c: New file.
2927         * tests/unistdio/test-u8-vasnprintf2.c: New file.
2928         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
2929         * tests/unistdio/test-u8-vasnprintf3.c: New file.
2930         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
2931         * tests/unistdio/test-u8-vasprintf1.c: New file.
2932         * tests/unistdio/test-u8-vsnprintf1.c: New file.
2933         * tests/unistdio/test-u8-vsprintf1.c: New file.
2934         * tests/unistdio/test-u16-asnprintf1.c: New file.
2935         * tests/unistdio/test-u16-asnprintf1.h: New file.
2936         * tests/unistdio/test-u16-printf1.h: New file.
2937         * tests/unistdio/test-u16-vasnprintf1.c: New file.
2938         * tests/unistdio/test-u16-vasnprintf2.c: New file.
2939         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
2940         * tests/unistdio/test-u16-vasnprintf3.c: New file.
2941         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
2942         * tests/unistdio/test-u16-vasprintf1.c: New file.
2943         * tests/unistdio/test-u16-vsnprintf1.c: New file.
2944         * tests/unistdio/test-u16-vsprintf1.c: New file.
2945         * tests/unistdio/test-u32-asnprintf1.c: New file.
2946         * tests/unistdio/test-u32-asnprintf1.h: New file.
2947         * tests/unistdio/test-u32-printf1.h: New file.
2948         * tests/unistdio/test-u32-vasnprintf1.c: New file.
2949         * tests/unistdio/test-u32-vasnprintf2.c: New file.
2950         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
2951         * tests/unistdio/test-u32-vasnprintf3.c: New file.
2952         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
2953         * tests/unistdio/test-u32-vasprintf1.c: New file.
2954         * tests/unistdio/test-u32-vsnprintf1.c: New file.
2955         * tests/unistdio/test-u32-vsprintf1.c: New file.
2956         * modules/unistdio/base: New file.
2957         * modules/unistdio/u-printf-args: New file.
2958         * modules/unistdio/ulc-asnprintf: New file.
2959         * modules/unistdio/ulc-asprintf: New file.
2960         * modules/unistdio/ulc-fprintf: New file.
2961         * modules/unistdio/ulc-printf-parse: New file.
2962         * modules/unistdio/ulc-snprintf: New file.
2963         * modules/unistdio/ulc-sprintf: New file.
2964         * modules/unistdio/ulc-vasnprintf: New file.
2965         * modules/unistdio/ulc-vasprintf: New file.
2966         * modules/unistdio/ulc-vfprintf: New file.
2967         * modules/unistdio/ulc-vsnprintf: New file.
2968         * modules/unistdio/ulc-vsprintf: New file.
2969         * modules/unistdio/u8-asnprintf: New file.
2970         * modules/unistdio/u8-asprintf: New file.
2971         * modules/unistdio/u8-printf-parse: New file.
2972         * modules/unistdio/u8-snprintf: New file.
2973         * modules/unistdio/u8-sprintf: New file.
2974         * modules/unistdio/u8-vasnprintf: New file.
2975         * modules/unistdio/u8-vasprintf: New file.
2976         * modules/unistdio/u8-vsnprintf: New file.
2977         * modules/unistdio/u8-vsprintf: New file.
2978         * modules/unistdio/u8-u8-asnprintf: New file.
2979         * modules/unistdio/u8-u8-asprintf: New file.
2980         * modules/unistdio/u8-u8-snprintf: New file.
2981         * modules/unistdio/u8-u8-sprintf: New file.
2982         * modules/unistdio/u8-u8-vasnprintf: New file.
2983         * modules/unistdio/u8-u8-vasprintf: New file.
2984         * modules/unistdio/u8-u8-vsnprintf: New file.
2985         * modules/unistdio/u8-u8-vsprintf: New file.
2986         * modules/unistdio/u16-asnprintf: New file.
2987         * modules/unistdio/u16-asprintf: New file.
2988         * modules/unistdio/u16-printf-parse: New file.
2989         * modules/unistdio/u16-snprintf: New file.
2990         * modules/unistdio/u16-sprintf: New file.
2991         * modules/unistdio/u16-vasnprintf: New file.
2992         * modules/unistdio/u16-vasprintf: New file.
2993         * modules/unistdio/u16-vsnprintf: New file.
2994         * modules/unistdio/u16-vsprintf: New file.
2995         * modules/unistdio/u16-u16-asnprintf: New file.
2996         * modules/unistdio/u16-u16-asprintf: New file.
2997         * modules/unistdio/u16-u16-snprintf: New file.
2998         * modules/unistdio/u16-u16-sprintf: New file.
2999         * modules/unistdio/u16-u16-vasnprintf: New file.
3000         * modules/unistdio/u16-u16-vasprintf: New file.
3001         * modules/unistdio/u16-u16-vsnprintf: New file.
3002         * modules/unistdio/u16-u16-vsprintf: New file.
3003         * modules/unistdio/u32-asnprintf: New file.
3004         * modules/unistdio/u32-asprintf: New file.
3005         * modules/unistdio/u32-printf-parse: New file.
3006         * modules/unistdio/u32-snprintf: New file.
3007         * modules/unistdio/u32-sprintf: New file.
3008         * modules/unistdio/u32-vasnprintf: New file.
3009         * modules/unistdio/u32-vasprintf: New file.
3010         * modules/unistdio/u32-vsnprintf: New file.
3011         * modules/unistdio/u32-vsprintf: New file.
3012         * modules/unistdio/u32-u32-asnprintf: New file.
3013         * modules/unistdio/u32-u32-asprintf: New file.
3014         * modules/unistdio/u32-u32-snprintf: New file.
3015         * modules/unistdio/u32-u32-sprintf: New file.
3016         * modules/unistdio/u32-u32-vasnprintf: New file.
3017         * modules/unistdio/u32-u32-vasprintf: New file.
3018         * modules/unistdio/u32-u32-vsnprintf: New file.
3019         * modules/unistdio/u32-u32-vsprintf: New file.
3020         * modules/unistdio/ulc-asnprintf-tests: New file.
3021         * modules/unistdio/ulc-vasnprintf-tests: New file.
3022         * modules/unistdio/ulc-vasprintf-tests: New file.
3023         * modules/unistdio/ulc-vsnprintf-tests: New file.
3024         * modules/unistdio/ulc-vsprintf-tests: New file.
3025         * modules/unistdio/u8-asnprintf-tests: New file.
3026         * modules/unistdio/u8-vasnprintf-tests: New file.
3027         * modules/unistdio/u8-vasprintf-tests: New file.
3028         * modules/unistdio/u8-vsnprintf-tests: New file.
3029         * modules/unistdio/u8-vsprintf-tests: New file.
3030         * modules/unistdio/u16-asnprintf-tests: New file.
3031         * modules/unistdio/u16-vasnprintf-tests: New file.
3032         * modules/unistdio/u16-vasprintf-tests: New file.
3033         * modules/unistdio/u16-vsnprintf-tests: New file.
3034         * modules/unistdio/u16-vsprintf-tests: New file.
3035         * modules/unistdio/u32-asnprintf-tests: New file.
3036         * modules/unistdio/u32-vasnprintf-tests: New file.
3037         * modules/unistdio/u32-vasprintf-tests: New file.
3038         * modules/unistdio/u32-vsnprintf-tests: New file.
3039         * modules/unistdio/u32-vsprintf-tests: New file.
3040         * MODULES.html.sh (Unicode string functions): Add the new modules.
3041
3042 2007-07-01  Bruno Haible  <bruno@clisp.org>
3043
3044         * lib/sprintf.c (sprintf): Limit the available length estimation,
3045         to avoid address wraparound.
3046         * lib/vsprintf.c (vsprintf): Likewise.
3047         * modules/sprintf-posix (Dependencies): Add stdint.
3048         * modules/vsprintf-posix (Dependencies): Likewise.
3049
3050 2007-07-01  Bruno Haible  <bruno@clisp.org>
3051
3052         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
3053         Windows PATH as well. Conservative double-quoting. Comments.
3054
3055 2007-07-01  Bruno Haible  <bruno@clisp.org>
3056             Eric Blake  <ebb9@byu.net>
3057             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3058
3059         * gnulib-tool (self_abspathname): Fix algorithm to cope with
3060         empty components in $PATH, denoting '.'.
3061
3062 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3063
3064         * gnulib-tool: Fix indentation.
3065         (func_create_megatestdir): Likewise.
3066         Report by Bruno Haible.
3067
3068 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3069
3070         Sync from Automake.
3071         * build-aux/gnupload: Fix shell portability issues with for loops.
3072         Report by Karl Berry.
3073
3074 2007-06-29  Simon Josefsson  <simon@josefsson.org>
3075
3076         * build-aux/maint.mk (POURL): Use translationproject.org.
3077
3078 2007-06-27  Simon Josefsson  <simon@josefsson.org>
3079             Bruno Haible  <bruno@clisp.org>
3080
3081         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
3082         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
3083         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
3084         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
3085         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
3086
3087 2007-06-27  Bruno Haible  <bruno@clisp.org>
3088
3089         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
3090         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
3091
3092 2007-06-26  Karl Berry  <karl@gnu.org>
3093
3094         * MODULES.html.sh: remove xreadlink-with-size.
3095
3096 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3097
3098         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
3099         method that I hope also handles the double-include problem noted
3100         by Bruno Haible in
3101         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
3102
3103 2007-06-23  Bruno Haible  <bruno@clisp.org>
3104
3105         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3106         Don't let the 'mostlyclean' target fail if the last subdirectory could
3107         not be removed.
3108         Reported by Karl Berry.
3109
3110 2007-06-23  Bruno Haible  <bruno@clisp.org>
3111
3112         * gnulib-tool (echo): Add a speedier workaround for ksh.
3113         * tests/test-echo.sh: Likewise.
3114
3115 2007-06-23  Bruno Haible  <bruno@clisp.org>
3116
3117         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
3118         * tests/test-echo.sh: Likewise.
3119
3120 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3121
3122         * gnulib-tool (IFS): Initialize early, so we don't set it to
3123         empty later.
3124         (self_abspathname): Rewrite algorithm to set it, reindent.
3125         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
3126         (func_create_megatestdir): Merge some sed scripts.
3127
3128 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3129
3130         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
3131         exposed by Sun Studio 11 cc on Solaris 8.
3132
3133 2007-06-22  Bruno Haible  <bruno@clisp.org>
3134
3135         * gnulib-tool (echo): Ensure the echo primitive does not interpret
3136         backslashes.
3137         * tests/test-echo.sh: New file.
3138
3139 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3140
3141         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
3142         simplify `sed_replace_build_aux' scripts, they are portable but
3143         echoing them with `echo' is not.
3144         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
3145
3146 2007-06-21  Karl Berry  <karl@gnu.org>
3147
3148         * config/srclist.txt: guess we can't handle the licenses via
3149         srclist at the moment.
3150
3151 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
3152
3153         * MODULES.html.sh: Add include_next.
3154         * modules/include_next: New file.
3155
3156 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
3157
3158         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
3159         INCLUDE_NEXT.
3160         (gl_CHECK_NEXT_HEADERS): New macro.
3161         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
3162         the obsolescent gl_ABSOLUTE_HEADER.
3163         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
3164         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
3165         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
3166         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3167         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
3168         * m4/math_h.m4 (gl_MATH_H): Likewise.
3169         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
3170         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
3171         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
3172         * m4/stdint.m4 (gl_STDINT_H): Likewise.
3173         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
3174         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
3175         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
3176         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3177         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
3178         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
3179         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
3180         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
3181         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
3182         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
3183         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
3184         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
3185         * m4/inttypes.m4 (gl_INTTYPES_H): Define
3186         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
3187         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
3188         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
3189         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
3190         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
3191         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
3192         * lib/float_.h: Likewise.
3193         * lib/inttypes_.h: Likewise.
3194         * lib/math_.h: Likewise.
3195         * lib/search_.h: Likewise.
3196         * lib/signal_.h: Likewise.
3197         * lib/stdint_.h: Likewise.
3198         * lib/stdio_.h: Likewise.
3199         * lib/stdlib_.h: Likewise.
3200         * lib/string_.h: Likewise.
3201         * lib/sys_stat_.h: Likewise.
3202         * lib/sys_time_.h: Likewise.
3203         * lib/time_.h: Likewise.
3204         * lib/unistd_.h: Likewise.
3205         * lib/wchar_.h: Likewise.
3206         * lib/wctype_.h: Likewise.
3207         * lib/dirent_.h: Likewise.
3208         * lib/iconv_.h: Likewise.
3209         * lib/locale_.h: Likewise.
3210         * lib/netinet_in_.h: Likewise.
3211         * lib/sys_select_.h: Likewise.
3212         * lib/sys_socket_.h: Likewise.
3213         * lib/sysexits_.h: Likewise.
3214         * modules/fcntl (Depends-on): Depend on include_next, not
3215         absolute_header.
3216         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
3217         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
3218         * modules/fchdir: Likewise.
3219         * modules/float: Likewise.
3220         * modules/iconv_open: Likewise.
3221         * modules/inttypes: Likewise.
3222         * modules/locale: Likewise.
3223         * modules/math: Likewise.
3224         * modules/netinet_in: Likewise.
3225         * modules/search: Likewise.
3226         * modules/signal: Likewise.
3227         * modules/stdint: Likewise.
3228         * modules/stdio: Likewise.
3229         * modules/stdlib: Likewise.
3230         * modules/string: Likewise.
3231         * modules/sys_select: Likewise.
3232         * modules/sys_socket: Likewise.
3233         * modules/sys_stat: Likewise.
3234         * modules/sys_time: Likewise.
3235         * modules/sysexits: Likewise.
3236         * modules/time: Likewise.
3237         * modules/unistd: Likewise.
3238         * modules/wchar: Likewise.
3239         * modules/wctype: Likewise.
3240         * modules/sys_stat: Change maintainer to "all".
3241         * modules/unistd: Likewise.
3242
3243 2007-06-20  Karl Berry  <karl@gnu.org>
3244
3245         * config/srclist.txt: track www changes in license files.
3246
3247 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
3248
3249         * build-aux/bootstrap: Remove stray dot.
3250         Make sure build_aux settings are honored when linking
3251         gnulib_extra_files.
3252
3253 2007-06-19  Eric Blake  <ebb9@byu.net>
3254
3255         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
3256         Allow compilation on cygwin.
3257
3258 2007-06-19  Jim Meyering  <jim@meyering.net>
3259
3260         xreadlink-with-size: Remove module.  No longer used.
3261         Ex-callers now use xreadlink or mreadlink-with-size.
3262         * modules/xreadlink-with-size: Remove module.
3263         * lib/xreadlink-with-size.c: Remove file.
3264         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
3265         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
3266         just before the function definition *is* accurate.
3267
3268         Eliminate one way canonicalize_filename_mode could exit.
3269         * lib/canonicalize.c (canonicalize_filename_mode):
3270         Use mreadlink_with_size, not xreadlink_with_size.
3271
3272 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
3273
3274         Detect porting problems to FreeBSD/arm, which has time_t wider than
3275         long int.  Original problem reported for GNU diff by Xin Li in
3276         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
3277         * modules/getdate (Depends-on): Add intprops, verify.
3278         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
3279         is an integer type no wider than long int.
3280
3281 2007-06-18  Jim Meyering  <jim@meyering.net>
3282
3283         New module: mreadlink-with-size.
3284         * MODULES.html.sh: Add mreadlink-with-size.
3285         * modules/mreadlink-with-size: New module
3286         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
3287         not xreadlink-with-size.
3288         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
3289
3290 2007-06-16  Bruno Haible  <bruno@clisp.org>
3291
3292         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
3293         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
3294         Reported by Gary V. Vaughan <gary@gnu.org>.
3295
3296 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
3297
3298         Revamp lchown so that it lives in unistd.h where it belongs.
3299         * lib/lchown.h: Remove.
3300         * lib/dirchownmod.c: Don't include lib/lchown.h.
3301         * lib/fchownat.c: Likewise.
3302         * lib/openat.c: Likewise.
3303         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
3304         does not follow symlinks.
3305         (EOPNOTSUPP): Define if not defined.
3306         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
3307         is defined to 0.
3308         (lchown): New decl.
3309         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
3310         Do not check for lchown decl.
3311         Set REPLACE_LCHOWN.
3312         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
3313         REPLACE_LCHOWN.
3314         * modules/chown: Make it clear it follows symlinks.
3315         * modules/lchown: Make it clear it doesn't follow symlinks.
3316         (Files): Remove lib/lchown.h
3317         (Depends-on): Add unistd.
3318         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
3319         (Include): Include <unistd.h>, not "lchown.h".
3320         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
3321         REPLACE_LCHOWN.
3322
3323 2007-06-15  Jim Meyering  <jim@meyering.net>
3324
3325         Change license (GPL to LGPL) of fsusage and dependents.
3326         * modules/fsusage (License): Change to LGPL.
3327         * modules/full-read (License): Likewise.
3328         * modules/full-write (License): Likewise.
3329         * modules/safe-read (License): Likewise.
3330         * modules/safe-write (License): Likewise.
3331
3332 2007-06-14  Ben Pfaff  <blp@gnu.org>
3333
3334         Missing part of allocsa -> malloca transition.
3335         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
3336         gl_MALLOCA.
3337
3338 2007-06-12  Bruno Haible  <bruno@clisp.org>
3339
3340         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
3341         to ia64, x86_64, i386.
3342         Reported by Eric Blake.
3343
3344 2007-06-12  Bruno Haible  <bruno@clisp.org>
3345
3346         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
3347         cross-compiling to x86_64.
3348
3349 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
3350
3351         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
3352         glitch reported by Ralf Wildenhues in
3353         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
3354
3355         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
3356         Vin Shelton.
3357
3358 2007-06-11  Bruno Haible  <bruno@clisp.org>
3359
3360         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
3361         replacement string.
3362         Reported by Eric Blake.
3363
3364 2007-06-10  Bruno Haible  <bruno@clisp.org>
3365
3366         Prepare vasnprintf code for use with Unicode strings.
3367         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
3368         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
3369         TYPE_U32_STRING.
3370         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
3371         a_u32_string variants.
3372         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
3373         * lib/printf-args.c: Don't include config.h and the specification
3374         header if PRINTF_FETCHARGS is already defined.
3375         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
3376         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
3377         TYPE_U16_STRING, TYPE_U32_STRING.
3378         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
3379         u16_directive, u16_directives, u32_directive, u32_directives): New
3380         types.
3381         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
3382         New declarations.
3383         * lib/printf-parse.c: Don't include config.h and the specification
3384         header if PRINTF_PARSE is already defined. Eliminate the set of
3385         parameters for WIDE_CHAR_VERSION; the user of this file must provide
3386         them now. Include c-ctype.h.
3387         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
3388         directive and CHAR_T_ONLY_ASCII.
3389         * lib/vasnprintf.c: Don't include config.h and the specification header
3390         if VASNPRINTF is already defined.
3391         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
3392         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
3393         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
3394         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
3395         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
3396         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
3397         code accordingly.
3398         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
3399         pad_ourselves also in this case, with the 'c' and 's' directives, and
3400         with a different notion of "width".
3401         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
3402
3403 2007-06-10  Bruno Haible  <bruno@clisp.org>
3404
3405         * modules/unistr/u32-mbsnlen: New file.
3406         * lib/unistr/u32-mbsnlen.c: New file.
3407
3408         * modules/unistr/u16-mbsnlen: New file.
3409         * lib/unistr/u16-mbsnlen.c: New file.
3410
3411         * modules/unistr/u8-mbsnlen: New file.
3412         * lib/unistr/u8-mbsnlen.c: New file.
3413
3414         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
3415         declarations.
3416
3417 2007-06-10  Bruno Haible  <bruno@clisp.org>
3418
3419         * lib/string_.h (mbsnlen): New declaration.
3420         * lib/mbsnlen.c: New file.
3421         * m4/mbsnlen.m4: New file.
3422         * modules/mbsnlen: New file.
3423         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
3424         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
3425         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
3426
3427 2007-06-10  Bruno Haible  <bruno@clisp.org>
3428
3429         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
3430
3431 2007-06-10  Bruno Haible  <bruno@clisp.org>
3432
3433         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
3434         * lib/mbuiter.h: Likewise.
3435
3436 2007-06-10  Bruno Haible  <bruno@clisp.org>
3437
3438         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
3439         declaration.
3440
3441 2007-06-10  Karl Berry  <karl@gnu.org>
3442
3443         * config/srclist.txt: remove gettext entries, Bruno prefers
3444         to update individually.
3445
3446 2007-06-10  Bruno Haible  <bruno@clisp.org>
3447
3448         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
3449         'maxlen'. Ensure only length + width bytes are allocated, not
3450         length + 1 + width.
3451
3452 2007-06-09  Bruno Haible  <bruno@clisp.org>
3453
3454         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
3455         (CHAR_T): Remove macro.
3456         (VASNPRINTF): Update.
3457
3458 2007-06-09  Bruno Haible  <bruno@clisp.org>
3459
3460         * MODULES.html.sh (Unicode string functions): Add the new modules.
3461
3462         * modules/uniconv/u32-conv-to-enc: New file.
3463         * lib/uniconv/u32-conv-to-enc.c: New file.
3464         * modules/uniconv/u32-conv-to-enc-tests: New file.
3465         * tests/uniconv/test-u32-conv-to-enc.c: New file.
3466
3467         * modules/uniconv/u16-conv-to-enc: New file.
3468         * lib/uniconv/u16-conv-to-enc.c: New file.
3469         * lib/uniconv/u-conv-to-enc.h: New file.
3470         * modules/uniconv/u16-conv-to-enc-tests: New file.
3471         * tests/uniconv/test-u16-conv-to-enc.c: New file.
3472
3473         * modules/uniconv/u8-conv-to-enc: New file.
3474         * lib/uniconv/u8-conv-to-enc.c: New file.
3475         * modules/uniconv/u8-conv-to-enc-tests: New file.
3476         * tests/uniconv/test-u8-conv-to-enc.c: New file.
3477
3478         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
3479         u32_conv_to_encoding): New declarations.
3480
3481 2007-06-09  Bruno Haible  <bruno@clisp.org>
3482
3483         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
3484
3485 2007-06-09  Bruno Haible  <bruno@clisp.org>
3486
3487         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
3488         * modules/malloca: Renamed from modules/allocsa, updated.
3489         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
3490         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
3491         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
3492         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
3493         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
3494         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
3495         * modules/xmalloca: Renamed from modules/xallocsa, updated.
3496         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
3497         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
3498         * modules/c-strcasestr (Depends-on): Update.
3499         * lib/c-strcasestr.c: Update.
3500         * modules/c-strstr (Depends-on): Update.
3501         * lib/c-strstr.c: Update.
3502         * modules/canonicalize-lgpl (Depends-on): Update.
3503         * lib/canonicalize-lgpl.c: Update.
3504         * modules/clean-temp (Depends-on): Update.
3505         * lib/clean-temp.c: Update.
3506         * modules/csharpcomp (Depends-on): Update.
3507         * lib/csharpcomp.c: Update.
3508         * modules/csharpexec (Depends-on): Update.
3509         * lib/csharpexec.c: Update.
3510         * modules/javacomp (Depends-on): Update.
3511         * lib/javacomp.c: Update.
3512         * modules/javaexec (Depends-on): Update.
3513         * lib/javaexec.c: Update.
3514         * modules/mbscasestr (Depends-on): Update.
3515         * lib/mbscasestr.c: Update.
3516         * modules/mbsstr (Depends-on): Update.
3517         * lib/mbsstr.c: Update.
3518         * modules/setenv (Depends-on): Update.
3519         * lib/setenv.c: Update.
3520         * modules/strcasestr (Depends-on): Update.
3521         * lib/strcasestr.c: Update.
3522         * modules/striconveha (Depends-on): Update.
3523         * lib/striconveha.c: Update.
3524         * modules/relocatable-prog-wrapper (Files): Update.
3525         * lib/relocwrapper.c: Update.
3526         * build-aux/install-reloc: Update.
3527         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
3528
3529 2007-06-08  Bruno Haible  <bruno@clisp.org>
3530
3531         Port to uClibc.
3532         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
3533         * lib/fpurge.c (fpurge): Likewise.
3534         * lib/freading.c (freading): Likewise.
3535         * lib/fseeko.c (rpl_fseeko): Likewise.
3536         * lib/fseterr.c (fseterr): Likewise.
3537         * lib/fwriting.c (fwriting): Likewise.
3538         * tests/test-fflush.c (main): Avoid a failure on uClibc.
3539
3540 2007-06-08  Bruno Haible  <bruno@clisp.org>
3541
3542         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
3543         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
3544         * modules/gettext (Files): Add m4/intlmacosx.m4.
3545
3546 2007-06-07  Bruno Haible  <bruno@clisp.org>
3547
3548         * modules/localename-tests: New file.
3549         * tests/test-localename.c: New file.
3550
3551         New module 'localename'.
3552         * lib/localename.h: New file.
3553         * lib/localename.c: New file, from GNU gettext.
3554         * m4/localename.m4: New file.
3555         * modules/localename: New file.
3556
3557 2007-06-07  Bruno Haible  <bruno@clisp.org>
3558
3559         Work around the lack of <wchar.h> on some builds of uClibc.
3560         * doc/headers/wchar.texi: Update.
3561         * lib/wchar_.h: Include <wchar.h> only if it exists.
3562         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
3563         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
3564         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
3565         doesn't exist.
3566         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
3567         * modules/mbfile (Depends-on): Add wchar.
3568         * modules/mbiter (Depends-on): Likewise.
3569         * modules/mbuiter (Depends-on): Likewise.
3570         Reported by Simon Josefsson.
3571
3572 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
3573
3574         Work around problem reported by Steven M. Schweda in
3575         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
3576         Tru64 5.1B with the Compaq compiler environment installed declares
3577         an 'isblank' function but does not define it in the C library.
3578         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
3579         * lib/regex_internal.h (isblank): Likewise.
3580         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
3581         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
3582
3583 2007-06-05  Bruno Haible  <bruno@clisp.org>
3584
3585         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
3586         ia64.
3587         * modules/printf-safe: New file.
3588         * modules/fprintf-posix (Depends-on): Add printf-safe.
3589         * modules/printf-posix (Depends-on): Likewise.
3590         * modules/snprintf-posix (Depends-on): Likewise.
3591         * modules/sprintf-posix (Depends-on): Likewise.
3592         * modules/vasnprintf-posix (Depends-on): Likewise.
3593         * modules/vasprintf-posix (Depends-on): Likewise.
3594         * modules/vfprintf-posix (Depends-on): Likewise.
3595         * modules/vprintf-posix (Depends-on): Likewise.
3596         * modules/vsnprintf-posix (Depends-on): Likewise.
3597         * modules/vsprintf-posix (Depends-on): Likewise.
3598         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
3599         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
3600         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
3601         "no" on i386, x86_64, ia64.
3602         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
3603         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
3604         on i386, x86_64, ia64.
3605         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
3606         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
3607         on i386, x86_64, ia64.
3608         * tests/test-vasnprintf-posix.c: Include float.h.
3609         (LDBL80_WORDS): New macro.
3610         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
3611         on i386, x86_64, ia64.
3612         * tests/test-vasprintf-posix.c: Include float.h.
3613         (LDBL80_WORDS): New macro.
3614         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
3615         on i386, x86_64, ia64.
3616         * tests/test-snprintf-posix.c: Include float.h.
3617         * tests/test-sprintf-posix.c: Likewise.
3618         * tests/test-vsnprintf-posix.c: Likewise.
3619         * tests/test-vsprintf-posix.c: Likewise.
3620
3621 2007-06-05  Bruno Haible  <bruno@clisp.org>
3622
3623         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
3624         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
3625         non-IEEE numbers on i386, x86_64, ia64.
3626         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
3627         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
3628         * tests/test-isnanl.h: Include float.h.
3629         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
3630
3631 2007-06-05  Bruno Haible  <bruno@clisp.org>
3632
3633         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
3634         also the %a / %A. Handle the %a / %A code before this extra handling.
3635
3636 2007-06-05  Bruno Haible  <bruno@clisp.org>
3637
3638         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
3639         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
3640
3641 2007-06-05  Bruno Haible  <bruno@clisp.org>
3642
3643         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
3644         typo in variable name.
3645
3646 2007-06-05  Eric Blake  <ebb9@byu.net>
3647
3648         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
3649         Reported by Simon Josefsson.
3650
3651 2007-06-04  Bruno Haible  <bruno@clisp.org>
3652
3653         Avoid test failures on some PowerPC platforms.
3654         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
3655         Define differently for PowerPC.
3656         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
3657         Reported by Gary V. Vaughan <gary@gnu.org>.
3658
3659 2007-06-02  Bruno Haible  <bruno@clisp.org>
3660
3661         Fix test-stdint failure on FreeBSD/ia64.
3662         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
3663         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
3664         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
3665         * doc/headers/stdint.texi: Update.
3666
3667 2007-06-01  Bruno Haible  <bruno@clisp.org>
3668
3669         * tests/test-binary-io.c (main): Pass a third argument to open().
3670         Reported by Gary V. Vaughan <gary@gnu.org>.
3671
3672 2007-06-01  Bruno Haible  <bruno@clisp.org>
3673
3674         * doc/functions/frexpl.texi: Update for mingw.
3675
3676 2007-06-01  Bruno Haible  <bruno@clisp.org>
3677
3678         * tests/test-lseek.c (main): Disable test of errno for invalid third
3679         argument.
3680         * doc/functions/lseek.texi: Update.
3681         Reported by Gary V. Vaughan <gary@gnu.org>.
3682
3683 2007-05-28  Bruno Haible  <bruno@clisp.org>
3684
3685         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
3686
3687 2007-05-31  Eric Blake  <ebb9@byu.net>
3688
3689         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
3690         cross compiling.
3691
3692 2007-05-30  Eric Blake  <ebb9@byu.net>
3693         and Bruno Haible  <bruno@clisp.org>
3694
3695         Work around mingw test failures exposed by m4-1.4.9b.
3696         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
3697         * tests/test-unistd.c: Disable uid_t and git_t tests for the
3698         moment.
3699
3700 2007-05-30  Bruno Haible  <bruno@clisp.org>
3701
3702         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
3703         assuming that they are closed. Needed on HP-UX 11.
3704
3705 2007-05-29  Bruno Haible  <bruno@clisp.org>
3706
3707         Fix a problem with #include_next.
3708         * lib/dirent_.h: Split the double-inclusion guard.
3709         * lib/fcntl_.h: Likewise.
3710         * lib/float_.h: Likewise.
3711         * lib/iconv_.h: Likewise.
3712         * lib/inttypes_.h: Likewise.
3713         * lib/locale_.h: Likewise.
3714         * lib/math_.h: Likewise.
3715         * lib/netinet_in_.h: Likewise.
3716         * lib/search_.h: Likewise.
3717         * lib/signal_.h: Likewise.
3718         * lib/stdint_.h: Likewise.
3719         * lib/stdio_.h: Likewise.
3720         * lib/stdlib_.h: Likewise.
3721         * lib/string_.h: Likewise.
3722         * lib/sys_select_.h: Likewise.
3723         * lib/sys_socket_.h: Likewise.
3724         * lib/sys_stat_.h: Likewise.
3725         * lib/sys_time_.h: Likewise.
3726         * lib/sysexits_.h: Likewise.
3727         * lib/time_.h: Likewise.
3728         * lib/unistd_.h: Likewise.
3729         * lib/wchar_.h: Likewise.
3730         * lib/wctype_.h: Likewise.
3731
3732 2007-05-29  Bruno Haible  <bruno@clisp.org>
3733
3734         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
3735         for the moment.
3736
3737 2007-05-29  Bruno Haible  <bruno@clisp.org>
3738
3739         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
3740         invocation.
3741         Reported by Eric Blake.
3742
3743 2007-05-29  Bruno Haible  <bruno@clisp.org>
3744
3745         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
3746         compiling case.
3747
3748 2007-05-29  Eric Blake  <ebb9@byu.net>
3749             Bruno Haible  <bruno@clisp.org>
3750
3751         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
3752         cross compiles.
3753
3754 2007-05-28  Eric Blake  <ebb9@byu.net>
3755
3756         * modules/closein-tests (test_closein_LDADD): Support test on
3757         cygwin with libtool.
3758
3759 2007-05-28  Bruno Haible  <bruno@clisp.org>
3760
3761         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
3762         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
3763         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
3764         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
3765         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
3766         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
3767         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
3768         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
3769         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
3770
3771 2007-05-28  Eric Blake  <ebb9@byu.net>
3772
3773         Unconditionally include <config.h> in unit tests.
3774         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
3775         * tests/test-allocsa.c, tests/test-arcfour.c,
3776         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
3777         tests/test-array_list.c, tests/test-array_oset.c,
3778         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
3779         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
3780         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
3781         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
3782         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
3783         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
3784         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
3785         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
3786         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
3787         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
3788         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
3789         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
3790         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
3791         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
3792         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
3793         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
3794         test-md5.c, test-memmem.c, test-printf-posix.c,
3795         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
3796         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
3797         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
3798         test-strcasestr.c, test-striconv.c, test-striconveh.c,
3799         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
3800         test-vasnprintf-posix2.c, test-vasnprintf.c,
3801         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
3802         test-vfprintf-posix.c, test-vprintf-posix.c,
3803         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
3804         test-xvasprintf.c: Likewise.
3805
3806 2007-05-28  Bruno Haible  <bruno@clisp.org>
3807
3808         * gnulib-tool (func_import): Remember the --with-tests command-line
3809         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
3810         Reported by Eric Blake.
3811
3812 2007-05-28  Bruno Haible  <bruno@clisp.org>
3813
3814         * modules/ftell-tests: New file.
3815         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
3816         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
3817
3818         * lib/ftell.c: New file.
3819         * modules/ftell: New file.
3820         * m4/ftell.m4: New file.
3821         * doc/functions/ftell.texi: Update.
3822         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
3823         REPLACE_FTELL.
3824         * lib/stdio_.h (rpl_ftell): New declaration.
3825         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
3826         REPLACE_FTELL.
3827
3828 2007-05-28  Eric Blake  <ebb9@byu.net>
3829
3830         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
3831
3832 2007-05-28  Bruno Haible  <bruno@clisp.org>
3833
3834         * modules/fseek-tests: New file.
3835         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
3836         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
3837
3838         * lib/fseek.c: New file.
3839         * modules/fseek: New file.
3840         * m4/fseek.m4: New file.
3841         * doc/functions/fseek.texi: Update.
3842         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
3843         REPLACE_FSEEK.
3844         * lib/stdio_.h (rpl_fseek): New declaration.
3845         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
3846         REPLACE_FSEEK.
3847
3848 2007-05-28  Bruno Haible  <bruno@clisp.org>
3849
3850         * lib/stdio_.h (fflush): More comments.
3851
3852 2007-05-28  Bruno Haible  <bruno@clisp.org>
3853
3854         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
3855         runtime test.
3856
3857 2007-05-28  Eric Blake  <ebb9@byu.net>
3858
3859         Improve lseek module.
3860         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
3861         * lib/unistd_.h (lseek): Scale back link warning message.
3862         * tests/test-lseek.c: Beef up test.
3863         * tests/test-lseek.sh: Exercise more facets of lseek.
3864         Reported by Bruno Haible.
3865
3866 2007-05-28  Bruno Haible  <bruno@clisp.org>
3867
3868         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
3869         to define.
3870
3871 2007-05-27  Bruno Haible  <bruno@clisp.org>
3872
3873         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
3874
3875 2007-05-27  Bruno Haible  <bruno@clisp.org>
3876
3877         * modules/openmp: New file.
3878         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
3879         Noah Misch.
3880
3881 2007-05-26  Bruno Haible  <bruno@clisp.org>
3882
3883         * modules/chdir-long (Depends-on): Add fchdir.
3884         * modules/chdir-safer (Depends-on): Likewise.
3885         * modules/fts (Depends-on): Likewise.
3886         * modules/fts-lgpl (Depends-on): Likewise.
3887         * modules/openat (Depends-on): Likewise.
3888         * modules/savewd (Depends-on): Likewise.
3889
3890 2007-05-24  Eric Blake  <ebb9@byu.net>
3891
3892         Fix lseek on mingw.
3893         * modules/lseek: New module.
3894         * m4/lseek.m4: New file.
3895         * lib/lseek.c: New file.
3896         * modules/lseek-tests: New file.
3897         * tests/test-lseek.c: New file.
3898         * tests/test-lseek.sh: New file.
3899         * MODULES.html.sh: Document lseek module.
3900         * modules/fflush (Depends-on): Add lseek, fseeko.
3901         * modules/fseeko (Depends-on): Likewise.
3902         * modules/ftello (Depends-on): Likewise.
3903         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
3904         broken.
3905         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
3906         broken.
3907         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
3908         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
3909         * lib/ftello.c (rpl_ftello): Likewise.
3910         * tests/test-fseeko.c (main): Test this.
3911         * tests/test-fseeko.sh: Likewise.
3912         * tests/test-ftello.c (main): Likewise.
3913         * tests/test-ftello.sh: Likewise.
3914         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
3915         implies replacing fseek.
3916         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
3917         HAVE_FTELLO.
3918         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
3919         * modules/unistd (Makefile.am): Likewise.
3920         * lib/unistd_.h (lseek): Declare a replacement.
3921         * doc/functions/lseek.texi (lseek): Document this fix.
3922         * doc/functions/fseek.texi (fseek): Likewise.
3923         * doc/functions/ftell.texi (ftell): Likewise.
3924
3925 2007-05-24  Bruno Haible  <bruno@clisp.org>
3926
3927         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
3928         in the printed representation of a NaN.
3929         * tests/test-vasprintf-posix.c (test_function): Likewise.
3930         * tests/test-snprintf-posix.h (test_function): Likewise.
3931         * tests/test-sprintf-posix.h (test_function): Likewise.
3932         Reported by Eric Blake.
3933
3934 2007-05-23  Eric Blake  <ebb9@byu.net>
3935
3936         Fix fseeko/ftello on cygwin 1.5.24.
3937         * doc/functions/fseeko.texi (fseeko): Document the fix.
3938         * doc/functions/ftello.texi (ftello): Document the fix.
3939         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
3940         * doc/functions/stdout.text (stdout): New file.
3941         * doc/functions/stderr.text (stderr): New file.
3942         * doc/gnulib.texi (Function Substitutes): Use new files.
3943         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
3944         prior to 1.7.0.
3945         * tests/test-ftello.c (main): Likewise for ftello.
3946         * tests/test-fseeko.sh: New file.
3947         * tests/test-ftello.sh: New file.
3948         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
3949         with seekable stdin.
3950         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
3951         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
3952         (gl_REPLACE_FSEEKO): New macro.
3953         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
3954         * modules/fseeko (Files): Distribute fseeko.c.
3955         * modules/ftello (Files): Distribute ftello.c.
3956         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
3957         mode.
3958         * lib/ftello.c (rpl_ftello): New file.
3959         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
3960         fseeko, ftello.
3961         (gl_STDIN_LARGE_OFFSET): New macro.
3962         * modules/stdio (Makefile.am): Perform the replacement.
3963         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
3964
3965 2007-05-23  Bruno Haible  <bruno@clisp.org>
3966
3967         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
3968         GNULIB_POSIXCHECK is defined.
3969
3970 2007-05-21  Bruno Haible  <bruno@clisp.org>
3971
3972         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
3973         Check also the output for NaN arguments. When cross-compiling, guess
3974         no on IRIX.
3975         * lib/vasnprintf.c: Update comments.
3976         * tests/test-vasnprintf-posix.c (strisnan): New function.
3977         (test_function): Use it.
3978         * tests/test-vasprintf-posix.c (strisnan): New function.
3979         (test_function): Use it.
3980         * tests/test-snprintf-posix.h (strisnan): New function.
3981         (test_function): Use it.
3982         * tests/test-sprintf-posix.h (strisnan): New function.
3983         (test_function): Use it.
3984         Reported by Eric Blake.
3985
3986 2007-05-20  Bruno Haible  <bruno@clisp.org>
3987
3988         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
3989         numbers that fails on BeOS.
3990         * doc/functions/frexpl.texi: Update.
3991
3992 2007-05-20  Jim Meyering  <jim@meyering.net>
3993
3994         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
3995         forced upon us by glibc-2.6.
3996
3997 2007-05-20  Bruno Haible  <bruno@clisp.org>
3998
3999         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
4000         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
4001         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
4002         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
4003         NEED_PRINTF_INFINITE.
4004         (is_infinitel): New function.
4005         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
4006         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
4007         gl_PREREQ_VASNPRINTF_INFINITE.
4008         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
4009         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4010         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
4011         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
4012         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
4013         gl_PREREQ_VASNPRINTF_INFINITE.
4014         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4015         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4016         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4017         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4018         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4019         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4020         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4021         * doc/functions/fprintf.texi: Update.
4022         * doc/functions/printf.texi: Update.
4023         * doc/functions/snprintf.texi: Update.
4024         * doc/functions/sprintf.texi: Update.
4025         * doc/functions/vfprintf.texi: Update.
4026         * doc/functions/vprintf.texi: Update.
4027         * doc/functions/vsnprintf.texi: Update.
4028         * doc/functions/vsprintf.texi: Update.
4029
4030 2007-05-20  Bruno Haible  <bruno@clisp.org>
4031
4032         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
4033         was not found in libc.
4034         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
4035
4036 2007-05-20  Bruno Haible  <bruno@clisp.org>
4037
4038         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
4039         printed as "-nan" instead of "nan".
4040         * tests/test-vasprintf-posix.c (test_function): Likewise.
4041         * tests/test-snprintf-posix.h (test_function): Likewise.
4042         * tests/test-sprintf-posix.h (test_function): Likewise.
4043         Needed for HP-UX 11.
4044
4045 2007-05-20  Jim Meyering  <jim@meyering.net>
4046
4047         Fix buggy test for the fchownat-deref bug.
4048         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
4049         symlink required for the run-test.  Without it, this test would
4050         always declare that fchownat doesn't work, and client code would
4051         unnecessarily use the replacement function with fixed libc.
4052         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
4053         Reported by Greg Schafer.
4054
4055 2007-05-19  Bruno Haible  <bruno@clisp.org>
4056
4057         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
4058         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
4059         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
4060         Needed for IRIX 6.5 and Solaris 2.5.1.
4061
4062 2007-05-19  Bruno Haible  <bruno@clisp.org>
4063
4064         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
4065         (test_function): Skip tests involving -0.0 on platforms where
4066         -0.0 = 0.0.
4067         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
4068         (test_function): Skip tests involving -0.0 on platforms where
4069         -0.0 = 0.0.
4070         * tests/test-snprintf-posix.h (have_minus_zero): New function.
4071         (test_function): Skip tests involving -0.0 on platforms where
4072         -0.0 = 0.0.
4073         * tests/test-sprintf-posix.h (have_minus_zero): New function.
4074         (test_function): Skip tests involving -0.0 on platforms where
4075         -0.0 = 0.0.
4076         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
4077         tests.
4078         * tests/test-printf-posix.h (test_function): Likewise.
4079         * tests/test-printf-posix.output: Remove all -0.0 related results.
4080         Needed for IRIX 6.5.
4081
4082 2007-05-19  Bruno Haible  <bruno@clisp.org>
4083
4084         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
4085         printed as "nan0x7fffffff" instead of "nan".
4086         * tests/test-vasprintf-posix.c (test_function): Likewise.
4087         * tests/test-snprintf-posix.h (test_function): Likewise.
4088         * tests/test-sprintf-posix.h (test_function): Likewise.
4089         * tests/test-fprintf-posix.h (NaN): Remove macro.
4090         (test_function): Remove all NaN related tests.
4091         * tests/test-printf-posix.h (NaN): Remove macro.
4092         (test_function): Remove all NaN related tests.
4093         * tests/test-printf-posix.output: Remove all NaN related results.
4094         Needed for IRIX 6.5.
4095
4096 2007-05-19  Bruno Haible  <bruno@clisp.org>
4097
4098         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
4099         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
4100
4101 2007-05-19  Bruno Haible  <bruno@clisp.org>
4102
4103         * lib/float_.h: New file.
4104         * m4/float_h.m4: New file.
4105         * modules/float: New file.
4106         * modules/isnanl (Dependencies): Add float.
4107         * modules/isnanl-nolibm (Dependencies): Likewise.
4108         * modules/mathl (Dependencies): Likewise.
4109         * modules/printf-frexpl (Dependencies): Likewise.
4110         * modules/signbit (Dependencies): Likewise.
4111         * modules/vasnprintf (Dependencies): Likewise.
4112         * doc/headers/float.texi: Update.
4113
4114 2007-05-19  Jim Meyering  <jim@meyering.net>
4115
4116         * lib/utimens.c (gl_futimens): Rename from futimens,
4117         now that glibc-2.6 declares futimens.
4118         * lib/utimens.h: Likewise.
4119
4120 2007-05-19  Bruno Haible  <bruno@clisp.org>
4121
4122         Avoid test failures on mingw.
4123         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
4124         * tests/test-printf-posix.sh: Likewise.
4125         * tests/test-vfprintf-posix.sh: Likewise.
4126         * tests/test-vprintf-posix.sh: Likewise.
4127
4128 2007-05-19  Bruno Haible  <bruno@clisp.org>
4129
4130         Fix *printf result for NaN, Inf, -0.0 on mingw.
4131         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
4132         * lib/vasnprintf.c: Include math.h and isnan.h.
4133         (is_infinite_or_zero): New function.
4134         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
4135         values in the %f, %F, %e, %E, %g, %G directives.
4136         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
4137         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4138         gl_PRINTF_INFINITE and test its result. Invoke
4139         gl_PREREQ_VASNPRINTF_INFINITE.
4140         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4141         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4142         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4143         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4144         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4145         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4146         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4147         * doc/functions/fprintf.texi: Update.
4148         * doc/functions/printf.texi: Update.
4149         * doc/functions/snprintf.texi: Update.
4150         * doc/functions/sprintf.texi: Update.
4151         * doc/functions/vfprintf.texi: Update.
4152         * doc/functions/vprintf.texi: Update.
4153         * doc/functions/vsnprintf.texi: Update.
4154         * doc/functions/vsprintf.texi: Update.
4155
4156 2007-05-19  Bruno Haible  <bruno@clisp.org>
4157
4158         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
4159         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
4160         Instead of multiplying with 10^k, set extra_zeroes to k.
4161         (scale10_round_long_double): Remove function.
4162
4163 2007-05-18  Bruno Haible  <bruno@clisp.org>
4164
4165         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
4166         introduced on 2007-05-06.
4167
4168 2007-05-18  Bruno Haible  <bruno@clisp.org>
4169
4170         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
4171         %g directives.
4172         * tests/test-vasprintf-posix.c (test_function): Likewise.
4173         * tests/test-snprintf-posix.h (test_function): Likewise.
4174         * tests/test-sprintf-posix.h (test_function): Likewise.
4175
4176 2007-05-18  Bruno Haible  <bruno@clisp.org>
4177
4178         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
4179         (strmatch): New function.
4180         (test_function): Test the %f directive on numbers of various exponents.
4181         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
4182         (strmatch): New function.
4183         (test_function): Test the %f directive on numbers of various exponents.
4184         * tests/test-snprintf-posix.h (strmatch): New function.
4185         (test_function): Test the %f directive on numbers of various exponents.
4186         * tests/test-sprintf-posix.h (strmatch): New function.
4187         (test_function): Test the %f directive on numbers of various exponents.
4188         * tests/test-snprintf-posix.c (SIZEOF): New macro.
4189         * tests/test-sprintf-posix.c (SIZEOF): New macro.
4190         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
4191         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
4192
4193 2007-05-18  Bruno Haible  <bruno@clisp.org>
4194
4195         Add support for 'long double' number output.
4196         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
4197         * lib/vasnprintf.c: Include math.h and float+.h.
4198         (mp_limb_t): New type.
4199         (GMP_LIMB_BITS): New macro.
4200         (mp_twolimb_t): New type.
4201         (GMP_TWOLIMB_BITS): New macro.
4202         (mpn_t): New type.
4203         (multiply, divide, convert_to_decimal, decode_long_double,
4204         scale10_round_long_double, scale10_round_decimal_long_double,
4205         floorlog10l): New functions.
4206         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
4207         for the %f, %F, %e, %E, %g, %G directives.
4208         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
4209         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4210         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
4211         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
4212         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4213         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4214         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4215         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4216         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4217         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4218         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4219         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
4220         * modules/snprintf-posix (Depends-on): Likewise.
4221         * modules/sprintf-posix (Depends-on): Likewise.
4222         * modules/vasnprintf-posix (Depends-on): Likewise.
4223         * modules/vasprintf-posix (Depends-on): Likewise.
4224         * modules/vfprintf-posix (Depends-on): Likewise.
4225         * modules/vsnprintf-posix (Depends-on): Likewise.
4226         * modules/vsprintf-posix (Depends-on): Likewise.
4227         * modules/vasnprintf (Files): Add lib/float+.h.
4228         * doc/functions/fprintf.texi: Update.
4229         * doc/functions/printf.texi: Update.
4230         * doc/functions/snprintf.texi: Update.
4231         * doc/functions/sprintf.texi: Update.
4232         * doc/functions/vfprintf.texi: Update.
4233         * doc/functions/vprintf.texi: Update.
4234         * doc/functions/vsnprintf.texi: Update.
4235         * doc/functions/vsprintf.texi: Update.
4236
4237 2007-05-18  Bruno Haible  <bruno@clisp.org>
4238
4239         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
4240
4241 2007-05-18  Bruno Haible  <bruno@clisp.org>
4242
4243         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
4244         for printing 64-bit integers. Needed for mingw.
4245
4246 2007-05-18  Bruno Haible  <bruno@clisp.org>
4247
4248         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
4249         gl_FUNC_FREXPL_WORKS.
4250         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
4251
4252 2007-05-18  Bruno Haible  <bruno@clisp.org>
4253
4254         * modules/frexpl-nolibm-tests: New file.
4255
4256         * modules/frexpl-nolibm: New file.
4257         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
4258
4259 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
4260
4261         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
4262         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
4263         GCC 4.2, which otherwise issues a lot of warnings.
4264         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
4265         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
4266         Likewise.
4267         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
4268         * modules/iconv_open (iconv.h): Likewise.
4269         * modules/locale (locale.h): Likewise.
4270         * modules/netinet_in (netinet/in.h): Likewise.
4271         * modules/sys_select (sys_select.h): Likewise.
4272         * modules/sys_socket (sys/socket.h): Likewise.
4273         * modules/sys_stat (sys/stat.h): Likewise.
4274         * modules/sysexits (sysexits.h): Likewise.
4275         * modules/unistd (unistd.h): Likewise.
4276
4277 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4278
4279         * modules/closein-tests (Makefile.am): Distribute
4280         `test-closein.sh'.
4281
4282 2007-05-17  Bruno Haible  <bruno@clisp.org>
4283
4284         * tests/test-printf-posix.output: Renamed from
4285         tests/test-fprintf-posix.out.
4286         * modules/fprintf-posix-tests: Update.
4287         * modules/printf-posix-tests: Update.
4288         * modules/vfprintf-posix-tests: Update.
4289         * modules/vprintf-posix-tests: Update.
4290         * tests/test-fprintf-posix.sh: Update.
4291         * tests/test-printf-posix.sh: Update.
4292         * tests/test-vfprintf-posix.sh: Update.
4293         * tests/test-vprintf-posix.sh: Update.
4294         Reported by Ralf Wildenhues.
4295
4296 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
4297
4298         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
4299         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
4300         GCC 4.2, which otherwise issues a lot of warnings.
4301         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
4302         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
4303         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
4304         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
4305         it should no longer be needed.
4306         * lib/string_.h: Likewise.
4307         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
4308         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
4309         * modules/inttypes (inttypes.h): Likewise.
4310         * modules/math (math.h): Likewise.
4311         * modules/search (search.h): Likewise.
4312         * modules/signal (signal.h): Likewise.
4313         * modules/stdint (stdint.h): Likewise.
4314         * modules/stdio (stdio.h): Likewise.
4315         * modules/stdlib (stdlib.h): Likewise.
4316         * modules/string (string.h): Likewise.
4317         * modules/sys_time (sys/time.h): Likewise.
4318         * modules/time (time.h): Likewise.
4319         * modules/wchar (wchar.h): Likewise.
4320         * modules/wctype (wtype.h): Likewise.
4321
4322 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
4323
4324         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
4325
4326 2007-05-13  Bruno Haible  <bruno@clisp.org>
4327
4328         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
4329         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
4330         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
4331         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
4332         (gl_PREREQ_STRTOK_R): Don't require it here.
4333
4334 2007-05-13  Bruno Haible  <bruno@clisp.org>
4335
4336         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
4337         when used in C++ mode.
4338
4339 2007-05-12  Bruno Haible  <bruno@clisp.org>
4340
4341         * lib/linebuffer.h: Tweak doc.
4342         * lib/linebuffer.c: Likewise.
4343
4344 2007-05-12  James Youngman  <jay@gnu.org>
4345
4346         * lib/linebuffer.c (readlinebuffer_delim): New function,
4347         like readlinebuffer, but use a caller-specified delimiter.
4348         (readlinebuffer): Just call readlinebuffer_delim with '\n'
4349         as the delimiter.
4350         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
4351
4352 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4353
4354         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
4355         * modules/openat (Files): Remove openat-die.c.
4356         (Depends-on): Add openat-die.
4357         * modules/openat-die: New module.
4358
4359 2007-05-06  Bruno Haible  <bruno@clisp.org>
4360
4361         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
4362         Update with info about Cygwin.
4363         * doc/functions/fprintf.texi: Update.
4364         * doc/functions/printf.texi: Update.
4365         * doc/functions/snprintf.texi: Update.
4366         * doc/functions/sprintf.texi: Update.
4367         * doc/functions/vfprintf.texi: Update.
4368         * doc/functions/vprintf.texi: Update.
4369         * doc/functions/vsnprintf.texi: Update.
4370         * doc/functions/vsprintf.texi: Update.
4371         Reported by Eric Blake.
4372
4373 2007-05-06  Bruno Haible  <bruno@clisp.org>
4374
4375         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
4376         padding ourselves for the floating-point directives.
4377         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
4378         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
4379         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4380         gl_PRINTF_FLAG_ZERO and test its result. Invoke
4381         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
4382         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4383         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
4384         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4385         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4386         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4387         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4388         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4389         * tests/test-snprintf-posix.h (test_function): Also check the width
4390         and some flags in the %f directive.
4391         * tests/test-sprintf-posix.h (test_function): Likewise.
4392         * tests/test-vasnprintf-posix.c (test_function): Likewise.
4393         * tests/test-vasprintf-posix.c (test_function): Likewise.
4394         * doc/functions/fprintf.texi: Update.
4395         * doc/functions/printf.texi: Update.
4396         * doc/functions/snprintf.texi: Update.
4397         * doc/functions/sprintf.texi: Update.
4398         * doc/functions/vfprintf.texi: Update.
4399         * doc/functions/vprintf.texi: Update.
4400         * doc/functions/vsnprintf.texi: Update.
4401         * doc/functions/vsprintf.texi: Update.
4402
4403 2007-05-06  Bruno Haible  <bruno@clisp.org>
4404
4405         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
4406         pass the ' flag character to sprintf or snprintf.
4407         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
4408         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
4409         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4410         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
4411         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
4412         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4413         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
4414         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4415         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4416         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4417         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4418         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4419         * tests/test-snprintf-posix.h (test_function): Also check the grouping
4420         flag.
4421         * tests/test-sprintf-posix.h (test_function): Likewise.
4422         * tests/test-vasnprintf-posix.c (test_function): Likewise.
4423         * tests/test-vasprintf-posix.c (test_function): Likewise.
4424         * doc/functions/fprintf.texi: Update.
4425         * doc/functions/printf.texi: Update.
4426         * doc/functions/snprintf.texi: Update.
4427         * doc/functions/sprintf.texi: Update.
4428         * doc/functions/vfprintf.texi: Update.
4429         * doc/functions/vprintf.texi: Update.
4430         * doc/functions/vsnprintf.texi: Update.
4431         * doc/functions/vsprintf.texi: Update.
4432
4433 2007-05-01  Bruno Haible  <bruno@clisp.org>
4434
4435         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
4436
4437 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
4438
4439         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
4440         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
4441
4442 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
4443
4444         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
4445         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
4446         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
4447
4448 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
4449
4450         * lib/argp-help.c (struct hol_entry): New member `ord'.
4451         (HOL_ENTRY_PTRCMP): Use ord for comparison
4452         (hol_sort): Initialize ord.
4453
4454 2007-05-01  Bruno Haible  <bruno@clisp.org>
4455
4456         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
4457         Reported by Eric Blake.
4458         * doc/gnulib.texi (Function Substitutes): Update.
4459
4460 2007-05-01  Bruno Haible  <bruno@clisp.org>
4461
4462         * doc/functions.texi: Remove file, now redundant through
4463         doc/functions/*.texi.
4464
4465 2007-05-01  Bruno Haible  <bruno@clisp.org>
4466
4467         * modules/argp (Depends-on): Add sleep.
4468
4469 2007-05-01  Bruno Haible  <bruno@clisp.org>
4470
4471         * modules/sleep-tests: New file.
4472         * tests/test-sleep.c: New file.
4473
4474         * modules/sleep: New file.
4475         * lib/sleep.c: New file.
4476         * m4/sleep.m4: New file.
4477         * lib/unistd_.h (sleep): New declaration.
4478         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
4479         HAVE_SLEEP.
4480         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
4481         * doc/functions/sleep.texi: Document the sleep module.
4482
4483 2007-05-01  Bruno Haible  <bruno@clisp.org>
4484
4485         * lib/sigprocmask.h: Remove file.
4486         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
4487         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
4488         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
4489         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
4490         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
4491         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
4492         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
4493         HAVE_SIGSET_T as a shell variable.
4494         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
4495         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
4496         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
4497         (Depends-on): Add signal. Remove verify.
4498         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
4499         (Include): Mention <signal.h> instead of sigprocmask.h.
4500         * NEWS: Mention the change.
4501         * lib/fatal-signal.c: Don't include sigprocmask.h.
4502
4503 2007-05-01  Bruno Haible  <bruno@clisp.org>
4504
4505         * modules/signal: New file.
4506         * lib/signal_.h: New file.
4507         * m4/signal_h.m4: New file.
4508
4509 2007-05-01  Bruno Haible  <bruno@clisp.org>
4510
4511         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
4512         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
4513         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
4514         HAVE_WCTYPE_CTMP_BUG into wctype.h.
4515
4516 2007-05-01  Bruno Haible  <bruno@clisp.org>
4517
4518         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
4519         configure time.
4520         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
4521         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
4522         * modules/sys_stat (Makefile.am): Substitute their values into
4523         sys/stat.h.
4524
4525 2007-05-01  Bruno Haible  <bruno@clisp.org>
4526
4527         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
4528         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
4529         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
4530
4531 2007-05-01  Bruno Haible  <bruno@clisp.org>
4532
4533         * doc/header/assert.texi: Undo last change: don't mention the gnulib
4534         'assert' module here.
4535
4536 2007-05-01  Bruno Haible  <bruno@clisp.org>
4537
4538         * doc/functions/*.texi: New files.
4539         * doc/functions/google-ranking.txt: New file.
4540         * doc/gnulib.texi (Function Substitutes): New chapter.
4541         (ctime, inet_ntoa): Remove sections.
4542         * doc/ctime.texi: Remove file.
4543         * doc/inet_ntoa.texi: Remove file.
4544         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
4545         dependencies.
4546         (%.info): New rule, specifying a --reference-limit.
4547
4548 2007-05-01  Bruno Haible  <bruno@clisp.org>
4549
4550         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
4551
4552 2007-05-01  Bruno Haible  <bruno@clisp.org>
4553
4554         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
4555         the portability of 'mkdir' to mingw systems.
4556
4557 2007-05-01  Bruno Haible  <bruno@clisp.org>
4558
4559         * doc/headers/google-ranking.txt: New file.
4560
4561 2007-04-30  Eric Blake  <ebb9@byu.net>
4562
4563         Prefer fseeko to fseek.
4564         * modules/getpass (Depends-on): Add fseeko.
4565         * lib/getpass.c (getpass): Use fseeko, not fseek.
4566
4567 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
4568
4569         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
4570         assumes the sorting is stable, while most qsort implementations
4571         are not.  Use argument addresses to ensure they never compare as
4572         equal.
4573
4574         * tests/test-argp-2.sh (usage-indent test): Fix output
4575         (func_compare): Restore diff options
4576         * tests/test-argp.c: Restore #include "progname.h"
4577
4578 2007-04-29  Bruno Haible  <bruno@clisp.org>
4579
4580         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
4581         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4582         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
4583         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4584         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
4585         (configure.ac): Define CHECK_SNPRINTF_POSIX.
4586         (TESTS, check_PROGRAMS): Add test-snprintf.
4587         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
4588         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
4589         (TESTS, check_PROGRAMS): Add test-vsnprintf.
4590         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
4591         assertions that fail on HP-UX, OSF/1, or IRIX.
4592         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
4593
4594 2007-04-29  Bruno Haible  <bruno@clisp.org>
4595
4596         * MODULES.html.sh (posix_functions): Remove 'contents'.
4597
4598 2007-04-29  Karl Berry  <karl@gnu.org>
4599
4600         * config/srclist.txt (gendocs_template_min): new entry.
4601
4602 2007-04-29  Bruno Haible  <bruno@clisp.org>
4603
4604         Work around fpurge bug on BSD systems.
4605         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
4606         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
4607         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
4608         fpurge to rpl_fpurge if the system already has this function.
4609         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
4610         the case where the system already has this function. Correct invariants
4611         on BSD systems.
4612         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
4613         BSD systems.
4614
4615 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
4616
4617         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
4618         proposed by Sven Verdoolaege.
4619
4620         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
4621         options.
4622         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
4623         (usage and help tests): Update
4624
4625 2007-04-29  Bruno Haible  <bruno@clisp.org>
4626
4627         * tests/test-fflush.c (main): Use a file of size 17, not 10.
4628         Print more information in case of failure. Disable a test on BeOS.
4629
4630 2007-04-29  Bruno Haible  <bruno@clisp.org>
4631
4632         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
4633         This helps debugging on systems on which no gdb is available.
4634
4635 2007-04-29  Bruno Haible  <bruno@clisp.org>
4636
4637         * lib/freading.h: Improve comments.
4638         * lib/fwriting.h: Likewise.
4639         * tests/test-freading.c (main): Don't check freading immediately after
4640         repositioning. Needed for glibc.
4641
4642 2007-04-29  Bruno Haible  <bruno@clisp.org>
4643
4644         * lib/freading.c (freading): Trivial simplification.
4645
4646 2007-04-28  Bruno Haible  <bruno@clisp.org>
4647
4648         * tests/test-fwriting.c (main): Also test the interaction between
4649         fflush and fwriting.
4650         * modules/fwriting-tests (Depends-on): Add fflush.
4651
4652         * tests/test-freading.c (main): Also test the interaction between
4653         fflush and freading.
4654         * modules/freading-tests (Depends-on): Add fflush.
4655
4656 2007-04-28  Bruno Haible  <bruno@clisp.org>
4657
4658         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
4659         fseeko and ftello.
4660         Suggested by Eric Blake.
4661
4662 2007-04-28  Jim Meyering  <jim@meyering.net>
4663
4664         Avoid false-negative in gl_STDINT_H's C99 conformance test.
4665         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
4666         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
4667
4668 2007-04-27  Eric Blake  <ebb9@byu.net>
4669
4670         * doc/headers/assert.texi (assert.h): Document assert module use.
4671
4672 2007-04-27  Bruno Haible  <bruno@clisp.org>
4673
4674         * doc/headers/*.texi: New files.
4675         * doc/gnulib.texi (Header File Substitutes): New chapter.
4676         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
4677         dependencies.
4678         (standards.info ,standards.html, standards.dvi): Update dependencies.
4679         (mostlyclean, clean): New targets.
4680
4681 2007-04-27  Bruno Haible  <bruno@clisp.org>
4682
4683         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
4684         * modules/sysexits (Files, Makefile.am): Update.
4685
4686         * lib/sys_socket_.h: Renamed from lib/socket_.h.
4687         * modules/sys_socket (Files, Makefile.am): Update.
4688
4689         * lib/sys_stat_.h: Renamed from lib/stat_.h.
4690         * modules/sys_stat (Files, Makefile.am): Update.
4691
4692 2007-04-27  Eric Blake  <ebb9@byu.net>
4693
4694         * lib/freading.h: Improve comments.
4695         * lib/fwriting.h: Likewise.
4696         * lib/fflush.c: Likewise.
4697
4698         Fix closein for mingw.
4699         * modules/closein-tests: Add tests for closein.
4700         * tests/test-closein.c: New file.
4701         * tests/test-closein.sh: Likewise.
4702         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
4703         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
4704
4705 2007-04-27  Bruno Haible  <bruno@clisp.org>
4706
4707         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
4708         version is < 6.
4709         * lib/math_.h [__DECC]: Likewise.
4710         * lib/stdio_.h [__DECC]: Likewise.
4711         * lib/stdlib_.h [__DECC]: Likewise.
4712         * lib/string_.h [__DECC]: Likewise.
4713         * lib/time_.h [__DECC]: Likewise.
4714         * lib/wchar_.h [__DECC]: Likewise.
4715         * lib/wctype_.h [__DECC]: Likewise.
4716
4717 2007-04-27  Bruno Haible  <bruno@clisp.org>
4718
4719         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
4720
4721 2007-04-27  Bruno Haible  <bruno@clisp.org>
4722
4723         * lib/fflush.c: Add comments.
4724         * modules/fpurge-tests (Depends-on): Add fflush.
4725         * modules/freadable-tests (Depends-on): Likewise.
4726         * modules/fwritable-tests (Depends-on): Likewise.
4727
4728 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
4729
4730         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
4731         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
4732         Report by Bruno Haible <bruno@clisp.org>.
4733
4734 2007-04-26  Eric Blake  <ebb9@byu.net>
4735
4736         Fix fflush on mingw.
4737         * modules/fflush (Depends-on): Add freading.
4738         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
4739         but unread data.
4740
4741 2007-04-26  Eric Blake  <ebb9@byu.net>
4742         and Bruno Haible  <bruno@clisp.org>
4743
4744         Implement freading and fwriting.
4745         * lib/freading.c: New file.
4746         * lib/freading.h: Likewise.
4747         * m4/freading.m4: Likewise.
4748         * modules/freading: Likewise.
4749         * modules/freading-tests: Likewise.
4750         * tests/test-freading.c: Likewise.
4751         * lib/fwriting.c: New file.
4752         * lib/fwriting.h: Likewise.
4753         * m4/fwriting.m4: Likewise.
4754         * modules/fwriting: Likewise.
4755         * modules/fwriting-tests: Likewise.
4756         * tests/test-fwriting.c: Likewise.
4757         * MODULES.html.sh (File stream based Input/Output): Mention them.
4758
4759 2007-04-26  Bruno Haible  <bruno@clisp.org>
4760
4761         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
4762         'long' when we assume it.
4763         Suggested by Eric Blake.
4764
4765 2007-04-26  Bruno Haible  <bruno@clisp.org>
4766
4767         Ensure fseeko, ftello are declared on glibc systems.
4768         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
4769         * modules/fseeko (configure.ac-early): Likewise.
4770         * modules/ftello (configure.ac-early): Likewise.
4771         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
4772         AC_FUNC_FSEEKO for this.
4773         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
4774         (gl_CHECK_FSEEKO): Remove macro.
4775
4776 2007-04-26  Bruno Haible  <bruno@clisp.org>
4777
4778         * tests/test-fflush.c (main): Also check the ftell result after
4779         fflush and fseek/fseeko.
4780         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
4781         file descriptor position cache in the stream.
4782         * lib/fseeko.c (rpl_fseeko): Likewise.
4783
4784 2007-04-26  Bruno Haible  <bruno@clisp.org>
4785
4786         * modules/fflush-tests (Depends-on): Add fseeko.
4787
4788 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
4789             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4790
4791         * lib/argz_.h: ensure error_t definition is obtained in same
4792         mechanism system argz.h would have.
4793         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
4794         argz facilities are known bad.  Err on the side of caution if
4795         cross-compiling.
4796
4797 2007-04-25  Eric Blake  <ebb9@byu.net>
4798
4799         * lib/fpurge.c (includes): Use stdlib.h for free.
4800         * tests/test-fflush.c (main): Also test fflush-fseeko.
4801
4802 2007-04-25  Bruno Haible  <bruno@clisp.org>
4803
4804         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
4805         * lib/fseeko.c: New file.
4806         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
4807         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
4808         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
4809         gl_FUNC_FSEEKO.
4810         (gl_FUNC_FSEEKO): Invoke it.
4811         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
4812         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
4813         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
4814
4815 2007-04-25  Bruno Haible  <bruno@clisp.org>
4816
4817         * modules/fflush (Depends-on): Add ftello.
4818
4819 2007-04-25  Bruno Haible  <bruno@clisp.org>
4820
4821         * modules/ftello-tests: New file.
4822         * tests/test-ftello.c: New file.
4823
4824         * modules/ftello: New file.
4825         * m4/ftello.m4: New file.
4826         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
4827         HAVE_FTELLO.
4828         * lib/stdio_.h (ftello): New declaration.
4829         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
4830         HAVE_FTELLO.
4831
4832 2007-04-25  Bruno Haible  <bruno@clisp.org>
4833
4834         * modules/fseeko-tests: New file.
4835         * tests/test-fseeko.c: New file.
4836
4837         * modules/fseeko: New file.
4838         * m4/fseeko.m4: New file.
4839         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
4840         HAVE_FSEEKO.
4841         * lib/stdio_.h (fseeko): New declaration.
4842         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
4843         HAVE_FSEEKO.
4844
4845 2007-04-25  Bruno Haible  <bruno@clisp.org>
4846
4847         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
4848
4849 2007-04-25  Bruno Haible  <bruno@clisp.org>
4850
4851         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
4852         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
4853         * tests/test-unistd.c: Likewise.
4854         * tests/test-fcntl.c: Likewise.
4855
4856 2007-04-23  Eric Blake  <ebb9@byu.net>
4857
4858         * lib/fflush.c: Fix missing include.
4859         Reported by Bruno Haible.
4860
4861 2007-04-23  Bruno Haible  <bruno@clisp.org>
4862
4863         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
4864         Reported by Eric Blake.
4865
4866 2007-04-23  Bruno Haible  <bruno@clisp.org>
4867
4868         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
4869
4870 2007-04-23  Bruno Haible  <bruno@clisp.org>
4871
4872         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
4873
4874 2007-04-23  Bruno Haible  <bruno@clisp.org>
4875
4876         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
4877         Needed on HP-UX 11.
4878
4879 2007-04-16  Eric Blake  <ebb9@byu.net>
4880
4881         Make fflush rely on fpurge.
4882         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
4883         open coding all variants.
4884         * modules/fflush (Depends-on): Add fpurge and unistd.
4885         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
4886         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
4887
4888         Fix --with-tests compilation on cygwin.
4889         * modules/argmatch-tests (Makefile.am): List gnulib library first
4890         in LDADD.
4891         * modules/argp-tests (Makefile.am): Likewise.
4892         * modules/array-list-tests (Makefile.am): Likewise.
4893         * modules/array-oset-tests (Makefile.am): Likewise.
4894         * modules/avltree-list-tests (Makefile.am): Likewise.
4895         * modules/avltree-oset-tests (Makefile.am): Likewise.
4896         * modules/avltreehash-list-tests (Makefile.am): Likewise.
4897         * modules/carray-list-tests (Makefile.am): Likewise.
4898         * modules/dirname-tests (Makefile.am): Likewise.
4899         * modules/frexp-tests (Makefile.am): Likewise.
4900         * modules/isnanl-tests (Makefile.am): Likewise.
4901         * modules/linked-list-tests (Makefile.am): Likewise.
4902         * modules/linkedhash-list-tests (Makefile.am): Likewise.
4903         * modules/lock-tests (Makefile.am): Likewise.
4904         * modules/rbtree-list-tests (Makefile.am): Likewise.
4905         * modules/rbtree-oset-tests (Makefile.am): Likewise.
4906         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
4907         * modules/tls-tests (Makefile.am): Likewise.
4908         * modules/tsearch-tests (Makefile.am): Likewise.
4909         * modules/xvasprintf-tests (Makefile.am): Likewise.
4910
4911         Fix fpurge for cygwin.
4912         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
4913         value.
4914         * modules/fpurge-tests (Depends-on): Clean up trash.
4915
4916 2007-04-16  Simon Josefsson  <simon@josefsson.org>
4917
4918         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
4919
4920         * m4/autobuild.m4: Re-indent.
4921
4922 2007-04-13  Bruno Haible  <bruno@clisp.org>
4923
4924         * modules/fpurge-tests: New file.
4925         * tests/test-fpurge.c: New file.
4926
4927         * modules/fpurge: New file.
4928         * lib/fpurge.h: New file.
4929         * lib/fpurge.c: New file.
4930         * m4/fpurge.m4: New file.
4931
4932 2007-04-13  Bruno Haible  <bruno@clisp.org>
4933
4934         * modules/fbufmode-tests: New file.
4935         * tests/test-fbufmode.c: New file.
4936
4937         * modules/fbufmode: New file.
4938         * lib/fbufmode.h: New file.
4939         * lib/fbufmode.c: New file.
4940         * m4/fbufmode.m4: New file.
4941
4942 2007-04-13  Bruno Haible  <bruno@clisp.org>
4943
4944         * modules/fwritable-tests: New file.
4945         * tests/test-fwritable.c: New file.
4946
4947         * modules/fwritable: New file.
4948         * lib/fwritable.h: New file.
4949         * lib/fwritable.c: New file.
4950         * m4/fwritable.m4: New file.
4951
4952 2007-04-13  Bruno Haible  <bruno@clisp.org>
4953
4954         * modules/freadable-tests: New file.
4955         * tests/test-freadable.c: New file.
4956
4957         * modules/freadable: New file.
4958         * lib/freadable.h: New file.
4959         * lib/freadable.c: New file.
4960         * m4/freadable.m4: New file.
4961
4962 2007-04-13  Bruno Haible  <bruno@clisp.org>
4963
4964         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
4965         MOSTLYCLEANFILES.
4966
4967 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
4968
4969         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
4970         gzip bootstrap.conf to avoid dragging in i18n machinery.
4971         (gnulib_tool_option): Use it.
4972
4973 2007-04-13  Bruno Haible  <bruno@clisp.org>
4974
4975         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
4976         %F directives.
4977         * tests/test-vasprintf-posix.c (test_function): Likewise.
4978         * tests/test-snprintf-posix.h (test_function): Likewise.
4979         * tests/test-sprintf-posix.h (test_function): Likewise.
4980         * tests/test-fprintf-posix.h (test_function): Likewise.
4981         * tests/test-printf-posix.h (test_function): Likewise.
4982         * tests/test-fprintf-posix.out: Likewise.
4983
4984 2007-04-13  Bruno Haible  <bruno@clisp.org>
4985
4986         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
4987         * modules/tls-tests (configure.ac): Likewise.
4988         Reported by Arto C. Nirkko <anirkko@insel.ch>.
4989
4990 2007-04-13  Bruno Haible  <bruno@clisp.org>
4991
4992         * lib/tls.c (glthread_tls_get): Fix return type.
4993         Patch by Arto C. Nirkko <anirkko@insel.ch>.
4994
4995 2007-04-12  Eric Blake  <ebb9@byu.net>
4996
4997         * modules/gettime (Depends-on): Remove gettime.
4998         Reported by Dmitry V. Levin.
4999
5000 2007-04-12  Bruno Haible  <bruno@clisp.org>
5001
5002         * modules/fflush (Include): Mention <stdio.h>.
5003         * modules/strtoimax (Include): Mention <inttypes.h>.
5004         * modules/strtoumax (Include): Likewise.
5005
5006 2007-04-12  Eric Blake  <ebb9@byu.net>
5007
5008         * .cvsignore: New file.
5009         * .gitignore: Likewise.
5010
5011 2007-04-12  Bruno Haible  <bruno@clisp.org>
5012
5013         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
5014         not before, since $(LDADD) often contains libgnu.a.
5015         * modules/striconv-tests (test_striconv_LDADD): Likewise.
5016         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
5017         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
5018         Needed on Cygwin.
5019
5020 2007-04-12  Eric Blake  <ebb9@byu.net>
5021
5022         Work around glibc's failure to flush stdin on fclose.
5023         * lib/closein.c (close_stdin): Flush stdin before closing.
5024
5025         Work around glibc's failure to reset seekable stdin on exit.
5026         * modules/closein: New module.
5027         * lib/closein.c: New file.
5028         * lib/closein.h: Likewise.
5029         * m4/closein.m4: Likewise.
5030         * MODULES.html.sh (File stream based Input/Output): Document it.
5031
5032 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5033
5034         * gnulib-tool: Rename generated 'autobuild' script to
5035         'do-autobuild' in --create-megatestdir output.
5036
5037         * doc/gnulib.texi (Build robot for gnulib): Fix.
5038
5039 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5040
5041         * modules/sysexits (Depends-on): Add absolute-header.
5042
5043 2007-04-12  Eric Blake  <ebb9@byu.net>
5044
5045         No need to preserve errno on success.
5046         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
5047         Reported by Bruno Haible.
5048
5049 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5050
5051         * MODULES.html.sh (Support for maintaining and releasing
5052         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
5053
5054 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5055
5056         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
5057
5058 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5059
5060         * modules/autobuild: New module.
5061
5062         * m4/autobuild.m4: New file.
5063
5064 2007-04-11  Bruno Haible  <bruno@clisp.org>
5065
5066         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
5067         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
5068         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
5069         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
5070         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5071         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5072         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5073         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5074         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5075         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5076         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
5077         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5078         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5079         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
5080         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5081         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5082         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
5083         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5084         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5085         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
5086         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5087         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5088         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
5089         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5090         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5091         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
5092         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5093         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5094         Reported by Eric Blake.
5095
5096 2007-04-11  Bruno Haible  <bruno@clisp.org>
5097
5098         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
5099
5100 2007-04-10  Bruno Haible  <bruno@clisp.org>
5101
5102         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
5103         for NaN and Infinity. Needed on FreeBSD 6.1.
5104         * tests/test-vasnprintf-posix.c (test_function): Undo last change
5105         regarding results for "%010a" of Infinity and NaN.
5106         * tests/test-vasprintf-posix.c (test_function): Likewise.
5107         * tests/test-snprintf-posix.h (test_function): Likewise.
5108         * tests/test-sprintf-posix.h (test_function): Likewise.
5109         * tests/test-fprintf-posix.h (test_function): Likewise.
5110         * tests/test-printf-posix.h (test_function): Likewise.
5111         * tests/test-fprintf-posix.out: Likewise.
5112
5113 2007-04-10  Bruno Haible  <bruno@clisp.org>
5114
5115         * modules/locale-tests: New file.
5116         * tests/test-locale.c: New file.
5117
5118         * modules/locale: New file.
5119         * lib/locale_.h: New file.
5120         * m4/locale_h.m4: New file.
5121
5122 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
5123             Bruno Haible  <bruno@clisp.org>
5124
5125         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
5126         be determined, test for availability of the copysignf, copysign,
5127         copysignl functions.
5128         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
5129         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
5130         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
5131
5132 2007-04-09  Eric Blake  <ebb9@byu.net>
5133
5134         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
5135         * modules/stdio (Makefile.am): Support fflush.
5136         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
5137         * modules/fflush: New file.
5138         * lib/fflush.c: Likewise.
5139         * m4/fflush.m4: Likewise.
5140         * modules/fflush-tests: New test.
5141         * tests/test-fflush.c: Likewise.
5142         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
5143
5144 2007-04-06  Bruno Haible  <bruno@clisp.org>
5145
5146         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
5147         (VASNPRINTF): Use signbit for faster determination whether to print a
5148         minus sign.
5149         * modules/vasnprintf (Files): Remove lib/float+.h.
5150         * modules/fprintf-posix (Depends-on): Add signbit.
5151         * modules/snprintf-posix (Depends-on): Likewise.
5152         * modules/sprintf-posix (Depends-on): Likewise.
5153         * modules/vasnprintf-posix (Depends-on): Likewise.
5154         * modules/vasprintf-posix (Depends-on): Likewise.
5155         * modules/vfprintf-posix (Depends-on): Likewise.
5156         * modules/vsnprintf-posix (Depends-on): Likewise.
5157         * modules/vsprintf-posix (Depends-on): Likewise.
5158
5159 2007-04-06  Bruno Haible  <bruno@clisp.org>
5160
5161         * tests/test-frexp.c (main): Test also the sign bit of zero results.
5162         * tests/test-frexpl.c (main): Likewise.
5163         * tests/test-ldexpl.c (main): Likewise.
5164         * modules/frexp-tests (Depends-on): Add signbit.
5165         * modules/frexpl-tests (Depdends-on): Likewise.
5166         * modules/ldexpl-tests (Depdends-on): Likewise.
5167
5168 2007-04-06  Bruno Haible  <bruno@clisp.org>
5169
5170         * modules/signbit-tests: New file.
5171         * tests/test-signbit.c: New file.
5172
5173         * modules/signbit: New file.
5174         * lib/signbitf.c: New file.
5175         * lib/signbitd.c: New file.
5176         * lib/signbitl.c: New file.
5177         * m4/signbit.m4: New file.
5178         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
5179         (signbit): New macro.
5180         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
5181         REPLACE_SIGNBIT.
5182         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
5183         REPLACE_FREXPL into math.h.
5184
5185 2007-04-06  Bruno Haible  <bruno@clisp.org>
5186
5187         * modules/isnanf-nolibm-tests: New file.
5188         * tests/test-isnanf.c: New file.
5189
5190         * modules/isnanf-nolibm: New file.
5191         * lib/isnanf.h: New file.
5192         * lib/isnanf.c: New file.
5193         * lib/isnan.c: Consider the USE_FLOAT macro.
5194         * m4/isnanf.m4: New file.
5195
5196 2007-04-06  Bruno Haible  <bruno@clisp.org>
5197
5198         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
5199         (Link): New section.
5200
5201         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
5202
5203 2007-04-06  Bruno Haible  <bruno@clisp.org>
5204
5205         Assume the 'long double' type.
5206         * m4/longdouble.m4: Remove file.
5207         * config/srclist.txt: Don't mention longdouble.m4.
5208         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
5209         * lib/float+.h: Likewise.
5210         * lib/frexp.c: Likewise.
5211         * lib/printf-args.h: Likewise.
5212         * lib/printf-args.c: Likewise.
5213         * lib/printf-frexp.c: Likewise.
5214         * lib/printf-parse.c: Likewise.
5215         * lib/vasnprintf.c: Likewise.
5216         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
5217         * m4/intl.m4: Likewise.
5218         * m4/isnanl.m4: Likewise.
5219         * m4/printf.m4: Likewise.
5220         * m4/printf-frexpl.m4: Likewise.
5221         * m4/vasnprintf.m4: Likewise.
5222         * modules/allocsa (Files): Remove m4/longdouble.m4.
5223         * modules/gettext (Files): Likewise.
5224         * modules/relocatable-prog-wrapper (Files): Likewise.
5225         * modules/vasnprintf (Files): Likewise.
5226         * modules/isnanl (Files): Likewise.
5227         (Include): Simplify.
5228         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
5229         (Include): Simplify.
5230         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
5231         (Include): Simplify.
5232         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
5233         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5234         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
5235         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5236         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
5237         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5238         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
5239         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5240         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
5241         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5242         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
5243         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5244         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
5245         * tests/test-isnanl.c: Likewise.
5246         * tests/test-snprintf-posix.h: Likewise.
5247         * tests/test-sprintf-posix.h: Likewise.
5248         * tests/test-vasnprintf-posix.c: Likewise.
5249         * tests/test-vasnprintf-posix2.c: Likewise.
5250         * tests/test-vasprintf-posix.c: Likewise.
5251
5252 2007-04-06  Bruno Haible  <bruno@clisp.org>
5253
5254         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
5255         * lib/math_.h [__DECC]: Include the overridden include file through
5256         #include_next, outside the double-inclusion guard.
5257         * lib/stdio_.h [__DECC]: Likewise.
5258         * lib/stdlib_.h [__DECC]: Likewise.
5259         * lib/string_.h [__DECC]: Likewise.
5260         * lib/time_.h [__DECC]: Likewise.
5261         * lib/wchar_.h [__DECC]: Likewise.
5262         * lib/wctype_.h [__DECC]: Likewise.
5263         * lib/inttypes_.h [__DECC]: Likewise.
5264         Reported by Albert Chin <china@thewrittenword.com> in
5265         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
5266
5267 2007-04-04  Eric Blake  <ebb9@byu.net>
5268
5269         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
5270         1.5.x.
5271
5272 2007-04-04  Bruno Haible  <bruno@clisp.org>
5273
5274         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
5275         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
5276
5277 2007-04-04  Bruno Haible  <bruno@clisp.org>
5278
5279         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
5280         results for "%010a" of Infinity and NaN.
5281         * tests/test-vasprintf-posix.c (test_function): Likewise.
5282         * tests/test-snprintf-posix.h (test_function): Likewise.
5283         * tests/test-sprintf-posix.h (test_function): Likewise.
5284         * tests/test-fprintf-posix.h (test_function): Remove these tests.
5285         * tests/test-printf-posix.h (test_function): Likewise.
5286         * tests/test-fprintf-posix.out: Update.
5287         Needed for FreeBSD 6.1.
5288
5289 2007-04-04  Bruno Haible  <bruno@clisp.org>
5290
5291         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
5292         directly used by the gnulib modules nor by gnulib-tool.
5293
5294 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
5295
5296         * DEPENDENCIES: Give overall description of version dependency
5297         desirability.  Use more-typical names for apps.
5298         Add shell, coreutils, diffutils, grep, tar, gzip.
5299
5300 2007-04-04  Simon Josefsson  <simon@josefsson.org>
5301
5302         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
5303
5304 2007-04-04  Karl Berry  <karl@gnu.org>
5305
5306         * MODULES.html.sh (func_module): missing '.
5307
5308 2007-04-03  Bruno Haible  <bruno@clisp.org>
5309
5310         * modules/argmatch-tests (Makefile.am): New variable
5311         test_argmatch_LDADD.
5312         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
5313         * modules/array-list-tests (Makefile.am): New variable
5314         test_array_list_LDADD.
5315         * modules/array-oset-tests (Makefile.am): New variable
5316         test_array_oset_LDADD.
5317         * modules/avltree-list-tests (Makefile.am): New variable
5318         test_avltree_list_LDADD.
5319         * modules/avltree-oset-tests (Makefile.am): New variable
5320         test_avltree_oset_LDADD.
5321         * modules/avltreehash-list-tests (Makefile.am): New variable
5322         test_avltreehash_list_LDADD.
5323         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
5324         test_canonicalize_lgpl_LDADD.
5325         * modules/carray-list-tests (Makefile.am): New variable
5326         test_carray_list_LDADD.
5327         * modules/dirname-tests (Makefile.am): New variable
5328         test_dirname_LDADD.
5329         * modules/linked-list-tests (Makefile.am): New variable
5330         test_linked_list_LDADD.
5331         * modules/linkedhash-list-tests (Makefile.am): New variable
5332         test_linkedhash_list_LDADD.
5333         * modules/rbtree-list-tests (Makefile.am): New variable
5334         test_rbtree_list_LDADD.
5335         * modules/rbtree-oset-tests (Makefile.am): New variable
5336         test_rbtree_oset_LDADD.
5337         * modules/rbtreehash-list-tests (Makefile.am): New variable
5338         test_rbtreehash_list_LDADD.
5339         * modules/xvasprintf-tests (Makefile.am): New variable
5340         test_xvasprintf_LDADD.
5341         Reported by Eric Blake.
5342
5343 2007-04-03  Eric Blake  <ebb9@byu.net>
5344
5345         * DEPENDENCIES: Weaken m4 requirements.
5346
5347 2007-04-03  Bruno Haible  <bruno@clisp.org>
5348
5349         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
5350         * modules/isnanl-tests (configure.ac): Likewise.
5351
5352 2007-04-03  Ben Pfaff  <blp@gnu.org>
5353
5354         * modules/iconv_open: Add $(srcdir)/ to source directory
5355         references in Makefile fragments that call gperf, to fix VPATH
5356         builds.
5357
5358 2007-04-03  Bruno Haible  <bruno@clisp.org>
5359
5360         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
5361         * lib/ldexpl.c: Undo last change.
5362
5363 2007-04-03  Bruno Haible  <bruno@clisp.org>
5364
5365         * modules/printf-frexpl (Depends-on): Undo last change.
5366         (Files): Add m4/ldexpl.m4.
5367
5368 2007-04-03  Bruno Haible  <bruno@clisp.org>
5369
5370         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
5371         * modules/isnanl (Link): New section.
5372
5373         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
5374         * modules/frexp (Link): New section.
5375
5376         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
5377         * modules/frexpl (Link): New section.
5378
5379         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
5380         * modules/ldexpl (Link): New section.
5381
5382 2007-04-03  Bruno Haible  <bruno@clisp.org>
5383
5384         * modules/TEMPLATE-EXTENDED: New file.
5385         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
5386
5387 2007-04-03  Bruno Haible  <bruno@clisp.org>
5388
5389         * DEPENDENCIES: New file.
5390         Suggested by Simon Josefsson.
5391
5392 2007-04-03  Bruno Haible  <bruno@clisp.org>
5393
5394         * doc/gnulib.texi: Escape @.
5395
5396 2007-04-03  James Youngman  <jay@gnu.org>
5397         and Paul Eggert  <eggert@cs.ucla.edu>
5398
5399         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
5400         birthtime on all systems that have birthtime, not just those which
5401         use st_birthtimensec rather than st_birthtim.  Putting zero in
5402         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
5403         that the birth time is not available for files on an NFS mount.
5404
5405 2007-04-03  Simon Josefsson  <simon@josefsson.org>
5406
5407         * modules/memxor: Move back from crypto/, suggested by Bruno.
5408         * modules/crypto/hmac-sha1: Fix memxor dependency.
5409
5410         * modules/crypto/gc: Moved from ../.
5411
5412 2007-04-02  Eric Blake  <ebb9@byu.net>
5413
5414         * lib/ldexpl.c (includes): Avoid libm.
5415
5416         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
5417
5418 2007-04-02  Bruno Haible  <bruno@clisp.org>
5419
5420         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
5421         on IRIX.
5422
5423 2007-04-02  Bruno Haible  <bruno@clisp.org>
5424
5425         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
5426         x86 or x86_64 platforms running MacOS X.
5427         Reported by Ryan Schmidt <@ryandesign.com>.
5428
5429 2007-04-02  Bruno Haible  <bruno@clisp.org>
5430
5431         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
5432         i386.
5433
5434 2007-04-01  Simon Josefsson  <simon@josefsson.org>
5435
5436         * modules/crypto/arcfour: Moved from ../.
5437         * modules/crypto/arcfour-tests: Moved from ../.
5438         * modules/crypto/arctwo: Moved from ../.
5439         * modules/crypto/arctwo-tests: Moved from ../.
5440         * modules/crypto/des: Moved from ../.
5441         * modules/crypto/des-tests: Moved from ../.
5442         * modules/crypto/gc-arcfour: Moved from ../.
5443         * modules/crypto/gc-arcfour-tests: Moved from ../.
5444         * modules/crypto/gc-arctwo: Moved from ../.
5445         * modules/crypto/gc-arctwo-tests: Moved from ../.
5446         * modules/crypto/gc-des: Moved from ../.
5447         * modules/crypto/gc-des-tests: Moved from ../.
5448         * modules/crypto/gc-hmac-md5: Moved from ../.
5449         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
5450         * modules/crypto/gc-hmac-sha1: Moved from ../.
5451         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
5452         * modules/crypto/gc-md2: Moved from ../.
5453         * modules/crypto/gc-md2-tests: Moved from ../.
5454         * modules/crypto/gc-md4: Moved from ../.
5455         * modules/crypto/gc-md4-tests: Moved from ../.
5456         * modules/crypto/gc-md5: Moved from ../.
5457         * modules/crypto/gc-md5-tests: Moved from ../.
5458         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
5459         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
5460         * modules/crypto/gc-random: Moved from ../.
5461         * modules/crypto/gc-rijndael: Moved from ../.
5462         * modules/crypto/gc-rijndael-tests: Moved from ../.
5463         * modules/crypto/gc-sha1: Moved from ../.
5464         * modules/crypto/gc-sha1-tests: Moved from ../.
5465         * modules/crypto/gc-tests: Moved from ../.
5466         * modules/crypto/hmac-md5: Moved from ../.
5467         * modules/crypto/hmac-md5-tests: Moved from ../.
5468         * modules/crypto/hmac-sha1: Moved from ../.
5469         * modules/crypto/hmac-sha1-tests: Moved from ../.
5470         * modules/crypto/md2: Moved from ../.
5471         * modules/crypto/md2-tests: Moved from ../.
5472         * modules/crypto/md4: Moved from ../.
5473         * modules/crypto/md4-tests: Moved from ../.
5474         * modules/crypto/md5: Moved from ../.
5475         * modules/crypto/md5-tests: Moved from ../.
5476         * modules/crypto/memxor: Moved from ../.
5477         * modules/crypto/rijndael: Moved from ../.
5478         * modules/crypto/rijndael-tests: Moved from ../.
5479         * modules/crypto/sha1: Moved from ../.
5480
5481 2007-03-30  James Youngman  <jay@gnu.org>
5482
5483         * tests/test-stat-time.c (prepare_test): use chmod() rather than
5484         rename() to change the ctime of a file (because ctime is unaffected
5485         by rename on jfs2 on AIX 5.1).
5486         (main): Start by doing cleanup, in case a previous run failed leaving
5487         test files behind.
5488
5489 2007-03-31  Bruno Haible  <bruno@clisp.org>
5490
5491         Support old proprietary implementations of iconv.
5492         * modules/iconv_open: New file.
5493         * lib/iconv_.h: New file.
5494         * m4/iconv_h.m4: New file.
5495         * lib/iconv_open.c: New file.
5496         * lib/iconv_open-aix.gperf: New file.
5497         * lib/iconv_open-hpux.gperf: New file.
5498         * lib/iconv_open-irix.gperf: New file.
5499         * lib/iconv_open-osf.gperf: New file.
5500         * m4/iconv_open.m4: New file.
5501         * modules/linebreak (Depends-on): Add iconv_open.
5502         * modules/striconv (Depends-on): Likewise.
5503         * modules/striconveh (Depends-on): Likewise.
5504         * modules/unicodeio (Depends-on): Likewise.
5505         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
5506         (iconv_t)(-1).
5507         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
5508         conversion if cd is (iconv_t)(-1).
5509         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
5510         is not possible.
5511
5512 2007-03-31  Bruno Haible  <bruno@clisp.org>
5513
5514         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
5515         work on Solaris either. Protect also second use of "autodetect_jp".
5516
5517 2007-03-31  Bruno Haible  <bruno@clisp.org>
5518
5519         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
5520         the function is not present.
5521
5522 2007-03-31  Bruno Haible  <bruno@clisp.org>
5523
5524         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
5525         the function is not present.
5526
5527 2007-03-31  Bruno Haible  <bruno@clisp.org>
5528
5529         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
5530         a bug in HP-UX iconv_open().
5531
5532 2007-03-31  Bruno Haible  <bruno@clisp.org>
5533
5534         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
5535         (Mathematics <math.h>): New section, add fpieee.
5536         (Input/output <stdio.h>): Add fseterr.
5537         (Mathematics <math.h>): New section, add printf-frexp.
5538         (Container data structures): Add sublist.
5539         (Core language properties): Add fpucw, inline.
5540         (Functions for greatest-width integer types <inttypes.h>): Add
5541         imaxabs, imaxdiv, inttypes.
5542         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
5543         isnanl-nolibm, ldexp.
5544         (Mathematics <math.h>): New section, add printf-frexpl.
5545         (Support for systems lacking POSIX:2001): Add fprintf-posix,
5546         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
5547         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
5548         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
5549         (Unicode string functions): Add unistr/u*-mbtoucr.
5550         (Java): Add javacomp-script, javaexec-script.
5551         (C#): Add csharpcomp-script, csharpexec-script.
5552         (Support for building libraries and executables): Add havelib,
5553         relocatable-*.
5554         (Support for maintaining and releasing projects): Renamed from
5555         'Support for maintaining and release projects'. Add announce-gen.
5556
5557 2007-03-31  Bruno Haible  <bruno@clisp.org>
5558
5559         * README: Talk primarily about git.
5560         (git and CVS): Renamed from CVS.
5561         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
5562         gnulib is available through git.
5563         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
5564
5565 2007-03-30  Bruno Haible  <bruno@clisp.org>
5566
5567         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
5568         * lib/poll_.h: Likewise.
5569         * lib/stat_.h: Likewise.
5570         * lib/sys_time_.h: Likewise.
5571         * lib/sysexit_.h: Likewise.
5572         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
5573         * lib/stdbool_.h: Likewise.
5574         * lib/byteswap_.h: Add double-inclusion guard.
5575
5576 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
5577
5578         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
5579
5580 2007-03-30  Karl Berry  <karl@gnu.org>
5581
5582         * config/srclist-update: double space after USA in the license
5583         substitution, since that's how it's usually (?) written.
5584
5585 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
5586
5587         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
5588         reported by Bruno Haible.
5589
5590 2007-03-29  Bruno Haible  <bruno@clisp.org>
5591
5592         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
5593         a bug in AIX iconv().
5594
5595 2007-03-29  Bruno Haible  <bruno@clisp.org>
5596
5597         * modules/ldexpl-tests: New file.
5598         * tests/test-ldexpl.c: New file.
5599
5600 2007-03-29  Bruno Haible  <bruno@clisp.org>
5601
5602         * lib/ldexpl.c: Include fpucw.h.
5603         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
5604         multiplication.
5605         * modules/ldexpl (Depends-on): Add fpucw.
5606
5607 2007-03-29  Bruno Haible  <bruno@clisp.org>
5608
5609         * modules/ldexpl: New file.
5610         * m4/ldexpl.m4: New file.
5611         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
5612         set.
5613         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
5614         REPLACE_LDEXPL.
5615         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
5616         REPLACE_LDEXPL.
5617         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
5618         gl_FUNC_LDEXPL_WORKS.
5619         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
5620         * modules/mathl (Files): Remove lib/ldexpl.c.
5621         (Depends-on): Add ldexpl.
5622
5623 2007-03-29  Bruno Haible  <bruno@clisp.org>
5624
5625         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
5626
5627 2007-03-29  Bruno Haible  <bruno@clisp.org>
5628
5629         * tests/test-striconveh.c (main): Don't assume that a direct conversion
5630         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
5631         and possibly also HP-UX.
5632         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
5633         work on AIX, IRIX, HP-UX, OSF/1.
5634         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
5635         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
5636         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
5637         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
5638         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
5639         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
5640
5641 2007-03-29  Bruno Haible  <bruno@clisp.org>
5642
5643         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
5644
5645 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
5646
5647         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
5648         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
5649
5650 2007-03-29  Eric Blake  <ebb9@byu.net>
5651
5652         * lib/acl-internal.h: Remove redundant include.
5653         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
5654         Cygwin when a file is locked.
5655
5656 2007-03-29  Bruno Haible  <bruno@clisp.org>
5657
5658         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
5659         file.
5660         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
5661
5662 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
5663
5664         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
5665         try to remove a parent directory if the child couldn't be removed
5666         (except for the first rmdir, which could fail because the child
5667         doesn't exist).  Problem reported by Jeff Blaine in
5668         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
5669
5670 2007-03-28  Bruno Haible  <bruno@clisp.org>
5671
5672         * lib/striconveh.c (utf8conv_carefully): New function.
5673         (mem_cd_iconveh_internal): Invoke it.
5674
5675 2007-03-28  Bruno Haible  <bruno@clisp.org>
5676
5677         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
5678         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
5679         input.
5680         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
5681         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
5682         unistr/u8-uctomb.
5683
5684 2007-03-28  Bruno Haible  <bruno@clisp.org>
5685
5686         * modules/unistr/u8-mbtoucr: New file.
5687         * lib/unistr/u8-mbtoucr.c: New file.
5688         * modules/unistr/u16-mbtoucr: New file.
5689         * lib/unistr/u16-mbtoucr.c: New file.
5690         * modules/unistr/u16-mbtoucr: New file.
5691         * lib/unistr/u16-mbtoucr.c: New file.
5692         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
5693
5694 2007-03-27  Simon Josefsson  <simon@josefsson.org>
5695             Bruno Haible  <bruno@clisp.org>
5696
5697         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
5698         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
5699         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
5700
5701         * m4/stdio_h.m4: Add stubs for vasprintf too.
5702
5703         * modules/stdio: Support vasprintf in sed command.
5704
5705         * modules/vasprintf: Depend on stdio for prototypes.  Remove
5706         vasprintf.h.  Add stdio module indicator.
5707
5708         * lib/stdio_.h: Declare asprintf and vasprintf, based on
5709         vasprintf.h.
5710
5711         * lib/vasprintf.h: File removed.
5712
5713         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
5714         * lib/vasprintf.c: Ditto.
5715         * lib/xvasprintf.c: Ditto.
5716         * tests/test-vasprintf-posix.c: Ditto.
5717         * tests/test-vasprintf.c: Ditto.
5718
5719 2007-03-27  Bruno Haible  <bruno@clisp.org>
5720
5721         Make vasnprintf multithread-safe.
5722         * lib/vasnprintf.c (decimal_point_char): New function.
5723         (VASNPRINTF): Use it.
5724         Suggested by Simon Josefsson.
5725
5726 2007-03-27  Eric Blake  <ebb9@byu.net>
5727
5728         Support sub-second birthtime on cygwin.
5729         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
5730         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
5731         (get_stat_birthtime): Also work with st_birthtim.
5732
5733 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
5734
5735         * lib/stat-time.h (USE_BIRTHTIME): Remove.
5736         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
5737         (get_stat_birthtime_ns): Do not try to use "spare" fields.
5738         (get_stat_birthtime_ns): Simplify compile-time tests.
5739         (get_stat_birthtime): Change the API to look like
5740         get_stat_mtime etc., except return a negative tv_nsec on error.
5741         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
5742         Don't check for "spare" fields.
5743         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
5744         or for struct stat.st_birthtime, as these tests aren't used.
5745         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
5746
5747 2007-03-27  Bruno Haible  <bruno@clisp.org>
5748
5749         * lib/stat-time.h: Include <sys/stat.h>.
5750
5751 2007-03-27  James Youngman  <jay@gnu.org>
5752
5753         * lib/stat-time.h (get_stat_birthtime): New function for
5754           retrieving st_birthtime as provided by UFS2 (hence *BSD).
5755         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
5756           and its variants.
5757         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
5758         * modules/stat-time-test: New file.
5759         * tests/test-stat-time.c: New test, devised by Bruno Haible.
5760
5761 2007-03-26  Bruno Haible  <bruno@clisp.org>
5762
5763         Better support of signalling NaNs.
5764         * lib/atanl.c: Include isnanl.h.
5765         (atanl): Perform test for NaN at the beginning of the function and
5766         through a call to isnanl.
5767         * lib/cosl.c: Include isnanl.h.
5768         (cosl): Perform test for NaN at the beginning of the function and
5769         through a call to isnanl.
5770         * lib/ldexpl.c: Include isnanl.h.
5771         (ldexpl): Perform test for NaN through a call to isnanl.
5772         * lib/logl.c: Include isnanl.h.
5773         (logl): Perform test for NaN at the beginning of the function and
5774         through a call to isnanl.
5775         * lib/sinl.c: Include isnanl.h.
5776         (sinl): Perform test for NaN at the beginning of the function and
5777         through a call to isnanl.
5778         * lib/sqrtl.c: Include isnanl.h.
5779         (sqrtl): Perform test for NaN at the beginning of the function and
5780         through a call to isnanl.
5781         * lib/tanl.c: Include isnanl.h.
5782         (tanl): Perform test for NaN at the beginning of the function and
5783         through a call to isnanl.
5784         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
5785         * modules/mathl (Depends-on): Add isnanl.
5786
5787 2007-03-26  Eric Blake  <ebb9@byu.net>
5788
5789         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
5790         regression in logic sense of previous patch.
5791
5792 2007-03-26  Bruno Haible  <bruno@clisp.org>
5793
5794         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
5795         unportable shell command "if ! ...".
5796         Reported by Ralf Wildenhues.
5797
5798 2007-03-25  Bruno Haible  <bruno@clisp.org>
5799
5800         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
5801         <sysexits.h> file, and only add EX_CONFIG.
5802         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
5803         absolute file name and whether it is sufficient. Substitute also
5804         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
5805         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
5806         ABSOLUTE_SYSEXITS_H into sysexits.h.
5807
5808 2007-03-25  Bruno Haible  <bruno@clisp.org>
5809
5810         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
5811         hints is NULL.
5812
5813 2007-03-25  Bruno Haible  <bruno@clisp.org>
5814
5815         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
5816         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
5817
5818 2007-03-25  Bruno Haible  <bruno@clisp.org>
5819
5820         * lib/vasnprintf.c: Include langinfo.h.
5821         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
5822         multithread-safe.
5823         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
5824         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
5825         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
5826         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5827         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5828         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5829         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5830         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
5831         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5832         Reported by Simon Josefsson.
5833
5834 2007-03-25  Bruno Haible  <bruno@clisp.org>
5835
5836         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
5837         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
5838         * modules/vasnprintf (Depends-on): Add stdint.
5839
5840 2007-03-25  Bruno Haible  <bruno@clisp.org>
5841
5842         * modules/fpieee: New file.
5843         * m4/fpieee.m4: New file.
5844         * modules/isnan-nolibm (Depends-on): Add fpieee.
5845         * modules/isnanl-nolibm (Depends-on): Add fpieee.
5846         * modules/isnanl (Depends-on): Add fpieee.
5847
5848 2007-03-25  Bruno Haible  <bruno@clisp.org>
5849
5850         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
5851
5852 2007-03-25  Bruno Haible  <bruno@clisp.org>
5853
5854         Avoid test failures on IRIX 6.5.
5855         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
5856         (main): Use it.
5857         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
5858         macros.
5859         (main): Use them.
5860
5861 2007-03-25  Bruno Haible  <bruno@clisp.org>
5862
5863         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
5864         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
5865         exists but doesn't work.
5866         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
5867         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
5868         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
5869         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
5870
5871 2007-03-25  Bruno Haible  <bruno@clisp.org>
5872
5873         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
5874         returns inf. Needed on IRIX 6.5.
5875
5876 2007-03-25  Bruno Haible  <bruno@clisp.org>
5877
5878         * tests/test-frexpl.c: Include isnanl-nolibm.h.
5879         (main): Use isnanl instead of x != x idiom.
5880         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
5881
5882         * tests/test-frexp.c: Include isnan.h.
5883         (main): Use isnan instead of x != x idiom.
5884         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
5885
5886 2007-03-25  Bruno Haible  <bruno@clisp.org>
5887
5888         * tests/test-frexp.c (NaN): New function/macro.
5889         (main): Use it instead of 0.0 / 0.0.
5890         * tests/test-isnan.c (NaN): New function/macro.
5891         (main): Use it instead of 0.0 / 0.0.
5892         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
5893         (test_function): Use it instead of 0.0 / 0.0.
5894         * tests/test-vasprintf-posix.c (NaN): New function/macro.
5895         (test_function): Use it instead of 0.0 / 0.0.
5896         * tests/test-snprintf-posix.h (NaN): New function/macro.
5897         (test_function): Use it instead of 0.0 / 0.0.
5898         * tests/test-sprintf-posix.h (NaN): New function/macro.
5899         (test_function): Use it instead of 0.0 / 0.0.
5900         * tests/test-fprintf-posix.h (NaN): New function/macro.
5901         (test_function): Use it instead of 0.0 / 0.0.
5902         * tests/test-printf-posix.h (NaN): New function/macro.
5903         (test_function): Use it instead of 0.0 / 0.0.
5904
5905         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
5906
5907 2007-03-25  Bruno Haible  <bruno@clisp.org>
5908
5909         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
5910
5911 2007-03-25  Bruno Haible  <bruno@clisp.org>
5912
5913         * lib/regexec.c (merge_state_with_log): Make static.
5914
5915 2007-03-25  Bruno Haible  <bruno@clisp.org>
5916
5917         * lib/trigl.c (kernel_rem_pio2): Make static.
5918
5919 2007-03-25  Bruno Haible  <bruno@clisp.org>
5920
5921         * lib/sincosl.c (sincosl_table): Make static.
5922
5923 2007-03-25  Bruno Haible  <bruno@clisp.org>
5924
5925         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
5926         if the compiler does not support C99.
5927
5928 2007-03-25  Bruno Haible  <bruno@clisp.org>
5929
5930         * modules/time (Makefile.am): Ensure all rule action lines start with a
5931         tab.
5932
5933 2007-03-24  Bruno Haible  <bruno@clisp.org>
5934
5935         * modules/tsearch-tests: New file.
5936         * tests/test-tsearch.sh: New file.
5937         * tests/test-tsearch.c: New file, mostly copied from glibc.
5938
5939         * modules/search-tests: New file.
5940         * tests/test-search.c: New file.
5941
5942         * modules/search: New file.
5943         * lib/search_.h: New file, incorporating lib/tsearch.h.
5944         * m4/search_h.m4: New file.
5945         * lib/tsearch.h: Remove file.
5946         * lib/tsearch.c: Include search.h instead of tsearch.h.
5947         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
5948         HAVE_TSEARCH.
5949         * modules/tsearch (Files): Remove lib/tsearch.h.
5950         (Depends-on): Add search.
5951         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
5952         (Include): Change tsearch.h into search.h.
5953
5954 2007-03-24  Bruno Haible  <bruno@clisp.org>
5955
5956         * modules/fpucw: New file.
5957         * lib/fpucw.h: New file.
5958         * lib/frexp.c: Include fpucw.h.
5959         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
5960         (FUNC): Use them.
5961         * lib/printf-frexp.c: Include fpucw.h.
5962         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
5963         (FUNC): Use them.
5964         * lib/vasnprintf.c: Include fpucw.h.
5965         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
5966         'long double' calculations.
5967         * tests/test-frexpl.c: Include fpucw.h.
5968         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
5969         * tests/test-printf-frexpl.c: Include fpucw.h.
5970         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
5971         * modules/frexpl (Depends-on): Add fpucw.
5972         * modules/printf-frexpl (Depends-on): Likewise.
5973         * modules/fprintf-posix (Depends-on): Likewise.
5974         * modules/snprintf-posix (Depends-on): Likewise.
5975         * modules/sprintf-posix (Depends-on): Likewise.
5976         * modules/vasnprintf-posix (Depends-on): Likewise.
5977         * modules/vasprintf-posix (Depends-on): Likewise.
5978         * modules/vfprintf-posix (Depends-on): Likewise.
5979         * modules/vsnprintf-posix (Depends-on): Likewise.
5980         * modules/vsprintf-posix (Depends-on): Likewise.
5981         * modules/frexpl-tests (Depends-on): Likewise.
5982         * modules/printf-frexpl-tests (Depends-on): Likewise.
5983
5984 2007-03-24  Bruno Haible  <bruno@clisp.org>
5985
5986         * lib/float+.h: New file.
5987         * lib/isnan.c: Include float+.h.
5988         (SIZE): New macro.
5989         (FUNC): Compare only SIZE bytes of the value.
5990         * lib/vasnprintf.c: Include float+.h.
5991         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
5992         SIZEOF_LDBL or SIZEOF_DBL bytes.
5993         * modules/isnan-nolibm (Files): Add lib/float+.h.
5994         * modules/isnanl-nolibm (Files): Add lib/float+.h.
5995         * modules/isnanl (Files): Add lib/float+.h.
5996         * modules/vasnprintf (Files): Add lib/float+.h.
5997
5998 2007-03-24  Bruno Haible  <bruno@clisp.org>
5999
6000         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
6001         include isnanl-nolibm.h.
6002
6003 2007-03-24  Bruno Haible  <bruno@clisp.org>
6004
6005         * tests/test-read-file.c (main): Don't produce spurious output for
6006         expected situations. Make the test fail if it encountered unexpected
6007         results.
6008
6009 2007-03-24  Bruno Haible  <bruno@clisp.org>
6010
6011         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
6012         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
6013
6014 2007-03-24  Bruno Haible  <bruno@clisp.org>
6015
6016         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
6017
6018 2007-03-24  Bruno Haible  <bruno@clisp.org>
6019
6020         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
6021         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
6022
6023         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
6024         * modules/utf8-ucs4: Turn into a symbolic link to module
6025         unistr/u8-mbtouc.
6026
6027         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
6028         utf8-ucs4-unsafe.
6029         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
6030         unistr/u8-mbtouc-unsafe.
6031
6032         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
6033         * modules/utf16-ucs4: Turn into a symbolic link to module
6034         unistr/u16-mbtouc.
6035
6036         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
6037         utf16-ucs4-unsafe.
6038         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
6039         unistr/u16-mbtouc-unsafe.
6040
6041         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
6042         * modules/ucs4-utf8: Turn into a symbolic link to module
6043         unistr/u8-ubtomb.
6044
6045         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
6046         * modules/ucs4-utf16: Turn into a symbolic link to module
6047         unistr/u16-ubtomb.
6048
6049 2007-03-24  Bruno Haible  <bruno@clisp.org>
6050
6051         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
6052         Enable the function only if HAVE_INLINE.
6053         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
6054         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
6055         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
6056         Enable the function only if HAVE_INLINE.
6057         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
6058         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
6059         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
6060         Enable the function only if HAVE_INLINE.
6061         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
6062         Enable the function only if HAVE_INLINE.
6063         * modules/utf8-ucs4: Update.
6064         * modules/utf8-ucs4-unsafe: Update.
6065         * modules/utf16-ucs4: Update.
6066         * modules/utf16-ucs4-unsafe: Update.
6067         * modules/ucs4-utf8: Update.
6068         * modules/ucs4-utf16: Update.
6069
6070 2007-03-24  Bruno Haible  <bruno@clisp.org>
6071
6072         * lib/utf8-ucs4.h: Remove file.
6073         * lib/utf8-ucs4-unsafe.h: Remove file.
6074         * lib/utf16-ucs4.h: Remove file.
6075         * lib/utf16-ucs4-unsafe.h: Remove file.
6076         * lib/ucs4-utf8.h: Remove file.
6077         * lib/ucs4-utf16.h: Remove file.
6078         * lib/unistr.h: Include their previous contents.
6079         * m4/utf-ucs4.m4: Remove file.
6080         * m4/ucs4-utf.m4: Remove file.
6081         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
6082         (Depends-on): Add unistr/base.
6083         (configure.ac): Remove gl_UTF_UCS4.
6084         (Makefile.am): Update.
6085         (Include): Change to unistr.h.
6086         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
6087         (Depends-on): Add unistr/base.
6088         (configure.ac): Remove gl_UTF_UCS4.
6089         (Makefile.am): Update.
6090         (Include): Change to unistr.h.
6091         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
6092         (Depends-on): Add unistr/base.
6093         (configure.ac): Remove gl_UTF_UCS4.
6094         (Makefile.am): Update.
6095         (Include): Change to unistr.h.
6096         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
6097         (Depends-on): Add unistr/base.
6098         (configure.ac): Remove gl_UTF_UCS4.
6099         (Makefile.am): Update.
6100         (Include): Change to unistr.h.
6101         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
6102         (Depends-on): Add unistr/base.
6103         (configure.ac): Remove gl_UCS4_UTF.
6104         (Makefile.am): Update.
6105         (Include): Change to unistr.h.
6106         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
6107         (Depends-on): Add unistr/base.
6108         (configure.ac): Remove gl_UCS4_UTF.
6109         (Makefile.am): Update.
6110         (Include): Change to unistr.h.
6111         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
6112         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
6113         utf8-ucs4-unsafe.h.
6114         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
6115         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
6116         utf16-ucs4-unsafe.h.
6117         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
6118         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
6119         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
6120         * lib/unistr/u8-strchr.c: Likewise.
6121         * lib/unistr/u8-strrchr.c: Likewise.
6122         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
6123         * lib/unistr/u16-strchr.c: Likewise.
6124         * lib/unistr/u16-strrchr.c: Likewise.
6125         * lib/striconveh.c: Update.
6126         * lib/linebreak.c: Update.
6127
6128 2007-03-24  Bruno Haible  <bruno@clisp.org>
6129
6130         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
6131         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
6132
6133 2007-03-22  Bruno Haible  <bruno@clisp.org>
6134
6135         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
6136
6137 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
6138
6139         * MODULES.html.sh (File system functions): New module write-any-file.
6140         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
6141         * m4/write-any-file.m4: New files.
6142
6143 2007-03-23  Eric Blake  <ebb9@byu.net>
6144
6145         * gnulib-tool: Rearrange space-tab sequences, since some editors
6146         like to eat them.
6147
6148 2007-03-23  Eric Blake  <ebb9@byu.net>
6149
6150         * lib/version-etc.c (version_etc_va): Update license wording to
6151         be more concise.  Recommended by Richard Stallman.
6152
6153 2007-03-22  Bruno Haible  <bruno@clisp.org>
6154
6155         * lib/poll.c (MSG_PEEK): New fallback definition.
6156
6157 2007-03-22  Bruno Haible  <bruno@clisp.org>
6158
6159         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
6160         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
6161         (main): Update.
6162         Fixes a compilation error on BeOS.
6163
6164 2007-03-22  Bruno Haible  <bruno@clisp.org>
6165
6166         * modules/frexpl-tests: New file.
6167         * tests/test-frexpl.c: New file.
6168
6169         * modules/frexpl: New file.
6170         * m4/frexpl.m4: New file.
6171         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
6172         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
6173         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
6174         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
6175         (Depends-on): Add frexpl. Remove isnanl-nolibm.
6176         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
6177
6178 2007-03-22  Bruno Haible  <bruno@clisp.org>
6179
6180         * lib/frexpl.c: Share code with lib/frexp.c.
6181         * modules/mathl (Files): Add lib/frexp.c.
6182         (Depends-on): Add isnanl-nolibm.
6183
6184 2007-03-22  Bruno Haible  <bruno@clisp.org>
6185
6186         * modules/printf-frexp (Files): Add m4/frexp.m4.
6187         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
6188         only if the found frexp function actually works.
6189
6190 2007-03-22  Bruno Haible  <bruno@clisp.org>
6191
6192         * lib/frexp.c: Remove older implementation that uses divisions.
6193
6194 2007-03-21  Bruno Haible  <bruno@clisp.org>
6195
6196         * modules/frexp-tests: New file.
6197         * tests/test-frexp.c: New file.
6198
6199         * modules/frexp: New file.
6200         * lib/frexp.c: New file.
6201         * m4/frexp.m4: New file.
6202         * lib/math_.h (frexp): New declaration.
6203         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
6204         REPLACE_FREXP.
6205         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
6206
6207 2007-03-21  Bruno Haible  <bruno@clisp.org>
6208
6209         * modules/isnanl-tests: New file.
6210         * tests/test-isnanl.c: New file.
6211
6212         * modules/isnanl: New file.
6213         * lib/isnanl.h: New file.
6214         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
6215         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
6216         gl_FUNC_ISNANL_WORKS.
6217         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
6218         New macros.
6219
6220 2007-03-21  Bruno Haible  <bruno@clisp.org>
6221
6222         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
6223         lib/isnanl.h.
6224         (Include): Update.
6225         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
6226         * lib/vasnprintf.c: Update.
6227         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
6228         tests/test-isnanl.h, remove tests/test-isnanl.c.
6229         (Makefile.am): Update.
6230         * tests/test-isnanl-nolibm.c: New file.
6231         * tests/test-isnanl.h: New file.
6232         * tests/test-isnanl.c: Remove file.
6233
6234 2007-03-21  Jim Meyering  <jim@meyering.net>
6235
6236         When trying to open ".", treat ESTALE like EACCES.
6237         * lib/savewd.c (savewd_save): Resort to forking not just upon
6238         failure with EACCES, but also when errno is ESTALE.
6239
6240 2007-03-20  Bruno Haible  <bruno@clisp.org>
6241
6242         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
6243         Needed on AIX 5.1. Reported by Matthew Woehlke.
6244
6245 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6246
6247         Suggestions by Bruno Haible:
6248         * lib/acl-internal.h: Include "gettext.h" rather than rolling
6249         our own.
6250         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
6251         * modules/acl (Depends-on): Add gettext.
6252
6253 2007-03-19  Bruno Haible  <bruno@clisp.org>
6254
6255         * modules/iconvme: Remove file.
6256         * lib/iconvme.h: Remove file.
6257         * lib/iconvme.c: Remove file.
6258         * m4/iconvme.m4: Remove file.
6259
6260 2007-03-19  Bruno Haible  <bruno@clisp.org>
6261
6262         * doc/relocatable-maint.texi: Break long shell script line.
6263         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
6264
6265 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6266
6267         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
6268         handle file_has_acl.
6269         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
6270         * lib/acl.c: Move header inclusions and related macro defns into
6271         lib/acl-internal.h.
6272         (S_ISLNK): Remove defn, since that's now done for us.
6273         (file_has_acl): Move to lib/file-has-acl.c.
6274         Call acl_trivial if available.  This is the crucial part of the fix.
6275         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
6276         shared within the library.  Rewrite a bit, partly to make it compatible
6277         with the GNU coding style.
6278         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
6279         Remove unnecessary double-quotes.
6280         Don't test for acl_to_text; the build will catch that.
6281         Replace acl_entries if it doesn't exist and it is needed.
6282         Check for -lsec and acl_trivial (as used on Solaris 10).
6283         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
6284         lib/file-has-acl.c.
6285         (Depends-on): Add sys_stat, for S_ISLNK.
6286
6287 2007-03-19  Ben Pfaff  <blp@gnu.org>
6288
6289         * doc/gnulib.texi: Fix typos.
6290         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
6291
6292 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6293
6294         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
6295         If size is zero here, buf must be zero.
6296
6297 2007-03-19  Simon Josefsson  <simon@josefsson.org>
6298
6299         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
6300         <bruno@clisp.org>.
6301
6302 2007-03-18  Bruno Haible  <bruno@clisp.org>
6303
6304         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
6305         Suggested by Eric Blake.
6306
6307 2007-03-18  Ben Pfaff  <blp@gnu.org>
6308
6309         * doc/relocatable.texi: Recommend using as prefix a directory
6310         that does not exist and will never be created.  Based on
6311         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
6312         and others.
6313
6314 2007-03-17  Bruno Haible  <bruno@clisp.org>
6315
6316         * lib/fchownat.c: Include lchown.h.
6317
6318 2007-03-17  Bruno Haible  <bruno@clisp.org>
6319
6320         Fix endless loop when the given allocated size was > INT_MAX.
6321         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
6322         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
6323         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
6324         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
6325         * lib/sprintf.c (sprintf): Likewise.
6326
6327 2007-03-17  Bruno Haible  <bruno@clisp.org>
6328
6329         * tests/test-argp-2.sh (func_compare): Output a context diff.
6330
6331 2007-03-17  Bruno Haible  <bruno@clisp.org>
6332
6333         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
6334         locale's decimal-point character.
6335
6336 2007-03-17  Bruno Haible  <bruno@clisp.org>
6337
6338         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
6339         before comparing it. Needed because on some platforms (e.g. x86) a
6340         'long double' occupies less bytes than sizeof (long double).
6341
6342 2007-03-17  Bruno Haible  <bruno@clisp.org>
6343
6344         * tests/test-crc.c (main): Make printf statements 64-bit clean.
6345         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
6346         * tests/test-getaddrinfo.c (simple): Likewise.
6347         * tests/test-read-file.c (main): Likewise.
6348
6349 2007-03-17  Bruno Haible  <bruno@clisp.org>
6350
6351         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
6352
6353 2007-03-17  Bruno Haible  <bruno@clisp.org>
6354
6355         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
6356         unused variable.
6357
6358 2007-03-17  Bruno Haible  <bruno@clisp.org>
6359
6360         * tests/test-c-strcasecmp.c: Include c-strcase.h.
6361         * tests/test-c-strncasecmp.c: Likewise.
6362
6363 2007-03-17  Bruno Haible  <bruno@clisp.org>
6364
6365         * modules/stdlib (Depends-on): Add unistd.
6366         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
6367         Needed for MacOS X 10.3.
6368
6369 2007-03-17  Bruno Haible  <bruno@clisp.org>
6370
6371         * lib/unistr/u-strdup.h: Include <stdlib.h>.
6372
6373 2007-03-17  Bruno Haible  <bruno@clisp.org>
6374
6375         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
6376
6377 2007-03-17  Bruno Haible  <bruno@clisp.org>
6378
6379         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
6380         to reflect files copied from gnulib (with or without modifications).
6381         Suggested by Jim Meyering.
6382
6383 2007-03-17  Eric Blake  <ebb9@byu.net>
6384
6385         * NEWS: Document stdlib change from 2007-02-18.
6386
6387 2007-03-17  Jim Meyering  <jim@meyering.net>
6388
6389         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
6390         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
6391         someone uses a name containing shell meta-characters.
6392         Reported by Alfred M. Szmidt.
6393
6394         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
6395
6396 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
6397
6398         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
6399         and copy gettext configuration files only if configure.ac contains
6400         a use of AM_GNU_GETTEXT_VERSION.
6401
6402 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
6403
6404         * build-aux/bootstrap (gnulib_name): New variable.
6405         (gnulib_tool_options): Use it.
6406
6407 2007-03-13  Simon Josefsson  <simon@josefsson.org>
6408
6409         * tests/test-des.c: Use new namespace.
6410
6411 2007-03-15  Bruno Haible  <bruno@clisp.org>
6412
6413         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
6414         Reported by James Youngman <jay@gnu.org>.
6415
6416 2007-03-15  Bruno Haible  <bruno@clisp.org>
6417
6418         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
6419         declared prototype. Needed with cc on OSF/1 5.1.
6420
6421 2007-03-15  Bruno Haible  <bruno@clisp.org>
6422
6423         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
6424         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
6425         (struct gl_list_implementation): Add dispose_fn argument to the
6426         'create_empty', 'create' methods.
6427         (struct gl_list_impl_base): Add field 'dispose_fn'.
6428         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
6429         argument.
6430         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
6431         dispose_fn argument.
6432         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
6433         dispose_fn on the dropped values.
6434         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
6435         dispose_fn argument.
6436         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
6437         dropped values.
6438         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
6439         (gl_tree_remove_node): Call dispose_fn on the dropped value.
6440         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
6441         (gl_tree_remove_node): Call dispose_fn on the dropped value.
6442         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
6443         argument.
6444         (gl_tree_list_free): Call dispose_fn on the dropped values.
6445         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
6446         the dropped values.
6447         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
6448         Add dispose_fn argument.
6449         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
6450         Call dispose_fn on the dropped values.
6451         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
6452         Add dispose_fn argument.
6453         (gl_sublist_create): Initialize the 'dispose_fn' field.
6454         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
6455         * tests/test-array_list.c (main): Update.
6456         * tests/test-carray_list.c (main): Update.
6457         * tests/test-avltree_list.c (main): Update.
6458         * tests/test-rbtree_list.c (main): Update.
6459         * tests/test-avltreehash_list.c (main): Update.
6460         * tests/test-rbtreehash_list.c (main): Update.
6461         * tests/test-linked_list.c (main): Update.
6462         * tests/test-linkedhash_list.c (main): Update.
6463         * tests/test-array_oset.c (main): Update.
6464
6465 2007-03-15  Bruno Haible  <bruno@clisp.org>
6466
6467         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
6468         (gl_oset_create_empty): Add dispose_fn argument.
6469         (struct gl_oset_implementation): Add dispose_fn argument to
6470         'create_empty' method.
6471         (struct gl_oset_impl_base): Add dispose_fn field.
6472         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
6473         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
6474         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
6475         values.
6476         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
6477         (gl_tree_oset_free): Call dispose_fn on the dropped values.
6478         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
6479         dropped value.
6480         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
6481         dropped value.
6482         * tests/test-array_oset.c (main): Update.
6483         * tests/test-avltree_oset.c (main): Update.
6484         * tests/test-rbtree_oset.c (main): Update.
6485         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
6486
6487 2007-03-13  Bruno Haible  <bruno@clisp.org>
6488
6489         * tests/test-stdbool.c (i): Update after last patch.
6490
6491 2007-03-12  Bruno Haible  <bruno@clisp.org>
6492
6493         * lib/quotearg.c: Include <wctype.h> early, before the definition of
6494         the iswprint macro. Needed on Solaris 2.5.1.
6495
6496 2007-03-12  Bruno Haible  <bruno@clisp.org>
6497
6498         * tests/test-printf-frexp.c (main): Declare x as volatile.
6499
6500 2007-03-12  Simon Josefsson  <simon@josefsson.org>
6501
6502         * doc/gnulib.texi (Build robot for gnulib): New section.
6503
6504 2007-03-12  Jim Meyering  <jim@meyering.net>
6505
6506         * build-aux/bootstrap: New file.
6507         * build-aux/bootstrap.conf: New file, from coreutils.
6508
6509 2007-03-11  Bruno Haible  <bruno@clisp.org>
6510
6511         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
6512
6513 2007-03-12  Simon Josefsson  <simon@josefsson.org>
6514
6515         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
6516         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
6517         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
6518
6519 2007-03-11  Bruno Haible  <bruno@clisp.org>
6520
6521         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
6522         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
6523
6524 2007-03-11  Bruno Haible  <bruno@clisp.org>
6525
6526         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
6527         formula. Needed for SunPRO C 5.0.
6528
6529 2007-03-11  Bruno Haible  <bruno@clisp.org>
6530
6531         * modules/long-options (Depends-on): Add getopt.
6532
6533 2007-03-11  Bruno Haible  <bruno@clisp.org>
6534
6535         * modules/modechange (Depends-on): Add stdbool.
6536
6537 2007-03-11  Bruno Haible  <bruno@clisp.org>
6538
6539         * modules/i-ring (Depends-on): Add stdbool.
6540
6541 2007-03-11  Bruno Haible  <bruno@clisp.org>
6542
6543         * modules/gc-des (Depends-on): Add stdbool.
6544
6545 2007-03-11  Bruno Haible  <bruno@clisp.org>
6546
6547         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
6548
6549 2007-03-11  Bruno Haible  <bruno@clisp.org>
6550
6551         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
6552
6553 2007-03-11  Bruno Haible  <bruno@clisp.org>
6554
6555         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
6556
6557 2007-03-11  Bruno Haible  <bruno@clisp.org>
6558
6559         * lib/vasnprintf.c (sprintf): Undefine.
6560
6561 2007-03-11  Bruno Haible  <bruno@clisp.org>
6562
6563         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
6564         initializers in SunPRO C and Compaq C compilers.
6565
6566 2007-03-11  Bruno Haible  <bruno@clisp.org>
6567
6568         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
6569         decrementing code ANSI C compliant.
6570
6571 2007-03-11  Bruno Haible  <bruno@clisp.org>
6572
6573         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
6574         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
6575
6576 2007-03-11  Bruno Haible  <bruno@clisp.org>
6577
6578         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
6579         <stdbool.h> substitute doesn't pass.
6580
6581 2007-03-11  Bruno Haible  <bruno@clisp.org>
6582
6583         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
6584
6585 2007-03-11  Bruno Haible  <bruno@clisp.org>
6586
6587         * gnulib-tool (func_create_megatestdir): Create also an autobuild
6588         script, for submission to autobuild.josefsson.org.
6589
6590 2007-03-10  Bruno Haible  <bruno@clisp.org>
6591
6592         * modules/canonicalize-lgpl-tests: New file.
6593         * tests/test-canonicalize-lgpl.sh: New file.
6594         * tests/test-canonicalize-lgpl.c: New file.
6595
6596         * modules/c-strcase-tests: New file.
6597         * tests/test-c-strcase.sh: New file.
6598         * tests/test-c-strcasecmp.c: New file.
6599         * tests/test-c-strncasecmp.c: New file.
6600
6601         * modules/atexit-tests: New file.
6602         * tests/test-atexit.sh: New file.
6603         * tests/test-atexit.c: New file.
6604
6605 2007-03-10  Bruno Haible  <bruno@clisp.org>
6606
6607         * tests/test-binary-io.sh: Use temporary filenames that are not so
6608         likely to clash with those of other tests (in a parallel make).
6609         * tests/test-binary-io.c: Likewise.
6610
6611 2007-03-10  Bruno Haible  <bruno@clisp.org>
6612
6613         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
6614         fallback; use #error instead.
6615         Suggested by Simon Josefsson.
6616
6617 2007-03-10  Bruno Haible  <bruno@clisp.org>
6618
6619         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
6620         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
6621         first and the last.
6622
6623 2007-03-10  Bruno Haible  <bruno@clisp.org>
6624
6625         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
6626
6627 2007-03-10  Bruno Haible  <bruno@clisp.org>
6628
6629         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
6630         "make distcheck".
6631         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
6632         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
6633         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
6634
6635 2007-03-10  Bruno Haible  <bruno@clisp.org>
6636
6637         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
6638         variable.
6639         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
6640         variable.
6641
6642 2007-03-09  Eric Blake  <ebb9@byu.net>
6643         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
6644
6645         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
6646         types are not being provided by gnulib.
6647         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
6648         types are supported.
6649
6650 2007-03-10  Bruno Haible  <bruno@clisp.org>
6651
6652         * lib/stdio_.h (__attribute__): New macro.
6653         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
6654         vsprintf): Specify __attribute__ __format__ for GCC.
6655         Suggested by Eric Blake.
6656
6657 2007-03-09  Bruno Haible  <bruno@clisp.org>
6658
6659         * modules/printf-posix-tests: New file.
6660         * tests/test-printf-posix.sh: New file.
6661         * tests/test-printf-posix.c: New file.
6662
6663         * modules/printf-posix: New file.
6664         * lib/printf.c: New file.
6665         * m4/printf-posix-rpl.m4: New file.
6666         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
6667         REPLACE_PRINTF.
6668         * lib/stdio_.h (printf): New declaration.
6669         (format, __format__, ____printf____, ____scanf____, ____strftime____,
6670         ____strfmon____): New macros.
6671         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
6672         REPLACE_PRINTF.
6673
6674 2007-03-09  Bruno Haible  <bruno@clisp.org>
6675
6676         * tests/test-vasnprintf-posix2.sh: New file.
6677         * tests/test-vasnprintf-posix2.c: New file.
6678         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
6679         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
6680         (Makefile.am): Activate test-vasnprintf-posix2.sh.
6681
6682         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
6683         a locale dependent decimal point, rather than always '.'.
6684
6685 2007-03-09  Eric Blake  <ebb9@byu.net>
6686
6687         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
6688         spite of platforms like Tandem/NSK that define it to -1.
6689
6690 2007-03-08  Bruno Haible  <bruno@clisp.org>
6691
6692         * modules/vprintf-posix-tests: New file.
6693         * tests/test-vprintf-posix.sh: New file.
6694         * tests/test-vprintf-posix.c: New file.
6695         * tests/test-printf-posix.h: New file.
6696
6697         * modules/vprintf-posix: New file.
6698         * lib/vprintf.c: New file.
6699         * m4/vprintf-posix.m4: New file.
6700         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
6701         REPLACE_VPRINTF.
6702         * lib/stdio_.h (vprintf): New declaration.
6703         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
6704         REPLACE_VPRINTF.
6705
6706 2007-03-08  Bruno Haible  <bruno@clisp.org>
6707
6708         * modules/fprintf-posix-tests: New file.
6709         * tests/test-fprintf-posix.sh: New file.
6710         * tests/test-fprintf-posix.c: New file.
6711
6712         * modules/fprintf-posix: New file.
6713         * lib/fprintf.c: New file.
6714         * m4/fprintf-posix.m4: New file.
6715         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
6716         REPLACE_FPRINTF.
6717         * lib/stdio_.h (fprintf): New declaration.
6718         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
6719         REPLACE_FPRINTF.
6720
6721 2007-03-08  Bruno Haible  <bruno@clisp.org>
6722
6723         * modules/vfprintf-posix-tests: New file.
6724         * tests/test-vfprintf-posix.sh: New file.
6725         * tests/test-vfprintf-posix.c: New file.
6726         * tests/test-fprintf-posix.h: New file.
6727         * tests/test-fprintf-posix.out: New file.
6728
6729         * modules/vfprintf-posix: New file.
6730         * lib/vfprintf.c: New file.
6731         * m4/vfprintf-posix.m4: New file.
6732         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
6733         REPLACE_VFPRINTF.
6734         * lib/stdio_.h (vfprintf): New declaration.
6735         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
6736         REPLACE_VFPRINTF.
6737
6738 2007-03-08  Bruno Haible  <bruno@clisp.org>
6739
6740         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
6741
6742 2007-03-08  Bruno Haible  <bruno@clisp.org>
6743
6744         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
6745         instead of 'expr' invocations.
6746         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6747         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6748         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6749         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6750         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6751         Suggested by Paul Eggert.
6752
6753 2007-03-08  Bruno Haible  <bruno@clisp.org>
6754
6755         * modules/fseterr-tests: New file.
6756         * tests/test-fseterr.c: New file.
6757
6758         * modules/fseterr: New file.
6759         * lib/fseterr.h: New file.
6760         * lib/fseterr.c: New file.
6761
6762 2007-03-08  Bruno Haible  <bruno@clisp.org>
6763
6764         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
6765         * lib/getopt_.h: Likewise.
6766         * lib/mbswidth.h: Likewise.
6767         * lib/setenv.h: Likewise.
6768         * lib/vasnprintf.h: Likewise.
6769         * lib/vasprintf.h: Likewise.
6770         * lib/verror.h: Likewise.
6771         * lib/xsetenv.h: Likewise.
6772         * lib/xvasprintf.h: Likewise.
6773
6774 2007-03-08  Jim Meyering  <jim@meyering.net>
6775
6776         * users.txt: Add parted.
6777
6778         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
6779
6780 2007-03-07  Bruno Haible  <bruno@clisp.org>
6781
6782         * m4/printf.m4: Make the shell script snippets copy&pastable.
6783
6784 2007-03-02  Bruno Haible  <bruno@clisp.org>
6785
6786         * lib/netinet_in_.h: New file.
6787         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
6788         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
6789         * modules/netinet_in (Files): Add lib/netinet_in_.h.
6790         (Depends-on): Add absolute-header.
6791         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
6792         into netinet/in.h.
6793
6794 2007-03-03  Bruno Haible  <bruno@clisp.org>
6795
6796         * lib/sys_select_.h: New file.
6797         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
6798         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
6799         * modules/sys_select (Files): Add lib/sys_select_.h.
6800         (Depends-on): Add absolute-header.
6801         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
6802         into sys/select.h.
6803
6804 2007-03-02  Bruno Haible  <bruno@clisp.org>
6805
6806         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
6807         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
6808         values.
6809         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
6810         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
6811         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
6812         * modules/sys_socket (Depends-on): Add absolute-header.
6813         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
6814         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
6815         (Include): Remove requirement of inclusion of <sys/types.h>.
6816
6817 2007-03-02  Bruno Haible  <bruno@clisp.org>
6818
6819         * lib/byteswap_.h (bswap_32): Fix formula.
6820
6821 2007-03-06  Bruno Haible  <bruno@clisp.org>
6822
6823         * modules/sprintf-posix-tests: New file.
6824         * tests/test-sprintf-posix.c: New file.
6825
6826         * modules/sprintf-posix: New file.
6827         * lib/sprintf.c: New file.
6828         * m4/sprintf-posix.m4: New file.
6829         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
6830         REPLACE_SPRINTF.
6831         * lib/stdio_.h (sprintf): New declaration.
6832         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
6833         REPLACE_SPRINTF.
6834
6835 2007-03-06  Bruno Haible  <bruno@clisp.org>
6836
6837         * modules/vsprintf-posix-tests: New file.
6838         * tests/test-vsprintf-posix.c: New file.
6839         * tests/test-sprintf-posix.h: New file.
6840
6841         * modules/vsprintf-posix: New file.
6842         * lib/vsprintf.c: New file.
6843         * m4/vsprintf-posix.m4: New file.
6844         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
6845         REPLACE_VSPRINTF.
6846         * lib/stdio_.h (vsprintf): New declaration.
6847         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
6848         REPLACE_VSPRINTF.
6849
6850 2007-03-06  Bruno Haible  <bruno@clisp.org>
6851
6852         * modules/vsnprintf (Depend-on): Remove minmax.
6853
6854 2007-03-06  Bruno Haible  <bruno@clisp.org>
6855
6856         * modules/snprintf-posix-tests: New file.
6857         * tests/test-snprintf-posix.c: New file.
6858
6859         * modules/snprintf-posix: New file.
6860         * m4/snprintf-posix.m4: New file.
6861         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
6862         gl_FUNC_SNPRINTF.
6863         (gl_FUNC_SNPRINTF): Invoke it.
6864         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
6865         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
6866         is set.
6867         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
6868
6869 2007-03-06  Bruno Haible  <bruno@clisp.org>
6870
6871         * modules/vsnprintf-posix-tests: New file.
6872         * tests/test-vsnprintf-posix.c: New file.
6873         * tests/test-snprintf-posix.h: New file.
6874
6875         * modules/vsnprintf-posix: New file.
6876         * m4/vsnprintf-posix.m4: New file.
6877         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
6878         gl_FUNC_VSNPRINTF.
6879         (gl_FUNC_VSNPRINTF): Invoke it.
6880         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
6881         * lib/stdio_.h (vsnprintf): Define as a replacement if
6882         REPLACE_VSNPRINTF is set.
6883         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
6884
6885 2007-03-06  Bruno Haible  <bruno@clisp.org>
6886
6887         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
6888         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
6889
6890 2007-03-06  Bruno Haible  <bruno@clisp.org>
6891
6892         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
6893         (asinl): Declare also if HAVE_DECL_ASINL is set.
6894         (atanl): Declare also if HAVE_DECL_ATANL is set.
6895         (ceill): Declare also if HAVE_DECL_CEILL is set.
6896         (cosl): Declare also if HAVE_DECL_COSL is set.
6897         (expl): Declare also if HAVE_DECL_EXPL is set.
6898         (floorl): Declare also if HAVE_DECL_FLOORL is set.
6899         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
6900         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
6901         (logl): Declare also if HAVE_DECL_LOGL is set.
6902         (sinl): Declare also if HAVE_DECL_SINL is set.
6903         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
6904         (tanl): Declare also if HAVE_DECL_TANL is set.
6905         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
6906         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
6907         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
6908         declaration of frexpl, ldexpl.
6909         * modules/printf-frexpl (Depends-on): Add math.
6910         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
6911
6912 2007-03-05  Bruno Haible  <bruno@clisp.org>
6913
6914         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
6915         frexpl and ldexpl are declared.
6916         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
6917
6918 2007-03-05  Bruno Haible  <bruno@clisp.org>
6919
6920         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
6921         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
6922
6923 2007-03-05  Bruno Haible  <bruno@clisp.org>
6924
6925         * lib/stdio_.h: Include <stddef.h>.
6926
6927 2007-03-05  Bruno Haible  <bruno@clisp.org>
6928
6929         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
6930
6931 2007-03-05  Bruno Haible  <bruno@clisp.org>
6932
6933         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
6934         NetBSD 4, from Ralf Wildenhues.
6935
6936 2007-03-04  Bruno Haible  <bruno@clisp.org>
6937
6938         * lib/vasprintf.h: Update #if logic for the case when the functions
6939         exist but are overridden.
6940
6941 2007-03-04  Bruno Haible  <bruno@clisp.org>
6942
6943         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
6944         implementations: glibc-2.4 and MacOS X 10.3.
6945         * tests/test-vasnprintf-posix.c (test_function): Test also the case
6946         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
6947         * tests/test-vasprintf-posix.c (test_function): Likewise.
6948
6949 2007-03-04  Bruno Haible  <bruno@clisp.org>
6950
6951         * modules/vasprintf-posix-tests: New file.
6952         * tests/test-vasprintf-posix.c: New file.
6953
6954         * modules/vasprintf-posix: New file.
6955         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
6956         defined.
6957         * m4/vasprintf-posix.m4: New file.
6958         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
6959         gl_FUNC_VASPRINTF.
6960         (gl_FUNC_VASPRINTF): Invoke it.
6961         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
6962         here.
6963         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
6964
6965 2007-03-04  Bruno Haible  <bruno@clisp.org>
6966
6967         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
6968         REPLACE_GETTIMEOFDAY.
6969         * modules/sys_time (Makefile.am): Likewise.
6970         * m4/sys_time_h.m4: Likewise.
6971         * m4/gettimeofday.m4: Likewise.
6972
6973 2007-03-04  Bruno Haible  <bruno@clisp.org>
6974
6975         * modules/vasnprintf-posix-tests: New file.
6976         * tests/test-vasnprintf-posix.c: New file.
6977
6978         * modules/vasnprintf-posix: New file.
6979         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
6980         printf-frexpl.h.
6981         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
6982         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
6983         REPLACE_VASNPRINTF is defined.
6984         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
6985         gl_FUNC_VASNPRINTF.
6986         (gl_FUNC_VASNPRINTF): Invoke it.
6987         * m4/vasnprintf-posix.m4: New file.
6988         * m4/printf.m4: New file.
6989
6990 2007-03-04  Bruno Haible  <bruno@clisp.org>
6991
6992         Compile progreloc.c only if --enable-relocatable is specified.
6993         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
6994         if --enable-relocatable was specified.
6995         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
6996         lib_SOURCES.
6997
6998 2007-03-04  Jim Meyering  <jim@meyering.net>
6999
7000         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
7001         Use it consistently, rather than enumerating errno constants.
7002
7003 2007-03-04  Bruno Haible  <bruno@clisp.org>
7004
7005         * modules/xvasprintf-tests: New file.
7006         * tests/test-xvasprintf.c: New file.
7007
7008         * modules/vasprintf-tests: New file.
7009         * tests/test-vasprintf.c: New file.
7010
7011         * modules/vasnprintf-tests: New file.
7012         * tests/test-vasnprintf.c: New file.
7013
7014         * modules/vsnprintf-tests: New file.
7015         * tests/test-vsnprintf.c: New file.
7016
7017         * modules/snprintf-tests: New file.
7018         * tests/test-snprintf.c: New file.
7019
7020 2007-03-04  Bruno Haible  <bruno@clisp.org>
7021
7022         Compile relocatable.c only if --enable-relocatable is specified.
7023         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
7024         gl_RELOCATABLE_LIBRARY.
7025         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
7026         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
7027         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
7028         gl_RELOCATABLE_LIBRARY.
7029         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
7030         (Makefile.am): Remove lib_SOURCES.
7031         * modules/relocatable-lib-lgpl (configure.ac): Invoke
7032         gl_RELOCATABLE_LIBRARY.
7033         (Makefile.am): Remove lib_SOURCES.
7034         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
7035         always.
7036         * modules/relocatable-prog-wrapper (configure.ac): Invoke
7037         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
7038
7039 2007-03-04  Bruno Haible  <bruno@clisp.org>
7040
7041         * modules/argmatch-tests: New file.
7042         * tests/test-argmatch.c: New file.
7043
7044         * tests/test-allocsa.c (main): Halve the number of loop runs.
7045
7046         * modules/alloca-opt-tests: New file.
7047         * tests/test-alloca-opt.c: New file.
7048
7049 2007-03-04  Jim Meyering  <jim@meyering.net>
7050
7051         Work around difference between Linux ACLs and Solaris 10 ZFS.
7052         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
7053         for EINVAL.
7054
7055 2007-03-03  Bruno Haible  <bruno@clisp.org>
7056
7057         * modules/relocatable-prog (Depends-on): Add back progreloc's
7058         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
7059
7060 2007-03-03  Bruno Haible  <bruno@clisp.org>
7061
7062         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
7063         * modules/relocatable-lib: New file.
7064
7065 2007-03-03  Bruno Haible  <bruno@clisp.org>
7066
7067         * modules/relocatable-prog: Renamed from modules/relocatable.
7068         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
7069
7070 2007-03-03  Bruno Haible  <bruno@clisp.org>
7071
7072         * modules/relocatable-script (Files): Add doc/relocatable.texi,
7073         m4/relocatable-lib.m4.
7074         (Depends-on): Remove 'relocatable'.
7075         (configure.ac): Add gl_RELOCATABLE_NOP.
7076
7077 2007-03-03  Bruno Haible  <bruno@clisp.org>
7078
7079         * modules/relocatable-prog-wrapper: New file.
7080         * modules/relocatable (Depends-on): Add it. Remove all other
7081         dependencies except progname.
7082         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
7083
7084         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
7085         (gl_FUNC_STRERROR): Nop.
7086         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
7087
7088         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
7089         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
7090
7091         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
7092         (gl_FUNC_READLINK): Update.
7093
7094         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
7095
7096 2007-03-03  Bruno Haible  <bruno@clisp.org>
7097
7098         * lib/xreadlink.c: Include <unistd.h> unconditionally.
7099         * modules/xreadlink (Depends-on): Add unistd.
7100         * modules/xreadlink-with-size (Depends-on): Likewise.
7101
7102 2007-03-03  Bruno Haible  <bruno@clisp.org>
7103
7104         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
7105         extracted from gt_FUNC_SETENV.
7106         (gt_FUNC_SETENV): Remove macro.
7107         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
7108         remove gt_FUNC_SETENV.
7109
7110 2007-03-03  Bruno Haible  <bruno@clisp.org>
7111
7112         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
7113         ENABLE_RELOCATABLE here.
7114         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
7115
7116 2007-03-03  Bruno Haible  <bruno@clisp.org>
7117
7118         * modules/rbtreehash-list-tests (Depends-on): Add progname.
7119         * tests/test-rbtreehash_list.c: Include progname.h.
7120         (main): Call set_program_name.
7121
7122         * modules/rbtree-oset-tests (Depends-on): Add progname.
7123         * tests/test-rbtree_oset.c: Include progname.h.
7124         (main): Call set_program_name.
7125
7126         * modules/rbtree-list-tests (Depends-on): Add progname.
7127         * tests/test-rbtree_list.c: Include progname.h.
7128         (main): Call set_program_name.
7129
7130         * modules/linked-list-tests (Depends-on): Add progname.
7131         * tests/test-linked_list.c: Include progname.h.
7132         (main): Call set_program_name.
7133
7134 2007-03-03  Bruno Haible  <bruno@clisp.org>
7135
7136         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
7137         All uses of __restrict changed to _Restrict_.
7138         * lib/glob_.h (__restrict): Remove macro.
7139
7140 2007-03-02  Bruno Haible  <bruno@clisp.org>
7141
7142         * modules/gettext (configure.ac): Require gettext infrastructure
7143         from version 0.16.1.
7144
7145 2007-03-02  Bruno Haible  <bruno@clisp.org>
7146
7147         * modules/linkedhash-list-tests (Depends-on): Add progname.
7148         * tests/test-linkedhash_list.c: Include progname.h.
7149         (main): Call set_program_name.
7150
7151         * modules/carray-list-tests (Depends-on): Add progname.
7152         * tests/test-carray_list.c: Include progname.h.
7153         (main): Call set_program_name.
7154
7155         * modules/avltreehash-list-tests (Depends-on): Add progname.
7156         * tests/test-avltreehash_list.c: Include progname.h.
7157         (main): Call set_program_name.
7158
7159         * modules/avltree-oset-tests (Depends-on): Add progname.
7160         * tests/test-avltree_oset.c: Include progname.h.
7161         (main): Call set_program_name.
7162
7163         * modules/avltree-list-tests (Depends-on): Add progname.
7164         * tests/test-avltree_list.c: Include progname.h.
7165         (main): Call set_program_name.
7166
7167         * modules/array-oset-tests (Depends-on): Add progname.
7168         * tests/test-array_oset.c: Include progname.h.
7169         (main): Call set_program_name.
7170
7171         * modules/array-list-tests (Depends-on): Add progname.
7172         * tests/test-array_list.c: Include progname.h.
7173         (main): Call set_program_name.
7174
7175         * modules/argp-tests (Depends-on): Add progname.
7176         * tests/test-argp.c: Include argp.h first. Include progname.h.
7177         (main): Call set_program_name.
7178
7179 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
7180
7181         * doc/gnulib-tool.texi (Initial import): Reword description of
7182         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
7183         limited effect even if defined after the first system include.
7184
7185 2007-03-01  Bruno Haible  <bruno@clisp.org>
7186
7187         * build-aux/config.libpath: Update to libtool-1.5.22.
7188         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
7189
7190 2007-03-01  Bruno Haible  <bruno@clisp.org>
7191
7192         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
7193         foo_CFLAGS.
7194         Reported by Ralf Wildenhues.
7195
7196 2007-03-01  Bruno Haible  <bruno@clisp.org>
7197
7198         * build-aux/install-reloc: Remove object files left over by some
7199         compilers.
7200         Reported by Ralf Wildenhues.
7201
7202 2007-03-01  Bruno Haible  <bruno@clisp.org>
7203
7204         * build-aux/install-reloc: Break long lines.
7205
7206 2007-03-01  Bruno Haible  <bruno@clisp.org>
7207
7208         * doc/relocatable.texi: Document that it may not work on OpenBSD.
7209         Reported by Ralf Wildenhues.
7210
7211 2007-03-01  Bruno Haible  <bruno@clisp.org>
7212
7213         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
7214         include ordering constraints.
7215
7216 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
7217
7218         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
7219         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
7220         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
7221         as another example.
7222         * lib/time_.h: Fix misspelling.
7223         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7224         Require gl_HEADER_TIME_H_DEFAULTS.
7225         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
7226         * m4/time_r.m4 (gl_TIME_R): Likewise.
7227         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
7228
7229 2007-03-01  Bruno Haible  <bruno@clisp.org>
7230
7231         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
7232         * m4/utimens.m4 (gl_UTIMENS): Likewise.
7233
7234 2007-03-01  Jim Meyering  <jim@meyering.net>
7235
7236         * modules/xreadlink (Maintainer): Add my name.
7237         * modules/xreadlink-with-size (Depends-on): Alphabetize.
7238
7239 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
7240             Bruno Haible  <bruno@clisp.org>
7241
7242         * build-aux/install-reloc: Compile also c-ctype.c.
7243         * build-aux/relocatable.sh.in: New file.
7244         * doc/relocatable.texi: New file.
7245         * doc/relocatable-maint.texi: New file.
7246         * doc/gnulib.texi: Include relocatable-maint.texi.
7247         * lib/progreloc.c: Include unistd.h unconditionally.
7248         * lib/relocwrapper.c: Include unistd.h unconditionally.
7249         Include c-ctype.h.
7250         (add_dotbin): Use c_tolower.
7251         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
7252         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
7253         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
7254         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
7255         to m4/relocatable-lib.m4.
7256         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
7257         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
7258         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
7259         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
7260         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
7261         * modules/relocatable: New file.
7262         * modules/relocatable-lib: New file.
7263         * modules/relocatable-script: New file.
7264
7265 2007-02-28  Bruno Haible  <bruno@clisp.org>
7266
7267         Import --enable-relocatable infrastructure.
7268         * build-aux/config.libpath: New file, from GNU gettext.
7269         * build-aux/install-reloc: New file, from GNU gettext.
7270         * build-aux/reloc-ldflags: New file, from GNU gettext.
7271         * lib/relocatable.h: New file, from GNU gettext.
7272         * lib/relocatable.c: New file, from GNU gettext.
7273         * lib/relocwrapper.c: New file, from GNU gettext.
7274         * m4/relocatable.m4: New file, from GNU gettext.
7275
7276 2007-02-28  Bruno Haible  <bruno@clisp.org>
7277
7278         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
7279
7280         * modules/xreadlink: New file, from GNU gettext with modifications.
7281         * lib/xreadlink.c: New file, from GNU gettext.
7282         * lib/xreadlink.h: Add comments.
7283         (xreadlink): New declaration.
7284
7285         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
7286         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
7287         lib/xreadlink-with-size.c.
7288         (configure.ac): Remove gl_XREADLINK invocation.
7289         (Makefile.am): Augment lib_SOURCES.
7290         * m4/xreadlink.m4: Remove file.
7291         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
7292         (xreadlink_with_size): Renamed from xreadink.
7293         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
7294         * modules/canonicalize (Depends-on): Replace xreadlink with
7295         xreadlink-with-size.
7296         * lib/canonicalize.c (canonicalize_filename_mode): Update.
7297
7298 2007-02-25  Jim Meyering  <jim@meyering.net>
7299
7300         * build-aux/announce-gen: When complaining about excess arguments,
7301         list them.
7302
7303 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
7304
7305         * README: Document signed integer overflow situation more
7306         accurately.
7307
7308 2007-02-25  Bruno Haible  <bruno@clisp.org>
7309
7310         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
7311         'a' or 'A' conversion.
7312
7313 2007-02-25  Bruno Haible  <bruno@clisp.org>
7314
7315         * modules/filename: Renamed from modules/pathname.
7316         (Files): Replace lib/pathname.h with lib/filename.h. Replace
7317         lib/concatpath.c with lib/concat-filename.c.
7318         (Makefile.am): Update.
7319         (Include): Replace pathname.h with filename.h.
7320         * lib/filename.h: Renamed from lib/pathname.h.
7321         (concatenated_filename): Renamed from concatenated_pathname.
7322         * lib/concat-filename.c: Renamed from lib/concatpath.c.
7323         (concatenated_filename): Renamed from concatenated_pathname.
7324         * lib/findprog.c: Include filename.h instead of pathname.h.
7325         (find_in_path): Update.
7326         * lib/javacomp.c: Include filename.h instead of pathname.h.
7327         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
7328         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
7329         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
7330         is_oldgcj_14_13_usable, is_javac_usable): Update.
7331         * lib/javaexec.c: Include filename.h instead of pathname.h.
7332         (execute_java_class): Update.
7333         * modules/findprog: Update.
7334         * modules/javacomp: Update.
7335         * modules/javaexec: Update.
7336         * MODULES.html.sh (File system functions): Add 'filename', remove
7337         'pathname'.
7338
7339 2007-02-25  Bruno Haible  <bruno@clisp.org>
7340
7341         * modules/printf-frexpl-tests: New file.
7342         * tests/test-printf-frexpl.c: New file.
7343
7344         * modules/printf-frexpl: New file.
7345         * lib/printf-frexpl.h: New file.
7346         * lib/printf-frexpl.c: New file.
7347         * m4/printf-frexpl.m4: New file.
7348
7349 2007-02-25  Bruno Haible  <bruno@clisp.org>
7350
7351         * modules/printf-frexp-tests: New file.
7352         * tests/test-printf-frexp.c: New file.
7353
7354         * modules/printf-frexp: New file.
7355         * lib/printf-frexp.h: New file.
7356         * lib/printf-frexp.c: New file.
7357         * m4/printf-frexp.m4: New file.
7358
7359 2007-02-25  Bruno Haible  <bruno@clisp.org>
7360
7361         Assume automake >= 1.10 for the tests.
7362         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
7363         * modules/arctwo-tests: Likewise.
7364         * modules/argp-tests: Likewise.
7365         * modules/avltree-list-tests: Likewise.
7366         * modules/avltree-oset-tests: Likewise.
7367         * modules/avltreehash-list-tests: Likewise.
7368         * modules/carray-list-tests: Likewise.
7369         * modules/crc-tests: Likewise.
7370         * modules/des-tests: Likewise.
7371         * modules/gc-arcfour-tests: Likewise.
7372         * modules/gc-arctwo-tests: Likewise.
7373         * modules/gc-des-tests: Likewise.
7374         * modules/gc-hmac-md5-tests: Likewise.
7375         * modules/gc-hmac-sha1-tests: Likewise.
7376         * modules/gc-md2-tests: Likewise.
7377         * modules/gc-md4-tests: Likewise.
7378         * modules/gc-md5-tests: Likewise.
7379         * modules/gc-pbkdf2-sha1-tests: Likewise.
7380         * modules/gc-rijndael-tests: Likewise.
7381         * modules/gc-sha1-tests: Likewise.
7382         * modules/gc-tests: Likewise.
7383         * modules/getaddrinfo-tests: Likewise.
7384         * modules/hmac-md5-tests: Likewise.
7385         * modules/hmac-sha1-tests: Likewise.
7386         * modules/linked-list-tests: Likewise.
7387         * modules/linkedhash-list-tests: Likewise.
7388         * modules/lock-tests: Likewise.
7389         * modules/md2-tests: Likewise.
7390         * modules/md4-tests: Likewise.
7391         * modules/md5-tests: Likewise.
7392         * modules/rbtree-list-tests: Likewise.
7393         * modules/rbtree-oset-tests: Likewise.
7394         * modules/rbtreehash-list-tests: Likewise.
7395         * modules/read-file-tests: Likewise.
7396         * modules/rijndael-tests: Likewise.
7397         * modules/stdint-tests: Likewise.
7398         * modules/tls-tests: Likewise.
7399
7400 2007-02-24  Bruno Haible  <bruno@clisp.org>
7401
7402         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
7403         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
7404         function; instead check whether isnan with a double argument links.
7405         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
7406         function; instead check whether isnan with a 'long double' argument
7407         links.
7408         Reported by Eric Blake <ebb9@byu.net>.
7409
7410 2007-02-24  Bruno Haible  <bruno@clisp.org>
7411
7412         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
7413         defined.
7414         * lib/isnanl.c: Remove all code. Just include isnan.c.
7415         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
7416
7417 2007-02-25  Jim Meyering  <jim@meyering.net>
7418
7419         Avoid conflicting types for 'unsetenv' on FreeBSD.
7420         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
7421         conflicting with FreeBSD's (5.0 and 6.1) function declaration
7422         in stdlib.h.
7423
7424 2007-02-24  Bruno Haible  <bruno@clisp.org>
7425
7426         * modules/isnanl-nolibm-tests: New file.
7427         * tests/test-isnanl.c: New file.
7428
7429         * modules/isnanl-nolibm: New file.
7430         * lib/isnanl.h: New file.
7431         * lib/isnanl.c: New file.
7432         * m4/isnanl.m4: New file.
7433
7434 2007-02-24  Bruno Haible  <bruno@clisp.org>
7435
7436         * modules/isnan-nolibm-tests: New file.
7437         * tests/test-isnan.c: New file.
7438
7439         * modules/isnan-nolibm: New file.
7440         * lib/isnan.h: New file.
7441         * lib/isnan.c: New file.
7442         * m4/isnan.m4: New file.
7443
7444 2007-02-24  Bruno Haible  <bruno@clisp.org>
7445
7446         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
7447         assume that an exponent fits in 20 bits.
7448
7449 2007-02-24  Jim Meyering  <jim@meyering.net>
7450
7451         * m4/regex.m4: Update the description of the configure-time option,
7452         --without-included-regex, to state accurately what the defaults are,
7453         and perhaps to give people an idea why using this option is risky.
7454
7455 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
7456
7457         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
7458         loops on small arguments.  This attempts to avoid the problem
7459         Bruno Haible reported for AIX 4.3.2 in
7460         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
7461
7462 2007-02-23  Bruno Haible  <bruno@clisp.org>
7463
7464         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
7465         Needed for help2man.
7466
7467 2007-02-23  Karl Berry  <karl@gnu.org>
7468
7469         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
7470         exists, foo.h should be cvs-ignored, not committed.
7471
7472 2007-02-23  Eric Blake  <ebb9@byu.net>
7473
7474         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
7475         * lib/stat-time.h (includes): Likewise.
7476         * lib/utimecmp.c (includes): Likewise.
7477         * lib/utimens.h (includes): Likewise.
7478         * lib/getdate.y (includes): Also include "timespec.h" for use
7479         internal to the module.
7480         * modules/utimens (Depends-on): Revert yesterday's patch.
7481         * modules/nanosleep (Depends-on): Add missing dependency.
7482
7483 2007-02-22  Bruno Haible  <bruno@clisp.org>
7484
7485         * lib/glob.c: Don't include getlogin_r.h.
7486
7487 2007-02-22  Jim Meyering  <jim@meyering.net>
7488
7489         * modules/utimens (Depends-on): Add timespec, required for
7490         utimens.h's inclusion of timespec.h.
7491
7492 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
7493
7494         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
7495         long unreadable paths in GNU/Linux.  Problem reported by Andreas
7496         Schwab in
7497         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
7498         I'll try to think of a better way to fix the Solaris problem.
7499
7500         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
7501         like glibc; on Solaris 10, it fails with errno == EINVAL.
7502         POSIX says the behavior is unspecified if the first argument is NULL,
7503         so play it safe and never pass NULL to the system getcwd.
7504
7505 2007-02-21  Jim Meyering  <jim@meyering.net>
7506
7507         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
7508         of gettimeofday.  It would conflict with the one now always
7509         provided via sys_time_.h.  Reported by Matthew Woehlke, as
7510         an IRIX 6.5 build failure.
7511
7512 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
7513
7514         Minor fixups to port to Solaris 10 with Sun C 5.8.
7515         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
7516         * modules/getcwd (Depends-on): Add dirfd.
7517         * lib/putenv.c (putenv): #undef it.
7518         (rpl_putenv): New decl.
7519         (malloc, free): Include <stdlib.h> rather than prototyping separately.
7520
7521 2007-02-20  Bruno Haible  <bruno@clisp.org>
7522
7523         * modules/stdio-tests: New file.
7524         * tests/test-stdio.c: New file.
7525
7526         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
7527         (Depends-on): Add stdio.
7528         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
7529         (Include): Use <stdio.h> instead of vsnprintf.h.
7530         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
7531         HAVE_DECL_VSNPRINTF.
7532         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
7533
7534         * modules/snprintf (Files): Remove lib/snprintf.h.
7535         (Depends-on): Add stdio.
7536         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
7537         (Include): Use <stdio.h> instead of snprintf.h.
7538         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
7539         HAVE_DECL_SNPRINTF.
7540         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
7541         * lib/getaddrinfo.c: Likewise.
7542
7543         * modules/stdio: New file.
7544         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
7545         * lib/snprintf.h: Remove file.
7546         * lib/vsnprintf.h: Remove file.
7547         * lib/.cppi-disable: Remove snprintf.h.
7548         * m4/stdio_h.m4: New file.
7549         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
7550
7551 2007-02-20  Jim Meyering  <jim@meyering.net>
7552
7553         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
7554         used by e.g., mingw.  From Bruno Haible.
7555
7556 2007-02-19  Bruno Haible  <bruno@clisp.org>
7557
7558         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
7559         warnings.
7560         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7561
7562 2007-02-19  Bruno Haible  <bruno@clisp.org>
7563
7564         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
7565         from mingw users.
7566
7567 2007-02-19  Bruno Haible  <bruno@clisp.org>
7568
7569         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
7570         warnings.
7571         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
7572
7573 2007-02-19  Jim Meyering  <jim@meyering.net>
7574
7575         Don't use FD after a successful "fdopendir (fd)".
7576         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
7577         Reset it by calling dirfd on the just-obtained DIR*.
7578
7579         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
7580         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
7581
7582 2007-02-18  Bruno Haible  <bruno@clisp.org>
7583
7584         * lib/readlink.c: Include <unistd.h>.
7585         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
7586         HAVE_READLINK.
7587         * modules/readlink (Depends-on): Add unistd.
7588         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7589         (Include): Add <unistd.h>.
7590
7591         * lib/getlogin_r.h: Remove file.
7592         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
7593         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
7594         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
7595         HAVE_DECL_GETLOGIN_R.
7596         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
7597         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7598         (Include): Use <unistd.h> instead of getlogin_r.h.
7599
7600         * lib/getcwd.h: Remove file.
7601         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
7602         * lib/xgetcwd.c: Likewise.
7603         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
7604         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
7605         * modules/getcwd (Files): Remove lib/getcwd.h.
7606         (Depends-on): Add unistd.
7607         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7608         (Include): Use <unistd.h> instad of getcwd.h.
7609
7610         * lib/ftruncate.c: Include <unistd.h> first.
7611         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
7612         Set HAVE_FTRUNCATE.
7613         * modules/ftruncate (Depends-on): Add unistd.
7614         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7615
7616         * lib/fchdir.c: Include <unistd.h> first.
7617         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
7618         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
7619         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
7620         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7621         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
7622
7623         * lib/dup2.c: Include <unistd.h> first.
7624         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
7625         HAVE_DUP2.
7626         * modules/dup2 (Depends-on): Add unistd.
7627         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7628
7629         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
7630         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
7631         REPLACE_CHOWN. Don't define chown as a macro here.
7632         * modules/chown (Depends-on): Add unistd.
7633         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7634
7635         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
7636         Add definition for GL_LINK_WARNING.
7637         (chown, dup2): New declarations.
7638         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
7639         link warning.
7640         (ftruncate): New declaration.
7641         (getcwd): New declaration, taken from old getcwd.h.
7642         (getlogin_r): New declaration, taken from old getlogin_r.h.
7643         (readlink): New declaration.
7644         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
7645         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
7646         (gl_PREREQ_UNISTD): Remove macro.
7647         (gl_UNISTD_MODULE_INDICATOR): New macro.
7648         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
7649         many new variables. Don't set UNISTD_H.
7650         * modules/unistd (Description): Change.
7651         (Depends-on): Add link-warning.
7652         (configure.ac): Update.
7653         (Makefile.am): Create unistd.h always. Substitute many new variables
7654         into it.
7655
7656 2007-02-18  Bruno Haible  <bruno@clisp.org>
7657
7658         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
7659         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
7660         HAVE_GETSUBOPT.
7661         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
7662         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
7663         * lib/getsubopt.h: Remove file.
7664         * modules/getsubopt (Files): Remove lib/getsubopt.h.
7665         (Depends-on): Add stdlib.
7666         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7667         (Includes): Use <stdlib.h> instead of getsubopt.h.
7668         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
7669         Set HAVE_GETSUBOPT.
7670         * lib/getsubopt.c: Don't include getsubopt.h.
7671
7672 2007-02-18  Bruno Haible  <bruno@clisp.org>
7673
7674         * modules/fchdir (Depends-on): Add dup2.
7675
7676 2007-02-18  Bruno Haible  <bruno@clisp.org>
7677
7678         * lib/stdlib_.h: Handle glibc's special invocation convention
7679         specially.
7680
7681 2007-02-18  Bruno Haible  <bruno@clisp.org>
7682
7683         * modules/stdlib-tests: New file.
7684         * tests/test-stdlib.c: New file.
7685
7686         * modules/mkstemp (Files): Remove lib/mkstemp.h.
7687         (Depends-on): Add stdlib.
7688         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7689         (Includes): Use <stdlib.h> instead of mkstemp.h.
7690         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
7691         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
7692         * lib/mkstemp.c: Don't include mkstemp.h.
7693         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
7694         * lib/stdlib--.h: Don't include mkstemp.h.
7695
7696         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
7697         (Depends-on): Add stdlib.
7698         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7699         (Includes): Use <stdlib.h> instead of mkdtemp.h.
7700         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
7701         HAVE_MKDTEMP.
7702         * lib/mkdtemp.c: Don't include mkdtemp.h.
7703         * lib/clean-temp.c: Don't include mkdtemp.h.
7704
7705         * modules/exit (Files): Remove lib/exit.h.
7706         (Depends-on): Add stdlib.
7707         (Makefile.am): Remove lib_SOURCES.
7708         (Include): Use <stdlib.h> instead of exit.h.
7709         * lib/argmatch.c: Don't include exit.h.
7710         * lib/execute.c: Likewise.
7711         * lib/pagealign_alloc.c: Likewise.
7712         * lib/pipe.c: Likewise.
7713         * lib/wait-process.c: Likewise.
7714         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
7715         * lib/exitfail.c: Likewise.
7716         * lib/savewd.c: Likewise.
7717         * lib/xsetenv.c: Likewise.
7718
7719         * modules/stdlib: New file.
7720         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
7721         and extra comments about mkstemp().
7722         * lib/exit.h: Remove file.
7723         * lib/mkdtemp.h: Remove file.
7724         * lib/mkstemp.h: Remove file.
7725         * m4/stdlib_h.m4: New file.
7726         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
7727
7728 2007-02-18  Bruno Haible  <bruno@clisp.org>
7729
7730         * modules/math-tests: New file.
7731         * tests/test-math.c: New file.
7732
7733         * modules/math: New file.
7734         * modules/mathl (Files): Remove lib/mathl.h.
7735         (Depends-on): Add math.
7736         (Makefile.am): Don't mention mathl.h.
7737         (Include): Use <math.h> instead of mathl.h.
7738         * lib/math_.h: New file.
7739         * lib/mathl.h: Remove file.
7740         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
7741         mathl.h.
7742         * lib/asinl.c: Likewise.
7743         * lib/atanl.c: Likewise.
7744         * lib/ceill.c: Likewise.
7745         * lib/cosl.c: Likewise.
7746         * lib/expl.c: Likewise.
7747         * lib/floorl.c: Likewise.
7748         * lib/frexpl.c: Likewise.
7749         * lib/ldexpl.c: Likewise.
7750         * lib/logl.c: Likewise.
7751         * lib/sincosl.c: Likewise.
7752         * lib/sinl.c: Likewise.
7753         * lib/sqrtl.c: Likewise.
7754         * lib/tanl.c: Likewise.
7755         * lib/trigl.c: Likewise.
7756         * m4/math_h.m4: New file.
7757         * MODULES.html.sh (Mathematics): Add math.
7758
7759 2007-02-17  Bruno Haible  <bruno@clisp.org>
7760
7761         * modules/wctype-tests: New file.
7762         * tests/test-wctype.c: New file.
7763
7764         * modules/wchar-tests: New file.
7765         * tests/test-wchar.c: New file.
7766
7767         * modules/unistd-tests: New file.
7768         * tests/test-unistd.c: New file.
7769
7770         * modules/time-tests: New file.
7771         * tests/test-time.c: New file.
7772
7773         * modules/sysexits-tests: New file.
7774         * tests/test-sysexits.c: New file.
7775
7776         * modules/sys_time-tests: New file.
7777         * tests/test-sys_time.c: New file.
7778
7779         * modules/sys_stat-tests: New file.
7780         * tests/test-sys_stat.c: New file.
7781
7782         * modules/sys_socket-tests: New file.
7783         * tests/test-sys_socket.c: New file.
7784
7785         * modules/sys_select-tests: New file.
7786         * tests/test-sys_select.c: New file.
7787
7788         * modules/string-tests: New file.
7789         * tests/test-string.c: New file.
7790
7791         * modules/stdbool-tests: New file.
7792         * tests/test-stdbool.c: New file.
7793
7794         * modules/netinet_in-tests: New file.
7795         * tests/test-netinet_in.c: New file.
7796
7797         * modules/inttypes-tests: New file.
7798         * tests/test-inttypes.c: New file.
7799
7800         * modules/fcntl-tests: New file.
7801         * tests/test-fcntl.c: New file.
7802
7803         * modules/byteswap-tests: New file.
7804         * tests/test-byteswap.c: New file.
7805
7806         * modules/arpa_inet-tests: New file.
7807         * tests/test-arpa_inet.c: New file.
7808
7809 2007-02-17  Bruno Haible  <bruno@clisp.org>
7810
7811         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
7812         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
7813         if the corresponding module is not enabled. Emit link warnings if
7814         the function is used nevertheless.
7815         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
7816         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
7817         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
7818         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
7819         * modules/inttypes (Depends-on): Add link-warning.
7820         (Makefile.am): Copy the contents of build-aux/link-warning.h into
7821         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
7822         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
7823         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
7824         * modules/imaxdiv (configure.ac): Likewise.
7825         * modules/strtoimax (configure.ac): Likewise.
7826         * modules/strtoumax (configure.ac): Likewise.
7827
7828 2007-02-17  Bruno Haible  <bruno@clisp.org>
7829
7830         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
7831         gl_STRING_MODULE_INDICATOR_DEFAULTS.
7832         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
7833         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
7834
7835 2007-02-17  Bruno Haible  <bruno@clisp.org>
7836
7837         * modules/link-warning: New file.
7838         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
7839         * lib/string_.h (GL_LINK_WARNING): Remove definition.
7840         * modules/string (Depends-on): Add link-warning.
7841         (Makefile.am): Copy the contents of build-aux/link-warning.h into
7842         string.h.
7843         * MODULES.html.sh (Support for building libraries and executables): Add
7844         link-warning.
7845
7846 2007-02-17  Bruno Haible  <bruno@clisp.org>
7847
7848         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
7849         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
7850         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
7851         long lines.
7852
7853 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
7854             Bruno Haible  <bruno@clisp.org>
7855
7856         * modules/tmpfile: New file.
7857         * lib/tmpfile.c: New file.
7858         * m4/tmpfile.m4: New file.
7859         * MODULES.html.sh (func_all_modules): New section "Input/output".
7860
7861 2007-02-15  Bruno Haible  <bruno@clisp.org>
7862
7863         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
7864         (supports_delete_on_close): New function.
7865         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
7866
7867 2007-02-14  Bruno Haible  <bruno@clisp.org>
7868
7869         * modules/mbspcasecmp-tests: New file.
7870         * tests/test-mbspcasecmp.sh: New file.
7871         * tests/test-mbspcasecmp.c: New file.
7872
7873         New module mbspcasecmp.
7874         * modules/mbspcasecmp: New file.
7875         * lib/mbspcasecmp.c: New file.
7876         * lib/string_.h (strncasecmp): Change warning message.
7877         (mbspcasecmp): New declaration.
7878         * m4/mbspcasecmp.m4: New file.
7879         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7880         GNULIB_MBSPCASECMP.
7881         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
7882         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
7883
7884 2007-02-14  Bruno Haible  <bruno@clisp.org>
7885
7886         * modules/mbsncasecmp-tests: New file.
7887         * tests/test-mbsncasecmp.sh: New file.
7888         * tests/test-mbsncasecmp.c: New file.
7889
7890         New module mbsncasecmp.
7891         * modules/mbsncasecmp: New file.
7892         * lib/mbsncasecmp.c: New file.
7893         * lib/string_.h (mbsncasecmp): New declaration.
7894         * m4/mbsncasecmp.m4: New file.
7895         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7896         GNULIB_MBSNCASECMP.
7897         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
7898         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
7899
7900 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
7901
7902         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
7903         Verify that it doesn't overlap with our flags.
7904         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
7905         do not have the desired effect in multibyte locales; instead, use
7906         mbscasecmp.
7907         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
7908         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
7909         we don't require GNU fnmatch ourselves (if our users require it, they
7910         should do so explicitly).
7911
7912         Fix regex code so it doesn't rely on strcasecmp.
7913         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
7914         Otherwise, include gnulib's langinfo.h.
7915         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
7916         undesirable behavior in non-C locales.  Instead, rely on localecharset.
7917         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
7918         * modules/regex (FILES): Remove m4/codeset.m4.
7919         (Depends-on): Add localcharset.  Remove strcase.
7920
7921 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7922
7923         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
7924         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
7925
7926 2007-02-13  Bruno Haible  <bruno@clisp.org>
7927
7928         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
7929         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7930
7931 2007-02-12  Bruno Haible  <bruno@clisp.org>
7932
7933         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
7934         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
7935         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
7936         time warning rather than a link error.
7937
7938 2007-02-12  Bruno Haible  <bruno@clisp.org>
7939
7940         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
7941         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
7942         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7943
7944 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
7945
7946         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
7947         args, not 2.
7948
7949 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
7950
7951         New module 'time', so that apps can include <time.h> as per
7952         POSIX and GNU instead of separate include files like time_r.h
7953         and timegm.h.  This implementation tries out a simpler approach
7954         for replacing decls in standard include files (as compared to
7955         the string module), somewhat as an experiment.
7956
7957         * config/srclist.txt: Comment out mktime.c for now.
7958         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
7959         since it doesn't apply any more.  Use generic wording instead.
7960         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
7961         'time'.
7962         * lib/time_.h, m4/time_h.m4, modules/time: New files.
7963         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
7964         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
7965         Don't include <sys/types.h>; no longer needed since we assume C89.
7966         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
7967         * lib/strftime.c: Likewise.
7968         * lib/time_r.c: Likewise.
7969         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
7970         * lib/nanosleep.c: Include <time.h> first, to check interface.
7971         * lib/strptime.c: Likewise.
7972         * lib/time_r.c: Likewise.
7973         * lib/timegm.c: Likewise.
7974         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
7975         needed.
7976         * lib/timegm.c: Don't include timegm.h; no longer needed.
7977         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
7978         time.h now handles any problems in that area.
7979         (struct timespec, nanosleep): Remove; time.h now arranges for these.
7980         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
7981         that time.h defines struct timespec.
7982         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
7983         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
7984         handles that.
7985         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
7986         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
7987         needed.  Set REPLACE_LOCALTIME.
7988         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
7989         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
7990         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
7991         nanosleep; time_h.m4 now does that.  Don't require
7992         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
7993         module handles this now.
7994         * modules/getdate (Depends-on): Remove timespec.  Add time.
7995         * modules/nanosleep (Depends-on): Likewise.
7996         * modules/stat-time (Depends-on): Likewise.
7997         * modules/nanosleep (Include): Include time.h, not timespec.h.
7998         * modules/strptime (Files): Remove lib/strptime.h.
7999         (Depends-on): Add extensions, time.
8000         (Include): Include time.h, not strptime.h.
8001         * modules/time_r (Files): Remove lib/time_r.h.
8002         (Depends-on): Add time.
8003         (Include): Include time.h, not time_r.h.
8004         * modules/timegm: Likewise.
8005         * modules/timespec (Description): Now does timespec-related decls
8006         of our own, instead of struct timespec itself.
8007         (Depends-on): Add time; remove extensions.
8008         (Maintainer): Add self.
8009         * modules/utimecmp (Depends-on): Add time; remove timespec.
8010         * modules/utimens (Depends-on): Likewise.
8011         * modules/xnanosleep (Depends-on): Likewise.
8012
8013 2007-02-11  Bruno Haible  <bruno@clisp.org>
8014
8015         * lib/c-strstr.c: Include allocsa.h.
8016         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8017         * lib/c-strcasestr.c: Include allocsa.h.
8018         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8019         * lib/strcasestr.c: Include allocsa.h.
8020         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8021         * lib/mbsstr.c: Include allocsa.h.
8022         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
8023         allocsa/freesa instead of malloc/free.
8024         * lib/mbscasestr.c: Include allocsa.h.
8025         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
8026         allocsa/freesa instead of malloc/free.
8027         * modules/c-strstr (Depends-on): Add allocsa.
8028         * modules/c-strcasestr (Depends-on): Likewise.
8029         * modules/strcasestr (Depends-on): Likewise.
8030         * modules/mbsstr (Depends-on): Likewise.
8031         * modules/mbscasestr (Depends-on): Likewise.
8032
8033 2007-02-11  Bruno Haible  <bruno@clisp.org>
8034
8035         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
8036
8037         * modules/mbsspn-tests: New file.
8038         * tests/test-mbsspn.sh: New file.
8039         * tests/test-mbsspn.c: New file.
8040
8041 2007-02-11  Bruno Haible  <bruno@clisp.org>
8042
8043         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
8044
8045         * modules/mbspbrk-tests: New file.
8046         * tests/test-mbspbrk.sh: New file.
8047         * tests/test-mbspbrk.c: New file.
8048
8049 2007-02-11  Bruno Haible  <bruno@clisp.org>
8050
8051         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
8052         unneeded cast.
8053
8054         * modules/mbscspn-tests: New file.
8055         * tests/test-mbscspn.sh: New file.
8056         * tests/test-mbscspn.c: New file.
8057
8058 2007-02-11  Bruno Haible  <bruno@clisp.org>
8059
8060         * modules/mbscasecmp-tests: New file.
8061         * tests/test-mbscasecmp.sh: New file.
8062         * tests/test-mbscasecmp.c: New file.
8063
8064 2007-02-11  Bruno Haible  <bruno@clisp.org>
8065
8066         Ensure O(n) worst-case complexity of mbscasestr.
8067         * lib/mbscasestr.c: Include stdbool.h.
8068         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
8069         functions.
8070         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
8071         the bookkeeping indicates that it's worth it.
8072         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
8073
8074         * modules/mbscasestr-tests: New file.
8075         * tests/test-mbscasestr1.c: New file.
8076         * tests/test-mbscasestr2.sh: New file.
8077         * tests/test-mbscasestr2.c: New file.
8078         * tests/test-mbscasestr3.sh: New file.
8079         * tests/test-mbscasestr3.c: New file.
8080         * tests/test-mbscasestr4.sh: New file.
8081         * tests/test-mbscasestr4.c: New file.
8082         * m4/locale-tr.m4: New file.
8083
8084 2007-02-11  Bruno Haible  <bruno@clisp.org>
8085
8086         Ensure O(n) worst-case complexity of mbsstr.
8087         * lib/mbsstr.c: Include stdbool.h.
8088         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
8089         functions.
8090         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
8091         bookkeeping indicates that it's worth it.
8092         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
8093
8094         * modules/mbsstr-tests: New file.
8095         * tests/test-mbsstr1.c: New file.
8096         * tests/test-mbsstr2.sh: New file.
8097         * tests/test-mbsstr2.c: New file.
8098         * tests/test-mbsstr3.sh: New file.
8099         * tests/test-mbsstr3.c: New file.
8100         * m4/locale-fr.m4: New file.
8101
8102 2007-02-11  Bruno Haible  <bruno@clisp.org>
8103
8104         * lib/mbsrchr.c (mbsrchr): Fix bug.
8105
8106         * modules/mbsrchr-tests: New file.
8107         * tests/test-mbsrchr.sh: New file.
8108         * tests/test-mbsrchr.c: New file.
8109
8110 2007-02-11  Bruno Haible  <bruno@clisp.org>
8111
8112         * lib/mbschr.c (mbschr): Fix bug.
8113
8114         * modules/mbschr-tests: New file.
8115         * tests/test-mbschr.sh: New file.
8116         * tests/test-mbschr.c: New file.
8117         * m4/locale-zh.m4: New file.
8118
8119 2007-02-11  Bruno Haible  <bruno@clisp.org>
8120
8121         Support for copying multibyte string iterators.
8122         * lib/mbiter.h: Include <string.h>.
8123         (mbiter_multi_copy): New function.
8124         (mbi_copy): New macro.
8125         * lib/mbuiter.h: Include <string.h>.
8126         (mbuiter_multi_copy): New function.
8127         (mbui_copy): New macro.
8128
8129 2007-02-11  Bruno Haible  <bruno@clisp.org>
8130
8131         New module mbslen.
8132         * modules/mbslen: New file.
8133         * lib/mbslen.c: New file.
8134         * lib/string_.h (mbslen): New declaration.
8135         * m4/mbslen.m4: New file.
8136         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8137         GNULIB_MBSLEN.
8138         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
8139         * MODULES.html.sh (Internationalization functions): Add mbslen.
8140
8141 2007-02-11  Bruno Haible  <bruno@clisp.org>
8142
8143         Ensure O(n) worst-case complexity of strcasestr substitute.
8144         * lib/strcasestr.c: Include stdbool.h.
8145         (knuth_morris_pratt): New function.
8146         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
8147         bookkeeping indicates that it's worth it.
8148         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
8149
8150         * modules/strcasestr-tests: New file.
8151         * tests/test-strcasestr.c: New file.
8152
8153 2007-02-11  Bruno Haible  <bruno@clisp.org>
8154
8155         Ensure O(n) worst-case complexity of c_strcasestr.
8156         * lib/c-strcasestr.c: Include stdbool.h, string.h.
8157         (knuth_morris_pratt): New function.
8158         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
8159         the bookkeeping indicates that it's worth it.
8160         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
8161
8162         * modules/c-strcasestr-tests: New file.
8163         * tests/test-c-strcasestr.c: New file.
8164
8165 2007-02-11  Bruno Haible  <bruno@clisp.org>
8166
8167         Ensure O(n) worst-case complexity of c_strstr.
8168         * lib/c-strstr.c: Include stdbool.h, string.h.
8169         (knuth_morris_pratt): New function.
8170         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
8171         bookkeeping indicates that it's worth it.
8172         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
8173
8174         * lib/c-strstr.c: Complete rewrite for maintainability.
8175
8176         * modules/c-strstr-tests: New file.
8177         * tests/test-c-strstr.c: New file.
8178
8179 2007-02-11  Bruno Haible  <bruno@clisp.org>
8180
8181         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
8182         5.2.1 and earlier, whereby \055 was treated just like the range
8183         delimiter '-'.
8184         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
8185
8186 2007-02-08  Bruno Haible  <bruno@clisp.org>
8187
8188         * modules/regex (Depends-on): Add stdbool.
8189         Reported by Dalibor Topic <robilad@kaffe.org>.
8190
8191 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
8192
8193         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
8194         Prefer returning from main to exiting from it.
8195         Remove unnecessary parens after sizeof.
8196
8197 2007-02-05  Bruno Haible  <bruno@clisp.org>
8198
8199         New module mbssep.
8200         * modules/mbssep: New file.
8201         * lib/mbssep.c: New file.
8202         * lib/string_.h (strsep): Add a conditional link warning.
8203         (mbssep): New declaration.
8204         * m4/mbssep.m4: New file.
8205         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8206         GNULIB_MBSSEP.
8207         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
8208         * MODULES.html.sh (Internationalization functions): Add mbssep.
8209
8210 2007-02-05  Bruno Haible  <bruno@clisp.org>
8211
8212         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
8213         Optimize search in case of 1 delimiter.
8214
8215 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
8216
8217         * lib/acl.h: Include sys/types.h before sys/acl.h.
8218
8219 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
8220
8221         Merge upstream fix for glibc bugzilla #3957:
8222
8223         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
8224
8225         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
8226         bit for RE_HAT_LISTS_NOT_NEWLINE.
8227         (build_charclass_op): Remove bogus comment.
8228
8229 2007-02-05  Simon Josefsson  <simon@josefsson.org>
8230
8231         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
8232
8233 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
8234
8235         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
8236         * lib/memmem.c [!defined _LIBC]: Include config.h.
8237
8238 2007-02-04  Bruno Haible  <bruno@clisp.org>
8239
8240         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
8241         warning message.
8242
8243 2007-02-04  Bruno Haible  <bruno@clisp.org>
8244
8245         New module mbstok_r.
8246         * modules/mbstok_r: New file.
8247         * lib/mbstok_r.c: New file.
8248         * lib/string_.h (strtok_r): Change argument names to match the
8249         comments. Add a conditional link warning.
8250         (mbstok_r): New declaration.
8251         * m4/mbstok_r.m4: New file.
8252         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8253         GNULIB_MBSTOK_R.
8254         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
8255         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
8256
8257 2007-02-04  Bruno Haible  <bruno@clisp.org>
8258
8259         New module mbsspn.
8260         * modules/mbsspn: New file.
8261         * lib/mbsspn.c: New file.
8262         * lib/string_.h (strspn): Add a conditional link warning.
8263         (mbsspn): New declaration.
8264         * m4/mbsspn.m4: New file.
8265         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8266         GNULIB_MBSSPN.
8267         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
8268         * MODULES.html.sh (Internationalization functions): Add mbsspn.
8269
8270 2007-02-04  Bruno Haible  <bruno@clisp.org>
8271
8272         New module mbspbrk.
8273         * modules/mbspbrk: New file.
8274         * lib/mbspbrk.c: New file.
8275         * lib/string_.h (strpbrk): Add a conditional link warning.
8276         (mbspbrk): New declaration.
8277         * m4/mbspbrk.m4: New file.
8278         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8279         GNULIB_MBSPBRK.
8280         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
8281         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
8282
8283 2007-02-04  Bruno Haible  <bruno@clisp.org>
8284
8285         New module mbscspn.
8286         * modules/mbscspn: New file.
8287         * lib/mbscspn.c: New file.
8288         * lib/string_.h (strcspn): Add a conditional link warning.
8289         (mbscspn): New declaration.
8290         * m4/mbscspn.m4: New file.
8291         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8292         GNULIB_MBSCSPN.
8293         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
8294         * MODULES.html.sh (Internationalization functions): Add mbscspn.
8295
8296 2007-02-04  Bruno Haible  <bruno@clisp.org>
8297
8298         New module mbscasestr, reduced goal of strcasestr.
8299         * modules/mbscasestr: New file.
8300         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
8301         (mbscasestr): Renamed from strcasestr.
8302         * lib/strcasestr.c: Don't include mbuiter.h.
8303         (strcasestr): Remove support for multibyte locales.
8304         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
8305         Change the conditional link warning.
8306         (mbscasestr): New declaration.
8307         * m4/mbscasestr.m4: New file.
8308         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
8309         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
8310         REPLACE_STRCASESTR.
8311         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
8312         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8313         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
8314         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
8315         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
8316         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
8317         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
8318         (Depends-on): Remove mbuiter.
8319         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
8320
8321 2007-02-04  Bruno Haible  <bruno@clisp.org>
8322
8323         Simplify handling of strncasecmp.
8324         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
8325         the conditional link warning.
8326         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8327         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
8328         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
8329         * modules/strcase (configure.ac): Don't invoke
8330         gl_STRING_MODULE_INDICATOR.
8331         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
8332
8333 2007-02-04  Bruno Haible  <bruno@clisp.org>
8334
8335         New module mbscasecmp, reduced goal of strcasecmp.
8336         * modules/mbscasecmp: New file.
8337         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
8338         (mbscasecmp): Renamed from strcasecmp.
8339         * lib/strcasecmp.c: Don't include mbuiter.h.
8340         (strcasecmp): Remove support for multibyte locales.
8341         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
8342         Change the conditional link warning.
8343         (mbscasecmp): New declaration.
8344         * m4/mbscasecmp.m4: New file.
8345         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
8346         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
8347         REPLACE_STRCASECMP.
8348         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
8349         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8350         GNULIB_MBSCASECMP.
8351         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
8352         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
8353         * modules/strcase (Files): Remove m4/mbrtowc.m4.
8354         (Depends-on): Remove mbuiter.
8355         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
8356
8357 2007-02-04  Bruno Haible  <bruno@clisp.org>
8358
8359         New module mbsstr. Remove module strstr.
8360         * modules/mbsstr: New file.
8361         * modules/strstr: Remove file.
8362         * lib/mbsstr.c: Renamed from lib/strstr.c.
8363         (mbsstr): Renamed from strstr.
8364         * lib/string_.h (strstr): Remove declaration. Change the conditional
8365         link warning.
8366         (mbsstr): New declaration.
8367         * m4/mbsstr.m4: New file.
8368         * m4/strstr.m4: Remove file.
8369         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
8370         REPLACE_STRSTR.
8371         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
8372         Don't initialize GNULIB_STRSTR.
8373         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
8374         substitute GNULIB_STRSTR and REPLACE_STRSTR.
8375         * MODULES.html.sh (Internationalization functions): Add mbsstr.
8376         (Support for systems lacking ANSI C 89): Remove strstr.
8377
8378 2007-02-04  Bruno Haible  <bruno@clisp.org>
8379
8380         New module mbsrchr.
8381         * modules/mbsrchr: New file.
8382         * lib/mbsrchr.c: New file.
8383         * lib/string_.h (strrchr): Add a conditional link warning.
8384         (mbsrchr): New declaration.
8385         * m4/mbsrchr.m4: New file.
8386         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8387         GNULIB_MBSRCHR.
8388         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
8389         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
8390
8391 2007-02-04  Bruno Haible  <bruno@clisp.org>
8392
8393         New module mbschr.
8394         * modules/mbschr: New file.
8395         * lib/mbschr.c: New file.
8396         * lib/string_.h (strchr): Add a conditional link warning.
8397         (mbschr): New declaration.
8398         * m4/mbschr.m4: New file.
8399         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8400         GNULIB_MBSCHR.
8401         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
8402         * MODULES.html.sh (Internationalization functions): Add mbschr.
8403
8404 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
8405
8406         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
8407
8408         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
8409
8410 2007-02-04  Bruno Haible  <bruno@clisp.org>
8411
8412         New module description section 'configure.ac-early'.
8413         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
8414         (func_get_autoconf_early_snippet): New function.
8415         (func_import, func_create_testdir): Use it. Remove special cases for
8416         modules 'extensions' and 'lock'.
8417         * modules/extensions (configure.ac-early): Require
8418         gl_USE_SYSTEM_EXTENSIONS.
8419         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
8420
8421 2007-02-04  Bruno Haible  <bruno@clisp.org>
8422
8423         Make use of gcj-4.3's -fsource and -ftarget option.
8424         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
8425         and if so try the options -fsource and -ftarget.
8426         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
8427         source_version, ftarget_option, target_version arguments.
8428         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
8429         (is_envjavac_oldgcj_14_14_usable): Renamed from
8430         is_envjavac_gcj_14_14_usable.
8431         (is_envjavac_oldgcj_14_13_usable): Renamed from
8432         is_envjavac_gcj_14_13_usable.
8433         (is_gcj_present): Update.
8434         (is_gcj_43, is_gcj43_usable): New functions.
8435         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
8436         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
8437         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
8438         try the options -fsource and -ftarget.
8439
8440 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
8441
8442         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
8443         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
8444         larger value.
8445
8446 2007-02-03  Jim Meyering  <jim@meyering.net>
8447
8448         Give tools a better chance to allocate space for very large buffers.
8449         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
8450
8451         Make pwd and readlink work also when run with an unreadable parent dir
8452         on systems with openat support.
8453         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
8454         provided getcwd function, even when we have openat support.
8455         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
8456
8457 2007-02-02  Bruno Haible  <bruno@clisp.org>
8458
8459         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
8460         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
8461         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
8462         portability problems if one of these functions is only used on specific
8463         platforms.
8464         Reported by Paul Eggert.
8465
8466 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
8467
8468         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
8469         is causing more trouble than it's curing.
8470         * lib/regex_internal.h (__mempcpy): Remove.
8471         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
8472         (and make the code a tad smaller to boot).
8473         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
8474
8475 2007-02-02  Jim Meyering  <jim@meyering.net>
8476
8477         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
8478         section, not in the Makefile.am: one.
8479
8480 2007-02-02  Eric Blake  <ebb9@byu.net>
8481
8482         * lib/strchrnul.c: Always include config.h first.
8483
8484         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
8485         gnulib strstr is not necessary here.
8486
8487 2007-02-02  Simon Josefsson  <simon@josefsson.org>
8488
8489         * m4/socklen.m4: Fix typo.
8490
8491 2007-02-02  Eric Blake  <ebb9@byu.net>
8492
8493         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
8494         * modules/netinet_in (Makefile.am): Likewise.
8495
8496 2007-02-01  Bruno Haible  <bruno@clisp.org>
8497
8498         * lib/string_.h (GL_LINK_WARNING): New macro.
8499         (strcasecmp, strstr, strcasestr): If provided by the system,
8500         conditionally define as a macro that leads to a warning instead of to
8501         an error.
8502         (strncasecmp): Conditionally define as a macro that leads to a warning.
8503
8504 2007-02-01  Karl Berry  <karl@gnu.org>
8505
8506         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
8507
8508 2007-02-01  Bruno Haible  <bruno@clisp.org>
8509
8510         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
8511         renamings.
8512
8513 2007-02-01  Eric Blake  <ebb9@byu.net>
8514
8515         * modules/regex (Depends-on): Revert dependence on mempcpy.
8516         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
8517         module's definition of mempcpy.
8518         Reported by Paul Eggert.
8519
8520 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
8521
8522         * lib/string_.h: If the gnulib module XYZ is not present, undefine
8523         the symbol XYZ before redefining it.  This fixes a problem with
8524         programs that don't use XYZ, when compiled on systems that define
8525         XYZ to something else.
8526
8527 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
8528
8529         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
8530         occurs when "mkdir -m foo" creates a setgid directory that is (1)
8531         writeable to group or other and (2) is intended to have a special
8532         mode bit that is set or cleared.  In such a case, the directory
8533         should be neither group- nor other-writeable until the special
8534         mode bits are right.
8535
8536 2007-01-31  Eric Blake  <ebb9@byu.net>
8537
8538         * modules/mountlist (Depends-on): Add strstr.
8539
8540         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
8541         bug.
8542         * modules/string (Makefile.am): Remove redundant replacement.
8543         * modules/regex (Depends-on): Add mempcpy.
8544
8545 2007-01-31  Bruno Haible  <bruno@clisp.org>
8546
8547         New module description field 'Link'.
8548         * gnulib-tool (func_usage): Document --extract-link-directive.
8549         (sed_extract_prog): Recognize 'Link' directive.
8550         (func_get_link_directive): New function.
8551         (func_import): Show summary of link directives.
8552         Handle --extract-link-directive option.
8553         * modules/acl (Link): New section.
8554         * modules/clock-time (Link): New section.
8555         * modules/euidaccess (Link): New section.
8556         * modules/gettext (Link): New section.
8557         * modules/iconv (Link): New section.
8558         * modules/lock (Link): New section.
8559         * modules/nanosleep (Link): New section.
8560         * modules/readline (Link): New section.
8561
8562 2007-01-27  Bruno Haible  <bruno@clisp.org>
8563
8564         Enforce the use of gnulib modules for unportable <string.h> functions.
8565         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
8566         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
8567         (gl_HEADER_STRING_H_BODY): Require it.
8568         * lib/string_.h: If the gnulib module XYZ is not present, redefine
8569         the symbol XYZ to one that gives a link error.
8570         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
8571         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
8572         * modules/mempcpy (configure.ac): Likewise.
8573         * modules/memrchr (configure.ac): Likewise.
8574         * modules/stpcpy (configure.ac): Likewise.
8575         * modules/stpncpy (configure.ac): Likewise.
8576         * modules/strcase (configure.ac): Likewise.
8577         * modules/strcasestr (configure.ac): Likewise.
8578         * modules/strchrnul (configure.ac): Likewise.
8579         * modules/strdup (configure.ac): Likewise.
8580         * modules/strndup (configure.ac): Likewise.
8581         * modules/strnlen (configure.ac): Likewise.
8582         * modules/strpbrk (configure.ac): Likewise.
8583         * modules/strsep (configure.ac): Likewise.
8584         * modules/strstr (configure.ac): Likewise.
8585         * modules/strtok_r (configure.ac): Likewise.
8586
8587 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
8588
8589         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
8590
8591 2007-01-30  Jim Meyering  <jim@meyering.net>
8592
8593         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
8594
8595 2007-01-29  Bruno Haible  <bruno@clisp.org>
8596
8597         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
8598         * lib/execute.c: Likewise.
8599         * lib/pipe.c: Likewise.
8600         * lib/printf-args.h: Likewise.
8601         * lib/printf-args.c: Likewise.
8602         * lib/printf-parse.c: Likewise.
8603         * lib/vasnprintf.c: Likewise.
8604
8605 2007-01-29  Eric Blake  <ebb9@byu.net>
8606
8607         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
8608         declaration.
8609
8610 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
8611
8612         * lib/strptime.h (strptime): Use 'restrict' for args where
8613         POSIX requires this.
8614         * lib/strptime.c (strptime): Likewise.
8615         Change license notice from LGPL to GPL, since gnulib-tool will
8616         change this as needed.
8617         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
8618         defined.
8619         Include "strptime.h" first, to check interface.
8620         Do not #undef _LIBC and _NL_CURRENT.
8621         Do not include <stdlib.h>; no longer needed.
8622         Include "time_r.h" and declare ptime_locale_status
8623         only if _LIBC is not defined.
8624         (__P): Remove unused macro.
8625         (match_string): Bring back glibc version, but use it only if _LIBC
8626         is defined.
8627         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
8628         Remove unnecessary assertion and abort() call.
8629         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
8630         * m4/strptime.m4: Fix serial number comment.
8631         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
8632         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
8633         (Depends-on): Add time_r.
8634
8635 2007-01-29  Bruno Haible  <bruno@clisp.org>
8636
8637         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
8638         strptime.
8639         * modules/strptime (Depends-on): Add stdbool.
8640         * lib/strptime.h: Include <time.h> always. Add comments.
8641
8642 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
8643
8644         * modules/strptime: New file.
8645         * lib/strptime.h: New file.
8646         * lib/strptime.c: New file.
8647         * m4/strptime.m4: New file.
8648
8649 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
8650
8651         * MODULES.html.sh: New module mpsort.
8652         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
8653
8654         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
8655         a circularity problem with HP-UX ia64 reported by Bob Proulx in
8656         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
8657         All uses changed.
8658         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
8659         All uses changed.
8660         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
8661         to _Restrict_.
8662         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
8663         the parameter matches the prototype.
8664
8665 2007-01-28  Jim Meyering  <jim@meyering.net>
8666
8667         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
8668         sys/time.h here, reverting that part of the previous patch:
8669         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
8670
8671 2007-01-28  Bruno Haible  <bruno@clisp.org>
8672
8673         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
8674         value of $(SYS_TIME_H).
8675         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
8676         remove it conditionally, too. [added by Jim Meyering]
8677         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
8678         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
8679         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
8680         GETTIMEOFDAY_REPLACEMENT to 1.
8681
8682 2007-01-28  Bruno Haible  <bruno@clisp.org>
8683
8684         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
8685         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
8686         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
8687         Set UNISTD_H instead of UNISTD_H2.
8688         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
8689
8690 2007-01-28  Bruno Haible  <bruno@clisp.org>
8691
8692         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
8693         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
8694
8695 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8696
8697         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
8698         (func_create_testdir): Ensure C locale for `grep' and `tr'
8699         character ranges.
8700         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
8701         ACLOCAL_AMFLAGS parsing state machine.
8702
8703 2007-01-27  Bruno Haible  <bruno@clisp.org>
8704
8705         * modules/unistr/base: Update.
8706
8707 2007-01-27  Bruno Haible  <bruno@clisp.org>
8708
8709         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
8710         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
8711         * modules/unistr/u32-mbtouc-unsafe: Renamed from
8712         modules/unistr/u32-mbtouc.
8713         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
8714         * lib/unistr.h: Update.
8715         * lib/linebreak.c: Update.
8716         * modules/unistr/u32-mbtouc: Renamed from
8717         modules/unistr/u32-mbtouc-safe.
8718         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
8719         * lib/unistr.h: Update.
8720         * lib/unistr/u32-to-u8.c: Update.
8721         * lib/unistr/u32-to-u16.c: Update.
8722
8723 2007-01-27  Bruno Haible  <bruno@clisp.org>
8724
8725         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
8726         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
8727         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
8728         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
8729         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
8730         * modules/unistr/u16-mbtouc-unsafe: Renamed from
8731         modules/unistr/u16-mbtouc.
8732         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
8733         * lib/unistr.h: Update.
8734         * lib/linebreak.c: Update.
8735         * modules/linebreak: Update.
8736         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
8737         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
8738         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
8739         * modules/unistr/u16-mbtouc: Renamed from
8740         modules/unistr/u16-mbtouc-safe.
8741         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
8742         * lib/unistr.h: Update.
8743         * lib/unistr/u16-to-u8.c: Update.
8744         * modules/unistr/u16-to-u8: Update.
8745         * lib/unistr/u16-to-u32.c: Update.
8746         * modules/unistr/u16-to-u32: Update.
8747
8748 2007-01-27  Bruno Haible  <bruno@clisp.org>
8749
8750         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
8751         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
8752         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
8753         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
8754         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
8755         * modules/unistr/u8-mbtouc-unsafe: Renamed from
8756         modules/unistr/u8-mbtouc.
8757         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
8758         * lib/unistr.h: Update.
8759         * lib/striconveh.c: Update.
8760         * modules/striconveh: Update.
8761         * lib/linebreak.c: Update.
8762         * modules/linebreak: Update.
8763         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
8764         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
8765         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
8766         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
8767         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
8768         * lib/unistr.h: Update.
8769         * lib/striconveh.c: Update.
8770         * modules/striconveh: Update.
8771         * lib/unistr/u8-to-u16.c: Update.
8772         * modules/unistr/u8-to-u16: Update.
8773         * lib/unistr/u8-to-u32.c: Update.
8774         * modules/unistr/u8-to-u32: Update.
8775
8776 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8777
8778         Sync from Libtool.
8779         * lib/argz.c: Do not include strings.h nor memory.h, include
8780         string.h unconditionally.  Patch by Simon Josefsson.
8781
8782 2007-01-27  Bruno Haible  <bruno@clisp.org>
8783
8784         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
8785         from gl_HEADER_STRING_H_BODY.
8786         (gl_HEADER_STRING_H_BODY): Require it.
8787         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
8788         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
8789         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
8790         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
8791         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
8792         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
8793         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
8794         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
8795         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
8796         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
8797         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
8798         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
8799         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
8800         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
8801         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
8802
8803 2007-01-27  Bruno Haible  <bruno@clisp.org>
8804
8805         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
8806         check_PROGRAMS into noinst_PROGRAMS.
8807         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
8808         check_PROGRAMS in this case.
8809         (func_import): Set for_test to false.
8810         (func_create_testdir): Set for_test to true.
8811
8812 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
8813             Bruno Haible  <bruno@clisp.org>
8814
8815         * modules/strcasestr (Files): Remove lib/strcasestr.h.
8816         (Depends-on): Add string.
8817         (Includes): Use <string.h> instead of strcasestr.h.
8818         * modules/string (Makefile.am): Also substitute the value of
8819         REPLACE_STRCASESTR.
8820         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
8821         assume strcasestr is declared in <string.h> not <strings.h>. Also
8822         set REPLACE_STRCASESTR.
8823         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
8824         REPLACE_STRCASESTR.
8825         * lib/strcasestr.h: Remove file.
8826         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
8827         * lib/string_.h (strcasestr): New declaration.
8828
8829 2007-01-27  Bruno Haible  <bruno@clisp.org>
8830
8831         * lib/string_.h: Use 'extern'.
8832
8833 2007-01-27  Jim Meyering  <jim@meyering.net>
8834
8835         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
8836         of set-but-not-used local, "q".
8837
8838         * lib/mempcpy.c: Include <config.h> before <string.h>.
8839         This fixes a compilation error on HP-UX, due to the system's
8840         "restrict"-using mempcpy prototype.
8841
8842 2007-01-26  Bruno Haible  <bruno@clisp.org>
8843
8844         Small optimization.
8845         * lib/javacomp.c: Include c-strstr.h.
8846          (is_envjavac_gcj): Use c_strstr instead of strstr.
8847         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
8848
8849 2007-01-26  Bruno Haible  <bruno@clisp.org>
8850
8851         * MODULES.html.sh (Unicode string functions): Add the new modules.
8852
8853         * modules/uniconv/u32-strconv-to-locale: New file.
8854         * lib/uniconv/u32-strconv-to-locale.c: New file.
8855
8856         * modules/uniconv/u16-strconv-to-locale: New file.
8857         * lib/uniconv/u16-strconv-to-locale.c: New file.
8858
8859         * modules/uniconv/u8-strconv-to-locale: New file.
8860         * lib/uniconv/u8-strconv-to-locale.c: New file.
8861
8862         * modules/uniconv/u32-strconv-from-locale: New file.
8863         * lib/uniconv/u32-strconv-from-locale.c: New file.
8864
8865         * modules/uniconv/u16-strconv-from-locale: New file.
8866         * lib/uniconv/u16-strconv-from-locale.c: New file.
8867
8868         * modules/uniconv/u8-strconv-from-locale: New file.
8869         * lib/uniconv/u8-strconv-from-locale.c: New file.
8870
8871         * modules/uniconv/u32-strconv-to-enc: New file.
8872         * lib/uniconv/u32-strconv-to-enc.c: New file.
8873         * modules/uniconv/u32-strconv-to-enc-tests: New file.
8874         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
8875
8876         * modules/uniconv/u16-strconv-to-enc: New file.
8877         * lib/uniconv/u16-strconv-to-enc.c: New file.
8878         * lib/uniconv/u-strconv-to-enc.h: New file.
8879         * modules/uniconv/u16-strconv-to-enc-tests: New file.
8880         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
8881
8882         * modules/uniconv/u8-strconv-to-enc: New file.
8883         * lib/uniconv/u8-strconv-to-enc.c: New file.
8884         * modules/uniconv/u8-strconv-to-enc-tests: New file.
8885         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
8886
8887         * modules/uniconv/u32-strconv-from-enc: New file.
8888         * lib/uniconv/u32-strconv-from-enc.c: New file.
8889         * modules/uniconv/u32-strconv-from-enc-tests: New file.
8890         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
8891
8892         * modules/uniconv/u16-strconv-from-enc: New file.
8893         * lib/uniconv/u16-strconv-from-enc.c: New file.
8894         * modules/uniconv/u16-strconv-from-enc-tests: New file.
8895         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
8896
8897         * modules/uniconv/u8-strconv-from-enc: New file.
8898         * lib/uniconv/u8-strconv-from-enc.c: New file.
8899         * lib/uniconv/u-strconv-from-enc.h: New file.
8900         * modules/uniconv/u8-strconv-from-enc-tests: New file.
8901         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
8902
8903         * modules/uniconv/u32-conv-from-enc: New file.
8904         * lib/uniconv/u32-conv-from-enc.c: New file.
8905         * modules/uniconv/u32-conv-from-enc-tests: New file.
8906         * tests/uniconv/test-u32-conv-from-enc.c: New file.
8907
8908         * modules/uniconv/u16-conv-from-enc: New file.
8909         * lib/uniconv/u16-conv-from-enc.c: New file.
8910         * lib/uniconv/u-conv-from-enc.h: New file.
8911         * modules/uniconv/u16-conv-from-enc-tests: New file.
8912         * tests/uniconv/test-u16-conv-from-enc.c: New file.
8913
8914         * modules/uniconv/u8-conv-from-enc: New file.
8915         * lib/uniconv/u8-conv-from-enc.c: New file.
8916         * modules/uniconv/u8-conv-from-enc-tests: New file.
8917         * tests/uniconv/test-u8-conv-from-enc.c: New file.
8918
8919         * modules/uniconv/base: New file.
8920         * lib/uniconv.h: New file.
8921
8922 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
8923
8924         * doc/gnulib-tool.texi (Initial import): Update to match current
8925         behavior with strdup module.
8926         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
8927         * lib/memmem.h: Remove; all uses removed.  This is now done
8928         by <string.h>.
8929         * lib/mempcpy.h: Likewise.
8930         * lib/memrchr.h: Likewise.
8931         * lib/stpcpy.h: Likewise.
8932         * lib/stpncpy.h: Likewise.
8933         * lib/strcase.h: Likewise.
8934         * lib/strchrnul.h: Likewise.
8935         * lib/strdup.h: Likewise.
8936         * lib/strndup.h: Likewise.
8937         * lib/strnlen.h: Likewise.
8938         * lib/strpbrk.h: Likewise.
8939         * lib/strsep.h: Likewise.
8940         * lib/strstr.h: Likewise.
8941         * lib/strtok_r.h: Likewise.
8942         * lib/string_.h: New file.
8943         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
8944         Rely on <string.h> instead.
8945         * lib/canon-host.c: Likewise.
8946         * lib/chdir-long.c: Likewise.
8947         * lib/concatpath.c: Likewise.
8948         * lib/exclude.c: Likewise.
8949         * lib/fchdir.c: Likewise.
8950         * lib/getaddrinfo.c: Likewise.
8951         * lib/getcwd.c: Likewise.
8952         * lib/getsubopt.c: Likewise.
8953         * lib/glob.c: Likewise.
8954         * lib/hard-locale.c: Likewise.
8955         * lib/iconvme.c: Likewise.
8956         * lib/javacomp.c: Likewise.
8957         * lib/mempcpy.c: Likewise.
8958         * lib/memrchr.c: Likewise.
8959         * lib/regex_internal.h: Likewise.
8960         * lib/stpncpy.c: Likewise.
8961         * lib/strcasecmp.c: Likewise.
8962         * lib/strchrnul.c: Likewise.
8963         * lib/strdup.c: Likewise.
8964         * lib/striconv.c: Likewise.
8965         * lib/striconveh.c: Likewise.
8966         * lib/striconveha.c: Likewise.
8967         * lib/strncasecmp.c: Likewise.
8968         * lib/strndup.c: Likewise.
8969         * lib/strnlen.c: Likewise.
8970         * lib/strsep.c: Likewise.
8971         * lib/strstr.c: Likewise.
8972         * lib/strtok_r.c: Likewise.
8973         * lib/userspec.c: Likewise.
8974         * lib/w32spawn.h: Likewise.
8975         * lib/xstrndup.c: Likewise.
8976         * lib/mountlist.c (strstr): Remove decl.
8977         * m4/string_h.m4: New file.
8978         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
8979         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
8980         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
8981         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
8982         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
8983         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
8984         Set REPLACE_STRCASECMP if necessary.
8985         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
8986         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
8987         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
8988         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
8989         HAVE_DECL_STRDUP if necessary.
8990         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
8991         since gl_FUNC_STRNDUP does that now.
8992         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
8993         Check for decl here...
8994         (gl_PREREQ_STRNLEN): ... not here.
8995         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
8996         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
8997         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
8998         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
8999         necessary.
9000         * modules/string: New file.
9001         * modules/memmem (Files): Remove special-purpose include file.
9002         (Depends-on): Add string.
9003         (Include): Include <string.h>, not the removed file.
9004         * modules/mempcpy: Likewise.
9005         * modules/memrchr: Likewise.
9006         * modules/stpcpy: Likewise.
9007         * modules/stpncpy: Likewise.
9008         * modules/strcase: Likewise.
9009         * modules/strchrnul: Likewise.
9010         * modules/strdup: Likewise.
9011         * modules/strndup: Likewise.
9012         * modules/strnlen: Likewise.
9013         * modules/strpbrk: Likewise.
9014         * modules/strsep: Likewise.
9015         * modules/strstr: Likewise.
9016         * modules/strtok_r: Likewise.
9017         * tests/test-dirname.c: Don't include "strdup.h", since
9018         <string.h> now suffices.
9019         * tests/test-memmem.c: Don't include "memmem.h", since
9020         <string.h> now suffices.
9021
9022 2007-01-25  Bruno Haible  <bruno@clisp.org>
9023
9024         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
9025         *resultp is 0.
9026
9027         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
9028         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
9029         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
9030         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
9031
9032         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
9033         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
9034         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
9035         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
9036         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
9037         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
9038
9039 2007-01-24  Bruno Haible  <bruno@clisp.org>
9040
9041         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
9042         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
9043         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
9044         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
9045         gl_FUNC_FTS_CORE.
9046         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
9047         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
9048         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
9049         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
9050         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
9051         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
9052         gl_FUNC_FCHOWNAT.
9053         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
9054         gl_FUNC_STRFTIME.
9055         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
9056         Reported by Ralf Wildenhues.
9057
9058 2007-01-24  Bruno Haible  <bruno@clisp.org>
9059
9060         Drop AC_REQUIRE calls that are redundant with the module dependencies.
9061         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
9062         gl_GETADDRINFO.
9063         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
9064         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
9065         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
9066
9067 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
9068
9069         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
9070         Don't use 'exit'; just return from 'main'.
9071         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
9072
9073         * lib/fnmatch_.h: Readjust white space and comments to match
9074         glibc, to avoid spurious diffs.
9075
9076 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9077
9078         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
9079         2004-12-01 change by Jakub Jelinek, since this code won't compile
9080         if !LIBC.  Problem reported by Bob Proulx.
9081
9082 2007-01-23  Bruno Haible  <bruno@clisp.org>
9083
9084         * lib/striconveh.c: Include c-strcaseeq.h.
9085         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
9086         * modules/striconveh (Depends-on): Add c-strcaseeq.
9087
9088 2007-01-23  Bruno Haible  <bruno@clisp.org>
9089
9090         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
9091
9092         * modules/c-strcaseeq: New file.
9093         * lib/c-strcaseeq.h: New file.
9094
9095         * modules/streq: New file.
9096         * lib/streq.h: New file.
9097
9098 2007-01-23  Bruno Haible  <bruno@clisp.org>
9099
9100         * modules/striconveha-tests: New file.
9101         * tests/test-striconveha.c: New file.
9102
9103         * lib/striconveha.h: Include <stdbool.h>.
9104         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
9105         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
9106         (mem_iconveha_notranslit): Renamed from mem_iconveha.
9107         (mem_iconveha): New function.
9108         (str_iconveha_notranslit): Renamed from str_iconveha.
9109         (str_iconveha): New function.
9110         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
9111         c-strcase.
9112
9113 2007-01-23  Bruno Haible  <bruno@clisp.org>
9114
9115         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
9116         encodings without forgiving before trying any encoding with handler.
9117         (str_iconveha): Try all encodings without forgiving before trying any
9118         encoding with handler.
9119
9120 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9121
9122         Import the following changes from libc.
9123
9124         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
9125
9126         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
9127
9128         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
9129
9130         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
9131         normal_bracket label.
9132
9133         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
9134
9135         [BZ #361]
9136         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
9137         to normal_bracket after fetching the next character.
9138
9139 2007-01-22  Bruno Haible  <bruno@clisp.org>
9140
9141         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
9142         argument.
9143         * lib/striconveh.c (iconv_carefully_1): New function.
9144         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
9145         argument.
9146         (str_cd_iconveh): Update.
9147         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
9148         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
9149         * tests/test-striconveh.c (MAGIC): New macro.
9150         (new_offsets): New function.
9151         (main): Test call with and without offsets.
9152
9153 2007-01-22  Bruno Haible  <bruno@clisp.org>
9154
9155         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
9156         * modules/sys_select (Makefile.am): Likewise.
9157         * modules/sys_socket (Makefile.am): Likewise.
9158         * modules/sys_time (Makefile.am): Likewise.
9159
9160 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9161
9162         * modules/gettimeofday (License): Change from GPL to LGPL, since
9163         gettimeofday is a library function.
9164
9165 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9166
9167         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
9168
9169 2007-01-21  Bruno Haible  <bruno@clisp.org>
9170
9171         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
9172
9173 2007-01-21  Bruno Haible  <bruno@clisp.org>
9174
9175         * modules/striconveha: New file.
9176         * lib/striconveha.h: New file.
9177         * lib/striconveha.c: New file.
9178         * MODULES.html.sh (Internationalization functions): Add striconveha.
9179         * lib/striconv.c (str_iconv): Optimize the case of an empty input
9180         string.
9181         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
9182
9183 2007-01-21  Bruno Haible  <bruno@clisp.org>
9184
9185         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
9186         * lib/striconveh.c (str_iconveh): Likewise.
9187
9188 2007-01-21  Bruno Haible  <bruno@clisp.org>
9189
9190         * lib/striconveh.h (mem_iconveh): New declaration.
9191         * lib/striconveh.c (mem_iconveh): New function.
9192         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
9193
9194 2007-01-21  Bruno Haible  <bruno@clisp.org>
9195
9196         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
9197
9198         * lib/striconveh.h (mem_cd_iconveh): Change specification.
9199         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
9200         original result buffer.
9201         (str_cd_iconveh): Update.
9202         * tests/test-striconveh.c (main): Update.
9203
9204         * lib/striconv.h (mem_cd_iconv): Change specification.
9205         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
9206         result buffer.
9207         (str_cd_iconv): Update.
9208         * tests/test-striconv.c (main): Update.
9209
9210 2007-01-21  Bruno Haible  <bruno@clisp.org>
9211
9212         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
9213
9214 2007-01-20  Jim Meyering  <jim@meyering.net>
9215
9216         * lib/userspec.c (parse_with_separator): If a user or group string
9217         starts with "+", skip the corresponding name-to-ID look-up, since
9218         such a look-up must fail: user and group names may not include "+".
9219
9220 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
9221
9222         * lib/poll.c: Include sys/time.h and time.h unconditionally,
9223         since we now assume the sys_time module.
9224         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
9225         check for sys/time.h; no longer needed.
9226         * modules/poll (Depends-on): Depend on sys_time.
9227
9228 2007-01-18  Bruno Haible  <bruno@clisp.org>
9229
9230         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
9231         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
9232
9233         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
9234         gettimeofday.
9235
9236         * tests/test-gettimeofday.c: Include <time.h>.
9237         (dummy): Remove variable.
9238
9239         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
9240         gl_HEADER_SYS_TIME_H.
9241         (gl_HEADER_SYS_TIME_H): New macro.
9242
9243         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
9244         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9245         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
9246         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
9247         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9248         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
9249         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
9250         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9251         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
9252         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
9253         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9254
9255         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
9256         last change; it caused a compilation error when cross-compiling to
9257         Cygwin.
9258
9259 2007-01-18  Jim Meyering  <jim@meyering.net>
9260
9261         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
9262         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
9263         than the race-prone "test -d sys || mkdir sys".
9264         (configure.ac): Use AC_PROG_MKDIR_P.
9265         * modules/sys_select: Likewise.
9266         * modules/sys_socket: Likewise.
9267         * modules/sys_time: Likewise.
9268
9269 2007-01-18  Eric Blake  <ebb9@byu.net>
9270
9271         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
9272         replace gettimeofday.
9273         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
9274         name, to avoid infinite recursion.
9275
9276 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
9277
9278         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
9279         module sys_time.
9280         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
9281         assume timespec.h defines struct timeval.
9282         * lib/settime.c: Likewise.
9283         * lib/utimens.c: Likewise.
9284         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
9285         since we now assume the gettimeofday module.
9286         * lib/tempname.c (__gen_tempname): Likewise.
9287         * lib/gettimeofday.h: Remove.
9288         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
9289         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
9290         Include <time.h>, for 'time()'.
9291         (localtime_buffer_addr): Also use this workaround if
9292         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
9293         to simplify the uses.  All uses changed.
9294         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
9295         that #undef is inside {}, and 'const' follows type name consistently.
9296         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
9297         (gettimeofday): Do not use the maximum possible value for
9298         tv->tv_usec, since that might break usages other than ls.c.
9299         Instead, we'll leave ls.c alone.  This undoes today's patch
9300         by Bruno.  Add a compile-time warning for 1s-clock resolution;
9301         we've never observed the problem but might as well keep the
9302         canary.
9303         * lib/nanosleep.c: Include timespec.h first, for interface check.
9304         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
9305         now assume the sys_time module.
9306         * lib/tempname.c: Likewise.
9307         * lib/timespec.h: Likewise.
9308         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
9309         needed.
9310         * lib/strftime.c: Likewise.
9311         * lib/timespec.h: Likewise.
9312         * lib/posixtm.c: Include posixtm.h first, for interface check.
9313         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
9314         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
9315         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
9316         * lib/sys_time_.h: New file.
9317         * lib/timespec.h (struct timespec): Use long int, not long.
9318         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
9319         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
9320         Remove obsolescent call to AC_HEADER_TIME.
9321         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
9322         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9323         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
9324         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
9325         Likewise.
9326         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
9327         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
9328         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
9329         into the sys_time module.  Check for gettimeofday just once.
9330         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
9331         for gettimeofday signature to just check the signature.  Merely
9332         compile it, since linking doesn't test signature.  Improve test for
9333         whether gettimeofday.o is actually needed.
9334         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
9335         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
9336         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
9337         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9338         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
9339         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
9340         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
9341         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
9342         than worrying about sys/time.h.
9343         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
9344         Don't bother worrying about TIME_WITH_SYS_TIME.
9345         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
9346         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
9347         * m4/sys_time_h.m4: New file.
9348         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
9349         Don't include sys/time.h.  Return from main rather than exiting.
9350         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
9351         all uses changed.
9352         * modules/gethrxtime (Depends-on): Add sys_time.
9353         * modules/gettime (Depends-on): Likewise.
9354         * modules/gettimeofday (Depends-on): Likewise.
9355         * modules/nanosleep (Depends-on): Likewise.
9356         * modules/settime (Depends-on): Likewise.
9357         * modules/tempname (Depends-on): Likewise.
9358         * modules/utimens (Depends-on): Likewise.
9359         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
9360         (Include:) Change back to <sys/time.h>.
9361         (Maintainer:) Add self.
9362         * modules/sys_time: New file.
9363         * modules/tempname (Depends-on): Add gettimeofday.
9364         * tests/test-gettimeofday.c: Include <sys/time.h>
9365         rather than gettimeofday.h.
9366
9367 2007-01-17  Bruno Haible  <bruno@clisp.org>
9368
9369         * gnulib-tool (func_get_license): Revert last patch. Instead, let
9370         the license default to GPL.
9371         (func_create_testdir): Don't complain if a module is LGPL and its
9372         tests module depends on GPLed modules.
9373
9374 2007-01-17  Bruno Haible  <bruno@clisp.org>
9375
9376         * lib/gettimeofday.c (gettimeofday): Add code for the case
9377         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
9378         maximum possible value for tv->tv_usec, rather than the minimum one.
9379
9380 2005-10-08  Martin Lambers  <marlam@marlam.de>
9381 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
9382 2007-01-16  Bruno Haible  <bruno@clisp.org>
9383
9384         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
9385         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
9386         gl_FUNC_GETTIMEOFDAY.
9387         (Include): Add gettimeofday.h.
9388         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
9389         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
9390         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
9391         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
9392         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
9393         * lib/gettimeofday.h: New file.
9394         * lib/gettimeofday.c: Include <sys/timeb.h>.
9395         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
9396         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9397         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
9398         fall back on time().
9399
9400         * tests/test-gettimeofday.c: New file.
9401         * modules/gettimeofday-tests: New file.
9402
9403 2007-01-16  Eric Blake  <ebb9@byu.net>
9404
9405         * modules/fnmatch (Depends-on): Depend on wchar.
9406         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
9407         * m4/fnmatch.m4: Likewise.
9408         * modules/mbchar (Makefile.am): Assume <wchar.h>.
9409         * m4/mbchar.m4: Likewise.
9410         * modules/mbswidth (Depends-on): Depend on wchar.
9411         * lib/mbswidth.c: Assume <wchar.h>.
9412         * m4/mbswidth.m4: Likewise.
9413         * modules/quotearg (Depends-on): Depend on wchar.
9414         * lib/quotearg.c: Assume <wchar.h>.
9415         * m4/quotearg.m4: Likewise.
9416         * modules/regex (Depends-on): Depend on wchar.
9417         * lib/regex_internal.h: Assume <wchar.h>.
9418         * m4/regex.m4: Likewise.
9419         * modules/stdint (Depends-on): Depend on wchar.
9420         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
9421         * m4/stdint.m4: Likewise.
9422         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
9423         * modules/strftime (Depends-on): Depend on wchar.
9424         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
9425         * modules/strtol (Depends-on): Depend on wchar.
9426         * lib/strtol.c: Assume <wchar.h>.
9427         * modules/wcwidth (Depends-on): Depend on wchar.
9428         * lib/wcwidth.h: Assume <wchar.h>.
9429         * m4/wcwidth.m4: Likewise.
9430
9431 2007-01-16  Bruno Haible  <bruno@clisp.org>
9432
9433         * modules/csharpexec-script: New, created from...
9434         * modules/csharpexec: ... this.
9435
9436 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
9437
9438         * modules/javaexec-script: New, created from...
9439         * modules/javaexec: ... this.
9440
9441 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9442
9443         * modules/poll (Dependencies): Add sys_select.
9444
9445 2007-01-15  Jim Meyering  <jim@meyering.net>
9446
9447         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
9448         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
9449         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
9450         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
9451
9452 2007-01-15  Bruno Haible  <bruno@clisp.org>
9453
9454         * modules/striconveh: New file.
9455         * lib/striconveh.h: New file.
9456         * lib/striconveh.c: New file.
9457         * MODULES.html.sh (Internationalization functions): Add striconveh.
9458
9459         * modules/striconveh-tests: New file.
9460         * tests/test-striconveh.c: New file.
9461
9462 2007-01-15  Bruno Haible  <bruno@clisp.org>
9463
9464         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
9465         not from GNU libiconv or GNU libc.
9466
9467 2007-01-15  Bruno Haible  <bruno@clisp.org>
9468
9469         * doc/gnulib-intro.texi (Copyright): Explain the different license
9470         terms for module descriptions, autoconf macros, tests, documentation.
9471
9472 2007-01-14  Bruno Haible  <bruno@clisp.org>
9473
9474         * modules/striconv-tests: New file.
9475         * tests/test-striconv.c: New file.
9476
9477 2007-01-14  Bruno Haible  <bruno@clisp.org>
9478
9479         * modules/iconv-tests: New file.
9480         * tests/test-iconv.c: New file.
9481
9482 2007-01-14  Bruno Haible  <bruno@clisp.org>
9483
9484         * gnulib-tool (func_get_license): For test modules, use the license of
9485         the main module.
9486
9487 2007-01-14  Bruno Haible  <bruno@clisp.org>
9488
9489         * modules/iconv (Include): Clarify that <iconv.h> can only be included
9490         if iconv is found to exist.
9491
9492 2007-01-14  Bruno Haible  <bruno@clisp.org>
9493
9494         * modules/c-ctype-tests: New file.
9495         * tests/test-c-ctype.c: New file.
9496
9497 2007-01-14  Bruno Haible  <bruno@clisp.org>
9498
9499         * modules/binary-io-tests: New file.
9500         * tests/test-binary-io.sh: New file.
9501         * tests/test-binary-io.c: New file.
9502
9503 2007-01-14  Bruno Haible  <bruno@clisp.org>
9504
9505         * modules/array-oset-tests: New file.
9506         * tests/test-array_oset.c: New file.
9507
9508 2007-01-14  Bruno Haible  <bruno@clisp.org>
9509
9510         * modules/array-list-tests: New file.
9511         * tests/test-array_list.c: New file.
9512
9513 2007-01-14  Bruno Haible  <bruno@clisp.org>
9514
9515         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
9516         and make.
9517         Reported by Simon Josefsson in
9518         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
9519
9520 2007-01-14  Bruno Haible  <bruno@clisp.org>
9521
9522         * modules/allocsa-tests: New file.
9523         * tests/test-allocsa.c: New file.
9524
9525 2007-01-14  Bruno Haible  <bruno@clisp.org>
9526
9527         * modules/fchdir (Depends-on): Add absolute-header.
9528         * modules/unistd (Depends-on): Likewise.
9529
9530 2006-12-30  Bruno Haible  <bruno@clisp.org>
9531
9532         * modules/fchdir: New file.
9533         * modules/unistd (Files): Add lib/unistd_.h.
9534         (Makefile.am): Generate unistd.h from unistd_.h.
9535         * lib/fchdir.c: New file.
9536         * lib/dirent_.h: New file.
9537         * lib/unistd_.h: New file.
9538         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
9539         * m4/fchdir.m4: New file.
9540         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
9541         (gl_HEADER_UNISTD): Invoke it.
9542         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
9543         function.
9544         * lib/backupfile.c (opendir, closedir): Undefine.
9545         * lib/chown.c (open, close): Undefine.
9546         * lib/clean-temp.c (open, close): Undefine.
9547         * lib/copy-file.c (open, close): Undefine.
9548         * lib/execute.c (open, close): Undefine.
9549         * lib/fsusage.c (open, close): Undefine.
9550         * lib/gc-gnulib.c (open, close): Undefine.
9551         * lib/getcwd.c (opendir, closedir): Undefine.
9552         * lib/glob.c (opendir, closedir): Undefine.
9553         * lib/javacomp.c (open, close): Undefine.
9554         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
9555         * lib/openat-proc.c (open, close): Undefine.
9556         * lib/pagealign_alloc.c (open, close): Undefine.
9557         * lib/pipe.c (open, close): Undefine.
9558         * lib/progreloc.c (open, close): Undefine.
9559         * lib/savedir.c (opendir, closedir): Undefine.
9560         * lib/utime.c (open, close): Undefine.
9561         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
9562
9563 2007-01-10  Bruno Haible  <bruno@clisp.org>
9564
9565         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
9566
9567 2007-01-12  Eric Blake  <ebb9@byu.net>
9568
9569         Provide a robust <wchar.h>.  Further simplifications are now
9570         possible in other modules, but not included here.
9571         * modules/wchar: New module.
9572         * m4/wchar.m4: New file.
9573         * lib/wchar_.h: Likewise.
9574         * modules/mbchar (Depends-on): Depend on wchar, as the first use
9575         of the new module.
9576         * MODULES.html.sh (Extended multibyte and wide character utilities):
9577         New section.
9578
9579 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
9580
9581         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
9582         to a reasonable default for memory allocation.
9583         (xreadlink): Don't allocate a huge buffer, to work around a buggy
9584         file system that reports garbage st_size values for symlinks.
9585         Problem reported by Liyang Hu.
9586
9587 2007-01-11  Simon Josefsson  <simon@josefsson.org>
9588
9589         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
9590         Emacs .#* auto-save files).
9591
9592 2007-01-11  Bruno Haible  <bruno@clisp.org>
9593
9594         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
9595         directory.
9596
9597 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9598
9599         Use @...@ consistently in lib/wctype_.h.
9600         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
9601         on it being set to 1 or 0.
9602         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
9603         go back to AC_SUBSTing it.
9604         * modules/wctype (Makefile.am): Undo previous change.
9605
9606 2007-01-10  Eric Blake  <ebb9@byu.net>
9607
9608         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
9609         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
9610         * modules/wctype (Makefile.am): Likewise.
9611         Reported by Chris McGuire.
9612
9613 2007-01-10  Jim Meyering  <jim@meyering.net>
9614
9615         fts.c: a small readability/maintainability improvement
9616         * lib/fts.c (fts_read): Make this code slightly more readable and
9617         maintainable by hoisting the "sp->fts_cur = p" assignments to
9618         immediately follow the statements that set P.  Derived from
9619         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
9620
9621 2007-01-10  Eric Blake  <ebb9@byu.net>
9622
9623         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
9624         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
9625         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
9626         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
9627         Reported by Chris McGuire.
9628
9629 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9630
9631         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
9632         in sed script.
9633
9634 2007-01-09  Bruno Haible  <bruno@clisp.org>
9635
9636         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
9637         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
9638         variables.
9639         (func_module): Use them.
9640
9641 2007-01-09  Bruno Haible  <bruno@clisp.org>
9642
9643         * modules/unistr/base: New file.
9644         * lib/unistr.h: New file.
9645
9646         * modules/unistr/u8-to-u16: New file.
9647         * lib/unistr/u8-to-u16.c: New file.
9648
9649         * modules/unistr/u8-to-u32: New file.
9650         * lib/unistr/u8-to-u32.c: New file.
9651
9652         * modules/unistr/u16-to-u8: New file.
9653         * lib/unistr/u16-to-u8.c: New file.
9654
9655         * modules/unistr/u16-to-u32: New file.
9656         * lib/unistr/u16-to-u32.c: New file.
9657
9658         * modules/unistr/u32-to-u8: New file.
9659         * lib/unistr/u32-to-u8.c: New file.
9660
9661         * modules/unistr/u32-to-u16: New file.
9662         * lib/unistr/u32-to-u16.c: New file.
9663
9664         * modules/unistr/u8-check: New file.
9665         * modules/unistr/u16-check: New file.
9666         * modules/unistr/u32-check: New file.
9667         * lib/unistr/u8-check.c: New file.
9668         * lib/unistr/u16-check.c: New file.
9669         * lib/unistr/u32-check.c: New file.
9670
9671         * modules/unistr/u8-chr: New file.
9672         * modules/unistr/u16-chr: New file.
9673         * modules/unistr/u32-chr: New file.
9674         * lib/unistr/u8-chr.c: New file.
9675         * lib/unistr/u16-chr.c: New file.
9676         * lib/unistr/u32-chr.c: New file.
9677
9678         * modules/unistr/u8-cmp: New file.
9679         * modules/unistr/u16-cmp: New file.
9680         * modules/unistr/u32-cmp: New file.
9681         * lib/unistr/u8-cmp.c: New file.
9682         * lib/unistr/u16-cmp.c: New file.
9683         * lib/unistr/u32-cmp.c: New file.
9684
9685         * modules/unistr/u8-cpy: New file.
9686         * modules/unistr/u16-cpy: New file.
9687         * modules/unistr/u32-cpy: New file.
9688         * lib/unistr/u8-cpy.c: New file.
9689         * lib/unistr/u16-cpy.c: New file.
9690         * lib/unistr/u32-cpy.c: New file.
9691         * lib/unistr/u-cpy.h: New file.
9692
9693         * modules/unistr/u8-cpy-alloc: New file.
9694         * modules/unistr/u16-cpy-alloc: New file.
9695         * modules/unistr/u32-cpy-alloc: New file.
9696         * lib/unistr/u8-cpy-alloc.c: New file.
9697         * lib/unistr/u16-cpy-alloc.c: New file.
9698         * lib/unistr/u32-cpy-alloc.c: New file.
9699         * lib/unistr/u-cpy-alloc.h: New file.
9700
9701         * modules/unistr/u8-endswith: New file.
9702         * modules/unistr/u16-endswith: New file.
9703         * modules/unistr/u32-endswith: New file.
9704         * lib/unistr/u8-endswith.c: New file.
9705         * lib/unistr/u16-endswith.c: New file.
9706         * lib/unistr/u32-endswith.c: New file.
9707         * lib/unistr/u-endswith.h: New file.
9708
9709         * modules/unistr/u8-mblen: New file.
9710         * modules/unistr/u16-mblen: New file.
9711         * modules/unistr/u32-mblen: New file.
9712         * lib/unistr/u8-mblen.c: New file.
9713         * lib/unistr/u16-mblen.c: New file.
9714         * lib/unistr/u32-mblen.c: New file.
9715
9716         * modules/unistr/u8-mbtouc: New file.
9717         * modules/unistr/u16-mbtouc: New file.
9718         * modules/unistr/u32-mbtouc: New file.
9719         * lib/unistr/u8-mbtouc.c: New file.
9720         * lib/unistr/u16-mbtouc.c: New file.
9721         * lib/unistr/u32-mbtouc.c: New file.
9722
9723         * modules/unistr/u8-mbtouc-safe: New file.
9724         * modules/unistr/u16-mbtouc-safe: New file.
9725         * modules/unistr/u32-mbtouc-safe: New file.
9726         * lib/unistr/u8-mbtouc-safe.c: New file.
9727         * lib/unistr/u16-mbtouc-safe.c: New file.
9728         * lib/unistr/u32-mbtouc-safe.c: New file.
9729
9730         * modules/unistr/u8-move: New file.
9731         * modules/unistr/u16-move: New file.
9732         * modules/unistr/u32-move: New file.
9733         * lib/unistr/u8-move.c: New file.
9734         * lib/unistr/u16-move.c: New file.
9735         * lib/unistr/u32-move.c: New file.
9736         * lib/unistr/u-move.h: New file.
9737
9738         * modules/unistr/u8-next: New file.
9739         * modules/unistr/u16-next: New file.
9740         * modules/unistr/u32-next: New file.
9741         * lib/unistr/u8-next.c: New file.
9742         * lib/unistr/u16-next.c: New file.
9743         * lib/unistr/u32-next.c: New file.
9744
9745         * modules/unistr/u8-prev: New file.
9746         * modules/unistr/u16-prev: New file.
9747         * modules/unistr/u32-prev: New file.
9748         * lib/unistr/u8-prev.c: New file.
9749         * lib/unistr/u16-prev.c: New file.
9750         * lib/unistr/u32-prev.c: New file.
9751
9752         * modules/unistr/u8-set: New file.
9753         * modules/unistr/u16-set: New file.
9754         * modules/unistr/u32-set: New file.
9755         * lib/unistr/u8-set.c: New file.
9756         * lib/unistr/u16-set.c: New file.
9757         * lib/unistr/u32-set.c: New file.
9758         * lib/unistr/u-set.h: New file.
9759
9760         * modules/unistr/u8-startswith: New file.
9761         * modules/unistr/u16-startswith: New file.
9762         * modules/unistr/u32-startswith: New file.
9763         * lib/unistr/u8-startswith.c: New file.
9764         * lib/unistr/u16-startswith.c: New file.
9765         * lib/unistr/u32-startswith.c: New file.
9766         * lib/unistr/u-startswith.h: New file.
9767
9768         * modules/unistr/u8-stpcpy: New file.
9769         * modules/unistr/u16-stpcpy: New file.
9770         * modules/unistr/u32-stpcpy: New file.
9771         * lib/unistr/u8-stpcpy.c: New file.
9772         * lib/unistr/u16-stpcpy.c: New file.
9773         * lib/unistr/u32-stpcpy.c: New file.
9774         * lib/unistr/u-stpcpy.h: New file.
9775
9776         * modules/unistr/u8-stpncpy: New file.
9777         * modules/unistr/u16-stpncpy: New file.
9778         * modules/unistr/u32-stpncpy: New file.
9779         * lib/unistr/u8-stpncpy.c: New file.
9780         * lib/unistr/u16-stpncpy.c: New file.
9781         * lib/unistr/u32-stpncpy.c: New file.
9782         * lib/unistr/u-stpncpy.h: New file.
9783
9784         * modules/unistr/u8-strcat: New file.
9785         * modules/unistr/u16-strcat: New file.
9786         * modules/unistr/u32-strcat: New file.
9787         * lib/unistr/u8-strcat.c: New file.
9788         * lib/unistr/u16-strcat.c: New file.
9789         * lib/unistr/u32-strcat.c: New file.
9790         * lib/unistr/u-strcat.h: New file.
9791
9792         * modules/unistr/u8-strchr: New file.
9793         * modules/unistr/u16-strchr: New file.
9794         * modules/unistr/u32-strchr: New file.
9795         * lib/unistr/u8-strchr.c: New file.
9796         * lib/unistr/u16-strchr.c: New file.
9797         * lib/unistr/u32-strchr.c: New file.
9798
9799         * modules/unistr/u8-strcmp: New file.
9800         * modules/unistr/u16-strcmp: New file.
9801         * modules/unistr/u32-strcmp: New file.
9802         * lib/unistr/u8-strcmp.c: New file.
9803         * lib/unistr/u16-strcmp.c: New file.
9804         * lib/unistr/u32-strcmp.c: New file.
9805
9806         * modules/unistr/u8-strcpy: New file.
9807         * modules/unistr/u16-strcpy: New file.
9808         * modules/unistr/u32-strcpy: New file.
9809         * lib/unistr/u8-strcpy.c: New file.
9810         * lib/unistr/u16-strcpy.c: New file.
9811         * lib/unistr/u32-strcpy.c: New file.
9812         * lib/unistr/u-strcpy.h: New file.
9813
9814         * modules/unistr/u8-strcspn: New file.
9815         * modules/unistr/u16-strcspn: New file.
9816         * modules/unistr/u32-strcspn: New file.
9817         * lib/unistr/u8-strcspn.c: New file.
9818         * lib/unistr/u16-strcspn.c: New file.
9819         * lib/unistr/u32-strcspn.c: New file.
9820         * lib/unistr/u-strcspn.h: New file.
9821
9822         * modules/unistr/u8-strdup: New file.
9823         * modules/unistr/u16-strdup: New file.
9824         * modules/unistr/u32-strdup: New file.
9825         * lib/unistr/u8-strdup.c: New file.
9826         * lib/unistr/u16-strdup.c: New file.
9827         * lib/unistr/u32-strdup.c: New file.
9828         * lib/unistr/u-strdup.h: New file.
9829
9830         * modules/unistr/u8-strlen: New file.
9831         * modules/unistr/u16-strlen: New file.
9832         * modules/unistr/u32-strlen: New file.
9833         * lib/unistr/u8-strlen.c: New file.
9834         * lib/unistr/u16-strlen.c: New file.
9835         * lib/unistr/u32-strlen.c: New file.
9836         * lib/unistr/u-strlen.h: New file.
9837
9838         * modules/unistr/u8-strmblen: New file.
9839         * modules/unistr/u16-strmblen: New file.
9840         * modules/unistr/u32-strmblen: New file.
9841         * lib/unistr/u8-strmblen.c: New file.
9842         * lib/unistr/u16-strmblen.c: New file.
9843         * lib/unistr/u32-strmblen.c: New file.
9844
9845         * modules/unistr/u8-strmbtouc: New file.
9846         * modules/unistr/u16-strmbtouc: New file.
9847         * modules/unistr/u32-strmbtouc: New file.
9848         * lib/unistr/u8-strmbtouc.c: New file.
9849         * lib/unistr/u16-strmbtouc.c: New file.
9850         * lib/unistr/u32-strmbtouc.c: New file.
9851
9852         * modules/unistr/u8-strncat: New file.
9853         * modules/unistr/u16-strncat: New file.
9854         * modules/unistr/u32-strncat: New file.
9855         * lib/unistr/u8-strncat.c: New file.
9856         * lib/unistr/u16-strncat.c: New file.
9857         * lib/unistr/u32-strncat.c: New file.
9858         * lib/unistr/u-strncat.h: New file.
9859
9860         * modules/unistr/u8-strncmp: New file.
9861         * modules/unistr/u16-strncmp: New file.
9862         * modules/unistr/u32-strncmp: New file.
9863         * lib/unistr/u8-strncmp.c: New file.
9864         * lib/unistr/u16-strncmp.c: New file.
9865         * lib/unistr/u32-strncmp.c: New file.
9866
9867         * modules/unistr/u8-strncpy: New file.
9868         * modules/unistr/u16-strncpy: New file.
9869         * modules/unistr/u32-strncpy: New file.
9870         * lib/unistr/u8-strncpy.c: New file.
9871         * lib/unistr/u16-strncpy.c: New file.
9872         * lib/unistr/u32-strncpy.c: New file.
9873         * lib/unistr/u-strncpy.h: New file.
9874
9875         * modules/unistr/u8-strnlen: New file.
9876         * modules/unistr/u16-strnlen: New file.
9877         * modules/unistr/u32-strnlen: New file.
9878         * lib/unistr/u8-strnlen.c: New file.
9879         * lib/unistr/u16-strnlen.c: New file.
9880         * lib/unistr/u32-strnlen.c: New file.
9881         * lib/unistr/u-strnlen.h: New file.
9882
9883         * modules/unistr/u8-strpbrk: New file.
9884         * modules/unistr/u16-strpbrk: New file.
9885         * modules/unistr/u32-strpbrk: New file.
9886         * lib/unistr/u8-strpbrk.c: New file.
9887         * lib/unistr/u16-strpbrk.c: New file.
9888         * lib/unistr/u32-strpbrk.c: New file.
9889         * lib/unistr/u-strpbrk.h: New file.
9890
9891         * modules/unistr/u8-strrchr: New file.
9892         * modules/unistr/u16-strrchr: New file.
9893         * modules/unistr/u32-strrchr: New file.
9894         * lib/unistr/u8-strrchr.c: New file.
9895         * lib/unistr/u16-strrchr.c: New file.
9896         * lib/unistr/u32-strrchr.c: New file.
9897
9898         * modules/unistr/u8-strspn: New file.
9899         * modules/unistr/u16-strspn: New file.
9900         * modules/unistr/u32-strspn: New file.
9901         * lib/unistr/u8-strspn.c: New file.
9902         * lib/unistr/u16-strspn.c: New file.
9903         * lib/unistr/u32-strspn.c: New file.
9904         * lib/unistr/u-strspn.h: New file.
9905
9906         * modules/unistr/u8-strstr: New file.
9907         * modules/unistr/u16-strstr: New file.
9908         * modules/unistr/u32-strstr: New file.
9909         * lib/unistr/u8-strstr.c: New file.
9910         * lib/unistr/u16-strstr.c: New file.
9911         * lib/unistr/u32-strstr.c: New file.
9912         * lib/unistr/u-strstr.h: New file.
9913
9914         * modules/unistr/u8-strtok: New file.
9915         * modules/unistr/u16-strtok: New file.
9916         * modules/unistr/u32-strtok: New file.
9917         * lib/unistr/u8-strtok.c: New file.
9918         * lib/unistr/u16-strtok.c: New file.
9919         * lib/unistr/u32-strtok.c: New file.
9920         * lib/unistr/u-strtok.h: New file.
9921
9922         * modules/unistr/u8-uctomb: New file.
9923         * modules/unistr/u16-uctomb: New file.
9924         * modules/unistr/u32-uctomb: New file.
9925         * lib/unistr/u8-uctomb.c: New file.
9926         * lib/unistr/u16-uctomb.c: New file.
9927         * lib/unistr/u32-uctomb.c: New file.
9928
9929         * MODULES.html.sh (Unicode string functions): Add the new modules.
9930
9931 2007-01-08  Bruno Haible  <bruno@clisp.org>
9932
9933         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
9934         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
9935         subdirectories.
9936
9937 2007-01-08  Karl Berry  <karl@gnu.org>
9938
9939         * doc/error.texi: mention that main() fns must set program_name
9940         when progname is used.
9941
9942 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
9943
9944         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
9945         WCTYPE_H is empty, for the benefit of builds from non-distclean
9946         directories.  Problem reported by Eric Blake in
9947         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
9948
9949 2007-01-08  Bruno Haible  <bruno@clisp.org>
9950
9951         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
9952         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
9953         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
9954         PROVIDE_CANONICALIZE_FILENAME_MODE.
9955         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
9956
9957 2007-01-08  Bruno Haible  <bruno@clisp.org>
9958
9959         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
9960         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
9961         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
9962         * lib/fts.c: Likewise.
9963         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
9964
9965 2006-12-25  Bruno Haible  <bruno@clisp.org>
9966
9967         * modules/utf8-ucs4-safe: New file.
9968         * lib/utf8-ucs4-safe.h: New file.
9969         * lib/unistr/utf8-ucs4-safe.c: New file.
9970
9971         * modules/utf16-ucs4-safe: New file.
9972         * lib/utf16-ucs4-safe.h: New file.
9973         * lib/unistr/utf16-ucs4-safe.c: New file.
9974
9975         * MODULES.html.sh (Unicode string functions): Add the new modules.
9976
9977 2007-01-08  Bruno Haible  <bruno@clisp.org>
9978
9979         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
9980         (Depends-on): Add unitypes.
9981         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
9982         (u8_mbtouc_aux): Move out to separate file.
9983         (u8_mbtouc): Use ucs4_t, uint8_t types.
9984         * lib/unistr/utf8-ucs4.c: New file.
9985
9986         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
9987         (Depends-on): Add unitypes.
9988         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
9989         (u16_mbtouc_aux): Move out to separate file.
9990         (u16_mbtouc): Use ucs4_t, uint16_t types.
9991         * lib/unistr/utf16-ucs4.c: New file.
9992
9993         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
9994         (Depends-on): Add unitypes.
9995         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
9996         (u8_uctomb_aux): Move out to separate file.
9997         (u8_uctomb): Use ucs4_t, uint8_t types.
9998         * lib/unistr/ucs4-utf8.c: New file.
9999
10000         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
10001         (Depends-on): Add unitypes.
10002         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
10003         (u16_uctomb_aux): Move out to separate file.
10004         (u16_uctomb): Use ucs4_t, uint16_t types.
10005         * lib/unistr/ucs4-utf16.c: New file.
10006
10007 2006-12-25  Bruno Haible  <bruno@clisp.org>
10008
10009         * modules/unitypes: New file.
10010         * lib/unitypes.h: New file.
10011         * MODULES.html.sh (func_all_modules): New section "Unicode string
10012         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
10013         this section. Add unitypes.
10014
10015 2007-01-08  Bruno Haible  <bruno@clisp.org>
10016
10017         Avoid variable names that conflict with those from libtool.
10018         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
10019         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
10020         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
10021         library_names_spec to acl_library_names_spec, hardcode_* to
10022         acl_hardcode_*.
10023         Reported by Ralf Wildenhues.
10024
10025 2007-01-08  Bruno Haible  <bruno@clisp.org>
10026
10027         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
10028         definition.
10029         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
10030         definition.
10031         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
10032         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
10033         definition.
10034         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
10035         definition.
10036         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
10037         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
10038         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
10039         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
10040         definition.
10041         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
10042         definition.
10043         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
10044         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
10045         GC_USE_<algorithm>.
10046         * lib/gc-libgcrypt.c: Likewise.
10047         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
10048         * modules/gc-arctwo (configure.ac): Likewise.
10049         * modules/gc-des (configure.ac): Likewise.
10050         * modules/gc-hmac-md5 (configure.ac): Likewise.
10051         * modules/gc-hmac-sha1 (configure.ac): Likewise.
10052         * modules/gc-md2 (configure.ac): Likewise.
10053         * modules/gc-md4 (configure.ac): Likewise.
10054         * modules/gc-md5 (configure.ac): Likewise.
10055         * modules/gc-random (configure.ac): Likewise.
10056         * modules/gc-rijndael (configure.ac): Likewise.
10057         * modules/gc-sha1 (configure.ac): Likewise.
10058
10059 2007-01-08  Bruno Haible  <bruno@clisp.org>
10060
10061         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
10062         macro definition.
10063         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
10064         definition.
10065         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
10066         definition.
10067         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
10068         * modules/fcntl-safer (configure.ac): Likewise.
10069         * modules/fopen-safer (configure.ac): Likewise.
10070         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
10071         GNULIB_FWRITEERROR macro definition.
10072
10073 2007-01-08  Bruno Haible  <bruno@clisp.org>
10074
10075         * m4/gnulib-common.m4: New file.
10076         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
10077         (func_get_filelist): Add m4/gnulib-common.m4.
10078
10079 2007-01-08  Bruno Haible  <bruno@clisp.org>
10080
10081         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
10082         command.
10083
10084 2007-01-08  Jim Meyering  <jim@meyering.net>
10085
10086         Use a more robust test for a "can't happen" condition.
10087         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
10088         narrowed the st_size value.  Presuming the "can't happen" condition
10089         is true, that narrowing could conceivably convert an invalid st_size
10090         value into a valid one.  Instead, use a change based on Matthew
10091         Woehlke's original patch.
10092
10093         Slight readability improvement: use an assert-like macro
10094         in place of literal "abort ()" uses.
10095         * lib/fts.c (fts_assert): Define.
10096         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
10097         Use this macro instead of a bare 'abort'.
10098
10099 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
10100
10101         Don't worry about using IRIX 5.3's wctype.h broken definitions;
10102         simply work around them.
10103         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
10104         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
10105         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
10106         declaring.
10107         Don't bother to define as macros, since the standard doesn't require it.
10108         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
10109         longer worry about IRIX 5.3.
10110         (HAVE_WCTYPE_CTMP_BUG): Remove.
10111
10112 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10113
10114         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
10115         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
10116         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10117         Problems reported by Georg Schwarz for IRIX 5.3.
10118
10119         * gnulib-tool (autoconf_minversion): Take the maximum version number
10120         found, not the minimum.  Problem reported by James Youngman.
10121
10122 2007-01-03  Karl Berry  <karl@gnu.org>
10123
10124         * doc/error.texi: new file, explaining interaction with progname.
10125         * doc/gnulib.texi: include it.  Update copyright.
10126
10127 2007-01-03  Simon Josefsson  <simon@josefsson.org>
10128
10129         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
10130         AC_CANONICAL_HOST, to improve autobuild outputs.
10131
10132 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
10133             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10134
10135         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
10136         sockets, server sockets, and other file descriptors.  Count errors
10137         to compute the return value.  Reorder the code a bit to be easier
10138         to follow.  Don't set event bits that were not requested (except
10139         POLLERR and POLLHUP).
10140
10141 2007-01-01  Bruno Haible  <bruno@clisp.org>
10142
10143         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
10144
10145 2007-01-03  Jim Meyering  <jim@meyering.net>
10146
10147         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
10148
10149 2007-01-02  Bruno Haible  <bruno@clisp.org>
10150
10151         * modules/settime (Include): Require timespec.h.
10152         * modules/nanosleep (Include): Likewise.
10153
10154 2007-01-01  Bruno Haible  <bruno@clisp.org>
10155
10156         * gnulib-tool (func_emit_copyright_notice): Bump year.
10157         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
10158
10159 2007-01-01  Bruno Haible  <bruno@clisp.org>
10160
10161         Improve support for OpenBSD.
10162         * build-aux/config.rpath (libname_spec): Export.
10163         (library_names_spec): New variable. Export.
10164         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
10165         library_names_spec from the config.rpath output. Locate shared library
10166         through the name pattern in library_names_spec.
10167
10168 2007-01-01  Eric Blake  <ebb9@byu.net>
10169
10170         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
10171
10172 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
10173
10174         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
10175         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
10176         assume the C locale, and avoid an "eval" that could cause trouble.
10177         Problem with SORT reported by Bob Proulx.
10178
10179         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
10180         Define.  Trivial patch from Henning Nielsen Lund, originally
10181         sent to bug-grep@gnu.org today.
10182
10183 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
10184
10185         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
10186         struct stat.  Problem reported by Henning Nielsen Lund.
10187         * lib/acl.c: Include acl.h first, to check interface.  Don't
10188         bother to include sys/types.h and sys/stat.h again.
10189
10190 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
10191
10192         Import the following change from libc; problem reported by
10193         Sven Verdoolaege.
10194
10195         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
10196
10197         [BZ #1373]
10198         * lib/argp.h: Remove __NTH for __argp_usage inline function.
10199
10200 2006-12-28  Jim Meyering  <jim@meyering.net>
10201
10202         * build-aux/announce-gen: Do not assume that the package
10203         builds any of tar.gz, tar.bz2, and .xdelta files.
10204         Suggestion from Simon Josefsson.
10205
10206 2006-12-28  Simon Josefsson  <simon@josefsson.org>
10207
10208         * modules/announce-gen: New file.
10209
10210 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
10211
10212         * lib/mbchar.h: Just include <wctype.h>; the wctype module
10213         handles its gotchas now.
10214         * lib/mbswidth.c: Likewise.
10215         * lib/wcwidth.h: Likewise.
10216         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
10217         and iswcntrl; the wctype module does this stuff now.
10218         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10219         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
10220         * modules/mbchar (Depends-on): Add wctype.
10221         * modules/mbswidth (Depends-on): Likewise.
10222         * modules/wcwidth (Depends-on): Likewise.
10223
10224 2006-12-27  Eric Blake  <ebb9@byu.net>
10225
10226         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
10227         module uses more than what <wctype.h> is required to provide.
10228
10229 2006-12-26  Eric Blake  <ebb9@byu.net>
10230
10231         * gnulib-tool (sed_extract_prog): Avoid space-tab.
10232
10233 2006-12-26  Eric Blake  <ebb9@byu.net>
10234
10235         * modules/absolute-header: New module.
10236         * modules/fcntl (Depends-on): Depend on it.
10237         * modules/inttypes (Depends-on): Likewise.
10238         * modules/stdint (Depends-on): Likewise.
10239         * modules/sys_stat (Depends-on): Likewise.
10240         * modules/wctype (Depends-on): Likewise.
10241         * MODULES.html.sh (Support for building libraries and
10242         executables): Document it.
10243
10244 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
10245
10246         * gnulib-tool (SED): Remove, undoing previous change.
10247         The problem was that it broke coreutils on Solaris, because
10248         "sed --posix" leaked into a makefile.
10249         (sed): New alias, if 'alias' and GNU sed.
10250
10251 2006-12-24  Jim Meyering  <jim@meyering.net>
10252
10253         Work around an fchownat bug in glibc-2.4:
10254         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
10255         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
10256         in spite of the -P option.
10257         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
10258         New macros.
10259         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
10260         * modules/openat (Files): Add lib/fchownat.c.
10261         * lib/openat.c (fchownat): Don't define here.  Move to...
10262         * lib/fchownat.c: ...this new file.
10263
10264 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
10265
10266         Fix bug reported by Bruno Haible in
10267         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
10268         where quotearg.c didn't compile on Mac OS X 10.2 because it
10269         lacks <wchar.h> and wint_t.
10270         * lib/wctype_.h (__wctype_wint_t): New type.
10271         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
10272         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
10273         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
10274         Arg is now of type __wctype_wint_t, not wint_t.
10275         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
10276         substitute HAVE_WINT_T.
10277         * modules/wctype (Files): Add m4/wint_t.m4.
10278         (wctype.h): Substitute HAVE_WINT_T.
10279
10280 2006-12-23  Bruno Haible  <bruno@clisp.org>
10281
10282         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
10283
10284 2006-12-23  Bruno Haible  <bruno@clisp.org>
10285
10286         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
10287         S_ISLNK.
10288         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
10289         mingw.
10290
10291 2006-12-22  Bruno Haible  <bruno@clisp.org>
10292
10293         * lib/copy-file.c: Include acl.h.
10294         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
10295         Close the file descriptors only after being done with copy_acl.
10296         * modules/copy-file (Depends-on): Add acl.
10297
10298 2006-12-22  Bruno Haible  <bruno@clisp.org>
10299
10300         * gnulib-tool (SED): New variable.
10301         Use $SED instead of sed everywhere.
10302
10303 2006-12-22  Bruno Haible  <bruno@clisp.org>
10304
10305         * modules/no-c++: New file.
10306         * m4/no-c++.m4: New file.
10307         * MODULES.html.sh (Support for building libraries and executables):
10308         Add no-c++.
10309
10310 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
10311
10312         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
10313         Include <limits.h>, and use its INT_MAX to rewrite the
10314         j loop so that it does not overflow 'int'.  Problem reported by
10315         Ralf Wildenhues in
10316         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
10317         Play it safe by shifting left by 1 rather than multiplying by 2,
10318         as GCC is less likely to optimize this away when the value
10319         is signed (when it assumes overflow leads to undefined behavior).
10320         Also, don't assume time_t uses two's complement.
10321
10322 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
10323
10324         * MODULES.html.sh: New module wctype.
10325         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
10326         * lib/fnmatch.c: Don't bother to include <wchar.h> before
10327         <wctype.h>, since the new wctype module should fix this.
10328         * lib/quotearg.c: Include <wctype.h> unconditionally, since
10329         the wctype module should arrange for it.
10330         * lib/regex_internal.h: Likewise.
10331         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
10332         since the wctype module should handle this now.
10333         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
10334         * modules/fnmatch (Depends-on): Add wctype.
10335         * modules/quotearg (Depends-on): Likewise.
10336         * modules/regex (Depends-on): Likewise.
10337
10338 2006-12-19  Bruno Haible  <bruno@clisp.org>
10339
10340         * lib/strdup.h [C++]: Wrap definitions in extern "C".
10341         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
10342
10343 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10344
10345         * modules/savewd (Depends-on): Fix dependency on fcntl.
10346
10347 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
10348
10349         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
10350         conforms to C99, rather than relying on the user's environment
10351         setting of STDINT_H.
10352
10353 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
10354         and Eric Blake  <ebb9@byu.net>
10355
10356         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
10357         This is more consistent with the other defines here.
10358         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
10359         Port to z/OS.  Problem reported by Paul Gilmartin.
10360         Change local vars to use gl_ prefix rather than ac_.
10361         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
10362         with other defines.
10363         * modules/double-slash-root: New module.
10364         * modules/dirname (Files): Remove m4/double-slash-root.m4.
10365         (Depends-on): Add double-slash-root.
10366         * MODULES.html.sh (File system functions): Mention new module.
10367
10368 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
10369
10370         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
10371         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
10372         This is for the benefit of gzip, which doesn't do i18n.
10373
10374 2006-12-12  Jim Meyering  <jim@meyering.net>
10375
10376         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
10377         Reported by Andreas Schwab <schwab@suse.de>.
10378
10379 2006-12-12  Bruno Haible  <bruno@clisp.org>
10380
10381         Merge these changes.
10382         2006-09-05  Bruno Haible  <bruno@clisp.org>
10383         * lib/iconvme.c (iconv_string): No need to save and restore errno when
10384         iconv_alloc succeeded.
10385         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
10386         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
10387         test for " && dest " at the end - dest is always != NULL there. Call
10388         iconv with 4xNULL arguments initially, to reset the state. Call iconv
10389         with 2xNULL arguments, also to flush the state storage. Handle the
10390         IRIX iconv behaviour. Realloc the final result, to throw away unused
10391         memory.
10392
10393 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
10394
10395         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
10396         and fchmodat unconditionally, since glibc 2.4 has them.
10397         Problem reported by Arkadiusz Miskiewicz.
10398
10399 2006-12-10  Bruno Haible  <bruno@clisp.org>
10400
10401         * gnulib-tool (func_import): Show the include files only for those
10402         modules that are copied and specified.
10403         Reported by Karl Berry.
10404
10405 2006-12-08  Jim Meyering  <jim@meyering.net>
10406
10407         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
10408         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
10409
10410         * build-aux/announce-gen: Add two new options, both optional:
10411         --bootstrap-tools=TOOL_LIST
10412               a comma-separated list of tools, e.g.,
10413               autoconf,automake,bison,gnulib
10414         --gnulib-snapshot-date=DATE
10415               if gnulib is in the bootstrap tool list,
10416               then report this as the snapshot date.
10417               If not specified, use the current date/time.
10418               If you specify a date here, be sure it's UTC.
10419
10420 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10421
10422         * tests/test-argp-2.sh: Fix test to match actual output.
10423         (func_compare): Fix sed script to be portable.
10424
10425 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
10426
10427         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
10428         workaround for this case.  It is not autoconfigured now; offhand
10429         it's hard to see how to autoconfigure it.
10430
10431 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
10432
10433         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
10434         a directory that is about to be chowned.  Such a directory's
10435         initial file permissions should permit the owner only and this
10436         should not be changed until after the chown, since the group and
10437         other bits would be incorrect if they granted permission before
10438         the chown.
10439
10440         Fix porting problem for iswctype reported by Georg Schwarz in:
10441         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
10442         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
10443         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
10444         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
10445         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
10446
10447 2006-12-03  Jim Meyering  <jim@meyering.net>
10448
10449         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
10450         p->fts_statp may not yet be defined.
10451         (fts_read): Instead, set it in the caller, once p->fts_statp is
10452         sure to be defined, and corresponds to a top-level directory.
10453         This bug made du -x fail.  Here's the coreutils test case:
10454         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
10455         Reported by Mike Frysinger.
10456
10457 2006-12-01  Jim Meyering  <jim@meyering.net>
10458
10459         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
10460         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
10461         Reported by Simon Josefsson.
10462
10463 2006-11-30  Jim Meyering  <jim@meyering.net>
10464
10465         * m4/warning.m4: Use the all-permissive copyright notice
10466         recommended by RMS (rather than LGPL).
10467         * m4/vararrays.m4: Likewise.
10468         * m4/flexmember.m4: Likewise.
10469
10470 2006-11-29  Bruno Haible  <bruno@clisp.org>
10471
10472         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10473         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
10474         using +=.
10475         Reported by Simon Josefsson <simon@josefsson.org>.
10476
10477 2006-11-28  James Youngman <jay@gnu.org>
10478
10479         * README: Advise users that they might find the bug-gnulib@gnu.org
10480         and autotools-announce@gnu.org mailing lists useful.
10481
10482 2006-11-28  Bruno Haible  <bruno@clisp.org>
10483
10484         * m4/ptrdiff_max.m4: Remove file.
10485
10486 2006-11-21  Bruno Haible  <bruno@clisp.org>
10487
10488         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
10489         _AC_COMPUTE_INT.
10490         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10491         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
10492         _AC_COMPUTE_INT.
10493         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10494         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
10495         _AC_COMPUTE_INT.
10496         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10497
10498 2006-11-28  Jim Meyering  <jim@meyering.net>
10499
10500         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
10501         warning from "gcc -Wshadow" about shadowing the builtin.
10502
10503 2006-11-27  Bruno Haible  <bruno@clisp.org>
10504
10505         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
10506         _AC_COMPUTE_INT.
10507         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10508
10509 2006-11-27  Bruno Haible  <bruno@clisp.org>
10510             Paul Eggert  <eggert@cs.ucla.edu>
10511
10512         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
10513
10514 2006-11-26  Bruno Haible  <bruno@clisp.org>
10515
10516         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10517         noinst_LTLIBRARIES.
10518
10519 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
10520             Bruno Haible  <bruno@clisp.org>
10521
10522         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
10523         if compiling with "gcc -ansi".
10524
10525 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
10526
10527         Fix some incompatibilities with gcc -ansi -pedantic.
10528         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
10529         if compiling pedantically with GCC, unless it's C99 or later.
10530         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
10531         it mishandles gcc -ansi -pedantic as well.
10532         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
10533         if gcc -pedantic.
10534         * lib/regexec.c (check_node_accept_bytes): Don't use auto
10535         initializers for struct if -pedantic, unless it's C99 or later.
10536
10537 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
10538
10539         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
10540         Don't close an fd more than once. Identical atimes indicate
10541         success, not failure.
10542
10543 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
10544
10545         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
10546
10547 2006-11-23  Jim Meyering  <jim@meyering.net>
10548
10549         * build-aux/announce-gen: New file.  From coreutils.
10550
10551 2006-11-22  Jim Meyering  <jim@meyering.net>
10552
10553         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
10554         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
10555         (fts_read): Use a temporary to narrow the overused st_size member
10556         before using it in a switch statement.  Reported by Matthew Woehlke.
10557
10558         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
10559         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
10560
10561 2006-11-20  Bruno Haible  <bruno@clisp.org>
10562
10563         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
10564         changequote instead of pairs of brackets.
10565         Reported by Andreas Schwab <schwab@suse.de>.
10566
10567 2006-11-21  Jim Meyering  <jim@meyering.net>
10568
10569         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
10570         so as to remain compatible with older compilers.
10571         Patch from Michael Deutschmann.
10572
10573 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
10574
10575         * MODULES.html.sh (File system functions): Add openat.
10576
10577         * lib/openat.h (rpl_fstatat): New macro, if
10578         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
10579         (fstatat): Define to rpl_fstatat under the same conditions,
10580         unless COMPILING_FSTATAT.
10581         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
10582         seems to have the bug.
10583         * lib/fstatat.c: New file.
10584         * modules/openat (Files): Add it.
10585
10586 2006-11-20  Bruno Haible  <bruno@clisp.org>
10587
10588         * Makefile: New file.
10589
10590 2006-11-20  Jim Meyering  <jim@meyering.net>
10591
10592         The beginnings of syntax-related checks for gnulib.
10593         * lib/Makefile: New file.
10594         * lib/t-idcache: New script.  Ensure that the two halves of
10595         idcache.c stay in sync.
10596
10597         * lib/idcache.c: Adjust comments in user- and group- portions to
10598         be more accurate, and to be consistent with one another.
10599
10600 2006-11-20  Jim Meyering  <jim@meyering.net>
10601
10602         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
10603         continue using the flexible array member (thus, this module performs
10604         half as many malloc calls), with the addition that...
10605         (getgroup, getuser): Consistently record a non-match via an empty
10606         "name" string, and map an empty string match to a NULL return value.
10607         * modules/idcache (Depends-on): Re-add flexmember.
10608
10609         * lib/idcache.c (getuser): Remove all uses of the register keyword.
10610         (getuidbyname, getgroup, getgidbyname): Likewise.
10611
10612         Use cleaner syntax: NULL rather than 0.
10613         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
10614
10615 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
10616
10617         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
10618         It mishandled the case where the group was missing.
10619         Problem reported by Greg Schafer.
10620         * modules/idcache: Likewise.
10621
10622 2006-11-18  Jim Meyering  <jim@meyering.net>
10623
10624         * check-module (%exempt_header): Add exception for some
10625         conditionally-included headers.
10626
10627         * modules/i-ring (Depends-on): Add verify.
10628         (License): Change to LGPL.
10629
10630 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
10631
10632         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
10633         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
10634         and inttostr.h.  Use snprintf rather than uinttostr, so that
10635         LGPLed code doesn't depend on GPLed.
10636
10637 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
10638
10639         * modules/inline (License): Change from GPL to LGPL.
10640
10641 2006-11-17  Jim Meyering  <jim@meyering.net>
10642
10643         * modules/d-type (License): Switch to LGPL.
10644
10645 2006-11-15  Bruno Haible  <bruno@clisp.org>
10646
10647         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
10648
10649 2006-11-15  Eric Blake  <ebb9@byu.net>
10650
10651         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
10652         the module dependency.
10653
10654 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10655             Bruno Haible  <bruno@clisp.org>
10656
10657         * gnulib-tool (func_create_testdir): Add license consistency check.
10658
10659 2006-11-15  Eric Blake  <ebb9@byu.net>
10660
10661         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
10662         random "(cached)" in configure output.
10663
10664 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10665
10666         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
10667         test for conforming inttypes.h is both announced and cached.
10668
10669         * MODULES.html.sh (seen_modules, seen_files): New variables.
10670         (func_module): Rewrite to use a few less gnulib-tool and sed
10671         invocations.  Avoid a couple of quadratic algorithms for ...
10672         (missed_modules, missed_files): ... these, with ...
10673         (func_append, func_tmpdir): ... these new functions, from
10674         gnulib-tool.  Analogously, install traps for cleanup.
10675
10676         * tests/test-gc.c (main): Remove unused variables.
10677         * tests/test-read-file.c: Include stdlib.h, for 'free'.
10678
10679 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
10680
10681         * modules/inttostr (License): Change to LGPL.
10682
10683 2006-11-14  Eric Blake  <ebb9@byu.net>
10684
10685         * modules/tempname (License): Change to LGPL.
10686
10687 2006-11-14  Eric Blake  <ebb9@byu.net>
10688
10689         * doc/functions.texi (Function Portability): *printf functions on
10690         Cygwin now understand all POSIX size specifiers.
10691
10692 2006-11-14  Bruno Haible  <bruno@clisp.org>
10693
10694         * modules/c-ctype (License): Change to LGPL.
10695
10696 2006-11-12  Bruno Haible  <bruno@clisp.org>
10697
10698         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
10699         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
10700         for GNOME libraries, for which the include files are installed in
10701         subdirectories of $prefix/include.
10702
10703 2006-11-12  Bruno Haible  <bruno@clisp.org>
10704
10705         * m4/lib-link.m4: Require at least autoconf-2.54.
10706         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
10707         name to underscores for the --with option.
10708
10709 2006-11-13  Bruno Haible  <bruno@clisp.org>
10710
10711         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
10712         the tests directory.
10713         Reported by Ralf Wildenhues.
10714
10715 2006-11-13  Bruno Haible  <bruno@clisp.org>
10716
10717         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
10718         (func_emit_initmacro_end): Undo the override here.
10719         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
10720         Works around the famous automake error in coreutils.
10721
10722 2006-11-13  Eric Blake  <ebb9@byu.net>
10723
10724         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
10725         element, not its node.
10726
10727 2006-11-12  Bruno Haible  <bruno@clisp.org>
10728
10729         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
10730         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
10731
10732 2006-11-12  Bruno Haible  <bruno@clisp.org>
10733
10734         * gnulib-tool: New option --local-symlink.
10735         (func_usage): Document it.
10736         (lsymbolic): New variable.
10737         (func_import, func_create_testdir): If --symlink was not specified,
10738         test whether --local-symlink was specified and the file comes from
10739         the local_gnulib_dir.
10740
10741 2006-11-12  Bruno Haible  <bruno@clisp.org>
10742
10743         * gnulib-tool (func_ln): New function.
10744         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
10745
10746 2006-11-12  Bruno Haible  <bruno@clisp.org>
10747
10748         Finish support for source files in subdirectories.
10749         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
10750         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
10751         AUTOMAKE_OPTIONS.
10752         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
10753
10754 2006-11-12  Bruno Haible  <bruno@clisp.org>
10755
10756         * gnulib-tool (func_get_automake_snippet): Synthesize also an
10757         EXTRA_lib_SOURCES augmentation.
10758         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
10759
10760 2006-11-12  Jim Meyering  <jim@meyering.net>
10761
10762         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
10763         file descriptors.  This also averts a failure on systems with
10764         native openat support when a traversed directory lacks "x" access.
10765         * lib/fts_.h: Include "i-ring.h"
10766         (struct FTS) [fts_fd_ring]: New member.
10767         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
10768         (FCHDIR): Add parentheses.
10769         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
10770         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
10771         When descending, rather than simply closing the previous
10772         fts_cwd_fd value, push that file descriptor onto the ring.
10773         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
10774         (fts_open): Initialize the new fd_ring member.
10775         (fts_close): Clear the ring.
10776         (fts_safe_changedir): When possible, use our new fd_ring to skip
10777         the diropen and fstat and dev/ino comparison that would normally
10778         accompany a virtual `chdir ("..")'.
10779
10780         * modules/fts (Depends-on): Add i-ring.
10781         * modules/i-ring: New module.
10782         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
10783         * m4/i-ring.m4: New file.
10784
10785 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10786
10787         * gnulib-tool (func_create_testdir): Fix replacement of
10788         `build-aux' in configure.ac.  Run autotools in gltests
10789         subdirectory.
10790         (func_create_testdir, func_create_megatestdir, test): There is
10791         no need for '--force' in most autotool invocations in a new
10792         tree.  Actually fail the whole test if any of the tools, or the
10793         configure or make stages fail.
10794
10795         Sync from Automake.
10796         * build-aux/gnupload: Revert last change.  Add pointer to upload
10797         instructions of the GNU Maintenance Instructions.
10798         Suggestion by Karl Berry.
10799
10800 2006-11-10  Jim Meyering  <jim@meyering.net>
10801
10802         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
10803
10804 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
10805
10806         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
10807         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
10808         (bind_textdomain_codeset) [! ENABLE_NLS]:
10809         Evaluate all the arguments.  That way, callers get compatible behavior
10810         if the arguments have side effects.  Also, it avoids some GCC
10811         diagnostics in some cases; Joel E. Denny reported problems when Bison
10812         was configured with --enable-gcc-warnigs.
10813
10814 2006-11-10  Jim Meyering  <jim@meyering.net>
10815
10816         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
10817         relevant options in CFLAGS (like -O, -fno-inline) are taken into
10818         account.
10819
10820 2006-11-10  Jim Meyering  <jim@meyering.net>
10821
10822         * modules/inline: New file/module.
10823         * modules/xalloc (Files): Remove m4/inline.m4.
10824         (Depends-on): Add inline, instead.
10825         * modules/oset: Likewise.
10826         * modules/list: Likewise.
10827
10828 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
10829
10830         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
10831         Problem reported by Matthew Woehlke.
10832
10833 2006-11-09  Bruno Haible  <bruno@clisp.org>
10834
10835         * lib/tempname.c (gen_tempname): Remove variant that invokes
10836         __gen_tempname.
10837         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
10838         __gen_tempname.
10839
10840 2006-11-08  Bruno Haible  <bruno@clisp.org>
10841
10842         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
10843         to 'yes' instead of 'cross-compiling'.
10844
10845 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
10846
10847         * lib/quotearg.h (quotearg_free): New decl.
10848         * lib/quotearg.c (quotearg_free): New function.
10849         (slot0, nslots, slotvec0, slotvec):
10850         Now file-scope so that quotearg_free can get at them.
10851
10852 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10853
10854         Sync from Automake.
10855         * build-aux/gnupload: Add missing 'gnu' to example URL.
10856         Report by Karl Berry.
10857
10858 2006-11-08  Bruno Haible  <bruno@clisp.org>
10859
10860         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
10861         Suggested by Paul Eggert.
10862
10863 2006-11-08  Jim Meyering  <jim@meyering.net>
10864
10865         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
10866         It's already included if !_LIBC.
10867         (fts_safe_changedir): Add a comment.
10868
10869 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
10870
10871         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
10872         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
10873         Matthew Woehlke.
10874
10875         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
10876         definitions up, to avoid colliding with change below.
10877         (static_inline) [HAVE_INLINE]: New macro.
10878         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
10879         Provide extern decls when !HAVE_INLINE.  Do not define unless
10880         static_inline is defined, either by us or by xmalloc.c.  Use
10881         static_inline rather than static inline.
10882         (XCALLOC): Optimize sizeof(T) = 1 case.
10883         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
10884
10885 2006-11-07  Bruno Haible  <bruno@clisp.org>
10886
10887         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
10888         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
10889         AC_C_INLINE.
10890         * modules/xalloc (Files): Add m4/inline.m4.
10891
10892 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10893
10894         * README: Fix typo.
10895         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
10896         (Miscellanous Notes): ...from this.
10897
10898 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
10899
10900         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
10901         Mention that offsetof should be used instead of sizeof.
10902         From Bruno Haible.
10903
10904 2006-11-07  Bruno Haible  <bruno@clisp.org>
10905
10906         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
10907
10908 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
10909
10910         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
10911         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
10912         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
10913         (gl_tree_add_before, gl_tree_add_after):
10914         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
10915         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
10916         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
10917         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
10918         (gl_linked_add_after, gl_linked_add_at): Likewise.
10919         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
10920         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
10921         (gl_tree_add_before, gl_tree_add_after): Likewise.
10922         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
10923         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
10924         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
10925
10926 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10927
10928         * lib/gl_oset.h: Use C comment style, not C++ comment style.
10929
10930 2006-11-06  Bruno Haible  <bruno@clisp.org>
10931
10932         * m4/inline.m4: New file.
10933         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
10934         * modules/list (Files): Add m4/inline.m4.
10935         * modules/oset (Files): Likewise.
10936
10937 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
10938
10939         * lib/idcache.c: Include <stddef.h>, for offsetof.
10940         (struct userid.name): Change from char * to a flexible array member.
10941         All uses changed.
10942         * modules/idcache (Depends-on): Add flexmember.
10943
10944         * MODULES.html.sh (Core language properties): New module flexmember.
10945         * modules/flexmember, m4/flexmember.m4: New files.
10946
10947         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
10948         inline functions that are identical with the old xnmalloc_inline,
10949         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
10950         that we can avoid some unnecessary integer multiplications and
10951         divisions in the common case where the element size is known at
10952         compile time.
10953         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
10954         needed.
10955         (xnboundedmalloc): Remove.
10956         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
10957         arguments, for consistency with rest of this header.
10958         (xcharalloc): Rewrite using XNMALLOC.
10959         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
10960         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
10961         versions have been moved to lib/xalloc.h and renamed to be the
10962         non-*_inline versions.
10963         (xmalloc, xrealloc): Implement without reference to the xnmalloc
10964         and xnrealloc functions, since those functions are now inline and
10965         now call us.
10966         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
10967         renaming described above.
10968         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
10969         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
10970         captures the dependency in AC_C_INLINE.
10971
10972         New module canonicalize-lgpl, proposed by Charles Wilson in
10973         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
10974         with a few small changes afterwards.
10975         * MODULES.html.sh (File system functions): New module
10976         canonicalize-lgpl.
10977         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
10978         and canonicalize_file_name.
10979         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
10980         * modules/canonicalize-lgpl: New files.
10981
10982 2006-11-05  Bruno Haible  <bruno@clisp.org>
10983
10984         * gnulib-tool (func_import, func_create_testdir): Create directories
10985         also for files in subdirectories of lib/.
10986
10987 2006-11-05  Bruno Haible  <bruno@clisp.org>
10988
10989         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
10990         ANSI C compliant.
10991
10992 2006-11-03  Bruno Haible  <bruno@clisp.org>
10993
10994         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
10995         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
10996         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
10997         (xnboundedmalloc): New inline function.
10998         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
10999         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
11000         xmalloc.
11001         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
11002         xmalloc.
11003         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
11004         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
11005         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
11006         xmalloc.
11007         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
11008         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
11009         xmalloc.
11010         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
11011         gl_tree_add_after): Use XMALLOC instead of xmalloc.
11012         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
11013         xmalloc.
11014         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
11015         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
11016         gl_tree_add_after): Use XMALLOC instead of xmalloc.
11017         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
11018         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
11019         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
11020         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
11021
11022 2006-11-03  Bruno Haible  <bruno@clisp.org>
11023
11024         * lib/c-ctype.h [C++]: Define functions without name mangling.
11025         * lib/fwriteerror.h [C++]: Likewise.
11026         * lib/gcd.h [C++]: Likewise.
11027         * lib/linebreak.h [C++]: Likewise.
11028
11029 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
11030
11031         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
11032         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
11033         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
11034         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11035         Check for functions and headers just once.
11036         Check for declaration of canonicalize_file_name.
11037         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
11038
11039 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
11040
11041         * gnulib-tool (func_import): Fix typo in actioncmd.
11042
11043 2006-11-02  Bruno Haible  <bruno@clisp.org>
11044
11045         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
11046         newline sequence in the Makefile.am snippet as a space, like "make"
11047         does.
11048         Reported by Roger Persson <perrog@gmail.com>.
11049
11050 2006-11-01  Bruno Haible  <bruno@clisp.org>
11051
11052         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
11053         already declared in <string.h>.
11054         * lib/strcase.h (strncasecmp): Don't declare it if yes.
11055
11056 2006-11-01  Bruno Haible  <bruno@clisp.org>
11057
11058         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
11059         * lib/strcase.h: Include <string.h>.
11060         (strcasecmp): Define to rpl_strcasecmp here.
11061
11062 2006-11-01  Bruno Haible  <bruno@clisp.org>
11063
11064         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
11065
11066 2006-11-01  Eric Blake  <ebb9@byu.net>
11067
11068         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
11069
11070         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
11071
11072 2006-10-29  Bruno Haible  <bruno@clisp.org>
11073
11074         Make it compile in C++ mode.
11075         * lib/full-write.c (full_rw): Add a cast.
11076
11077 2006-11-01  Bruno Haible  <bruno@clisp.org>
11078
11079         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
11080         be POSIX compliant.
11081         Reported by Roger Persson <perrog@gmail.com>.
11082
11083 2006-11-01  Eric Blake  <ebb9@byu.net>
11084
11085         * lib/getopt_.h: Fix comments.
11086
11087 2006-10-31  Eric Blake  <ebb9@byu.net>
11088
11089         * modules/tmpdir (Depends-on): Add sys_stat.
11090         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
11091         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
11092         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
11093         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
11094         tempname.
11095
11096 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
11097
11098         Avoid some C++ diagnostics reported by Bruno Haible.
11099         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
11100         xmalloc.
11101         (quotearg_alloc): Use xcharalloc rather than xmalloc.
11102         (struct slotvec): Move to top level.
11103         (quotearg_n_options): Rewrite to avoid xmalloc.
11104         * lib/xalloc.h (xcharalloc): New function.
11105         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
11106         [defined __cplusplus]: Add function template that provides result
11107         type propagation.  This part of the change is from Bruno Haible.
11108
11109 2006-10-29  Bruno Haible  <bruno@clisp.org>
11110
11111         Make it compile in C++ mode.
11112         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
11113         * lib/strnlen1.c (strnlen1): Cast memchr result.
11114         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
11115         * lib/clean-temp.c (string_equals, string_hash): Add casts.
11116         (create_temp_dir): Rename local variable 'template'.
11117         (compile_csharp_using_sscli): Add cast.
11118         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
11119         * lib/findprog.c (find_in_path): Likewise.
11120         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
11121         * lib/wait-process.c (register_slave_subprocess): Likewise.
11122
11123 2006-10-22  Bruno Haible  <bruno@clisp.org>
11124
11125         * modules/tsearch: New file.
11126         * lib/tsearch.h: New file.
11127         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
11128         * m4/tsearch.m4: New file.
11129         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
11130
11131 2006-10-29  Eric Blake  <ebb9@byu.net>
11132
11133         * lib/arcfour.c: Assume config.h.
11134         * lib/arctwo.c: Likewise.
11135         * lib/base64.c: Likewise.
11136         * lib/check-version.c: Likewise.
11137         * lib/crc.c: Likewise.
11138         * lib/des.c: Likewise.
11139         * lib/gc-gnulib.c: Likewise.
11140         * lib/gc-libgcrypt.c: Likewise.
11141         * lib/gc-pbkdf2-sha1.c: Likewise.
11142         * lib/getaddrinfo.c: Likewise.
11143         * lib/getdelim.c: Likewise.
11144         * lib/getline.c: Likewise.
11145         * lib/hmac-md5.c: Likewise.
11146         * lib/hmac-sha1.c: Likewise.
11147         * lib/iconvme.c: Likewise.
11148         * lib/md2.c: Likewise.
11149         * lib/md4.c: Likewise.
11150         * lib/memxor.c: Likewise.
11151         * lib/read-file.c: Likewise.
11152         * lib/readline.c: Likewise.
11153         * lib/rijndael-alg-fst.c: Likewise.
11154         * lib/rijndael-api-fst.c: Likewise.
11155         * lib/xgetdomainname.c: Likewise.
11156
11157 2006-10-28  Eric Blake  <ebb9@byu.net>
11158
11159         * lib/xstrndup.c: Assume config.h.
11160
11161 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
11162
11163         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
11164         stat-macros.h is now for our own macros, whereas stat_h is for
11165         macros in the <sys/stat.h> name space.
11166         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
11167         (STAT_MACROS_H): Remove.
11168         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
11169         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
11170         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
11171         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
11172         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
11173         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
11174         Move these macros to ...
11175         * lib/stat_.h: here.  Don't include stat-macros.h.
11176         * lib/canonicalize.c: Don't include stat-macros.h.
11177         * lib/chown.c: Likewise.
11178         * lib/euidaccess.c: Likewise.
11179         * lib/file-type.c: Likewise.
11180         * lib/filemode.c: Likewise.
11181         * lib/glob.c: Likewise.
11182         * lib/isapipe.c: Likewise.
11183         * lib/lchown.c: Likewise.
11184         * lib/lstat.c: Likewise.
11185         * lib/mkdir-p.c: Likewise.
11186         * lib/rmdir.c: Likewise.
11187         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
11188         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
11189         unless mkdir isn't declared, to speed up 'configure'.
11190         Always create sys/stat.h, since it's unlikely any real sys/stat.h
11191         would define all the S_* symbols.
11192         * modules/canonicalize (Depends-on):
11193         Depend on sys_stat, not stat-macros.
11194         * modules/chown: Likewise.
11195         * modules/euidaccess: Likewise.
11196         * modules/filemode: Likewise.
11197         * modules/file-type: Likewise.
11198         * modules/glob: Likewise.
11199         * modules/isapipe: Likewise.
11200         * modules/lchown: Likewise.
11201         * modules/lstat: Likewise.
11202         * modules/mkancesdirs: Likewise.
11203         * modules/rmdir: Likewise.
11204         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
11205         * modules/modechange: Likewise.
11206         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
11207         (configure.ac): Remove gl_STAT_MACROS.
11208         * modules/sys_stat (Depends-on): Remove stat-macros.
11209
11210 2006-10-27  Bruno Haible  <bruno@clisp.org>
11211
11212         * m4/signed.m4: Remove file.
11213         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
11214         invocation.
11215         * modules/vasnprintf (Files): Remove m4/signed.m4.
11216
11217 2006-10-27  Bruno Haible  <bruno@clisp.org>
11218
11219         Update to GNU gettext 0.16.
11220         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
11221         m4/inttypes-h.m4, m4/signed.m4.
11222         * m4/gettext.m4: Update to GNU gettext 0.16.
11223         * m4/intl.m4: New file, from GNU gettext.
11224         * m4/intldir.m4: New file, from GNU gettext.
11225         * config/srclist.txt: Update
11226
11227 2006-10-27  Eric Blake  <ebb9@byu.net>
11228
11229         * MODULES.html.sh: Document tempname.
11230         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
11231         dependencies.
11232         (Files): Move lib/tempname.c...
11233         * modules/tempname: ...to this new module.
11234         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
11235         (gl_PREREQ_TEMPNAME): Move...
11236         * m4/tempname.m4: ...to this new file.
11237         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
11238         * modules/sys_stat (Depends-on): Add stat-macros.
11239         * lib/stat_.h (includes): Pick up stat macros.
11240         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
11241         if stat macros are broken.
11242         * lib/tempname.c (includes): No need to include "stat-macros.h".
11243         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
11244         (direxists, __path_search) [!_LIBC]: Don't compile these in
11245         gnulib; the tmpdir module covers that.
11246         * lib/tempname.h: New file.
11247
11248 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
11249
11250         * COPYING: Explain how gnulib-tool converts licence headers.
11251         Almost all wording by Eric Blake.
11252
11253 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
11254
11255         * lib/mbchar.h (is_basic_table): Make read-only.
11256         * lib/mbchar.c (is_basic_table): Likewise.
11257         Reported by John Darrington.
11258
11259 2006-10-25  Bruno Haible  <bruno@clisp.org>
11260
11261         * lib/progname.h (set_program_name): Undefine before defining.
11262
11263 2006-10-25  Bruno Haible  <bruno@clisp.org>
11264
11265         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
11266         false for non-gcc C++ compilers.
11267         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
11268
11269 2006-10-24  Bruno Haible  <bruno@clisp.org>
11270
11271         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
11272         iconv implementations like Irix iconv.
11273
11274 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11275
11276         * modules/vararrays: New file.
11277         * m4/vararrays.m4: New file, taken from diffutils.
11278         * MODULES.html.sh: New module vararrays.
11279
11280 2006-10-24  Karl Berry  <karl@gnu.org>
11281
11282         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
11283         Don't call GNU Unix.
11284
11285 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11286
11287         * users.txt: Add Libtool.
11288
11289         Sync from Libtool:
11290
11291         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11292
11293         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
11294         to gnulib's policy of including config.h unconditionally.
11295
11296 2006-10-24  Bruno Haible  <bruno@clisp.org>
11297
11298         * modules/wcwidth (Files): Add m4/wint_t.m4.
11299         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
11300         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
11301
11302 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11303
11304         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
11305         to pacify GCC with some -W flags enabled.  Problem reported by
11306         Bruno Haible.
11307
11308 2006-10-24  Jim Meyering  <jim@meyering.net>
11309
11310         * MODULES.html.sh: Remove uinttostr.  It's not a module.
11311         Reported by Karl Berry.
11312
11313 2006-10-23  Bruno Haible  <bruno@clisp.org>
11314
11315         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
11316
11317 2006-10-24  Bruno Haible  <bruno@clisp.org>
11318
11319         * lib/gl_list.h: Use C comment style, not C++ comment style.
11320
11321 2006-10-23  Eric Blake  <ebb9@byu.net>
11322
11323         * lib/getaddrinfo.c (includes): Add missing include.
11324
11325 2006-10-23  Bruno Haible  <bruno@clisp.org>
11326             Paul Eggert  <eggert@cs.ucla.edu>
11327
11328         Ability to rename obstack_free.
11329         * lib/obstack.h (__obstack_free): New macro. Declare instead of
11330         obstack_free.
11331         (obstack_free): Invoke the __obstack_free macro.
11332         * lib/obstack.c (obstack_free): Use __obstack_free macro.
11333
11334 2006-10-23  Bruno Haible  <bruno@clisp.org>
11335             Paul Eggert  <eggert@cs.ucla.edu>
11336
11337         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
11338         __argc, __argv from the declaration. (They are defined as macros on
11339         mingw.)
11340
11341 2006-10-22  Bruno Haible  <bruno@clisp.org>
11342
11343         * doc/gnulib-intro.texi: New file.
11344         * doc/gnulib.texi: Include it.
11345
11346 2006-10-21  Bruno Haible  <bruno@clisp.org>
11347
11348         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
11349         "Introduction", "Miscellanous Notes", "Particular Modules".
11350
11351 2006-10-21  Bruno Haible  <bruno@clisp.org>
11352
11353         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11354         Change mostlyclean-local rule to avoid sh syntax error from bash
11355         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
11356
11357 2006-10-23  Jim Meyering  <jim@meyering.net>
11358
11359         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
11360         in place of snprintf.
11361
11362         * modules/inttostr (Files): Add lib/uinttostr.c.
11363         * lib/uinttostr.c (inttostr): New file/function.
11364         * lib/inttostr.h (uinttostr): Declare.
11365         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
11366         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
11367         Add uinttostr.
11368         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
11369
11370 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
11371
11372         * lib/canonicalize.c (ELOOP): Define if not already defined.
11373         Problem reported by Bruno Haible in
11374         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
11375
11376 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
11377
11378         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
11379         Problem reported by Perry Smith and Ville Laurikari.
11380
11381         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
11382         uses.
11383
11384 2006-10-19  Bruno Haible  <bruno@clisp.org>
11385
11386         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
11387         for mingw.
11388
11389 2006-10-19  Bruno Haible  <bruno@clisp.org>
11390
11391         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
11392         Needed for mingw.
11393
11394 2006-10-19  Bruno Haible  <bruno@clisp.org>
11395
11396         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
11397
11398 2006-10-19  Bruno Haible  <bruno@clisp.org>
11399
11400         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
11401         it.
11402
11403 2006-10-19  Bruno Haible  <bruno@clisp.org>
11404
11405         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
11406         invocation.
11407
11408 2006-10-19  Bruno Haible  <bruno@clisp.org>
11409
11410         * gnulib-tool (func_create_testdir): Don't include ftruncate and
11411         mountlist by default.
11412
11413 2006-10-16  Bruno Haible  <bruno@clisp.org>
11414
11415         * lib/c-strstr.c: Include c-strstr.h.
11416
11417 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
11418
11419         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
11420         in a slash.
11421
11422 2006-10-18  Bruno Haible  <bruno@clisp.org>
11423
11424         * lib/lock.h [C++]: Wrap definitions in extern "C".
11425
11426 2006-10-18  Bruno Haible  <bruno@clisp.org>
11427
11428         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
11429         gl_LIBOBJS list.
11430
11431 2006-10-18  Bruno Haible  <bruno@clisp.org>
11432
11433         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
11434
11435 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
11436
11437         * lib/xstrtol.h: Include gettext.h.
11438         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
11439         Problem reported by Eric Blake.
11440         * modules/xstrtol (Depends-on): Add gettext-h.
11441
11442 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
11443
11444         * lib/strftime.c (advance): New macro.
11445         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
11446         incomplete type, so you can't add 0 to it.  Problem and patch
11447         reported by Eelco Dolstra for dietlibc.
11448
11449 2006-10-18  Jim Meyering  <jim@meyering.net>
11450
11451         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
11452         type for a local, and rename it: s/up/user_proc/.
11453
11454 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
11455
11456         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
11457         READ_UTMP_USER_PROCESS.
11458         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
11459
11460 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
11461
11462         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
11463         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
11464
11465 2006-10-17  Eric Blake  <ebb9@byu.net>
11466
11467         * lib/sigprocmask.c (sigprocmask): Fix typo.
11468
11469         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
11470
11471         * modules/clean-temp (Makefile.am): Don't add to make output...
11472         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
11473         config.h.
11474
11475 2006-10-17  Bruno Haible  <bruno@clisp.org>
11476
11477         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
11478         differently if DEFAULT_TEXT_DOMAIN is set.
11479
11480 2006-10-16  Bruno Haible  <bruno@clisp.org>
11481
11482         * lib/clean-temp.c: Include fwriteerror.h.
11483
11484 2006-10-16  Bruno Haible  <bruno@clisp.org>
11485
11486         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
11487
11488 2006-10-16  Bruno Haible  <bruno@clisp.org>
11489
11490         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
11491         * lib/sigprocmask.h: Include <sys/types.h>.
11492         (sigset_t): Use the system's definition if present.
11493
11494 2006-10-17  Eric Blake  <ebb9@byu.net>
11495
11496         * lib/xvasprintf.c (includes): Assume config.h.
11497         * lib/xasprintf.c (includes): Likewise.
11498
11499 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
11500
11501         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
11502         at least as wide as intmax_t.
11503
11504 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
11505
11506         (Imported from Automake.)
11507         * build-aux/gnupload: Update to version 1.1 of directive file.
11508
11509 2006-10-16  Eric Blake  <ebb9@byu.net>
11510
11511         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
11512         match Automake 1.10a.
11513
11514 2006-10-14  Bruno Haible  <bruno@clisp.org>
11515
11516         * modules/sigprocmask: New file.
11517         * lib/sigprocmask.h: New file.
11518         * lib/sigprocmask.c: New file.
11519         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
11520         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
11521         request sigprocmask.o.
11522         (gl_PREREQ_SIGPROCMASK): New macro.
11523         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
11524         (Depends-on): Add sigprocmask.
11525         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
11526         gt_SIGNALBLOCKING. Test for 'raise' only once.
11527         * lib/fatal-signal.c: Include sigprocmask.h.
11528         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
11529         unblock_fatal_signals): Define always.
11530         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11531         sigprocmask.
11532
11533 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11534
11535         Sync from Automake.
11536         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
11537         which incorrectly sets the mode of an existing destination
11538         directory.  In some cases the unpatched install-sh could do the
11539         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
11540         system.  We hope this is rare in practice, but it's clearly worth
11541         fixing.  Problem reported by Alex Unleashed in
11542         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
11543         Also, don't bother to check for -m bugs unless we're using -m;
11544         suggested by Stepan Kasal.
11545
11546 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11547
11548         Sync from Automake.
11549         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
11550         `-c' flag, so they appear at the same position as in %FASTDEP%
11551         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
11552         which ignores unknown options only after the first non-option.
11553         Bug report against M4 by Nelson H. F. Beebe.
11554
11555 2006-10-13  Jim Meyering  <jim@meyering.net>
11556
11557         Fix a bug in yesterday's change.
11558         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
11559         p->fts_statp->st_dev would be used uninitialized.
11560         Ensures that we always call fts_stat on the very first entry.
11561         Miklos Szeredi reported that find -xdev stopped working.
11562
11563 2006-10-12  Bruno Haible  <bruno@clisp.org>
11564
11565         * gnulib-tool (func_get_automake_snippet): Append an automatically
11566         computed EXTRA_DIST augmentation.
11567         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
11568         * modules/alloca-opt (Makefile.am): Likewise.
11569         * modules/allocsa (Makefile.am): Likewise.
11570         * modules/arcfour (Makefile.am): Likewise.
11571         * modules/arctwo (Makefile.am): Likewise.
11572         * modules/argmatch (Makefile.am): Likewise.
11573         * modules/argz (Makefile.am): Likewise.
11574         * modules/atexit (Makefile.am): Likewise.
11575         * modules/backupfile (Makefile.am): Likewise.
11576         * modules/byteswap (Makefile.am): Likewise.
11577         * modules/c-strtod (Makefile.am): Likewise.
11578         * modules/c-strtold (Makefile.am): Likewise.
11579         * modules/calloc (Makefile.am): Likewise.
11580         * modules/canon-host (Makefile.am): Likewise.
11581         * modules/canonicalize (Makefile.am): Likewise.
11582         * modules/chdir-long (Makefile.am): Likewise.
11583         * modules/chdir-safer (Makefile.am): Likewise.
11584         * modules/check-version (Makefile.am): Likewise.
11585         * modules/chown (Makefile.am): Likewise.
11586         * modules/cloexec (Makefile.am): Likewise.
11587         * modules/close-stream (Makefile.am): Likewise.
11588         * modules/closeout (Makefile.am): Likewise.
11589         * modules/crc (Makefile.am): Likewise.
11590         * modules/csharpexec (Makefile.am): Likewise.
11591         * modules/cycle-check (Makefile.am): Likewise.
11592         * modules/des (Makefile.am): Likewise.
11593         * modules/dev-ino (Makefile.am): Likewise.
11594         * modules/dirfd (Makefile.am): Likewise.
11595         * modules/dirname (Makefile.am): Likewise.
11596         * modules/dup2 (Makefile.am): Likewise.
11597         * modules/eealloc (Makefile.am): Likewise.
11598         * modules/error (Makefile.am): Likewise.
11599         * modules/euidaccess (Makefile.am): Likewise.
11600         * modules/exclude (Makefile.am): Likewise.
11601         * modules/exitfail (Makefile.am): Likewise.
11602         * modules/fcntl-safer (Makefile.am): Likewise.
11603         * modules/fcntl (Makefile.am): Likewise.
11604         * modules/file-type (Makefile.am): Likewise.
11605         * modules/fileblocks (Makefile.am): Likewise.
11606         * modules/filemode (Makefile.am): Likewise.
11607         * modules/filenamecat (Makefile.am): Likewise.
11608         * modules/fnmatch (Makefile.am): Likewise.
11609         * modules/fopen-safer (Makefile.am): Likewise.
11610         * modules/fpending (Makefile.am): Likewise.
11611         * modules/fprintftime (Makefile.am): Likewise.
11612         * modules/free (Makefile.am): Likewise.
11613         * modules/fsusage (Makefile.am): Likewise.
11614         * modules/ftruncate (Makefile.am): Likewise.
11615         * modules/fts (Makefile.am): Likewise.
11616         * modules/gc-arcfour (Makefile.am): Likewise.
11617         * modules/gc-des (Makefile.am): Likewise.
11618         * modules/gc-hmac-md5 (Makefile.am): Likewise.
11619         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
11620         * modules/gc-md4 (Makefile.am): Likewise.
11621         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
11622         * modules/gc-sha1 (Makefile.am): Likewise.
11623         * modules/gc (Makefile.am): Likewise.
11624         * modules/getaddrinfo (Makefile.am): Likewise.
11625         * modules/getcwd (Makefile.am): Likewise.
11626         * modules/getdelim (Makefile.am): Likewise.
11627         * modules/getdomainname (Makefile.am): Likewise.
11628         * modules/getgroups (Makefile.am): Likewise.
11629         * modules/gethostname (Makefile.am): Likewise.
11630         * modules/gethrxtime (Makefile.am): Likewise.
11631         * modules/getline (Makefile.am): Likewise.
11632         * modules/getloadavg (Makefile.am): Likewise.
11633         * modules/getlogin_r (Makefile.am): Likewise.
11634         * modules/getndelim2 (Makefile.am): Likewise.
11635         * modules/getopt (Makefile.am): Likewise.
11636         * modules/getpagesize (Makefile.am): Likewise.
11637         * modules/getpass-gnu (Makefile.am): Likewise.
11638         * modules/getpass (Makefile.am): Likewise.
11639         * modules/getsubopt (Makefile.am): Likewise.
11640         * modules/gettime (Makefile.am): Likewise.
11641         * modules/gettimeofday (Makefile.am): Likewise.
11642         * modules/getugroups (Makefile.am): Likewise.
11643         * modules/getusershell (Makefile.am): Likewise.
11644         * modules/glob (Makefile.am): Likewise.
11645         * modules/group-member (Makefile.am): Likewise.
11646         * modules/hard-locale (Makefile.am): Likewise.
11647         * modules/hash (Makefile.am): Likewise.
11648         * modules/hmac-md5 (Makefile.am): Likewise.
11649         * modules/hmac-sha1 (Makefile.am): Likewise.
11650         * modules/human (Makefile.am): Likewise.
11651         * modules/idcache (Makefile.am): Likewise.
11652         * modules/imaxabs (Makefile.am): Likewise.
11653         * modules/imaxdiv (Makefile.am): Likewise.
11654         * modules/inet_ntop (Makefile.am): Likewise.
11655         * modules/inet_pton (Makefile.am): Likewise.
11656         * modules/intprops (Makefile.am): Likewise.
11657         * modules/inttostr (Makefile.am): Likewise.
11658         * modules/inttypes (Makefile.am): Likewise.
11659         * modules/isapipe (Makefile.am): Likewise.
11660         * modules/javaversion (Makefile.am): Likewise.
11661         * modules/lchmod (Makefile.am): Likewise.
11662         * modules/lchown (Makefile.am): Likewise.
11663         * modules/localcharset (Makefile.am): Likewise.
11664         * modules/long-options (Makefile.am): Likewise.
11665         * modules/lstat (Makefile.am): Likewise.
11666         * modules/malloc (Makefile.am): Likewise.
11667         * modules/mathl (Makefile.am): Likewise.
11668         * modules/mbchar (Makefile.am): Likewise.
11669         * modules/md2 (Makefile.am): Likewise.
11670         * modules/md4 (Makefile.am): Likewise.
11671         * modules/md5 (Makefile.am): Likewise.
11672         * modules/memcasecmp (Makefile.am): Likewise.
11673         * modules/memchr (Makefile.am): Likewise.
11674         * modules/memcmp (Makefile.am): Likewise.
11675         * modules/memcoll (Makefile.am): Likewise.
11676         * modules/memcpy (Makefile.am): Likewise.
11677         * modules/memmem (Makefile.am): Likewise.
11678         * modules/memmove (Makefile.am): Likewise.
11679         * modules/mempcpy (Makefile.am): Likewise.
11680         * modules/memrchr (Makefile.am): Likewise.
11681         * modules/memset (Makefile.am): Likewise.
11682         * modules/memxor (Makefile.am): Likewise.
11683         * modules/mkancesdirs (Makefile.am): Likewise.
11684         * modules/mkdir-p (Makefile.am): Likewise.
11685         * modules/mkdir (Makefile.am): Likewise.
11686         * modules/mkdtemp (Makefile.am): Likewise.
11687         * modules/mkstemp (Makefile.am): Likewise.
11688         * modules/mktime (Makefile.am): Likewise.
11689         * modules/modechange (Makefile.am): Likewise.
11690         * modules/mountlist (Makefile.am): Likewise.
11691         * modules/nanosleep (Makefile.am): Likewise.
11692         * modules/obstack (Makefile.am): Likewise.
11693         * modules/openat (Makefile.am): Likewise.
11694         * modules/pagealign_alloc (Makefile.am): Likewise.
11695         * modules/pathmax (Makefile.am): Likewise.
11696         * modules/physmem (Makefile.am): Likewise.
11697         * modules/poll (Makefile.am): Likewise.
11698         * modules/posixtm (Makefile.am): Likewise.
11699         * modules/posixver (Makefile.am): Likewise.
11700         * modules/putenv (Makefile.am): Likewise.
11701         * modules/quote (Makefile.am): Likewise.
11702         * modules/quotearg (Makefile.am): Likewise.
11703         * modules/raise (Makefile.am): Likewise.
11704         * modules/read-file (Makefile.am): Likewise.
11705         * modules/readline (Makefile.am): Likewise.
11706         * modules/readlink (Makefile.am): Likewise.
11707         * modules/readtokens (Makefile.am): Likewise.
11708         * modules/readutmp (Makefile.am): Likewise.
11709         * modules/realloc (Makefile.am): Likewise.
11710         * modules/regex (Makefile.am): Likewise.
11711         * modules/rename-dest-slash (Makefile.am): Likewise.
11712         * modules/rename (Makefile.am): Likewise.
11713         * modules/rijndael (Makefile.am): Likewise.
11714         * modules/rmdir (Makefile.am): Likewise.
11715         * modules/rpmatch (Makefile.am): Likewise.
11716         * modules/safe-read (Makefile.am): Likewise.
11717         * modules/safe-write (Makefile.am): Likewise.
11718         * modules/same-inode (Makefile.am): Likewise.
11719         * modules/same (Makefile.am): Likewise.
11720         * modules/save-cwd (Makefile.am): Likewise.
11721         * modules/savedir (Makefile.am): Likewise.
11722         * modules/setenv (Makefile.am): Likewise.
11723         * modules/settime (Makefile.am): Likewise.
11724         * modules/sha1 (Makefile.am): Likewise.
11725         * modules/sig2str (Makefile.am): Likewise.
11726         * modules/snprintf (Makefile.am): Likewise.
11727         * modules/stat-macros (Makefile.am): Likewise.
11728         * modules/stat-time (Makefile.am): Likewise.
11729         * modules/stdbool (Makefile.am): Likewise.
11730         * modules/stdint (Makefile.am): Likewise.
11731         * modules/stdlib-safer (Makefile.am): Likewise.
11732         * modules/stpcpy (Makefile.am): Likewise.
11733         * modules/stpncpy (Makefile.am): Likewise.
11734         * modules/strcase (Makefile.am): Likewise.
11735         * modules/strcasestr (Makefile.am): Likewise.
11736         * modules/strchrnul (Makefile.am): Likewise.
11737         * modules/strcspn (Makefile.am): Likewise.
11738         * modules/strdup (Makefile.am): Likewise.
11739         * modules/strerror (Makefile.am): Likewise.
11740         * modules/strftime (Makefile.am): Likewise.
11741         * modules/strndup (Makefile.am): Likewise.
11742         * modules/strnlen (Makefile.am): Likewise.
11743         * modules/strpbrk (Makefile.am): Likewise.
11744         * modules/strsep (Makefile.am): Likewise.
11745         * modules/strstr (Makefile.am): Likewise.
11746         * modules/strtod (Makefile.am): Likewise.
11747         * modules/strtoimax (Makefile.am): Likewise.
11748         * modules/strtok_r (Makefile.am): Likewise.
11749         * modules/strtol (Makefile.am): Likewise.
11750         * modules/strtoll (Makefile.am): Likewise.
11751         * modules/strtoul (Makefile.am): Likewise.
11752         * modules/strtoull (Makefile.am): Likewise.
11753         * modules/strtoumax (Makefile.am): Likewise.
11754         * modules/strverscmp (Makefile.am): Likewise.
11755         * modules/sys_socket (Makefile.am): Likewise.
11756         * modules/sys_stat (Makefile.am): Likewise.
11757         * modules/sysexits (Makefile.am): Likewise.
11758         * modules/time_r (Makefile.am): Likewise.
11759         * modules/timegm (Makefile.am): Likewise.
11760         * modules/timespec (Makefile.am): Likewise.
11761         * modules/tmpfile-safer (Makefile.am): Likewise.
11762         * modules/trim (Makefile.am): Likewise.
11763         * modules/unistd-safer (Makefile.am): Likewise.
11764         * modules/unlinkdir (Makefile.am): Likewise.
11765         * modules/unlocked-io (Makefile.am): Likewise.
11766         * modules/userspec (Makefile.am): Likewise.
11767         * modules/utime (Makefile.am): Likewise.
11768         * modules/utimecmp (Makefile.am): Likewise.
11769         * modules/utimens (Makefile.am): Likewise.
11770         * modules/vasnprintf (Makefile.am): Likewise.
11771         * modules/vasprintf (Makefile.am): Likewise.
11772         * modules/vsnprintf (Makefile.am): Likewise.
11773         * modules/xalloc (Makefile.am): Likewise.
11774         * modules/xgetcwd (Makefile.am): Likewise.
11775         * modules/xnanosleep (Makefile.am): Likewise.
11776         * modules/xreadlink (Makefile.am): Likewise.
11777         * modules/xstrtod (Makefile.am): Likewise.
11778         * modules/xstrtol (Makefile.am): Likewise.
11779         * modules/xstrtold (Makefile.am): Likewise.
11780         * modules/yesno (Makefile.am): Likewise.
11781         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
11782
11783 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
11784
11785         * modules/error (Makefile.am): Distribute files through
11786         EXTRA_DIST, not lib_SOURCES.
11787
11788 2006-10-12  Eric Blake  <ebb9@byu.net>
11789
11790         * modules/error (Makefile.am): Distribute files in /lib.
11791         * modules/obstack (Makefile.am): Likewise.
11792
11793 2006-10-12  Bruno Haible  <bruno@clisp.org>
11794
11795         * modules/acl (Makefile.am): Distribute all files in lib/ through
11796         EXTRA_DIST.
11797         * modules/arcfour (Makefile.am): Likewise.
11798         * modules/arctwo (Makefile.am): Likewise.
11799         * modules/argmatch (Makefile.am): Likewise.
11800         * modules/argz (Makefile.am): Likewise.
11801         * modules/atexit (Makefile.am): Likewise.
11802         * modules/backupfile (Makefile.am): Likewise.
11803         * modules/c-strtod (Makefile.am): Likewise.
11804         * modules/c-strtold (Makefile.am): Likewise.
11805         * modules/calloc (Makefile.am): Likewise.
11806         * modules/canon-host (Makefile.am): Likewise.
11807         * modules/canonicalize (Makefile.am): Likewise.
11808         * modules/chdir-long (Makefile.am): Likewise.
11809         * modules/chdir-safer (Makefile.am): Likewise.
11810         * modules/check-version (Makefile.am): Likewise.
11811         * modules/chown (Makefile.am): Likewise.
11812         * modules/cloexec (Makefile.am): Likewise.
11813         * modules/close-stream (Makefile.am): Likewise.
11814         * modules/closeout (Makefile.am): Likewise.
11815         * modules/crc (Makefile.am): Likewise.
11816         * modules/cycle-check (Makefile.am): Likewise.
11817         * modules/des (Makefile.am): Likewise.
11818         * modules/dirfd (Makefile.am): Likewise.
11819         * modules/dirname (Makefile.am): Likewise.
11820         * modules/dup2 (Makefile.am): Likewise.
11821         * modules/euidaccess (Makefile.am): Likewise.
11822         * modules/exclude (Makefile.am): Likewise.
11823         * modules/exitfail (Makefile.am): Likewise.
11824         * modules/fcntl-safer (Makefile.am): Likewise.
11825         * modules/file-type (Makefile.am): Likewise.
11826         * modules/fileblocks (Makefile.am): Likewise.
11827         * modules/filemode (Makefile.am): Likewise.
11828         * modules/filenamecat (Makefile.am): Likewise.
11829         * modules/fnmatch (Makefile.am): Likewise.
11830         * modules/fopen-safer (Makefile.am): Likewise.
11831         * modules/fpending (Makefile.am): Likewise.
11832         * modules/fprintftime (Makefile.am): Likewise.
11833         * modules/free (Makefile.am): Likewise.
11834         * modules/fsusage (Makefile.am): Likewise.
11835         * modules/ftruncate (Makefile.am): Likewise.
11836         * modules/fts (Makefile.am): Likewise.
11837         * modules/gc (Makefile.am): Likewise.
11838         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
11839         * modules/getaddrinfo (Makefile.am): Likewise.
11840         * modules/getcwd (Makefile.am): Likewise.
11841         * modules/getdelim (Makefile.am): Likewise.
11842         * modules/getdomainname (Makefile.am): Likewise.
11843         * modules/getgroups (Makefile.am): Likewise.
11844         * modules/gethostname (Makefile.am): Likewise.
11845         * modules/gethrxtime (Makefile.am): Likewise.
11846         * modules/getline (Makefile.am): Likewise.
11847         * modules/getloadavg (Makefile.am): Likewise.
11848         * modules/getlogin_r (Makefile.am): Likewise.
11849         * modules/getopt (Makefile.am): Likewise.
11850         * modules/getpass (Makefile.am): Likewise.
11851         * modules/getpass-gnu (Makefile.am): Likewise.
11852         * modules/getsubopt (Makefile.am): Likewise.
11853         * modules/gettime (Makefile.am): Likewise.
11854         * modules/gettimeofday (Makefile.am): Likewise.
11855         * modules/getugroups (Makefile.am): Likewise.
11856         * modules/getusershell (Makefile.am): Likewise.
11857         * modules/glob (Makefile.am): Likewise.
11858         * modules/group-member (Makefile.am): Likewise.
11859         * modules/hard-locale (Makefile.am): Likewise.
11860         * modules/hash (Makefile.am): Likewise.
11861         * modules/hmac-md5 (Makefile.am): Likewise.
11862         * modules/hmac-sha1 (Makefile.am): Likewise.
11863         * modules/human (Makefile.am): Likewise.
11864         * modules/idcache (Makefile.am): Likewise.
11865         * modules/imaxabs (Makefile.am): Likewise.
11866         * modules/imaxdiv (Makefile.am): Likewise.
11867         * modules/inet_ntop (Makefile.am): Likewise.
11868         * modules/inet_pton (Makefile.am): Likewise.
11869         * modules/inttostr (Makefile.am): Likewise.
11870         * modules/isapipe (Makefile.am): Likewise.
11871         * modules/lchown (Makefile.am): Likewise.
11872         * modules/long-options (Makefile.am): Likewise.
11873         * modules/lstat (Makefile.am): Likewise.
11874         * modules/malloc (Makefile.am): Likewise.
11875         * modules/mathl (Makefile.am): Likewise.
11876         * modules/mbchar (Makefile.am): Likewise.
11877         * modules/md2 (Makefile.am): Likewise.
11878         * modules/md4 (Makefile.am): Likewise.
11879         * modules/md5 (Makefile.am): Likewise.
11880         * modules/memcasecmp (Makefile.am): Likewise.
11881         * modules/memchr (Makefile.am): Likewise.
11882         * modules/memcmp (Makefile.am): Likewise.
11883         * modules/memcoll (Makefile.am): Likewise.
11884         * modules/memcpy (Makefile.am): Likewise.
11885         * modules/memmem (Makefile.am): Likewise.
11886         * modules/memmove (Makefile.am): Likewise.
11887         * modules/mempcpy (Makefile.am): Likewise.
11888         * modules/memrchr (Makefile.am): Likewise.
11889         * modules/memset (Makefile.am): Likewise.
11890         * modules/memxor (Makefile.am): Likewise.
11891         * modules/mkancesdirs (Makefile.am): Likewise.
11892         * modules/mkdir (Makefile.am): Likewise.
11893         * modules/mkdir-p (Makefile.am): Likewise.
11894         * modules/mkdtemp (Makefile.am): Likewise.
11895         * modules/mkstemp (Makefile.am): Likewise.
11896         * modules/mktime (Makefile.am): Likewise.
11897         * modules/modechange (Makefile.am): Likewise.
11898         * modules/mountlist (Makefile.am): Likewise.
11899         * modules/nanosleep (Makefile.am): Likewise.
11900         * modules/openat (Makefile.am): Likewise.
11901         * modules/pagealign_alloc (Makefile.am): Likewise.
11902         * modules/physmem (Makefile.am): Likewise.
11903         * modules/poll (Makefile.am): Likewise.
11904         * modules/posixtm (Makefile.am): Likewise.
11905         * modules/posixver (Makefile.am): Likewise.
11906         * modules/putenv (Makefile.am): Likewise.
11907         * modules/quote (Makefile.am): Likewise.
11908         * modules/quotearg (Makefile.am): Likewise.
11909         * modules/raise (Makefile.am): Likewise.
11910         * modules/read-file (Makefile.am): Likewise.
11911         * modules/readline (Makefile.am): Likewise.
11912         * modules/readlink (Makefile.am): Likewise.
11913         * modules/readtokens (Makefile.am): Likewise.
11914         * modules/readutmp (Makefile.am): Likewise.
11915         * modules/realloc (Makefile.am): Likewise.
11916         * modules/regex (Makefile.am): Likewise.
11917         * modules/rename (Makefile.am): Likewise.
11918         * modules/rename-dest-slash (Makefile.am): Likewise.
11919         * modules/rijndael (Makefile.am): Likewise.
11920         * modules/rmdir (Makefile.am): Likewise.
11921         * modules/rpmatch (Makefile.am): Likewise.
11922         * modules/safe-read (Makefile.am): Likewise.
11923         * modules/safe-write (Makefile.am): Likewise.
11924         * modules/same (Makefile.am): Likewise.
11925         * modules/save-cwd (Makefile.am): Likewise.
11926         * modules/savedir (Makefile.am): Likewise.
11927         * modules/setenv (Makefile.am): Likewise.
11928         * modules/settime (Makefile.am): Likewise.
11929         * modules/sha1 (Makefile.am): Likewise.
11930         * modules/sig2str (Makefile.am): Likewise.
11931         * modules/snprintf (Makefile.am): Likewise.
11932         * modules/stdlib-safer (Makefile.am): Likewise.
11933         * modules/stpcpy (Makefile.am): Likewise.
11934         * modules/stpncpy (Makefile.am): Likewise.
11935         * modules/strcase (Makefile.am): Likewise.
11936         * modules/strcasestr (Makefile.am): Likewise.
11937         * modules/strchrnul (Makefile.am): Likewise.
11938         * modules/strcspn (Makefile.am): Likewise.
11939         * modules/strdup (Makefile.am): Likewise.
11940         * modules/strerror (Makefile.am): Likewise.
11941         * modules/strftime (Makefile.am): Likewise.
11942         * modules/strndup (Makefile.am): Likewise.
11943         * modules/strnlen (Makefile.am): Likewise.
11944         * modules/strpbrk (Makefile.am): Likewise.
11945         * modules/strsep (Makefile.am): Likewise.
11946         * modules/strstr (Makefile.am): Likewise.
11947         * modules/strtod (Makefile.am): Likewise.
11948         * modules/strtoimax (Makefile.am): Likewise.
11949         * modules/strtok_r (Makefile.am): Likewise.
11950         * modules/strtol (Makefile.am): Likewise.
11951         * modules/strtoll (Makefile.am): Likewise.
11952         * modules/strtoul (Makefile.am): Likewise.
11953         * modules/strtoull (Makefile.am): Likewise.
11954         * modules/strtoumax (Makefile.am): Likewise.
11955         * modules/strverscmp (Makefile.am): Likewise.
11956         * modules/time_r (Makefile.am): Likewise.
11957         * modules/timegm (Makefile.am): Likewise.
11958         * modules/tmpfile-safer (Makefile.am): Likewise.
11959         * modules/unistd-safer (Makefile.am): Likewise.
11960         * modules/unlinkdir (Makefile.am): Likewise.
11961         * modules/userspec (Makefile.am): Likewise.
11962         * modules/utime (Makefile.am): Likewise.
11963         * modules/utimecmp (Makefile.am): Likewise.
11964         * modules/utimens (Makefile.am): Likewise.
11965         * modules/vasnprintf (Makefile.am): Likewise.
11966         * modules/vasprintf (Makefile.am): Likewise.
11967         * modules/vsnprintf (Makefile.am): Likewise.
11968         * modules/xalloc (Makefile.am): Likewise.
11969         * modules/xgetcwd (Makefile.am): Likewise.
11970         * modules/xnanosleep (Makefile.am): Likewise.
11971         * modules/xreadlink (Makefile.am): Likewise.
11972         * modules/xstrtod (Makefile.am): Likewise.
11973         * modules/xstrtol (Makefile.am): Likewise.
11974         * modules/xstrtold (Makefile.am): Likewise.
11975         * modules/yesno (Makefile.am): Likewise.
11976
11977 2006-10-12  Jim Meyering  <jim@meyering.net>
11978
11979         * m4/getloadavg.m4: Revert the change below.
11980
11981         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
11982         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
11983         fail with a symlink, which is what coreutils' ./bootstrap now
11984         creates by default.
11985
11986 2006-10-12  Bruno Haible  <bruno@clisp.org>
11987
11988         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
11989         mingw.
11990         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
11991         MSVC and mingw explicitly.
11992
11993 2006-10-11  Simon Josefsson  <jas@extundo.com>
11994             Bruno Haible  <bruno@clisp.org>
11995
11996         Add support for multiple gnulib-tool invocations in the scope of a
11997         single configure.ac file.
11998         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
11999         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
12000         with the same contents as the _LIBADD variable.
12001         (func_emit_initmacro_start, func_emit_initmacro_end,
12002         func_emit_initmacro_done): New functions.
12003         (func_import, func_create_testdir): Invoke them. Allow the identifiers
12004         gl_LIBOBJS and gl_LTLIBOBJS.
12005
12006 2006-10-11  Bruno Haible  <bruno@clisp.org>
12007
12008         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
12009         (func_create_testdir): Don't create po/Makefile.am, don't invoke
12010         autoreconf. Instead, invoke autopoint explicitly but move back the
12011         *.m4 files from gnulib.
12012
12013 2006-10-11  Bruno Haible  <bruno@clisp.org>
12014
12015         * gnulib-tool (func_usage): Make module names after --create-testdir
12016         optional.
12017         (func_create_testdir): If no module was specified, use nearly all
12018         modules.
12019
12020 2006-10-12  Jim Meyering  <jim@meyering.net>
12021
12022         Big performance improvement for fts-based tools that use FTS_NOSTAT.
12023         Avoid spurious inode-mismatch problems on non-POSIX file systems.
12024         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
12025         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
12026         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
12027         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
12028         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
12029         (fts_set_stat_required): New function.
12030         (fts_open): Defer the calls to fts_stat, if possible or requested.
12031         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
12032         into fts_stat itself.
12033         (fts_read): Perform any required (deferred) fts_stat call.
12034         (fts_build): Likewise, for the directory we're about to open and read.
12035         In the readdir loop, carefully decide whether each entry will require
12036         an eventual call to fts_stat, using dirent.d_type info if available.
12037         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
12038         a command line argument into this function.  Update all callers.
12039         Map a return value of FTS_DOT to FTS_D for a command line argument.
12040         * modules/fts (Depends-on): Add d-type.  Alphabetize.
12041         Thanks to Miklos Szeredi for his tenacity and for the initial
12042         bug report about "find" failing on a FUSE-based file system.
12043
12044         * lib/fts.c (fts_open): Use consistent indentation.
12045
12046 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
12047
12048         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
12049         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
12050         reported by Jim Meyering.  All uses of cache variables renamed
12051         to match Autoconf's.
12052         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
12053         the other one.
12054
12055         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
12056         Fix misspelling in diagnostic.
12057
12058 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
12059
12060         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
12061         defined.  Problem reported by Matthew Woehlke.
12062
12063         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
12064         Add support for Tandem NonStop R series.
12065         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
12066         Use new macro.
12067
12068         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
12069         (has_trailing_slash): Omit size arg; all callers changed.
12070         Omit 'inline', since it doesn't help performance and we'd
12071         need to configure it.
12072         Don't count //, ///, etc. as having a trailing slash.
12073         As a side effect, this removes a C99ism reported by Matthew Woehlke.
12074         (rpl_rename_dest_slash): On failure, use rename's errno rather
12075         than (in some cases) an incorrect or junk errno.
12076         Simplify code by removing need to compute length; this does
12077         cause it to make two passes instead of one over the file name,
12078         but it's worth it.
12079
12080         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
12081         change, since Autoconf's version may no longer be appropriate now
12082         that we are using CVS Autoconf's version.  Add support for Tandem.
12083
12084 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
12085             Bruno Haible  <bruno@clisp.org>
12086
12087         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
12088         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
12089         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
12090         gl_AC_TYPE_LONG_LONG.
12091
12092         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
12093         instead of HAVE_LONG_LONG.
12094         * lib/printf-args.c (printf_fetchargs): Likewise.
12095         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
12096         * lib/vasnprintf.c (VASNPRINTF): Likewise.
12097         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
12098         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
12099         gl_AC_TYPE_LONG_LONG.
12100
12101 2006-10-11  Bruno Haible  <bruno@clisp.org>
12102
12103         * m4/longlong.m4: Add comments.
12104         * m4/ulonglong.m4: Likewise.
12105
12106 2006-10-10  Bruno Haible  <bruno@clisp.org>
12107
12108         Make it possible to #define stpcpy, strdup to aliases.
12109         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
12110         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
12111
12112 2006-10-10  Bruno Haible  <bruno@clisp.org>
12113
12114         Make it possible to #define gcd to an alias.
12115         * lib/gcd.c: Include config.h.
12116
12117 2006-10-10  Bruno Haible  <bruno@clisp.org>
12118
12119         Make it possible to #define c_isascii to an alias.
12120         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
12121         defined. Undefine the macros before defining them, to avoid gcc
12122         warnings.
12123         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
12124         define NO_C_CTYPE_MACROS early.
12125
12126 2006-10-10  Bruno Haible  <bruno@clisp.org>
12127
12128         Make it possible to #define set_program_name to an alias.
12129         * lib/progname.c: Don't undefine set_program_name; instead, undefine
12130         ENABLE_RELOCATABLE early.
12131
12132 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
12133
12134         Port to Tandem NSK OSS, which has 64-bit signed int but at most
12135         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
12136         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
12137         More generally, don't assume that 64-bit signed int is available
12138         if unsigned int is, and vice versa.
12139         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
12140         unsigned symbols, not on their signed counterparts.
12141         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
12142         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
12143         (UINT64_C, UINTMAX_C):
12144         Likewise.
12145         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
12146         unsigned counterparts.
12147         (Have_long_long, Unsigned): New macros.
12148         (Int): Renamed from INT.
12149         (strtoimax): Use the new macros.
12150         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
12151         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
12152         * modules/inttypes (inttypes.h): Substitute
12153         HAVE_UNSIGNED_LONG_LONG_INT.
12154         * modules/stdint (stdint.h): Likewise.
12155         (Files): Add m4/ulonglong.m4.
12156
12157 2006-10-10  Bruno Haible  <bruno@clisp.org>
12158
12159         Fix a gcc -Wshadow warning.
12160         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
12161         to 'bucket'.
12162         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
12163         gl_linked_indexof_from_to): Likewise.
12164         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
12165         Likewise.
12166         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
12167         Likewise.
12168         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
12169         Reported by Eric Blake.
12170
12171 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
12172
12173         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
12174         for NetBSD.  Problem reported by Bruno Haible.
12175
12176 2006-10-09  Jim Meyering  <jim@meyering.net>
12177
12178         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
12179         Patch from Bruno Haible.
12180
12181 2006-10-09  Jim Meyering  <jim@meyering.net>
12182
12183         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
12184         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
12185         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
12186
12187 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
12188
12189         Don't include <config.h> twice; this doesn't work in some cases,
12190         e.g., when config.h has "#define intmax_t long long int" and
12191         we include <config.h>, <inttypes.h>, <config.h> in that order.
12192         Problem reported by Matthew Woehlke in:
12193         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
12194         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
12195         * lib/fts-cycle.c: Don't include config.h.
12196         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
12197         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
12198         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
12199         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
12200         inttypes.h.
12201         * lib/xstrtoumax.c: Likewise.
12202         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
12203         __strtol and the like, so that this module is more like its siblings.
12204         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
12205         Remove; no longer needed now that we assume gnulib inttypes.h.
12206
12207 2006-10-08  Bruno Haible  <bruno@clisp.org>
12208
12209         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
12210         option.
12211
12212 2006-10-07  Jim Meyering  <jim@meyering.net>
12213
12214         * modules/inttypes (inttypes.h): Revert what seems to have been
12215         an inadvertent part of today's change: use "|", not "/" in the
12216         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
12217
12218 2006-10-07  Bruno Haible  <bruno@clisp.org>
12219
12220         * modules/sublist: New file.
12221
12222 2006-10-07  Bruno Haible  <bruno@clisp.org>
12223
12224         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
12225         * modules/argz (argz.h): Likewise.
12226         * modules/arpa_inet (arpa/inet.h): Likewise.
12227         * modules/byteswap (byteswap.h): Likewise.
12228         * modules/configmake (configmake.h): Likewise.
12229         * modules/fcntl (fcntl.h): Likewise.
12230         * modules/fnmatch (fnmatch.h): Likewise.
12231         * modules/getopt (getopt.h): Likewise.
12232         * modules/glob (glob.h): Likewise.
12233         * modules/inttypes (inttypes.h): Likewise.
12234         * modules/netinet_in (netinet/in.h): Likewise.
12235         * modules/poll (poll.h): Likewise.
12236         * modules/stdbool (stdbool.h): Likewise.
12237         * modules/stdint (stdint.h): Likewise.
12238         * modules/sys_select (sys/select.h): Likewise.
12239         * modules/sys_socket (sys/socket.h): Likewise.
12240         * modules/sys_stat (sys/stat.h): Likewise.
12241         * modules/sysexits (sysexits.h): Likewise.
12242         * modules/unistd (unistd.h): Likewise.
12243         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12244         Add a "DO NOT EDIT" comment to the generated file.
12245         (func_import): Likewise for gnulib-comp.m4.
12246
12247 2006-10-07  Bruno Haible  <bruno@clisp.org>
12248
12249         * lib/gl_sublist.h: New file.
12250         * lib/gl_sublist.c: New file.
12251
12252 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
12253
12254         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
12255         name (relative to the original working directory) and the file
12256         name component (relative to the temporary working directory).  All
12257         callers changed.
12258         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
12259         * lib/mkdir-p.c (make_dir_parents): Likewise.
12260         * lib/mkdir-p.h (make_dir_parents): Likewise.
12261
12262 2006-10-06  Eric Blake  <ebb9@byu.net>
12263
12264         Define several macros for use by the clean-temp module.
12265         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
12266         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
12267         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
12268
12269         * lib/clean-temp.h (close_stream_temp): New declaration.
12270         * lib/clean-temp.c (includes): Pull in headers according to what
12271         other modules are in use.
12272         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
12273
12274 2006-10-06  Bruno Haible  <bruno@clisp.org>
12275
12276         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
12277         instead of fopen, fwriteerror.
12278
12279 2006-10-06  Bruno Haible  <bruno@clisp.org>
12280
12281         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
12282         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
12283         int.
12284         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
12285         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
12286         Return an error indicator.
12287         Suggested by Eric Blake.
12288
12289 2006-10-06  Bruno Haible  <bruno@clisp.org>
12290
12291         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
12292         Reported by Eric Blake.
12293
12294 2006-10-06  Bruno Haible  <bruno@clisp.org>
12295
12296         * modules/closeout (Description): Mention stderr too.
12297
12298 2006-10-06  Bruno Haible  <bruno@clisp.org>
12299         and Paul Eggert  <eggert@cs.ucla.edu>
12300
12301         * lib/closeout.c (close_stdout): Also close stderr.
12302         * lib/closeout.h: Update comment.
12303
12304 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
12305
12306         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
12307         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
12308         * lib/dirchownmod.c: Include lchown.h.
12309         * lib/lchown.c: Don't include files that lchown.h now includes.
12310         Don't declare chown, since lchown.h now does that.
12311         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
12312         (lchown): Define to rpl_chown if lchown is declared but
12313         does not exist.  Declare using a prototype if lchown is not
12314         declared.  Add a copyright notice.
12315         * lib/mkstemp.h: Include <unistd.h>.
12316         * lib/openat.c: Include lchown.h.
12317
12318         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
12319         we now test for that separately.
12320         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
12321         rather than O_NOFOLLOW, when testing whether it's possible to
12322         avoid a race condition reliably.
12323         * lib/savewd.c (savewd_chdir): Likewise.
12324
12325         Remove macros that are no longer needed now that stdint.h is
12326         reliable.
12327         * lib/fsusage.c (UINTMAX_MAX): Remove.
12328         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
12329         * lib/utimecmp.c (SIZE_MAX): Remove.
12330
12331         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
12332
12333         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
12334         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
12335         O_NOATIME works.
12336
12337 2006-10-05  Bruno Haible  <bruno@clisp.org>
12338
12339         * lib/gl_list.h (gl_sortedlist_search_from_to,
12340         gl_sortedlist_indexof_from_to): New declarations.
12341         (gl_list_implementation): New fields sortedlist_search_from_to,
12342         sortedlist_indexof_from_to.
12343         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
12344         inline functions.
12345         * lib/gl_list.c (gl_sortedlist_search_from_to,
12346         gl_sortedlist_indexof_from_to): New functions.
12347         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
12348         function.
12349         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
12350         (gl_array_sortedlist_search_from_to): New function.
12351         (gl_array_list_implementation): Update.
12352         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
12353         function.
12354         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
12355         (gl_carray_sortedlist_search_from_to): New function.
12356         (gl_carray_list_implementation): Update.
12357         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
12358         gl_linked_sortedlist_indexof_from_to): New functions.
12359         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
12360         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
12361         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
12362         gl_tree_sortedlist_indexof_from_to): New functions.
12363         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
12364         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
12365         Update.
12366         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
12367         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
12368         Update.
12369
12370 2006-10-05  Bruno Haible  <bruno@clisp.org>
12371
12372         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
12373         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
12374         (struct gl_list_implementation): Add fields search_from_to,
12375         indexof_from_to. Remove fields search, indexof.
12376         (gl_list_search): Use the search_from_to method.
12377         (gl_list_search_from, gl_list_search_from_to): New functions.
12378         (gl_list_indexof): Use the indexof_from_to method.
12379         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
12380         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
12381         (gl_list_search_from, gl_list_search_from_to): New functions.
12382         (gl_list_indexof): Use the indexof_from_to method.
12383         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
12384         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
12385         gl_array_indexof. Add start_index, end_index arguments.
12386         (gl_array_search_from_to): Renamed from gl_array_search. Add
12387         start_index, end_index arguments.
12388         (gl_array_remove, gl_array_list_implementation): Update.
12389         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
12390         gl_carray_indexof. Add start_index, end_index arguments.
12391         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
12392         start_index, end_index arguments.
12393         (gl_carray_remove, gl_carray_list_implementation): Update.
12394         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
12395         gl_linked_search. Add start_index, end_index arguments.
12396         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
12397         start_index, end_index arguments.
12398         (gl_linked_remove): Update.
12399         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
12400         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
12401         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
12402         field to 'size_t'.
12403         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
12404         gl_tree_search. Add start_index, end_index arguments.
12405         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
12406         start_index, end_index arguments.
12407         (gl_tree_remove): Update.
12408         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
12409         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
12410         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
12411         function.
12412         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
12413         gl_tree_search. Add start_index, end_index arguments.
12414         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
12415         start_index, end_index arguments.
12416         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
12417         Update.
12418         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
12419
12420 2006-10-05  Bruno Haible  <bruno@clisp.org>
12421
12422         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
12423
12424         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
12425         fwriteerror_temp): New declarations.
12426         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
12427         (descriptors): New variable.
12428         (cleanup): First, close the descriptors.
12429         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
12430         fclose_temp, fwriteerror_temp): New functions.
12431
12432 2006-10-04  Jim Meyering  <jim@meyering.net>
12433
12434         * lib/fts.c (fts_open): Tiny comment change.
12435
12436 2006-10-04  Bruno Haible  <bruno@clisp.org>
12437
12438         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
12439         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
12440         gl_LOCK_BODY.
12441         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
12442         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
12443         gl_LOCK_EARLY_BODY.
12444         (gl_LOCK): Require gl_LOCK_BODY.
12445
12446 2006-10-04  Bruno Haible  <bruno@clisp.org>
12447
12448         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
12449         (gl_oset_search_atleast): New declaration.
12450         (struct gl_oset_implementation): Add field 'search_atleast'.
12451         (gl_oset_search_atleast): New inline function.
12452         * lib/gl_oset.c (gl_oset_search_atleast): New function.
12453         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
12454         (gl_array_oset_implementation): Update.
12455         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
12456         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
12457         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
12458
12459 2006-10-04  Bruno Haible  <bruno@clisp.org>
12460
12461         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
12462
12463 2006-10-03  Bruno Haible  <bruno@clisp.org>
12464
12465         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
12466         from gl_avltreehash_list_implementation.
12467
12468 2006-10-03  Bruno Haible  <bruno@clisp.org>
12469
12470         * lib/gl_oset.c (gl_oset_add): Fix return type.
12471
12472 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
12473
12474         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
12475
12476 2006-10-02  Eric Blake  <ebb9@byu.net>
12477
12478         * modules/strnlen (Depends-on): Add extensions.
12479
12480 2006-10-02  Eric Blake  <ebb9@byu.net>
12481
12482         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
12483         definition in 2.60+.
12484
12485 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
12486
12487         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
12488         checks.
12489
12490 2006-10-02  Bruno Haible  <bruno@clisp.org>
12491
12492         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
12493         to the AUTOMAKE_OPTIONS.
12494         Reported by Jim Meyering.
12495
12496 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
12497
12498         Work around bug in Solaris 10 /proc file system:
12499         /proc/self/fd/NNN/.. isn't the parent directory of
12500         the directory whose file descriptor is NNN.  This needs to
12501         be worked around at run time, not compile time, since a
12502         program might be built on Solaris 8, where things work, and
12503         run on Solaris 10.
12504         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
12505         to use the following interface instead:
12506         (OPENAT_BUFFER_SIZE): New macro.
12507         (openat_proc_name): New function.
12508         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
12509         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
12510         Likewise.
12511         * lib/openat-proc.c: New file.
12512         * modules/openat (Files): Add lib/openat-proc.c.
12513         (Depends-on): Add same-inode, stdbool.
12514         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
12515
12516 2006-09-29  Bruno Haible  <bruno@clisp.org>
12517
12518         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
12519         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
12520         argument. Set stdout_closed before testing for ferror, not after.
12521         (fwriteerror, fwriteerror_no_ebadf): New functions.
12522
12523 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12524
12525         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
12526
12527 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
12528
12529         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
12530         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
12531
12532 2006-09-28  Jim Meyering  <jim@meyering.net>
12533
12534         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
12535         Include <unistd.h>.
12536
12537 2006-09-28  Bruno Haible  <bruno@clisp.org>
12538
12539         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
12540         * modules/linkedhash-list (Depends-on): Likewise.
12541         * modules/rbtreehash-list (Depends-on): Likewise.
12542
12543 2006-09-28  Bruno Haible  <bruno@clisp.org>
12544
12545         * lib/strndup.h: Simplify the redefinition of strndup.
12546         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
12547         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
12548
12549 2006-09-28  Bruno Haible  <bruno@clisp.org>
12550
12551         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
12552         * lib/gl_linkedhash_list.c: Likewise.
12553         * lib/gl_rbtreehash_list.c: Likewise.
12554
12555 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
12556
12557         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
12558         getaddrinfo.
12559
12560         * lib/__fpending.h: Don't include <stdio_ext.h> unless
12561         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
12562         it causes <stdio_ext.h> to cause a compile-time error.
12563         Problem reported by Nelson H. F. Beebe.
12564         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
12565         of HAVE_DECL___PENDING.
12566
12567         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
12568         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
12569         declaration.
12570
12571 2006-09-27  Jim Meyering  <jim@meyering.net>
12572
12573         This file could end up with a definition for a function
12574         named __strndup, rather than rpl_strndup on a system with
12575         incomplete weak_alias support.
12576         * lib/strndup.c (strndup): Rename from __strndup.
12577         Remove #defines that used to map __strndup to strndup.
12578         Don't use K&R prototypes.
12579         Remove LIBC-related code, since this file is not sync'd with glibc.
12580         * lib/strndup.h: Revamp, accordingly.
12581         * m4/strndup.m4: Modernize.
12582
12583 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
12584
12585         * modules/savewd (Depends-on): Add 'raise'.
12586         * lib/savewd.c: Include <signal.h>, for 'raise'.
12587
12588 2006-09-26  Jim Meyering  <jim@meyering.net>
12589
12590         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
12591         when we detect Darwin 8.7.0's acl_get_file bug.
12592         Rearrange to perform the new (below) run-test while $LIBS
12593         contains any acl-related library.  Set USE_ACL at the end.
12594         (gl_ACL_GET_FILE): New function.
12595
12596 2006-09-26  Eric Blake  <ebb9@byu.net>
12597
12598         * lib/verror.c: Include <config.h> unconditionally.
12599
12600 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
12601
12602         * modules/clock-time (Maintainer): Add self.
12603         * modules/getlogin_r (Depends-on): Add extensions.
12604
12605 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12606
12607         * modules/clock-time: New module.
12608         * modules/nanosleep (Depends-on): Add clock-time.
12609         * modules/gethrxtime (Depends-on): Likewise.
12610         * modules/gettime (Depends-on): Likewise.
12611         * modules/settime (Depends-on): Likewise.
12612
12613         * modules/fts-lgpl: Depend on openat.
12614         * modules/mkancesdirs: Depend on savewd.
12615         * modules/mkdir-p: Likewise.
12616
12617 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12618
12619         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
12620
12621         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
12622         `gl_have_arbitrary_file_name_length_limit' to
12623         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
12624         actually works between configure runs.
12625
12626 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12627             Bruno Haible  <bruno@clisp.org>
12628
12629         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
12630
12631 2006-09-25  Jim Meyering  <jim@meyering.net>
12632
12633         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
12634         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
12635
12636 2006-09-25  Eric Blake  <ebb9@byu.net>
12637
12638         * gnulib-tool (func_import, func_create_testdir): Fix typos in
12639         exec's in 2006-09-18 patch when shuffling fds.
12640
12641 2006-09-25  Bruno Haible  <bruno@clisp.org>
12642
12643         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
12644         Reported by Jim Meyering.
12645
12646 2006-09-24  Jim Meyering  <jim@meyering.net>
12647
12648         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
12649         compare a pointer against a literal "0".  That caused failures with
12650         at least HP-UX's hpcc.
12651
12652 2006-09-22  Simon Josefsson  <jas@extundo.com>
12653
12654         * modules/gc-sha1:
12655         * modules/gc-md4:
12656         * modules/gc-hmac-sha1:
12657         * modules/gc-hmac-md5:
12658         * modules/gc-des:
12659         * modules/gc-arcfour: Distribute more files.
12660
12661 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12662
12663         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
12664         (gl_linked_iterator_from_to): Initialize struct completely.
12665         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
12666         (gl_tree_iterator_from_to): Likewise
12667         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
12668         * lib/gl_array_list.c [lint] (gl_array_iterator)
12669         (gl_array_iterator_from_to): Likewise.
12670         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
12671         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
12672         (gl_carray_iterator_from_to): Likewise.
12673
12674         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
12675         * lib/md4.c (md4_process_block): Remove unused variable.
12676         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
12677         parentheses for clarity.
12678
12679 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12680
12681         * modules/bison-i18n (Depends-on): Add gettext.
12682
12683 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12684
12685         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
12686         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
12687         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
12688         also add missing comma that caused broken test.
12689         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
12690         stdlib.h, for `abort'.
12691         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
12692         variables.
12693         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
12694         include unistd.h if present, for `rmdir'.
12695         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
12696         variables.
12697         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
12698         in the process include standard headers for prototypes.
12699         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
12700         gets declared on GNU/Linux.
12701         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
12702         unistd.h, for `rmdir'.
12703         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
12704
12705         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
12706         always true.
12707         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
12708
12709         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
12710
12711 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12712
12713         * gnulib-tool (func_version): Create output all at once.  This
12714         may help avoid triggering unnecessary SIGPIPEs, and at any
12715         rate it doesn't hurt.
12716
12717 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12718             Bruno Haible  <bruno@clisp.org>
12719
12720         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
12721         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
12722         * m4/signed.m4 (bh_C_SIGNED): Likewise.
12723
12724         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
12725         (gl_FUNC_VASPRINTF): Invoke it.
12726
12727 2006-09-22  Bruno Haible  <bruno@clisp.org>
12728
12729         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
12730         getloadavg.c as first argument.
12731
12732 2006-09-22  Bruno Haible  <bruno@clisp.org>
12733
12734         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
12735         at the beginning of the gl_INIT macro.
12736         * modules/getloadavg (configure.ac): Pass $gl_source_base to
12737         gl_GETLOADAVG.
12738
12739 2006-09-22  Bruno Haible  <bruno@clisp.org>
12740
12741         * gnulib-tool (func_create_megatestdir): Don't include the config-h
12742         module.
12743         Suggested by Ralf Wildenhues.
12744
12745 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
12746
12747         Import this patch from libc:
12748
12749         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
12750
12751         * lib/regex_internal.c (re_string_reconstruct): Handle
12752         offset < pstr->valid_raw_len && pstr->offsets_needed case.
12753         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
12754         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
12755         re_string_context_at.
12756
12757         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
12758         now requires it.
12759         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
12760         gl_REGEX now does it for us.
12761         (gl_REGEX): Add test taken from
12762         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
12763
12764         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
12765         Check that large offsets work.  Modernize Autoconf usages.
12766         Prefer "yes" to mean a good thing rather than a bad.
12767         Don't put "#define mkstemp" in config.h, as this might interfere
12768         with standard system headers that "#define mkstemp mkstemp64".
12769
12770         * modules/mkstemp (Depends-on): Add extensions, so that
12771         mkstemp is visible on some platforms.
12772         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
12773         (Include): Change to "mkstemp.h" from <stdlib.h>.
12774         (Files): Add mkstemp.h.
12775
12776         * lib/mkstemp.h: New file, since some standard headers
12777         #define mkstemp.
12778         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
12779         Include "mkstemp.h".
12780         Make the _LIBC code resemble glibc original more,
12781         e.g., use K&R style.
12782         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
12783         (mkstemp): Remove, since mkstemp.h does this for us.
12784         * lib/stdlib--.h: Include mkstemp.h.
12785
12786         Import this patch from libc:
12787
12788         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
12789
12790         * lib/tempname.c (__gen_tempname): Change attempts_min
12791         into a macro.  Use preprocessor to decide how to initialize
12792         attempts [Coverity CID 67].
12793
12794 2006-09-20  Bruno Haible  <bruno@clisp.org>
12795
12796         * lib/mkdtemp.c: Import from libc.
12797         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
12798                 * sysdeps/posix/tempname.c (__gen_tempname): Change
12799                 attempts_min into a macro.  Use preprocessor to decide how to
12800                 initialize attempts [Coverity CID 67].
12801         2001-11-27  Paul Eggert  <eggert@twinsun.com>
12802                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
12803                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
12804
12805 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12806
12807         * gnulib-tool (func_exit): New function, to allow to pass the
12808         exit status portably through the trap.  Use everywhere.
12809         (--help, --version): Signal a write error.
12810         (trap): catch SIGPIPE, for write errors.
12811         Exit at the end of the trap, with the correct exit status.
12812
12813 2006-09-19  Karl Berry  <karl@gnu.org>
12814
12815         * doc/gnulib.texi: note about the license texinfo files.
12816
12817 2006-09-19  Eric Blake  <ebb9@byu.net>
12818
12819         * gnulib-tool: Avoid space-tab.
12820
12821 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
12822
12823         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
12824         that prevented coreutils 6.1 from building.  Problem reported
12825         by Petter Reinholdtsen.
12826
12827 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
12828
12829         * gnulib-tool (avoidlist): Fix typo that broke options like
12830         --avoid=lock that are used by coreutils bootstrap.
12831
12832 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
12833
12834         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
12835         more systematically.
12836
12837 2006-09-18  Jim Meyering  <jim@meyering.net>
12838
12839         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
12840
12841 2006-09-18  Bruno Haible  <bruno@clisp.org>
12842
12843         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
12844
12845 2006-09-18  Bruno Haible  <bruno@clisp.org>
12846
12847         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
12848         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
12849         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
12850         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
12851         * m4/gettext.m4: Require autoconf >= 2.52.
12852         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
12853         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
12854         of gl_cv_header_inttypes_h.
12855
12856 2006-09-18  Bruno Haible  <bruno@clisp.org>
12857
12858         * lib/javaversion.c: Include configmake.h.
12859
12860 2006-09-18  Bruno Haible  <bruno@clisp.org>
12861
12862         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
12863         avoid that the while loops be executed in a subshell.
12864
12865 2006-09-18  Bruno Haible  <bruno@clisp.org>
12866
12867         * MODULES.html.sh (func_module): Break long lines.
12868         Suggested by Bruce Korb <bkorb@gnu.org>.
12869
12870 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12871
12872         Speed up by a factor of 1.12.
12873         * gnulib-tool (nl): New variable.
12874         (func_import): Rewrite include directive extraction to only read each
12875         directive once.
12876
12877 2006-09-17  Bruno Haible  <bruno@clisp.org>
12878
12879         * modules/javaversion (Makefile.am): Remove DEFS setting.
12880         (Depends-on): Add configmake, for PKGDATADIR definition.
12881
12882 2006-09-17  Bruno Haible  <bruno@clisp.org>
12883
12884         * gnulib-tool (func_create_testdir): Rewrite all files at once.
12885
12886 2006-09-17  Bruno Haible  <bruno@clisp.org>
12887
12888         * gnulib-tool (func_append): New function, stolen from libtool.m4.
12889         (func_modules_transitive_closure, func_modules_add_dummy,
12890         func_modules_to_filelist, func_import, func_create_testdir,
12891         func_create_megatestdir, ...): Use it wherever possible.
12892         Suggested by Ralf Wildenhues.
12893
12894 2006-09-16  Karl Berry  <karl@gnu.org>
12895
12896         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
12897         to avoid sectioning errors.
12898         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
12899         [ifinfo]: blank line after @center-ed titles.
12900         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
12901         Spell FSF address consistently with others.
12902         (These changes approved by rms.)
12903
12904 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12905
12906         Speed up by a factor of 1.61.
12907         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
12908         already checked module names again.
12909
12910 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12911
12912         Speed up by a factor of 1.13.
12913         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
12914         for new_files, and the input to func_add_or_update.
12915
12916 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12917
12918         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
12919         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
12920
12921 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
12922
12923         * modules/mkancesdirs (Depends-on): Add fcntl.
12924         * modules/savewd: New file.
12925         * MODULES.html.sh (File system functions): Add savewd.
12926
12927         * modules/configmake (Makefile.am): Add support for the
12928         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
12929
12930 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
12931
12932         * m4/savewd.m4: New file.
12933
12934 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
12935
12936         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
12937         (dirchownmod): New arg FD.  All callers changed.
12938         Use FD rather than opening the directory ourself, as opening is
12939         now the caller's responsibility.
12940         * lib/dirchownmod.h: Likewise.
12941         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
12942         hosts that require <sys/types.h> before <sys/stat.h>.  Include
12943         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
12944         (test_dir): Remove.
12945         (mkancesdirs): Return length of prefix of FILE that has already
12946         been made, or -2 if there is a child doing the work.  Redo
12947         algorithm so that it is O(N) rather than O(N**2).  Optimize away
12948         ".", and treat ".." specially since it might stray back into
12949         already-created areas.  Use a subprocess if necessary.  New arg
12950         WD; all users changed.  MAKE_DIR function should now return 1
12951         if it creates a directory that is not readable.  Return -2 if
12952         a child process is spun off.
12953         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
12954         Adjust signature to match code.
12955         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
12956         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
12957         all users changed.
12958         * lib/savewd.c, lib/savewd.h: New files.
12959
12960 2006-09-15  Jim Meyering  <jim@meyering.net>
12961
12962         * modules/rename-dest-slash: New module.
12963         * MODULES.html.sh (posix_compat): Add it here.
12964
12965         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
12966
12967 2006-09-15  Jim Meyering  <jim@meyering.net>
12968
12969         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
12970         file.
12971
12972         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
12973
12974 2006-09-15  Jim Meyering  <jim@meyering.net>
12975
12976         * lib/rename-dest-slash.c (has_trailing_slash): Use
12977         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
12978         (rpl_rename_dest_slash): Perform the cheaper trailing slash
12979         test before testing whether SRC is a directory.
12980         Suggestions from Bruno Haible.
12981
12982         Avoid a warning about an unused variable.
12983         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
12984         into the #ifdef block where it's used.
12985
12986         * lib/rename-dest-slash.c: New file.
12987
12988 2006-09-14  Bruno Haible  <bruno@clisp.org>
12989
12990         * lib/allocsa.c: Include <config.h> unconditionally.
12991         * lib/asnprintf.c: Likewise.
12992         * lib/asprintf.c: Likewise.
12993         * lib/c-strcasecmp.c: Likewise.
12994         * lib/c-strcasestr.c: Likewise.
12995         * lib/c-strncasecmp.c: Likewise.
12996         * lib/c-strstr.c: Likewise.
12997         * lib/classpath.c: Likewise.
12998         * lib/clean-temp.c: Likewise.
12999         * lib/concatpath.c: Likewise.
13000         * lib/copy-file.c: Likewise.
13001         * lib/csharpcomp.c: Likewise.
13002         * lib/csharpexec.c: Likewise.
13003         * lib/execute.c: Likewise.
13004         * lib/fatal-signal.c: Likewise.
13005         * lib/findprog.c: Likewise.
13006         * lib/fwriteerror.c: Likewise.
13007         * lib/gl_array_list.c: Likewise.
13008         * lib/gl_array_oset.c: Likewise.
13009         * lib/gl_avltree_list.c: Likewise.
13010         * lib/gl_avltree_oset.c: Likewise.
13011         * lib/gl_avltreehash_list.c: Likewise.
13012         * lib/gl_carray_list.c: Likewise.
13013         * lib/gl_linked_list.c: Likewise.
13014         * lib/gl_linkedhash_list.c: Likewise.
13015         * lib/gl_list.c: Likewise.
13016         * lib/gl_oset.c: Likewise.
13017         * lib/gl_rbtree_list.c: Likewise.
13018         * lib/gl_rbtree_oset.c: Likewise.
13019         * lib/gl_rbtreehash_list.c: Likewise.
13020         * lib/imaxabs.c: Likewise.
13021         * lib/imaxdiv.c: Likewise.
13022         * lib/javacomp.c: Likewise.
13023         * lib/javaexec.c: Likewise.
13024         * lib/javaversion.c: Likewise.
13025         * lib/linebreak.c: Likewise.
13026         * lib/localcharset.c: Likewise.
13027         * lib/lock.c: Likewise.
13028         * lib/mbchar.c: Likewise.
13029         * lib/mbswidth.c: Likewise.
13030         * lib/mkdtemp.c: Likewise.
13031         * lib/pipe.c: Likewise.
13032         * lib/printf-args.c: Likewise.
13033         * lib/printf-parse.c: Likewise.
13034         * lib/progname.c: Likewise.
13035         * lib/progreloc.c: Likewise.
13036         * lib/readlink.c: Likewise.
13037         * lib/sh-quote.c: Likewise.
13038         * lib/stpcpy.c: Likewise.
13039         * lib/stpncpy.c: Likewise.
13040         * lib/strcasecmp.c: Likewise.
13041         * lib/strcasestr.c: Likewise.
13042         * lib/strcspn.c: Likewise.
13043         * lib/striconv.c: Likewise.
13044         * lib/strncasecmp.c: Likewise.
13045         * lib/strnlen1.c: Likewise.
13046         * lib/strstr.c: Likewise.
13047         * lib/strtok_r.c: Likewise.
13048         * lib/tls.c: Likewise.
13049         * lib/tmpdir.c: Likewise.
13050         * lib/unicodeio.c: Likewise.
13051         * lib/unsetenv.c: Likewise.
13052         * lib/vasnprintf.c: Likewise.
13053         * lib/vasprintf.c: Likewise.
13054         * lib/wait-process.c: Likewise.
13055         * lib/xallocsa.c: Likewise.
13056         * lib/xsetenv.c: Likewise.
13057         * lib/xstriconv.c: Likewise.
13058
13059 2006-09-13  Simon Josefsson  <jas@extundo.com>
13060
13061         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
13062         that internally, suggested by Ralf Wildenhues
13063         <Ralf.Wildenhues@gmx.de>.
13064
13065 2006-09-13  Simon Josefsson  <jas@extundo.com>
13066
13067         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
13068         @LIBOBJS@.
13069         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13070
13071 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
13072
13073         * lib/_fpending.c: Include <config.h> unconditionally, since we no
13074         longer worry about uses that don't define HAVE_CONFIG_H.
13075         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
13076         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
13077         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
13078         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
13079         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
13080         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
13081         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
13082         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
13083         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
13084         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
13085         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
13086         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
13087         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
13088         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
13089         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
13090         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
13091         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
13092         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
13093         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
13094         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
13095         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
13096         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
13097         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
13098         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
13099         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
13100         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
13101         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
13102         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
13103         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
13104         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
13105         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
13106         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
13107         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
13108         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
13109         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
13110         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
13111         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
13112         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
13113         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
13114         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
13115         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
13116         Likewise.
13117
13118 2006-09-13  Eric Blake  <ebb9@byu.net>
13119
13120         * lib/getopt.c: Fix typo in last commit.
13121
13122 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13123
13124         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
13125         dgettext.
13126
13127 2006-09-12  Jim Meyering  <jim@meyering.net>
13128
13129         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
13130         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
13131         Reported by Nelson H. F. Beebe.
13132
13133 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13134
13135         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
13136         program_invocation_name and program_invocation_short_name are
13137         initialized.
13138         * lib/argp-namefrob.h: Move declarations of program_invocation_name
13139         and program_invocation_short_name to argp.h, so they are visible
13140         to user programs.
13141         * lib/argp.h: Likewise
13142
13143 2006-09-10  Bruno Haible  <bruno@clisp.org>
13144
13145         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
13146         m4/inttypes_h.m4, m4/uintmax_t.m4.
13147
13148 2006-09-10  Bruno Haible  <bruno@clisp.org>
13149
13150         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
13151         gl_AC_TYPE_UINTMAX_T.
13152
13153 2006-09-10  Bruno Haible  <bruno@clisp.org>
13154
13155         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
13156
13157 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13158
13159         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
13160         convention.  Text proposed by Bruno Haible.
13161         (struct argp_option): Document the use of N_() wrappers.
13162
13163         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
13164         '\v', and translate the two parts separately, instead of feeding
13165         the whole string to gettext.  This allows to exclude
13166         '\v' from the strings visible to the translator by writing doc
13167         strings as N_("..") "\v" N_("..").
13168
13169 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
13170
13171         * config/srclist.txt: Undo latest change; the bug was fixed.
13172
13173 2006-09-09  Bruno Haible  <bruno@clisp.org>
13174
13175         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
13176         assignments if building a library without libtool.
13177         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
13178         in func_emit_lib_Makefile_am.
13179         (func_import): When building a static library libfoo.a, arrange to
13180         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
13181         (func_create_testdir): Likewise.
13182         * modules/gc (configure.ac, Makefile.am): If building statically,
13183         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
13184         * modules/iconvme (configure.ac, Makefile.am): Likewise.
13185         * modules/striconv (configure.ac, Makefile.am): Likewise.
13186         Based on a suggestion by Ralf Wildenhues.
13187
13188 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13189
13190         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
13191         Check for unistd.h too, since Autoconf doesn't assume POSIX.
13192         Also:
13193
13194         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13195         Add year_2050_test to catch glibc bug 2821
13196         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
13197
13198         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13199         Prefer #ifdef to #if.
13200
13201         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
13202         Return from 'main' instead of calling 'exit'.
13203
13204 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13205
13206         * lib/mktime.c (guess_time_tm): Fix bug where mktime
13207         returned the maximum time_t value rather than (time_t) -1.
13208         Problem originally reported by William Bardwell
13209         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
13210
13211         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
13212         Moved to here ...
13213         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
13214         ... from here.
13215
13216 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13217
13218         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
13219         2821 is fixed.
13220
13221 2006-09-08  Jim Meyering  <jim@meyering.net>
13222
13223         Don't make generated files read-only.  That would bother too many
13224         people.  However, do retain the ability to work when targets are
13225         read-only: remove the destination and temporary files before writing
13226         them (when generated via sed or echo), or by using the -f option for
13227         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
13228         * modules/alloca-opt, modules/argz, modules/arpa_inet:
13229         * modules/byteswap, modules/configmake, modules/fcntl:
13230         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
13231         * modules/localcharset, modules/netinet_in, modules/poll:
13232         * modules/stdbool, modules/stdint, modules/sys_select:
13233         * modules/sys_socket, modules/sys_stat, modules/sysexits:
13234
13235 2006-09-08  Jim Meyering  <jim@meyering.net>
13236
13237         Avoid new build failure on FreeBSD 6.0.
13238         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
13239         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
13240         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
13241
13242 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13243
13244         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
13245
13246 2006-09-07  Jim Meyering  <jim@meyering.net>
13247
13248         Fix global typo in last change: use chmod u-w, not chmod u-x.
13249         Spotted by Paul Eggert and Bruce Korb.
13250         * modules/alloca-opt, modules/argz, modules/arpa_inet:
13251         * modules/byteswap, modules/configmake, modules/fcntl:
13252         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
13253         * modules/localcharset, modules/netinet_in, modules/poll:
13254         * modules/stdbool, modules/stdint, modules/sys_select:
13255         * modules/sys_socket, modules/sys_stat, modules/sysexits:
13256
13257 2006-09-06  Jim Meyering  <jim@meyering.net>
13258
13259         Make generated files be read-only.
13260         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
13261         Ensure that each generated file is now read-only.
13262         * modules/argz: Likewise.
13263         * modules/arpa_inet: Likewise.
13264         * modules/byteswap: Likewise.
13265         * modules/configmake: Likewise.
13266         * modules/fcntl: Likewise.
13267         * modules/fnmatch: Likewise.
13268         * modules/getopt: Likewise.
13269         * modules/glob: Likewise.
13270         * modules/inttypes: Likewise.
13271         * modules/netinet_in: Likewise.
13272         * modules/poll: Likewise.
13273         * modules/stdbool: Likewise.
13274         * modules/stdint: Likewise.
13275         * modules/sys_select: Likewise.
13276         * modules/sys_socket: Likewise.
13277         * modules/sys_stat: Likewise.
13278         * modules/sysexits: Likewise.
13279         * modules/localcharset: Same as above, but continue using temporary
13280         file named "t-$@" (why different?) rather than the "$@-t" used
13281         everywhere else.
13282
13283         * modules/sysexits (Makefile.am): Replace literal occurrences
13284         of "sysexit.h" more readable, and more consistent, "$@".
13285
13286 2006-09-06  Bruno Haible  <bruno@clisp.org>
13287
13288         * modules/striconv: New file.
13289         * modules/xstriconv: New file.
13290         * MODULES.html.sh (Internationalization functions): Add striconv,
13291         xstriconv.
13292
13293 2006-09-06  Bruno Haible  <bruno@clisp.org>
13294
13295         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
13296         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
13297         not using libtool correctly.
13298
13299 2006-09-06  Bruno Haible  <bruno@clisp.org>
13300
13301         * lib/striconv.h: New file.
13302         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
13303         iconvstring.c.
13304         * lib/xstriconv.h: New file.
13305         * lib/xstriconv.c: New file.
13306
13307 2006-09-06  Bruno Haible  <bruno@clisp.org>
13308
13309         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
13310         lib_..._LDFLAGS.
13311
13312 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13313
13314         * lib/argz_.h: Sync from Libtool.
13315
13316         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
13317                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13318
13319         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
13320
13321 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
13322
13323         * modules/trim: New file.
13324
13325 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
13326
13327         * lib/trim.h: New file.
13328         * lib/trim.c: New file.
13329
13330 2006-09-05  Bruno Haible  <bruno@clisp.org>
13331
13332         * MODULES.html.sh (String handling): Add trim.
13333
13334 2006-09-04  Karl Berry  <karl@gnu.org>
13335
13336         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
13337         until next release.
13338
13339 2006-09-03  Bruno Haible  <bruno@clisp.org>
13340
13341         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
13342         correctly.
13343
13344 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13345
13346         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
13347         not gl_GETLOADAVG.  Omit unneeded semicolons.
13348         Problems reported by Ralf Wildenhues in
13349         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
13350         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
13351         at the end, which is the usual gnulib style.
13352
13353         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
13354         of doing all the work ourselves.
13355         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
13356         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
13357
13358 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13359
13360         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
13361         Problem reported by Ralf Wildenhues in
13362         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
13363
13364         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
13365         HAVE_STRUCT_STATFS_F_FSTYPENAME.
13366
13367 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13368
13369         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
13370         yesterday's patch by changing test -n to test -z.
13371
13372 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13373
13374         * modules/getloadavg (Files): Add m4/getloadavg.m4.
13375         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
13376         the former is now obsolescent.
13377
13378         * modules/chdir-long (Depends-on): Add fcntl.
13379
13380 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13381
13382         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
13383         obsolescent, and programs should use gnulib instead.
13384         * m4/getloadavg.m4: New file, with contents taken from Autoconf
13385         but with prefixes changed.
13386
13387 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13388
13389         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
13390         or stdbool.h, because they might not exist while configuring.
13391
13392         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
13393         Don't include unistd.h or limits.h; not needed, since chdir-long.h
13394         does that for us.
13395         (O_DIRECTORY): Remove.
13396
13397 2006-08-31  Eric Blake  <ebb9@byu.net>
13398
13399         * gnulib-tool: Don't let emacs change spaces to TAB.
13400
13401 2006-08-31  Bruno Haible  <bruno@clisp.org>
13402
13403         * gnulib-tool: When calling func_import more than once, do it in a
13404         subshell.
13405         Reported by Eric Blake <ebb9@byu.net>.
13406
13407 2006-08-31  Bruno Haible  <bruno@clisp.org>
13408
13409         * gnulib-tool (nl): Remove variable.
13410         (sed_transform_lib_file): Use more robust test for config-h module.
13411         (func_import): Fix typo in 2006-08-25 patch.
13412
13413 2006-08-31  Bruno Haible  <bruno@clisp.org>
13414
13415         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
13416         specified, augment Makefile.am variables instead of assigning them.
13417
13418 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13419
13420         Work around a bug in both the Linux and SunOS 64-bit kernels:
13421         nanosleep mishandles sleeps for longer than 2**31 seconds.
13422         Problem reported by Frank v Waveren in
13423         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
13424         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
13425         Check for nanosleep bug.
13426         (LIB_NANOSLEEP): Append clock_gettime library if needed.
13427
13428 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13429
13430         Work around a bug in both the Linux and SunOS 64-bit kernels:
13431         nanosleep mishandles sleeps for longer than 2**31 seconds.
13432         Problem reported by Frank v Waveren in
13433         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
13434         * lib/nanosleep.c (BILLION): New constant.
13435         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
13436         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
13437         implementation.
13438
13439 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13440
13441         * modules/nanosleep (Depends-on): Add gettime.
13442
13443 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13444         and Simon Josefsson  <jas@extundo.com>
13445         and Oskar Liljeblad  <oskar@osk.mine.nu>
13446
13447         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
13448         * gnulib-tool (func_import): New license type 'unmodifiable license
13449         text'.
13450         * modules/fdl: Use it.  Longer description.
13451         * module/gpl, module/lgpl: New files.
13452
13453 2006-08-30  Jim Meyering  <jim@meyering.net>
13454
13455         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
13456         shadowing the parameter.
13457
13458 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13459
13460         Sync from Libtool:
13461
13462         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13463
13464         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
13465         sharing with gnulib.  Report by Eric Blake.
13466
13467 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13468
13469         * modules/isapipe: New file.
13470         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
13471
13472 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13473
13474         * modules/configmake (Makefile.am): Add a comment, and omit
13475         the CONFIGMAKE_ prefix from generated macro names.  Suggested
13476         by Bruno Haible.
13477
13478 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13479
13480         * m4/isapipe.m4: New file.
13481
13482 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13483
13484         * lib/isapipe.c, lib/isapipe.h: New files.
13485
13486 2006-08-29  Jim Meyering  <jim@meyering.net>
13487
13488         * modules/configmake (Makefile.am): Make configmake.h depend on
13489         Makefile.  Otherwise, a stale configmake.h could hang around.
13490
13491 2006-08-29  Eric Blake  <ebb9@byu.net>
13492
13493         * lib/error.c (error_at_line, print_errno_message): Match libc, after
13494         resolution of upstream bug 3044.
13495
13496 2006-08-29  Bruno Haible  <bruno@clisp.org>
13497
13498         * modules/localcharset (Depends-on): Add configmake.
13499         (Makefile.am): Remove setting of LIBDIR through DEFS.
13500
13501 2006-08-29  Bruno Haible  <bruno@clisp.org>
13502
13503         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
13504         defined.
13505
13506 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13507
13508         * modules/fcntl: New file.
13509         * modules/chdir-safer (Depends-on): Add fcntl.
13510         * modules/fts: Likewise.
13511         * modules/mkdir-p: Likewise.
13512
13513         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
13514         This undoes the most recent change, since we're now addressing the
13515         problem in a different way.
13516
13517         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
13518         into output, since the output might be called Makefile.am even
13519         if $makefile_name is something different.
13520         (func_import): Use $makefile_am rather than
13521         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
13522         empty.
13523
13524         * modules/inttypes (Files): Add m4/inttypes-h.m4.
13525
13526 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13527
13528         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
13529         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
13530         recent change to stdint.m4, since we're now addressing the problem in a
13531         different way.
13532
13533 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13534
13535         * m4/fcntl_h.m4: New file.
13536
13537 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13538
13539         * lib/fcntl_.h: New file.
13540         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
13541         the fcntl module.
13542         * lib/dirchownmod.c: Likewise.
13543         * lib/fts.c: Likewise.
13544
13545         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
13546         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
13547         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
13548         just before including <inttypes.h>, to avoid circular inclusion.
13549
13550 2006-08-28  Jim Meyering  <jim@meyering.net>
13551
13552         * doc/visibility.texi: Actually read and correct the grammar of the
13553         sentence affected by yesterday's change.
13554
13555 2006-08-28  Eric Blake  <ebb9@byu.net>
13556
13557         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
13558         needs wrapper.
13559
13560 2006-08-28  Eric Blake  <ebb9@byu.net>
13561
13562         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
13563
13564 2006-08-28  Eric Blake  <ebb9@byu.net>
13565
13566         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
13567
13568 2006-08-28  Bruno Haible  <bruno@clisp.org>
13569
13570         * modules/c-strstr: New file, from GNU gettext.
13571         * MODULES.html.sh (String handling): Add c-strstr.
13572
13573 2006-08-28  Bruno Haible  <bruno@clisp.org>
13574
13575         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
13576         macros.
13577         Reported by Eric Blake.
13578
13579 2006-08-28  Bruno Haible  <bruno@clisp.org>
13580
13581         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
13582         (VASNPRINTF): Return a string of length > INT_MAX without failing.
13583         * lib/vasprintf.c: Include errno.h, limits.h.
13584         (EOVERFLOW): New fallback definition.
13585         (vasprintf): Test here whether the string length is > INT_MAX.
13586         * lib/vsnprintf.c: Include errno.h, limits.h.
13587         (EOVERFLOW): New fallback definition.
13588         (vsnprintf): Fix bug when generated string was too long for the buffer.
13589         Test here whether the string length is > INT_MAX.
13590
13591 2006-08-28  Bruno Haible  <bruno@clisp.org>
13592
13593         * lib/inttypes_.h (SCNX*): Remove definitions.
13594         Reported by Eric Blake.
13595
13596 2006-08-28  Bruno Haible  <bruno@clisp.org>
13597
13598         * lib/c-strstr.h: New file, from GNU gettext.
13599         * lib/c-strstr.c: New file, from GNU gettext.
13600
13601 2006-08-28  Bruno Haible  <bruno@clisp.org>
13602
13603         * gnulib-tool: Reorder some statements.
13604
13605 2006-08-28  Bruno Haible  <bruno@clisp.org>
13606
13607         * gnulib-tool: New option --makefile-name.
13608         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
13609         $makefile_name.
13610         (func_import): Write $makefile_name to the cache file, and read it from
13611         there unless explicitly specified. Use $makefile_name as file name
13612         instead of Makefile.am. Adjust the recommendations accordingly.
13613
13614 2006-08-28  Bruno Haible  <bruno@clisp.org>
13615
13616         * gnulib-tool (func_verify_module): Check against misapplying patch.
13617
13618 2006-08-28  Bruno Haible  <bruno@clisp.org>
13619
13620         * gnulib-tool (func_relativize, func_relconcat): New functions.
13621         Give an error if --local-dir is given with --update.
13622         Remove trailing slashes from $local_gnulib_dir.
13623         (func_import): Store the relativized $local_gnulib_dir in
13624         gnulib-cache.m4, and read it from there if not specified explicitly.
13625
13626 2006-08-28  Bruno Haible  <bruno@clisp.org>
13627
13628         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
13629         is the current directory. Respect also $local_gnulib_dir.
13630
13631 2006-08-28  Bruno Haible  <bruno@clisp.org>
13632             Simon Josefsson  <jas@extundo.com>
13633
13634         BeOS portability.
13635         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
13636
13637 2006-08-27  Jim Meyering  <jim@meyering.net>
13638
13639         * doc/visibility.texi: Remove duplicate word: "pointer".
13640
13641 2006-08-26  Bruno Haible  <bruno@clisp.org>
13642
13643         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
13644         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
13645         (Makefile.am): Create inttypes.h from inttypes_.h.
13646         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
13647
13648         * modules/imaxabs: New file.
13649
13650         * modules/imaxdiv: New file.
13651
13652 2006-08-26  Bruno Haible  <bruno@clisp.org>
13653
13654         * m4/inttypes.m4: New file.
13655         * m4/_inttypes_h.m4: Remove file.
13656         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
13657         PRI_MACROS_BROKEN.
13658         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
13659
13660         * m4/imaxabs.m4: New file.
13661
13662         * m4/imaxdiv.m4: New file.
13663
13664 2006-08-26  Bruno Haible  <bruno@clisp.org>
13665
13666         * lib/inttypes_.h: New file.
13667         * lib/inttypes.h: Remove file.
13668         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
13669
13670         * lib/imaxabs.c: New file.
13671
13672         * lib/imaxdiv.c: New file.
13673
13674 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13675
13676         New config-h module, so that "make" output needn't be cluttered
13677         by -DHAVE_CONFIG_H.
13678         * MODULES.html.sh (Support for building libraries and executables):
13679         Add config-h.
13680         * modules/config-h: New file.
13681         * gnulib-tool (nl, sed_transform_lib_file): New vars.
13682         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
13683         the config-h module is used.
13684
13685         New configmake module, so that "make" output needn't be cluttered
13686         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
13687         * MODULES.html.sh (Support for building libraries and executables):
13688         Add configmake.
13689         * modules/configmake: New file.
13690
13691 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13692
13693         * m4/config-h.m4: New file.
13694
13695 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13696
13697         * config/srclist.txt: Add elisp-comp.
13698
13699 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13700
13701         * MODULES.html.sh (Support for building libraries and executables):
13702         Add elisp-comp.
13703         * build-aux/elisp-comp: New file.
13704         * modules/elisp-comp: New file.
13705
13706 2006-08-24  Bruno Haible  <bruno@clisp.org>
13707
13708         * gnulib-tool (func_create_testdir): Use non-default values of
13709         sourcebase and m4base.
13710
13711 2006-08-24  Bruno Haible  <bruno@clisp.org>
13712
13713         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
13714         HTML structure.
13715
13716 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13717
13718         * modules/openat (Depends-on): Add lchown.
13719
13720 2006-08-23  Bruno Haible  <bruno@clisp.org>
13721
13722         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
13723         of gl_LOCK_EARLY instead of gl_LOCK.
13724
13725 2006-08-23  Bruno Haible  <bruno@clisp.org>
13726
13727         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
13728         on OSF/1 to no.
13729         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
13730
13731 2006-08-23  Bruno Haible  <bruno@clisp.org>
13732
13733         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
13734         as unusable.
13735
13736         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
13737         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
13738         (gl_LOCK): New macro.
13739
13740 2006-08-22  Simon Josefsson  <jas@extundo.com>
13741
13742         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
13743         to md5 module.
13744
13745 2006-08-22  Simon Josefsson  <jas@extundo.com>
13746
13747         * MODULES.html.sh: Add "Support for maintaining and release
13748         projects".
13749
13750         * build-aux/gnupload: New file, from coreutils.
13751
13752 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
13753
13754         Avoid the need for AC_LIBSOURCES in m4 macros.
13755         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
13756         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
13757         * modules/check-version (EXTRA_DIST): Add check-version.h.
13758         * modules/crc (EXTRA_DIST): Add crc.h.
13759         * modules/des (EXTRA_DIST): Add des.h.
13760         * modules/gc (EXTRA_DIST): Add gc.h.
13761         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
13762         * modules/getline (EXTRA_DIST): Add getline.h.
13763         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
13764         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
13765         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
13766         * modules/md2 (EXTRA_DIST): Add md2.h.
13767         * modules/md4 (EXTRA_DIST): Add md4.h.
13768         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
13769         * modules/read-file (EXTRA_DIST): Add read-file.h.
13770         * modules/readline (EXTRA_DIST): Add readline.h.
13771         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
13772         rijndael-api-fst.h.
13773
13774 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
13775
13776         * m4/rijndael.m4 (gl_ARCFOUR):
13777         * m4/arctwo.m4 (gl_ARCTWO):
13778         * m4/check-version.m4 (gl_CHECK_VERSION):
13779         * m4/crc.m4 (gl_CRC):
13780         * m4/des.m4 (gl_DES):
13781         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
13782         * m4/gc.m4 (gl_GC):
13783         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
13784         * m4/getline.m4 (gl_FUNC_GETLINE):
13785         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
13786         * m4/hmac-md5.m4 (gl_HMAC_MD5):
13787         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
13788         * m4/md2.m4 (gl_MD2):
13789         * m4/md4.m4 (gl_MD4):
13790         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
13791         * m4/read-file.m4 (gl_FUNC_READ_FILE):
13792         * m4/readline.m4 (gl_FUNC_READLINE):
13793         * m4/rijndael.m4 (gl_RIJNDAEL):
13794         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
13795         to get the necessary .h files and whatnot.
13796
13797 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
13798
13799         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
13800         gnulib rather than the other way around.
13801         * config/srclistvars.sh (COREUTILS): Remove.
13802
13803 2006-08-22  Jim Meyering  <jim@meyering.net>
13804
13805         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
13806
13807         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
13808
13809 2006-08-22  Eric Blake  <ebb9@byu.net>
13810
13811         * modules/regexprops-generic: New file.
13812         * MODULES.html.sh (Support for building documentation): List it.
13813
13814 2006-08-22  Eric Blake  <ebb9@byu.net>
13815
13816         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
13817         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
13818         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
13819         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
13820
13821 2006-08-22  Bruno Haible  <bruno@clisp.org>
13822
13823         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
13824         and lib_LTLIBRARIES like the other lib_* variables.
13825
13826 2006-08-22  Bruno Haible  <bruno@clisp.org>
13827
13828         * build-aux/x-to-1.in: New file, from GNU gettext.
13829
13830 2006-08-22  Bruno Haible  <bruno@clisp.org>
13831
13832         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
13833         <utmpx.h> exists.
13834
13835 2006-08-22  Bruno Haible  <bruno@clisp.org>
13836
13837         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
13838         <utmpx.h> exists.
13839
13840 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
13841
13842         BeOS portability.
13843         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
13844         exist.
13845         Problem reported by Bruno Haible.
13846
13847 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
13848
13849         Avoid the need for AC_LIBSOURCES in m4 macros.
13850         * modules/acl (EXTRA_DIST): Add acl.h.
13851         * modules/argmatch (Files): Add m4/argmatch.m4.
13852         (configure.ac): Add gl_ARGMATCH.
13853         (EXTRA_DIST): Renamed from lib_SOURCES, for
13854         consistency with the other modules.  Remove argmatch.c.
13855         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
13856         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
13857         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
13858         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
13859         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
13860         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
13861         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
13862         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
13863         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
13864         * modules/closeout (EXTRA_DIST): Add closeout.h.
13865         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
13866         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
13867         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
13868         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
13869         dirname.h; remove basename.c and stripslash.c.
13870         * modules/exclude (EXTRA_DIST): Add exclude.h.
13871         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
13872         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
13873         * modules/file-type (EXTRA_DIST): Add file-type.h.
13874         * modules/filemode (EXTRA_DIST): Add filemode.h.
13875         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
13876         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
13877         * modules/fpending (EXTRA_DIST): Add __fpending.h.
13878         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
13879         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
13880         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
13881         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
13882         * modules/getdate (EXTRA_DIST): Add getdate.c.
13883         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
13884         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
13885         * modules/getpass (EXTRA_DIST): Add getpass.h.
13886         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
13887         * modules/group-member (EXTRA_DIST): Add group-member.h.
13888         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
13889         * modules/hash (EXTRA_DIST): Add hash.h.
13890         * modules/human (EXTRA_DIST): Add human.h.
13891         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
13892         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
13893         * modules/lchown (EXTRA_DIST): Add lchown.h.
13894         * modules/long-options (EXTRA_DIST): Add long-options.h.
13895         * modules/lstat (EXTRA_DIST): Add lstat.h.
13896         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
13897         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
13898         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
13899         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
13900         * modules/memxor (EXTRA_DIST): Add memxor.h.
13901         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
13902         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
13903         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
13904         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
13905         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
13906         * modules/physmem (EXTRA_DIST): Add physmem.h.
13907         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
13908         * modules/posixver (EXTRA_DIST): Add posixver.h.
13909         * modules/quote (EXTRA_DIST): Add quote.h.
13910         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
13911         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
13912         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
13913         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
13914         regex_internal.h regexec.c.
13915         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
13916         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
13917         * modules/same (EXTRA_DIST): Add same.h.
13918         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
13919         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
13920         * modules/savedir (EXTRA_DIST): Add savedir.h.
13921         * modules/sha1 (EXTRA_DIST): Add sha1.h.
13922         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
13923         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
13924         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
13925         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
13926         * modules/strdup (EXTRA_DIST): Add strdup.h.
13927         * modules/strftime (EXTRA_DIST): Add strftime.h.
13928         * modules/strndup (EXTRA_DIST): Add strndup.h.
13929         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
13930         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
13931         * modules/time_r (EXTRA_DIST): Add time_r.h.
13932         * modules/timespec (EXTRA_DIST): Add timespec.h.
13933         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
13934         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
13935         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
13936         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
13937         * modules/userspec (EXTRA_DIST): Add userspec.h.
13938         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
13939         * modules/utimens (EXTRA_DIST): Add utimens.h.
13940         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
13941         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
13942         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
13943         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
13944         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
13945         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
13946         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
13947         * modules/yesno (EXTRA_DIST): Add yesno.h.
13948
13949 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
13950
13951         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
13952
13953         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
13954         * m4/dev-ino.m4, same-inode.m4: Remove.
13955
13956         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
13957         * m4/acl.m4 (AC_FUNC_ACL):
13958         * m4/backupfile.m4 (gl_BACKUPFILE):
13959         * m4/c-strtod.m4 (gl_C99_STRTOLD):
13960         * m4/canon-host.m4 (gl_CANON_HOST):
13961         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
13962         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
13963         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
13964         * m4/cloexec.m4 (gl_CLOEXEC):
13965         * m4/close-stream.m4 (gl_CLOSE_STREAM):
13966         * m4/closeout.m4 (gl_CLOSEOUT):
13967         * m4/dirfd.m4 (gl_FUNC_DIRFD):
13968         * m4/dirname.m4 (gl_DIRNAME):
13969         * m4/exclude.m4 (gl_EXCLUDE):
13970         * m4/exitfail.m4 (gl_EXITFAIL):
13971         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
13972         * m4/file-type.m4 (gl_FILE_TYPE):
13973         * m4/filemode.m4 (gl_FILEMODE):
13974         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
13975         * m4/fpending.m4 (gl_FUNC_FPENDING):
13976         * m4/fprintftime.m4 (gl_FPRINTFTIME):
13977         * m4/fts.m4 (gl_FUNC_FTS):
13978         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
13979         * m4/getdate.m4 (gl_GETDATE):
13980         * m4/gethrxtime.m4 (gl_GETHRXTIME):
13981         * m4/getpagesize.m4 (gl_GETPAGESIZE):
13982         * m4/getpass.m4 (gl_FUNC_GETPASS):
13983         * m4/gettime.m4 (gl_GETTIME):
13984         * m4/getugroups.m4 (gl_GETUGROUPS):
13985         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
13986         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
13987         * m4/hard-locale.m4 (gl_HARD_LOCALE):
13988         * m4/hash.m4 (gl_HASH):
13989         * m4/idcache.m4 (gl_IDCACHE):
13990         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
13991         * m4/lchown.m4 (gl_FUNC_LCHOWN):
13992         * m4/long-options.m4 (gl_LONG_OPTIONS):
13993         * m4/lstat.m4 (gl_FUNC_LSTAT):
13994         * m4/md5.m4 (gl_MD5):
13995         * m4/memcasecmp.m4 (gl_MEMCASECMP):
13996         * m4/memcoll.m4 (gl_MEMCOLL):
13997         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
13998         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
13999         * m4/memxor.m4 (gl_MEMXOR):
14000         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
14001         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
14002         * m4/modechange.m4 (gl_MODECHANGE):
14003         * m4/mountlist.m4 (gl_MOUNTLIST):
14004         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
14005         * m4/openat.m4 (gl_FUNC_OPENAT):
14006         * m4/pathmax.m4 (gl_PATHMAX):
14007         * m4/physmem.m4 (gl_PHYSMEM):
14008         * m4/posixtm.m4 (gl_POSIXTM):
14009         * m4/posixver.m4 (gl_POSIXVER):
14010         * m4/quote.m4 (gl_QUOTE):
14011         * m4/quotearg.m4 (gl_QUOTEARG):
14012         * m4/readtokens.m4 (gl_READTOKENS):
14013         * m4/readutmp.m4 (gl_READUTMP):
14014         * m4/regex.m4 (gl_REGEX):
14015         * m4/safe-read.m4 (gl_SAFE_READ):
14016         * m4/safe-write.m4 (gl_SAFE_WRITE):
14017         * m4/same.m4 (gl_SAME):
14018         * m4/save-cwd.m4 (gl_SAVE_CWD):
14019         * m4/savedir.m4 (gl_SAVEDIR):
14020         * m4/settime.m4 (gl_SETTIME):
14021         * m4/sha1.m4 (gl_SHA1):
14022         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
14023         * m4/stat-macros.m4 (gl_STAT_MACROS):
14024         * m4/stat-time.m4 (gl_STAT_TIME):
14025         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
14026         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
14027         * m4/strdup.m4 (gl_FUNC_STRDUP):
14028         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
14029         * m4/strndup.m4 (gl_FUNC_STRNDUP):
14030         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
14031         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
14032         * m4/time_r.m4 (gl_TIME_R):
14033         * m4/timespec.m4 (gl_TIMESPEC):
14034         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
14035         * m4/unlinkdir.m4 (gl_UNLINKDIR):
14036         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
14037         * m4/userspec.m4 (gl_USERSPEC):
14038         * m4/utimecmp.m4 (gl_UTIMECMP):
14039         * m4/utimens.m4 (gl_UTIMENS):
14040         * m4/xalloc.m4 (gl_XALLOC):
14041         * m4/xgetcwd.m4 (gl_XGETCWD):
14042         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
14043         * m4/xreadlink.m4 (gl_XREADLINK):
14044         * m4/xstrtod.m4 (gl_XSTRTOD):
14045         * m4/yesno.m4 (gl_YESNO):
14046         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
14047         to get the necessary .h files and whatnot.
14048
14049 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
14050             Bruno Haible  <bruno@clisp.org>
14051
14052         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
14053         /bin/sh understanding of '!' conditional negation.
14054
14055 2006-08-21  Jim Meyering  <jim@meyering.net>
14056
14057         * modules/openat (Depends-on): Really alphabetize.
14058
14059         * modules/acl (Depends-on): Add error and quote.
14060
14061         * check-module (find_included_lib_files): Add at-func.c to the
14062         ok-to-include-more-than-once white list.
14063
14064         * modules/openat (Depends-on): Add lstat.  Alphabetize.
14065
14066 2006-08-21  Bruno Haible  <bruno@clisp.org>
14067
14068         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14069         Emit a pkgdata_DATA variable only if some snippets add contents to it.
14070         Reported by Martin Lambers <marlam@marlam.de>.
14071
14072 2006-08-21  Bruno Haible  <bruno@clisp.org>
14073
14074         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
14075         specify an installation location, don't emit a noinst_LIBRARIES or
14076         noinst_LTLIBRARIES assignment.
14077
14078 2006-08-21  Bruno Haible  <bruno@clisp.org>
14079
14080         BeOS portability.
14081         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
14082         BeOS has mbrtowc() but no <wctype.h>.
14083
14084 2006-08-21  Bruno Haible  <bruno@clisp.org>
14085
14086         BeOS portability.
14087         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
14088         exist.
14089
14090 2006-08-21  Bruno Haible  <bruno@clisp.org>
14091
14092         BeOS portability.
14093         * lib/mbchar.h: Include <wctype.h> only if it exists.
14094
14095 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14096
14097         Remove files that are no longer needed by their respective modules.
14098         * m4/obstack.m4: Remove.
14099         * m4/strerror_r.m4: Remove.
14100         * m4/uint32_t.m4: Remove.
14101         * m4/uintptr_t.m4: Remove.
14102         * m4/ullong_max.m4: Remove.
14103         * m4/xstrtoimax.m4: Remove.
14104         * m4/xstrtoumax.m4: Remove.
14105
14106         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
14107         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
14108         dependencies now capture this.
14109
14110         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
14111         Do not use AC_LIBSOURCES, since gnulib modules now do this.
14112         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
14113         * m4/human.m4 (gl_HUMAN): Likewise.
14114         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
14115         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
14116
14117         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
14118
14119         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
14120         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
14121         stdint.
14122         * m4/human.m4 (gl_HUMAN): Likewise.
14123         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
14124         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
14125         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
14126         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
14127         * m4/xstrtol (gl_XSTRTOL): Likewise.
14128
14129         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
14130         AC_TYPE_LONG_LONG_INT.
14131         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
14132         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
14133         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
14134         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
14135
14136         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
14137         on stdbool.
14138
14139         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
14140         (gl_PREREQ_XSTRTOUL): Remove.
14141
14142         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
14143
14144         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
14145         mode.
14146
14147 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14148
14149         Add and change modules to make it easier for coreutils to use
14150         gnulib-tool.
14151         * modules/backupfile (Files): Remove m4/d-ino.m4.
14152         (Depends-on): Add d-ino.
14153         * modules/cycle-check (Depends-on): Add stdint.
14154         (lib_SOURCES): Add cycle-check.h.
14155         * modules/d-ino: New module.
14156         * modules/d-type: New module.
14157         * modules/error (Files): Remove m4/strerror_r.m4.
14158         * modules/filemode (Files): Add m4/st_dm_mode.m4.
14159         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
14160         m4/inttypes_h.m4, m4/uintmax_t.m4.
14161         (Depends-on): Add stdint.
14162         (lib_SOURCES): Add fsusage.h.
14163         * modules/getcwd (Files): Remove d-ino.m4.
14164         (Depends-on): Add d-ino.
14165         * modules/getndelim2 (Depends-on): Add stdint.
14166         * modules/glob (Files): Remove m4/d-type.m4.
14167         (Depends-on): Add d-type.
14168         * modules/host-os: New module.
14169         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
14170         m4/inttypes_h.m4, m4/uintmax_t.m4.
14171         * Depends-on: Add stdint.
14172         (lib_SOURCES): Add human.h.
14173         * modules/inttostr (Files): Remove m4/intmax_t.m4,
14174         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
14175         m4/uintmax_t.m4, m4/ulonglong.m4.
14176         (Depends-on): Add stdint.
14177         (EXTRA_DIST): Add inttostr.h.
14178         * modules/lchmod: New module.
14179         * modules/link-follow: New module.
14180         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
14181         (Depends-on): Add lchmod.
14182         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
14183         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
14184         (Depends-on): Add stdint.
14185         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
14186         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
14187         (Depends-on): Add stdint.
14188         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
14189         * modules/perl: New module.
14190         * modules/regex (Depends-on): Add stdint.
14191         * modules/rmdir-errno: New module.
14192         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
14193         m4/intmax_t.m4.
14194         (Depends-on): Add stdint.
14195         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
14196         m4/uintmax_t.m4.
14197         (Depends-on): Add stdint.
14198         * modules/unlink-busy: New module.
14199         * modules/utimecmp (Depends-on): Add stdint.
14200         * modules/uptime: New module.
14201         * modules/winsz-ioctl: New module.
14202         * modules/winsz-termios: New module.
14203         * modules/xnanosleep (Depends-on): Add nanosleep.
14204         * modules/ullong_max: Remove.
14205         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
14206         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
14207         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
14208         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
14209         (Depends-on): Add inttypes.
14210         (lib_SOURCES): Add xstrtol.h.
14211         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
14212         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
14213         * MODULES.html.sh: Move 'assert' into the assert section.
14214         Move 'dummy' into the linking section.
14215         Remove ullong_max.
14216         Add section for compatibility checks for POSIX:2001 functions,
14217         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
14218         winsz-ioctl, and winsz-termios into it.
14219         Add lchmod.
14220         Add top-level Misc section and put host-os, perl, and uptime
14221         into it.
14222
14223 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14224
14225         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
14226         now assume the stdint module.  Do not include inttypes.h.
14227         * lib/fsusage.h: Likewise.
14228         * lib/getndelim2.c: Likewise.
14229         * lib/human.h: Likewise.
14230         * lib/inttostr.h: Likewise.
14231         * lib/obstack.c: Likewise.
14232         * lib/regex_internal.h: Likewise.
14233         * lib/tempname.c: Likewise.
14234         * lib/utimecmp.c: Likewise.
14235         * lib/xstrtol.h: Likewise.
14236
14237         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
14238
14239         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
14240         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
14241         * lib/xtime.h: Likewise.
14242
14243 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14244
14245         * modules/openat (Files): Add lib/fchmodat.c.
14246         Fixes problem reported by Jay Youngman.
14247
14248 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14249
14250         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
14251         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
14252
14253 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
14254             Bruno Haible  <bruno@clisp.org>
14255
14256         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
14257         and is a script that invokes bison. Tighten the code. Add comments.
14258
14259 2006-08-18  Jim Meyering  <jim@meyering.net>
14260
14261         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
14262         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
14263         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
14264         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
14265
14266 2006-08-18  Bruno Haible  <bruno@clisp.org>
14267
14268         * modules/bison-i18n: New file.
14269         * MODULES.html.sh (Internationalization functions): Add it.
14270
14271 2006-08-18  Bruno Haible  <bruno@clisp.org>
14272
14273         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
14274         sys/statvfs.h. When getmntinfo was found, check its declaration and
14275         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
14276
14277 2006-08-18  Bruno Haible  <bruno@clisp.org>
14278
14279         * m4/bison-i18n.m4: New file, from bison.
14280
14281 2006-08-18  Bruno Haible  <bruno@clisp.org>
14282
14283         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
14284         (ME_DUMMY): Treat "kernfs" as a dummy.
14285         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
14286
14287 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14288
14289         Update from coreutils.
14290
14291         2006-08-15  Jim Meyering  <jim@meyering.net>
14292
14293         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
14294
14295         2006-01-17  Jim Meyering  <jim@meyering.net>
14296
14297         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
14298
14299         2006-01-11  Jim Meyering  <jim@meyering.net>
14300
14301         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
14302         Check for the lchmod function.
14303
14304 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14305
14306         Update from coreutils.
14307
14308         * lib/__fpending.h: Add copyright notice.
14309         * lib/fprintftime.h: Likewise.
14310         * lib/savedir.c: Use (C) in copyright notice.
14311         * lib/savedir.h: Likewise.
14312
14313         2006-08-15  Jim Meyering  <jim@meyering.net>
14314
14315         * lib/at-func.c: New file, with the logic of all emulated at-functions.
14316         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
14317         in support of the EXPECTED_ERRNO macro.
14318         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
14319         definitions.  Instead, define the appropriate symbols and include
14320         "at-func.c".
14321         * lib/mkdirat.c (mkdirat): Likewise.
14322         * lib/fchmodat.c (fchmodat): Likewise.
14323         (ENOSYS): Remove definition.
14324         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
14325         it.  Don't include "unistd--.h" -- it wasn't ever used.
14326
14327         2006-01-17  Jim Meyering  <jim@meyering.net>
14328
14329         Rewrite fts.c not to change the current working directory,
14330         by using openat, fstatat, fdopendir, etc..
14331
14332         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
14333         (HAVE_OPENAT_SUPPORT): Define.
14334         [_LIBC] (fchdir): Don't undef or define; no longer used.
14335         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
14336         Now, this `function' always succeeds, and consumes its file descriptor
14337         parameter -- so callers must not close such FDs.  Update callers.
14338         (diropen_fd, opendirat, cwd_advance_fd): New functions.
14339         (diropen): Add parameter, SP.  Adjust all callers.
14340         Implement using diropen_fd, rather than open.
14341         (fts_open): Initialize new member, fts_cwd_fd.
14342         Remove fts_rft-setting code.
14343         (fts_close): Close fts_cwd_fd, if necessary.
14344         (__opendir2): Define in terms of opendir or opendirat,
14345         depending on whether the FST_NOCHDIR flag is set.
14346         (fts_build): Since fts_safe_changedir consumes its FD, and since
14347         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
14348         and close the dup'd file descriptor upon failure.
14349         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
14350         (fts_safe_changedir): Tweak semantics to reflect that this function
14351         now calls cwd_advance_fd and hence consumes its FD argument.
14352         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
14353         [struct FTS] (fts_rft): Remove now-unused member.
14354         [struct FTS] (fts_cycle.state): Improve comment.
14355
14356         * lib/openat.c (openat_needs_fchdir): New function.
14357         * lib/openat.h (openat_needs_fchdir): Declare it.
14358
14359 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
14360
14361         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
14362         Problem and fix reported by Pádraig Brady in
14363         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
14364
14365 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14366
14367         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
14368
14369 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14370
14371         * lib/memcoll.c (memcoll): Optimize for the common case where the
14372         arguments are bytewise equal.
14373
14374 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14375
14376         * doc/regexprops-generic.texi: Add a copyright notice.
14377
14378 2006-08-15  Bruno Haible  <bruno@clisp.org>
14379
14380         * modules/tmpdir (License): Change to LGPL.
14381
14382 2006-08-15  Bruno Haible  <bruno@clisp.org>
14383
14384         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
14385         module.
14386
14387 2006-08-14  Simon Josefsson  <jas@extundo.com>
14388
14389         * config/srclist.txt: Add gnupload.
14390
14391 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14392
14393         Change copyright notice from LGPL 2 to GPL 2, since that's the
14394         standard form used in the gnulib repository.
14395         * tests/test-lock.c: Likewise.
14396         * tests/test-stdint.c: Likewise.
14397         * tests/test-tls.c: Likewise.
14398
14399         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
14400         prelude-manager.  User shorter URLs for GNU projects, without '?'.
14401         Add copyright notice.
14402
14403         * check-module: Add copyright notice.  Output a copyright
14404         notice if "--version" is specified.
14405         * modules/COPYING: New file.
14406         * tests/test-getaddrinfo.c: Add copyright notice.
14407         * tests/test-verify.c: Likewise.
14408
14409 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14410
14411         Change copyright notice from LGPL 2 to GPL 2, since that's the
14412         standard form used in the gnulib repository.
14413         * lib/lock.c: LGPL -> GPL.
14414         * lib/lock.h: Likewise.
14415         * lib/strnlen1.c: Likewise.
14416         * lib/strnlen1.h: Likewise.
14417         * lib/tls.c: Likewise.
14418         * lib/tls.h: Likewise.
14419         * lib/tmpdir.c: Likewise.
14420
14421         * lib/TODO: Remove; this belongs only in coreutils.
14422
14423 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14424
14425         Add copyright notices to long-enough files that lack them, since
14426         otherwise the files aren't clearly free.  Use the same notice that
14427         getdate.texi already uses.
14428         * doc/alloca-opt.texi: Add copyright notice.
14429         * doc/alloca.texi: Likewise.
14430         * doc/ctime.texi: Likewise.
14431         * doc/functions.texi: Likewise.
14432         * doc/gcd.texi: Likewise.
14433         * doc/gnulib-tool.texi: Likewise.
14434         * doc/inet_ntoa.texi: Likewise.
14435         * doc/visibility.texi: Likewise.
14436
14437         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
14438         * doc/quote.texi: Add copyright notice.
14439
14440         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
14441         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
14442         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
14443         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
14444         is now obsolete, and give a pointer to the Sun list.
14445         Add copyright notice.
14446
14447 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14448
14449         * config/srclistvars.sh: Add copyright notice.
14450
14451 2006-08-14  Eric Blake  <ebb9@byu.net>
14452
14453         Import the following change from libc:
14454
14455         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
14456
14457         Upstream bug 2997.
14458         * lib/misc/error.c: Add space between program name and message if file
14459         name is missing.
14460
14461 2006-08-12  Karl Berry  <karl@gnu.org>
14462
14463         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
14464         remove, these originate in gnulib now.
14465
14466 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14467
14468         * doc/Makefile (standards.info standards.html standards.dvi):
14469         Also depend on make-stds.texi.
14470
14471 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14472
14473         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
14474         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
14475
14476         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
14477         in wchar_t.  Problem reported by Eric Blake.
14478
14479         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
14480         LEN is smaller than SIZE.  Suggested by Bruno Haible.
14481         Also, help the compiler to keep LEN in a register.
14482
14483 2006-08-11  Eric Blake  <ebb9@byu.net>
14484
14485         * users.txt: Sort.  Add tar.
14486
14487 2006-08-11  Bruno Haible  <bruno@clisp.org>
14488
14489         * users.txt: New file.
14490
14491 2006-08-11  Bruno Haible  <bruno@clisp.org>
14492
14493         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
14494         before <wchar.h>. Needed for OSF/1 and BSD/OS.
14495
14496 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
14497
14498         * modules/snprintf (Depends-on): Remove minmax.
14499         (Maintainer): Add self and Bruno.
14500
14501 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
14502
14503         * lib/.cppi-disable: Add snprintf.h, socket_.h.
14504         * lib/snprintf.c: Include <errno.h> and <limits.h>.
14505         (EOVERFLOW): Define if the system does not.
14506         Do not include "minmax.h"; it wasn't used.
14507         (snprintf): Don't assume size_t promotes to an unsigned type.
14508         Fix bug when generated string was too long for the buffer: the
14509         buffer's contents are supposed to be the initial prefix of the
14510         output.  Don't assume vasnprintf returns EOVERFLOW if the size
14511         exceeds INT_MAX; do the check ourselves.
14512
14513         Import the following changes from libc:
14514
14515         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
14516
14517         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
14518         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
14519         set wc to the byte which couldn't be converted.
14520         (re_string_reconstruct): Don't clear valid_raw_len before calling
14521         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
14522         tip_context using re_string_context_at.
14523
14524         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
14525
14526         * lib/posix/regex.h: g++ still cannot handled [restrict].
14527
14528         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
14529
14530         * lib/posix/regex.h: Remove special handling for VMS.
14531
14532 2006-08-10  Jim Meyering  <jim@meyering.net>
14533
14534         * modules/same-inode: New module.
14535         * modules/dev-ino: New module.
14536         * modules/cycle-check: Depend on these modules, rather than simply
14537         including their .h files.
14538         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
14539         required via m4/cycle-check.m4.
14540         * modules/same: Depend on new same-inode module, rather than
14541         including same-inode.h.
14542         * modules/chdir-safer: New file.
14543
14544         * modules/chown (Depends-on): Add stat-macros.
14545
14546 2006-08-10  Jim Meyering  <jim@meyering.net>
14547
14548         * m4/cycle-check.m4: New file.
14549         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
14550         * m4/dev-ino.m4, m4/same-inode.m4: New files.
14551
14552 2006-08-10  Eric Blake  <ebb9@byu.net>
14553
14554         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
14555         in from original proposal.
14556
14557 2006-08-10  Eric Blake  <ebb9@byu.net>
14558         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14559
14560         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
14561         namespace.
14562
14563 2006-08-10  Bruno Haible  <bruno@clisp.org>
14564
14565         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
14566         as well.
14567
14568 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14569
14570         Sync from coreutils.
14571
14572         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
14573
14574         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
14575         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
14576
14577 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14578
14579         * modules/restrict: Remove; no longer needed now that we assume
14580         Autoconf 2.59 or later.
14581         * MODULES.html.sh: Remove 'restrict'.
14582         * modules/argp (Depends-on): Remove 'restrict'.
14583         * modules/base64 (Depends-on): Likewise.
14584         * modules/gc (Depends-on): Likewise.
14585         * modules/getaddrinfo (Depends-on): Likewise.
14586         * modules/glob (Depends-on): Likewise.
14587         * modules/inet_ntop (Depends-on): Likewise.
14588         * modules/inet_pton (Depends-on): Likewise.
14589         * modules/memxor (Depends-on): Likewise.
14590         * modules/regex (Depends-on): Likewise.
14591         * modules/strtok_r (Depends-on): Likewise.
14592         * modules/time_r (Depends-on): Likewise.
14593
14594 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14595
14596         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
14597         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
14598         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
14599         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
14600         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
14601         * m4/memxor.m4 (gl_MEMXOR): Likewise.
14602         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
14603         gl_C_RESTRICT replaced by AC_C_RESTRICT.
14604
14605         Merge from coreutils.
14606         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
14607         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
14608         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
14609         * m4/time_r.m4 (gl_TIME_R): Likewise.
14610
14611 2006-08-09  Karl Berry  <karl@gnu.org>
14612
14613         * config/srclist.txt: no more gettext-tools, per Bruno.
14614
14615 2006-08-08  Eric Blake  <ebb9@byu.net>
14616
14617         * modules/verror: New module.
14618         * MODULES.html.sh: Document it.
14619
14620 2006-08-08  Eric Blake  <ebb9@byu.net>
14621
14622         * lib/verror.h, lib/verror.c: New files.
14623
14624 2006-08-08  Eric Blake  <ebb9@byu.net>
14625
14626         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
14627         verror_at_line output complies with GNU Coding Standards even when
14628         file is NULL.
14629
14630 2006-08-07  Bruno Haible  <bruno@clisp.org>
14631
14632         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
14633         versions of AIX.
14634         Reported by Ralf Wildenhues.
14635
14636 2006-08-07  Bruno Haible  <bruno@clisp.org>
14637
14638         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
14639         in an AC_DEFUN. Needed so that the autoconf snippets can use
14640         AC_REQUIRE.
14641
14642 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14643
14644         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14645         Initialize pkgdata_DATA.
14646         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
14647         overriding it.
14648
14649 2006-08-06  Eric Blake  <ebb9@byu.net>
14650
14651         * lib/error.h: Fold in some upstream changes from glibc.
14652         * lib/error.c: Likewise.
14653
14654 2006-08-04  Bruno Haible  <bruno@clisp.org>
14655
14656         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14657         Make the mostlyclean-local rule depend on mostlyclean-generic.
14658         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
14659
14660 2006-07-31  Bruno Haible  <bruno@clisp.org>
14661
14662         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
14663         <stdlib.h>, <string.h>.
14664
14665 2006-07-30  Bruno Haible  <bruno@clisp.org>
14666
14667         * modules/readlink (License): Change to LGPL.
14668
14669 2006-07-30  Bruno Haible  <bruno@clisp.org>
14670
14671         * modules/javaversion (Makefile.am): Distribute javaversion.java and
14672         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
14673         set PKGDATADIR to point to it.
14674
14675 2006-07-30  Bruno Haible  <bruno@clisp.org>
14676
14677         * modules/csharpexec (configure.ac): Comment out macro invocation.
14678         * modules/javaexec (configure.ac): Likewise.
14679         * modules/javacomp-script (configure.ac): Likewise.
14680
14681         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
14682
14683 2006-07-30  Bruno Haible  <bruno@clisp.org>
14684
14685         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
14686         linked-list.
14687
14688 2006-07-30  Bruno Haible  <bruno@clisp.org>
14689
14690         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
14691
14692 2006-07-30  Bruno Haible  <bruno@clisp.org>
14693
14694         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14695         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
14696         get removed.
14697
14698 2006-07-29  Bruno Haible  <bruno@clisp.org>
14699
14700         Make it possible for gnulib-tool to work with locally modified or
14701         augmented gnulib repositories.
14702         * gnulib-tool (func_usage): Document --local-dir option.
14703         (local_gnulib_dir): New variable.
14704         Handle --local-dir option.
14705         (func_lookup_file): New function.
14706         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
14707         (func_get_description, func_get_filelist, func_get_description,
14708         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
14709         func_get_automake_snippet, func_get_include_directive,
14710         func_get_license, func_get_maintainer): Use func_lookup_file.
14711         (func_import, func_create_testdir): Use func_lookup_file.
14712
14713 2006-07-29  Bruno Haible  <bruno@clisp.org>
14714
14715         * modules/setenv (Depends-on): Add unistd.
14716
14717 2006-07-29  Bruno Haible  <bruno@clisp.org>
14718
14719         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
14720
14721 2006-07-29  Bruno Haible  <bruno@clisp.org>
14722
14723         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
14724
14725 2006-07-29  Bruno Haible  <bruno@clisp.org>
14726
14727         * gnulib-tool (import, update): If there is no Makefile.am, look at
14728         aclocal.m4, instead of bailing out.
14729
14730 2006-07-29  Bruno Haible  <bruno@clisp.org>
14731
14732         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
14733         Categorize the options by when they are useful.
14734
14735 2006-07-29  Bruno Haible  <bruno@clisp.org>
14736
14737         * gnulib-tool (func_usage): Document option --no-libtool.
14738         Handle option --no-libtool.
14739         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
14740         for changed semantics of $libtool variable.
14741         (func_import): Likewise. If libtool is not used, show this through
14742         an option --no-libtool.
14743         (func_create_testdir): Update.
14744
14745 2006-07-29  Bruno Haible  <bruno@clisp.org>
14746
14747         * gnulib-tool (func_import): Extend error message about missing
14748         --doc-base.
14749
14750 2006-07-29  Bruno Haible  <bruno@clisp.org>
14751
14752         * gnulib-tool (func_import): Don't create the $docbase directory if
14753         there is no file to store there.
14754
14755 2006-07-29  Bruno Haible  <bruno@clisp.org>
14756
14757         * gnulib-tool (autoconf_minversion): If a --dir option is given and
14758         relevant, look for configure.ac there, not in the current directory.
14759         Also use a simple search for AC_PREREQ, not "autoconf --trace".
14760
14761 2006-07-29  Bruno Haible  <bruno@clisp.org>
14762
14763         * gnulib-tool (SORT): New variable.
14764         (func_usage): Undocument --assume-autoconf option.
14765         Remove --assume-autoconf option handling.
14766         (autoconf_minversion): Determine from the contents of configure.ac.
14767         (func_import): Remove autoconf_minversion handling.
14768         Suggested by Eric Blake.
14769
14770 2006-07-29  Bruno Haible  <bruno@clisp.org>
14771
14772         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
14773
14774 2006-07-29  Bruno Haible  <bruno@clisp.org>
14775
14776         * config/srclist.txt (*setenv.[ch]): Remove rules.
14777
14778 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14779
14780         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
14781
14782 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14783
14784         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
14785         arpa/inet.h.
14786
14787 2006-07-28  Simon Josefsson  <jas@extundo.com>
14788
14789         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
14790         * modules/inet_pton (Depends-on): Likewise.
14791
14792 2006-07-28  Simon Josefsson  <jas@extundo.com>
14793
14794         * m4/netinet_in_h.m4: New file.
14795
14796 2006-07-28  Simon Josefsson  <jas@extundo.com>
14797
14798         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
14799         #include's.
14800
14801 2006-07-28  Simon Josefsson  <jas@extundo.com>
14802
14803         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
14804         #include's.
14805
14806 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
14807
14808         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
14809         setgid on directories only if they set these bits.
14810         * lib/modechange.h: Remove obsolete comment about masks.
14811
14812 2006-07-28  Eric Blake  <ebb9@byu.net>
14813
14814         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
14815         macro expansion.
14816
14817 2006-07-28  Bruno Haible  <bruno@clisp.org>
14818
14819         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
14820
14821 2006-07-28  Bruno Haible  <bruno@clisp.org>
14822
14823         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
14824
14825 2006-07-28  Bruno Haible  <bruno@clisp.org>
14826
14827         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
14828         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
14829         Define fallbacks.
14830         Avoids link error on FreeBSD 4.x.
14831         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14832
14833         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
14834         encoding.
14835         * lib/mbswidth.c (iswcntrl): Likewise.
14836
14837 2006-07-27  Bruno Haible  <bruno@clisp.org>
14838
14839         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
14840         test.
14841
14842 2006-07-27  Bruno Haible  <bruno@clisp.org>
14843
14844         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
14845         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
14846         defined.
14847
14848 2006-07-26  Eric Blake  <ebb9@byu.net>
14849
14850         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
14851
14852 2006-07-26  Eric Blake  <ebb9@byu.net>
14853
14854         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
14855         like mingw that lack mkstemp.
14856         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
14857         avoid compilation warning on mingw.
14858
14859 2006-07-26  Bruno Haible  <bruno@clisp.org>
14860
14861         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
14862         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
14863         INT_FAST*_MIN, INTPTR_MIN.
14864
14865 2006-07-25  Bruno Haible  <bruno@clisp.org>
14866
14867         * modules/version-etc (Depends-on): Add stdarg.
14868
14869 2006-07-25  Bruno Haible  <bruno@clisp.org>
14870
14871         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
14872         complex commands.
14873
14874 2006-07-25  Bruno Haible  <bruno@clisp.org>
14875
14876         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
14877         defined in <stdarg.h> or config.h.
14878
14879 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
14880
14881         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
14882         (gl_STDIO_SAFER): Remove.
14883
14884 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
14885
14886         * MODULES.html.sh (File stream based Input/Output):
14887         Add fopen-safer, tmpfile-safer; remove stdio-safer.
14888         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
14889         * modules/fopen-safer, modules/tmpfile-safer: New files.
14890         * modules/stdio-safer: Remove.
14891
14892 2006-07-24  Bruno Haible  <bruno@clisp.org>
14893
14894         * modules/tmpdir: New file.
14895         * MODULES.html.sh (File system functions): Add it.
14896
14897 2006-07-24  Bruno Haible  <bruno@clisp.org>
14898
14899         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
14900         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
14901
14902 2006-07-24  Bruno Haible  <bruno@clisp.org>
14903
14904         * modules/clean-temp: New file.
14905
14906 2006-07-24  Bruno Haible  <bruno@clisp.org>
14907
14908         * m4/tmpdir.m4: New file, from GNU gettext.
14909
14910 2006-07-24  Bruno Haible  <bruno@clisp.org>
14911
14912         * lib/tmpdir.h: New file, from GNU gettext.
14913         * lib/tmpdir.c: New file, from GNU gettext.
14914
14915 2006-07-24  Bruno Haible  <bruno@clisp.org>
14916
14917         * lib/clean-temp.h: New file, from GNU gettext.
14918         * lib/clean-temp.c: New file, from GNU gettext.
14919
14920 2006-07-23  Eric Blake  <ebb9@byu.net>
14921
14922         * modules/stdio-safer (Files): Add tmpfile-safer.c.
14923         (Depends-on): Add binary-io.
14924
14925 2006-07-23  Eric Blake  <ebb9@byu.net>
14926
14927         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
14928
14929 2006-07-23  Eric Blake  <ebb9@byu.net>
14930
14931         * lib/tmpfile-safer.c: New file.
14932         * lib/stdio-safer.h (fopen_safer): Add prototype.
14933         * lib/stdio--.h (tmpfile): Make safer.
14934
14935 2006-07-23  Bruno Haible  <bruno@clisp.org>
14936
14937         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
14938         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
14939         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
14940         gl_linked_remove_at): Use it.
14941
14942 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14943         and Simon Josefsson <jas@extundo.com>
14944
14945         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
14946
14947         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
14948
14949 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
14950
14951         * modules/close-stream: New file.
14952         * modules/closeout (Description): Make it clear that it exits
14953         with a diagnostic on error.
14954         (Depends-on): Add close-stream.  Remove fpending, stdbool.
14955         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
14956
14957 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
14958
14959         * m4/close-stream.m4: New file.
14960
14961 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
14962
14963         * lib/close-stream.c, lib/close-stream.h: New files.
14964
14965 2006-07-22  Bruno Haible  <bruno@clisp.org>
14966
14967         Merge from GNU gettext 0.15.
14968
14969         2006-05-01  Bruno Haible  <bruno@clisp.org>
14970
14971                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
14972
14973         2006-07-22  Bruno Haible  <bruno@clisp.org>
14974
14975                 * modules/javaversion: New file.
14976                 * MODULES.html.sh (Java): Add javaversion.
14977
14978         2006-03-12  Bruno Haible  <bruno@clisp.org>
14979
14980                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
14981
14982         2005-12-04  Bruno Haible  <bruno@clisp.org>
14983
14984                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
14985                 (untested).
14986
14987         2006-06-21  Bruno Haible  <bruno@clisp.org>
14988
14989                 Avoid warnings from recent versions of mcs.
14990                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
14991                 -o, -L, -r any more. Use options documented since mcs-1.0
14992                 instead. Similarly for -g.
14993
14994         2005-12-04  Bruno Haible  <bruno@clisp.org>
14995
14996                 * build-aux/csharpcomp.sh.in: Suffix for resources is
14997                 .resources, not .resource.
14998
14999         2005-07-09  Bruno Haible  <bruno@clisp.org>
15000
15001                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
15002                 add a .dll suffix.
15003                 Reported by Mark Junker <mjscod@gmx.de>.
15004
15005         2006-07-22  Bruno Haible  <bruno@clisp.org>
15006
15007                 * modules/gettext: Upgrade to gettext-0.15.
15008                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
15009                 m4/visibility.m4.
15010                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
15011
15012 2006-07-22  Bruno Haible  <bruno@clisp.org>
15013
15014         Merge from GNU gettext 0.15.
15015
15016         2006-03-25  Bruno Haible  <bruno@clisp.org>
15017
15018                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
15019
15020         2006-07-21  Bruno Haible  <bruno@clisp.org>
15021
15022                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
15023                 "1.1".
15024
15025         2006-05-09  Bruno Haible  <bruno@clisp.org>
15026
15027                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
15028                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
15029                 for the conftestver execution.
15030
15031         2006-05-01  Bruno Haible  <bruno@clisp.org>
15032
15033                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
15034                 optional target-version argument. Verify that the compiler
15035                 groks source of the specified source-version, or add -source
15036                 option as necessary. Verify that the compiler produces
15037                 bytecode in the specified target-version, or add -target and
15038                 -source options as necessary. Make the result of the test
15039                 available as variable CONF_JAVAC. Also log error output in
15040                 config.log.
15041
15042         2006-03-11  Bruno Haible  <bruno@clisp.org>
15043
15044                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
15045
15046         2006-05-09  Bruno Haible  <bruno@clisp.org>
15047
15048                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
15049                 CLASSPATH_SEPARATOR to a semicolon.
15050
15051         2006-03-12  Bruno Haible  <bruno@clisp.org>
15052
15053                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
15054                 available as variable CONF_JAVA, for subsequent autoconf
15055                 tests. Also log error output in config.log.
15056
15057         2006-07-19  Bruno Haible  <bruno@clisp.org>
15058
15059                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
15060                 that getline works on glibc2 systems. Needed to avoid trouble
15061                 in relocatable.c.
15062                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
15063
15064         2005-12-04  Bruno Haible  <bruno@clisp.org>
15065
15066                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
15067                 launcher (untested).
15068
15069         2005-12-04  Bruno Haible  <bruno@clisp.org>
15070
15071                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
15072
15073         2006-07-22  Bruno Haible  <bruno@clisp.org>
15074
15075                 * gettext.m4: Update from GNU gettext-0.15.
15076                 * nls.m4: Likewise.
15077                 * po.m4: Likewise.
15078                 * inttypes-pri.m4: Likewise.
15079                 * inttypes-h.m4: Renamed from inttypes.m4.
15080                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
15081
15082 2006-07-22  Bruno Haible  <bruno@clisp.org>
15083
15084         Merge from GNU gettext 0.15.
15085
15086         2005-07-05  Bruno Haible  <bruno@clisp.org>
15087
15088                 * printf-args.c (printf_fetchargs): Work around broken
15089                 definition of wint_t on mingw.
15090
15091         2005-02-12  Bruno Haible  <bruno@clisp.org>
15092
15093                 * xallocsa.h: Add extern "C" for C++.
15094
15095         2006-05-17  Bruno Haible  <bruno@clisp.org>
15096
15097                 Cygwin portability.
15098                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
15099
15100         2006-04-30  Bruno Haible  <bruno@clisp.org>
15101
15102                 * progreloc.c: Include <mach-o/dyld.h> if available.
15103                 (find_executable): Use _NSGetExecutablePath when possible.
15104
15105         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
15106
15107                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
15108                 function.
15109
15110         2005-12-29  Bruno Haible  <bruno@clisp.org>
15111
15112                 * progreloc.c (set_program_name_and_installdir): Fix
15113                 compilation error.
15114
15115         2005-12-04  Bruno Haible  <bruno@clisp.org>
15116
15117                 Cygwin portability.
15118                 * progreloc.c: Include <windows.h> also on Cygwin.
15119                 (find_executable): Add support for Cygwin.
15120                 (set_program_name_and_installdir): Handle also platforms with
15121                 nonempty EXEEXT.
15122
15123         2006-07-11  Bruno Haible  <bruno@clisp.org>
15124
15125                 * javacomp.c: Fix a comment.
15126                 Reported by Jim Meyering.
15127
15128         2006-04-30  Bruno Haible  <bruno@clisp.org>
15129
15130                 * javacomp.h (compile_java_class): Add source_version,
15131                 target_version arguments.
15132                 * javacomp.c: Rewritten to choose only a compiler that
15133                 respects the specified source_version and target_version.
15134
15135         2006-06-27  Bruno Haible  <bruno@clisp.org>
15136
15137                 Assume correct S_ISDIR macro.
15138                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
15139
15140         2006-07-22  Bruno Haible  <bruno@clisp.org>
15141
15142                 * javaversion.h: New file, from GNU gettext.
15143                 * javaversion.c: New file, from GNU gettext.
15144                 * javaversion.java: New file, from GNU gettext.
15145                 * javaversion.class: New file, from GNU gettext.
15146
15147         2006-05-17  Bruno Haible  <bruno@clisp.org>
15148
15149                 Cygwin portability.
15150                 * javaexec.c (execute_java_class): Test for jview program
15151                 also on Cygwin.
15152
15153         2006-04-09  Bruno Haible  <bruno@clisp.org>
15154
15155                 * fatal-signal.c: Don't include string.h.
15156                 (at_fatal_signal): Use a copying loop instead of memcpy.
15157
15158         2005-12-04  Bruno Haible  <bruno@clisp.org>
15159
15160                 * csharpexec.c: Add support for 'clix' launcher (untested).
15161                 (execute_csharp_using_sscli): New function.
15162                 (execute_csharp_program): Call it.
15163
15164         2006-06-21  Bruno Haible  <bruno@clisp.org>
15165
15166                 Avoid warnings from recent versions of mcs.
15167                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
15168                 -o, -L, -r any more. Use options documented since mcs-1.0
15169                 instead. Similarly for -g.
15170
15171         2005-07-09  Bruno Haible  <bruno@clisp.org>
15172
15173                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
15174                 add a .dll suffix.
15175                 Reported by Mark Junker <mjscod@gmx.de>.
15176
15177         2006-06-17  Bruno Haible  <bruno@clisp.org>
15178
15179                 * config.charset: Update for NetBSD 3.0.
15180
15181         2006-05-17  Bruno Haible  <bruno@clisp.org>
15182
15183                 Cygwin portability.
15184                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
15185
15186         2006-05-16  Bruno Haible  <bruno@clisp.org>
15187
15188                 * localcharset.c [CYGWIN]: Include <windows.h>.
15189                 (get_charset_aliases): For Cygwin, return the same CPxxx
15190                 aliases list as under WIN32.
15191                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
15192                 the environment variables. Fall back to GetACP().
15193
15194         2006-04-05  Bruno Haible  <bruno@clisp.org>
15195
15196                 * config.charset: Update Juan Manuel Guerrero's address.
15197
15198         2005-02-12  Bruno Haible  <bruno@clisp.org>
15199
15200                 * allocsa.h: Add extern "C" for C++.
15201
15202         2005-02-10  Bruno Haible  <bruno@clisp.org>
15203
15204                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
15205                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
15206
15207         2006-07-22  Bruno Haible  <bruno@clisp.org>
15208
15209                 * gettext.h: Update to GNU gettext-0.15.
15210
15211 2006-07-22  Bruno Haible  <bruno@clisp.org>
15212
15213         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
15214         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
15215         lib-prefix.m4, longdouble.m4, ssize_t.m4.
15216
15217 2006-07-21  Eric Blake  <ebb9@byu.net>
15218
15219         * modules/stdlib-safer: New file.
15220         * MODULES.html.sh (File stream based Input/Output): Add
15221         stdlib-safer.
15222
15223 2006-07-21  Eric Blake  <ebb9@byu.net>
15224
15225         * lib/stdlib-safer.h: New file from coreutils, required by
15226         stdlib--.h.
15227
15228 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
15229
15230         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
15231
15232 2006-07-20  Bruno Haible  <bruno@clisp.org>
15233
15234         * gnulib-tool: Recognize new option --assume-autoconf.
15235         (autoconf_minversion): New variable.
15236         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
15237
15238 2006-07-20  Bruno Haible  <bruno@clisp.org>
15239
15240         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
15241
15242 2006-07-19  Derek R. Price  <derek@ximbiot.com>
15243
15244         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
15245         Reindent and repaginate.
15246
15247 2006-07-19  Derek Price  <derek@ximbiot.com>
15248
15249         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
15250         Correct grammar.
15251
15252 2006-07-17  Bruno Haible  <bruno@clisp.org>
15253
15254         * modules/list: New file.
15255         * modules/array-list: New file.
15256         * modules/carray-list, modules/carray-list-tests: New files.
15257         * modules/linked-list, modules/linked-list-tests: New files.
15258         * modules/avltree-list, modules/avltree-list-tests: New files.
15259         * modules/rbtree-list, modules/rbtree-list-tests: New files.
15260         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
15261         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
15262         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
15263         * modules/oset: New file.
15264         * modules/array-oset: New file.
15265         * modules/avltree-oset, modules/avltree-oset-tests: New files.
15266         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
15267         * tests/test-carray_list.c: New file.
15268         * tests/test-linked_list.c: New file.
15269         * tests/test-avltree_list.c: New file.
15270         * tests/test-rbtree_list.c: New file.
15271         * tests/test-linkedhash_list.c: New file.
15272         * tests/test-avltreehash_list.c: New file.
15273         * tests/test-rbtreehash_list.c: New file.
15274         * tests/test-avltree_oset.c: New file.
15275         * tests/test-rbtree_oset.c: New file.
15276         * MODULES.html.sh (Container data structures): New section.
15277
15278 2006-07-17  Bruno Haible  <bruno@clisp.org>
15279
15280         * m4/gl_list.m4: New file.
15281
15282 2006-07-17  Bruno Haible  <bruno@clisp.org>
15283
15284         * lib/gl_list.h: New file.
15285         * lib/gl_list.c: New file.
15286         * lib/gl_array_list.h: New file.
15287         * lib/gl_array_list.c: New file.
15288         * lib/gl_carray_list.h: New file.
15289         * lib/gl_carray_list.c: New file.
15290         * lib/gl_linked_list.h: New file.
15291         * lib/gl_linked_list.c: New file.
15292         * lib/gl_anylinked_list1.h: New file.
15293         * lib/gl_anylinked_list2.h: New file.
15294         * lib/gl_avltree_list.h: New file.
15295         * lib/gl_avltree_list.c: New file.
15296         * lib/gl_anyavltree_list1.h: New file.
15297         * lib/gl_anyavltree_list2.h: New file.
15298         * lib/gl_rbtree_list.h: New file.
15299         * lib/gl_rbtree_list.c: New file.
15300         * lib/gl_anyrbtree_list1.h: New file.
15301         * lib/gl_anyrbtree_list2.h: New file.
15302         * lib/gl_anytree_list1.h: New file.
15303         * lib/gl_anytree_list2.h: New file.
15304         * lib/gl_linkedhash_list.h: New file.
15305         * lib/gl_linkedhash_list.c: New file.
15306         * lib/gl_anyhash_list1.h: New file.
15307         * lib/gl_anyhash_list2.h: New file.
15308         * lib/gl_avltreehash_list.h: New file.
15309         * lib/gl_avltreehash_list.c: New file.
15310         * lib/gl_rbtreehash_list.h: New file.
15311         * lib/gl_rbtreehash_list.c: New file.
15312         * lib/gl_anytreehash_list1.h: New file.
15313         * lib/gl_anytreehash_list2.h: New file.
15314
15315         * lib/gl_oset.h: New file.
15316         * lib/gl_oset.c: New file.
15317         * lib/gl_array_oset.h: New file.
15318         * lib/gl_array_oset.c: New file.
15319         * lib/gl_avltree_oset.h: New file.
15320         * lib/gl_avltree_oset.c: New file.
15321         * lib/gl_rbtree_oset.h: New file.
15322         * lib/gl_rbtree_oset.c: New file.
15323         * lib/gl_anytree_oset.h: New file.
15324
15325 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15326
15327         * m4/mkancesdirs.m4: New file.
15328         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
15329         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
15330         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
15331         it.
15332
15333 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15334
15335         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
15336         * lib/mkancesdirs.h: New files.
15337         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
15338         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
15339         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
15340         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
15341         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
15342         callers changed.  Revamp internals significantly, by not
15343         attempting to create directories that are temporarily more
15344         permissive than the final results.  Do not attempt to use
15345         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
15346         This removes some race conditions, fixes some bugs, and simplifies
15347         things.  Use new dirchownmod function to do owner and mode changes.
15348         * lib/mkdir-p.h: Likewise.
15349         * lib/modechange.c (octal_to_mode): New function.
15350         (struct mode_change): New member mentioned.
15351         (make_node_op_equals): New arg mentioned.  All callers changed.
15352         (mode_compile): Keep track of which mode bits the user has explicitly
15353         mentioned.
15354         (mode_adjust): New arg DIR, so that we implement the X op correctly.
15355         New arg PMODE_BITS, to keep track of which mode bits the user
15356         mentioned; it treats S_ISUID and S_ISGID speciall.
15357         All callers changed.
15358         * lib/modechange.h: Likewise.
15359
15360 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15361
15362         * MODULES.html.sh: Add mkancestors.
15363         * modules/mkancesdirs: New module.
15364         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
15365         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
15366         The chdir-safer and afs files are now orphans; I'll remove them
15367         unless someone speaks up.
15368         Add lib/dirchownmod.c, lib/dirchownmod.h.
15369         (Depends-on): Remove alloca, chown, save-cwd, dirname.
15370         Add lchown, mkancesdirs.
15371         (Maintainer): Add self.
15372
15373 2006-07-15  Karl Berry  <karl@gnu.org>
15374
15375         * gnulib-tool: help message wording/arrangement.
15376
15377 2006-07-14  Simon Josefsson  <jas@extundo.com>
15378
15379         * doc/gnulib.texi (Libtool and Windows): New section.
15380
15381 2006-07-12  Simon Josefsson  <jas@extundo.com>
15382
15383         * modules/gendocs (License): Fix license, approved by Karl.
15384
15385 2006-07-12  Eric Blake  <ebb9@byu.net>
15386
15387         * MODULES.html.sh: Add gendocs.
15388
15389 2006-07-11  Eric Blake  <ebb9@byu.net>
15390
15391         * modules/fdl: New module, to install doc/fdl.texi.
15392         * MODULES.html.sh: Add new section for documentation modules.
15393         * gnulib-tool: Avoid space-tab.
15394         (--doc-base): New option, to manage files from doc.
15395
15396 2006-07-11  Eric Blake  <ebb9@byu.net>
15397
15398         * m4/absolute-header.m4: Fix comments to match recent change.
15399
15400 2006-07-11  Eric Blake  <ebb9@byu.net>
15401
15402         * gnulib-tool: List --doc-base before --tests-base.
15403
15404 2006-07-11  Derek R. Price  <derek@ximbiot.com>
15405
15406         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
15407
15408 2006-07-11  Bruno Haible  <bruno@clisp.org>
15409
15410         * README: Mention where to put documentation.
15411
15412 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15413
15414         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
15415
15416 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
15417
15418         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
15419         to stdint.m4.
15420
15421 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
15422
15423         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
15424         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
15425         "no/such/file/stdint.h" when there is no such file, so that
15426         the resulting C code can be parsed by dodgy compilers.
15427         Problems reported by Bob Proulx.
15428
15429 2006-07-10  Derek R. Price  <derek@ximbiot.com>
15430
15431         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
15432         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
15433         macros into the GNU _D_EXACT_NAMLEN.
15434         * lib/savedir.c:  Likewise.
15435         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
15436
15437 2006-07-10  Derek R. Price  <derek@ximbiot.com>
15438         and Paul Eggert  <eggert@cs.ucla.edu>
15439
15440         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
15441         * m4/savedir.m4:
15442         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
15443         macros into the GNU _D_EXACT_NAMLEN.
15444
15445 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15446
15447         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
15448         around the absolute name, to work around a problem with the HP-UX
15449         11.23 native C compiler, reported by Bob Proulx.
15450
15451 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15452
15453         * doc/maintain.texi, make-stds.texi: Sync from
15454         <http://savannah.gnu.org/projects/gnustandards>.
15455
15456 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15457
15458         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
15459
15460 2006-07-09  Jim Meyering  <jim@meyering.net>
15461
15462         * m4/glob.m4: Remove a doubled word in a comment.
15463
15464 2006-07-09  Jim Meyering  <jim@meyering.net>
15465
15466         * lib/argp-pv.c: Remove a doubled word in a comment.
15467         * lib/check-version.c (check_version): Likewise.
15468         * lib/javacomp.c (compile_java_class): Likewise.
15469
15470 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
15471
15472         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
15473         for the benefit of people using Autoconf 2.60.  If you want to
15474         support older Autoconf versions you can copy m4/onceonly_2_57.m4
15475         (or m4/onceonly.m4, if pre-2.57) manually.
15476
15477 2006-07-08  Jim Meyering  <jim@meyering.net>
15478
15479         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
15480         comment.
15481         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
15482         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
15483         comment.
15484
15485 2006-07-08  Jim Meyering  <jim@meyering.net>
15486
15487         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
15488
15489 2006-07-07  Simon Josefsson  <jas@extundo.com>
15490
15491         * tests/test-crc.c: Change expected crc value, the test vector
15492         were probably computed using the old broken crc.c?
15493
15494 2006-07-06  Simon Josefsson  <jas@extundo.com>
15495
15496         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
15497         now the canonical place for the M4 file).
15498
15499         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
15500         from the sys_socket dependency now.
15501
15502         * modules/inet_pton (Files): Ditto.
15503
15504         * modules/inet_ntop (Files): Ditto.
15505
15506 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15507
15508         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
15509         not gl_PREREQ_GETUSERSHELL.
15510
15511 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15512
15513         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
15514         with only one argument, for Autoconf 2.60.
15515         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
15516         expand to nothing, so add a shell command to avoid syntax error.
15517         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
15518
15519 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15520
15521         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
15522
15523 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15524
15525         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
15526         no longer needed.  Check for isblank decl.
15527         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
15528         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
15529         of existence.
15530
15531 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15532
15533         * lib/getloadavg.c: Use __VMS, not VMS.
15534         * lib/getopt.c: Likewise.
15535         * lib/getpagesize.h: Likewise.
15536         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
15537         and probably does not work.
15538
15539 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15540
15541         * lib/.cppi-disable: Add wcwidth.
15542         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
15543         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
15544         (ISGRAPH): Remove.  All uses changed to isgraph.
15545         (FOLD) [!defined _LIBC]: Remove special case.
15546         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
15547         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
15548         HAVE_ISBLANK.
15549         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
15550         case.
15551
15552 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
15553
15554         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
15555         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
15556         brackets.  Other minor changes to suppress some compiler
15557         warnings.
15558
15559 2006-07-06  Derek R. Price  <derek@ximbiot.com>
15560         and Paul Eggert  <eggert@cs.ucla.edu>
15561
15562         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
15563         of invoking obsolescent AC_HEADER_DIRENT macro.
15564         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
15565         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
15566         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
15567         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
15568         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
15569         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
15570         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
15571         * m4/readdir.m4: Remove; no longer needed.
15572
15573 2006-07-06  Derek R. Price  <derek@ximbiot.com>
15574         and Paul Eggert  <eggert@cs.ucla.edu>
15575
15576         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
15577         Don't worry about this obsolete case any more.
15578         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
15579         directories.
15580         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
15581         worry about this obsolete case any more.
15582         * lib/fts.c: Likewise.
15583         * lib/getcwd.c: Likewise.
15584         * lib/glob.h: Likewise.
15585         * lib/savedir.c: Likewise.
15586
15587 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
15588
15589         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
15590         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
15591         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
15592         needed.
15593         All uses removed.
15594         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
15595         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
15596         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
15597         needed.
15598         * m4/getdate.m4 (gl_GETDATE): Likewise.
15599         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
15600         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
15601         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
15602         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
15603         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
15604         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
15605         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
15606         needed.
15607
15608 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
15609
15610         * lib/memcasecmp.c: Include <limits.h>.
15611         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
15612         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
15613         Don't assume isdigit succeeds only on '0' through '9'.
15614
15615 2006-07-05  Eric Blake  <ebb9@byu.net>
15616
15617         * modules/getaddrinfo (Depends-on): Add snprintf.
15618
15619 2006-07-05  Eric Blake  <ebb9@byu.net>
15620
15621         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
15622         to avoid 'header present but could not be compiled' on cygwin.
15623
15624 2006-07-05  Eric Blake  <ebb9@byu.net>
15625
15626         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
15627         missing from netdb.h.
15628         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
15629
15630 2006-07-05  Derek R. Price  <derek@ximbiot.com>
15631
15632         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
15633         no longer needed.
15634         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
15635         * m4/getdate.m4 (gl_GETDATE): Likewise.
15636         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
15637         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
15638         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
15639         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
15640         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
15641
15642 2006-07-05  Derek R. Price  <derek@ximbiot.com>
15643
15644         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
15645         All uses of is_space replaced by isspace.
15646         * lib/exit.h: Don't talk about STDC_HEADERS.
15647         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
15648         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
15649         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
15650         replaced by isprint etc.
15651         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
15652         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
15653         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
15654         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
15655         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
15656         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
15657
15658 2006-07-05  Bruno Haible  <bruno@clisp.org>
15659
15660         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
15661         the function exists, before testing against AIX.
15662         Reported by Martin Lambers <marlam@marlam.de>.
15663
15664 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
15665
15666         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
15667         From Mark D. Baushke.
15668
15669 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
15670
15671         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
15672         to the absolute name, not just one, to bypass Sun C 5.8's
15673         "warning: #include of /usr/include/... may be non-portable".
15674
15675 2006-07-04  Eric Blake  <ebb9@byu.net>
15676
15677         * modules/dirname-tests: New test module.
15678         * tests/test-dirname.c: New file, replacing dirname.c
15679         TEST_DIRNAME section that was recently deleted.
15680
15681 2006-07-04  Bruno Haible  <bruno@clisp.org>
15682
15683         Assume ANSI C header files and <ctype.h> functions.
15684         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
15685         (mbsnwidth): Use isprint, iscntrl instead.
15686
15687 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15688
15689         Merge from coreutils.
15690         * MODULES.html.sh: Add xstrtold.
15691         * modules/xstrtold: New file.
15692         * modules/cycle-check (Files): Add lib/same-inode.h.
15693         * modules/dirname (Files): Add m4/double-slash-root.m4.
15694         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
15695         * modules/mkdir-p (Files): Add lib/same-inode.h.
15696         * modules/same (Files): Add lib/same-inode.h.
15697
15698 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15699
15700         * m4/absolute-header.m4: Renamed from full-header-path.m4.
15701         This is to keep the terminology clean; POSIX talks about
15702         "absolute pathnames", not "full pathnames", but the GNU
15703         Coding Standards say to use "path" for something else;
15704         so use "absolute" to keep both sides happy.
15705         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
15706         Set gl_absolute_header, not gl_full_header_path.
15707         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
15708         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
15709         All uses changed.
15710
15711         Merge from coreutils.
15712
15713         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
15714
15715         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
15716         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
15717         want to require the building of c-strtod.o.
15718         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
15719         needs -lm directly.
15720         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
15721
15722         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
15723
15724         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
15725         --as-needed option if available.  Problem reported by Albert Chin in
15726         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
15727         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
15728         cc merely issues a bunch of annoying warnings for --as-needed
15729         (this problem was reported by Bob Proulx).  Also, try linking with
15730         -lm to detect a bug in binutils 2.16 (this problem was reported
15731         by Ralf Wildenhues).
15732
15733         2006-06-18  Jim Meyering  <jim@meyering.net>
15734
15735         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
15736         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
15737         macro.
15738         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
15739         also check for glibc-2.4's abort-inducing bug.
15740
15741         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
15742         Low-probability clean-up should be to use rmdir to get rid of
15743         the just-created directory, not unlink.
15744
15745         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
15746         configure fail, and request a bug report to inform us about it.
15747         Add a comment that, barring reports to the contrary, in 2007 we'll
15748         assume ftruncate is universally available.
15749
15750         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
15751
15752         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
15753
15754         2006-03-12  Jim Meyering  <jim@meyering.net>
15755
15756         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
15757         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
15758         * m4/same.m4 (gl_SAME): Likewise.
15759         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
15760
15761         2006-03-11  Eric Blake  <ebb9@byu.net>
15762
15763         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
15764         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
15765         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
15766         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
15767
15768 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15769
15770         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
15771         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
15772         reported by Mark D. Baushke, one in
15773         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
15774
15775         Merge from coreutils.
15776
15777         * lib/.cppi-disable: Add stdint_.h.
15778         * lib/.cvsignore: Add stdint.h.
15779
15780         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
15781
15782         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
15783         both double and long double versions.
15784         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
15785         * lib/xstrtold.c: New file.
15786         * lib/xstrtod.h (xstrtold): New decl.
15787
15788         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
15789
15790         * lib/filemode.c (setst): Remove.
15791         (strmode): Rewrite to avoid setst.  This makes the code shorter,
15792         (arguably) clearer, and the generated code is a bit smaller on my
15793         Debian GNU/Linux stable x86 host.
15794
15795         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
15796
15797         * lib/filemode.c: Include "filemode.h" first, to test the interface.
15798         Assume that filemode.h includes sys/types.h and sys/stat.h.
15799         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
15800         (ftypelet): Reorder to put common cases first, for efficiency.
15801         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
15802         to do 'M'.
15803         (strmode): Renamed from mode_string, and now stores 12 bytes instead
15804         of 10, for compatibility with FreeBSD.  All callers changed.
15805         (filemodestring): Now stores 12 bytes instead of 10, and sets file
15806         types that can't be deduced solely from st_mode.  First arg is now a
15807         const pointer.
15808         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
15809         (strmode): Renamed from mode_string.
15810         (filemodestring): New decl.
15811         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
15812         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
15813         needed.
15814         (S_ISPORT, S_ISWHT): New macros, if not already defined.
15815
15816         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
15817
15818         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
15819         fsusage.h now does that.  Include fsusage.h first, to test interface.
15820         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
15821         at most one method (the old code could have generated decls that
15822         didn't conform to C89, not that this was ever exercised).
15823         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
15824
15825         2006-03-19  Jim Meyering  <jim@meyering.net>
15826
15827         Work even in a chroot where d_ino values for entries in "/"
15828         don't match the stat.st_ino values for the same names.
15829         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
15830         number, iterate through all entries again, using lstat instead.
15831         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
15832         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
15833
15834         * lib/getcwd.c (__getcwd): Clarify a comment.
15835         Use memcpy in place of a call to strcpy.
15836
15837         2006-03-12  Jim Meyering  <jim@meyering.net>
15838
15839         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
15840         matches that of the current directory (which we're about to chdir ".."
15841         out of), then save the dev-ino of the parent, instead.
15842
15843         * lib/same-inode.h (SAME_INODE): New file/macro.
15844         * lib/chdir-safer.c (SAME_INODE): Remove definition.
15845         Include "same-inode.h", instead.
15846         * lib/same.c: Likewise.
15847         * lib/cycle-check.h: Include "same-inode.h".
15848         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
15849         * lib/cycle-check.c (SAME_INODE): Remove definition.
15850         * lib/root-dev-ino.h: Include "same-inode.h".
15851
15852         2006-03-11  Eric Blake  <ebb9@byu.net>
15853
15854         * lib/same.c (same_name): s/base_name/last_component/
15855         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
15856         * lib/filenamecat.c (file_name_concat): Likewise.
15857
15858         2006-03-11  Eric Blake  <ebb9@byu.net>,
15859                     Paul Eggert  <eggert@cs.ucla.edu>
15860
15861         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
15862         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
15863         drive prefix.
15864         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
15865         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
15866         (last_component): New method.
15867         * lib/dirname.c (dir_len): Determine when drive letters need a
15868         subsequent slash.  Preserve // when it is special.
15869         (dir_name): Don't append dot when drive letter is absolute.
15870         [TEST_DIRNAME]: Move into a full-blown gnulib test.
15871         * lib/basename.c (base_name): New semantics - malloc the result.
15872         Preserve // when it is special.  Preserve relative files that look
15873         like drive letters.
15874         (base_len): Preserve // when it is special.
15875         (last_component): New method, similar to old base_name semantics.
15876         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
15877         base_name.  Strip redundant slashes from ///.
15878
15879 2006-07-03  Jim Meyering  <jim@meyering.net>
15880
15881         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
15882         macro is used before the first cycle_check call.
15883
15884 2006-07-03  Eric Blake  <ebb9@byu.net>
15885
15886         * modules/dirname (Depends-on): Add xstrndup.
15887
15888 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
15889
15890         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
15891         test cases, so that config.log is a bit easier to follow.
15892
15893 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
15894
15895         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
15896         both are 64 bits, since this seems to be the tradition, and this
15897         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
15898         we ever run into a host that prefers long long to long in this
15899         case, we'll need another configure-time test.  Problem reported by
15900         Jim Meyering.
15901
15902 2006-07-02  Eric Blake  <ebb9@byu.net>
15903
15904         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
15905
15906 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
15907
15908         * modules/inttypes (Depends-on): No longer depends on stdint.
15909         * modules/stdint (Description): Say more about assumptions.
15910         Say that the fast types might differ.  Say macros are used.
15911         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
15912         (Makefile.am): Revise list of substituted symbols to match
15913         new stdint.m4.
15914         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
15915         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
15916         * tests/test-stdint.c (verify_same_types)
15917         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
15918         the code conforms to C99/C89.
15919         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
15920         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
15921
15922 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
15923
15924         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
15925         but fix a bug, by requiring at least 64 bits.
15926         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
15927         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
15928         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
15929         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
15930
15931         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
15932         changes.  Make 2.59 a prerequisite.  Check and substitute for
15933         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
15934         inttypes.h.  Do not use special include files; just use the
15935         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
15936         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
15937         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
15938         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
15939         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
15940         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
15941         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
15942         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
15943         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
15944         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
15945         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
15946         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
15947         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
15948         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
15949         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
15950         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
15951         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
15952         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
15953         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
15954         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
15955         WINT_MAX.  Check for C99 conformance more strictly, by detecting
15956         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
15957         not check for things that C99 does not require, e.g., int8_t.  If
15958         a test isn't needed unless <stdint.h> isn't working, and is
15959         unlikely to be needed for any other reason, then don't do it
15960         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
15961         size_t, since we assume C89 freestanding at least.  Do not check
15962         for sig_atomic_t, wchar_t, or wint_t, since the code now does
15963         the right thing even if the types are not defined.  Instead use:
15964         (gl_STDINT_TYPE_PROPERTIES): New macro.
15965         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
15966         testing whether <sys/types.h> clashes, as Autoconf does this for
15967         us now.  All uses removed.
15968         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
15969         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
15970         (gl_CHECK_TYPE_SAME):
15971         Remove; no longer needed.
15972         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
15973         exists, since we'll return 0 anyway in that case.
15974         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
15975
15976 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
15977
15978         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
15979         possible collision with system files.
15980         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
15981         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
15982         WCHAR_MIN and WCHAR_MAX in this case.
15983         (<stddef.h>): Do not include; no longer needed.
15984         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
15985         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
15986         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
15987         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
15988         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
15989         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
15990         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
15991         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
15992         !defined(__c99))]: Include in this case too, since it's harmless
15993         now.
15994         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
15995         dangerous to do so.
15996         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
15997         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
15998         (_STDINT_MIN, _STDINT_MAX): New macros.
15999         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
16000         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
16001         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
16002         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
16003         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
16004         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
16005         macros, not typedefs; this simplifies things quite a bit.
16006         Use long int for all types narrower than int64_t.
16007         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
16008         Define in terms of long long int or int64_t or long int,
16009         not int64_t or int32_t.  This saves some compile-time testing.
16010         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
16011         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
16012         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
16013         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
16014         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
16015         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
16016         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
16017         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
16018         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
16019         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
16020         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
16021         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
16022         undef any previous version and define our own version, for
16023         simplicity and consistency with the new macros for types.
16024         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
16025         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
16026         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
16027         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
16028         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
16029         @WINT_T_SUFFIX@ to keep things simple here.
16030         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
16031         Simplify by assuming typical 8/16/32/64 host, since we're
16032         already doing that elsewhere anyway.
16033         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
16034         and assume long long int is 64 bits if available.  This
16035         speeds up 'configure'.
16036
16037 2006-07-01  Eric Blake  <ebb9@byu.net>
16038
16039         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
16040         Reported by Andreas Buening.
16041
16042 2006-07-01  Eric Blake  <ebb9@byu.net>
16043
16044         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
16045
16046 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
16047
16048         * lib/getaddrinfo.c: fixed typo
16049
16050 2006-06-29  Jim Meyering  <jim@meyering.net>
16051
16052         * modules/strftime (Maintainer): Add my name, since with the
16053         FPRINTFTIME changes strftime.c has forked from glibc.
16054
16055 2006-06-29  Eric Blake  <ebb9@byu.net>
16056
16057         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
16058
16059 2006-06-29  Eric Blake  <ebb9@byu.net>
16060
16061         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
16062
16063 2006-06-29  Eric Blake  <ebb9@byu.net>
16064
16065         * lib/stat_.h: New file.
16066
16067 2006-06-29  Eric Blake  <ebb9@byu.net>
16068
16069         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
16070         unused static function.
16071
16072 2006-06-29  Eric Blake  <ebb9@byu.net>
16073
16074         * doc/functions.texi (Function Portability): Document missing lstat
16075         on mingw.
16076
16077 2006-06-29  Eric Blake  <ebb9@byu.net>
16078
16079         * MODULES.html.sh: Add sys_stat.
16080         * modules/sys_stat: New module.
16081         * modules/mkstemp (Depends-on): Add sys_stat.
16082
16083 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16084
16085         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
16086
16087 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16088
16089         * m4/c-bs-a.m4: Removed.
16090
16091 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16092
16093         * lib/strftime.c: Assume strftime() exists.
16094
16095 2006-06-29  Derek Price  <derek@ximbiot.com>
16096
16097         * modules/c-bs-a: Removed - \a is C89.
16098         * MODULES.html.sh: Remove c-bs-a.
16099
16100 2006-06-29  Bruno Haible  <bruno@clisp.org>
16101
16102         * modules/wcwidth (License): Change to LGPL.
16103
16104 2006-06-28  Simon Josefsson  <jas@extundo.com>
16105
16106         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
16107         on _WIN32.
16108
16109         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
16110         getnameinfo.
16111
16112 2006-06-28  Simon Josefsson  <jas@extundo.com>
16113
16114         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
16115
16116 2006-06-28  Simon Josefsson  <jas@extundo.com>
16117
16118         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
16119         functions there.  It will succeed on Windows XP, but on Windows
16120         2000 and (presumably) earlier, it will fail, and use the internal
16121         re-implementation.
16122         (use_win32_p): New function.
16123         (getaddrinfo): Use strtoul on servname, to support numeric ports.
16124         Support AI_NUMERICSERV to disable getservbyname.
16125         (getnameinfo): New function, only supports
16126         NI_NUMERICHOST|NI_NUMERICSERV for now.
16127
16128         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
16129         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
16130         getnameinfo.
16131
16132 2006-06-28  Eric Blake  <ebb9@byu.net>
16133
16134         * modules/wcwidth: New file.
16135         * modules/mbchar (Depends-on): Add wcwidth.
16136         * modules/mbswidth (Depends-on): Add wcwidth.
16137         * MODULES.html.sh: Add wcwidth.
16138
16139 2006-06-28  Eric Blake  <ebb9@byu.net>
16140
16141         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
16142         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
16143
16144 2006-06-28  Eric Blake  <ebb9@byu.net>
16145
16146         * lib/xvasprintf.h: Fix comments.
16147
16148 2006-06-28  Eric Blake  <ebb9@byu.net>
16149
16150         * lib/mbchar.h (wcwidth): Include wcwidth.h.
16151         * lib/mbswidth.c (wcwidth): Move from here...
16152         * lib/wcwidth.h: ...to this new file.
16153
16154 2006-06-28  Derek R. Price  <derek@ximbiot.com>
16155
16156         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
16157
16158         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
16159         it's obsolete.
16160         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
16161
16162 2006-06-28  Derek R. Price  <derek@ximbiot.com>
16163
16164         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
16165         Autoconf 2.60 says this stuff was obsolete.
16166
16167 2006-06-28  Bruno Haible  <bruno@clisp.org>
16168
16169         * modules/wcwidth (Files): Add m4/wchar_t.m4.
16170
16171 2006-06-28  Bruno Haible  <bruno@clisp.org>
16172
16173         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
16174         gt_TYPE_WCHAR_T.
16175
16176 2006-06-28  Bruno Haible  <bruno@clisp.org>
16177
16178         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
16179         declaration for wcwidth.
16180         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
16181
16182 2006-06-28  Bruno Haible  <bruno@clisp.org>
16183
16184         * lib/mkdtemp.c [MINGW]: Include <io.h>.
16185         (mkdir): Define using _mkdir.
16186
16187 2006-06-28  Bruno Haible  <bruno@clisp.org>
16188
16189         * lib/getaddrinfo.h: Fix POSIX URL.
16190         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
16191         _WIN32.
16192         (use_win32_p): Make static.
16193         (getaddrinfo): Reject service name if it is empty or does not consist
16194         solely of decimal digits, or if its value is > 65535.
16195         (getnameinfo): Remove useless casts.
16196
16197 2006-06-27  Simon Josefsson  <jas@extundo.com>
16198
16199         * modules/sys_select: New file, suggested by Bruno Haible, Paul
16200         Eggert and Martin Lambers.
16201
16202 2006-06-27  Simon Josefsson  <jas@extundo.com>
16203
16204         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
16205         Eggert and Martin Lambers.
16206
16207 2006-06-27  Bruno Haible  <bruno@clisp.org>
16208
16209         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
16210         result to 0, not to empty.
16211         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
16212
16213 2006-06-27  Bruno Haible  <bruno@clisp.org>
16214
16215         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
16216
16217 2006-06-26  Simon Josefsson  <jas@extundo.com>
16218
16219         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
16220         present.
16221
16222 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
16223
16224         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
16225         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
16226         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
16227
16228 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
16229
16230         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
16231
16232 2006-06-26  Bruno Haible  <bruno@clisp.org>
16233
16234         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
16235
16236 2006-06-26  Bruno Haible  <bruno@clisp.org>
16237
16238         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
16239
16240 2006-06-26  Bruno Haible  <bruno@clisp.org>
16241
16242         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
16243         SGI C compiler in pre-C99 mode.
16244         Suggested by Mark D. Baushke and Larry Jones.
16245
16246 2006-06-26  Bruno Haible  <bruno@clisp.org>
16247
16248         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
16249         WCHAR_MAX.
16250         Reported by Mark D. Baushke and Larry Jones.
16251
16252 2006-06-26  Bruno Haible  <bruno@clisp.org>
16253
16254         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
16255         in pre-C99 mode.
16256         Suggested by Mark D. Baushke and Larry Jones.
16257
16258 2006-06-23  Simon Josefsson  <jas@extundo.com>
16259             Bruno Haible  <bruno@clisp.org>
16260
16261         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
16262         Emit mostlyclean-local rule.
16263         (func_emit_tests_Makefile_am): Likewise.
16264         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
16265
16266 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
16267
16268         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
16269
16270 2006-06-23  Bruno Haible  <bruno@clisp.org>
16271
16272         * tests/test-stdint.c: Update to match ISO C 99 Technical
16273         Corrigendum 1.
16274
16275 2006-06-23  Bruno Haible  <bruno@clisp.org>
16276
16277         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
16278
16279 2006-06-23  Bruno Haible  <bruno@clisp.org>
16280
16281         * lib/stdint_.h: Treat IRIX like OpenBSD.
16282
16283 2006-06-23  Bruno Haible  <bruno@clisp.org>
16284
16285         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
16286         ISO C 99 Technical Corrigendum 1.
16287
16288 2006-06-22  Simon Josefsson  <jas@extundo.com>
16289
16290         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
16291         MinGW.
16292
16293 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16294
16295         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
16296         needed.  Some compiler complained about some of them.  Problem reported
16297         by Larry Jones in
16298         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
16299
16300 2006-06-21  Simon Josefsson  <jas@extundo.com>
16301
16302         * tests/test-getaddrinfo.c: New file.
16303
16304         * modules/getaddrinfo-tests: New file.
16305
16306         * MODULES.html.sh: Add inet_pton.
16307
16308         * modules/inet_pton: New file.
16309
16310 2006-06-21  Simon Josefsson  <jas@extundo.com>
16311
16312         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
16313         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
16314         of using the (limited) gnulib implementation on Windows XP.
16315
16316         * m4/inet_pton.m4: New file.
16317
16318 2006-06-21  Simon Josefsson  <jas@extundo.com>
16319
16320         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
16321         variable.
16322
16323         * lib/socket_.h: Don't define WINVER.
16324
16325         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
16326         slightly modified to work in gnulib.
16327
16328 2006-06-21  Simon Josefsson  <jas@extundo.com>
16329
16330         * doc/gnulib.texi (Windows sockets): Add.
16331
16332 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
16333
16334         * lib/read-file.c (fread_file): Start with buffer allocation of
16335         0 bytes rather than 1 byte; this simplifies the code.
16336         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
16337         code to free buffer and save/restore errno.
16338         (internal_read_file): Remove unused local.
16339
16340 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
16341
16342         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
16343         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
16344         Problem reported by Denis Excoffier in
16345         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
16346
16347 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16348
16349         * modules/sys_socket, modules/socklen: Include sys/types since
16350         FreeBSD 4.x's sys/socket.h needs it.
16351
16352 2006-06-19  Simon Josefsson  <jas@extundo.com>
16353
16354         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
16355
16356 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
16357
16358         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
16359
16360 2006-06-19  Bruno Haible  <bruno@clisp.org>
16361
16362         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
16363         and FULL_PATH_INTTYPES_H in angle brackets.
16364         Reported by Mark D. Baushke <mdb@gnu.org>.
16365
16366 2006-06-17  Eric Blake  <ebb9@byu.net>
16367
16368         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
16369         errno.
16370
16371 2006-06-17  Bruno Haible  <bruno@clisp.org>
16372
16373         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
16374         <sys/inttypes.h>.
16375
16376 2006-06-17  Bruno Haible  <bruno@clisp.org>
16377
16378         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
16379         whether errno is declared. Assume <errno.h> declares errno.
16380
16381 2006-06-17  Bruno Haible  <bruno@clisp.org>
16382
16383         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
16384
16385 2006-06-17  Bruno Haible  <bruno@clisp.org>
16386
16387         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
16388         problem on Solaris 2.5.1.
16389
16390 2006-06-16  Eric Blake  <ebb9@byu.net>
16391
16392         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
16393         * lib/unicodeio.c [!defined errno]: Likewise.
16394         * lib/strtol.c [!defined errno]: Likewise.
16395         * lib/strtod.c [!defined errno]: Likewise.
16396
16397 2006-06-15  Eric Blake  <ebb9@byu.net>
16398
16399         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
16400
16401 2006-06-15  Eric Blake  <ebb9@byu.net>
16402
16403         * config/srclist.txt (ssize_t.m4): Lose sync.
16404
16405 2006-06-15  Bruno Haible  <bruno@clisp.org>
16406
16407         * modules/stdint (Files): Include m4/full-header-path.m4,
16408         m4/size_max.m4, m4/wchar_t.m4.
16409         (Makefile.am): Many more substitutions.
16410         * modules/stdint-tests: New file.
16411         * tests/test-stdint.c: New file.
16412
16413 2006-06-15  Bruno Haible  <bruno@clisp.org>
16414
16415         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
16416         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
16417         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
16418         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
16419         gl_CHECK_TYPE_SAME): New macros.
16420
16421 2006-06-15  Bruno Haible  <bruno@clisp.org>
16422
16423         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
16424
16425 2006-06-15  Bruno Haible  <bruno@clisp.org>
16426
16427         * lib/stdint_.h: Rewritten to be fully auto-configured.
16428         Fixes bug on HP-UX/IA64.
16429
16430 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
16431
16432         * lib/getdate.y (__attribute__): Don't define if already defined.
16433         Problem reported by Larry Jones.
16434         * lib/utimens.c (__attribute__): Likewise.
16435
16436 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
16437
16438         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
16439         reported by Andreas Schwab.
16440
16441 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16442             Bruno Haible  <bruno@clisp.org>
16443
16444         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
16445         check for the declaration of strnlen and a run test that exposes the
16446         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
16447         rpl_strndup.
16448
16449 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16450             Bruno Haible  <bruno@clisp.org>
16451
16452         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
16453
16454 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16455
16456         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
16457         compile test, for Tru64 4.0D.
16458
16459 2006-05-28  Karl Berry  <karl@gnu.org>
16460
16461         * config/srclist.txt (printf-args.c): lose sync.
16462
16463 2006-05-26  Martin Lambers  <marlam@marlam.de>
16464
16465         * lib/getpass.c: Updates the test for the native W32 API, and adds
16466         missing includes, thus fixing compilation warnings.
16467
16468 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
16469
16470         * lib/exclude.c (exclude_fnmatch): New function.
16471         (excluded_file_name): Call exclude_fnmatch.
16472         * lib/exclude.h (excluded_file_name): New prototype
16473
16474 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
16475
16476         * lib/tempname.c (small_open, large_open): New macros.
16477         (__open, __open64) [!_LIBC]: Remove.
16478         (__gen_tempname): Use small_open and large_open instead of __open
16479         and __open64.  This fixes a portability bug on HP-UX 11.11i
16480         reported by Simon Wing-Tang in
16481         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
16482
16483 2006-05-24  Bruno Haible  <bruno@clisp.org>
16484
16485         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
16486         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
16487         Reported by Thorsten Maerz <torte@netztorte.de> via
16488         Aaron Stone <aaron@serendipity.cx>.
16489
16490 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16491
16492         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
16493         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
16494         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
16495         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
16496         not really conditional on the cache.
16497         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
16498
16499 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16500
16501         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
16502         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
16503         (my_usleep): Don't mishandle maximum value.
16504
16505 2006-05-19  Jim Meyering  <jim@meyering.net>
16506
16507         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
16508
16509 2006-05-17  Bruno Haible  <bruno@clisp.org>
16510
16511         Cygwin portability.
16512         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
16513
16514 2006-05-17  Bruno Haible  <bruno@clisp.org>
16515
16516         * lib/stdint_.h: Fix recognition of Cygwin.
16517
16518 2006-05-15  Bruno Haible  <bruno@clisp.org>
16519
16520         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
16521         on libtool patch by Ralf Wildenhues.
16522
16523 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16524
16525         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
16526         test for C99 conformance; (bool) 0.5 is an integer constant
16527         expression, but (bool) -0.5 is not.  Problem reported by Fedor
16528         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
16529
16530 2006-05-11  Simon Josefsson  <jas@extundo.com>
16531
16532         * m4/xvasprintf.m4: Fix obvious typo.
16533
16534 2006-05-11  Jim Meyering  <jim@meyering.net>
16535
16536         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
16537         James Lemley.
16538
16539 2006-05-10  Simon Josefsson  <jas@extundo.com>
16540
16541         * lib/md4.c: Typo fix, update copyright years.
16542         (K1, K2): Don't use L because it turn computations into 64-bit on
16543         64-bit platforms.
16544
16545 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
16546
16547         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
16548         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
16549         unwanted sign propagation, e.g., on hosts with 64-bit int.
16550         There still are some problems with reeelly weird theoretical hosts
16551         (e.g., 33-bit int) but it's not worth worrying about now.
16552         * lib/sha1.c (rol): Likewise.
16553         (K1, K2, K3, K4): Remove unnecessary L suffix.
16554
16555 2006-05-10  Bruno Haible  <bruno@clisp.org>
16556
16557         * lib/des.c: Cast to avoid warnings.
16558
16559 2006-05-09  Bruno Haible  <bruno@clisp.org>
16560
16561         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
16562         (Depends-on): Depend also on xsize, stdarg.
16563         (configure.ac): Add gl_XVASPRINTF.
16564
16565 2006-05-09  Bruno Haible  <bruno@clisp.org>
16566
16567         * m4/xvasprintf.m4: New file.
16568
16569 2006-05-09  Bruno Haible  <bruno@clisp.org>
16570
16571         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
16572         (EOVERFLOW): Define fallback value.
16573         (xstrcat): New function.
16574         (xvasprintf): Recognize the special case of a string concatenation.
16575
16576 2006-05-08  Eric Blake  <ebb9@byu.net>
16577
16578         * gnulib-tool (func_version): Base copyright year on CVS date.
16579         (func_emit_copyright_notice): New function.
16580         (func_emit_lib_Makefile_am): Use it.
16581         (func_emit_tests_Makefile_am): Likewise.
16582         (func_import): Likewise.
16583
16584 2006-05-08  Bruno Haible  <bruno@clisp.org>
16585
16586         * modules/stdarg: New file.
16587         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
16588
16589 2006-05-08  Bruno Haible  <bruno@clisp.org>
16590
16591         * m4/stdarg.m4: New file, from GNU gettext.
16592
16593 2006-05-08  Bruno Haible  <bruno@clisp.org>
16594
16595         * config/srclist.txt (build-aux/config.rpath): different from latest
16596         release.
16597
16598 2006-05-08  Bruno Haible  <bruno@clisp.org>
16599
16600         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
16601
16602 2006-05-05  Jim Meyering  <jim@meyering.net>
16603
16604         * m4/warning.m4: New file, derived from bison's file by the same name.
16605
16606 2006-05-03  Bruno Haible  <bruno@clisp.org>
16607
16608         * lib/stdint_.h: Shorter URL.
16609         * lib/inttypes.h: Likewise.
16610
16611 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16612
16613         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
16614
16615 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16616
16617         * lib/verify.h: Document the internals better.  Most of this change
16618         was written by Bruno Haible.
16619
16620 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16621
16622         * doc/verify.texi: New file, partly based on a proposal by
16623         Bruno Haible.
16624
16625 2006-05-02  Bruno Haible  <bruno@clisp.org>
16626
16627         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
16628         test from here...
16629         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
16630
16631 2006-04-29  Bruno Haible  <bruno@clisp.org>
16632
16633         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
16634         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
16635
16636 2006-04-29  Bruno Haible  <bruno@clisp.org>
16637
16638         * gnulib-tool: Make --update option actually work.
16639
16640 2006-04-29  Bruno Haible  <bruno@clisp.org>
16641
16642         * doc/gcd.texi: New file.
16643         * doc/gnulib.texi: Include it.
16644
16645 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
16646
16647         * lib/getdate.y (get_date): When adding relative date, start with the
16648         initial time, not with the result of the first mktime call.
16649
16650 2006-04-25  Bruno Haible  <bruno@clisp.org>
16651
16652         * gnulib-tool (func_import): Output the include directives in three
16653         blocks, sorted separately.
16654         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16655
16656 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
16657
16658         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
16659         to define main with arguments, for C++.  Reported by Eric Blake.
16660         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
16661         Prefer 'int main ()' to 'int main (void)', for C++.
16662         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
16663         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
16664         for 'main', for C99 and C++.
16665
16666 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
16667
16668         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
16669         Don't assume that exit status -1 is valid.
16670         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
16671         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
16672         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
16673         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
16674         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
16675         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
16676         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
16677         functions can be used without declaring them, or that you can
16678         exit with status -1.
16679         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
16680
16681 2006-04-24  Karl Berry  <karl@gnu.org>
16682
16683         * config/srclist.txt (longdouble.m4): sync lost.
16684
16685 2006-04-24  Eric Blake  <ebb9@byu.net>
16686
16687         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
16688
16689 2006-04-24  Bruno Haible  <bruno@clisp.org>
16690
16691         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
16692         poll() implementation in AIX.
16693         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16694
16695 2006-04-24  Bruno Haible  <bruno@clisp.org>
16696
16697         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
16698         assigned exactly once.
16699
16700 2006-04-23  Claudio Fontana  <claudio@gnu.org>
16701             Bruno Haible  <bruno@clisp.org>
16702
16703         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
16704         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
16705         for AM_CPPFLAGS.
16706
16707 2006-04-23  Bruno Haible  <bruno@clisp.org>
16708
16709         * modules/copy-file: Depend on unistd.
16710         * modules/execute: Likewise.
16711         * modules/fatal-signal: Likewise.
16712         * modules/findprog: Likewise.
16713         * modules/mkdtemp : Likewise.
16714         * modules/pipe: Likewise.
16715         * modules/wait-process: Likewise.
16716
16717 2006-04-23  Bruno Haible  <bruno@clisp.org>
16718
16719         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
16720         condition was already detected.
16721         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16722
16723 2006-04-23  Bruno Haible  <bruno@clisp.org>
16724
16725         * lib/copy-file.c: Include <unistd.h> unconditionally.
16726         * lib/execute.c: Likewise.
16727         * lib/fatal-signal.c: Likewise.
16728         * lib/findprog.c: Likewise.
16729         * lib/mkdtemp.c: Likewise.
16730         * lib/pipe.h: Likewise.
16731         * lib/pipe.c: Likewise.
16732         * lib/wait-process.h: Likewise.
16733
16734 2006-04-23  Bruno Haible  <bruno@clisp.org>
16735
16736         * gnulib-tool (func_usage): Fix --import description. Document
16737         --update.
16738         (func_import): Create temporary file in a temporary directory, if
16739         --dry-run is specified. Silence errors from 'grep' when there are no
16740         m4 files in $m4dir.
16741         (func_create_testdir): Silence errors from 'grep' when there are no
16742         m4 files in $m4dir.
16743         Reported by Karl Berry <karl@freefriends.org>.
16744
16745 2006-04-20  Bruno Haible  <bruno@clisp.org>
16746
16747         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
16748         one argument, so that the code will be portable to Autoconf 2.60.
16749         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
16750         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
16751         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
16752
16753 2006-04-19  Derek Price  <derek@ximbiot.com>
16754             Eric Blake  <ebb9@byu.net>
16755
16756         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
16757         rather than "/full/path.h".  Update comment to match.  Shorten &
16758         generalize m4_translit call via AS_TR_CPP.
16759
16760 2006-04-19  Derek Price  <derek@ximbiot.com>
16761             Eric Blake  <ebb9@byu.net>
16762
16763         * lib/inttypes.h: Correct grammar in comment.
16764
16765 2006-04-18  Derek Price  <derek@ximbiot.com>
16766             Paul Eggert  <eggert@cs.ucla.edu>
16767
16768         * modules/inttypes: New file.
16769         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
16770
16771 2006-04-18  Derek Price  <derek@ximbiot.com>
16772             Paul Eggert  <eggert@cs.ucla.edu>
16773
16774         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
16775         New files.
16776
16777 2006-04-18  Derek Price  <derek@ximbiot.com>
16778             Paul Eggert  <eggert@cs.ucla.edu>
16779
16780         * lib/inttypes.h: New file.
16781         * lib/strtoimax.c: Assume <inttypes.h>.
16782
16783 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
16784
16785         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
16786         isn't mounted.  Problem reported by Kir Kolyshkin.
16787
16788 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
16789
16790         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
16791         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
16792         Derek R. Price.
16793         * lib/regex.h (RE_DUP_MAX): Update comment to match current
16794         implementation.
16795
16796 2006-04-12  Eric Blake  <ebb9@byu.net>
16797
16798         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
16799         is now done automatically by the corresponding Autoconf macro.
16800
16801 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
16802
16803         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
16804         time_r.h.
16805
16806 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
16807
16808         Merge regex changes from libc, removing some of our
16809         POSIX-conformance changes that were rejected and redoing them in a
16810         less-intrusive way.
16811
16812         * lib/regcomp.c (re_compile_internal, init_dfa):
16813         Length arg is now size_t, not Idx.  All uses changed.
16814         (peek_token): Forward decl now says internal_function.
16815         (__re_error_msgid, __re_error_msgid_idx):
16816         Now static rather than extern with attribute_hidden.
16817         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
16818         For some reason libc prefers K&R style defns for external functions.
16819         (regerror) [!defined _LIBC]: Likewise.
16820         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
16821         (seek_collating_symbol_entry, lookup_collation_sequence_value):
16822         (build_range_exp, build_collating_symbol):
16823         Use K&R-style defn.
16824         (re_compile_fastmap): Use '\0' to memset, not 0.
16825         (utf8_sb_map): Make the calculations more obvious.
16826         (init_dfa, parse_bracket_exp, build_charclass_op):
16827         Call calloc and cast result, as glibc does.
16828         (init_word_char, fetch_token, peek_token, peek_token_bracket):
16829         (build_range_exp, build_collating_symbol):
16830         Now internal functions.
16831
16832         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
16833
16834         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
16835         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
16836         Don't depend on VMS; depend on __VMS instead, for POSIX
16837         namespace cleanness.
16838         (regoff_t): Define to ssize_t, not long int.
16839
16840         Remove the REG_ macros named below.  Instead, make the old names
16841         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
16842         __USE_GNU_REGEX.
16843         (REG_BACKSLASH_ESCAPE_IN_LISTS):
16844         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
16845         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
16846         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
16847         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
16848         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
16849         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
16850         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
16851         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
16852         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
16853         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
16854         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
16855         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
16856         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
16857         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
16858         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
16859         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
16860         (REG_NREGS):
16861         Remove.  All uses replaced by the old RE_* names.
16862         (RE_BACKSLASH_ESCAPE_IN_LISTS):
16863         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
16864         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
16865         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
16866         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
16867         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
16868         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
16869         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
16870         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
16871         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
16872         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
16873         Don't bother having these macros be independent of each others'
16874         values, since they no longer exist in the POSIX name space.
16875
16876         Rename the following member names back to their old names,
16877         unless !__USE_GNU_REGEX.  All uses changed back.
16878         (buffer): Renamed from re_buffer.
16879         (allocated): Renamed from re_allocated.
16880         (used): Renamed from re_used.
16881         (syntax): Renamed from re_syntax.
16882         (fastmap): Renamed from re_fastmap.
16883         (translate): Renamed from re_translate.
16884         (can_be_null): Renamed from re_can_be_null.
16885         (regs_allocated): Renamed from re_regs_allocated.
16886         (fastmap_accurate): Renamed from re_fastmap_accurate.
16887         (no_sub): Renamed from re_no_sub.
16888         (not_bol): Renamed from re_not_bol.
16889         (not_eol): Renamed from re_not_eol.
16890         (newline_anchor): Renamed from re_newline_anchor.
16891         (num_regs): Renamed from rm_num_regs.
16892         (start): Renamed from rm_start.
16893         (end): Renamed from rm_end.
16894
16895         (free_state): Move up a bit.
16896
16897         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
16898         #define to be empty.
16899         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
16900         when that is what is intended.
16901         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
16902         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
16903         (MAX): New macro.
16904         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
16905         All uses changed back to re_malloc, etc.  It's now the caller's
16906         responsibility to check for overflow; all callers changed.
16907         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
16908         (re_x2nrealloc): Remove.
16909         (free_state): Remove decl.
16910
16911         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
16912         (re_set_registers, re_exec):
16913         Use K&R-style defn.
16914
16915         2006-01-31  Roland McGrath  <roland@redhat.com>
16916
16917         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
16918         Reported by Mike Frysinger <vapier@gentoo.org>.
16919
16920         2006-01-15  Andreas Jaeger  <aj@suse.de>
16921
16922         [BZ #1950]
16923         * lib/regex_internal.c (re_string_reconstruct): Adjust for
16924         build_wcs_upper_buffer change.
16925         (build_wcs_upper_buffer): Change return type.
16926
16927         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
16928
16929         * lib/regex_internal.h: Include <stdint.h> if available.
16930
16931         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
16932
16933         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
16934
16935         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
16936
16937         * lib/regcomp.c: Adjust for changed secondary hash function.
16938
16939         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
16940
16941         * lib/regex.h: Pretty printing.
16942         Clean up namespace a bit.
16943
16944         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
16945
16946         * lib/regexec.c (update_cur_sifted_state, check_arrival,
16947         check_arrival_add_next_nodes): Avoid using uninitialized variable.
16948
16949         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
16950                     Ulrich Drepper  <drepper@redhat.com>
16951
16952         [BZ #1302]
16953         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
16954         changed.
16955         (bitset_word_t): Renamed from bitset_word.  All uses changed.
16956
16957         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
16958
16959         [BZ #281]
16960         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
16961         * lib/regcomp.c: Remove unnecessary uses of
16962         unsigned RE_TRANSLATE_TYPE.
16963         * lib/regex_internal.h: Likewise.
16964         * lib/regex_internal.c: Likewise.
16965         * lib/regexec.c: Likewise.
16966         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
16967
16968         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
16969
16970         * lib/regexec.c (find_recover_state): Remove unnecessary
16971         initialization.
16972         (transit_state_bkref): Make DFA a const pointer.
16973         (get_subexp): Likewise.
16974         (check_arrival): Likewise.
16975         (update_cur_sifted_state): Likewise.
16976         (re_search_internal): Likewise.
16977         (prune_impossible_nodes): Likewise.
16978         (acquire_init_state_context): Likewise.
16979         (proceed_next_node): Likewise.
16980         (set_regs): Likewise.
16981         (free_fail_stack_return): Likewise.
16982         (check_arrival_expand_ecl): Mark DFA parameter as const.
16983         (check_arrival_expand_ecl_sub): Likewise.
16984         (check_subexp_limits): Likewise.
16985         (sub_epsilon_src_nodes):  Likewise.
16986         (add_epsilon_src_nodes):  Likewise.
16987         (merge_state_array): Likewise.
16988         (update_regs): Likewise.
16989         (build_trtable): Likewise.
16990         (sift_states_backward): Mark MCTX parameter as const.
16991         (build_sifted_states): Likewise.
16992         (update_cur_sifted_state): Likewise.
16993         (sift_states_mkref): Likewise.
16994         (check_arrival_expand_ecl): Mark eclosure as const.
16995         (check_dst_limits_calc_pos_1): Likewise.
16996         * lib/regex_internal.h (re_match_context_t): Make dfa a const
16997         pointer.
16998
16999         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
17000
17001         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
17002         (transit_state_sb): Likewise.
17003         (transit_state_mb): Likewise.
17004         (sift_states_iter_mb): Likewise.
17005         (check_arrival_add_next_nodes): Likewise.
17006         (check_node_accept_bytes): Change first parameter to pointer-to-const.
17007         [_LIBC] (re_search_2_stub): Use mempcpy.
17008
17009         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
17010         mbrtowc for very simple UTF-8 case.
17011
17012         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
17013         a pointer-to-const.
17014         (re_acquire_state_context): Likewise.
17015         * lib/regex_internal.h: Adjust prototypes.
17016
17017         * lib/regex.c: Prevent using C++ compilers.
17018
17019         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
17020         (re_acquire_state_context): Likewise.
17021
17022 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17023
17024         * modules/regex (Depends-on): Add ssize_t.
17025
17026 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17027
17028         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
17029         translation table.
17030
17031 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17032
17033         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
17034
17035 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
17036             Bruno Haible  <bruno@clisp.org>
17037
17038         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
17039         <sys/types.h> and <inttypes.h>.
17040
17041 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17042
17043         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
17044         `__error_t_defined', so argp.h will not typedef the former.
17045
17046 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
17047
17048         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
17049         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
17050         glibc names.  Even if glibc is changed to conform to POSIX, the
17051         traditional names will be available anyway, since regex depends on
17052         the extensions module.  Also, fix a longstanding typo in the
17053         implementation of Spencer ERE test #75 from grep 2.3.  Problems
17054         reported by Emanuele Giaquinta.  Also, change sense of cached
17055         variable, so that the message makes sense.
17056
17057 2006-03-24  Simon Josefsson  <jas@extundo.com>
17058
17059         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
17060         including some doc fixes.
17061         (base64_encode_alloc): Fix +1 bug on allocation failures.
17062
17063 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17064
17065         * lib/base64.c (base64_encode): Do not read past end of array with
17066         unsanitized input on systems with CHAR_BIT > 8.
17067
17068 2006-03-24  Eric Blake  <ebb9@byu.net>
17069
17070         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
17071
17072 2006-03-22  Karl Berry  <karl@gnu.org>
17073
17074         * config/srclist.txt (*setenv.[ch]): get from coreutils.
17075         * config/srclistvars.sh (COREUTILS): new var.
17076
17077 2006-03-17  Jim Meyering  <jim@meyering.net>
17078
17079         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
17080         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
17081
17082 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
17083
17084         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
17085         no longer needs it.  Instead, check that regoff_t is as least
17086         as wide as ptrdiff_t.
17087
17088         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
17089         so that our regex.h stays compatible with the installed regex.
17090         This is helpful for installers who configure --without-included-regex.
17091         Problem reported by Emanuele Giaquinta.
17092
17093 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
17094
17095         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
17096         Typedef to long int, not to off_, as POSIX will likely change
17097         in that direction.
17098
17099 2006-03-15  Eric Blake  <ebb9@byu.net>
17100
17101         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
17102
17103 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
17104
17105         * lib/argp-help.c (validate_uparams): Fix typo
17106         * lib/argp-parse.c (argp_default_options): Consistently begin help
17107         messages with a lowercase letter.
17108
17109 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
17110
17111         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
17112         overrun buffers and shouldn't be used (much as gets shouldn't be
17113         used).
17114         * lib/time_r.c (asctime_r, ctime_r): Likewise.
17115
17116 2006-03-08  Simon Josefsson  <jas@extundo.com>
17117
17118         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
17119         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17120
17121 2006-03-08  Simon Josefsson  <jas@extundo.com>
17122
17123         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
17124         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17125
17126 2006-03-08  Simon Josefsson  <jas@extundo.com>
17127
17128         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
17129         signal that configure disabled the device.
17130
17131 2006-03-08  Simon Josefsson  <jas@extundo.com>
17132
17133         * build-aux/maint.mk: Fix refresh-po, to handle no translated
17134         languages.
17135
17136 2006-03-07  Simon Josefsson  <jas@extundo.com>
17137
17138         * modules/getopt (Depends-on): Add unistd.
17139
17140         * modules/unistd: New file.
17141
17142 2006-03-07  Simon Josefsson  <jas@extundo.com>
17143
17144         * modules/gc-random: New file.
17145
17146 2006-03-07  Simon Josefsson  <jas@extundo.com>
17147
17148         * m4/unistd_h.m4: New file.
17149
17150 2006-03-07  Simon Josefsson  <jas@extundo.com>
17151
17152         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
17153         test to be side-effect free by storing the result in the cache
17154         variable gl_cv_lib_readline, and moving the assignment of
17155         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
17156         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17157
17158 2006-03-07  Simon Josefsson  <jas@extundo.com>
17159
17160         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
17161         error on missing devices (the functions will return an error).
17162
17163         * m4/gc.m4: Move random stuff to gc-random.m4
17164
17165 2006-03-07  Simon Josefsson  <jas@extundo.com>
17166
17167         * lib/unistd_.h: New file.
17168
17169 2006-03-07  Simon Josefsson  <jas@extundo.com>
17170
17171         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
17172
17173 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17174
17175         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
17176         Problem reported by Juan Manuel Guerrero.
17177
17178 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17179
17180         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
17181         the unistd module.
17182         * lib/getlogin_r.c: Likewise.
17183         * lib/getlogin_r.h: Likewise.
17184         * lib/glob.c: Likewise.
17185         * lib/pagealign_alloc.c: Likewise.
17186         * lib/unistd_.h: Remove; no longer needed.
17187
17188 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17189
17190         * MODULES.html.sh (Support for systems lacking POSIX:2001):
17191         Add unistd.
17192         * modules/c-stack (Depends-on): Add unistd.
17193         * modules/getlogin_r: Likewise.
17194         * modules/glob: Likewise.
17195         * modules/pagealign_alloc: Likewise.
17196         * modules/unistd (Files): Remove lib/unistd_.h.
17197         (EXTRA_DIST): Remove.
17198         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
17199         need unistd_.h.
17200         (MOSTLYCLEANFILES): Remove unistd.h-t.
17201
17202 2006-03-03  Simon Josefsson  <jas@extundo.com>
17203
17204         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
17205
17206 2006-03-03  Simon Josefsson  <jas@extundo.com>
17207
17208         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
17209         libidn and bison.
17210
17211 2006-03-03  Simon Josefsson  <jas@extundo.com>
17212
17213         * build-aux/maint.mk: Add indent target.
17214
17215 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
17216
17217         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
17218         our replacement poll.h in any case, to avoid a differing
17219         declaration from a system header.  Seen on AIX.
17220
17221 2006-03-01  Simon Josefsson  <jas@extundo.com>
17222
17223         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
17224         <kasal@ucw.cz>.
17225
17226 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17227
17228         * modules/gettime (Depends-on): Add extensions module.
17229         * modules/nanosleep (Depends-on): Likewise.
17230         * modules/settime (Depends-on): Likewise.
17231
17232 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17233
17234         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
17235         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
17236         pedantically.
17237         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
17238         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
17239
17240         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
17241         not "==".  Reported by Ralf Wildenhues.
17242
17243 2006-03-01  Karl Berry  <karl@gnu.org>
17244
17245         * doc/Copyright/request-*: new files, synced from gnuorg.
17246
17247 2006-03-01  Karl Berry  <karl@gnu.org>
17248
17249         * config/srclist.txt (Copyright/*): new entries.
17250
17251 2006-02-28  Simon Josefsson  <jas@extundo.com>
17252
17253         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
17254
17255 2006-02-27  Simon Josefsson  <jas@extundo.com>
17256
17257         * lib/base64.h: Indent #define's.  From Jim Meyering
17258         <jim@meyering.net>.
17259
17260 2006-02-27  Jim Meyering  <jim@meyering.net>
17261
17262         Revert the change of 2006-02-24, so these files can continue
17263         to be sync'd from gettext.
17264         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
17265         of `config.h'.
17266
17267 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17268
17269         * modules/intprops: New file.
17270         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
17271         Add intprops.
17272         * modules/getloadavg (Files): Remove lib/intprops.h.
17273         (Depends-on): Add intprops.
17274         * modules/human: Likewise.
17275         * modules/inttostr: Likewise.
17276         * modules/openat: Likewise.
17277         * modules/sig2str: Likewise.
17278         * modules/userspec: Likewise.
17279         * modules/utimecmp: Likewise.
17280         * modules/xnanosleep: Likewise.
17281         * modules/xstrtol: Likewise.
17282
17283 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
17284
17285         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
17286         * modules/lock-tests (TESTS): Use $(EXEEXT).
17287         * modules/tls-tests: Likewise.
17288         * modules/argp-tests: Likewise.
17289         (check_PROGRAMS): New var, replacing...
17290         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
17291
17292 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17293
17294         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
17295         `config.h'.
17296
17297 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
17298
17299         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
17300
17301 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17302
17303         Sync from coreutils.
17304         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
17305         gl_CHDIR_SAFER.
17306
17307 2006-02-22  Jim Meyering  <jim@meyering.net>
17308
17309         Sync from coreutils.
17310         * m4/chdir-safer.m4: New file.
17311
17312 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
17313
17314         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
17315         AT_FDCWD exceeds INT_MAX.
17316         * lib/openat.h (AT_FDCWD): Likewise.
17317
17318 2006-02-17  Eric Blake  <address@hidden>
17319
17320         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
17321
17322 2006-02-16  Simon Josefsson  <jas@extundo.com>
17323
17324         * modules/getaddrinfo (Depends-on): Add sys_socket.
17325
17326 2006-02-15  Simon Josefsson  <jas@extundo.com>
17327
17328         * build-aux/maint.mk: Add dsyntax-check rule.
17329
17330 2006-02-15  Eric Blake  <ebb9@byu.net>
17331
17332         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
17333         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
17334         'present but cannot compile' warnings on cygwin.
17335         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
17336         use ws2tcpip.h if sys/socket.h works.
17337         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
17338         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
17339
17340 2006-02-14  Simon Josefsson  <jas@extundo.com>
17341
17342         * modules/maintainer-makefile (Files): Rename.
17343
17344         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
17345         and (the local) Makefile.cfg to maint-cfg.mk.
17346
17347         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
17348         to the latter.
17349
17350         * modules/maintainer-makefile: New module.
17351
17352         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
17353         severaly stripped to make it possible to build it up from scratch
17354         with reliable tests.
17355
17356         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
17357         fixes to permit overriding the default actions when configure and
17358         makefile are not available.
17359
17360 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
17361
17362         Sync from coreutils.
17363         * modules/lstat (Depends-on): Don't depend on xalloc.
17364         (License): Change from GPL to LGPL, since this is now simply a
17365         replacement for a libc function.
17366
17367 2006-02-14  Jim Meyering  <jim@meyering.net>
17368
17369         Sync from coreutils.
17370
17371         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
17372         failure on deficient systems, and simplify gnulib lgpl dependencies.
17373         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
17374         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
17375
17376         * lib/xalloc-die.c: Remove unused definition of N_.
17377
17378 2006-02-14  Jim Meyering  <jim@meyering.net>
17379
17380         Sync from coreutils.
17381         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
17382         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
17383         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
17384         double-quote uses of that variable, to accommodate the rare case in
17385         which getmntent is available in none of the libraries checked.  This
17386         happens at least on FreeBSD 5.0.
17387
17388 2006-02-13  Simon Josefsson  <jas@extundo.com>
17389
17390         * gnulib-tool (Usage): Fix --import, from
17391         karl@freefriends.org (Karl Berry).
17392
17393 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
17394
17395         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
17396
17397 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
17398
17399         * lib/argp-namefrob.h: Restore changes accidentally lost during the
17400         "autoupdate" on 2005-12-12.
17401
17402 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
17403
17404         * modules/closeout (Depends-on): Remove atexit.
17405
17406 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
17407
17408         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
17409         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
17410
17411 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
17412
17413         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
17414         __EXTENSIONS__ if this causes compilation to fail.  Problem
17415         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
17416         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
17417
17418 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
17419
17420         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
17421         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
17422         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
17423         All uses changed.
17424
17425 2006-01-26  Simon Josefsson  <jas@extundo.com>
17426
17427         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
17428         prototype is visible on mingw32.
17429
17430         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
17431         for mingw32.
17432
17433         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
17434         mingw32).
17435
17436 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
17437
17438         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
17439         attempt to open for write; this always fails, at least on POSIX
17440         hosts.  This reinstates the 2006-01-09 change, which was
17441         inadvertently removed.
17442
17443 2006-01-26  Bruno Haible  <bruno@clisp.org>
17444
17445         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
17446         Reported by Paul Eggert.
17447
17448 2006-01-26  Bruno Haible  <bruno@clisp.org>
17449             Paul Eggert  <eggert@cs.ucla.edu>
17450
17451         * lib/stdbool_.h (_Bool)
17452         [(! (defined __cplusplus || defined __BEOS__)
17453           && !defined __GNUC__
17454           && !(defined __HP_cc || defined __xlc__
17455                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
17456                || defined __sgi))]:
17457         #define to signed char in these cases too; this simplifies
17458         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
17459         etc., separately) and makes it more conservative.
17460
17461 2006-01-25  Simon Josefsson  <jas@extundo.com>
17462
17463         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
17464         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
17465         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
17466
17467 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
17468
17469         * lib/argp-namefrob.h: Bugfix. Remove stray #
17470
17471 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
17472
17473         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
17474         so that we test the test.
17475         Check for yet another HP-UX cc bug involving *bool |= bool.
17476
17477 2006-01-25  Karl Berry  <karl@gnu.org>
17478
17479         * config/srclist.txt (vasnprintf.c): sync lost.
17480
17481 2006-01-25  Jim Meyering  <jim@meyering.net>
17482
17483         Sync from the stable (b5) branch of coreutils:
17484
17485         * lib/fts.c (fts_children): Don't let close() clobber errno from
17486         failed fchdir().
17487
17488         * lib/fts.c (fts_stat): When following a symlink-to-directory,
17489         don't necessarily interpret stat-fails+lstat-succeeds as indicating
17490         a dangling symlink.  That can also happen at least for ELOOP.
17491         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
17492         FYI, this bug predates the inclusion of fts.c in coreutils.
17493
17494         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
17495         in their own block, so pre-c99 compilers don't object.
17496
17497         Avoid the double-free (first in fts_read, second in fts_close) that
17498         would occur when an `active' directory is made inaccessible (e.g.,
17499         via chmod a-x) during a traversal.
17500         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
17501         before returning.  Reproduce this failure by
17502         mkdir -p a/b; cd a; chmod a-x . b
17503         Reported by Stavros Passas.
17504
17505 2006-01-25  Jim Meyering  <jim@meyering.net>
17506
17507         * lib/fileblocks.c: Remove more useless parentheses.
17508         * lib/readutmp.h: Likewise.
17509
17510 2006-01-25  Bruno Haible  <bruno@clisp.org>
17511
17512         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
17513         warnings.
17514         Reported by Paul Eggert.
17515
17516 2006-01-25  Bruno Haible  <bruno@clisp.org>
17517
17518         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
17519         rid of a trap command. For Solaris sh.
17520         Reported by Mark D. Baushke <mdb@gnu.org>.
17521
17522 2006-01-24  Simon Josefsson  <jas@extundo.com>
17523
17524         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
17525         Bruno.
17526
17527 2006-01-24  Karl Berry  <karl@gnu.org>
17528
17529         * config/srclist.txt (argp-namefrob.h): sync lost.
17530
17531 2006-01-24  Jim Meyering  <jim@meyering.net>
17532
17533         * modules/openat (Files): Add lib/intprops.h.
17534         From Mark D. Baushke.
17535
17536 2006-01-24  Jim Meyering  <jim@meyering.net>
17537
17538         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
17539         Reported by Mark D. Baushke.
17540
17541 2006-01-24  Jim Meyering  <jim@meyering.net>
17542
17543         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
17544
17545 2006-01-24  Bruno Haible  <bruno@clisp.org>
17546
17547         * modules/strnlen (Maintainer): Change from glibc to all.
17548
17549 2006-01-24  Bruno Haible  <bruno@clisp.org>
17550
17551         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
17552         Patch by Paul Eggert.
17553
17554 2006-01-24  Bruno Haible  <bruno@clisp.org>
17555
17556         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
17557         already has it.
17558         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
17559         2005-11-26.
17560
17561         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
17562         'signed char' to avoid problems with the built-in _Bool type.
17563         Reported by Paul Eggert on 2005-11-26.
17564
17565 2006-01-24  Bruno Haible  <bruno@clisp.org>
17566
17567         * gnulib-tool (func_import): Avoid constructing complicated sed
17568         expressions inside backquote.
17569         Report and solution by Mark D. Baushke <mdb@gnu.org>.
17570
17571 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
17572
17573         These changes imported from libc.
17574         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
17575         test and two separate function calls.
17576         * lib/strndup.c (__strndup): Add libc_hidden_def.
17577
17578 2006-01-23  Simon Josefsson  <jas@extundo.com>
17579
17580         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
17581         Remove the test_*_SOURCES variable: automake infers it by default.
17582         * modules/tls-tests: Likewise.
17583
17584 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17585
17586         Work around porting bugs reported by Dieter in
17587         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
17588         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
17589         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
17590         Include "getopt.h" first, to check interface.
17591         (getenv): Declare only if defined HAVE_DECL_GETENV &&
17592         !HAVE_DECL_GETENV.
17593         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
17594         (__strndup): Revert to K&R-style function dfns, the glibc style.
17595         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
17596         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
17597         Include strnlen.h first, to get prototype properly.
17598         (strnlen): Renamed from __strnlen.
17599         Remove weak alias.
17600
17601 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17602
17603         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
17604
17605 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17606
17607         * config/srclist.txt: Adjust to reflect glibc reorganization.
17608         This affects only comments.
17609
17610 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17611
17612          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
17613          Reported by Bruce Korb <bkorb@gnu.org>.
17614
17615 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
17616
17617         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
17618         to pacify gcc -Wswitch-default.
17619
17620 2006-01-22  Bruno Haible  <bruno@clisp.org>
17621
17622         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
17623         temporary buffer for sprintf, take into account the precision also
17624         for 'd', 'i', 'u', 'o', 'x', 'X'.
17625
17626 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
17627
17628         * modules/argp-tests: New module
17629         * tests/test-argp.c: New file
17630         * tests/test-argp-2.sh: New file
17631
17632 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
17633
17634         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
17635         (__argp_base_name): Removed
17636         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
17637         typo.
17638         (__argp_base_name): Provide macro definition or extern declaration
17639         depending on the configuration
17640
17641 2006-01-20  Simon Josefsson  <jas@extundo.com>
17642
17643         * modules/inet_ntop (Depends-on): Depend on sys_socket.
17644
17645 2006-01-20  Simon Josefsson  <jas@extundo.com>
17646
17647         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
17648
17649 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17650
17651         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
17652         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
17653         Suggested by Bruno Haible.
17654
17655 2006-01-20  Karl Berry  <karl@gnu.org>
17656
17657         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
17658         until changes propagate, I guess.
17659
17660 2006-01-19  Simon Josefsson  <jas@extundo.com>
17661
17662         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
17663
17664 2006-01-19  Simon Josefsson  <jas@extundo.com>
17665
17666         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
17667
17668 2006-01-19  Simon Josefsson  <jas@extundo.com>
17669
17670         * gnulib-tool: Set check_PROGRAMS.
17671
17672         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
17673         modules/des-tests, modules/gc-arcfour-tests,
17674         modules/gc-arctwo-tests, modules/gc-des-tests,
17675         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
17676         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
17677         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
17678         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
17679         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
17680         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
17681         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
17682         test_*_SOURCES.
17683
17684 2006-01-18  Simon Josefsson  <jas@extundo.com>
17685
17686         * modules/socklen (Depends-on): Depend on sys_socket.
17687
17688 2006-01-18  Simon Josefsson  <jas@extundo.com>
17689
17690         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
17691         modules/des-tests, modules/gc-arcfour-tests,
17692         modules/gc-arctwo-tests, modules/gc-des-tests,
17693         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
17694         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
17695         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
17696         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
17697         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
17698         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
17699         $(EXEEXT) to automake TESTS variable, for mingw32.
17700
17701 2006-01-17  Simon Josefsson  <jas@extundo.com>
17702
17703         * modules/socklen (Include): Need sys/socket.h.
17704
17705 2006-01-17  Bruno Haible  <bruno@clisp.org>
17706
17707         * modules/ssize_t (Include): Add <sys/types.h>.
17708
17709 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
17710
17711         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
17712         it's not portable and it doesn't work with cross-compiles.
17713         Problem reported by Bruno Haible.  Fix missing-$ typo in
17714         'test "gl_cv_ignore_unused_libraries" ...' that prevented
17715         -zignore from being used with Sun's C compiler.
17716
17717 2006-01-12  Simon Josefsson  <jas@extundo.com>
17718
17719         * lib/base64.c: Fix warning, reported by Bruno Haible
17720         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
17721
17722 2006-01-12  Bruno Haible  <bruno@clisp.org>
17723
17724         * modules/ldd: New file.
17725         * build-aux/ldd.sh.in: New file.
17726         * MODULES.html.sh (Support for building libraries and executables): Add
17727         ldd.
17728
17729 2006-01-12  Bruno Haible  <bruno@clisp.org>
17730
17731         * m4/ldd.m4: New file.
17732
17733 2006-01-12  Bruno Haible  <bruno@clisp.org>
17734
17735         * gnulib-tool (func_import, func_create_testdir): Don't go into an
17736         endless loop while replacing $auxdir with build-aux.
17737
17738 2006-01-11  Simon Josefsson  <jas@extundo.com>
17739
17740         * lib/stdint_.h (SIZE_MAX): Add missing (.
17741
17742 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
17743
17744         Sync from coreutils.
17745         * lib/md5.c: Fix commentary typos.
17746         (alignof, UNALIGNED_P): No need for a GCC-specific version.
17747         * lib/md5.h (__attribute__): Remove; unused.
17748         * lib/sha1.c: Fix commentary to match md5 better.
17749         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
17750         so that we don't need to worry about alignment.  All uses changed.
17751         This merges the 2005-10-28 md5 change into sha1.
17752
17753 2006-01-11  Jim Meyering  <jim@meyering.net>
17754
17755         Sync from coreutils.
17756         * lib/md5.c (OP): Fix spacing.
17757
17758 2006-01-11  Bruno Haible  <bruno@clisp.org>
17759
17760         Ensure automatic ordering between gl_LOCK and gl_ARGP.
17761         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
17762         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
17763
17764 2006-01-11  Bruno Haible  <bruno@clisp.org>
17765
17766         Ensure automatic ordering between gl_LOCK and gl_ARGP.
17767         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
17768         the "early" section as well.
17769
17770 2006-01-11  Bruno Haible  <bruno@clisp.org>
17771
17772         Avoid "ar: no archive members specified" error on MacOS X.
17773         * gnulib-tool (func_modules_add_dummy): New function.
17774         (func_import, func_create_testdir): Invoke it.
17775
17776 2006-01-11  Bruno Haible  <bruno@clisp.org>
17777
17778         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
17779         with $auxdir in AC_CONFIG_FILES statements.
17780
17781 2006-01-11  Bruno Haible  <bruno@clisp.org>
17782
17783         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
17784         Initialize also noinst_HEADERS to empty.
17785
17786 2006-01-11  Bruno Haible  <bruno@clisp.org>
17787
17788         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
17789         variables.
17790         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
17791         autoreconf.
17792
17793 2006-01-11  Bruno Haible  <bruno@clisp.org>
17794
17795         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
17796         overridable by the user.
17797         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17798
17799 2006-01-10  Simon Josefsson  <jas@extundo.com>
17800
17801         * modules/sys_socket: New file.
17802
17803 2006-01-10  Simon Josefsson  <jas@extundo.com>
17804
17805         * m4/sys_socket_h.m4: New file.
17806
17807 2006-01-10  Simon Josefsson  <jas@extundo.com>
17808
17809         * lib/socket_.h: New file.
17810
17811 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
17812
17813         * modules/readutmp (Maintainer): Add myself.
17814
17815 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
17816
17817         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
17818         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
17819         People who are still concerned with buggy memcmp implementations
17820         can invoke gl_FUNC_MEMCMP themselves.
17821
17822 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
17823
17824         * lib/regex_internal.h (BITSET_WORD_BITS):
17825         Work around a bug in 64-bit PGC (before version 6.1-2), where the
17826         preprocessor mishandles large unsigned values as if they were signed.
17827         Problem reported by Claudio Fontana in
17828         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
17829
17830 2006-01-10  Jim Meyering  <jim@meyering.net>
17831
17832         Avoid the double-free (first in fts_read, second in fts_close) that
17833         would occur when an `active' directory is made inaccessible (e.g.,
17834         via chmod a-x) during a traversal.
17835         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
17836         before returning.  Reproduce this failure by
17837         mkdir -p a/b; cd a; chmod a-x . b
17838         Reported by Stavros Passas.
17839
17840         Sync from coreutils.
17841         * lib/sha1.c: Tweak grammar in a comment.
17842
17843 2006-01-10  Jim Meyering  <jim@meyering.net>
17844
17845         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
17846         Patch by Joerg Sonnenberger.
17847
17848 2006-01-10  Bruno Haible  <bruno@clisp.org>
17849
17850         * modules/readutmp: Depend on module free.
17851         * modules/strtok_r: Depend on module restrict.
17852
17853 2006-01-10  Bruno Haible  <bruno@clisp.org>
17854
17855         * modules/gettext (configure.ac): Add an invocation of
17856         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
17857
17858 2006-01-10  Bruno Haible  <bruno@clisp.org>
17859
17860         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
17861         Reported by Werner Lemberg <wl@gnu.org>.
17862
17863 2006-01-10  Bruno Haible  <bruno@clisp.org>
17864
17865         * lib/localcharset.c: Update from GNU gettext.
17866
17867 2006-01-10  Bruno Haible  <bruno@clisp.org>
17868
17869         * lib/argp.h (__const): Remove macro. Use const instead.
17870         * lib/argp-fmtstream.h (__const): Likewise.
17871         * lib/glob_.h (__const): Remove macro.
17872         * lib/glob-libc.h: Use const instead of __const.
17873
17874 2006-01-10  Bruno Haible  <bruno@clisp.org>
17875
17876         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
17877         variable.
17878         Needed to avoid an automake error regarding the 'gettext' module.
17879
17880 2006-01-09  Simon Josefsson  <jas@extundo.com>
17881
17882         * modules/inet_ntop (Depends-on): Add restrict.
17883
17884 2006-01-09  Simon Josefsson  <jas@extundo.com>
17885
17886         * modules/gc-rijndael-tests (License): Put under LGPL.
17887
17888         * modules/gc-des-tests (License): Likewise.
17889
17890         * modules/gc-arcfour-tests (License): Likewise.
17891
17892         * modules/gc-arctwo-tests (License): Likewise.
17893
17894         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
17895
17896         * modules/gc-hmac-sha1-tests (Files): Likewise.
17897
17898         * modules/gc-hmac-md5-tests (License): Likewise.
17899
17900         * modules/gc-sha1-tests (License): Likewise.
17901
17902         * modules/gc-md5-tests (License): Likewise.
17903
17904         * modules/gc-md4-tests (License): Likewise.
17905
17906         * modules/gc-md2-tests (License): Likewise.
17907
17908         * modules/gc-tests (License): Likewise.
17909
17910         * modules/des-tests (License): Likewise.
17911
17912         * modules/md4-tests (License): Likewise.
17913
17914         * modules/md2-tests (License): Likewise.
17915
17916 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
17917
17918         Sync from coreutils:
17919
17920         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
17921         * modules/lib-ignore: New file.
17922         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
17923         chdir-safer.m4, lchmod.m4.
17924         * modules/openat: Add mkdirat.c, openat-priv.h.
17925
17926 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
17927
17928         Sync from coreutils.
17929         * m4/lib-ignore.m4: New file.
17930         * m4/lchmod.m4: New file.
17931
17932 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
17933
17934         Sync from coreutils.
17935         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
17936         for write access: POSIX says that must fail.
17937         * lib/fts.c (diropen): Likewise.
17938         * lib/save-cwd.c (save_cwd): Likewise.
17939         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
17940         well, for minor improvements on hosts that lack O_DIRECTORY.
17941         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
17942         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
17943         Fall back on chown if open failed with EACCES.
17944
17945         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
17946         Report an error at compile-time if only a 1-second nominal clock
17947         resolution is found.
17948
17949         * lib/lchmod.h: New file.
17950         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
17951         (make_dir_parents): Use lchown rather than chown, and
17952         lchmod rather than chmod.
17953
17954         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
17955         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
17956         "proc" reported by n0dalus.
17957
17958         * lib/mountlist.c: Include <limits.h>.
17959         (dev_from_mount_options)
17960         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
17961         New function.  It no longer assumes "dev=" has the System V meaning
17962         on Linux (since it doesn't).  It also parses "dev=" more carefully.
17963         (read_file_system_list)
17964         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
17965         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
17966         dev= in that case.
17967
17968         * lib/posixtm.h (PDS_PRE_2000): New macro.
17969         * lib/posixtm.c (year): Arg is now syntax_bits rather than
17970         allow_century.  All usages changed.  Reject dates outside the range
17971         1969-1999 if PDS_PRE_2000 is used.
17972
17973 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
17974
17975         Sync from coreutils.
17976         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
17977         (Time of day items): Mention the possibility of leap seconds.
17978         Problem reported by Dr. David Alan Gilbert.
17979
17980 2006-01-09  Jim Meyering  <jim@meyering.net>
17981
17982         Sync from coreutils.
17983
17984         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
17985
17986         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
17987
17988         * lib/modechange.c (mode_compile): Reject an invalid mode string
17989         that starts with an octal digit.  From Andreas Gruenbacher.
17990
17991         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
17992         and dup to open_safer and dup_safer, respectively.
17993         (openat_permissive): Fix typo in comment.
17994
17995         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
17996         "gettext.h"; either no longer needed or are guaranteed by openat.h.
17997         (_): Remove; no longer needed.
17998         (openat): Renamed from rpl_openat; no need for rpl_openat
17999         since openat.h renames openat for us.
18000         Replace most of the body with a call to openat_permissive,
18001         to avoid duplicate code.
18002         Port to (probably hypothetical) environments were mode_t is
18003         wider than int.
18004         (openat_permissive): Require mode arg, so that we can check
18005         types better.  Put it just after flags.  Change cwd failure
18006         indicator from pointer-to-bool to pointer-to-errno-value.
18007         All callers changed.
18008         Invoke openat_save_fail and/or openat_restore_fail if
18009         cwd_errno is null, so that openat can call us.
18010         (openat_permissive, fdopendir, fstatat, unlinkat):
18011         Simplify errno handling to avoid some duplicate code,
18012         as it's OK to set errno on success.
18013         * lib/openat.h: Revamp code so that function macros depend on
18014         __OPENAT_PREFIX only, not also on AT_FDCWD.
18015         (openat_ro): Remove.  Caller changed to use openat_permissive.
18016         (openat_permissive): Now a macro, if not a function.
18017         (openat_restore_fail, openat_save_fail): Now always functions,
18018         since mkdirat needs them even if __OPENAT_PREFIX is defined.
18019
18020         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
18021         and openat.c.
18022         * lib/mkdirat.c: Include openat-priv.h.
18023         Remove definitions of macros defined therein.
18024         * lib/openat.c: Likewise.
18025
18026         * lib/mkdirat.c (mkdirat): New file and function.
18027         * lib/openat.h (mkdirat): Declare.
18028
18029         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
18030
18031         * lib/openat.h (openat_permissive): Declare.
18032         (openat_ro): Define.
18033
18034         * lib/openat.c (EXPECTED_ERRNO): New macro.
18035         (openat_permissive): New function -- used in remove.c rewrite.
18036         (all functions): Set errno just before returning, only if there
18037         was an actual failure.
18038         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
18039
18040         Emulate openat-family functions using Linux's procfs, if possible.
18041         Idea and some code based on Ulrich Drepper's glibc changes.
18042
18043         * lib/openat.c: (BUILD_PROC_NAME): New macro.
18044         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
18045         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
18046         before falling back on save_cwd and restore_cwd.
18047         (fdopendir, fstatat, unlinkat): Likewise.
18048
18049         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
18050         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
18051
18052         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
18053         as second argument to va_arg.  Otherwise, some versions of gcc
18054         warn that `if this code is reached, the program will abort'.
18055
18056 2006-01-09  Jim Meyering  <jim@meyering.net>
18057
18058         Sync from coreutils.
18059         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
18060         Require openat-priv.h.
18061
18062 2006-01-09  Bruno Haible  <bruno@clisp.org>
18063
18064         * modules/strnlen (Include): Use strnlen.h.
18065
18066 2006-01-09  Bruno Haible  <bruno@clisp.org>
18067
18068         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
18069
18070 2006-01-09  Bruno Haible  <bruno@clisp.org>
18071
18072         * lib/sysexit_.h (EX_OK): New macro.
18073         Suggested by Martin Lambers <marlam@marlam.de>.
18074
18075 2006-01-09  Bruno Haible  <bruno@clisp.org>
18076
18077         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
18078         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
18079
18080 2006-01-09  Bruno Haible  <bruno@clisp.org>
18081
18082         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
18083         numbers.
18084
18085 2006-01-09  Bruno Haible  <bruno@clisp.org>
18086
18087         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
18088         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
18089         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
18090         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
18091
18092 2006-01-09  Bruno Haible  <bruno@clisp.org>
18093
18094         * build-aux/javacomp.sh.in: New file, moved from lib/.
18095         * modules/javacomp-script (Files): Update.
18096         (configure.ac): Add AC_CONFIG_FILES invocation.
18097         (EXTRA_DIST): Remove variable.
18098
18099         * build-aux/javaexec.sh.in: New file, moved from lib/.
18100         * modules/javaexec (Files): Update.
18101         (configure.ac): Add AC_CONFIG_FILES invocation.
18102         (EXTRA_DIST): Remove javaexec.sh.in.
18103
18104         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
18105         * modules/csharpcomp-script (Files): Update.
18106         (configure.ac): Add AC_CONFIG_FILES invocation.
18107         (EXTRA_DIST): Remove variable.
18108
18109         * build-aux/csharpexec.sh.in: New file, moved from lib/.
18110         * modules/csharpexec (Files): Update.
18111         (configure.ac): Add AC_CONFIG_FILES invocation.
18112         (EXTRA_DIST): Remove csharpexec.sh.in.
18113
18114 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
18115
18116         Sync from coreutils.
18117
18118         Add POSIX ACL support
18119         * lib/acl.h (copy_acl, set_acl): Add declarations.
18120         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
18121         systems other than Linux.
18122         (chmod_or_fchmod): New function: use fchmod when possible,
18123         and chmod otherwise.
18124         (file_has_acl): Add a POSIX ACL implementation, with a
18125         Linux-specific subcase.
18126         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
18127         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
18128         acls are unsupported.
18129         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
18130         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
18131         are unsupported.
18132
18133 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
18134
18135         Sync from coreutils.
18136         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
18137
18138 2006-01-07  Bruno Haible  <bruno@clisp.org>
18139
18140         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
18141         gl_EARLY.
18142
18143 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18144
18145         * lib/strftime.c (tzname): Don't declare if it is already #defined.
18146         Problem reported for Mingw by Mark Junker.
18147
18148 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18149
18150         * README: Gnulib normally doesn't generate a tarball.
18151
18152 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
18153
18154         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
18155         long int, not int, for nanosecond counts, so that people who are
18156         used to POSIX struct timespec won't be surprised.  Reported by Jim
18157         Meyering.
18158
18159 2005-12-28  Bruno Haible  <bruno@clisp.org>
18160
18161         * build-aux/config.rpath: Update from GNU gettext.
18162
18163 2005-12-16  Jim Meyering  <jim@meyering.net>
18164
18165         * modules/fprintftime: New module.
18166         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
18167
18168 2005-12-16  Jim Meyering  <jim@meyering.net>
18169
18170         * m4/fprintftime.m4: New file.
18171
18172 2005-12-16  Jim Meyering  <jim@meyering.net>
18173
18174         * lib/fprintftime.c, lib/fprintftime.h: New files.
18175
18176 2005-12-15  Simon Josefsson  <jas@extundo.com>
18177
18178         * modules/socklen (configure.ac): Fix M4 macro name, to align with
18179         new m4/socklen.m4.
18180
18181 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18182
18183         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
18184         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
18185
18186 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18187
18188         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
18189         * lib/argp-help.c (fill_in_uparams): Check if the constructed
18190         struct uparams is valid. Fall back to the default values if it is
18191         not.
18192
18193 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18194
18195         * modules/argp (Files): Add argp-pin.c
18196         (Depends-on): dirname
18197         (lib_SOURCES): Add argp-pin.c
18198
18199 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18200
18201         * m4/argp.m4:  Check if program_invocation_name and
18202         program_invocation_short_name are declared and define appropriate
18203         macros if they are not.
18204
18205 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18206
18207         * lib/argp-help.c (__argp_base_name): New function
18208         (__argp_short_program_name): Rewrite using __argp_base_name
18209         * lib/argp-namefrob.h: Define program_invocation_name and
18210         program_invocation_short_name if requested
18211         (__argp_base_name): Add prototype
18212         * lib/argp-parse.c (argp_def): Use gettext wrappers
18213         (argp_default_parser): Use __argp_base_name
18214         * lib/argp-pin.c: New file. Defines program_invocation_name and
18215         program_invocation_short_name on systems that lack them.
18216
18217 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18218
18219         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
18220         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
18221         porting problem reported by Georg Schwarz in
18222         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
18223
18224 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18225
18226         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
18227         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
18228         porting problem reported by Georg Schwarz in
18229         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
18230
18231 2005-12-05  Bruno Haible  <bruno@clisp.org>
18232
18233         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
18234         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
18235         Reported by Mark Junker <mjscod@gmx.de>.
18236
18237 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
18238
18239         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
18240         Use implementation from Albert Chin, with some
18241         comments/corrections by Stepan Kasal and myself.
18242
18243 2005-12-02  Bruno Haible  <bruno@clisp.org>
18244
18245         * gnulib-tool (func_import): Accept GPLed build tool modules when
18246         --lgpl is given.
18247         * modules/csharpcomp-script: New file.
18248         * modules/csharpcomp: Depend on it.
18249         * modules/javacomp-script: New file.
18250         * modules/javacomp: Depend on it.
18251         Suggested by Simon Josefsson.
18252
18253 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
18254
18255         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
18256         statement, to work around an HP-UX 10.20 compiler bug reported by
18257         Peter O'Gorman.
18258
18259 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
18260
18261         * modules/savedir (Depends-on): Add openat.
18262
18263 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
18264
18265         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
18266         (uintmax_t) [defined uintmax_t]: Do not declare.
18267         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
18268         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
18269         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
18270         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
18271         sake of portability to weird hosts that C allows (though we don't
18272         know of any practical examples).
18273
18274         * lib/savedir.h (fdsavedir): New decl.
18275         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
18276         contains most of the former guts of savedir.
18277         (savedir): Use savedirstream.
18278         Include "openat.h".
18279
18280 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18281
18282         * modules/obstack (Files): Add m4/ulonglong.m4.
18283         Problem reported by Davide Angelocola.
18284
18285 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
18286
18287         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
18288         coreutils no longer futzes with rounding modes.
18289
18290 2005-11-14  Jim Meyering  <jim@meyering.net>
18291
18292         * lib/mkstemp-safer.c: Include <config.h>, required for possible
18293         replacement of mkstemp.
18294
18295 2005-11-10  Simon Josefsson  <jas@extundo.com>
18296
18297         * lib/readline.c: Remove EOL.
18298
18299 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18300
18301         * modules/gethrxtime (Depends-on): Add gettime.
18302
18303 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18304
18305         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
18306         or gettimeofday; no longer needed.
18307
18308 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18309
18310         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
18311         time business.
18312         (gethrxtime) [! (HAVE_NANOUPTIME
18313         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
18314         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
18315         our own approximation.
18316
18317 2005-11-08  Eric Blake  <ebb9@byu.net>
18318
18319         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
18320
18321 2005-11-08  Eric Blake  <ebb9@byu.net>
18322
18323         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
18324
18325 2005-11-04  Bruno Haible  <bruno@clisp.org>
18326
18327         * gnulib-tool: Implement --update mode.
18328
18329 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18330
18331         Fix porting problem reported by Theodoros V. Kalamatianos.
18332         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
18333         Don't assume that futimes failing means we must fail.
18334
18335 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18336
18337         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
18338         variables to suggest the intended function of the PATH_MAX check.
18339
18340 2005-10-30  Kean Johnston  <jkj@sco.com>
18341
18342         Trivial changes to support SCO systems.
18343         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
18344         as PATH_MAX.
18345         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
18346         where __ptr is null when no I/O is pending.
18347
18348 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18349
18350         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
18351         leave errno alone.  Problem reported by Dmitry V. Levin.
18352
18353 2005-10-28  Simon Josefsson  <jas@extundo.com>
18354
18355         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
18356         Test more.
18357
18358         * tests/test-gc-md2.c, tests/test-md2.c: New files.
18359
18360         * modules/md2, modules/md2-tests: New files.
18361
18362 2005-10-28  Simon Josefsson  <jas@extundo.com>
18363
18364         * m4/inet_ntop.m4: More tests.
18365
18366         * m4/gc-md2.m4, md2.m4: New file.
18367
18368 2005-10-28  Simon Josefsson  <jas@extundo.com>
18369
18370         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
18371         "restrict" keywords, as per POSIX.  Protect the function
18372         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
18373         Don't use K&R prototypes.  Check the sprintf return values.
18374         Re-define EAFNOSUPPORT if not present.  Indent.
18375
18376         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
18377         suggested by Bruno Haible <bruno@clisp.org>.
18378
18379         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
18380
18381         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
18382
18383         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
18384         libgcrypt).
18385
18386         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
18387
18388         * lib/md2.h, lib/md2.c: New files.
18389
18390 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
18391
18392         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
18393         errno alone.  Problem reported by Frederic Jolliton.
18394
18395 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
18396
18397         * modules/verify (License): Change from GPL to LGPL.  This is a
18398         tiny module and there are apparently near-equivalents that are
18399         under the BSD license.
18400
18401 2005-10-24  Simon Josefsson  <jas@extundo.com>
18402
18403         * modules/sha1: Relicense to LGPL.
18404
18405 2005-10-24  Simon Josefsson  <jas@extundo.com>
18406
18407         * lib/md4.h: Shrink buffer size, now that we changed the type.
18408
18409 2005-10-23  Simon Josefsson  <jas@extundo.com>
18410
18411         * gnulib-tool (func_import): Fix --tests-base.
18412
18413 2005-10-22  Simon Josefsson  <jas@extundo.com>
18414
18415         * modules/arcfour (Depends-on): Need stdint.
18416
18417 2005-10-22  Simon Josefsson  <jas@extundo.com>
18418
18419         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
18420         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
18421
18422 2005-10-22  Simon Josefsson  <jas@extundo.com>
18423
18424         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
18425         suggested by Bruno Haible <bruno@clisp.org>.
18426
18427 2005-10-22  Simon Josefsson  <jas@extundo.com>
18428
18429         * lib/crc.h: Include stddef.h, for size_t.
18430
18431 2005-10-22  Simon Josefsson  <jas@extundo.com>
18432
18433         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
18434         arcfour_context struct (simplify test vector testing in GNU
18435         Shishi).
18436
18437 2005-10-21  Simon Josefsson  <jas@extundo.com>
18438
18439         * modules/des, modules/des-tests: New files.
18440
18441         * modules/gc-des, modules/gc-des-tests: New files.
18442
18443         * tests/test-des.c, tests/test-gc-des.c: New file.
18444
18445 2005-10-21  Simon Josefsson  <jas@extundo.com>
18446
18447         * modules/arctwo, modules/arctwo-tests: New files.
18448
18449         * tests/test-arctwo.c: New file.
18450
18451         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
18452
18453         * tests/test-gc-arctwo.c: New file.
18454
18455 2005-10-21  Simon Josefsson  <jas@extundo.com>
18456
18457         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
18458         Bruno Haible <bruno@clisp.org>.
18459
18460         * m4/gc-des.m4: New file.
18461
18462 2005-10-21  Simon Josefsson  <jas@extundo.com>
18463
18464         * m4/arctwo.m4: New file.
18465
18466         * m4/gc-arctwo.m4: New file.
18467
18468 2005-10-21  Simon Josefsson  <jas@extundo.com>
18469
18470         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
18471         block.
18472
18473 2005-10-21  Simon Josefsson  <jas@extundo.com>
18474
18475         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
18476         <bruno@clisp.org>.
18477
18478         * lib/hmac-sha1.c (hmac_sha1): Likewise.
18479
18480         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
18481         Bruno Haible <bruno@clisp.org>.
18482
18483         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
18484         <bruno@clisp.org>.
18485
18486 2005-10-21  Simon Josefsson  <jas@extundo.com>
18487
18488         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
18489
18490 2005-10-21  Simon Josefsson  <jas@extundo.com>
18491
18492         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
18493
18494 2005-10-21  Simon Josefsson  <jas@extundo.com>
18495
18496         * lib/des.h, lib/des.c: New files.
18497
18498         * lib/gc-gnulib.c: Support DES.c
18499
18500 2005-10-21  Simon Josefsson  <jas@extundo.com>
18501
18502         * lib/arctwo.h, lib/arctwo.c: New files.
18503
18504         * lib/gc-gnulib.c: Support ARCTWO.
18505
18506 2005-10-21  Simon Josefsson  <jas@extundo.com>
18507
18508         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
18509         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18510
18511 2005-10-21  Simon Josefsson  <jas@extundo.com>
18512
18513         * gnulib-tool (func_import, func_create_testdir): Define automake
18514         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
18515         Makefile.am snippet),
18516         suggested by Bruno Haible <bruno@clisp.org>.
18517
18518         * modules/gc (Makefile.am): Use it.
18519
18520 2005-10-21  Bruno Haible  <bruno@clisp.org>
18521
18522         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
18523         patch.
18524
18525 2005-10-19  Simon Josefsson  <jas@extundo.com>
18526
18527         * tests/test-gc-rijndael.c: New file.
18528
18529         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
18530
18531 2005-10-19  Simon Josefsson  <jas@extundo.com>
18532
18533         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
18534         interface too.
18535
18536 2005-10-19  Simon Josefsson  <jas@extundo.com>
18537
18538         * tests/test-gc-arcfour.c: New file.
18539
18540         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
18541
18542 2005-10-19  Simon Josefsson  <jas@extundo.com>
18543
18544         * modules/gc-md4, modules/gc-md4-tests: New file.
18545
18546         * tests/test-gc-md4.c: New file.
18547
18548 2005-10-19  Simon Josefsson  <jas@extundo.com>
18549
18550         * m4/gc-md4.m4: New file.
18551
18552 2005-10-19  Simon Josefsson  <jas@extundo.com>
18553
18554         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
18555         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
18556         <kasal@ucw.cz>.
18557
18558 2005-10-19  Simon Josefsson  <jas@extundo.com>
18559
18560         * m4/gc-arcfour.m4: New file.
18561
18562         * m4/gc-rijndael.m4: New file.
18563
18564 2005-10-19  Simon Josefsson  <jas@extundo.com>
18565
18566         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
18567
18568 2005-10-19  Simon Josefsson  <jas@extundo.com>
18569
18570         * lib/gc-gnulib.c: Support ARCFOUR.
18571
18572 2005-10-19  Simon Josefsson  <jas@extundo.com>
18573
18574         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
18575         support.
18576
18577         * lib/gc.h: Add ECB enum type.
18578
18579         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
18580
18581 2005-10-18  Simon Josefsson  <jas@extundo.com>
18582
18583         * tests/test-md5.c: New file.
18584
18585         * modules/md5-tests: New file.
18586
18587 2005-10-18  Simon Josefsson  <jas@extundo.com>
18588
18589         * tests/test-md4.c: New file.
18590
18591         * modules/md4, modules/md4-tests: New files.
18592
18593 2005-10-18  Simon Josefsson  <jas@extundo.com>
18594
18595         * m4/md4.m4: New file.
18596
18597 2005-10-18  Simon Josefsson  <jas@extundo.com>
18598
18599         * lib/md4.h, lib/md4.c: New files, based on md5.?.
18600
18601 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
18602
18603         * gnulib-tool (func_create_testdir): Omit the second check whether
18604         BUILT_SOURCES in nonempty.
18605
18606 2005-10-17  Simon Josefsson  <jas@extundo.com>
18607
18608         * tests/test-rijndael.c: New file.
18609
18610 2005-10-17  Simon Josefsson  <jas@extundo.com>
18611
18612         * modules/sha1: Depend on stdint instead of md5.
18613
18614         * modules/md5: Depend on stdint, remove uint32_t.
18615
18616 2005-10-17  Simon Josefsson  <jas@extundo.com>
18617
18618         * modules/gc-sha1-tests: New file.
18619
18620         * tests/test-gc-sha1.c: New file.
18621
18622 2005-10-17  Simon Josefsson  <jas@extundo.com>
18623
18624         * m4/md5.m4: Remove call to uint32_t.m4.
18625
18626 2005-10-17  Simon Josefsson  <jas@extundo.com>
18627
18628         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
18629
18630         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
18631         md5.h.
18632
18633         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
18634
18635         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
18636
18637 2005-10-17  Simon Josefsson  <jas@extundo.com>
18638
18639         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
18640
18641 2005-10-17  Simon Josefsson  <jas@extundo.com>
18642
18643         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
18644
18645 2005-10-17  Simon Josefsson  <jas@extundo.com>
18646
18647         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
18648
18649         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
18650
18651 2005-10-17  Bruno Haible  <bruno@clisp.org>
18652
18653         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
18654         that it can also be used in a test.
18655
18656 2005-10-16  Bruno Haible  <bruno@clisp.org>
18657
18658         * gnulib-tool (func_emit_tests_Makefile_am): Also define
18659         TESTS_ENVIRONMENT, so that individual tests can augment it.
18660
18661         * gnulib-tool (func_create_testdir): Use an intermediate target for
18662         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
18663         macros, like $(ALLOCA_H), which cannot be passed through the command
18664         line.
18665
18666 2005-10-15  Simon Josefsson  <jas@extundo.com>
18667
18668         * modules/rijndael-tests: New file.
18669
18670         * modules/rijndael: New file.
18671
18672 2005-10-15  Simon Josefsson  <jas@extundo.com>
18673
18674         * m4/rijndael.m4: New file.
18675
18676 2005-10-15  Simon Josefsson  <jas@extundo.com>
18677
18678         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
18679
18680         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
18681
18682 2005-10-14  Simon Josefsson  <jas@extundo.com>
18683
18684         * tests/test-arcfour.c: New file.
18685
18686         * modules/arcfour, modules/arcfour-tests: New files.
18687
18688 2005-10-14  Simon Josefsson  <jas@extundo.com>
18689
18690         * m4/arcfour.m4: New file.
18691
18692 2005-10-14  Simon Josefsson  <jas@extundo.com>
18693
18694         * lib/arcfour.h, lib/arcfour.c: New files.
18695
18696 2005-10-14  Roland McGrath  <roland@redhat.com>
18697
18698         Import from libc.  [BZ #1331]
18699         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
18700         macro argument.
18701         Reported by Matej Vela <vela@debian.org>.
18702
18703 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
18704
18705         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
18706         include <wchar.h>; no longer needed.
18707
18708 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
18709
18710         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
18711
18712 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
18713         and  Ulrich Drepper  <drepper@redhat.com>
18714
18715         Import from libc.
18716         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
18717         instead of inline stream orientation test and two separate
18718         function calls.  Pay no attention to USE_IN_LIBIO.
18719
18720 2005-10-13  Simon Josefsson  <jas@extundo.com>
18721
18722         * modules/gc-hmac-md5-tests: New file.
18723
18724         * tests/test-gc-hmac-sha1.c: New file.
18725
18726         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
18727
18728         * modules/gc-hmac-md5-tests: New file.
18729
18730         * tests/test-gc-md5.c: New file.
18731
18732         * modules/gc-md5-tests: New file.
18733
18734 2005-10-13  Simon Josefsson  <jas@extundo.com>
18735
18736         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
18737         Move memory allocation outside of loop.
18738
18739 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
18740
18741         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
18742         intermediate directory is in a read-only file system.  Problem
18743         reported by Eric Blake.
18744
18745 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
18746
18747         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
18748
18749 2005-10-12  Simon Josefsson  <jas@extundo.com>
18750
18751         * tests/test-hmac-sha1.c: New file.
18752
18753         * modules/hmac-sha1-tests: New file.
18754
18755         * modules/hmac-sha1: New file.
18756
18757 2005-10-12  Simon Josefsson  <jas@extundo.com>
18758
18759         * modules/gc-sha1: New file.
18760
18761 2005-10-12  Simon Josefsson  <jas@extundo.com>
18762
18763         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
18764
18765         * tests/test-gc-pbkdf2-sha1.c: New file.
18766
18767 2005-10-12  Simon Josefsson  <jas@extundo.com>
18768
18769         * modules/gc-md5, modules/gc-hmac-md5: New files.
18770
18771         * modules/gc (Files): Remove md5, memxor and hmac files.
18772
18773 2005-10-12  Simon Josefsson  <jas@extundo.com>
18774
18775         * m4/gc-pbkdf2-sha1.m4: New file.
18776
18777         * m4/gc-hmac-sha1.m4: New file.
18778
18779         * m4/gc-sha1: New file.
18780
18781         * m4/hmac-sha1.m4: New file.
18782
18783 2005-10-12  Simon Josefsson  <jas@extundo.com>
18784
18785         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
18786
18787         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
18788
18789 2005-10-12  Simon Josefsson  <jas@extundo.com>
18790
18791         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
18792         suggested by Bruno Haible <bruno@clisp.org>.
18793
18794 2005-10-12  Simon Josefsson  <jas@extundo.com>
18795
18796         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
18797
18798 2005-10-12  Simon Josefsson  <jas@extundo.com>
18799
18800         * lib/gc-pbkdf2-sha1.c: New file.
18801
18802         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
18803
18804 2005-10-12  Simon Josefsson  <jas@extundo.com>
18805
18806         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
18807
18808         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
18809
18810 2005-10-12  Simon Josefsson  <jas@extundo.com>
18811
18812         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
18813         GC_USE_HMAC_MD5, respectively.
18814
18815         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
18816         (gc_md5): Fix typo.
18817
18818         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
18819
18820         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
18821
18822         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
18823
18824 2005-10-12  Bruno Haible  <bruno@clisp.org>
18825
18826         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
18827         Reported by Stepan Kasal <kasal@ucw.cz>.
18828
18829 2005-10-11  Simon Josefsson  <jas@extundo.com>
18830
18831         * tests/test-crc.c: New file.
18832
18833         * modules/crc, modules/crc-tests: New files.
18834
18835 2005-10-11  Simon Josefsson  <jas@extundo.com>
18836
18837         * m4/crc.m4: New file.
18838
18839 2005-10-11  Simon Josefsson  <jas@extundo.com>
18840
18841         * lib/gc.h: Add gc_hash and gc_hash_buffer.
18842
18843         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
18844
18845         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
18846
18847 2005-10-11  Simon Josefsson  <jas@extundo.com>
18848
18849         * lib/crc.h, lib/crc.c: New files.
18850
18851         * lib/gc.h (gc_hash_buffer): Add doc.
18852
18853 2005-10-11  Bruno Haible  <bruno@clisp.org>
18854
18855         * modules/c-strcasestr: New file.
18856         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
18857
18858 2005-10-11  Bruno Haible  <bruno@clisp.org>
18859
18860         * modules/c-strcase: New file.
18861         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
18862
18863 2005-10-11  Bruno Haible  <bruno@clisp.org>
18864
18865         * lib/strcasecmp.c: Include limits.h.
18866         (strcasecmp): Avoid integer overflow on exotic platforms.
18867         * lib/strncasecmp.c: Include limits.h.
18868         (strncasecmp): Avoid integer overflow on exotic platforms.
18869         Reported by Paul Eggert.
18870
18871 2005-10-11  Bruno Haible  <bruno@clisp.org>
18872
18873         * lib/c-strcasestr.h: New file, from GNU gettext.
18874         * lib/c-strcasestr.c: New file, from GNU gettext.
18875
18876 2005-10-11  Bruno Haible  <bruno@clisp.org>
18877
18878         * lib/c-strcase.h: New file, from GNU gettext.
18879         * lib/c-strcasecmp.c: New file, from GNU gettext.
18880         * lib/c-strncasecmp.c: New file, from GNU gettext.
18881
18882 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18883
18884         * modules/mempcpy (License): GPL -> LGPL.
18885         * modules/strchrnul (License): Likewise.
18886         * modules/sysexits (License): Likewise.
18887
18888 2005-10-08  Simon Josefsson  <jas@extundo.com>
18889
18890         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
18891
18892 2005-10-07  Simon Josefsson  <jas@extundo.com>
18893
18894         * m4/memxor.m4: Remove gl_C_RESTRICT call.
18895
18896 2005-10-06  Simon Josefsson  <jas@extundo.com>
18897
18898         * tests/test-hmac-md5.c: New file.
18899
18900         * modules/hmac-md5-tests: New file.
18901
18902         * modules/hmac-md5: New file.
18903
18904 2005-10-06  Simon Josefsson  <jas@extundo.com>
18905
18906         * m4/hmac-md5.m4: New file.
18907
18908         * m4/memxor.m4: Require gl_C_RESTRICT.
18909
18910 2005-10-06  Simon Josefsson  <jas@extundo.com>
18911
18912         * lib/memxor.c (memxor): Avoid casts and warnings.
18913
18914 2005-10-06  Simon Josefsson  <jas@extundo.com>
18915
18916         * lib/hmac-md5.c: New file.
18917
18918         * lib/hmac.h: New file.
18919
18920 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18921
18922         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
18923         promotes to int, not unsigned int, to catch the AIX 5.3
18924         compiler bug.
18925
18926 2005-10-05  Simon Josefsson  <jas@extundo.com>
18927
18928         * modules/memxor: New file.
18929
18930         * modules/iconv (Files): Move config.rpath to havelib, it is used
18931         there.
18932
18933         * modules/havelib (Files): Add config.rpath.
18934
18935 2005-10-05  Simon Josefsson  <jas@extundo.com>
18936
18937         * m4/memxor.m4: New file.
18938
18939 2005-10-05  Simon Josefsson  <jas@extundo.com>
18940
18941         * lib/memxor.c (memxor): Fix compiler error.
18942
18943         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
18944         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
18945
18946         * lib/memxor.h, lib/memxor.c: New files.
18947
18948         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
18949         we assume all systems have it, suggested by Jim Meyering
18950         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
18951         any systems lack sys/socket.h; mingw32 is known to lack it, but we
18952         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
18953         same reasons.
18954
18955 2005-10-05  Simon Josefsson  <jas@extundo.com>
18956
18957         * config/srclist.txt: Add glibc bug 1423 for md5.h.
18958
18959 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
18960
18961         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
18962         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
18963         needed, since the source code now assumes these .h files.
18964
18965 2005-10-05  Derek Price  <derek@ximbiot.com>
18966
18967         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
18968
18969 2005-10-05  Bruno Haible  <bruno@clisp.org>
18970
18971         * modules/stdint (License): Change to LGPL.
18972
18973 2005-10-04  Simon Josefsson  <jas@extundo.com>
18974
18975         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
18976         D. Baushke" <mdb@gnu.org>.
18977
18978 2005-10-04  Bruno Haible  <bruno@clisp.org>
18979
18980         * lib/verify.h (verify_true): Provide alternative definition for C++.
18981
18982 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
18983
18984         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
18985         (SSIZE_MAX): New macro, if not already defined.
18986         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
18987         than 2 GiB.
18988
18989 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
18990
18991         Sync from coreutils.
18992         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
18993         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
18994         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
18995         ULLONG_MAX doesn't work with 2.7.2.1.
18996
18997 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
18998
18999         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
19000         From Ben Pfaff.
19001
19002         * modules/exclude (Depends-on): Depend on verify.
19003         * modules/strtoimax (Depends-on): Likewise.
19004         * modules/utimecmp (Depends-on): Likewise.
19005
19006 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19007
19008         * lib/exclude.c: Include verify.h.
19009         (verify): Remove.  All callers changed to use verify.h's version.
19010         * lib/strtoimax.c: Likewise.
19011         * lib/utimecmp.c: Likewis.e
19012
19013         Sync from coreutils.
19014         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
19015         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
19016         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
19017         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
19018         bother returning ENOSYS if settimeofday or stime fails; just let
19019         them return whatever errno they want to return.
19020         * lib/utimens.c: Include unistd.h, for dup2.
19021         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
19022         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
19023
19024 2005-10-02  Jim Meyering  <jim@meyering.net>
19025
19026         Sync from coreutils.
19027         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
19028         from glibc-2.2.5 that fails for read-only files.
19029
19030 2005-10-02  Jim Meyering  <jim@meyering.net>
19031
19032         Sync from coreutils.
19033         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
19034         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
19035         `#if HAVE_CONFIG_H'.
19036         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
19037         Remove AT_FDCWD test.
19038         Do not consume the fd unless successful.
19039         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
19040         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
19041         block, so that we don't even try to compile it if settimeofday is
19042         available.  This works around a compilation failure on OSF1 V5.1,
19043         due to stime requiring a `long int*' while tv_sec is `int'.
19044
19045 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
19046
19047         Sync from coreutils.
19048         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
19049         against `yes', rather than just testing for nonempty.
19050
19051 2005-10-01  Simon Josefsson  <jas@extundo.com>
19052
19053         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
19054         and Darwin.
19055
19056         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
19057         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
19058         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
19059         freeaddrinfo and gai_strerror are declared by the POSIX headers.
19060         Check if struct addrinfo is declared.
19061
19062 2005-10-01  Simon Josefsson  <jas@extundo.com>
19063
19064         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
19065         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
19066         AI_* and EAI_* definitions.  Protect function declarations.
19067
19068 2005-10-01  Jim Meyering  <jim@meyering.net>
19069
19070         Sync from coreutils.
19071
19072         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
19073         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
19074         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
19075         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
19076         in the inet and nsl libraries.  Required on Solaris 5.7.
19077
19078 2005-10-01  Jim Meyering  <jim@meyering.net>
19079
19080         Sync from coreutils.
19081         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
19082         in the inet and nsl libraries.  Required on Solaris 5.7.
19083
19084 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
19085
19086         * lib/getdelim.c (getdelim): Remove unused variables.
19087
19088 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
19089
19090         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
19091         so that the code works even with ancient cpp.  Portability problem
19092         with GCC 2.7.2.1 reported by Thomas M.Ott.
19093
19094 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
19095
19096         * modules/regex (Depends-on): Add strcase.
19097
19098         * modules/gethostname (Licence): Change from GPL to LGPL, since
19099         gethostname.c is a trivial implementation of a standard library
19100         function.
19101         * modules/poll (License): Change from GPL to LGPL, since it's
19102         derived from LGPL code.
19103
19104 2005-09-27  Jim Meyering  <jim@meyering.net>
19105
19106         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
19107         HAVE_CONFIG_H.
19108
19109         * lib/intprops.h (signed_type_or_expr__): Define.
19110         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
19111         for unsigned types.
19112
19113 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
19114
19115         * lib/verify.h (verify_expr): Remove, replacing with:
19116         (verify_true): New macro that returns true instead of void.
19117         (verify_type__): Remove.
19118         (verify): Use verify_true rather than verify_type__.
19119
19120 2005-09-26  Bruno Haible  <bruno@clisp.org>
19121
19122         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
19123         is necessary.
19124         (lib_SOURCES): Remove mbchar.c.
19125         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
19126         (Files): Add m4/mbrtowc.m4.
19127         * modules/mbiter: Likewise.
19128         * modules/mbuiter: Likewise.
19129
19130 2005-09-26  Bruno Haible  <bruno@clisp.org>
19131
19132         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
19133         compile mbchar.c if they are not both present.
19134         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
19135         * m4/mbiter.m4 (gl_MBITER): Likewise.
19136         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
19137         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
19138         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
19139
19140 2005-09-25  Jim Meyering  <jim@meyering.net>
19141
19142         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
19143         also uses socklen_t.
19144
19145 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
19146
19147         * lib/utimens.c (ENOSYS): Define if not already defined.
19148         (futimens): Support having a null PATH if the file descriptor
19149         is nonnegative.
19150
19151         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
19152         Remove.
19153         (__attribute): Define to empty unless GCC 3.1 or later.
19154         This works around a core dump on OpenBSD 3.4, which has GCC
19155         2.95.3, which dumps core when given __attribute__(()).  It also
19156         simplifies other tests, since we really don't want to bother with
19157         worrying about which ancient version of GCC supported what.
19158         Original problem reported by Yoann Vandoorselaere, with part of
19159         the fix suggested by Derek Price.
19160
19161 2005-09-24  Jim Meyering  <jim@meyering.net>
19162
19163         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
19164         so we can once again use a positive bitfield width of 1 -- now we
19165         don't have to explain why we were using a bitfield width of 2.
19166
19167 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
19168
19169         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
19170         and similarly for the other external symbols.  Problem reported
19171         by James Gallager.
19172
19173         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
19174         bug reported by Jim Meyering.
19175
19176         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
19177         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
19178         not needed, since socklen is a prerequisite module.
19179
19180 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
19181
19182         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
19183         Problem reported by Eric Blake.
19184         (getaddrinfo): Initialize se so that it's not garbage.
19185         Redo internal storage allocation so that it doesn't make unportable
19186         assumptions about alignment.
19187         Fix a memory leak.
19188
19189         * lib/utimens.c (futimens): Use futimesat if available.
19190         Prefer it to futimes since it doesn't have the futimes bug.
19191
19192         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
19193         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
19194         Instead, declare a function that returns a pointer to an array,
19195         and use verify_type__ to declare the size of the array.
19196         Problem and germ of a solution reported by Bruno Haible.
19197         (verify_type__): Use 2, not 1, for bitfield size, to avoid
19198         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
19199
19200 2005-09-23  Jim Meyering  <jim@meyering.net>
19201
19202         Sync from coreutils.
19203         Correct build failure (socklen_t not defined) on at least
19204         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
19205         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
19206
19207 2005-09-23  Jim Meyering  <jim@meyering.net>
19208
19209         * modules/getaddrinfo (Depends-on): Add socklen.
19210
19211 2005-09-23  Bruno Haible  <bruno@clisp.org>
19212
19213         * tests/test-verify.c: New file.
19214
19215 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19216
19217         Sync from coreutils.
19218
19219         * modules/argmatch (Depends-on): Add verify.
19220         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
19221         unistd-safer.
19222         * modules/save-cwd (Depends-on): Likewise.
19223
19224         * modules/openat (Files): Add lib/openat-die.c.
19225         (Depends-on): Remove error, exitfail.
19226         Add dirname.
19227
19228         * modules/verify: New file.
19229         * MODULES.html.sh (Diagnostics <assert.h>): New section,
19230         with "verify" module.
19231
19232 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19233
19234         Sync from coreutils.
19235
19236         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
19237         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
19238         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
19239         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
19240         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
19241         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
19242         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
19243         Don't bother checking for string.h, stdlib.h, unistd.h.
19244         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
19245         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
19246         module's job.
19247         * m4/jm-macros.m4 (gl_MACROS): Likewise.
19248         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
19249
19250         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
19251         (gl_GETDATE): Use it.
19252
19253         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
19254
19255 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19256
19257         Sync from coreutils.
19258
19259         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
19260         stat-time.h.
19261         * lib/argmatch.h: Include verify.h
19262         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
19263         (ARGMATCH_ASSERT): Remove; unused.
19264         * lib/canonicalize.c: Assume STDC_HEADERS.
19265         * lib/exclude.c: Include "strcase.h".
19266         * lib/regex_internal.h [!defined _LIBC]: Likewise.
19267         * lib/getusershell.c: Include stdio--.h rather than stdio.h
19268         and stdio-safer.h.
19269         (getusershell): Call fopen, not fopen_safer.
19270         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
19271         Do not include unistd-safer.h.
19272         (save_cwd): Don't call fd_safer; no longer needed
19273         now that we include fcntl--.h.
19274
19275         * lib/getdate.y (relative_time): New type.
19276         (RELATIVE_TIME_0): New constant.
19277         (parser_control): Use relative_time instead of doing it ourselves.
19278         (%union): Add new relative_time rel member.
19279         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
19280         Now typeless.
19281         (relunit, relunit_snumber): Now of type rel.
19282         (zone, rel, relunit, get_date): Adjust to above changes.
19283
19284         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
19285         Do not include unistd-safer.h.
19286         (getloadavg): Don't call fd_safer; no longer needed
19287         now that we include fcntl--.h.
19288
19289         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
19290         (make_dir_parents): Treat ENOSYS like EEXIST.
19291
19292         Improve quality of diagnostics on restore_cwd failure.
19293         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
19294         (make_dir_parents): Last arg is now int * (for errno), not bool *.
19295         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
19296         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
19297         each time through the loop.  Do not diagnose restore_cwd failure;
19298         that is the caller's job (and perhaps the caller does not care).
19299
19300         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
19301         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
19302         If the file already exists but is not a directory, don't bother
19303         to try to make its parents.
19304         Close potential file descriptor leak if we can't chdir("/") (!).
19305         Don't always return true if chdir($PWD) fails; return true only
19306         if the requested action was done successfully (except for the
19307         chdir($PWD)).
19308         Don't log final directory unless we actually made it.
19309         Refactor to avoid duplicate code to fix up permissions.
19310         Don't attempt to fix up parent permissions if chdir($PWD) fails.
19311
19312         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
19313         to make it a bit faster and (I hope) clearer.
19314         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
19315         Fix bug in formats like %2N.
19316
19317         * lib/verify.h: New file.
19318
19319 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19320
19321         Sync from coreutils.
19322         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
19323
19324 2005-09-22  Jim Meyering  <jim@meyering.net>
19325
19326         Sync from coreutils.
19327
19328         * m4/lstat.m4 (gl_FUNC_LSTAT):
19329         Use AC_LIBSOURCES to require lstat.c and lstat.h.
19330         Remove obsolete comment.
19331         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
19332         * m4/xstrtod.m4: Likewise.
19333
19334         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
19335
19336 2005-09-22  Jim Meyering  <jim@meyering.net>
19337
19338         Sync from coreutils.
19339
19340         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
19341
19342         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
19343         the .tm_year member, since otherwise gcc-4.0 would now warn about
19344         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
19345
19346         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
19347         order to avoid an unsuppressible warning from gcc on 64-bit systems.
19348
19349         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
19350         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
19351         when run in a time zone for which daylight savings time is in effect
19352         for the starting date.
19353
19354         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
19355         stop us from restricting permissions of just-created absolute-named
19356         directories.
19357         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
19358         to restore initial working directory.
19359         * lib/mkdir-p.c (make_dir_parents): New parameter:
19360         different_working_dir, to tell caller if/when we change the working
19361         directory and are unable to return to the initial one.
19362         * lib/mkdir-p.h (make_dir_parents): Update prototype.
19363         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
19364         `return false'.  This fixes a bug introduced on 2004-07-30.
19365
19366         * lib/openat.c (fdopendir): Be sure to close the supplied
19367         file descriptor before returning.  This makes our replacement
19368         implementation a little closer to Solaris's, where fdopendir
19369         ties the file descriptor to the returned DIR* pointer.
19370         * lib/openat.c (unlinkat): New function.
19371         * lib/openat.h (unlinkat): Add prototype.
19372         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
19373         (openat_restore_fail): Rename from openat_restore_die.
19374         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
19375
19376         Provide an alternative to exiting immediately upon save_cwd or
19377         restore_cwd failure.  Now, an application can arrange e.g.,
19378         to perform a longjump in that case.
19379         * lib/openat.c: Include dirname.h.
19380         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
19381         (rpl_openat, fdopendir, fstatat): Call openat_save_die
19382         and openat_restore_die rather than calling error directly.
19383         Don't include "error.h" or "exitfail.h"; they're no longer needed.
19384
19385         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
19386         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
19387         define.
19388
19389         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
19390         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
19391                             int utc, int nanoseconds);
19392         Background:
19393         date should not have to allocate a megabyte of virtual memory to
19394         handle a format argument like +%1048575T.  When implemented with
19395         strftime, it must allocate such a buffer, use strftime to fill it
19396         in, print it, then free it.
19397         With fprintftime, it simply prints everything and exits.
19398         With no need for memory allocation, that's one fewer way to fail.
19399         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
19400         optional field width, not before, so we accept %9:z, not %:9z.
19401         (my_strftime): Be sure to use L_('x') for literals.
19402
19403         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
19404         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
19405         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
19406         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
19407         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
19408         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
19409         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
19410         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
19411         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
19412         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
19413         * lib/xgethostname.c, lib/xreadlink.c:
19414         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
19415
19416         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
19417         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
19418         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
19419         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
19420         and don't include <sys/file.h>).
19421
19422 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
19423
19424         Sync from coreutils.
19425
19426         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
19427         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
19428         [!LDAV_DONE]: Avoid unused variable warning.
19429
19430 2005-09-21  Bruno Haible  <bruno@clisp.org>
19431
19432         * lib/unicodeio.h (unicode_to_mb): New declaration.
19433
19434 2005-09-20  Derek Price  <derek@ximbiot.com>
19435
19436         * lib/getaddrinfo.c: Don't include <netdb.h> included from
19437         getaddrinfo.h.
19438
19439 2005-09-20  Bruno Haible  <bruno@clisp.org>
19440
19441         * gnulib-tool: Remove trailing slashes from the values specified for
19442         --source-base, --m4-base, --tests-base, --aux-dir.
19443         Suggested by Simon Josefsson <jas@extundo.com>.
19444
19445 2005-09-20  Bruno Haible  <bruno@clisp.org>
19446
19447         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
19448         func_modules_to_filelist, func_import, func_create_testdir): Make all
19449         sorting results locale-independent, so that gnulib-cache.m4 doesn't
19450         change when gnulib-tool is invoked in a different locale.
19451
19452 2005-09-19  Simon Josefsson  <jas@extundo.com>
19453
19454         * m4/socklen.m4: Fix typo.
19455
19456 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19457
19458         Use a consistent style for including <config.h>.
19459         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
19460         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
19461         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
19462         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
19463         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
19464         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
19465         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
19466         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
19467         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
19468         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
19469         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
19470         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
19471         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
19472         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
19473         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
19474         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
19475         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
19476         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
19477         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
19478         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
19479         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
19480         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
19481         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
19482         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
19483         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
19484         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
19485         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
19486         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
19487         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
19488         lib/xstrtoumax.c, lib/yesno.c:
19489         Standardize inclusion of config.h.
19490         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
19491         lib/inttostr.h:  Removed inclusion of config.h from header files.
19492         * lib/inttostr.c:  Adjusted in-tree users.
19493         * lib/timespec.h: Remove superfluous warning to include config.h.
19494         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
19495         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
19496         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
19497         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
19498         config.h with HAVE_CONFIG_H.
19499
19500 2005-09-19  Jim Meyering  <jim@meyering.net>
19501
19502         * modules/pathmax (License): Change to LGPL.
19503
19504 2005-09-19  Derek Price  <derek@ximbiot.com>
19505
19506         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
19507
19508 2005-09-19  Bruno Haible  <bruno@clisp.org>
19509
19510         * gnulib-tool (import): Provide default for --tests-base.
19511
19512 2005-09-19  Bruno Haible  <bruno@clisp.org>
19513
19514         * doc/quote.texi: New file, extracted from gnulib.texi.
19515         * doc/ctime.texi: New file, extracted from gnulib.texi.
19516         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
19517         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
19518         * doc/gnulib.texi: Include them.
19519
19520 2005-09-18  Bruno Haible  <bruno@clisp.org>
19521
19522         Portability fix.
19523         * gnulib-tool (func_readlink): New function.
19524         (func_ln_if_changed): Use it.
19525
19526 2005-09-18  Bruno Haible  <bruno@clisp.org>
19527
19528         * gnulib-tool: Support --with-tests also with --import.
19529         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
19530         (func_import): Use variables $testsbase and $inctests. Emit a
19531         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
19532         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
19533         SUBDIRS += $testsdir.
19534         (func_create_testdir): Update.
19535
19536 2005-09-18  Bruno Haible  <bruno@clisp.org>
19537
19538         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
19539         instead of $dry_run.
19540         (func_cp_if_changed, func_mv_if_changed): Remove functions.
19541         (func_ln_if_changed): Don't handle dry-run here.
19542         (func_import): In dry-run mode, detect more precisely which actions
19543         would be performed, and don't use "...ing" verbs.
19544
19545 2005-09-18  Bruno Haible  <bruno@clisp.org>
19546
19547         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
19548         (func_import): Use join on two temporary files instead of three nested
19549         loops, in order to determine which files are new or old.
19550
19551 2005-09-18  Bruno Haible  <bruno@clisp.org>
19552
19553         * gnulib-tool (func_import): Comment out code that spits out the
19554         new files with --dry-run.
19555
19556 2005-09-18  Bruno Haible  <bruno@clisp.org>
19557
19558         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
19559
19560 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
19561
19562         * lib/stat-time.h: New file.
19563         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
19564         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
19565         in a different way.
19566         (timespec_cmp): New function.
19567         * lib/utimecmp.c: Include stat-time.h.
19568         (SYSCALL_RESOLUTION): Depend on whether various struct stat
19569         members exist, not on the obsolescent ST_MTIM_NSEC.
19570         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
19571
19572 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
19573
19574         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
19575
19576 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
19577
19578         * MODULES.html.sh (File system functions): Add stat-time.
19579         * modules/stat-time: New file.
19580         * modules/timespec (Files): Remove m4/st_mtim.m4; this
19581         is now done in a different way, by the stat-time module.
19582         * modules/utimecmp (Depends-on): Add stat-time.
19583
19584 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
19585
19586         * m4/st_mtim.m4: Remove.  Superseded by...
19587         * m4/stat-time.m4: New file.
19588         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
19589         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
19590
19591 2005-09-15  Derek Price  <derek@ximbiot.com>
19592
19593         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
19594
19595 2005-09-15  Derek Price  <derek@ximbiot.com>
19596
19597         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
19598         * lib/regex_internal.c: Ditto, using this...
19599         (__GNUC_PREREQ): ...new macro.
19600         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
19601         using...
19602         (__GNUC_PREREQ): ...this new macro.
19603
19604         * lib/strstr.h: Include string.h. Define strstr as a macro here.
19605
19606 2005-09-15  Derek Price  <derek@ximbiot.com>
19607             Paul Eggert  <eggert@cs.ucla.edu>
19608
19609         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
19610         changes, consolidating in...
19611         * lib/regex_internal.h: ...this file.
19612
19613 2005-09-13  Jim Meyering  <jim@meyering.net>
19614
19615         * lib/canon-host.c: Filter through gnu indent and reword comments
19616         slightly.
19617         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
19618
19619 2005-09-13  Derek Price  <derek@ximbiot.com>
19620
19621         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
19622         failure.
19623         Reported by Jim Meyering  <jim@meyering.net>.
19624
19625 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
19626
19627         * lib/base64.c: Typo.
19628         (base64_encode): Put b64str in initialized data section.
19629
19630 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
19631
19632         Merge glibc and coreutils changes into gnulib, plus a few
19633         extra fixes.
19634         * lib/md5.c: Use #error rather than a string.
19635         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
19636         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
19637         (__attribute__): Define to empty for non recent-GCC.
19638         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
19639         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
19640         Renamed from their non-__ counterparts, with new macros replacing
19641         them if not _LIBC.  Add __THROW attribute.
19642         (rol): Remove.
19643         (struct md5_ctx): Align buffer if using GCC.
19644         * lib/sha1.h (struct sha1_ctx): Likewise.
19645         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
19646         The old name was backwards.
19647         (NOTSWAP): Remove; not used.
19648         (rol): New macro, moved here from md5.h.
19649         (sha1_process_block): Remove a FIXME that doesn't make sense.
19650
19651 2005-09-12  Derek Price  <derek@ximbiot.com>
19652
19653         Return usable errors from canon-host.
19654         * lib/canon-host.h: New file.
19655         * lib/canon-host.c (canon_host): Wrap...
19656         (canon_host_r): ...this new function, which now relies exclusively on
19657         getaddrinfo.
19658         (ch_strerror): New function.
19659         (last_cherror): New global.
19660         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
19661         interface.
19662         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
19663         void *.
19664         (freeaddrinfo): Free ai->ai_canonname when set.
19665
19666 2005-09-12  Derek Price  <derek@ximbiot.com>
19667
19668         Make canon-host require getaddrinfo.
19669         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
19670         AC_LIBSOURCE canon-host.h.  Call...
19671         (gl_PREREQ_CANON_HOST): ...this new function, which requires
19672         gl_GETADDRINFO.
19673         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
19674
19675 2005-09-12  Derek Price  <derek@ximbiot.com>
19676
19677         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
19678         LGPL.
19679         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
19680
19681 2005-09-12  Derek Price  <derek@ximbiot.com>
19682
19683         * lib/gai_strerror.c: Include config.h when available.  Include
19684         getaddrinfo.h before other headers to test interface.
19685         Reported by Larry Jones <lawrence.jones@ugs.com>.
19686
19687 2005-09-12  Derek Price  <derek@ximbiot.com>
19688             Paul Eggert  <eggert@cs.ucla.edu>
19689
19690         * modules/glob (Files): Add glob-libc.h.
19691
19692 2005-09-12  Derek Price  <derek@ximbiot.com>
19693             Paul Eggert  <eggert@cs.ucla.edu>
19694
19695         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
19696         glob_.h, glob-libc.h.
19697         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
19698
19699 2005-09-12  Derek Price  <derek@ximbiot.com>
19700             Paul Eggert  <eggert@cs.ucla.edu>
19701
19702         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
19703         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
19704         protecting things that should be done only in gnulib contexts.
19705         * lib/glob_.h: New file, containing only the glob things needed for
19706         gnulib.
19707         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
19708         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
19709         (glob, globfree, glob_pattern_p): Now defined simply in terms of
19710         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
19711         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
19712         and to respect the namespace rules better.
19713
19714 2005-09-08  Simon Josefsson  <jas@extundo.com>
19715
19716         * modules/socklen: New file.
19717
19718 2005-09-08  Simon Josefsson  <jas@extundo.com>
19719
19720         * m4/socklen.m4: New file.
19721
19722 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19723
19724         * modules/utimens (Files): Add m4/utimbuf.m4, since
19725         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
19726         Reported by Sergey Poznyakoff.
19727
19728 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19729
19730         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
19731         definitions, since that's the preferred style in glibc.
19732         Fix a minor spacing issue, and update copyright notice to match
19733         glibc's.
19734
19735 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19736
19737         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
19738
19739 2005-09-06  Simon Josefsson  <jas@extundo.com>
19740
19741         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
19742         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
19743
19744 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
19745
19746         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
19747         warning.
19748
19749 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
19750
19751         * config/srclist.txt: Add glibc bug 1302.
19752
19753 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
19754
19755         Change bitset word type from unsigned int to unsigned long int,
19756         as this has better performance on typical 64-bit hosts.
19757         Port bitset code to hosts with unusual word sizes.
19758         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
19759         (build_collating_symbol):
19760         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
19761         argument is a bitset.  This is merely a style issue, but it makes
19762         it clearer that an entire array is expected.
19763         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
19764         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
19765         Port to the case where bitset_word is not the same as unsigned int.
19766         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
19767         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
19768         Likewise.
19769         * lib/regexec.c (check_dst_limits_calc_pos_1,
19770         check_subexp_matching_top):
19771         (build_trtable, group_nodes_into_DFAstates):
19772         Likewise.
19773         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
19774         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
19775         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
19776         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
19777         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
19778         * lib/regcomp.c (optimize_subexps, lower_subexp):
19779         Work even if bitset_word has holes in its bitwise representation.
19780         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
19781         * lib/regexec.c (check_dst_limits_calc_pos_1,
19782         check_subexp_matching_top):
19783         Likewise.
19784         * lib/regex_internal.c (re_string_reconstruct):
19785         Don't assume UCHAR_MAX == 255.
19786         * lib/regex_internal.h (bitset_set_all): Likewise.
19787         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
19788         All uses changed.
19789         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
19790         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
19791         All uses changed.
19792         (BITSET_WORD_MAX): New macro.
19793         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
19794         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
19795         (bitset_empty, bitset_copy):
19796         Prefer sizeof (bitset) to multiplying it out ourselves.
19797         (bitset_not_merge): Remove; unused.
19798         (bitset_contain): Return bool, not unsigned int with one bit on.
19799         All callers changed.
19800         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
19801         alignment than re_node_set; do this by defining a new internal
19802         type struct dests_alloc and using it to allocate memory.
19803
19804 2005-09-05  Bruno Haible  <bruno@clisp.org>
19805
19806         * gnulib-tool (func_import): Fix comparison in handling of symbolic
19807         links.
19808
19809 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
19810
19811         * modules/size_max (Makefile.am): Add size_max.h
19812
19813 2005-09-04  Derek Price  <derek@ximbiot.com>
19814
19815         * gnulib-tool (func_import): Fix reversed $symbolic logic.
19816
19817 2005-09-03  Simon Josefsson  <jas@extundo.com>
19818
19819         * gnulib-tool: Fix typo.
19820
19821 2005-09-03  Simon Josefsson  <jas@extundo.com>
19822
19823         * config/srclist.txt: Add glibc bug 1293.
19824
19825 2005-09-03  Derek Price  <derek@ximbiot.com>
19826
19827         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
19828         From Larry Jones <lawrence.jones@ugs.com>.
19829
19830 2005-09-02  Simon Josefsson  <jas@extundo.com>
19831
19832         * modules/socklen: New file.
19833
19834 2005-09-02  Simon Josefsson  <jas@extundo.com>
19835
19836         * modules/havelib: New module.
19837
19838         * modules/gettext, modules/iconv, modules/lock, modules/readline:
19839         Use havelib.
19840
19841 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
19842
19843         Check for arithmetic overflow when calculating sizes, to prevent
19844         some buffer-overflow issues.  These patches are conservative, in the
19845         sense that when I couldn't determine whether an overflow was possible,
19846         I inserted a run-time check.
19847         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
19848         macros.
19849         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
19850         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
19851         (re_xnrealloc, re_x2nrealloc): New inline functions.
19852         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
19853         parse_bracket_exp):
19854         (build_equiv_class, build_charclass): Check for arithmetic overflow
19855         in size expression calculations.
19856         * lib/regex_internal.c (re_string_realloc_buffers):
19857         (build_wcs_upper_buffer, re_node_set_add_intersect):
19858         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
19859         (re_dfa_add_node, register_state): Likewise.
19860         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
19861         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
19862         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
19863         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
19864
19865 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
19866
19867         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
19868         m4/ulonglong.m4.  Problem reported by Martin Lambers.
19869
19870 2005-09-02  Bruno Haible  <bruno@clisp.org>
19871
19872         Support for lib vs. lib64 distinction on biarch platforms.
19873         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
19874         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
19875         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
19876
19877 2005-09-02  Bruno Haible  <bruno@clisp.org>
19878
19879         * gnulib-tool (import): In the other first-use case, provide defaults
19880         as well.
19881
19882 2005-09-02  Bruno Haible  <bruno@clisp.org>
19883
19884         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
19885         patches not yet found in the latest gettext release.
19886
19887 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
19888
19889         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
19890         to avoid a collision with bits/local_lim.h in glibc.
19891         All uses changed.  Problem reported by Dmitry V. Levin in
19892         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
19893
19894         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
19895         bugs in int versus size_t comparisons.
19896         (re_string_context_at): Fix bug where the code assumed that
19897         Idx is signed.
19898
19899         Use bool where appropriate.
19900         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
19901         All callers changed.
19902         (calc_eclosure_iter): Likewise, for ROOT arg.
19903         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
19904         (build_charclass_op): Likewise, for NON_MATCH arg.
19905         * lib/regex_internal.c (re_string_allocate, re_string_construct):
19906         (re_string_construct_common): Likewise, for ICASE arg.
19907         * lib/regexec.c (re_search_2_stub, re_search_stub):
19908         Likewise, for RET_LEN arg.
19909         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
19910         (set_regs): Likewise, for FL_BACKTRACK arg.
19911         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
19912         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
19913         (calc_eclosure_iter, parse_bracket_exp):
19914         Use bool for internal variables that are booleans.
19915         * lib/regexec.c (re_search_internal, check_matching,
19916         proceed_next_node):
19917         (set_regs, build_sifted_states, sift_states_bkref):
19918         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
19919         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
19920         (find_collation_sequence_value):
19921         Likewise.
19922         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
19923         (re_node_set_compare):
19924         Return bool, not int. All callers changed.
19925         * lib/regexec.c (check_halt_node_context, check_dst_limits):
19926         (build_trtable, check_node_accept): Likewise.
19927         * lib/regex_internal.h: Include stdbool.h.
19928
19929         Fix bugs uncovered when converting to bool.
19930         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
19931         failure instead of charging ahead blindly.
19932         * lib/regex_internal.c (register_state): Likewise.
19933         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
19934         for freeing internal storage.
19935         (group_nodes_into_DFA_states): Use unsigned int, not int, for
19936         bitset pieces used as boolean, to avoid undefined behavior
19937         on hosts that do int overflow checking.
19938
19939 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
19940
19941         * config/srclist.txt: Add glibc bugs 1285-1287.
19942
19943 2005-09-01  Jim Meyering  <jim@meyering.net>
19944
19945         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
19946         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
19947         Require gl_STAT_MACROS, too.
19948
19949 2005-09-01  Bruno Haible  <bruno@clisp.org>
19950
19951         * gnulib-tool (import): In the first-use case, provide defaults.
19952
19953 2005-09-01  Bruno Haible  <bruno@clisp.org>
19954
19955         * gnulib-tool (func_import): Remove the .tmp files.
19956
19957 2005-09-01  Bruno Haible  <bruno@clisp.org>
19958
19959         * gnulib-tool (func_import): Fix handling of symbolic links.
19960
19961 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
19962
19963         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
19964         old glibc regex code mishandles strings longer than 2**31 bytes.
19965         This patch fixes this when the regex code is used in gnulib
19966         (i.e., outside glibc).
19967
19968         This patch should not affect the use of the regex code inside
19969         glibc.  No doubt this problem also needs to be handled for glibc
19970         as well, but the result will be an incompatible change to the
19971         glibc ABI, and the old ABI will have to be supported too.  That
19972         can be the the subject for another patch.
19973
19974         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
19975         governing whether the rest of this patch is active.  By default,
19976         the macro is disabled and the patch has no effect.
19977         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
19978         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
19979         (struct re_pattern_buffer, re_search, re_search_2, re_match):
19980         (re_match_2, re_set_registers): Use the new types.
19981         * lib/regex_internal.h (Idx, re_hashval_t): New types.
19982         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
19983         New macros.
19984         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
19985         (re_string_context_at, bin_tree_t, re_dfastate_t):
19986         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
19987         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
19988         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
19989         (re_string_char_size_at, re_string_wchar_at):
19990         (re_string_elem_size_at):
19991         Use the new types and macros to port to 64-bit hosts.
19992         Use unsigned types for internal values, so that the code
19993         mostly works even for arrays larger than SSIZE_MAX.
19994         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
19995         (search_duplicated_node, calc_eclosure_iter, fetch_number):
19996         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
19997         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
19998         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
19999         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
20000         (calc_inveclosure, parse_dup_op, build_range_exp):
20001         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
20002         (fetch_number, create_token_tree, mark_opt_subexp):
20003         Likewise.
20004         * lib/regex_internal.c (re_string_construct_common,
20005         create_ci_newstate):
20006         (create_cd_newstate, re_string_allocate, re_string_construct):
20007         (re_string_realloc_buffers, build_wcs_upper_buffer):
20008         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
20009         (re_string_reconstruct, re_string_peek_byte_case):
20010         (re_string_fetch_byte_case, re_string_context_at):
20011         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
20012         (re_node_set_init_copy, re_node_set_add_intersect):
20013         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
20014         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
20015         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
20016         (re_acquire_state, re_acquire_state_context, register_state):
20017         Likewise.
20018         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
20019         search_cur_bkref_entry):
20020         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
20021         (re_search_internal, re_search_2_stub, re_search_stub)
20022         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
20023         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
20024         (update_cur_sifted_state, check_dst_limits):
20025         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
20026         (check_subexp_limits, sift_states_bkref, merge_state_array):
20027         (check_subexp_matching_top, get_subexp, get_subexp_sub):
20028         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
20029         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
20030         (expand_bkref_cache, check_node_accept_bytes):
20031         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
20032         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
20033         (acquire_init_state_context, check_halt_node_context):
20034         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
20035         (sift_states_backward, clean_state_log_if_needed):
20036         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
20037         (find_recover_state, transit_state_sb, transit_state_mb):
20038         (transit_state_bkref, build_trtable, match_ctx_clean):
20039         Likewise.
20040         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
20041         to work around an assumption that REG_MISSING is negative.
20042
20043         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
20044         (seek_collating_symbol_entry) [defined _LIBC]:
20045         (lookup_collation_sequence_value) [defined _LIBC]:
20046         (build_range_exp, build_collating_symbol) [defined _LIBC]:
20047         Use prototypes rather than old-style function definitions.
20048         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
20049         (transit_state_sb) [0]:
20050         (find_collation_sequence_value) [defined _LIBC]: Likewise.
20051
20052         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
20053         rm_eo.
20054
20055         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
20056         (optimize_subexps, lower_subexp):
20057         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
20058         since the signed shift might overflow.  Use 1u<<31 instead.
20059         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
20060         Likewise.
20061         * lib/regexec.c (check_dst_limits_calc_pos_1,
20062         check_subexp_matching_top): Likewise.
20063
20064         * lib/regcomp.c (optimize_subexps, lower_subexp):
20065         Use CHAR_BIT rather than 8, for clarity.
20066         * lib/regexec.c (check_dst_limits_calc_pos_1):
20067         (check_subexp_matching_top): Likewise.
20068         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
20069         have to worry about portability issues when shifting it left.
20070         Remove no-longer-needed test for table_size > 0.
20071         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
20072         in a word, as the resulting behavior is undefined.
20073         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
20074         in one case, a <= should have been an <, and in another case the
20075         whole test was missing.
20076         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
20077         the standard name CHAR_BIT.
20078         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
20079         this is not true on one's complement and signed-magnitude hosts.
20080
20081         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
20082         next_last_offset.
20083         (struct re_dfa_t): Remove unused member states_alloc.
20084         * lib/regcomp.c (init_dfa): Don't initialize unused members.
20085
20086 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20087
20088         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
20089         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
20090         and large-file glibc and in 32-bit large-file Solaris.
20091
20092 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20093
20094         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
20095         lengths fit in regoff_t; this isn't true if regoff_t is the same
20096         width as size_t.
20097         * lib/regex.c (re_search_internal): 5th arg is LAST_START
20098         (= START + RANGE) instead of RANGE.  This avoids overflow
20099         problems when regoff_t is the same width as size_t.
20100         All callers changed.
20101         (re_search_2_stub): Check for overflow when adding the
20102         sizes of the two strings.
20103         (re_search_stub): Check for overflow when adding START
20104         to RANGE; if it occurs, substitute the extreme value.
20105
20106 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20107
20108         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
20109
20110 2005-08-31  Jim Meyering  <jim@meyering.net>
20111
20112         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
20113         a pointer-to-const.
20114         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
20115         (register_state): Likewise.
20116         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
20117         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
20118         (group_nodes_into_DFAstates): Likewise.
20119
20120 2005-08-31  Jim Meyering  <jim@meyering.net>
20121
20122         * check-module: Add a FIXME comment.
20123
20124 2005-08-31  Eric Blake  <ebb9@byu.net>
20125
20126         * modules/unistd-safer (Files): Add unistd--.h.
20127         * modules/stdio-safer (Files): Add stdio--.h.
20128
20129 2005-08-31  Derek Price  <derek@ximbiot.com>
20130
20131         * lib/getdelim.c (getdelim): Return EOF on EOF.
20132         Reported by Larry Jones <lawrence.jones@ugs.com>.
20133
20134 2005-08-31  Bruno Haible  <bruno@clisp.org>
20135
20136         Avoid unnecessary diffs in the generated lib/Makefile.am.
20137         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
20138         the generated files.
20139         (func_import): Don't set cmd.
20140
20141 2005-08-31  Bruno Haible  <bruno@clisp.org>
20142
20143         * lib/strstr.c: Include <stddef.h>, for NULL.
20144         * lib/strcasestr.c: Likewise.
20145         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20146
20147 2005-08-31  Bruno Haible  <bruno@clisp.org>
20148
20149         * gnulib-tool: New option --macro-prefix.
20150         (func_import): Use macro_prefix.
20151         (import): Handle option --macro-prefix.
20152
20153 2005-08-31  Bruno Haible  <bruno@clisp.org>
20154
20155         * gnulib-tool (import): Rename most ac_* variables to cached_*.
20156         Also use new variables cached_lgpl, cached_libtool.
20157
20158 2005-08-31  Bruno Haible  <bruno@clisp.org>
20159
20160         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
20161         always instantiating them.
20162
20163 2005-08-31  Bruno Haible  <bruno@clisp.org>
20164
20165         * gnulib-tool (func_import): Read the previous cached settings
20166         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
20167         earlier added by gnulib but are now dropped. Warn when a gnulib file
20168         overwrites a non-gnulib file.
20169
20170 2005-08-31  Bruno Haible  <bruno@clisp.org>
20171
20172         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
20173         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
20174         projects that don't keep autogenerated files in CVS. Put into
20175         actioncmd only the specified modules, not the transitive closure.
20176
20177 2005-08-31  Bruno Haible  <bruno@clisp.org>
20178
20179         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
20180         Create directories that shall be filled.
20181         (import): Don't look for gl_* macros in configure.ac. Recurse across
20182         all directories containing a gnulib-cache.m4 files, if meaningful.
20183
20184 2005-08-31  Bruno Haible  <bruno@clisp.org>
20185
20186         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
20187         (import): Set seen_libtool when we see gl_LIBTOOL.
20188
20189 2005-08-31  Bruno Haible  <bruno@clisp.org>
20190
20191         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
20192         declaration macro definitions from generated gnulib.m4.
20193
20194 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
20195
20196         * lib/iconvme.h: Add prototype for iconv_alloc.
20197
20198 2005-08-29  Simon Josefsson  <jas@extundo.com>
20199
20200         * lib/iconvme.c: Fix errno.
20201
20202 2005-08-29  Bruno Haible  <bruno@clisp.org>
20203
20204         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
20205         that it works when the directory contains spaces.
20206
20207 2005-08-29  Bruno Haible  <bruno@clisp.org>
20208
20209         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
20210
20211 2005-08-29  Bruno Haible  <bruno@clisp.org>
20212
20213         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
20214         Emit more advice.
20215
20216 2005-08-29  Bruno Haible  <bruno@clisp.org>
20217         and Stepan Kasal  <kasal@ucw.cz>
20218
20219         * check-module: If more parameters are given, check each of them
20220         separately; add more exceptions, as noted by Jim Meyering.
20221         (check_module): New procedure.
20222         (%exempt_header): Now contains all exceptions.
20223
20224 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
20225
20226         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
20227
20228 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
20229
20230         * lib/iconvme.c: Split iconv_string into iconv_alloc.
20231
20232 2005-08-28  Bruno Haible  <bruno@clisp.org>
20233
20234         * m4/gnulib-tool.m4: New file.
20235
20236 2005-08-27  Jim Meyering  <jim@meyering.net>
20237
20238         * modules/unistd-safer (Files): Add pipe-safer.c.
20239         * modules/fcntl-safer (Files): Add creat-safer.c.
20240
20241 2005-08-27  Jim Meyering  <jim@meyering.net>
20242
20243         * m4/stdlib-safer.m4: New file.  From coreutils.
20244         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
20245         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
20246         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
20247         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
20248         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
20249
20250 2005-08-27  Jim Meyering  <jim@meyering.net>
20251
20252         * lib/fopen-safer.c: Merge minor changes from coreutils.
20253         * lib/dup-safer.c: Likewise.
20254         * lib/fd-safer.c: Likewise.
20255
20256         Merge from coreutils.
20257         * lib/stdio--.h: New file.
20258         * lib/stdlib--.h: New file.
20259         * lib/mkstemp-safer.c: New file.
20260
20261         GNU tar needs these.
20262         * lib/pipe-safer.c: New file.
20263         * lib/creat-safer.c: New file.
20264         * lib/fcntl--.h (creat): Define to creat_safer.
20265         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
20266         * lib/unistd--.h (pipe): Define to pipe_safer.
20267         * lib/unistd-safer.h: Declare pipe_safer.
20268
20269 2005-08-26  Simon Josefsson  <jas@extundo.com>
20270
20271         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
20272         Haible <bruno@clisp.org>.
20273
20274 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
20275
20276         * lib/regex_internal.h: Remove all references to
20277         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
20278         or better.
20279         (bitset_not, bitset_merge, bitset_not_merge):
20280         (bitset_mask, re_string_allocate, re_string_construct):
20281         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
20282         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
20283         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
20284         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
20285         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
20286         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
20287         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
20288         (re_acquire_state_context):
20289         Remove unnecessary forward decls.
20290         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
20291         Put __attribute at function definition,
20292         now that the function decl has been removed.
20293         * lib/regex_internal.c (re_string_peek_byte_case):
20294         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
20295         Likewise.
20296
20297 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
20298
20299         * m4/regex.m4: Add AC_PREREQ(2.50).
20300         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
20301
20302 2005-08-25  Simon Josefsson  <jas@extundo.com>
20303
20304         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
20305         __fsetlocking.
20306
20307 2005-08-25  Simon Josefsson  <jas@extundo.com>
20308
20309         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
20310         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
20311         GLIBC specific code.
20312
20313 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20314
20315         Make regex safe for g++.  This fixes one real bug (an "err"
20316         that should have been "*err").  g++ problem reported by
20317         Sam Steingold.
20318         * lib/regex_internal.h (re_calloc): New macro, consistent with
20319         re_malloc etc.  All callers of calloc changed to use re_calloc.
20320         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
20321         not int.  All callers changed.
20322         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
20323         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
20324         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
20325         (find_recover_state): Change "err" to "*err"; this fixes what
20326         appears to be a real bug.
20327         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
20328         versus int.
20329
20330 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20331
20332         * modules/regex (Depends-on): Add malloc, since the code
20333         assumes that !malloc(0) means failure.
20334
20335 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20336
20337         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
20338
20339         alloca modernization/simplification for regex.
20340         * lib/regex.c: Remove portability cruft for alloca.  This no longer
20341         needs to be at the start of the file, and can be moved into
20342         regex_internal.h and simplified.
20343         * lib/regex_internal.h: Include <alloca.h>.
20344         (__libc_use_alloca) [!defined _LIBC]: New macro.
20345         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
20346         now works outside glibc.
20347
20348 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20349
20350         * config/srclist.txt: Add glibc bugs 1241, 1245.
20351
20352 2005-08-25  Jim Meyering  <jim@meyering.net>
20353
20354         * lib/open-safer.c: Include <config.h>.
20355         Otherwise, we'd lose LARGEFILE support in any file using
20356         e.g. "fcntl--.h"
20357
20358 2005-08-25  Bruno Haible  <bruno@clisp.org>
20359
20360         * m4/minmax.m4: Require autoconf 2.52.
20361         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
20362         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
20363         alternatives of translit over the alphabet.
20364         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
20365
20366 2005-08-24  Simon Josefsson  <jas@extundo.com>
20367
20368         * tests/test-getpass.c: New file.
20369
20370 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20371
20372         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
20373         for GNU regex features.
20374
20375 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20376
20377         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
20378         * lib/regex.h (regerror): Likewise.
20379
20380         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
20381         requires this.  (The code never needed it.)
20382
20383         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
20384         All uses of recently-renamed identifiers changed to use the new,
20385         POSIX-compliant names.  The code will build and run just fine
20386         without these changes, but it's better to eat our own dog food
20387         and use the standard-conforming names.
20388
20389         * lib/regex.h: Fix a multitude of POSIX name space violations.
20390         These changes have an effect only for programs that define
20391         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
20392         do not change anything for programs compiled in the normal way.
20393         Also, there is no effect on the ABI.
20394
20395         (_REGEX_SOURCE): New macro.
20396         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
20397         defined and _GNU_SOURCE is not; this fixes a name space violation.
20398
20399         Rename the following macros to obey POSIX requirements.
20400         The old names are still visible as macros if _REGEX_SOURCE is defined.
20401         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
20402         RE_BACKSLASH_ESCAPE_IN_LISTS.
20403         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
20404         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
20405         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
20406         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
20407         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
20408         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
20409         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
20410         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
20411         (REG_INTERVALS): renamed from RE_INTERVALS.
20412         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
20413         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
20414         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
20415         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
20416         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
20417         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
20418         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
20419         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
20420         RE_UNMATCHED_RIGHT_PAREN_ORD.
20421         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
20422         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
20423         (REG_DEBUG): renamed from RE_DEBUG.
20424         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
20425         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
20426         unusual, since we can't clash with the POSIX REG_ICASE.
20427         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
20428         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
20429         (REG_NO_SUB): renamed from RE_NO_SUB.
20430         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
20431         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
20432         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
20433         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
20434         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
20435         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
20436         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
20437         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
20438         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
20439         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
20440         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
20441         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
20442         RE_SYNTAX_POSIX_MINIMAL_BASIC.
20443         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
20444         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
20445         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
20446         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
20447         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
20448         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
20449         (REG_FIXED): Renamed from REGS_FIXED.
20450         (REG_NREGS): Renamed from RE_NREGS.
20451
20452         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
20453         of other REG_* macros, since POSIX says the user is allowed to
20454         #undef these macros selectively.
20455
20456         (reg_errcode_t): Update comment stating what other tables need
20457         to be consistent.
20458
20459         Rename the following enum values to obey POSIX requirements.
20460         The old names are still visible as macros.
20461         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
20462         is not defined, since GNU is supposed to be a superset of POSIX as
20463         much as possible, and since we want reg_errcode_t to be a signed
20464         type for implementation consistency.
20465         (_REG_NOERROR): Renamed from REG_NOERROR.
20466         (_REG_NOMATCH): Renamed from REG_NOMATCH.
20467         (_REG_BADPAT): Renamed from REG_BADPAT.
20468         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
20469         (_REG_ECTYPE): Renamed from REG_ECTYPE.
20470         (_REG_EESCAPE): Renamed from REG_EESCAPE.
20471         (_REG_ESUBREG): Renamed from REG_ESUBREG.
20472         (_REG_EBRACK): Renamed from REG_EBRACK.
20473         (_REG_EPAREN): Renamed from REG_EPAREN.
20474         (_REG_EBRACE): Renamed from REG_EBRACE.
20475         (_REG_BADBR): Renamed from REG_BADBR.
20476         (_REG_ERANGE): Renamed from REG_ERANGE.
20477         (_REG_ESPACE): Renamed from REG_ESPACE.
20478         (_REG_BADRPT): Renamed from REG_BADRPT.
20479         (_REG_EEND): Renamed from REG_EEND.
20480         (_REG_ESIZE): Renamed from REG_ESIZE.
20481         (_REG_ERPAREN): Renamed from REG_ERPAREN.
20482         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
20483         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
20484         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
20485         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
20486
20487         (_REG_RE_NAME, _REG_RM_NAME): New macros.
20488         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
20489         changed.  But support the old name if the new one is not defined
20490         and if _REGEX_SOURCE.
20491
20492         Change the following member names in struct re_pattern_buffer.
20493         The old names are still supported if !_REGEX_SOURCE.
20494         The new names are always supported, regardless of _REGEX_SOURCE.
20495         (re_buffer): Renamed from buffer.
20496         (re_allocated): Renamed from allocated.
20497         (re_used): Renamed from used.
20498         (re_syntax): Renamed from syntax.
20499         (re_fastmap): Renamed from fastmap.
20500         (re_translate): Renamed from translate.
20501         (re_can_be_null): Renamed from can_be_null.
20502         (re_regs_allocated): Renamed from regs_allocated.
20503         (re_fastmap_accurate): Renamed from fastmap_accurate.
20504         (re_no_sub): Renamed from no_sub.
20505         (re_not_bol): Renamed from not_bol.
20506         (re_not_eol): Renamed from not_eol.
20507         (re_newline_anchor): Renamed from newline_anchor.
20508
20509         Change the following member names in struct re_registers.
20510         The old names are still supported if !_REGEX_SOURCE.
20511         The new names are always supported, regardless of _REGEX_SOURCE.
20512         (rm_num_regs): Renamed from num_regs.
20513         (rm_start): Renamed from start.
20514         (rm_end): Renamed from end.
20515
20516         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
20517         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
20518         Prepend __ to parameter names.
20519
20520         Undo yesterday's changes.
20521
20522 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20523
20524         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
20525         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
20526         lib/regex.c.
20527
20528 2005-08-24  Jim Meyering  <jim@meyering.net>
20529
20530         Sync from coreutils.
20531         * m4/fcntl-safer.m4: New file.
20532
20533         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
20534         and object files for this module.
20535
20536 2005-08-24  Jim Meyering  <jim@meyering.net>
20537
20538         Sync from coreutils.
20539         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
20540
20541 2005-08-24  Jim Meyering  <jim@meyering.net>
20542
20543         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
20544         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
20545
20546 2005-08-24  Jim Meyering  <jim@meyering.net>
20547
20548         * modules/fcntl-safer: New module.
20549         * modules/fts (Depends-on): Add fcntl-safer.
20550         * MODULES.html.sh (File descriptor based Input/Output):
20551         Add fcntl-safer.
20552
20553 2005-08-24  Bruno Haible  <bruno@clisp.org>
20554
20555         Support for unit test modules.
20556         * modules/README: Mention tests modules.
20557         * modules/TEMPLATE-TESTS: New file.
20558         * gnulib-tool: New options --extract-tests-module, --with-tests and
20559         --tests-base (unused for the moment).
20560         (testsbase, inctests): New variables.
20561         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
20562         (func_verify_module): Exclude TEMPLATE-TESTS.
20563         (func_verify_nontests_module, func_verify_tests_module): New functions.
20564         (func_get_dependencies): Add implicit dependency for tests modules.
20565         (func_get_tests_module): New function.
20566         (func_modules_transitive_closure): When --with-tests was specified,
20567         include the unit tests as well, unless explicitly avoided.
20568         (func_emit_lib_Makefile_am): Ignore the tests modules here.
20569         (func_emit_tests_Makefile_am): New function.
20570         (func_create_testdir): When --with-tests was specified, emit a
20571         tests/ directory.
20572         * MODULES.html.sh (Future developments): Update.
20573
20574 2005-08-24  Bruno Haible  <bruno@clisp.org>
20575
20576         * modules/tls-tests: New file.
20577         * tests/test-tls.c: New file, from GNU gettext.
20578
20579 2005-08-24  Bruno Haible  <bruno@clisp.org>
20580
20581         * modules/lock-tests: New file.
20582         * tests/test-lock.c: New file, from GNU gettext.
20583
20584 2005-08-24  Bruno Haible  <bruno@clisp.org>
20585
20586         * lib/lock.h: Add multiple inclusion guard.
20587         * lib/tls.h: Add multiple inclusion guard.
20588
20589 2005-08-24  Bruno Haible  <bruno@clisp.org>
20590
20591         * gnulib-tool: Add support for the --aux-dir option to
20592         --create-testdir, --create-megatestdir, --test, --megatest.
20593         (func_create_testdir, func_create_megatestdir): Optionally emit a
20594         AC_CONFIG_AUX_DIR directive.
20595         (create-testdir, create-megatestdir, test, megatest): Provide a
20596         default value for $auxdir.
20597
20598 2005-08-24  Bruno Haible  <bruno@clisp.org>
20599
20600         * gnulib-tool (import): Use compound statement instead of subshell
20601         where possible.
20602
20603 2005-08-24  Bruno Haible  <bruno@clisp.org>
20604
20605         * gnulib-tool (import): Change --aux-dir default to "build-aux".
20606
20607 2005-08-24  Bruno Haible  <bruno@clisp.org>
20608
20609         * gnulib-tool (func_version): Update.
20610
20611 2005-08-24  Bruno Haible  <bruno@clisp.org>
20612
20613         * gnulib-tool (func_import, func_create_testdir,
20614         func_create_megatestdir): Quote all autoconf macro arguments.
20615
20616 2005-08-24  Bruno Haible  <bruno@clisp.org>
20617
20618         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
20619         option --force, because --force causes the aclocal.m4 of each
20620         subdirectory to be newer than the corresponding config.h.in.
20621
20622 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
20623
20624         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
20625         All contents moved to gl_REGEX.
20626         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
20627         assume that it does.
20628
20629 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
20630
20631         * lib/regex.h (REG_NOSYS)
20632         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
20633         Define, since POSIX requires it as of 2001.
20634         (_REG_ENOSYS)
20635         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
20636         New private symbol, used to keep the enum signed in all cases.
20637         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
20638         Youngman in
20639         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
20640
20641         * lib/regex_internal.c (re_string_skip_chars, register_state):
20642         (calc_state_hash):
20643         Remove forward decls; no longer needed now that we use prototypes.
20644         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
20645         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
20646         (clean_state_log_if_needed): Likewise.
20647
20648 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
20649
20650         * config/srclist.txt: Add glibc bugs 1231-1233.
20651
20652 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20653
20654         Fix problems reported by Sam Steingold in
20655         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
20656         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
20657         assumed that reg_errcode_t is a signed type, which is not
20658         necessarily true if _XOPEN_SOURCE is not defined.
20659         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
20660         since some compilers warn about it otherwise.
20661
20662 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20663
20664         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
20665         (init_word_char, create_initial_state, duplicate_node_closure):
20666         (fetch_token, peek_token_bracket, build_range_exp):
20667         (build_collating_symbol): Remove forward decls; no longer needed
20668         now that we use prototypes.
20669
20670         * lib/regcomp.c:
20671         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
20672         (re_compile_fastmap_iter, regcomp, regerror, regfree):
20673         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
20674         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
20675         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
20676         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
20677         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
20678         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
20679         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
20680         (build_range_exp, build_collating_symbol, parse_bracket_exp):
20681         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
20682         (build_charclass, build_charclass_op, fetch_number, create_tree):
20683         (create_token_tree, mark_opt_subexp, duplicate_tree):
20684         Use prototypes rather than old-style definitions.
20685
20686         * lib/regex_internal.c:
20687         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
20688         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
20689         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
20690         (re_string_reconstruct, re_string_peek_byte_case):
20691         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
20692         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
20693         (re_node_set_init_copy, re_node_set_add_intersect):
20694         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
20695         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
20696         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
20697         (re_acquire_state, re_acquire_state_context, register_state):
20698         (create_ci_newstate, create_cd_newstate, free_state):
20699         Likewise.
20700         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
20701         re_search_2):
20702         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
20703         (re_search_internal, prune_impossible_nodes):
20704         (acquire_init_state_context, check_matching, static):
20705         (check_halt_node_context, check_halt_state_context, proceed_next_node):
20706         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
20707         (update_regs, sift_states_backward, build_sifted_states):
20708         (clean_state_log_if_needed, merge_state_array):
20709         (update_cur_sifted_state, add_epsilon_src_nodes):
20710         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
20711         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
20712         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
20713         (find_recover_state, check_subexp_matching_top, transit_state_mb):
20714         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
20715         (check_arrival, check_arrival_add_next_nodes):
20716         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
20717         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
20718         (check_node_accept_bytes, check_node_accept, extend_buffers):
20719         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
20720         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
20721         (sift_ctx_init):
20722         Likewise.
20723
20724         * lib/regex_internal.h:
20725         (re_string_allocate, re_string_construct, re_string_reconstruct):
20726         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
20727         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
20728         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
20729         (re_string_context_at, re_string_peek_byte_case):
20730         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
20731         is defined, since we now use prototypes always.
20732
20733         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
20734         C89 or better.  All uses removed.
20735
20736 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20737
20738         * config/srclist.txt: Add glibc bugs 1220-1227.
20739
20740 2005-08-20  Jim Meyering  <jim@meyering.net>
20741
20742         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
20743         of unused local, dfa.
20744
20745 2005-08-20  Bruno Haible  <bruno@clisp.org>
20746
20747         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
20748
20749 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20750
20751         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
20752         (re_node_set_insert_last, re_dfa_add_node):
20753         Rename local variables to avoid GCC shadowing warnings.
20754
20755 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20756
20757         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
20758         [defined lint]: Suppress bogus uninitialized-variable warnings.
20759
20760         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
20761         and let the caller return REG_ESPACE if out of space.  This
20762         removes an uninitialied-variable warning with GCC 4.0.1, and also
20763         avoids taking the address of a local variable.  All callers
20764         changed.
20765
20766 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20767
20768         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
20769         $LIBCSRC/posix/regexec.c.
20770         Add glibc bug 1217 for regcomp.c.
20771
20772 2005-08-19  Jim Meyering  <jim@meyering.net>
20773
20774         * lib/regexec.c (proceed_next_node): Redo local variables to
20775         avoid GCC shadowing warnings.
20776
20777 2005-08-18  Bruno Haible  <bruno@clisp.org>
20778
20779         * lib/strstr.c (strstr): Fix return value in multibyte case.
20780         * lib/strcasestr.c (strcasestr): Likewise.
20781
20782 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
20783
20784         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
20785
20786 2005-08-17  Jim Meyering  <jim@meyering.net>
20787
20788         Make the %s format (seconds since the epoch) work for a negative
20789         number and when used with a zero-padded field width, e.g. %015s.
20790
20791         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
20792         label so that it precedes the code to set `digits'.  Otherwise,
20793         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
20794         print `00-22'.  Now, it prints `-0022', as it should.
20795
20796 2005-08-17  Bruno Haible  <bruno@clisp.org>
20797
20798         * modules/strstr (Files): Add m4/mbrtowc.m4.
20799         (Depends-on): Add mbuiter.
20800
20801 2005-08-17  Bruno Haible  <bruno@clisp.org>
20802
20803         * modules/strcasestr: New file.
20804         * MODULES.html.sh (String handling, based on ANSI C 89): Add
20805         strcasestr.
20806
20807 2005-08-17  Bruno Haible  <bruno@clisp.org>
20808
20809         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
20810
20811 2005-08-17  Bruno Haible  <bruno@clisp.org>
20812
20813         * modules/mbuiter: New file.
20814         * MODULES.html.sh (Extended multibyte and wide character utilities):
20815         Add mbuiter.
20816
20817 2005-08-17  Bruno Haible  <bruno@clisp.org>
20818
20819         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
20820         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
20821
20822 2005-08-17  Bruno Haible  <bruno@clisp.org>
20823
20824         * m4/strcasestr.m4: New file.
20825
20826 2005-08-17  Bruno Haible  <bruno@clisp.org>
20827
20828         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
20829         * lib/strstr.c: Completely rewritten, with multibyte locale support.
20830
20831 2005-08-17  Bruno Haible  <bruno@clisp.org>
20832
20833         * lib/strcasestr.h: New file.
20834         * lib/strcasestr.c: New file.
20835
20836 2005-08-17  Bruno Haible  <bruno@clisp.org>
20837
20838         * lib/strcasecmp.c: Use mbuiter.h.
20839
20840 2005-08-17  Bruno Haible  <bruno@clisp.org>
20841
20842         * lib/mbuiter.h: New file.
20843
20844 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
20845
20846         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
20847         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
20848         and gl_GETOPT are both invoked via different paths (as happens
20849         with GNU tar CVS because it uses both argp and getopt), the former
20850         wins.
20851
20852 2005-08-16  Bruno Haible  <bruno@clisp.org>
20853
20854         * modules/tls: New file.
20855         * MODULES.html.sh (Multithreading): Add tls.
20856
20857 2005-08-16  Bruno Haible  <bruno@clisp.org>
20858
20859         * modules/strnlen1: New file.
20860         * MODULES.html.sh (String handling): Add strnlen1.
20861
20862 2005-08-16  Bruno Haible  <bruno@clisp.org>
20863
20864         * modules/strcase (Files): Add m4/mbrtowc.m4.
20865         (Depends-on): Add strnlen1, mbchar.
20866
20867 2005-08-16  Bruno Haible  <bruno@clisp.org>
20868
20869         * modules/mbiter: New file.
20870         * MODULES.html.sh (Extended multibyte and wide character utilities):
20871         Add mbiter.
20872
20873 2005-08-16  Bruno Haible  <bruno@clisp.org>
20874
20875         * modules/mbfile: New file.
20876         * MODULES.html.sh (Extended multibyte and wide character utilities):
20877         Add mbfile.
20878
20879 2005-08-16  Bruno Haible  <bruno@clisp.org>
20880
20881         * modules/mbchar: New file.
20882         * MODULES.html.sh (Extended multibyte and wide character utilities):
20883         New section.
20884
20885 2005-08-16  Bruno Haible  <bruno@clisp.org>
20886
20887         * m4/tls.m4: New file, from GNU gettext.
20888
20889 2005-08-16  Bruno Haible  <bruno@clisp.org>
20890
20891         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
20892         always.
20893         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
20894
20895 2005-08-16  Bruno Haible  <bruno@clisp.org>
20896
20897         * m4/mbiter.m4: New file.
20898
20899 2005-08-16  Bruno Haible  <bruno@clisp.org>
20900
20901         * m4/mbfile.m4: New file.
20902
20903 2005-08-16  Bruno Haible  <bruno@clisp.org>
20904
20905         * m4/mbchar.m4: New file.
20906
20907 2005-08-16  Bruno Haible  <bruno@clisp.org>
20908
20909         * lib/tls.h: New file, from GNU gettext.
20910         * lib/tls.c: New file, from GNU gettext.
20911
20912 2005-08-16  Bruno Haible  <bruno@clisp.org>
20913
20914         * lib/strnlen1.h: New file.
20915         * lib/strnlen1.c: New file.
20916
20917 2005-08-16  Bruno Haible  <bruno@clisp.org>
20918
20919         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
20920         (mbi_init): Update.
20921         (mbi_avail, mbi_advance): Let the iteration end before the terminating
20922         NUL byte, not after it.
20923
20924 2005-08-16  Bruno Haible  <bruno@clisp.org>
20925
20926         * lib/strcase.h (strcasecmp): Add note in comments.
20927         * lib/strncasecmp.c: Use code from strcasecmp.c.
20928         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
20929         (strcasecmp): Work correctly in multibyte locales.
20930
20931 2005-08-16  Bruno Haible  <bruno@clisp.org>
20932
20933         * lib/mbiter.h: New file.
20934
20935 2005-08-16  Bruno Haible  <bruno@clisp.org>
20936
20937         * lib/mbfile.h: New file.
20938
20939 2005-08-16  Bruno Haible  <bruno@clisp.org>
20940
20941         * lib/mbchar.h: New file.
20942         * lib/mbchar.c: New file.
20943
20944 2005-08-16  Bruno Haible  <bruno@clisp.org>
20945
20946         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
20947         the valid ones. Makes the comparison operations transitive:
20948         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
20949         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
20950
20951 2005-08-15  Simon Josefsson  <jas@extundo.com>
20952
20953         * modules/ssize_t (License): Change to 'unlimited'.
20954
20955         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
20956
20957 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
20958
20959         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
20960         Add comments for each pending glibc patch.
20961
20962 2005-08-15  Bruno Haible  <bruno@clisp.org>
20963
20964         * lib/regex.h (__restrict_arr): Don't define to __restrict if
20965         __cplusplus is defined.
20966
20967 2005-08-14  Jim Meyering  <jim@meyering.net>
20968
20969         Sync from coreutils.
20970
20971         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
20972         Use the hash-table-based cycle-detection code not just when
20973         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
20974         Reported by James Youngman in
20975         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
20976         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
20977         FTS_TIGHT_CYCLE_CHECK.
20978         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
20979         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
20980         once again.
20981         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
20982         * lib/fts.c (fd_safer): Remove decl.
20983         Include fcntl--.h rather than unistd-safer.h
20984         (fts_safe_changedir): Don't call fd_safer; no longer needed
20985         now that we include fcntl--.h.
20986
20987 2005-08-12  Simon Josefsson  <jas@extundo.com>
20988
20989         * modules/getndelim2: Use ssize_t module.
20990         * modules/getnline: Likewise.
20991         * modules/safe-read: Likewise.
20992         * modules/xreadlink: Likewise.
20993
20994         * modules/ssize_t: New file.
20995
20996 2005-08-12  Simon Josefsson  <jas@extundo.com>
20997
20998         * m4/readline.m4: Look for termcap, curses or ncurses if required.
20999
21000 2005-08-12  Simon Josefsson  <jas@extundo.com>
21001
21002         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21003         ssize_t.
21004
21005 2005-08-12  Simon Josefsson  <jas@extundo.com>
21006
21007         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
21008         readline, getdelim and check_version.
21009         (Support for systems lacking ISO C 99: Sizes of integer types):
21010         Add size_max.
21011
21012 2005-08-12  Bruno Haible  <bruno@clisp.org>
21013
21014         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
21015
21016 2005-08-11  Simon Josefsson  <jas@extundo.com>
21017
21018         * modules/readline: New file.
21019
21020         * modules/strnlen (Files): Add strnlen.h.
21021
21022 2005-08-11  Simon Josefsson  <jas@extundo.com>
21023
21024         * m4/readline.m4: New file.
21025
21026 2005-08-11  Simon Josefsson  <jas@extundo.com>
21027
21028         * lib/readline.h, readline.c: New file.
21029
21030 2005-08-11  Simon Josefsson  <jas@extundo.com>
21031
21032         * doc/gnulib.texi (Initial import, Finishing touches): Mention
21033         gl_AVOID.
21034
21035 2005-08-11  Bruno Haible  <bruno@clisp.org>
21036
21037         * lib/strnlen.h (strnlen): Change parameter name to match comment.
21038
21039 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
21040
21041         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
21042
21043 2005-08-10  Simon Josefsson  <jas@extundo.com>
21044
21045         * tests/test-iconvme.c: New file.
21046
21047 2005-08-10  Simon Josefsson  <jas@extundo.com>
21048
21049         * m4/strnlen.m4: New file.
21050
21051         * m4/strndup.m4: Don't check for strnlen declaration, done in
21052         strnlen.m4.
21053
21054 2005-08-10  Simon Josefsson  <jas@extundo.com>
21055
21056         * lib/strndup.c: Use strnlen.h.
21057
21058         * lib/strnlen.h: New file.
21059
21060 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
21061
21062         * README: Typos.
21063
21064 2005-08-02  Simon Josefsson  <jas@extundo.com>
21065
21066         * modules/readline: New file.
21067
21068 2005-08-02  Simon Josefsson  <jas@extundo.com>
21069
21070         * modules/getdelim: New file.
21071
21072         * modules/getline: Rewrite, don't use getndelim2.
21073
21074 2005-08-02  Simon Josefsson  <jas@extundo.com>
21075
21076         * m4/getline.m4: Separate out getdelim stuff into separate module.
21077
21078         * m4/getdelim.m4: New file.
21079
21080 2005-08-02  Simon Josefsson  <jas@extundo.com>
21081
21082         * lib/getline.h, getline.c: Rewrite.
21083
21084         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
21085
21086 2005-07-31  Bruno Haible  <bruno@clisp.org>
21087
21088         * lib/lock.h (gl_lock_initializer): New macro.
21089         (gl_lock_define_initialized): Use it.
21090         (gl_rwlock_initializer): New macro.
21091         (gl_rwlock_define_initialized): Use it.
21092         (gl_recursive_lock_initializer): New macro.
21093         (gl_recursive_lock_define_initialized): Use it.
21094
21095 2005-07-30  Karl Berry  <karl@gnu.org>
21096
21097         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
21098         Report from Ben Pfaff, regarding getopt.
21099
21100 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
21101
21102         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
21103         normal way.
21104         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
21105         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
21106         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
21107         (gl_GETOPT): Use the new macros.  Most of the implementation
21108         is moved to the new macros.  This is for programs like Emacs
21109         that don't want all the functionality of gl_GETOPT.
21110
21111 2005-07-26  Bruno Haible  <bruno@clisp.org>
21112
21113         * m4/lock.m4: Update from GNU gettext.
21114
21115 2005-07-26  Bruno Haible  <bruno@clisp.org>
21116
21117         * lib/lock.h: Update from GNU gettext.
21118         * lib/lock.c: Update from GNU gettext.
21119
21120 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
21121
21122         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
21123         obsolescent AC_TRY_RUN.  Include the default includes files, for
21124         'exit'.
21125
21126 2005-07-24  Bruno Haible  <bruno@clisp.org>
21127
21128         * modules/visibility: New file.
21129         * MODULES.html.sh (Misc): Add visibility.
21130
21131 2005-07-24  Bruno Haible  <bruno@clisp.org>
21132
21133         * m4/visibility.m4: New file.
21134
21135 2005-07-24  Bruno Haible  <bruno@clisp.org>
21136
21137         * doc/visibility.texi: New file.
21138
21139 2005-07-22  Bruno Haible  <bruno@clisp.org>
21140
21141         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
21142         $(ALLOCA_H), redundant through BUILT_SOURCES.
21143         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
21144         redundant through BUILT_SOURCES.
21145         * modules/byteswap (Makefile.am): Remove explicit dependency on
21146         $(BYTESWAP_H), redundant through BUILT_SOURCES.
21147         * modules/fnmatch (Makefile.am): Remove explicit dependency on
21148         $(FNMATCH_H), redundant through BUILT_SOURCES.
21149         * modules/getopt (Makefile.am): Remove explicit dependency on
21150         $(GETOPT_H), redundant through BUILT_SOURCES.
21151         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
21152         redundant through BUILT_SOURCES.
21153         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
21154         redundant through BUILT_SOURCES.
21155         * modules/stdbool (Makefile.am): Remove explicit dependency on
21156         $(STDBOOL_H), redundant through BUILT_SOURCES.
21157         * modules/stdint (Makefile.am): Remove explicit dependency on
21158         $(STDINT_H), redundant through BUILT_SOURCES.
21159         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
21160         Remove explicit dependency on $(SYSEXITS_H).
21161         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
21162
21163 2005-07-18  Simon Josefsson  <jas@extundo.com>
21164
21165         * lib/check-version.c (check_version): Accept identical versions too.
21166
21167 2005-07-18  Bruno Haible  <bruno@clisp.org>
21168
21169         * modules/lock: New file.
21170         * MODULES.html.sh (Multithreading): New section.
21171
21172 2005-07-18  Bruno Haible  <bruno@clisp.org>
21173
21174         * m4/lock.m4: New file, from GNU gettext.
21175
21176 2005-07-18  Bruno Haible  <bruno@clisp.org>
21177
21178         * lib/lock.h: New file, from GNU gettext.
21179         * lib/lock.c: New file, from GNU gettext.
21180
21181 2005-07-18  Bruno Haible  <bruno@clisp.org>
21182
21183         * lib/lock.h (gl_once_t): New type.
21184         (gl_once_define, gl_once): New macros.
21185         * lib/lock.c (fresh_once): New variable.
21186         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
21187         functions.
21188
21189 2005-07-16  Simon Josefsson  <jas@extundo.com>
21190
21191         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
21192         workaround, suggested by Bruno.
21193
21194 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
21195
21196         * modules/xalloc (Depends-on): Add xalloc-die.
21197         * modules/xvasprintf (Depends-on): Add xalloc-die.
21198
21199 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
21200
21201         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
21202         with a minor change.
21203
21204 2005-07-15  Bruno Haible  <bruno@clisp.org>
21205
21206         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
21207         When using lib/poll.c, define poll as rpl_poll.
21208
21209 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
21210
21211         * modules/argp (Depends-on): Remove unlocked-io.
21212
21213 2005-07-14  Derek Price  <derek@ximbiot.com>
21214
21215         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
21216         for glob symlink bug.
21217
21218 2005-07-14  Bruno Haible  <bruno@clisp.org>
21219
21220         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
21221         Instead, test for *_unlocked function declarations directly.
21222
21223 2005-07-11  Simon Josefsson  <jas@extundo.com>
21224
21225         * modules/size_max: New file.
21226
21227         * modules/xsize: Depend on size_max module for size_max.m4.
21228
21229 2005-07-11  Simon Josefsson  <jas@extundo.com>
21230
21231         * lib/size_max.h: New file.
21232
21233 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
21234
21235         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
21236         copyright symbol and the year.
21237         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
21238         (version_etc_va): Use parameterized copyright notice.
21239         Reword to conform to the current GNU coding standards.
21240
21241 2005-07-11  Karl Berry  <karl@gnu.org>
21242
21243         * doc/gnulib.texi (Quoting): new node.
21244         (Initial import): more info, from Patrice.
21245
21246 2005-07-11  Bruno Haible  <bruno@clisp.org>
21247
21248         * gnulib-tool (func_usage): Document option --avoid.
21249         (Command line options): Handle --avoid.
21250         (func_acceptable): New function.
21251         (func_modules_transitive_closure): Use it.
21252
21253 2005-07-11  Bruno Haible  <bruno@clisp.org>
21254
21255         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
21256         Reported by Jim Meyering.
21257
21258 2005-07-10  Bruno Haible  <bruno@clisp.org>
21259
21260         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
21261         Needed when size_t is smaller than 'unsigned int'.
21262         Reported by Paul Eggert.
21263
21264 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21265
21266         * modules/argp (Depends-on): Add unlocked-io
21267
21268 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21269
21270         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
21271         block of defines.
21272
21273 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
21274
21275         * config/srclist.txt: Comment out regcomp.c, since we have a porting
21276         fix now.
21277
21278 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
21279         and Paul Eggert  <eggert@cs.ucla.edu>
21280
21281         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
21282         in wint_t, not wchar_t.  Remove now-unnecessary cast.
21283
21284 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21285
21286         * modules/regex (Files): Add lib/regex_internal.c,
21287         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
21288         (Depends-on): Add extensions.
21289         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
21290
21291 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21292
21293         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
21294         pathconf.
21295         * m4/same.m4 (gl_SAME): Likewise.
21296         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
21297
21298         * m4/regex.m4: Adjust to new libc regex implementation.
21299         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
21300         all the .c and .h parts of (the new) regex.
21301         Quote the m4 stuff better.
21302         Check for RE_ICASE bug of old gnulib.
21303         Check for REG_STARTEND of recent libc.
21304         Rename local variables from jm_* to gl_*.
21305         Quote operand of "test -f".
21306         Say "recent enough" version of libc, not "version 2".
21307         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
21308         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
21309         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
21310         Remove check for btowc, isascii.
21311         Require AM_LANGINFO_CODESET.
21312
21313 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21314
21315         * lib/regex.c, regex.h: Sync from libc.
21316         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
21317         * lib/regexec.c:
21318         New files, synced from libc, except that regex_internal.h
21319         currently has a small porting fix.
21320
21321 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21322
21323         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
21324         regex_internal.c, regexec.c.
21325         Add regex_internal.h too, but as a comment, since the libc version
21326         is currently broken in gnulib mode.
21327
21328 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
21329
21330         Support programs like Emacs that use gnulib but not gettext.
21331         * MODULES.html.sh (Internationalization functions): Add gettext-h.
21332         * modules/gettext-h: New file.
21333         * modules/gettext (Files): Remove lib/gettext.h.
21334         (Depends-on): Add gettext-h.
21335         (Makefile.am): Remove lib_SOURCES.
21336         * modules/argmatch, modules/c-stack, modules/closeout:
21337         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
21338         * modules/execute, modules/file-type, modules/getaddrinfo:
21339         * modules/getopt, modules/human, modules/javacomp:
21340         * modules/javaexec, modules/mkdir-p, modules/obstack:
21341         * modules/openat, modules/pagealign_alloc, modules/pipe:
21342         * modules/quotearg, modules/regex, modules/rpmatch:
21343         * modules/unicodeio, modules/userspec, modules/version-etc:
21344         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
21345         * modules/xsetenv:
21346         Depend on gettext-h, not gettext.
21347
21348 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
21349
21350         * gnulib-tool (func_import): Add support for 'public domain' license.
21351         * modules/alloca, modules/atexit, modules/memmove:
21352         Now public domain, not GPL.
21353         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
21354         * modules/realloc, modules/strerror, modules/strtod:
21355         Now LGPL, not GPL.
21356
21357 2005-07-05  Bruno Haible  <bruno@clisp.org>
21358
21359         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
21360         autoconf CVS. Needed for mingw.
21361
21362 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21363
21364         Remove the dependency of the strftime module on the tzset module.
21365         * modules/strftime (Depends-on): Remove dependency on tzset.
21366
21367 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21368
21369         Remove the dependency of the strftime module on the tzset module.
21370         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
21371         gl_FUNC_TZSET_CLOBBER.
21372
21373 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21374
21375         Remove the dependency of the strftime module on the tzset module.
21376         * lib/strftime.c (my_strftime)
21377         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
21378         Copy the input structure, to work around some of the bug with
21379         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
21380         Solaris releases, you should also use the tzset module, but we won't
21381         require it as a dependency any more since we don't want LGPLed code
21382         to depend on GPLed code.
21383
21384 2005-07-02  Jim Meyering  <jim@meyering.net>
21385
21386         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
21387         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
21388         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
21389         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
21390
21391 2005-07-02  Jim Meyering  <jim@meyering.net>
21392
21393         * lib/backupfile.c (backup_args): Change a `0' to NULL.
21394
21395 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21396
21397         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
21398         declares only 'struct timespec;' (!).
21399
21400 2005-07-01  Jim Meyering  <jim@meyering.net>
21401
21402         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
21403         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
21404         * lib/save-cwd.c, tempname.c:
21405         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
21406         and don't include <sys/file.h>).
21407
21408 2005-06-29  Jim Meyering  <jim@meyering.net>
21409
21410         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
21411         type name.  Use the variable name instead.
21412         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
21413         Likewise.
21414
21415 2005-06-28  Simon Josefsson  <jas@extundo.com>
21416
21417         * modules/check-version (Files): Add check-version.m4.
21418
21419 2005-06-28  Simon Josefsson  <jas@extundo.com>
21420
21421         * m4/check-version.m4: New file, suggested by Jim Meyering
21422         <jim@meyering.net>.
21423
21424 2005-06-28  Simon Josefsson  <jas@extundo.com>
21425
21426         * lib/check-version.h, lib/check-version.c: New files.
21427
21428 2005-06-28  Simon Josefsson  <jas@extundo.com>
21429
21430         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
21431         collision with global variable.  Better indentation.  Don't
21432         increment buffer pointer beyond buffer end.  Based on comments
21433         from Paul Eggert <eggert@cs.ucla.edu>.
21434
21435         * lib/base64.h: Indent.
21436
21437 2005-06-28  Simon Josefsson  <jas@extundo.com>
21438
21439         * doc/gnulib.texi (Library version handling): New section.
21440
21441 2005-06-28  Jim Meyering  <jim@meyering.net>
21442
21443         * check-module (find_included_lib_files): Hard-code another
21444         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
21445         but modules/fts-lgpl (correctly) does not list those files.
21446
21447         * modules/canonicalize (Files): Add lib/pathmax.h.
21448
21449 2005-06-25  Simon Josefsson  <jas@extundo.com>
21450
21451         * modules/check-version: New file.
21452
21453 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
21454
21455         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
21456         initializer of struct addrinfo, as an indication that we don't
21457         care how many members the structure has.
21458
21459 2005-06-24  Derek Price  <derek@ximbiot.com>
21460         and Bruno Haible  <bruno@clisp.org>
21461
21462         Remove stat module & update lstat.
21463         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
21464         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
21465         * m4/stat.m4: Remove this file.
21466
21467 2005-06-24  Derek Price  <derek@ximbiot.com>
21468         and Bruno Haible  <bruno@clisp.org>
21469
21470         Remove stat module & update lstat.
21471         * lib/stat.c: Remove this file...
21472         (slash_aware_lstat): ...moving this content and its support...
21473         * lib/lstat.c (rpl_lstat): ...into here.
21474         * lib/lstat.h: New file.
21475
21476 2005-06-24  Derek Price  <derek@ximbiot.com>
21477         and Bruno Haible  <bruno@clisp.org>
21478
21479         Remove stat module & update lstat.
21480         * config/srclist.txt (libc sources): Remove stat.
21481
21482 2005-06-24  Derek Price  <derek@ximbiot.com>
21483         and Bruno Haible  <bruno@clisp.org>
21484
21485         Remove stat module & update lstat.
21486         * MODULES.html.sh (stat): Remove.
21487         * MODULES.html: Regenerated.
21488         * modules/lstat (Description): Correct function name.
21489         (Files): Add "lstat.h".
21490         (Depends-on): Remove stat, add xalloc, stat-macros.
21491         * modules/stat: Remove this file.
21492         (Include): Add "lstat.h", remove <sys/stat.h>.
21493
21494 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
21495
21496         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
21497         (ranged_convert): Don't save conversion in a temporary struct.
21498         This causes a warning with GCC 4.0.0, and anyway in the typical
21499         case it's not worth the extra 100 bytes or so of code.
21500         (ranged_convert, __mktime_internal): When calling a function via a
21501         pointer P, use P () rather than (*P) (), as we now assume C89 or
21502         better.
21503
21504 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
21505
21506         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
21507         "who -r" failed to give output.  Problem reported by Tim Waugh.
21508
21509         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
21510         (xcalloc): Use it to avoid needless tests.
21511         Problem reported by Jim Meyering.
21512
21513 2005-06-20  Derek Price  <derek@ximbiot.com>
21514
21515         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
21516         unnecessary for Autoconfs > 2.59c.
21517
21518 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21519
21520         * lib/argp.h (__option_is_short): Check upper limit of
21521         __key. Isprint() requires its argument to have the value
21522         of an unsigned char or EOF.
21523
21524 2005-06-16  Jim Meyering  <jim@meyering.net>
21525
21526         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
21527         when either N or S is zero.
21528
21529 2005-06-16  Derek Price  <derek@ximbiot.com>
21530
21531         * m4/bison.m4: Declare YACC & YFLAGS precious.
21532
21533 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
21534
21535         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
21536         multibyte string or pattern, fall back on unibyte matching.
21537         Problem reported by James Youngman.
21538
21539 2005-06-08  Bruno Haible  <bruno@clisp.org>
21540
21541         * modules/csharpcomp: New file.
21542         * MODULES.html.sh (C#): Add csharpcomp.
21543
21544 2005-06-08  Bruno Haible  <bruno@clisp.org>
21545
21546         * m4/csharpcomp.m4: New file, from GNU gettext.
21547
21548 2005-06-08  Bruno Haible  <bruno@clisp.org>
21549
21550         * lib/csharpcomp.h: New file, from GNU gettext.
21551         * lib/csharpcomp.c: New file, from GNU gettext.
21552         * lib/csharpcomp.sh.in: New file, from GNU gettext.
21553
21554 2005-06-08  Bruno Haible  <bruno@clisp.org>
21555
21556         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
21557         warning on mingw.
21558
21559 2005-06-07  Derek Price  <derek@ximbiot.com>
21560
21561         Sync from CVS.
21562         * lib/glob_.h: Indent nested #ifdef.
21563
21564 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
21565
21566         Sync from coreutils.
21567         Use "file name" when talking about file names, instead of "filename"
21568         or "path", as per the GNU coding standards.
21569         * lib/mkdir-p.c: Renamed from makepath.c.
21570         (make_dir_parents): Renamed from make_path.  All callers changed.
21571         * lib/mkdir-p.h: Likewise.  All includers changed.
21572         * lib/filenamecat.c: Renamed from path-concat.c.
21573         (file_name_concat): Renamed from path_concat.  All callers changed.
21574         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
21575         * lib/filenamecat.h: Likewise.  All includers changed.
21576         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
21577         in comments or local variable names.
21578         * lib/basename.c: Likewise.
21579         * lib/canonicalize.c, canonicalize.h: Likewise.
21580         * lib/dirname.c, dirname.h: Likewise.
21581         * lib/euidaccess.c: Likewise.
21582         * lib/exclude.c: Likewise
21583         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
21584         * lib/fsusage.c, fsuage.h: Likewise.
21585         * lib/fts.c, fts_.h: Likewise.
21586         * lib/getcwd.c: Likewise.
21587         * lib/getloadavg.c: Likewise.
21588         * lib/mkstemp.c: Likewise.
21589         * lib/mountlist.c, mountlist.h: Likewise.
21590         * lib/openat.c, openat.h: Likewise.
21591         * lib/readlink-stub.c: Likewise.
21592         * lib/readutmp.c, readutmp.h: Likewise.
21593         * lib/rename.c: Likewise.
21594         * lib/rmdir.c: Likewise.
21595         * lib/same.c: Likewise.
21596         * lib/savedir.c: Likewise.
21597         * lib/stripslash.c: Likewise.
21598         * lib/tempname.c: Likewise.
21599         * lib/xreadlink.c: Likewise.
21600         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
21601         All uses changed.
21602         * lib/exclude.h: Likewise.
21603
21604         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
21605         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
21606         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
21607         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
21608         * lib/pathmax.h: Include <limits.h> unconditionally, since other
21609         files have been getting away with it for years (MORE/BSD 4.3
21610         is extinct now).
21611         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
21612         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
21613
21614         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
21615         Define to 256, not 255, as per modern POSIX.
21616
21617 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
21618
21619         Sync from coreutils.
21620         Use "file name" when talking about file names, instead of "filename"
21621         or "path", as per the GNU coding standards.
21622         * MODULES.html.sh: mkdir-p renamed from makepath.
21623         filenamecat renamed from path-concat.
21624         * modules/filenamecat: Renamed from modules/path-concat.
21625         (Files): filenamecat.h and filenamecat.c renamed from
21626         path-concat.h and path-concat.c.
21627         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
21628         (Include): filenamecat.h, not path-concat.h.
21629         * modules/mkdir-p: Renamed from modules/makepath.
21630         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
21631         makepath.c.
21632         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
21633         (Include): mkdir-p.h, not makepath.h.
21634
21635 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
21636
21637         Sync from coreutils.
21638         * m4/mkdir-p.m4: Renamed from makepath.m4.
21639         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
21640         Rename files from makepath.c to mkdir-p.c, and from
21641         makepath.h to mkdir-p.h.
21642         * m4/filenamecat.m4: Renamed from path-concat.m4.
21643         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
21644         Rename files from path-concat.c to filenamecat.c,
21645         and from path-concat.h to filenamecat.h.
21646         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
21647         "file name" in local variables or comments.
21648         * m4/rename.m4: Likewise.
21649
21650 2005-06-01  Bruno Haible  <bruno@clisp.org>
21651
21652         * modules/csharpexec: New file.
21653         * MODULES.html.sh (C#): New section.
21654
21655 2005-06-01  Bruno Haible  <bruno@clisp.org>
21656
21657         * m4/csharp.m4: New file, from GNU gettext.
21658         * m4/csharpexec.m4: New file, from GNU gettext.
21659
21660 2005-06-01  Bruno Haible  <bruno@clisp.org>
21661
21662         * lib/csharpexec.h: New file, from GNU gettext.
21663         * lib/csharpexec.c: New file, from GNU gettext.
21664         * lib/csharpexec.sh.in: New file, from GNU gettext.
21665
21666 2005-05-31  Derek Price  <derek@ximbiot.com>
21667             Paul Eggert  <eggert@cs.ucla.edu>
21668
21669         Sync from cvs.
21670         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
21671
21672 2005-05-31  Derek Price  <derek@ximbiot.com>
21673             Paul Eggert  <eggert@cs.ucla.edu>
21674
21675         Sync from cvs.
21676         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
21677
21678 2005-05-29  Derek Price  <derek@ximbiot.com>
21679
21680         * config/srclist.txt (glob_.h, glob.c): Add these files.
21681
21682 2005-05-29  Derek Price  <derek@ximbiot.com>
21683
21684         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
21685         * modules/glob: New file.
21686         * modules/getlogin_r: Add link to POSIX spec in description.
21687
21688 2005-05-29  Derek Price  <derek@ximbiot.com>
21689             Paul Eggert  <eggert@cs.ucla.edu>
21690
21691         * m4/glob.m4: New file.
21692
21693 2005-05-29  Derek Price  <derek@ximbiot.com>
21694             Paul Eggert  <eggert@cs.ucla.edu>
21695
21696         * lib/glob_.h, lib/glob.c: New files.
21697
21698 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
21699
21700         * modules/fts (Files): Remove m4/inttypes-pri.m4.
21701         * modules/fts-lgpl (Depends-on): Remove gettext.
21702
21703 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
21704
21705         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
21706         and don't require gt_INTTYPES_PRI.
21707
21708 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
21709
21710         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
21711
21712         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
21713         the configuration hassle isn't worth it.
21714         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
21715         (LONGEST_MODIFIER, PRIuMAX): Remove.
21716
21717 2005-05-27  Bruno Haible  <bruno@clisp.org>
21718
21719         * lib/getlogin_r.h: Remove second include of <stddef.h>.
21720
21721 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
21722
21723         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
21724         _POSIX_PTHREAD_SEMANTICS for Solaris.
21725
21726 2005-05-25  Derek Price  <derek@ximbiot.com>
21727
21728         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
21729
21730 2005-05-25  Derek Price  <derek@ximbiot.com>
21731             Paul Eggert  <eggert@cs.ucla.edu>
21732
21733         * modules/getlogin_r, m4/getlogin_r.m4: New files.
21734         * lib/getlogin_r.c, getlogin_r.h: New files.
21735
21736 2005-05-25  Bruno Haible  <bruno@clisp.org>
21737             Derek Price  <derek@ximbiot.com>
21738
21739         * lib/getlogin_r.h: Simplify API documentation.
21740
21741 2005-05-23  Derek Price  <derek@ximbiot.com>
21742
21743         * modules/minmax (Files): Add m4/minmax.m4.
21744         (configure.ac): Add gl_MINMAX.
21745
21746 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
21747
21748         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
21749         so that unistd-safer.h (GPL'ed code) need not be included.
21750
21751 2005-05-22  Bruno Haible  <bruno@clisp.org>
21752
21753         * m4/minmax.m4: New file.
21754         Based on a patch by Derek Price <derek@ximbiot.com>.
21755
21756 2005-05-22  Bruno Haible  <bruno@clisp.org>
21757
21758         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
21759         (INT64_MIN): Fix definition.
21760         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
21761
21762         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
21763         NEED_SIGNED_INT_TYPES.
21764
21765         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
21766         HAVE_SYSTEM_INTTYPES.
21767
21768 2005-05-22  Bruno Haible  <bruno@clisp.org>
21769
21770         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
21771         Also include <sys/param.h> if it defines MIN, MAX.
21772         Based on a patch by Derek Price <derek@ximbiot.com>.
21773
21774 2005-05-21  Jim Meyering  <jim@meyering.net>
21775
21776         * modules/fts (Files): Add m4/inttypes-pri.m4.
21777         (Depends-on): Add lstat and remove gettext.  Alphabetize.
21778
21779 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
21780
21781         New fts module.
21782         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
21783         (setup_dir, free_dir): New functions.
21784         (enter_dir, leave_dir): Define trivial
21785         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
21786         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
21787         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
21788         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
21789         Move to fts-cycle.c.
21790         (fts_open): Use setup_dir.
21791         (fts_close): Use free_dir.
21792         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
21793         This adds a label and some gotos, but the alternatives were messier.
21794         Check for memory allocation failure when entering a dir.
21795         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
21796         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
21797         (FTS): New member fts_cycle, that is a union that contains the
21798         old active_dir_ht and cycle_state.  All uses changed to mention
21799         fts_cycle.ht and fts_cycle.state.
21800         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
21801         fts.c, with the following changes:
21802         (setup_dir, free_dir): New functions.
21803         (enter_dir): Now returns bool.  Return true if successful, false
21804         if memory exhausted.  All callers changed.
21805         Do not bother partly cleaning up on
21806         memory allocation failure; that is free_dir's job.
21807         However, free ad if hash_insert fails, to avoid memory leak.
21808         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
21809         fts->fts_options to see which union member to use.
21810
21811 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
21812
21813         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
21814         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
21815
21816 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
21817
21818         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
21819
21820 2005-05-20  Jim Meyering  <jim@meyering.net>
21821
21822         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
21823         Now a macro, to pacify GCC.
21824
21825 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
21826
21827         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
21828         of -1.
21829
21830 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
21831
21832         * lib/chown.c (rpl_chown): Return -1 on failure.
21833
21834 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
21835
21836         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
21837         Don't check for stddef.h.
21838         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
21839         don't use its results.
21840         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
21841         since we include them unconditionally.  Don't require
21842         AM_STDBOOL_H, since stdbool is a prerequisite.
21843         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
21844         since we assume C89 or better.
21845         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
21846         as we don't use their results.
21847         Don't check for fchdir, memmove, memset, strrchr, as we use
21848         them unconditionally.
21849         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
21850         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
21851
21852 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
21853
21854         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
21855         Include <stddef.h> unconditionally, since we assume C89 now.
21856         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
21857         * lib/fts.c: Include fts_.h first, to check interface.
21858         Do not include intprops.h; no longer needed.
21859         Include cycle-check.h and hash.h, since fts_.h no longer does.
21860         Remove unnecessary casts of closedir to void.
21861         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
21862         decide whether to decrement nlinks.
21863         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
21864         (FTS): Use struct hash_table * instead of Hash_table, so that
21865         we no longer need to include hash.h here.
21866
21867 2005-05-18  Jim Meyering  <jim@meyering.net>
21868
21869         * modules/dirfd (License): Change to LGPL.  Most of the code
21870         is already in the public domain.
21871
21872 2005-05-18  Jim Meyering  <jim@meyering.net>
21873
21874         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
21875         Reported by Yoann Vandoorselaere.
21876
21877 2005-05-17  Jim Meyering  <jim@meyering.net>
21878
21879         * m4/fts.m4: New file, from coreutils.
21880
21881 2005-05-17  Jim Meyering  <jim@meyering.net>
21882
21883         * lib/fts.c, lib/fts_.h: New files, from coreutils.
21884
21885 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
21886
21887         Sync from coreutils.
21888         * m4/unlinkdir.m4: New file.
21889
21890 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
21891
21892         Sync from coreutils.
21893         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
21894         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
21895         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
21896         White space changes only.
21897         * lib/makepath.c (make_path): Port to hosts where leading "//" is
21898         special.
21899         * lib/yesno.c: Include getline.h, not ctype.h.
21900         (yesno): Don't remove leading white space; POSIX doesn't allow it.
21901         Use getline to remove arbitrary restriction on response length.
21902
21903 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
21904
21905         * config/srclist-update: Spell out "Street" in FSF postal
21906         mail address; this is the style the FSF seems to prefer.
21907
21908         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
21909         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
21910         this updates FSF postal mail address.
21911
21912         Sync from coreutils.
21913         * modules/unlinkdir: New file.
21914         * modules/yesno (Depends-on): Add getline.
21915         * MODULES.html.sh (File system functions): Add unlinkdir.
21916
21917 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
21918
21919         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
21920         lib/strsep.h:
21921         Change the initial comment to refer to GPL, not LGPL.
21922         gnulib-tool will change it to LGPL as needed.
21923
21924         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
21925         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
21926         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
21927         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
21928         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
21929         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
21930         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
21931         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
21932         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
21933         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
21934         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
21935         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
21936         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
21937         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
21938         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
21939         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
21940         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
21941         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
21942         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
21943         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
21944         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
21945         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
21946         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
21947         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
21948         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
21949         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
21950         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
21951         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
21952         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
21953         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
21954         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
21955         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
21956         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
21957         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
21958         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
21959         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
21960         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
21961         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
21962         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
21963         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
21964         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
21965         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
21966         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
21967         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
21968         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
21969         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
21970         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
21971         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
21972         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
21973         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
21974         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
21975         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
21976         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
21977         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
21978         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
21979         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
21980         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
21981         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
21982         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
21983         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
21984         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
21985         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
21986         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
21987         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
21988         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
21989         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
21990         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
21991         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
21992         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
21993         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
21994         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
21995         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
21996         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
21997         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
21998         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
21999         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
22000         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
22001         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
22002         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
22003         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
22004         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
22005         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
22006         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
22007         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
22008         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
22009         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
22010         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
22011         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
22012         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
22013         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
22014         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
22015         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
22016         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
22017         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
22018         lib/yesno.c, lib/yesno.h:
22019         Update FSF postal mail address.
22020
22021 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22022
22023         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
22024         tests/test-memmem.c, tests/test-stpncpy.c:
22025         Update FSF postal mail address.
22026
22027 2005-05-13  Bruno Haible  <bruno@clisp.org>
22028
22029         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
22030         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
22031         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
22032         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
22033         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
22034         Add support for 64-bit integers in the MSVC compiler.
22035
22036 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22037
22038         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
22039
22040 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
22041
22042         * gnulib-tool (func_import): Sort and uniquify recommended includes.
22043
22044 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
22045
22046         * doc/getdate.texi (General date syntax): Don't say that date
22047         date --iso-8601=ns generates acceptable dates; it doesn't yet.
22048         Problem reported by Nic Ferrier.
22049
22050 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22051
22052         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
22053         specified in ai_socktype. Fix invalid ai_protocol
22054         check. ai_protocol is usually set to 0 or depending on
22055         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
22056         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
22057         ai_socktype / ai_protocol in the returned addrinfo structure.
22058
22059 2005-05-10  Simon Josefsson  <jas@extundo.com>
22060
22061         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
22062         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22063
22064 2005-05-10  Karl Berry  <karl@gnu.org>
22065
22066         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
22067         (from http://www.gnu.org/licenses).
22068         * doc/COPYING.LIB: also rename to COPYING.LESSER.
22069         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
22070         fdl.texi suffices.
22071
22072 2005-05-10  Karl Berry  <karl@gnu.org>
22073
22074         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
22075         (COPYING.DOC): remove.
22076
22077         * config/srclist-update: new FSF address.
22078
22079 2005-05-10  Derek Price  <derek@ximbiot.com>
22080
22081         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
22082         possible.
22083
22084 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22085             Bruno Haible  <bruno@clisp.org>
22086
22087         * modules/inet_ntop: New file.
22088         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22089         inet_ntop.
22090
22091 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22092             Bruno Haible  <bruno@clisp.org>
22093
22094         * m4/inet_ntop.m4: New file.
22095
22096 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22097             Bruno Haible  <bruno@clisp.org>
22098
22099         * lib/inet_ntop.h: New file.
22100         * lib/inet_ntop.c: New file, from glibc with modifications.
22101
22102 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
22103
22104         * modules/time_r (License): Change to LGPL.
22105         * modules/extensions (License): Change to LGPL.  Actually,
22106         the license is more permissive than that, but currently gnulib-tool
22107         doesn't know how to handle more-permissive licenses.
22108
22109         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
22110         Problem reported by Dave Love.
22111
22112 2005-05-08  Jim Meyering  <jim@meyering.net>
22113
22114         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
22115         blank.
22116
22117 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22118
22119         * modules/argmatch (Depends-on): Add stdbool.
22120         * modules/backupfile (Depends-on): Likewise.
22121         * modules/chdir-long (Depends-on): Likewise.
22122         * modules/closeout (Depends-on): Likewise.
22123         * modules/cycle-check (Depends-on): Likewise.
22124         * modules/dirname (Depends-on): Likewise.
22125         * modules/fnmatch (Depends-on): Likewise.
22126         * modules/fsusage (Depends-on): Likewise.
22127         * modules/fwriteerror (Depends-on): Likewise.
22128         * modules/getcwd (Depends-on): Likewise.
22129         * modules/getloadavg (Depends-on): Likewise.
22130         * modules/hard-locale (Depends-on): Likewise.
22131         * modules/makepath (Depends-on): Likewise.
22132         * modules/mountlist (Depends-on): Likewise.
22133         * modules/nanosleep (Depends-on): Likewise.
22134         * modules/posixtm (Depends-on): Likewise.
22135         * modules/quotearg (Depends-on): Likewise.
22136         * modules/readtokens (Depends-on): Likewise.
22137         * modules/readtokens0 (Depends-on): Likewise.
22138         * modules/readutmp (Depends-on): Likewise.
22139         * modules/save-cwd (Depends-on): Likewise.
22140         * modules/strftime (Depends-on): Likewise.
22141         * modules/userspec (Depends-on): Likewise.
22142         * modules/utimecmp (Depends-on): Likewise.
22143         * modules/xgetcwd (Depends-on): Likewise.
22144         * modules/xnanosleep (Depends-on): Likewise.
22145         * modules/xstrtod (Depends-on): Likewise.
22146         * modules/yesno (Depends-on): Likewise.
22147
22148 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
22149
22150         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
22151         needless checks.
22152
22153 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22154
22155         Merge from coreutils.  Among other things,
22156         add bulletproofing for cases where stdin, stdout, or stderr are closed.
22157         * lib/fd-safer.c: New file.
22158         * lib/fcntl-safer.h, open-safer.c: Remove.
22159         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
22160         * lib/dup-safer.c: Include unistd-safer.h first.
22161         Don't include errno.h.
22162         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
22163         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
22164         * lib/file-type.c: Rely on file-type.h change.
22165         * lib/getloadavg.c: Include unistd-safer.h.
22166         (getloadavg): Use safer open.
22167         * lib/getusershell.c: Include "stdio-safer.h".
22168         (getusershell): Use safer fopen.
22169         * lib/long-options.c (long_options): Use NULL rather than 0.
22170         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
22171         'free'.
22172         * lib/modechange.c: Likewise.
22173         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
22174         (MODE_DONE): New constant.
22175         (struct mode_change): Remove 'next' member.
22176         (make_node_op_equals): New function; like the old one of the
22177         same name, except it allocates an array.
22178         (mode_compile, mode_create_from_ref): Use it.
22179         (mode_compile): Allocate result as an array, not a linked list.
22180         Parse octal string ourself, so that we catch mistakes like "+0".
22181         (mode_adjust): Arg is an array, not a linked list.
22182         * lib/modechange.c: Include stat-macros.h, xalloc.h.
22183         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
22184         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
22185         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
22186         Remove.  This is now stat-macros.h's job.
22187         (talloc): Remove.  All callers replaced by xalloc, so that
22188         our invokers don't have to worry about reporting memory failures.
22189         (make_node_op_equals): Remove.
22190         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
22191         New constants.
22192         (struct mode_change): Moved here from modechange.h.
22193         (mode_append_entry): Remove.
22194         (mode_compile): Remove MASKED_OPS arg, since it encouraged
22195         apps to have incorrect behavior.  Use simpler algorithm for head
22196         and tail.  Don't futz with umask; that's now the job of mode_adjust.
22197         Detect more invalid usages rather than having somewhat-random behavior.
22198         Don't insert an "a=" action, as that leads to incorrect behavior.
22199         (mode_compile, mode_create_from_ref): Return NULL on error instead
22200         of an enum, since now there's only one way to have an error.  All
22201         callers changed.
22202         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
22203         at the correct time.  Simplify calculation of "+u" and its ilk.
22204         Don't mishandle "+X".
22205         (mode_free): Remove "register" and localize decls.
22206         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
22207         (struct mode_change): Move to modechange.c; callers don't
22208         need to see this stuff.
22209         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
22210         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
22211         (mode_change, mode_adjust): Reflect the new signatures noted above.
22212         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
22213         that might redefine system include files.
22214         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
22215         (my_usleep): Use NULL rather than (void *) 0.
22216         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
22217         Use siginterrupt to specify that system calls should be interrupted.
22218         (rpl_nanosleep): Move initialization of suspended closer to call of
22219         my_usleep.
22220         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
22221         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
22222         (desirable_utmp_entry): New function.
22223         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
22224         using x2nrealloc, to simplify logic.
22225         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
22226         size calculation.  Do not assume utmp file is a regular file.
22227         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
22228         (READ_UTMP_CHECK_PIDS): New constant.
22229         * lib/save-cwd.c: Include unistd-safer.h.
22230         (save_cwd): Use fd_safer.
22231         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
22232         [!_LIBC] Include "stat-macros.h" instead.
22233         * lib/unistd-safer.h (fd_safer): New decl.
22234
22235 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22236
22237         * modules/getloadavg (Depends-on): Add unistd-safer.
22238         * modules/getusershell (Depends-on): Add stdio-safer.
22239         * modules/lstat (Depends-on): Remove xalloc.
22240         * modules/mkstemp (Depends-on): Add stat-macros.
22241         * modules/modechange (Depends-on): Remove xstrtol.
22242         Add stat-macros, xalloc.
22243         * modules/save-cwd (Depends-on): Add unistd-safer.
22244         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
22245         * modules/unistd-safer (Files): Add lib/fd-safer.c
22246         (Makefile.am): Remove lib_SOURCES.
22247
22248         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
22249         Remove fcntl-safer; unistd-safer supersedes it.
22250
22251 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22252
22253         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
22254         AC_HEADER_STAT.
22255         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
22256         (gl_PREREQ_CHOWN): Remove.
22257         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
22258         it.  Don't require AC_HEADER_STAT.
22259         (gl_PREREQ_LSTAT): Remove.
22260         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
22261         Don't require AC_HEADER_STAT.
22262         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
22263         (gl_PREREQ_RMDIR): Remove.
22264         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
22265         mention stat-macros.h or AC_HEADER_STAT, since we'll make
22266         the stat-macros module a prerequisite.
22267         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
22268         * m4/filemode.m4 (gl_FILEMODE): Likewise.
22269         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
22270         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
22271         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
22272         variable names.
22273         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
22274         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
22275         variable prefixes.
22276         * m4/fcntl-safer.m4: Remove.
22277         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
22278         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
22279         Invoke gl_PREREQ_FD_SAFER.
22280         (gl_PREREQ_FD_SAFER): New macro.
22281         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
22282         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
22283         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
22284         Remove duplicate call to AC_LIBOBJ(readutmp).
22285         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
22286
22287         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
22288         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
22289
22290 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22291
22292         * MODULES.html.sh (Misc): Add byteswap.
22293
22294 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22295
22296         * modules/getcwd (Depends-on): Add extensions.
22297         * modules/openat (Depends-on): Likewise.
22298
22299 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22300
22301         * modules/byteswap: New file.
22302
22303 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22304
22305         * m4/byteswap.m4: New file.
22306
22307 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22308
22309         * lib/byteswap_.h: New file.
22310
22311 2005-04-25  Karl Berry  <karl@gnu.org>
22312
22313         * m4/gettext.m4: Update from GNU gettext 0.14.4.
22314
22315 2005-04-25  Albert Chin  <china@thewrittenword.com>
22316
22317         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
22318         Toolkit C bug.
22319
22320 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
22321
22322         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
22323         (func_ln_if_changed) Remove forcibly for no error message
22324         in case file does not exist.
22325
22326 2005-04-19  Simon Josefsson  <jas@extundo.com>
22327
22328         * gnulib-tool (Options): Make --symlink mean --symbolic.
22329
22330 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
22331
22332         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
22333
22334 2005-04-16  Simon Josefsson  <jas@extundo.com>
22335
22336         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
22337
22338 2005-04-15  Simon Josefsson  <jas@extundo.com>
22339
22340         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
22341
22342 2005-04-15  Simon Josefsson  <jas@extundo.com>
22343
22344         * gnulib-tool: Rename --symlink to --symbolic.
22345
22346 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
22347
22348         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
22349         symbolic links to files instead of copying/moving.  Add --aux-dir,
22350         specifying directory relative --dir where auxiliary build tools
22351         are placed.
22352
22353 2005-04-14  Bruno Haible  <bruno@clisp.org>
22354
22355         * modules/allocsa (License): Change to LGPL.
22356         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
22357
22358 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
22359
22360         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
22361         that "UTC +1 second" continues to work.  Problem reported
22362         by Dmitry V. Levin.
22363         (relunit_snumber): New rule.
22364         (relunit): Use it.
22365
22366 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
22367
22368         * lib/getdate.y (universal_time_zone_table): New constant.
22369         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
22370         universal_time_zone_table.
22371         (lookup_zone): Prefer universal_time_zone_table to
22372         local_time_zone_table, so that "GMT" time stamps are allowed in
22373         London during the summer.  Problem reported by Ian Abbott.
22374
22375 2005-04-12  Jim Meyering  <jim@meyering.net>
22376
22377         * lib/human.c (humblock): Set *options even when returning due to
22378         xstrtoumax conversion failure.  Thanks to a used-uninitialized
22379         warning from gcc-4.
22380
22381 2005-04-09  Jim Meyering  <jim@meyering.net>
22382
22383         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
22384         -Wuninitialized: initialize tm0.tm_year.
22385
22386 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
22387
22388         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
22389         count, since there's no maximum.  All uses changed.
22390         Add member dsts_seen.
22391         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
22392         not being INT_MAX.
22393         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
22394         Use pc_rels_seen to decide whther a date is absolute.
22395
22396         * lib/getdate.y (number): Don't overwrite year.
22397         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
22398         check.
22399
22400 2005-04-02  Simon Josefsson  <jas@extundo.com>
22401
22402         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
22403         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
22404
22405 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
22406
22407         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
22408         where no absolute path name can be longer than PATH_MAX.
22409
22410 2005-03-27  Jim Meyering  <jim@meyering.net>
22411
22412         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
22413
22414 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
22415
22416         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
22417         "one's complement" -> "ones' complement" in comment, as per Knuth.
22418         "value of type" -> "type or expression" in comment.
22419         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
22420
22421 2005-03-26  Jim Meyering  <jim@meyering.net>
22422
22423         Comment nits.
22424         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
22425         Correct typos: s/or/of/.
22426
22427 2005-03-26  Jim Meyering  <jim@meyering.net>
22428
22429         * modules/check-include-files: Move to ../ and rename to...
22430         * check-module: ...this.
22431
22432 2005-03-25  Jim Meyering  <jim@meyering.net>
22433
22434         * modules/xvasprintf (Files): Add xalloc.h.
22435
22436 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
22437
22438         * modules/gettext (Files): config/config.rpath ->
22439         build-aux/config.rpath
22440         * modules/iconv (Files): Likewise.
22441         Problem reported by Oskar Liljeblad.
22442
22443 2005-03-23  Jim Meyering  <jim@meyering.net>
22444
22445         * modules/check-include-files: New script to check for
22446         missing dependencies, multiple includes, etc.
22447
22448         * modules/c-strtold (Depends-on): Add xalloc.
22449         * modules/c-strtod (Depends-on): Add xalloc.
22450         * modules/hash (Depends-on): Add xalloc.
22451         (Files): Remove lib/xalloc.h.
22452
22453         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
22454         * modules/userspec (Files): Add lib/inttostr.h.
22455
22456 2005-03-23  Jim Meyering  <jim@meyering.net>
22457
22458         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
22459
22460 2005-03-22  Jim Meyering  <jim@meyering.net>
22461
22462         * modules/stat-macros: New module.
22463         * modules/canonicalize, modules/euidaccess, modules/file-type,
22464         * modules/filemode, modules/lchown, modules/makepath,
22465         * modules/rmdir, modules/stat: Depend on new stat-macros module
22466         rather than listing lib/stat-macros.h manually.
22467         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
22468
22469 2005-03-22  Jim Meyering  <jim@meyering.net>
22470
22471         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
22472
22473 2005-03-22  Bruno Haible  <bruno@clisp.org>
22474
22475         * config/srclist.txt: Replace target directory 'config' with
22476         'build-aux'.
22477         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
22478         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
22479         ../build-aux/.
22480
22481 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
22482
22483         * modules/chdir-long (Depends-on): Add mempcpy.
22484
22485         * modules/acl, modules/backupfile, modules/c-strtod,
22486         modules/c-strtold, modules/canon-host, modules/canonicalize,
22487         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
22488         modules/exclude, modules/exitfail, modules/file-type,
22489         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
22490         modules/getdate, modules/getline, modules/getpagesize,
22491         modules/getpass, modules/getugroups, modules/group-member,
22492         modules/hard-locale, modules/hash, modules/human, modules/idcache,
22493         modules/inttostr, modules/long-options, modules/makepath,
22494         modules/md5, modules/memcasecmp, modules/memcoll,
22495         modules/modechange, modules/mountlist, modules/path-concat,
22496         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
22497         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
22498         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
22499         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
22500         modules/strftime, modules/strndup, modules/strverscmp,
22501         modules/timespec, modules/unlocked-io, modules/userspec,
22502         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
22503         modules/yesno:
22504         Remove lib_SOURCES line from Makefile.am section, as this is now
22505         done automatically by the corresponding Autoconf macro.
22506
22507 2005-03-21  Jim Meyering  <jim@meyering.net>
22508
22509         Changes imported from coreutils.
22510
22511         * lib/cycle-check.c: Don't include xalloc.h.
22512
22513         * lib/path-concat.c: Don't include assert.h.
22514         (path_concat): Remove assertion that would have triggered
22515         for ABASE starting with more than one slash.
22516         Reported by Andreas Schwab.
22517
22518         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
22519         properly when ABASE is an absolute file name.
22520         Correct the description of this function.
22521         Include <assert.h>.
22522         Add an assertion and a test driver.
22523         This fixes a bug introduced on 2004-07-02.
22524         Andreas Schwab reported the resulting failure of cp --parents:
22525         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
22526
22527 2005-03-21  Jim Meyering  <jim@meyering.net>
22528
22529         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
22530         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
22531
22532 2005-03-21  Jim Meyering  <jim@meyering.net>
22533         and  Paul Eggert  <eggert@cs.ucla.edu>
22534
22535         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
22536         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
22537         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
22538         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
22539         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
22540         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
22541         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
22542         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
22543         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
22544         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
22545         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
22546         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
22547         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
22548         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
22549         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
22550         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
22551         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
22552         for these modules.
22553
22554 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
22555
22556         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
22557         (which shouldn't happen), generate nothing instead of returning 0
22558         immediately, so that nstrftime (NULL, ...) doesn't return 0.
22559
22560 2005-03-16  Bruno Haible  <bruno@clisp.org>
22561
22562         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
22563         HAVE_LONGLONG_64BIT.
22564
22565 2005-03-16  Bruno Haible  <bruno@clisp.org>
22566
22567         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
22568         HAVE_LONGLONG_64BIT.
22569
22570 2005-03-16  Bruno Haible  <bruno@clisp.org>
22571
22572         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
22573         HAVE_LONGLONG_64BIT.
22574
22575 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
22576
22577         * lib/strftime.c (my_strftime): Prepend space to format so that we can
22578         reliably distinguish strftime failure from empty output on POSIX
22579         hosts.
22580
22581 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
22582
22583         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
22584         (iconv_string): Don't guess a size-zero buffer, as that might cause
22585         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
22586         result would be 'too large', where 'too large' is (heuristically)
22587         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
22588         overflow concerns.  This will prevent some unwanted malloc failures
22589         when the inputs are very large.
22590
22591 2005-03-15  Karl Berry  <karl@gnu.org>
22592
22593         * config/srclist.txt (config.rpath): from gettext.
22594         * config/config.rpath: update.
22595
22596 2005-03-15  Bruno Haible  <bruno@clisp.org>
22597
22598         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
22599         to 'negate'.
22600
22601         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
22602         variable.
22603
22604         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
22605         results.
22606
22607 2005-03-14  Simon Josefsson  <jas@extundo.com>
22608
22609         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
22610         <fx@gnu.org>.
22611
22612 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
22613
22614         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
22615         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
22616         intprops.h.
22617         * lib/strtol.c: Likewise.
22618
22619 2005-03-14  Jim Meyering  <jim@meyering.net>
22620
22621         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
22622         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
22623         to be nonzero so that we (and caller) can detect the difference
22624         between a valid zero-length expansion and an error return, even
22625         when the underlying strftime fails before writing anything into
22626         that location.
22627
22628 2005-03-14  Bruno Haible  <bruno@clisp.org>
22629
22630         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
22631         Update from GNU gettext 0.14.3.
22632
22633 2005-03-10  Jim Meyering  <jim@meyering.net>
22634
22635         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
22636
22637 2005-03-10  Jim Meyering  <jim@meyering.net>
22638
22639         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
22640         so that this module works on systems without fchdir.
22641
22642 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
22643
22644         Factor int-properties macros into a single file, except for
22645         glibc-related files.
22646         * lib/intprops.h: New file.
22647         * lib/getloadavg.c: Include it instead of limits.h.
22648         (INT_STRLEN_BOUND): Remove.
22649         * lib/human.c: Include intprops.h.
22650         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
22651         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
22652         302/1000.
22653         * lib/inttostr.h: Include intprops.h instead of limits.h.
22654         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
22655         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
22656         for consistency with intprops.h.
22657         (time_t_is_integer, twos_complement_arithmetic): Use them.
22658         * lib/sig2str.h: Include <signal.h>, intprops.h.
22659         (INT_STRLEN_BOUND): Remove.
22660         * lib/strftime.c (TYPE_SIGNED): Remove.
22661         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
22662         * lib/strtol.c: Adjust comments to match intprops.h.
22663         * lib/userspec.c: Include intprops.h.
22664         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
22665         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
22666         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
22667         instead of rolling our own expressions.
22668         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
22669
22670         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
22671         instead of int.
22672         (my_strftime): Do not mishandle years close to INT_MAX, by doing
22673         the right thing even if adding 1900 would overflow.  Similarly
22674         for tm_mon + 1 and tm_yday + 1.
22675         Make %Y always equivalent to %C%y, and similarly for %G and %g.
22676         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
22677         (DO_SIGNED_NUMBER): New macro.
22678         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
22679
22680 2005-03-07  Bruno Haible  <bruno@clisp.org>
22681
22682         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
22683
22684 2005-03-07  Bruno Haible  <bruno@clisp.org>
22685
22686         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
22687
22688 2005-03-04  Derek R. Price  <derek@ximbiot.com>
22689
22690         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
22691         (func_import): Only replace files via --import when they have actually
22692         changed.
22693
22694 2005-03-03  Derek R. Price  <derek@ximbiot.com>
22695
22696         * m4/mmap-anon.m4: New file.
22697         * m4/pagealign_alloc.m4: New file.
22698
22699 2005-03-03  Derek R. Price  <derek@ximbiot.com>
22700             Bruno Haible  <bruno@clisp.org>
22701
22702         * modules/pagealign_alloc: New file.
22703         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
22704
22705 2005-03-03  Derek R. Price  <derek@ximbiot.com>
22706             Bruno Haible  <bruno@clisp.org>
22707
22708         * lib/pagealign_alloc.h: New file.
22709         * lib/pagealign_alloc.c: New file.
22710
22711 2005-03-03  Bruno Haible  <bruno@clisp.org>
22712
22713         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
22714         Use an all-permissive copyright notice, recommended by RMS.
22715
22716 2005-03-02  Bruno Haible  <bruno@clisp.org>
22717
22718         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
22719         of AIX, the replacement has to be done only after <string.h> is
22720         included, therefore not in config.h. stpncpy.h does the replacement,
22721         and stpncpy.c uses it.
22722
22723 2005-03-02  Bruno Haible  <bruno@clisp.org>
22724
22725         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
22726         stpncpy.c uses it.
22727
22728 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22729
22730         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
22731         The workaround isn't strictly needed for POSIX conformance, and
22732         it's too much of a pain to configure and maintain.  We'll ask
22733         people to fix their kernels instead.
22734         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
22735         (NANOSLEEP_BUG_WORKAROUND): Remove.
22736         (xnanosleep): Remove the workaround.
22737
22738 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22739
22740         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
22741         Reported by Derek Price.
22742         (Include): Add "timespec.h".
22743
22744         * modules/xnanosleep (Depends-on): Remove gethrxtime.
22745
22746 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22747
22748         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
22749         to detect nanosleep bug.
22750
22751 2005-03-01  Bruno Haible  <bruno@clisp.org>
22752
22753         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
22754
22755 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
22756
22757         * modules/gethrxtime: New file.
22758         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
22759         (Depends-on): Add gethrxtime.
22760         (configure.ac): Add gl_XNANOSLEEP.
22761         (Makefile.am): Remove lib_SOURCES line.
22762
22763 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
22764
22765         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
22766         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
22767
22768 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
22769
22770         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
22771         * lib/timespec.h (gettime): Return void, since it always
22772         succeeds now.  All uses changed.
22773         * lib/gettime.c (gettime) Likewise.
22774         [HAVE_NANOTIME]: Prefer nanotime.
22775         Assume gettimeofday succeeds, as POSIX requires.
22776         Assime time () succeeds, since other code already does.
22777         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
22778         (timespec_subtract): Remove.
22779         (NANOSLEEP_BUG_WORKAROUND): New constant.
22780         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
22781         things considerably.  Use it only on GNU/Linux hosts, since the
22782         workaround shouldn't be needed elsewhere.
22783
22784 2005-02-24  Bruno Haible  <bruno@clisp.org>
22785
22786         * modules/gettext (Files): Add m4/glibc2.m4.
22787
22788 2005-02-24  Bruno Haible  <bruno@clisp.org>
22789
22790         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
22791         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
22792         * m4/progtest.m4:
22793         Update from GNU gettext 0.14.2.
22794         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
22795
22796 2005-02-24  Bruno Haible  <bruno@clisp.org>
22797
22798         * lib/localcharset.c: Update from GNU gettext 0.14.2.
22799         * lib/config.charset: Update from GNU gettext 0.14.2.
22800
22801 2005-02-24  Bruno Haible  <bruno@clisp.org>
22802
22803         * lib/gettext.h: Update from GNU gettext 0.14.2.
22804
22805 2005-02-23  Simon Josefsson  <jas@extundo.com>
22806
22807         * m4/iconvme.m4: New file.
22808
22809 2005-02-23  Jim Meyering  <jim@meyering.net>
22810
22811         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
22812         change.
22813         Thanks to Bruno Haible for catching it.
22814
22815 2005-02-22  Simon Josefsson  <jas@extundo.com>
22816
22817         * modules/iconvme: New file.
22818
22819         * MODULES.html.sh: Add iconvme.
22820
22821 2005-02-22  Simon Josefsson  <jas@extundo.com>
22822
22823         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
22824
22825 2005-02-22  Simon Josefsson  <jas@extundo.com>
22826
22827         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
22828
22829 2005-02-22  Jim Meyering  <jim@meyering.net>
22830
22831         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
22832         s/ifndef/ifdef/.
22833
22834 2005-02-20  Neil Conway  <neilc@samurai.com>
22835
22836         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
22837         returned by OSX/Darwin if the specified buffer is not large
22838         enough for the hostname.
22839
22840 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22841
22842         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
22843         pass it to _help, otherwise the latter coredumps trying to
22844         dereference state.root_argp.
22845
22846 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
22847
22848         * modules/chdir-long (Depends-on): Add memrchr.
22849         * modules/memrchr (Files): Add lib/memrchr.h.
22850         (Include): "memrchr.h".
22851
22852 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
22853
22854         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
22855
22856 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
22857
22858         * lib/memrchr.h: New file.
22859         * lib/chdir-long.c: Include it.
22860         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
22861         Don't bother including stddef.h.
22862
22863 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
22864
22865         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
22866         inclusion.
22867         Include <sys/types.h>, for dev_t.
22868         (ME_DUMMY, ME_REMOTE): Move from here....
22869         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
22870         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
22871         Dmitry V. Levin.
22872         Include mountlist.h first, to test the interface.
22873
22874 2005-01-29  Bruno Haible  <bruno@clisp.org>
22875
22876         * lib/progname.c (program_name): Initialize.
22877         Needed when linking statically on MacOS X.
22878
22879 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
22880
22881         Sync from coreutils.
22882         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
22883         (Depends-on): Add c-strtod.
22884         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
22885
22886 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
22887
22888         Sync from coreutils.
22889         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
22890
22891         Remove files that are specific to coreutils.
22892         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
22893
22894 2005-01-28  Bruno Haible  <bruno@clisp.org>
22895
22896         * modules/javacomp: New file.
22897         * MODULES.html.sh (Java): Add javacomp.
22898
22899 2005-01-28  Bruno Haible  <bruno@clisp.org>
22900
22901         * m4/javacomp.m4: New file, from GNU gettext.
22902
22903 2005-01-28  Bruno Haible  <bruno@clisp.org>
22904
22905         * lib/javacomp.sh.in: New file, from GNU gettext.
22906         * lib/javacomp.h: New file, from GNU gettext.
22907         * lib/javacomp.c: New file, from GNU gettext.
22908
22909 2005-01-26  Simon Josefsson  <jas@extundo.com>
22910
22911         * lib/gai_strerror.c: Use GPL in header.
22912
22913 2005-01-26  Bruno Haible  <bruno@clisp.org>
22914
22915         * modules/javaexec: New file.
22916         * MODULES.html.sh (Java): Add javaexec.
22917
22918 2005-01-26  Bruno Haible  <bruno@clisp.org>
22919
22920         * m4/javaexec.m4: New file, from GNU gettext.
22921
22922 2005-01-26  Bruno Haible  <bruno@clisp.org>
22923
22924         * lib/javaexec.sh.in: New file, from GNU gettext.
22925         * lib/javaexec.h: New file, from GNU gettext.
22926         * lib/javaexec.c: New file, from GNU gettext.
22927
22928 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22929
22930         * modules/lchown (Depends-on): Remove lchown.h
22931
22932 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22933
22934         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
22935         must be defined if the header file was not found, in order
22936         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
22937
22938 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22939
22940         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
22941         initializers for struct pentry_state.
22942         (__argp_error): Check return value of __asprintf
22943         (__argp_failure): Translate error message
22944
22945         * lib/argp-parse.c: Removed braces around the expansion of N_()
22946
22947 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
22948
22949         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
22950         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
22951         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
22952         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
22953         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
22954         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
22955         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
22956         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
22957         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
22958         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
22959         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
22960         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
22961         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
22962         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
22963         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
22964         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
22965         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
22966         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
22967         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
22968         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
22969         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
22970         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
22971         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
22972         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
22973         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
22974         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
22975         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
22976         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
22977         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
22978         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
22979         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
22980         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
22981         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
22982         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
22983         xstrtol.m4, xstrtoumax.m4, yesno.m4:
22984         Use an all-permissive copyright notice, recommended by RMS.
22985
22986 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
22987
22988         * modules/chdir-long (Depends-on): Remove mempcpy.
22989
22990 2005-01-21  Jim Meyering  <jim@meyering.net>
22991
22992         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
22993         same value as for Solaris 9.
22994
22995         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
22996         component length.  This included changing the parameter to be
22997         of type `char *' rather than `char const *'.
22998         * lib/chdir-long.h (chdir_long): Update prototype.
22999
23000         * lib/openat.c (fdopendir, fstatat): New functions.
23001         * lib/openat.h: Include headers required for use of DIR and struct
23002         stat.
23003         [AT_SYMLINK_NOFOLLOW]: Define.
23004         (fdopendir, fstatat): Add prototypes.
23005
23006 2005-01-21  Bruno Haible  <bruno@clisp.org>
23007
23008         * modules/classpath: New file.
23009         * MODULES.html.sh (Java): Add classpath.
23010
23011 2005-01-21  Bruno Haible  <bruno@clisp.org>
23012
23013         * lib/classpath.h: New file, from GNU gettext.
23014         * lib/classpath.c: New file, from GNU gettext.
23015
23016 2005-01-20  Simon Josefsson  <jas@extundo.com>
23017
23018         * modules/version-etc-fsf: New file.
23019
23020 2005-01-20  Simon Josefsson  <jas@extundo.com>
23021
23022         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
23023         * lib/version-etc.c: Remove version_etc_copyright.
23024         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
23025         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
23026
23027 2005-01-20  Simon Josefsson  <jas@extundo.com>
23028
23029         * lib/base64.h (isbase64): Add.
23030
23031         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
23032         using a unsigned prototype, don't inline.
23033         (base64_decode): Use it.
23034
23035 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23036
23037         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
23038         it.
23039
23040 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23041
23042         * lib/save-cwd.c (save_cwd): Remove code to support the case
23043         where fchdir is missing or flaky.
23044
23045 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23046
23047         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
23048
23049 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
23050
23051         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
23052         AC_LIBSOURCES now does this.
23053         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
23054         with new ullong_max module.
23055
23056 2005-01-19  Bruno Haible  <bruno@clisp.org>
23057
23058         * modules/sh-quote: New file.
23059         * MODULES.html.sh (Executing programs): Add sh-quote.
23060
23061 2005-01-19  Bruno Haible  <bruno@clisp.org>
23062
23063         * lib/sh-quote.h: New file, from GNU gettext.
23064         * lib/sh-quote.c: New file, from GNU gettext.
23065
23066 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23067
23068         Merge from coreutils.
23069         * m4/ullong_max.m4: New file.
23070         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
23071         (gl_MACROS): Assume localeconv exists.
23072
23073 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23074
23075         Merge changes from coreutils, as described below in several
23076         changelogs dated today.
23077
23078         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
23079         (O_DIRECTORY): Remove; not needed here, since "." must be
23080         a directory.  All uses removed.
23081         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
23082         universal on Suns, and we also need to test for IRIX.
23083         Revamp code to use 'if' rather than '#if'.
23084         Avoid unnecessary comparison of cwd->desc to 0.
23085
23086         * lib/utimens.c (futimens): Robustify the previous patch, by checking
23087         for known valid error numbers rather than observed invalid ones.
23088
23089 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23090
23091         * modules/ullong_max: New file.
23092
23093         * modules/chdir-long, modules/openat: New files.
23094         * modules/save-cwd (Depends-on): Depend on chdir-long.
23095         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
23096
23097 2005-01-18  Jim Meyering  <jim@meyering.net>
23098
23099         Merge from coreutils.
23100         * m4/chdir-long.m4, m4/openat.m4: New files.
23101         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
23102         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
23103         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
23104         is sane and DOES follow symlinks.  Besides, testing 20 different
23105         systems found no broken chown implementations.
23106         Prompted by a change in rsync's copy of this macro.
23107         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
23108
23109         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
23110
23111         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
23112         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
23113         NULL-means-set-to-current-time semantics.
23114         Remove temporary file immediately, rather than waiting
23115         for configure's at-exit trap code to do it.
23116
23117 2005-01-18  Jim Meyering  <jim@meyering.net>
23118
23119         * lib/version-etc.c (version_etc_copyright): Update copyright date.
23120
23121         * lib/utimens.c (futimens): Account for the fact that futimes
23122         can also fail with errno == ENOSYS or errno == ENOENT.
23123         Patch from Dmitry V. Levin.
23124
23125         Change the name of the robust chdir function from chdir to chdir_long.
23126         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
23127         (restore_cwd): Use chdir_long, not chdir.
23128         * lib/chdir-long.c: Renamed from chdir.c.
23129         * lib/chdir-long.h: Renamed from chdir.h.
23130         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
23131         Hurd.
23132
23133 2005-01-18  Bruno Haible  <bruno@clisp.org>
23134
23135         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
23136         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
23137         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
23138         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
23139         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
23140         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
23141         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
23142         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
23143         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
23144         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
23145         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
23146         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
23147         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
23148         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
23149         Use an all-permissive copyright notice, recommended by RMS.
23150
23151 2005-01-18  Bob Proulx  <bob@proulx.com>
23152
23153         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
23154         simplify offsetof() macro construct to avoid compile failure with
23155         native HP-UX 11.0 ANSI C compiler.
23156
23157 2005-01-17  Bruno Haible  <bruno@clisp.org>
23158
23159         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
23160         redundant because stpncpy.m4 takes care of it.
23161
23162 2005-01-17  Bruno Haible  <bruno@clisp.org>
23163
23164         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
23165
23166 2005-01-17  Bruno Haible  <bruno@clisp.org>
23167
23168         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
23169         used.
23170
23171 2005-01-17  Bruno Haible  <bruno@clisp.org>
23172
23173         * lib/fwriteerror.h (fwriteerror): Change specification to include
23174         fclose.
23175         * lib/fwriteerror.c: Include <stdbool.h>.
23176         (fwriteerror): At the end, close the file stream. Record whether
23177         stdout was already closed.
23178
23179 2005-01-17  Bruno Haible  <bruno@clisp.org>
23180
23181         * lib/execute.c (environ): Declare if needed.
23182         * lib/pipe.c (environ): Likewise.
23183         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
23184
23185 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23186
23187         * modules/argp: Depend on vsnprintf
23188
23189 2005-01-10  Jim Meyering  <jim@meyering.net>
23190
23191         * modules/closeout (Depends-on): Add atexit.
23192
23193 2005-01-06  Bruno Haible  <bruno@clisp.org>
23194
23195         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
23196
23197 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
23198
23199         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
23200         definitions to be after all include files, to avoid collisions.
23201         Problem reported by Bob Proulx.
23202
23203 2005-01-04  Jim Meyering  <jim@meyering.net>
23204
23205         Changes imported from coreutils.
23206         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
23207         as the mkstemp template, use a temporary directory and an
23208         8.3-friendly template to avoid trouble on systems like DJGPP.
23209         Reported by Juan M. Guerrero via Stepan Kasal.
23210         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
23211         close. Remove the temporary directory right away, rather than waiting
23212         for configure's at-exit trap code to do it.
23213         Suggestion from Stepan Kasal.
23214
23215 2005-01-01  Simon Josefsson  <jas@extundo.com>
23216
23217         * gnulib-tool: Print #include directives when --import'ing.
23218
23219 2004-12-28  Simon Josefsson  <jas@extundo.com>
23220
23221         * tests/test-base64.c: Include required header files.  Remove
23222         unused variables.
23223
23224 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
23225
23226         * modules/error (Depends-on): Remove gettext.
23227
23228 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
23229
23230         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
23231         not needed.  This removes a dependency on the gettext module.
23232         [defined _LIBC]: Do not include <libintl.h>; not needed.
23233
23234 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
23235
23236         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
23237         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
23238
23239 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
23240
23241         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
23242         HAVE_DECL_STRTOLD.
23243
23244 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23245
23246         * modules/getdate (Depends-on): Remove alloca-opt.
23247
23248 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23249
23250         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
23251
23252 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23253
23254         * lib/argp-parse.c: Include <stddef.h>.
23255         (alignof, alignto): New macros.
23256         (parser_init): Don't assume that void * is aligned sufficiently
23257         for struct option.
23258
23259         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
23260         need to extend the stack.
23261         (YYINITDEPTH): New macro, so that the initial stack isn't overly
23262         large.
23263
23264 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23265
23266         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
23267
23268 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
23269
23270         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
23271         (2004-10-24) change.  Apparently this was a false alarm.
23272
23273         * modules/getdate: Depend on alloca-opt, not alloca.
23274
23275 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
23276
23277         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
23278         Remove now-obsolete comment about AIX.
23279         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
23280         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
23281         (YYMAXDEPTH): New macro.
23282
23283 2004-12-18  Simon Josefsson  <jas@extundo.com>
23284
23285         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
23286
23287 2004-12-18  Bruno Haible  <bruno@clisp.org>
23288
23289         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
23290
23291 2004-12-18  Bruno Haible  <bruno@clisp.org>
23292
23293         * lib/fatal-signal.c (fatal_signals): Make non-const.
23294         (init_fatal_signals): New function.
23295         (uninstall_handlers, install_handlers): Ignore signals that were set to
23296         SIG_IGN.
23297         (at_fatal_signal): Call init_fatal_signals.
23298         (init_fatal_signal_set): Likewise. Ignore signals that were set to
23299         SIG_IGN.
23300         Reported by Paul Eggert.
23301
23302 2004-12-18  Bruno Haible  <bruno@clisp.org>
23303
23304         * doc/alloca.texi: New file.
23305         * doc/alloca-opt.texi: New file.
23306
23307 2004-12-17  Jim Meyering  <jim@meyering.net>
23308
23309         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
23310         Otherwise, install-sh could exit with improper exit status when
23311         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
23312
23313 2004-12-16  Simon Josefsson  <jas@extundo.com>
23314
23315         * tests/test-base64.c: Add license.
23316
23317 2004-12-15  Stepan Kasal  <address@hidden>
23318
23319         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
23320
23321 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
23322
23323         * modules/getcwd (Files): Add m4/d-ino.m4.
23324         Suggested by Mark D. Baushke.
23325
23326 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
23327
23328         * lib/getdate.y (textint): New member "negative".
23329         (time_zone_hhmm): New function.
23330         Expect 14 shift-reduce conflicts, not 13.
23331         (o_colon_minutes): New rule.
23332         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
23333         (yylex): Set the "negative" member of signed numbers.
23334
23335 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
23336
23337         * doc/getdate.texi (Time of day items, Time zone items):
23338         Describe new formats +00:00, UTC+00:00.
23339
23340 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
23341
23342         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
23343         spurious "-l"s.  Problem reported by Stepan Kasal.
23344
23345 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
23346
23347         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
23348         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
23349
23350 2004-12-04  Simon Josefsson  <jas@extundo.com>
23351
23352         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
23353         Vandoorselaere <yoann@prelude-ids.org>.
23354
23355 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23356
23357         Changes imported from coreutils.
23358         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
23359         exist.
23360         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
23361
23362 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23363
23364         Changes imported from coreutils.
23365         * lib/hard-locale.c: Assume <locale.h> exists.
23366         Include "strdup.h".
23367         (GLIBC_VERSION): New macro.
23368         (hard_locale): Assume setlocale exists.
23369         Rewrite to avoid #ifdef.
23370         Use strdup rather than malloc + strcpy.
23371         * lib/human.c: Assume <locale.h> exists.
23372         (human_readable): Assume localeconv exists.
23373
23374 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23375
23376         * modules/hard-locale (Depends-on): Add strdup.
23377
23378 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
23379
23380         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
23381         convert T2, not T.  (Imported from libc.)
23382
23383 2004-11-30  Simon Josefsson  <jas@extundo.com>
23384
23385         * modules/restrict (License): Change to LGPL.
23386
23387 2004-11-30  Simon Josefsson  <jas@extundo.com>
23388
23389         * m4/restrict.m4: Add copyright and copying conditions.
23390
23391 2004-11-30  Simon Josefsson  <jas@extundo.com>
23392
23393         * m4/base64.m4: New file.
23394
23395 2004-11-30  Simon Josefsson  <jas@extundo.com>
23396
23397         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
23398         base64.
23399
23400         * tests/test-base64.c: New file.
23401
23402         * modules/base64: New file.
23403
23404 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
23405
23406         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
23407         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
23408
23409         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
23410
23411 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
23412
23413         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
23414         (__getcwd.c): Don't restore errno; glibc doesn't.
23415         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
23416         first, falling back to our code only if its results look suspicious.
23417         Ensure that the resulting buffer is only as large as necessary.
23418
23419         * lib/readutmp.c: Include readutmp.h first.
23420         Include <errno.h>, since readutmp.h no longer does that.
23421         * lib/readutmp.h: Don't include <errno.h>,
23422         <sys/param.h>, <time.h>; not needed to establish interface.
23423         (errno): Remove decl.
23424         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
23425         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
23426         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
23427
23428 2004-11-28  Simon Josefsson  <jas@extundo.com>
23429
23430         * lib/base64.h, base64.c: New file.
23431
23432 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
23433
23434         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
23435
23436 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
23437
23438         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
23439         (Depends-on): Remove pathmax, same.  Add mempcpy.
23440         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
23441         (Makefile.am): Append getcwd.h to lib_SOURCES.
23442         (Include): Add getcwd.h.
23443         (Maintainer): Change from Jim Meyering to "all, glibc",
23444         since getdate now uses intended-for-glibc code.
23445         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
23446         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
23447
23448 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
23449
23450         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
23451         HP's ANSI C compiler.
23452         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
23453         Declaring int functions causes warnings on some modern systems and
23454         shouldn't be needed to compile on ancient ones.
23455         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
23456         defined.
23457
23458         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
23459         with the following changes.
23460         (__set_errno): Parenthesize properly.
23461         Include <stdbool.h>.
23462         (MIN, MAX, MATCHING_INO): New macros.
23463         (__getcwd): Define with prototype, not K&R form.
23464         Use heuristics to allocate default buffer on stack if possible.
23465         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
23466         behavior, and to avoid the PATH_MAX limit when computing
23467         ../../../../...
23468         Use MATCHING_INO to compare inode number to file.
23469         Check for arithmetic overflow in size calculations.
23470         Fix bug in reallocation of dot array that caused getcwd to fail
23471         on directories nested deeper than 75.
23472         Be more careful about saving errno on error.
23473         Do not use realloc; use only free+malloc, as this is a bit
23474         more flexible and avoids a needless copy operation.
23475         Do not inspect st_dev and st_ino for symbolic links; POSIX
23476         doesn't specify the latter.
23477         Check for closedir errors.
23478         Avoid needless casts.
23479         Use "#ifdef weak_alias" around weak_alias, to be like other
23480         glibc code.
23481         The following changes to getcwd.c have effect only when used in
23482         gnulib; they have no effect inside glibc proper.
23483         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
23484         as alloca isn't used.
23485         (alloca, __alloca): Likewise.
23486         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
23487         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
23488         unconditionally, as gnulib assumes C89 or better.
23489         Do not include <sys/param.h>.
23490         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
23491         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
23492         better.
23493         (NULL) [!defined NULL]: Remove; we assume C89 or better.
23494         Include <dirent.h> in a way that is compatible with modern Autoconf.
23495         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
23496         New macros, if not already defined.
23497         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
23498         Use "_LIBC", not "defined _LIBC", for consistency.
23499         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
23500         a mempcpy module.
23501         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
23502         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
23503         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
23504         credit only to Jim Meyering and adjust the copyright dates.
23505         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
23506         <stdlib.h>, <unistd.h>, "pathmax.h".
23507         Instead, include "xgetcwd.h" (first) and "getcwd.h".
23508         (INITIAL_BUFFER_SIZE): Remove.
23509         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
23510
23511 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
23512
23513         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
23514         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
23515         Use the _ONCE methods, for efficiency.
23516         Check for fcntl.h.  In test program, include <errno.h>
23517         and <fcntl.h> if available.  Remove old K&R cruft from
23518         test program.  Check for common errors in GNU/Linux,
23519         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
23520         don't do AC_LIBOBJ, as that's getcwd.m4's job.
23521         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
23522         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
23523         name accordingly.
23524         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
23525         accommodate new getcwd.c.
23526         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
23527         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
23528         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
23529         that's all we need now.
23530
23531 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23532
23533         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
23534         argp-parse.c depends on getopt internals, that means we should
23535         always use our getopt, to be on the safe side.
23536         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
23537         order not to spoil the result of an eventual previous invocation
23538         of gl_GETOPT_SUBSTITUTE.
23539
23540 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23541
23542         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
23543         redefinition warnings. To avoid them, include the defines
23544         in `#if !defined __need_getopt ... #endif'. The only place
23545         where __getopt_argv_const is used is in definitions
23546         of getopt_long and getopt_long_only below, which are as well
23547         protected by `#ifndef __need_getopt'.
23548         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
23549         __need_getopt after including <stdio.h> and <unistd.h> These
23550         headers might have defined it.
23551
23552 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
23553
23554         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
23555
23556 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
23557
23558         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
23559         (futimens): New function, which uses futimes if available.
23560         (futimens, utimens): Support timespec==NULL, with same semantics
23561         as utime and utimens.
23562         * lib/utimens.h (futimens): New decl.
23563
23564 2004-11-23  Jim Meyering  <jim@meyering.net>
23565
23566         * lib/getopt_.h: Remove trailing blanks.
23567
23568 2004-11-23  Jim Meyering  <jim@meyering.net>
23569
23570         * lib/__fpending.c: Add comment.
23571
23572 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
23573
23574         * modules/canonicalize (Depends-on): Add xreadlink.
23575         Problem reported by James Youngman.
23576
23577 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
23578
23579         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
23580         New macros.
23581         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
23582         optopt): Use them instead of invoking ## directly; otherwise, the
23583         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
23584
23585 2004-11-19  Bruno Haible  <bruno@clisp.org>
23586
23587         * lib/strtok_r.c: Move comments from here...
23588         * lib/strtok_r.h: ... to here.
23589
23590 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
23591
23592         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
23593         implementations that mishandle size_t overflow.
23594
23595 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
23596
23597         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
23598         might fail.  Problem reported by Yoann Vandoorselaere.
23599         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
23600         implementations that mishandle size_t overflow.
23601
23602 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23603
23604         * modules/canon-host (Depends-on): Add strdup.
23605
23606 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23607
23608         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
23609
23610 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23611
23612         * lib/canon-host.c: Include "strdup.h".
23613         (canon_host): Use getaddrinfo if available, so that IPv6 works.
23614         Use strdup instead of malloc/strcpy to duplicate strings.
23615
23616         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
23617         (human_space_before_unit): New constant.
23618         * lib/human.c (human_readable): Support it.
23619
23620         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
23621         (xgetcwd): Set errno correctly when failing.
23622         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
23623         the failure is actually due to a PATH_MAX problem.
23624
23625         Further getopt changes to make it more likely that glibc will
23626         buy the changes back.
23627         * lib/getopt.c (POSIXLY_CORRECT): New constant.
23628         (getopt): Use it, so to preserve glibc semantic
23629         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
23630         when compiling for libc.
23631         * lib/getopt_.h (__getopt_argv_const): Bring it back.
23632         (getopt_long, getopt_long_only): Use it.
23633
23634         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
23635         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
23636         (getopt): Argv is now char * const *, as per standard.
23637         (_getopt_internal_r, _getopt_internal): Argv is now char **,
23638         not char *__getopt_argv_const *.
23639         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
23640         _getopt_long_only_r): Likewise.
23641         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
23642         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
23643         _getopt_long_r, _getopt_long_only_r): Likewise.
23644         * lib/getopt_.h (__getopt_argv_const): Remove.
23645         (getopt): Argv is now char * const *, as per standard.
23646
23647         * lib/getdate.y (tORDINAL): New token.
23648         (day, relunit): Allow it for relative times.
23649         (relative_time_table): Use tORDINAL for ordinals.
23650
23651 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23652
23653         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
23654         Document that "second" isn't allowed as an ordinal number.
23655
23656 2004-11-16  Jim Meyering  <jim@meyering.net>
23657
23658         * modules/closeout (Depends-on): Add fpending.
23659
23660 2004-11-15  Jim Meyering  <jim@meyering.net>
23661
23662         * lib/closeout.c: Include "__fpending.h" once again.
23663         Include <stdbool.h>.
23664         (close_stdout): Don't fail just because stdout was closed initially,
23665         since some programs don't write to stdout in the normal course of
23666         operation (other than --version and --help), and we don't want this
23667         function to make e.g. `touch file >&-' fail.
23668         But do fail if it was closed and someone has tried to write to it.
23669         E.g., `printf foo >&-' must fail.
23670
23671 2004-11-13  Jim Meyering  <jim@meyering.net>
23672
23673         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
23674
23675 2004-11-12  Simon Josefsson  <jas@extundo.com>
23676
23677         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
23678         small doc fix is still pending.
23679
23680 2004-11-11  Simon Josefsson  <jas@extundo.com>
23681
23682         * modules/strtok_r: New file.
23683
23684         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23685         strtok_r.
23686
23687 2004-11-11  Simon Josefsson  <jas@extundo.com>
23688
23689         * m4/strtok_r.m4: New file.
23690
23691         * m4/getopt.m4: Replace opterr.
23692
23693 2004-11-11  Simon Josefsson  <jas@extundo.com>
23694
23695         * lib/strtok_r.h, strtok_r.c: New file.
23696
23697 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
23698
23699         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
23700         of replacing opterr, getopt, etc.  This should handle the
23701         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
23702
23703 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
23704
23705         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
23706         we can stop lying to compilers about the constness of argv when we
23707         are compiled outside glibc.
23708         (getopt, getopt_long, getopt_long_only): Use it.
23709         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
23710         _getopt_internal, getopt): Likewise.
23711         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
23712         _getopt_long_only_r): Likewise.
23713         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
23714         _getopt_long_r, _getopt_long_only_r): Likewise.
23715
23716         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
23717         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
23718         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
23719         the other external symbols.
23720         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
23721         declaration, since the above renaming now works around collisions.
23722
23723 2004-11-11  Jim Meyering  <jim@meyering.net>
23724
23725         * lib/linebreak.c: Remove trailing blanks.
23726         * lib/alloca_.h: Likewise.
23727         * lib/acosl.c: Likewise.
23728         * lib/euidaccess.c: Likewise.
23729         * lib/allocsa.h: Likewise.
23730
23731 2004-11-10  Simon Josefsson  <jas@extundo.com>
23732
23733         * m4/getaddrinfo.m4: New file.
23734
23735 2004-11-10  Simon Josefsson  <jas@extundo.com>
23736
23737         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
23738
23739 2004-11-10  Simon Josefsson  <jas@extundo.com>
23740
23741         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23742         getaddrinfo.
23743
23744         * modules/getaddrinfo: New file.
23745
23746 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
23747
23748         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
23749
23750 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
23751
23752         * lib/mktime.c (SHR): New macro, which is a portable
23753         substitute for >> that should work even on Crays.
23754         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
23755         Problem reported by Mark D. Baushke in
23756         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
23757         * lib/getdate.y (SHR): Likewise.
23758         (tm_diff): Use it.
23759         * lib/strftime.c (SHR): Likewise.
23760         (tm_diff): Use it.
23761         * lib/quotearg.c (struct quoting_options): Use unsigned int for
23762         quote_these_too, so that right shifts are well defined.  All uses
23763         changed.
23764
23765 2004-11-10  Jim Meyering  <jim@meyering.net>
23766
23767         Ensure that no close failure goes unreported.
23768         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
23769         return early when it seems there's nothing to flush.
23770         Don't include __fpending.h.
23771
23772 2004-11-10  Jim Meyering  <jim@meyering.net>
23773
23774         * modules/closeout (Depends-on): Remove fpending.
23775
23776 2004-11-10  Jim Meyering  <jim@meyering.net>
23777
23778         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
23779
23780 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
23781
23782         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
23783         gl_FUNC_STRFTIME.
23784         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
23785         and AC_REQUIRE when possible, to avoid duplicate checks.
23786         Check for <wchar.h>.
23787
23788 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
23789
23790         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
23791
23792 2004-11-09  Bruno Haible  <bruno@clisp.org>
23793
23794         * m4/sockpfaf.m4: New file.
23795
23796 2004-11-05  Bruno Haible  <bruno@clisp.org>
23797
23798         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
23799         Reported by Mark D. Baushke <mdb@cvshome.org>.
23800
23801 2004-11-04  Bruno Haible  <bruno@clisp.org>
23802
23803         2004-09-11  Bruno Haible  <bruno@clisp.org>
23804                 * allocsa.valgrind: New file.
23805         2004-02-06  Bruno Haible  <bruno@clisp.org>
23806                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
23807                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
23808                 Reported by Christopher Seip <chris.seip@hp.com>.
23809
23810 2004-11-04  Bruno Haible  <bruno@clisp.org>
23811
23812         * modules/allocsa (Files): Add lib/allocsa.valgrind.
23813         (Makefile.am): Distribute it.
23814
23815 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
23816
23817         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
23818         with errno == ERANGE if the buffer is too small.
23819         Problem reported by Mark D. Baushke.
23820
23821 2004-11-03  Albert Chin  <china@thewrittenword.com>
23822             Paul Eggert  <eggert@cs.ucla.edu>
23823
23824         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
23825         equivalent, substitute $ac_type for equivalent type rather than
23826         blindly using uint32_t *always* which won't work if uint32_t is not
23827         available.  Define _UINT32_T to work around typedef of uint32_t if
23828         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
23829         2.5.1.
23830
23831 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
23832
23833         * m4/jm-macros.m4: Sync from coreutils.
23834         (gl_MACROS): Check for mbrlen, for pathchk.
23835         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
23836
23837 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
23838
23839         * lib/xreadlink.c (MAXSIZE): New macro.
23840         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
23841         size does not exceed MAXSIZE.  Avoid cast.
23842         As suggested by Mark D. Baushke in
23843         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
23844         if readlink fails with buffer size just under MAXSIZE, try again
23845         with MAXSIZE.
23846
23847 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
23848
23849         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
23850
23851 2004-11-02  Derek R. Price  <derek@ximbiot.com>
23852         and  Paul Eggert  <eggert@cs.ucla.edu>
23853
23854         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
23855         (get_date): Overparenthesize to avoid GCC warning.
23856
23857 2004-11-02  Bruno Haible  <bruno@clisp.org>
23858
23859         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
23860         returns void.
23861
23862 2004-11-02  Bruno Haible  <bruno@clisp.org>
23863
23864         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
23865         function returns void.
23866
23867 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
23868
23869         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
23870         fflush_unlocked, flockfile, funlockfile, funlockfile,
23871         fputs_unlocked, putc_unlocked.
23872
23873 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
23874
23875         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
23876         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
23877         already declared.
23878
23879 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
23880
23881         * modules/getdate (Files): Add doc/getdate.texi.
23882         (Depends-on): Add setenv, xalloc.
23883
23884 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
23885
23886         * lib/getdate.y: Add support for TZ="foo" within a date string.
23887         Fix some bugs near time_t boundaries.  Reject dates with
23888         out-of-range components, e.g., "Sept 31".
23889         Include <stdlib.h>, "setenv.h", "xalloc.h".
23890         (ISDIGIT_LOCALE): Remove; unused.
23891         Note that the TZ and time functions used here are not reentrant.
23892         (mktime_ok, get_tz): New functions.
23893         (TZBUFSIZE): New constant.
23894         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
23895         This requires that we sometimes generate our own TZ="XXX..." setting.
23896
23897 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
23898
23899         * doc/getdate.texi: New file, from coreutils with modifications for
23900         the new TZ parsing.
23901
23902 2004-10-27  Derek R. Price  <derek@ximbiot.com>
23903
23904         * lib/mktime.c (not_equal_tm): Remove redundant check.
23905
23906 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23907
23908         * modules/regex (lib_SOURCES): Add regex.c.
23909         Reported by James Youngman in
23910         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
23911
23912 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23913
23914         * lib/getdate.y: Use Bison 1.875 features, and some minor
23915         code cleanups.  This change does not affect semantics.
23916         Don't include <stdlib.h>; no longer needed.
23917         Don't include unlocked-io.h; only the "#if TEST" code uses
23918         stdio, and performance isn't crucial there.
23919         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
23920         Bison 1.875 features as described below.
23921         All uses of "PC." replaced by "pc->".
23922         (YYSTYPE): Add a forward declaration.
23923         (yylex, yyerror): Use full prototypes in forward decls.
23924         Use "%pure-parser" rather than obsolescent "%pure_parser".
23925         Use %parse-param and %lex-param instead of obsolescent
23926         YYPARSE_PARAM and YYLEX_PARAM.
23927         (meridian_table, month_and_day_table, time_units_table,
23928         relative_time_table, time_zone_table, military_table,
23929         lookup_zone, lookup_word, get_date):
23930         Use NULL instead of 0 where appropriate.
23931         (to_hour): Avoid abort (), to avoid a dependency on
23932         stdlib.h.
23933         (yyerror, yylex): Now accepts parser_control * arg.
23934         (main) [TEST]: Use '\0' rather than 0 for char.
23935
23936 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
23937
23938         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
23939
23940 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
23941
23942         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
23943         It's now the caller's responsibility to handle the case where
23944         !HAVE_GETPAGESIZE && !defined getpagesize.
23945
23946         * lib/mktime.c (leapyear): Arg is long int, not int.
23947
23948 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
23949
23950         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
23951
23952 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
23953
23954         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
23955         missing.  Problem reported by James Youngman.
23956
23957 2004-10-16  Simon Josefsson  <jas@extundo.com>
23958
23959         * gnulib-tool: Fix comments.  Fix parse problem.
23960         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
23961
23962 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
23963
23964         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
23965         implementation of getopt_long.  Problem reported by Alexander Taler in:
23966         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
23967
23968 2004-10-15  Bruno Haible  <bruno@clisp.org>
23969
23970         * gnulib-tool: Untabify. Initialize supplied_libname.
23971         (func_usage): More homogenous output.
23972         (func_modules_transitive_closure, func_modules_to_filelist,
23973         func_emit_lib_Makefile_am): New functions.
23974         (func_import): New function, extracted from big case statement. Use
23975         func_get_license, func_modules_transitive_closure,
23976         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
23977         opt_lgpl. Don't use test -a, as it's not portable.
23978         (func_create_testdir): Use func_modules_transitive_closure,
23979         func_modules_to_filelist, func_emit_lib_Makefile_am.
23980
23981 2004-10-15  Bruno Haible  <bruno@clisp.org>
23982
23983         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
23984
23985 2004-10-15  Bruno Haible  <bruno@clisp.org>
23986
23987         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
23988         the portions belonging to each module.
23989         Suggested by Derek Robert Price <derek@ximbiot.com>.
23990
23991 2004-10-12  Simon Josefsson  <jas@extundo.com>
23992
23993         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
23994         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
23995         to real functions.
23996
23997 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
23998
23999         * modules/vsnprintf: New file.
24000
24001 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24002
24003         * m4/vsnprintf.m4: New file.
24004
24005 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24006
24007         * lib/vsnprintf.h: New file.
24008         * lib/vsnprintf.c: New file.
24009
24010 2004-10-11  Bruno Haible  <bruno@clisp.org>
24011
24012         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
24013         vsnprintf.
24014
24015 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
24016
24017         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
24018
24019 2004-10-07  Bruno Haible  <bruno@clisp.org>
24020
24021         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
24022         fits into the provided buffer.
24023
24024 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
24025
24026         * lib/diacrit.c, diacrit.h: Add GPL notice.
24027
24028         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
24029         notice.
24030         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
24031         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
24032         This avoids a potential constant-folding bug.
24033
24034 2004-10-05  Bruno Haible  <bruno@clisp.org>
24035
24036         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
24037         for the declaration of strsep.
24038
24039 2004-10-05  Bruno Haible  <bruno@clisp.org>
24040
24041         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
24042
24043 2004-10-04  Simon Josefsson  <jas@extundo.com>
24044
24045         * modules/memmem: New file.
24046         * tests/test-memmem.c: New file.
24047         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
24048
24049 2004-10-04  Simon Josefsson  <jas@extundo.com>
24050
24051         * m4/memmem.m4: New file.
24052
24053 2004-10-04  Simon Josefsson  <jas@extundo.com>
24054
24055         * lib/memmem.h: New file.
24056         * lib/memmem.c: New file, taken from glibc.
24057
24058 2004-10-04  Simon Josefsson  <jas@extundo.com>
24059
24060         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
24061         '#ifdef USE_UNLOCKED_IO'.
24062
24063 2004-10-04  Simon Josefsson  <jas@extundo.com>
24064
24065         * config/srclist.txt: Add memmem from glibc.
24066
24067 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24068
24069         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
24070
24071         * modules/argmatch, modules/argp, modules/closeout, modules/error,
24072         modules/exclude, modules/getdate, modules/getline,
24073         modules/getndelim2, modules/getpass, modules/getpass-gnu,
24074         modules/getusershell, modules/linebuffer, modules/md5,
24075         modules/mountlist, modules/posixtm, modules/readtokens,
24076         modules/readutmp, modules/regex, modules/sha1,
24077         modules/version-etc, modules/yesno:
24078         Remove dependency on unlocked-io.
24079
24080 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24081
24082         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
24083
24084         * m4/unlocked-io.m4: Add copyright notice.
24085         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
24086
24087 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24088
24089         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
24090         * lib/xmalloc.c (xmemdup): Likewise.
24091         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
24092         XFREE): Remove these long-obsolescent macros.
24093         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
24094         * lib/xstrdup.c: Remove.
24095
24096         * lib/regex.c (re_comp): Cast gettext return value to char *,
24097         Problem reported by Martin Neitzel via Mark D. Baushke.
24098
24099 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24100
24101         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
24102         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
24103         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
24104         regex.c, sha1.c, version-etc.c, yesno.c:
24105         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
24106         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
24107         the includer's responsibility.
24108
24109         Sync from coreutils.
24110
24111         * lib/modechange.c (mode_compile): Don't decrement a pointer that
24112         points to the start of a string, as the C Standard says the
24113         resulting behavior is undefined.
24114
24115         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
24116         simple -> simple_backups, numbered_existing ->
24117         numbered_existing_backups, numbered -> numbered_backups
24118         to avoid shadowing problems.  All uses changed.
24119         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
24120         * lib/backupfile.c (check_extension, numbered_backup):
24121         Rename locals to avoid shadowing 'basename'.
24122         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
24123         once.
24124
24125         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
24126         * lib/.cvsignore: Add getopt.h.
24127
24128 2004-10-04  Bruno Haible  <bruno@clisp.org>
24129
24130         * modules/README: New file.
24131         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
24132         not a module.
24133
24134 2004-10-02  Jim Meyering  <jim@meyering.net>
24135
24136         * lib/dirfd.h, getpagesize.h: Add copyright notice.
24137
24138 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24139
24140         * modules/strsep: New file.
24141
24142 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24143
24144         * m4/strsep.m4: New file.
24145
24146 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24147
24148         * lib/strsep.h: New file.
24149         * lib/strsep.c: New file.
24150
24151 2004-10-01  Simon Josefsson  <jas@extundo.com>
24152
24153         * lib/snprintf.c (snprintf): Handle size==0.
24154
24155 2004-10-01  Simon Josefsson  <jas@extundo.com>
24156             Bruno Haible  <bruno@clisp.org>
24157
24158         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
24159         (snprintf): Declare 'args'.
24160
24161 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
24162
24163         * lib/snprintf.c: Remove comments as to why each header is needed.
24164
24165 2004-10-01  Bruno Haible  <bruno@clisp.org>
24166
24167         * MODULES.html.sh: Add strsep.
24168
24169 2004-09-30  Simon Josefsson  <jas@extundo.com>
24170
24171         * modules/snprintf: New file.
24172
24173 2004-09-30  Simon Josefsson  <jas@extundo.com>
24174
24175         * m4/snprintf.m4: New file.
24176
24177 2004-09-30  Simon Josefsson  <jas@extundo.com>
24178
24179         * lib/snprintf.h, lib/snprintf.c: New files.
24180
24181 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24182
24183         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
24184         (hol_entry_help): Never translate an empty string.
24185         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
24186         * lib/argp.h (OPTION_NO_TRANS): New option.
24187
24188 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24189
24190         * modules/argp (Maintainer): Replace Simon Josefsson
24191         by Sergey Poznyakoff.
24192
24193 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24194
24195         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
24196         changes merged back into glibc.
24197
24198 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24199
24200         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
24201
24202 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
24203
24204         * lib/xvasprintf.c: Include xalloc.h.
24205         (xvasprintf): Use xalloc_die, not xmalloc_die.
24206
24207 2004-09-29  Bruno Haible  <bruno@clisp.org>
24208
24209         * modules/alloca-opt: New file, derived from modules/alloca.
24210         * modules/allocsa: Depend on alloca-opt instead of alloca.
24211         * modules/setenv: Likewise.
24212         * modules/vasnprintf: Likewise.
24213         * MODULES.html.sh: Add alloca-opt.
24214
24215 2004-09-28  Simon Josefsson  <jas@extundo.com>
24216
24217         * gnulib-tool: New parameter --lgpl, to asseert that modules are
24218         LGPL, and to replace license template from GPL to LGPL.
24219
24220 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
24221
24222         * modules/dummy: Change license to LGPL.
24223
24224 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
24225
24226         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
24227
24228 2004-09-24  Simon Josefsson  <jas@extundo.com>
24229
24230         * modules/minmax (License): Change from GPL to LGPL.
24231
24232 2004-09-23  Simon Josefsson  <jas@extundo.com>
24233
24234         * gnulib-tool (--import): Typo.
24235
24236 2004-09-23  Simon Josefsson  <jas@extundo.com>
24237
24238         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
24239
24240 2004-09-22  Bruno Haible  <bruno@clisp.org>
24241
24242         * modules/*: Add 'License' field.
24243         * gnulib-tool: Accept --extract-license option.
24244         (func_get_license): New function.
24245
24246 2004-09-21  Bruno Haible  <bruno@clisp.org>
24247
24248         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
24249         Reported by Simon Josefsson.
24250
24251 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24252
24253         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
24254         gl_AC_TYPE_LONG_LONG.
24255
24256 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24257
24258         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
24259
24260 2004-09-18  Simon Josefsson  <jas@extundo.com>
24261         and  Paul Eggert  <eggert@cs.ucla.edu>
24262
24263         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
24264         calls with autoreconf.  Define GL_LIB.
24265
24266 2004-09-14  Karl Berry  <karl@gnu.org>
24267
24268         * config/srclist.txt: unsync setenv.c, sigh.
24269
24270 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24271
24272         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
24273         Problem reported by Bruno Haible in:
24274         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
24275
24276 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24277
24278         * config/srclist.txt: Comment out argp-pvh.c.
24279
24280 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
24281
24282         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
24283         in case some system header has #define'd it.  Problem reported by
24284         Soeren D. Schulze in
24285         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
24286
24287 2004-09-09  Karl Berry  <karl@gnu.org>
24288
24289         * regex.[ch]: delete from the root.  These were supposed to be
24290                 synced with emacs cvs, but this has not happened for about
24291                 a year, and anyway nothing else uses emacs regex.[ch].
24292                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
24293                 lib/regex[.ch] is untouched.
24294
24295 2004-09-09  Bruno Haible  <bruno@clisp.org>
24296
24297         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
24298
24299 2004-09-09  Bruno Haible  <bruno@clisp.org>
24300
24301         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
24302         modifications.
24303         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
24304
24305 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
24306
24307         * modules/xvasprintf: New file.
24308         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
24309
24310 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
24311
24312         * lib/xvasprintf.h: New file.
24313         * lib/xvasprintf.c: New file.
24314         * lib/xasprintf.c: New file.
24315
24316 2004-09-08  Bruno Haible  <bruno@clisp.org>
24317
24318         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
24319
24320 2004-09-08  Bruno Haible  <bruno@clisp.org>
24321
24322         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
24323         length is > INT_MAX.
24324         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
24325         more.
24326
24327 2004-09-08  Bruno Haible  <bruno@clisp.org>
24328
24329         * lib/stdint_.h: New file, taken from GNU clisp.
24330
24331 2004-09-08  Bruno Haible  <bruno@clisp.org>
24332             Oskar Liljeblad  <oskar@osk.mine.nu>
24333
24334         * modules/stdint: New file.
24335         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
24336
24337 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24338
24339         Import from coreutils.
24340         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
24341         strings on unbounded length.  alloca's performance benefits aren't
24342         that important here.
24343         (V_STRDUP): Remove.
24344         (parse_with_separator): New function, with most of the internals
24345         of the old parse_user_spec.  Allow user to omit both user and group,
24346         for compatibility with FreeBSD.
24347         Clone only the user name, not the entire spec.
24348         Do not set *uid, *gid unless entirely successful.
24349         Avoid memory leak in some failing cases.
24350         Fix regression for USER.GROUP reported by Dmitry V. Levin in
24351         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
24352         (parse_user_spec): Rewrite to use parse_with_separator.
24353
24354 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24355
24356         * modules/userspec: Don't depend on alloca.
24357
24358 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24359
24360         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
24361
24362 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
24363
24364         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
24365         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
24366         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
24367
24368 2004-08-16  Simon Josefsson  <jas@extundo.com>
24369
24370         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
24371         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
24372         Add --dry-run for --import.
24373         Let user provided command line parameters override configure.ac
24374         settings.
24375
24376 2004-08-12  Simon Josefsson  <jas@extundo.com>
24377
24378         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
24379         as discussed with Paul Eggert in threads rooted at
24380         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
24381         and
24382         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
24383         Before, the test was empty, and relied on ELIDE_CODE in source
24384         code.)
24385         (gl_PREREQ_GETOPT): New macro.
24386         (gl_GETOPT): Use them.
24387
24388 2004-08-12  Simon Josefsson  <jas@extundo.com>
24389
24390         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
24391         * lib/getopt_.h: Renamed from getopt.h.
24392
24393 2004-08-12  Simon Josefsson  <jas@extundo.com>
24394
24395         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
24396         Change default library name from libfoo to libgnu.
24397         Now, if you have a configure.ac that says:
24398                 gl_SOURCE_BASE(gl)
24399                 gl_M4_BASE(gl/m4)
24400                 gl_MODULES(error getopt etcetera)
24401                 gl_INIT
24402         you can import all you need by running:
24403                 ../gnulib/gnulib-tool --import
24404
24405         * modules/getopt (Files): Rename getopt.h to getopt_.h.
24406         (Makefile.am): Rewrite, use logic from argz.
24407         (Include): Use <getopt.h> instead of "getopt.h".
24408
24409 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24410
24411         * modules/argp (Files): Add m4/unlocked-io.m4.
24412         (Depends-on): Add extensions.
24413
24414 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24415
24416         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
24417         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
24418         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
24419         Check for program_invocation_name, program_invocation_short_name,
24420         flockfile, funlockfile, features.h, _getopt_long_only_r.
24421
24422 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24423
24424         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
24425         its complicated substitute.
24426         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
24427         and program_invocation_name.
24428         (__argp_basename) [!_LIBC]: Remove; the only use was
24429         replaced by its body.
24430         (__argp_short_program_name): Change condition from
24431         !defined __argp_short_program_name to
24432         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
24433         to match argp-namefrob.h.
24434         (__argp_failure): Don't assume strerror_r returns char *.
24435         * lib/argp-parse.c (N_): Define unconditionally.
24436         (argp_default_options): Fill out initializers with 0 to avoid
24437         gcc warnings.
24438
24439 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24440
24441         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
24442         getopt1.c.
24443
24444 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24445
24446         Merge from coreutils.
24447
24448         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
24449
24450         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
24451         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
24452
24453 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24454
24455         Merge from coreutils.
24456
24457         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
24458         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
24459         for Reliant Unix 5.43.
24460
24461         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
24462         (union fooround): Use uintmax_t, not long int.
24463         The rest is a merge from libc:
24464         [defined _LIBC]: Include <shlib-compat.h>.
24465         (_obstack) [defined _LIBC]: Remove after 2.3.4.
24466
24467         * lib/settime.c (settime): Recode to avoid warning with
24468         Sun Forte C 6U2.
24469
24470         * lib/strverscmp.c: Convert to UTF-8.
24471
24472 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24473
24474         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
24475         m4/uintmax_t.m4.
24476
24477 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24478
24479         * modules/xalloc-die: New file.
24480         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
24481
24482         * modules/md5 (Files): Add m4/uint32_t.m4.
24483         * modules/sha1: Renamed from modules/sha.
24484         (Files):
24485         Rename lib/sha.h to lib/sha1.h.
24486         Rename lib/sha.c to lib/sha1.c.
24487         Rename m4/sha.m4 to m4/sha1.m4.
24488         (lib_SOURCES): Likewise.
24489         (configure.ac): Rename gl_SHA to gl_SHA1.
24490         (Include): sha.h -> sha1.h.
24491
24492 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24493
24494         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
24495         * m4/sha1.m4: Renamed from sha.m4.
24496         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
24497
24498 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24499
24500         * lib/obstack.h (obstack_empty_p):
24501         Don't assume that chunk->contents is suitably aligned.
24502         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
24503         Likewise. Problem reported by Benno in
24504         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
24505
24506         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
24507         readable.  This could be improved further but it'd take some work.
24508
24509 2004-08-08  Simon Josefsson  <jas@extundo.com>
24510
24511         * modules/xgethostname (Depends-on): Remove exit and error (not
24512         used).
24513
24514         * modules/getpass-gnu: Add getpass.h.
24515         (Depends-on): Add stdbool.
24516         * modules/getpass: Add getpass.h.
24517
24518 2004-08-08  Simon Josefsson  <jas@extundo.com>
24519
24520         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
24521         Check getpass declaration.
24522
24523 2004-08-08  Simon Josefsson  <jas@extundo.com>
24524
24525         * lib/xgethostname.c: Don't include error.h (not used).
24526
24527         * lib/getpass.h: Add.
24528         * lib/getpass.c: Include getpass.h first.
24529
24530 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
24531
24532         * lib/xalloc-die.c: New file.
24533         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
24534         All uses removed.
24535         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
24536         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
24537         xalloc-die.c.
24538         (_, N_, xalloc_die): Move to xalloc-die.c.
24539         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
24540         so that we needn't mess with xalloc_msg_memory_exhausted.
24541
24542         * lib/sha1.h: Renamed from sha.h.
24543         (SHA1_H): Renamed from _SHA_H.
24544         (sha1_ctx): Renamed from sha_ctx.
24545         (sha1_init_ctx): Renamed from sha_init_ctx.
24546         (sha1_process_block): Renamed from sha_process_block.
24547         (sha1_process_bytes): Renamed from sha_process_bytes.
24548         (sha1_finish_ctx): Renamed from sha_finish_ctx.
24549         (sha1_read_ctx): Renamed from sha_read_ctx.
24550         (sha1_stream): Renamed from sha_stream.
24551         (sha1_buffer): Renamed from sha_buffer.
24552         * lib/sha1.c: Likewise; renamed from sha.c.
24553         Do not include <sys/types.h>.
24554         Include <stddef.h> rather than <stdlib.h>.
24555
24556 2004-08-08  Bruno Haible  <bruno@clisp.org>
24557
24558         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
24559         FILESYSTEM_PREFIX_LEN.
24560         * lib/progreloc.c: Likewise.
24561         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
24562
24563 2004-08-06  Simon Josefsson  <jas@extundo.com>
24564
24565         * modules/progname (Depends-on): Don't depend on stdbool.
24566
24567 2004-08-06  Simon Josefsson  <jas@extundo.com>
24568
24569         * modules/getsubopt: New file.
24570         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24571         getsubopt.
24572
24573 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
24574
24575         More merge from coreutils.
24576
24577         * m4/utimens.m4, m4/utimecmp.m4: New files.
24578         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
24579         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
24580         prereq.m4, sha.m4: Import changes from coreutils.
24581
24582 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
24583
24584         More merge from coreutils.
24585         * modules/raise, modules/readtokens0, modules/utimens:
24586         * modules/utimecmp, module/xnanosleep: New files.
24587         * modules/strftime: Add lib/strftime.h.
24588         Change include from <time.h> to "strftime.h".
24589         * modules/yesno: Add lib/yesno.h.
24590         * modules/backupfile: Remove lib/addext.c.
24591         * modules/euidaccess: Add stat-macros.h.
24592         * modules/canonicalize, modules/euidaccess,
24593         modules/filemode, modules/lchown, modules/makepath,
24594         modules/rmdir, modules/stat: Likewise.
24595
24596 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
24597
24598         Merge from tar.
24599         * lib/argp-help.c (make_hol, hol_append): Don't assume that
24600         SIZE_MAX is a valid preprocessor constant.
24601         (__argp_basename): Change from "#ifndef _LIBC"
24602         to "#ifndef __argp_short_program_name", so that
24603         we don't compile these functions for tar.
24604
24605         More merges from coreutils.
24606         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
24607         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
24608         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
24609         * lib/addext.c: Remove; no longer needed.
24610         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
24611         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
24612         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
24613         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
24614         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
24615         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
24616         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
24617         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
24618         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
24619         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
24620         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
24621         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
24622         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
24623         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
24624         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
24625         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
24626         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
24627         Import changes from coreutils.
24628
24629 2004-08-05  Simon Josefsson  <jas@extundo.com>
24630
24631         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
24632
24633 2004-08-05  Simon Josefsson  <jas@extundo.com>
24634
24635         * m4/getsubopt.m4: New file.
24636
24637 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
24638
24639         Merge from coreutils.
24640
24641         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
24642         * m4/getcwd-path-max.m4: New files.
24643
24644         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
24645         FILESYSTEM_PREFIX_LEN ->
24646         FILE_SYSTEM_PREFIX_LEN.
24647         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
24648         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
24649         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
24650         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
24651
24652         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
24653         prerequisite modules now handle the DOS stuff.
24654         Don't check for unistd.h.
24655
24656 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
24657
24658         Merge from coreutils.
24659
24660         * lib/.gdb-history: Remove; this doesn't belong here.
24661
24662         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
24663         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
24664         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
24665         * lib/getcwd.c: New files.
24666
24667         * lib/dirname.h: Include <stdbool.h>.
24668         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
24669         for consistency with POSIX terminology.  All uses changed.
24670         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
24671         (strip_trailing_slashes): Use bool for booleans.
24672         * lib/stripslash.c (strip_trailing_slashes): Likewise.
24673
24674         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
24675         sometimes returns a positive errno value even when it succeeds.
24676         (print_errno_message) [!LIBC]: Fall back on strerror if
24677         __strerror_r fails.
24678
24679         * lib/path-concat.c (mempcpy): Don't define if a system header defines
24680         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
24681         (longest_relative_suffix): New function.
24682         (path_concat): Use it.  Assume first argument is not NULL.
24683         Port to DOS.  Omit redundant separators.
24684         Report an error instead of returning NULL.
24685         Use mempcpy instead of memcpy.
24686         (xpath_concat): Remove: not declared or used.
24687
24688         * lib/same.h: Include <stdbool.h>
24689         (same_name): Return bool, not int.
24690         * lib/same.c (same_name): Likewise.
24691         (errno): Don't declare; we assume C89 or better now.
24692
24693         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
24694         if not already defined.
24695
24696         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
24697         * lib/dup-safer.c (errno): Likewise.
24698
24699 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
24700
24701         Merge from coreutils.
24702         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
24703         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
24704         * modules/path-concat: Don't depend on strdup.
24705
24706 2004-08-03  Simon Josefsson  <jas@extundo.com>
24707
24708         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
24709         * lib/progname.h: Don't include stdbool.h.
24710
24711 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
24712
24713         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
24714         * MODULES.html.sh (func_all_modules): Remove fatal.
24715
24716 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
24717
24718         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
24719
24720 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
24721
24722         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
24723         working.
24724
24725 2004-08-02  Simon Josefsson  <jas@extundo.com>
24726
24727         * lib/getsubopt.h: New file, with comments from Bruno Haible.
24728         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
24729         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
24730
24731 2004-08-01  Simon Josefsson  <jas@extundo.com>
24732
24733         * lib/xgetdomainname.c: Include stdlib.h, for free().
24734
24735 2004-07-19  Bruno Haible  <bruno@clisp.org>
24736
24737         * MODULES.html.sh (func_all_modules): Add dummy.
24738
24739 2004-07-16  Simon Josefsson  <jas@extundo.com>
24740
24741         * modules/dummy: New file.
24742
24743 2004-07-16  Simon Josefsson  <jas@extundo.com>
24744
24745         * lib/dummy.c: New file.
24746
24747 2004-07-16  Bruno Haible  <bruno@clisp.org>
24748
24749         * lib/backupfile.h: Add extern "C" for C++.
24750         * lib/closeout.h: Likewise.
24751         * lib/copy-file.h: Likewise.
24752         * lib/findprog.h: Likewise.
24753         * lib/full-write.h: Likewise.
24754         * lib/pathname.h: Likewise.
24755         * lib/progname.h: Likewise.
24756         * lib/stpcpy.h: Likewise.
24757         * lib/stpncpy.h: Likewise.
24758         * lib/strcase.h: Likewise.
24759         * lib/strstr.h: Likewise.
24760         * lib/xalloc.h: Likewise.
24761
24762         * lib/mbswidth.h: Add extern "C" for C++.
24763         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
24764
24765 2004-07-13  Robert Millan  <robertmh@gnu.org>
24766
24767         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
24768
24769 2004-07-09  Simon Josefsson  <jas@extundo.com>
24770
24771         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
24772         failed without this.)
24773
24774 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
24775
24776         * modules/chown (Files): Add lib/fchown-stub.c, since
24777         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
24778
24779 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
24780
24781         * lib/fchown-stub.c: New file.
24782
24783 2004-06-24  Jim Meyering  <jim@meyering.net>
24784
24785         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
24786
24787 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
24788
24789         * modules/argz: Omit "#include".
24790
24791         * MODULES.html.sh (func_all_modules): Add calloc, to match
24792         2004-06-01 addition of calloc module.
24793
24794 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
24795
24796         * m4/argz.m4: New file, which is autoupdated from libtool.
24797
24798 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
24799
24800         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
24801         libtool.
24802
24803 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
24804
24805         * config/srclist-update: Don't insist on "USA." before the
24806         close-comment, as libtool omits the period and puts the */ on a
24807         separate line.
24808         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
24809         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
24810
24811 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
24812
24813         * modules/argz: New file.
24814         * MODULES.html.sh (func_all_modules): Add argz.
24815
24816 2004-06-12  Jim Meyering  <jim@meyering.net>
24817         and  Paul Eggert  <eggert@cs.ucla.edu>
24818
24819         * modules/hash (Files): Add lib/xalloc.h.
24820         * modules/pipe (Depends-on): Add wait-process.
24821         * modules/stat (Depends-on): Add xalloc.
24822         * modules/userspec (Files): Add lib/userspec.h.
24823         * modules/xstrto
24824
24825         Upgrade from gettext-0.13.
24826         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
24827         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
24828         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
24829
24830 2004-06-10  Jim Meyering  <jim@meyering.net>
24831
24832         * lib/calloc.c: New file.
24833
24834 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
24835
24836         * lib/getdate.y (yylex): Allow space between sign and number.
24837         Problem reported by Dan Jacobson.
24838
24839 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
24840
24841         Merge from coreutils CVS.
24842
24843         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
24844         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
24845         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
24846         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
24847         xstrtol.m4: Fix copyright date and/or serial number.
24848
24849         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
24850         See if we need an fchown replacement.
24851         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
24852         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
24853         and use the replacement function if we detect either defect.
24854
24855         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
24856         gl_UTIMECMP.
24857
24858 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
24859         and  Jim Meyering  <jim@meyering.net>
24860
24861         Merge from coreutils CVS.
24862
24863         * lib/stat-macros.h: New file, with contents from file-type.h
24864         and coreutils' system.h.
24865         * lib/file-type.c: Include "stat-macros.h".
24866         * lib/file-type.h (file_type): Move all macro definitions to new file,
24867         stat-macros.h.
24868
24869         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
24870         Wrap old code with this conditional.
24871         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
24872         function that does not dereference symlinks.
24873         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
24874
24875         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
24876         dependency problems.
24877         (xreadlink): Accept new arg SIZE, for efficiency.
24878         All decls and uses changed.
24879         * lib/xreadlink.h: Include <stddef.h>, for size_t.
24880
24881         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
24882         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
24883
24884         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
24885         sysexits.h.
24886
24887 2004-06-01  Jim Meyering  <jim@meyering.net>
24888
24889         * m4/calloc.m4: New file.
24890
24891 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
24892
24893         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
24894         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
24895         Also, fix a typo in a diagnostic.
24896
24897 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
24898
24899         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
24900         or AC_FUNC_REALLOC.
24901
24902 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
24903
24904         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
24905         macros to be defined.
24906         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
24907         the allocator returns NULL because the requested size is zero.
24908
24909 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
24910
24911         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
24912         var.  Add comment explaining why libc still defines it.  This
24913         merges the following patch from glibc:
24914         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
24915
24916 2004-05-20  Andreas Schwab  <schwab@suse.de>
24917
24918         * m4/free.m4: Replace free if it not known to work, not the other
24919         way round.
24920
24921 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
24922
24923         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
24924         present in glibc since revision 1.1 of this file.
24925         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
24926         obstack_alignment_mask, obstack_alloc, obstack_base,
24927         obstack_blank, obstack_blank_fast, obstack_chunk_size,
24928         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
24929         obstack_grow0, obstack_init, obstack_int_grow,
24930         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
24931         obstack_next_free, obstack_object_size, obstack_ptr_grow,
24932         obstack_ptr_grow_fast, obstack_room): Remove declarations of
24933         nonexistent functions.
24934
24935 2004-05-18  Karl Berry  <karl@gnu.org>
24936
24937         * config/srclist.txt: break link for vasnprintf.c.
24938
24939 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
24940
24941         Port obstack to the AS/400, where pointers are 16 bytes wide and
24942         you cannot cast an integer to a valid pointer.  This patch is
24943         currently waiting to be integrated into glibc; see
24944         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
24945
24946         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
24947         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
24948         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
24949         (struct obstack): temp member is now a union of a pointer and
24950         an integer, instead of an integer.  All integer uses changed.
24951         This does not affect the physical layout of struct obstack,
24952         except on hosts (like the AS/400) where the size or alignment of
24953         void * is greater than that of ptrdiff_t.
24954         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
24955         __STDC__)]: Store temporary in pointer member of union, not
24956         integer member.
24957         * lib/obstack.c: Include <stddef.h>, for offsetof.
24958         (struct fooalign): Remove; it doesn't need a name.
24959         (union fooround): Change double to long double, and add void *.
24960         (DEFAULT_ALIGNMENT): Use offsetof to compute.
24961         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
24962         not a macro.  Hence the values are always int; so remove all
24963         casts-to-int in uses.
24964
24965 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
24966
24967         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
24968         we can get this patch merged into glibc.
24969
24970 2004-05-17  Derek R. Price  <derek@ximbiot.com>
24971             Paul Eggert  <eggert@cs.ucla.edu>
24972
24973         * m4/argp: Depend on alloca.
24974
24975 2004-05-17  Derek R. Price  <derek@ximbiot.com>
24976             Paul Eggert  <eggert@cs.ucla.edu>
24977
24978         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
24979         freecoding.
24980
24981 2004-05-17  Bruno Haible  <bruno@clisp.org>
24982
24983         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
24984         precision that consists of a '.' followed by an empty digit string.
24985         Patch by Tor Lillqvist <tml@iki.fi>.
24986
24987 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
24988
24989         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
24990         for backward compatibility with older code.  We need our own
24991         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
24992         it under some other name, and our alloca.h will define it.
24993
24994 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
24995             Derek Price  <derek@ximbiot.com>
24996
24997         * lib/alloca.c: Include <alloca.h>, to get our interface.
24998         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
24999         include <alloca.h> first.  Use C89 prototype for alloca; this
25000         requires including <stddef.h> for size_t.  Use extern "C" if C++.
25001         Use #elif for simplicity, since we can assume C89 now.
25002         Don't try to source the system alloca.h since it will not be found
25003         and to prevent recursively including its replacement.
25004         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
25005         * lib/regex.c: Likewise.
25006
25007 2004-05-16  Derek Price  <derek@ximbiot.com>
25008             Paul Eggert  <eggert@cs.ucla.edu>
25009
25010         getline cleanup.  This changes the getndelim2 API: both order of
25011         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
25012         no delimiter).
25013
25014         * lib/getline.c: Don't include stddef.h or stdio.h, since our
25015         interface does that.
25016         (getline): Always use getdelim, so that we don't have two
25017         copies of this code.
25018         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
25019         if available.
25020         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
25021         (GETNDELIM2_MAXIMUM): New macro.
25022         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
25023         instead of the old practice of delim2==0.  All callers changed.
25024         Return -1 on overflow, instead of returning junk.
25025         Do not set *linesize unless allocation succeeds.
25026         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
25027         that we include sys/types.h.
25028         * lib/getnline.h: Likewise.
25029         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
25030         (getndelim2): Reorder arguments.
25031         * lib/getnline.c (getnline, getndelim):
25032         Don't discard the NMAX argument.
25033         (getnline): Invoke getndelim, to avoid code duplication.
25034         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
25035         of (size_t) -1 by callers of the getnline family.
25036
25037 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
25038
25039         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
25040         Check for gettimeofday.
25041         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
25042         Check for settimeofday, stime.
25043
25044 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
25045
25046         * lib/nanosleep.c (suspended): Change its type from int to
25047         sig_atomic_t volatile.
25048         (first_call): Make it private to rpl_nanosleep, and have it
25049         be zero initially as that's a bit faster.
25050         (my_usleep): Round up fractional times instead of truncating them,
25051         as this is the usual meaning for 'sleep'.
25052
25053         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
25054         doesn't work.
25055         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
25056         (ENOSYS): Define if not defined.
25057         (settime): Fall back on stime if it exists and settimeofday fails.
25058         But don't bother with fallbacks if a method fails with errno == EPERM.
25059
25060 2004-05-11  Jim Meyering  <jim@meyering.net>
25061
25062         Prior to this change, the save_cwd caller required read access to the
25063         current directory on most systems (ones with the fchdir function).
25064
25065         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
25066         fails, try write-only, and finally, resort to using xgetcwd.
25067
25068 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
25069
25070         * lib/obstack.c, obstack.h: Import changes from libc.
25071
25072 2004-04-28  Bruno Haible  <bruno@clisp.org>
25073
25074         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
25075         also implicitly appends .exe to executables.
25076         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
25077         accepts Windows pathnames.
25078         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
25079         Treat Cygwin like Windows, since it now accepts Windows pathnames.
25080         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
25081         Treat Cygwin like Windows, since it now accepts Windows pathnames.
25082         Reported by Derek Robert Price <derek@ximbiot.com>.
25083
25084 2004-04-21  Karl Berry  <karl@gnu.org>
25085
25086         * config/srclist.txt (localcharset.c): break sync.
25087
25088 2004-04-20  Paul Eggert  <eggert@twinsun.com>
25089
25090         * m4/host-os.m4: Add a copyright notice.
25091
25092 2004-04-20  Jim Meyering  <jim@meyering.net>
25093
25094         Change UTILS_ to gl_ in AC_DEFINE'd names.
25095         Change utils_- and jm_-prefixed variables, too.
25096         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
25097         UTILS_FUNC_MKDIR_TRAILING_SLASH.
25098         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
25099
25100         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
25101         Don't emit trailing blanks.
25102         Also rename jm_-prefixed variables to have gl_ prefix.
25103
25104         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
25105         Also rename jm_-prefixed variables to have gl_ prefix.
25106
25107         * m4/jm-macros.m4: Reflect the renamings.
25108         * m4/prereq.m4: Likewise.
25109
25110 2004-04-20  Jim Meyering  <jim@meyering.net>
25111
25112         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
25113         memory.
25114
25115 2004-04-20  Jim Meyering  <jim@meyering.net>
25116             Bruno Haible  <bruno@clisp.org>
25117
25118         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
25119         memory when realloc fails.
25120
25121 2004-04-19  Jim Meyering  <jim@meyering.net>
25122
25123         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
25124         now that readutmp.c may call `free (0)'.
25125
25126 2004-04-19  Bruno Haible  <bruno@clisp.org>
25127
25128         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
25129         * m4/inttypes_h.m4: Likewise.
25130         * m4/stdint_h.m4: Likewise.
25131         * m4/intmax_t.m4: Likewise.
25132         * m4/uintmax_t.m4: Likewise.
25133
25134 2004-04-18  Jim Meyering  <jim@meyering.net>
25135
25136         * m4/prereq.m4: Don't forbid jm_ prefix.
25137
25138         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
25139         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
25140         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
25141         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
25142         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
25143         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
25144         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
25145         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
25146         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
25147         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
25148         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
25149         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
25150         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
25151         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
25152         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
25153         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
25154         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
25155         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
25156         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
25157
25158 2004-04-18  Jim Meyering  <jim@meyering.net>
25159
25160         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
25161         failure, don't leak memory and do call END_UTMP_ENT.
25162
25163 2004-04-16  Jim Meyering  <jim@meyering.net>
25164
25165         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
25166         coreutils' stat program.
25167         (gl_PREREQ): Don't require jm_PREREQ_STAT.
25168
25169 2004-04-11  Paul Eggert  <eggert@twinsun.com>
25170
25171         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
25172         C89.
25173         (CHAR_BIT): Remove, since we assume C89.
25174         Include <stdint.h> if available, as per current Autoconf CVS advice.
25175
25176 2004-03-31  Jim Meyering  <jim@meyering.net>
25177
25178         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
25179         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
25180         * m4/xalloc.m4: Likewise.
25181
25182 2004-03-30  Paul Eggert  <eggert@twinsun.com>
25183
25184         Merge from coreutils.
25185
25186         * m4/inttostr.m4: New file.
25187         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
25188         Require AM_STDBOOL_H and gl_TIMESPEC instead.
25189         Require gl_CLOCK_TIME.
25190         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
25191
25192 2004-03-30  Paul Eggert  <eggert@twinsun.com>
25193
25194         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
25195         not bool, to be more consistent with Unix conventions.
25196         Suggested by Bruno Haible.
25197
25198         Merge from coreutils.
25199
25200         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
25201         * lib/umaxtostr.c: New files.
25202
25203         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
25204         the usual <time.h> dance.
25205         (get_date): Change signature to support fractional time stamps.
25206         All callers changed.
25207         * lib/getdate.y: Include "getdate.h" first, as we can now
25208         assume C89 and don't need to worry about 'const'.
25209         Similarly, include "unlocked-io.h" near start, not in middle.
25210         Include <limits.h>.
25211         (textint.value): Use long int rather than int.
25212         (textint.digits): Use size_t rather than int.
25213         (BILLION, LOG10_BILLION): New constants.
25214         (parser_control): New member rel_ns.  Members day_ordinal,
25215         time_zone, month, day, hour, minutes, rel_year, rel_month,
25216         rel_day, rel_hour, rel_minutes, rel_seconds
25217         are now long int, not int.  Member seconds is now struct timespec,
25218         not int.  New member timespec_seen.  Members dates_seen, days_seen,
25219         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
25220         not int.
25221         (%union.intval): Now long int, not int.
25222         New member timespec.
25223         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
25224         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
25225         (spec): Now is a timespec or an item list.
25226         (timespec, items): New nonterminals.
25227         (time, rel, relunit, number, get_date):
25228         Add support for fractional seconds.
25229         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
25230         (gmtime, localtime, mktime): Remove decls; not needed with C89.
25231         (to_hour): First arg is now long int, not int.
25232         (to_year): Returns long int, not int.
25233         Don't treat year -70 like 70.
25234         (tm_diff): Returns long int, not int.
25235         (lookup_word): Use bool instead of int when appropriate.
25236         (yylex): Use size_t for count, not int.
25237         Detect overflow when parsing large integer constants.
25238         Add support for fractions.
25239         (get_date): Make pointers 'const' if possible.
25240         Use more-portable code to detect integer overflow.
25241         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
25242         Don't use ctime; it's not reliable if the year has >4 digits.
25243
25244         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
25245         This is for compatibility with BSD.
25246
25247         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
25248         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
25249         From coreutils' system.h.
25250
25251         * lib/userspec.c: Don't include "posixver.h".
25252         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
25253         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
25254         compatible extension.  Simplify code by removing a boolean int
25255         that was always nonzero if a string was nonnull.
25256
25257 2004-03-30  Jim Meyering  <jim@meyering.net>
25258
25259         Merge from coreutils.
25260
25261         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
25262         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
25263         on some systems one must include <grp.h> before it.
25264         Reported by Christian Krackowizer.
25265
25266 2004-03-30  Jim Meyering  <jim@meyering.net>
25267
25268         Merge from coreutils.
25269
25270         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
25271
25272         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
25273         an empty input stream.
25274
25275         * lib/readtokens.c: Include <stdbool.h>.
25276         (readtoken): Use `size_t' rather than int/long.
25277         All callers adjusted.
25278         Use `bool' rather than `int' where appropriate.
25279         Use memset rather than an explicit loop.
25280         Use x2nrealloc rather than xrealloc.
25281         Allow the use of `\0' as a delimiter.
25282         (readtokens): Likewise.
25283         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
25284
25285 2004-03-30  Jim Meyering  <jim@meyering.net>
25286
25287         * m4/realloc.m4: Remove file, since now it does no more than
25288         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
25289         the `configure.ac' section of module/realloc.
25290         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
25291
25292 2004-03-30  Bruno Haible  <bruno@clisp.org>
25293
25294         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
25295         nonnull.
25296
25297 2004-03-29  Paul Eggert  <eggert@twinsun.com>
25298
25299         Merge changes to getloadavg.c from coreutils and Emacs.
25300
25301         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
25302         Define to an expression, not to the empty string.
25303         Include cloexec.h and xalloc.h.
25304         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
25305         Use set_cloexec_flag rather than rolling our own.
25306         * lib/cloexec.c, lib/cloexec.h: New files.
25307
25308 2004-03-29  Paul Eggert  <eggert@twinsun.com>
25309
25310         * m4/cloexec.m4: New file.
25311
25312 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25313
25314         * lib/getopt.h: Sync with libc CVS.
25315
25316 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25317             Bruno Haible  <bruno@clisp.org>
25318
25319         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
25320         mbswidth.
25321
25322 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25323             Bruno Haible  <bruno@clisp.org>
25324
25325         * lib/mbswidth.h: Include <wchar.h> only if
25326         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
25327         <wchar.h>.
25328         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
25329
25330 2004-03-09  Paul Eggert  <eggert@twinsun.com>
25331
25332         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
25333         Sync with libc CVS.
25334         * lib/getopt_int.h: New file, also synced from libc.
25335
25336 2004-03-09  Paul Eggert  <eggert@twinsun.com>
25337
25338         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
25339         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
25340         Bring back getopt.c, getopt.h, getopt1.c.
25341
25342 2004-03-07  Paul Eggert  <eggert@twinsun.com>
25343
25344         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
25345         All uses changed.  Check for sa_sigaction member; this fixes
25346         a bug first reported by Jason Andrade in
25347         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
25348
25349 2004-03-07  Paul Eggert  <eggert@twinsun.com>
25350
25351         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
25352         '#if' expressions.  Unlike the code it replaces, it does not
25353         depend on (defined _SC_PAGESIZE).  However, it does depend on
25354         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
25355         first reported by Jason Andrade in
25356         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
25357
25358 2004-02-25  Simon Josefsson  <jas@extundo.com>
25359
25360         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
25361
25362 2004-02-25  Simon Josefsson  <jas@extundo.com>
25363
25364         * lib/strdup.h: New file.
25365         * lib/strdup.c: Include it.
25366         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
25367         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
25368
25369 2004-02-23  Karl Berry  <karl@gnu.org>
25370
25371         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
25372         (from fencepost.gnu.org:/gd/gnuorg).
25373
25374 2004-02-23  Karl Berry  <karl@gnu.org>
25375
25376         * config/srclistvars.sh (GNUORG) [karl]: redefine.
25377         * config/srclist.txt: add maintain/standards documents.
25378
25379 2004-02-18  Bruno Haible  <bruno@clisp.org>
25380
25381         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
25382         Reported by Derek Robert Price <derek@ximbiot.com>.
25383
25384 2004-02-16  Karl Berry  <karl@gnu.org>
25385
25386         * config/mkinstalldirs, install-sh: update from automake.
25387
25388 2004-02-06  Karl Berry  <karl@gnu.org>
25389
25390         * m4/po.m4: update from gettext 0.14.1.
25391
25392 2004-02-06  Karl Berry  <karl@gnu.org>
25393
25394         * lib/config.charset: update from gettext 0.14.1.
25395
25396 2004-02-05  Paul Eggert  <eggert@twinsun.com>
25397
25398         Add comments and code, prompted by suggestions from Bruno Haible
25399         for sh-quote.
25400         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
25401         describing the enum quoting_style values.
25402         * lib/quotearg.c (quotearg_alloc): New function.
25403         (quotearg_buffer_restyled): Treat lone { and } as special.
25404         Treat = as special.  Work around bug with older shells
25405         that "see" a '\' that is really the 2nd byte of a multibyte char.
25406         Quote empty string with shell_quoting_style.
25407
25408 2004-02-03  Bruno Haible  <bruno@clisp.org>
25409
25410         * m4/pipe.m4: New file, from GNU gettext.
25411
25412 2004-02-03  Bruno Haible  <bruno@clisp.org>
25413
25414         * lib/pipe.h: New file, from GNU gettext.
25415         * lib/pipe.c: New file, from GNU gettext.
25416
25417 2004-01-27  Bruno Haible  <bruno@clisp.org>
25418
25419         * m4/execute.m4: New file, from GNU gettext.
25420
25421 2004-01-27  Bruno Haible  <bruno@clisp.org>
25422
25423         * lib/execute.h: New file, from GNU gettext.
25424         * lib/execute.c: New file, from GNU gettext.
25425         * lib/w32spawn.h: New file, from GNU gettext.
25426
25427 2004-01-24  Paul Eggert  <eggert@twinsun.com>
25428
25429         Merge from diffutils.
25430
25431         * lib/file-type.c (file_type): Add typed memory objects.
25432         * lib/file-type.h (S_TYPEISTMO): New macro.
25433
25434         * lib/c-stack.h (c_stack_action): Remove argv argument.
25435         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
25436         (die): Don't calculate message unless segv_action returns.
25437         (get_stack_location, min_address_from_argv, max_address_from_argv,
25438         volatile stack_base, volatile_stack_size): Remove.
25439         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
25440         that every segmentation violation is a stack overflow.  (Ouch!)
25441         See Debian bug 136249 (still outstanding) for more info about why
25442         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
25443
25444 2004-01-24  Paul Eggert  <eggert@twinsun.com>
25445
25446         Exit-status fix from coreutils.
25447
25448         Use exit_failure consistently in place of EXIT_FAILURE,
25449         so that program exit statuses are consistent on failure.
25450
25451         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
25452         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
25453         * lib/argmatch.h: Comment fix to match the above.
25454         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
25455         Now a macro referring to exit_failure, instead of a separate
25456         variable.  Include "exitfail.h" to get it.
25457         * lib/xstrtol.h: Include "exitfail.h".
25458         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
25459
25460         * lib/long-options.c (parse_long_options): Use prototype
25461         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
25462         for clarity.
25463
25464 2004-01-21  Jim Meyering  <jim@meyering.net>
25465
25466         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
25467         so as not to conflict with a different-sized __mktime_internal
25468         function in GNU libc.
25469         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
25470         Problem building statically-linked `ls' reported by Michael Brunnbauer.
25471
25472 2004-01-20  Karl Berry  <karl@gnu.org>
25473
25474         * config/config.guess: update from config.
25475
25476         * config/srclistvars.sh: GNUWWWLICENSES for karl.
25477
25478 2004-01-20  Bruno Haible  <bruno@clisp.org>
25479
25480         Safer stack allocation.
25481         * lib/setenv.c: Include allocsa.h.
25482         (alloca): Remove fallback definition.
25483         (freea): Remove macro.
25484         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
25485         instead of freea.
25486
25487 2004-01-20  Bruno Haible  <bruno@clisp.org>
25488
25489         * m4/eealloc.m4: New file, from GNU gettext.
25490
25491 2004-01-20  Bruno Haible  <bruno@clisp.org>
25492
25493         * m4/allocsa.m4: New file, from GNU gettext.
25494
25495 2004-01-20  Bruno Haible  <bruno@clisp.org>
25496
25497         * lib/xallocsa.h: New file, from GNU gettext.
25498         * lib/xallocsa.c: New file, from GNU gettext.
25499
25500 2004-01-20  Bruno Haible  <bruno@clisp.org>
25501
25502         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
25503
25504 2004-01-20  Bruno Haible  <bruno@clisp.org>
25505
25506         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
25507         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
25508         specially.
25509
25510 2004-01-20  Bruno Haible  <bruno@clisp.org>
25511
25512         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
25513         patch.
25514
25515 2004-01-20  Bruno Haible  <bruno@clisp.org>
25516
25517         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
25518
25519 2004-01-20  Bruno Haible  <bruno@clisp.org>
25520
25521         * lib/eealloc.h: New file.
25522
25523 2004-01-20  Bruno Haible  <bruno@clisp.org>
25524
25525         * lib/binary-io.h: Avoid warnings on Cygwin.
25526
25527 2004-01-20  Bruno Haible  <bruno@clisp.org>
25528
25529         * lib/allocsa.h: New file, from GNU gettext.
25530         * lib/allocsa.c: New file, from GNU gettext.
25531
25532 2004-01-18  Karl Berry  <karl@gnu.org>
25533
25534         * doc/gpl.texi, doc/lgpl.texi: new files.
25535
25536 2004-01-18  Karl Berry  <karl@gnu.org>
25537
25538         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
25539         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
25540
25541 2004-01-15  Paul Eggert  <eggert@twinsun.com>
25542
25543         Merge from coreutils.
25544
25545         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
25546         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
25547         (gl_DEFAULT_POSIX2_VERSION): Move
25548         the documentation from 'configure' into 'config.hin',
25549         so that 'configure --help' isn't burdened by it and
25550         we don't have to worry about its formatting there.
25551         Reword the documentation so that it's more succinct
25552         and can be run together into a single paragraph.
25553         * m4/same.m4 (gl_SAME): Check for pathconf.
25554
25555 2004-01-15  Paul Eggert  <eggert@twinsun.com>
25556
25557         Merge from coreutils.
25558
25559         * lib/posixver.c: Include posixver.h.
25560
25561         * lib/same.c: Include <stdbool.h>, <limits.h>.
25562         (_POSIX_NAME_MAX): Define if not defined.
25563         (MIN): New macro.
25564         (same_name): If file names are silently truncated, report
25565         that the file names are the same if they are the same after
25566         the silent truncation.
25567
25568         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
25569         conversion function.
25570         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
25571         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
25572         longer needed.
25573
25574 2004-01-15  Jim Meyering  <jim@meyering.net>
25575
25576         Merge from coreutils.
25577
25578         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
25579         if no library is required.
25580         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
25581         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
25582         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
25583         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
25584         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
25585         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
25586         value, $ac_cv_search_crypt, if it's "none required".
25587         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
25588         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
25589         not gl_FUNC_GETLOADAVG.
25590         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
25591         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
25592
25593 2004-01-15  Jim Meyering  <jim@meyering.net>
25594
25595         Merge from coreutils.
25596
25597         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
25598         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
25599         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
25600
25601         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
25602         optional configure-time default.
25603
25604         * lib/version-etc.c (version_etc_copyright): Update copyright date.
25605
25606         * lib/xreadlink.c (xreadlink): Correct outdated comment.
25607
25608 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
25609
25610         Merge from coreutils.
25611
25612         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
25613         value, $ac_cv_search_nanosleep, if it's "none required".
25614
25615 2004-01-14  Paul Eggert  <eggert@twinsun.com>
25616
25617         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
25618         with like-named macro in fnmatch.c.
25619         (EXT): Use an internal constant instead.
25620
25621         Merge fnmatch patches from glibc.
25622         * lib/fnmatch.c (mbsinit): Remove define.
25623         Add libc_hidden_ver (__fnmatch, fnmatch).
25624         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
25625         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
25626
25627 2004-01-14  Karl Berry  <karl@gnu.org>
25628
25629         * config/install-sh: update from automake.
25630
25631 2004-01-13  Karl Berry  <karl@gnu.org>
25632
25633         * config/install-sh: update from automake.
25634
25635 2004-01-09  Karl Berry  <karl@gnu.org>
25636
25637         * config/install-sh: update from automake.
25638
25639 2004-01-05  Karl Berry  <karl@gnu.org>
25640
25641         * config/config.{sub,guess}: update from config.
25642
25643 2003-12-31  Karl Berry  <karl@gnu.org>
25644
25645         * config/depcomp: update from automake.
25646
25647 2003-12-14  Karl Berry  <karl@gnu.org>
25648
25649         * lib/config.charset: update from gettext-runtime.
25650
25651 2003-12-03  Paul Eggert  <eggert@twinsun.com>
25652
25653         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
25654         Bug reported by Alfred M. Szmidt.
25655
25656 2003-12-03  Bruno Haible  <bruno@clisp.org>
25657
25658         * m4/gettext.m4: Upgrade from gettext-0.13.
25659         * m4/po.m4: Upgrade from gettext-0.13.
25660         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
25661         * m4/intmax.m4: New file, from gettext-0.13.
25662         * m4/printf-posix.m4: New file, from gettext-0.13.
25663
25664 2003-11-29  Karl Berry  <karl@gnu.org>
25665
25666         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
25667
25668 2003-11-25  Paul Eggert  <eggert@twinsun.com>
25669             Bruno Haible  <bruno@clisp.org>
25670
25671         * lib/printf-parse.h: Don't include sys/types.h.
25672         (ARG_NONE): New macro.
25673         (char_directive): Change type of *arg_index fields to size_t.
25674         * lib/printf-parse.c: Don't include sys/types.h.
25675         (SSIZE_MAX): Remove macro.
25676         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
25677         Remove unnecessary overflow check.
25678         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
25679         fields.
25680
25681 2003-11-25  Bruno Haible  <bruno@clisp.org>
25682
25683         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
25684
25685 2003-11-25  Bruno Haible  <bruno@clisp.org>
25686
25687         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
25688         gt_TYPE_SSIZE_T.
25689
25690 2003-11-24  Paul Eggert  <eggert@twinsun.com>
25691
25692         * modules/alloca: Remove dependency on xalloc.
25693
25694 2003-11-24  Paul Eggert  <eggert@twinsun.com>
25695
25696         * lib/alloca.c: Remove dependency on xalloc module.
25697         (xalloc_die): Remove.
25698         (memory_full) [!defined emacs]: New macro.
25699         [!defined emacs]: Don't include xalloc.h.
25700         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
25701         address arithmetic overflows.  Change datatypes a bit to avoid
25702         unnecessary casts.
25703
25704 2003-11-22  Jim Meyering  <jim@meyering.net>
25705
25706         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
25707         s/size/size_t/.
25708
25709 2003-11-21  Karl Berry  <karl@gnu.org>
25710
25711         * config/config.{sub,guess}: update from config.
25712
25713 2003-11-18  Karl Berry  <karl@gnu.org>
25714
25715         * config/config.{sub,guess}: update from config.
25716
25717         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
25718
25719 2003-11-17  Paul Eggert  <eggert@twinsun.com>
25720
25721         * README: Mention that S+T cannot overflow if S is the size of
25722         an existing object and T is sufficiently small.
25723
25724 2003-11-17  Jim Meyering  <jim@meyering.net>
25725
25726         On systems without utime and without a utimes function capable of
25727         dealing with a NULL struct utimbuf* argument, this utime replacement
25728         could -- in unusual circumstances -- leak a file descriptor.
25729         * lib/utime.c: Include <unistd.h> and <errno.h>.
25730         (utime_null): Be sure to close `fd' and to preserve errno.
25731         Reported by Geoff Collyer via Arnold Robbins.
25732
25733 2003-11-17  Bruno Haible  <bruno@clisp.org>
25734
25735         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
25736         (Depends-on): Add xsize.
25737
25738 2003-11-17  Bruno Haible  <bruno@clisp.org>
25739
25740         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
25741
25742 2003-11-17  Bruno Haible  <bruno@clisp.org>
25743
25744         * lib/vasnprintf.c (alloca): Remove fallback definition.
25745         (freea): Remove definition.
25746         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
25747         Reported by Paul Eggert.
25748
25749 2003-11-16  Paul Eggert  <eggert@twinsun.com>
25750             Bruno Haible  <bruno@clisp.org>
25751
25752         Protect against address arithmetic overflow.
25753         * lib/printf-args.h: Include stddef.h.
25754         (arguments): Change type of field 'count' to size_t.
25755         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
25756         'unsigned int' where appropriate.
25757         * lib/printf-parse.h: Include sys/types.h.
25758         (char_directive): Change type of *arg_index fields to ssize_t.
25759         (char_directives): Change type of fields 'count', max_*_length to
25760         size_t.
25761         * lib/printf-parse.c: Include sys/types.h and xsize.h.
25762         (SSIZE_MAX): Define fallback value.
25763         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
25764         instead of 'int' where appropriate. Check a_allocated, d_allocated
25765         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
25766         * lib/vasnprintf.c: Include xsize.h.
25767         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
25768         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
25769         overflow. Avoid wraparound when converting a width or precision from
25770         decimal to binary.
25771
25772 2003-11-16  Bruno Haible  <bruno@clisp.org>
25773
25774         Update from GNU gettext.
25775         * lib/printf-parse.c: Generalize to it can be compiled for wide
25776         strings.
25777         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
25778         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
25779         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
25780         SNPRINTF): New macros.
25781         Don't include <alloca.h> if the file is used inside libintl.
25782         (local_wcslen): New function, for Solaris 2.5.1.
25783         (VASNPRINTF): Use it instead of wcslen.
25784
25785 2003-11-16  Bruno Haible  <bruno@clisp.org>
25786
25787         * lib/xsize.h (xmax): New function.
25788         (xsum, xsum3, xsum4): Declare as "pure" functions.
25789
25790 2003-11-12  Paul Eggert  <eggert@twinsun.com>
25791
25792         * modules/xalloc (Files): Undo latest change, since xalloc.h
25793         no longer needs SIZE_MAX or PTRDIFF_MAX.
25794
25795 2003-11-12  Paul Eggert  <eggert@twinsun.com>
25796
25797         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
25798         gl_PTRDIFF_MAX.
25799
25800 2003-11-12  Paul Eggert  <eggert@twinsun.com>
25801
25802         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
25803         "return", to pacify some unknown compiler.  Problem reported
25804         by Joerg Schilling.
25805
25806 2003-11-12  Paul Eggert  <eggert@twinsun.com>
25807
25808         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
25809         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
25810         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
25811         heuristic is just as accurate as far as we know, and it removes a
25812         dependency on size_max.m4 and ptrdiff_max.m4.
25813
25814 2003-11-11  Bruno Haible  <bruno@clisp.org>
25815
25816         * modules/xsize (Files): Add m4/size_max.m4.
25817         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
25818
25819 2003-11-11  Bruno Haible  <bruno@clisp.org>
25820
25821         * m4/size_max.m4: New file.
25822         * m4/ptrdiff_max.m4: New file.
25823         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
25824         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
25825         (gl_XALLOC): Invoke it.
25826
25827 2003-11-11  Bruno Haible  <bruno@clisp.org>
25828
25829         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
25830         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
25831         defined.
25832
25833 2003-11-10  Paul Eggert  <eggert@twinsun.com>
25834
25835         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
25836         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
25837         rejected some allocations of exactly SIZE_MAX - 2 bytes.
25838         From Bruno Haible.
25839         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
25840         not (size_t) -1, since it's defined here.
25841
25842 2003-11-09  Karl Berry  <karl@gnu.org>
25843
25844         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
25845
25846 2003-11-06  Paul Eggert  <eggert@twinsun.com>
25847
25848         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
25849         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
25850         Reject sizes of exactly SIZE_MAX bytes.
25851         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
25852         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
25853
25854 2003-11-05  Bruno Haible  <bruno@clisp.org>
25855
25856         * lib/xsize.h: Include limits.h, to avoid a possible collision with
25857         SIZE_MAX defined in <limits.h> on Solaris.
25858
25859 2003-11-04  Jim Meyering  <jim@meyering.net>
25860
25861         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
25862         variable names, rather than @VAR@.
25863         * modules/poll: Likewise.
25864
25865 2003-11-04  Bruno Haible  <bruno@clisp.org>
25866
25867         * modules/xsize: New file.
25868         * modules/linebreak: Depend on xsize.
25869         * MODULES.html.sh (func_all_modules): Add xsize.
25870
25871 2003-11-04  Bruno Haible  <bruno@clisp.org>
25872
25873         * m4/xsize.m4: New file.
25874
25875 2003-11-04  Bruno Haible  <bruno@clisp.org>
25876
25877         * lib/xsize.h: New file.
25878         * lib/linebreak.c: Include xsize.h.
25879         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
25880         argument for overflow.
25881         Suggested by Paul Eggert.
25882
25883 2003-11-03  Karl Berry  <karl@gnu.org>
25884
25885         * config/config.{guess,sub}: update from config.
25886
25887 2003-11-03  Jim Meyering  <jim@meyering.net>
25888
25889         * modules/userspec (lib_SOURCES): Add userspec.h.
25890         (Include): Add "userspec.h".
25891         Improve description.
25892
25893 2003-11-03  Jim Meyering  <jim@meyering.net>
25894
25895         * lib/userspec.c: Include "userspec.h".
25896         * lib/userspec.h: New file.
25897
25898 2003-11-03  Bruno Haible  <bruno@clisp.org>
25899
25900         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
25901
25902 2003-11-03  Bruno Haible  <bruno@clisp.org>
25903
25904         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
25905         available, to avoid (extremely rare) race condition.
25906         Suggested by Paul Eggert.
25907
25908 2003-11-02  Karl Berry  <karl@gnu.org>
25909
25910         * config/srclist.txt (vasprintf.c): sync broken, sigh.
25911
25912 2003-10-31  Paul Eggert  <eggert@twinsun.com>
25913
25914         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
25915         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
25916         (read_filesystem_list): Set and use me_type_malloced.
25917         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
25918         whatever the type happens to be), for brevity and consistency.
25919         Check for size calculation overflow on Alphas running OSF/1.
25920
25921 2003-10-31  Jim Meyering  <jim@meyering.net>
25922
25923         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
25924
25925         * lib/linebuffer.c: Include <string.h> for declaration of memset.
25926
25927 2003-10-30  Paul Eggert  <eggert@twinsun.com>
25928             Bruno Haible  <bruno@clisp.org>
25929
25930         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
25931         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
25932
25933 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
25934
25935         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
25936         netbsd*-gnu*.  Suggested by Robert Millan.
25937
25938 2003-10-29  Paul Eggert  <eggert@twinsun.com>
25939
25940         * modules/group-member: Depend on stdbool.
25941
25942 2003-10-29  Paul Eggert  <eggert@twinsun.com>
25943
25944         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
25945
25946 2003-10-29  Paul Eggert  <eggert@twinsun.com>
25947
25948         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
25949         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
25950         after the 'gnu' in these cases.  This fixes some bugs in the
25951         previous change, and is based on suggestions by Robert Millan.
25952
25953 2003-10-29  Paul Eggert  <eggert@twinsun.com>
25954
25955         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
25956         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
25957         no longer needed.
25958         * lib/quotearg.c (quotearg_n_options): Use it.
25959         * lib/group-member.c: Include <stdbool.h>.
25960         (free_group_info): Arg is now const *; don't free arg.
25961         (get_group_info): Now returns bool and accepts struct group_info *,
25962         rather than returning a malloc'ed struct group_info *.
25963         All uses changed.  Check for overflow in internal size calculation.
25964
25965         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
25966         rather than xmalloc/xrealloc.
25967         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
25968         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
25969         conformance bug: the old code used a pointer after freeing the
25970         storage that it addressed.
25971         * lib/hash.c (hash_initialize): Simplify the code by using
25972         xalloc_oversized rather than doing it by hand.
25973         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
25974         the buffer preserved.  Use free and xmalloc instead.
25975         * lib/quotearg.c (quotearg_n_options): Likewise.
25976         Use a simpler test for size overflow.  Don't use xalloc_oversized
25977         because unsigned int might be wider than size_t (!); this suggests
25978         that we should switch from unsigned int to size_t for slot numbers.
25979
25980 2003-10-28  Paul Eggert  <eggert@twinsun.com>
25981
25982         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
25983         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
25984         NetBSD kernels.  Requested by Richard Stallman.
25985
25986 2003-10-27  Paul Eggert  <eggert@twinsun.com>
25987
25988         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
25989         to allocate the returned structure.  Do not allocate a subarray,
25990         as x2nrealloc will do that.
25991         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
25992         instead of xnrealloc.
25993         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
25994
25995 2003-10-27  Bruno Haible  <bruno@clisp.org>
25996
25997         * lib/stdbool_.h: Better support for BeOS.
25998
25999 2003-10-26  Paul Eggert  <eggert@twinsun.com>
26000
26001         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
26002         now uses inline.
26003
26004 2003-10-26  Paul Eggert  <eggert@twinsun.com>
26005
26006         * lib/xalloc.h (xalloc_oversized): New static inline function, for
26007         callers that want to do their own size-overflow checking.  Include
26008         <stdbool.h>, since xalloc_oversized returns bool.
26009         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
26010         to use xalloc_oversized.
26011
26012         Add two functions x2realloc, x2nrealloc, for programs that grow
26013         arrays dynamically by doubling their sizes.
26014         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
26015         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
26016         New functions.
26017
26018         Port to C99 semantics for 'inline' of external functions.
26019         Bug reported by Bruno Haible.
26020         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
26021         with the old contents of xnmalloc.
26022         (xnmalloc, xmalloc): Use it.
26023         (xnrealloc_inline): New static inline function,
26024         with the old contents of xnrealloc.
26025         (xnrealloc, xrealloc): Use it.
26026
26027         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
26028         that.
26029
26030 2003-10-26  Karl Berry  <karl@gnu.org>
26031
26032         * config/srclist.txt (COPYING.DOC): no longer available from
26033         /gd/gnuorg; don't know where the ultimate source is.
26034
26035 2003-10-25  Paul Eggert  <eggert@twinsun.com>
26036
26037         Fix several address-calculation bugs in the hash modules,
26038         plus some minor code cleanup.
26039
26040         * lib/hash.h: Include <stdbool.h>, for bool.
26041         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
26042         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
26043         hash_get_n_entries, hash_get_max_bucket_length,
26044         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
26045         hash_rehash): Use size_t rather than unsigned.
26046         * lib/hash.c (struct hash_table, hash_get_n_buckets,
26047         hash_get_n_buckets_used, hash_get_n_entries,
26048         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
26049         hash_get_entries, hash_do_for_each, hash_string, is_prime,
26050         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
26051         Likewise.
26052         (SIZE_MAX): Define if not defined.
26053         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
26054         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
26055         hash_print):
26056         Use const * when possible.
26057         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
26058         (check_tuning): Fix bug: if tuning parameters were very close to
26059         0 or 1, rounding errors could have caused subscript violations.
26060         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
26061         (hash_initialize): Add 'fail:' label
26062         to free table and return NULL, and use it to simplify code.
26063         Use calloc rather than clearing the storage ourself.
26064         (hash_initialize, hash_rehash): Check for arithmetic overflow in
26065         buffer size calculations.
26066         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
26067         Include <stddef.h>, for size_t.
26068         * lib/hash-pjw.c (hash_pjw): Likewise.
26069         Switch to method described by Bruno Haible.
26070         Include <limits.h>, for CHAR_BIT.
26071         (SIZE_BITS): New macro.
26072
26073 2003-10-23  Paul Eggert  <eggert@twinsun.com>
26074
26075         * m4/getline.m4 (AM_FUNC_GETLINE):
26076         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
26077         hosts.  Problem reported by Derek Robert Price in
26078         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
26079         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
26080         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
26081
26082 2003-10-21  Paul Eggert  <eggert@twinsun.com>
26083
26084         * lib/getndelim2.c (getndelim2): When size calculation overflows,
26085         ceiling the allocation at NMAX bytes rather than silently
26086         discarding input bytes before NMAX is reached.  This makes
26087         a difference only if NMAX exceeds SIZE_MAX / 2.
26088
26089         * lib/obstack.c: Merge from glibc.
26090         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
26091         Add libc_hidden_def (_obstack_newchunk).
26092         (_obstack_free) [! defined _LIBC]: Remove.
26093         [defined _LIBC]: Make a strong alias from obstack_free, rather than
26094         a clone of the function body.
26095         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
26096         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
26097
26098         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
26099         glibc.
26100         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
26101         arg to memcpy.
26102
26103         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
26104         (obstack_ptr_grow_fast, obstack_int_grow_fast):
26105         Don't use lvalue casts, as GCC plans to remove support for them
26106         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
26107         was also present in the non-GCC version, indicating that this
26108         code had always been buggy and had never been widely used.
26109         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
26110         Use the fast variant of each macro, rather than copying the
26111         definiens of the fast variant; that way, we'll be more likely to
26112         catch future bugs in the fast variants.
26113
26114 2003-10-20  Bruno Haible  <bruno@clisp.org>
26115
26116         * modules/wait-process: New file.
26117         * MODULES.html.sh (func_all_modules): Add wait-process.
26118
26119 2003-10-20  Bruno Haible  <bruno@clisp.org>
26120
26121         * m4/wait-process.m4: New file.
26122
26123 2003-10-20  Bruno Haible  <bruno@clisp.org>
26124
26125         * lib/wait-process.h: New file, from GNU gettext.
26126         * lib/wait-process.c: New file, from GNU gettext.
26127
26128 2003-10-19  Jim Meyering  <jim@meyering.net>
26129
26130         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
26131         HPUX 10.20.
26132
26133 2003-10-18  Karl Berry  <karl@gnu.org>
26134
26135         * config/config.guess: update from config.
26136
26137 2003-10-16  Paul Eggert  <eggert@twinsun.com>
26138
26139         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
26140         (getgroups): First arg is int, not size_t.
26141         Don't let 'free' mangle errno.
26142
26143 2003-10-16  Paul Eggert  <eggert@twinsun.com>
26144
26145         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
26146
26147 2003-10-16  Karl Berry  <karl@gnu.org>
26148
26149         * config/config.{guess,sub}: update from config.
26150
26151 2003-10-16  Jim Meyering  <jim@meyering.net>
26152
26153         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
26154         memcpy.
26155
26156 2003-10-15  Paul Eggert  <eggert@twinsun.com>
26157
26158         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
26159         (SIZE_MAX): Remove.
26160         (new_exclude, add_exclude_file): Initial size no longer needs to
26161         be a power of 2.
26162         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
26163         our own address arithmetic overflow checking.
26164
26165         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
26166         (fnmatch): Do not alloca more than 2000 wide characters;
26167         instead, use malloc for large buffers.
26168         Check for address arithmetic overflow, and return -1
26169         with errno set to ENOMEM in that case.
26170         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
26171         (NEW_PATTERN): Do not alloca more than 8000 bytes;
26172         instead, return -1.  Check for address arithmetic overflow.
26173
26174 2003-10-14  Paul Eggert  <eggert@twinsun.com>
26175
26176         Handle invalid suffixes and overflow independently, so that
26177         callers can treat them independently as needed.  Fix some bugs in
26178         suffix handling, e.g., "100k@" was not diagnosed as an invalid
26179         suffix for a human-readable blocksize.  The major caller-visible
26180         change is the addition of a new
26181         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
26182         that both overflow and suffix chars were found.
26183
26184         * lib/human.c (humblock): Don't check separately for invalid suffix
26185         char; that is xstrtoumax's job (now that its bug is fixed).
26186         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
26187         INTMAX_MAX]: New macros.
26188         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
26189         TYPE_MAXIMUM): New macros.
26190         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
26191         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
26192         if overflow occurs, as it's what __strtol does and it's more useful
26193         in practice.
26194         (__xstrtol): If __strtol reports some error other than ERANGE,
26195         reflect it to the caller as LONGINT_INVALID.  If it reports
26196         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
26197         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
26198         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
26199         value.
26200         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
26201         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
26202         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
26203         [defined UINTMAX_MAX]: New macros.
26204
26205 2003-10-14  Bruno Haible  <bruno@clisp.org>
26206
26207         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
26208
26209 2003-10-14  Bruno Haible  <bruno@clisp.org>
26210
26211         * m4/sig_atomic_t: New file, from GNU gettext.
26212         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
26213
26214 2003-10-14  Bruno Haible  <bruno@clisp.org>
26215
26216         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
26217         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
26218         Also use volatile where needed.
26219
26220 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26221
26222         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
26223         Change maintainer from Bruno Haible to 'all'.
26224
26225 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26226
26227         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
26228
26229 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26230
26231         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
26232         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
26233         and define in terms of the other primitives.
26234         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
26235         (SIZE_MAX): Define if not already defined.
26236         (array_size_overflow): New function.
26237         (xalloc_die): Abort instead of exiting if 'error' returns.
26238         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
26239         (xmalloc, xrealloc): Use them.
26240         (xcalloc): Check for address arithmetic overflow.
26241         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
26242         a bit faster than strcpy.
26243
26244 2003-10-10  Simon Josefsson  <jas@extundo.com>
26245
26246         * modules/argp (Depends-on): Add restrict and strcase.
26247
26248 2003-10-10  Simon Josefsson  <jas@extundo.com>
26249
26250         * m4/argp.m4: Add AC_C_INLINE.
26251
26252 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26253
26254         Merge getpass from libc, plus a few fixes.
26255
26256         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
26257         Include <stdbool.h>.
26258         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
26259         __fsetlocking to empty.
26260         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
26261         do include <bits/libc-lock.h>.
26262         Do not include <fcntl.h>; not needed.
26263         [_LIBC]: Include <wchar.h>.
26264         (NOTCANCEL_MODE): New macro.
26265         (flockfile, funlockfile) [_LIBC]: New macros.
26266         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
26267         [!_LIBC]: New macros.
26268         (call_fclose): New function.
26269         (getpass): Use it.  Save tty stream separately; this simplifies the
26270         code and makes it more reliable if stdin happens to equal stdout.
26271         Invoke __fsetlocking on tty.
26272         Handle thread cancellation if needed.
26273         Namespace cleanup (use __tcgetattr, __getline).
26274         Use bool for Booleans.
26275         [USE_IN_LIBIO]: Handle wide streams.
26276         [!_LIBC]: Unconditionally do the fseek, since we don't know what
26277         stream might go where.
26278
26279         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
26280         doesn't have to include <stdio.h> before us.
26281         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
26282         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
26283         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
26284         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
26285         if not declared, so that we can use getpass.c code from libc without
26286         rewriting it.
26287         (flockfile, ftrylockfile, funlockfile): New macros.
26288
26289 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26290
26291         * modules/getpass: Depend on stdbool.
26292
26293 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26294
26295         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
26296
26297 2003-10-07  Karl Berry  <karl@gnu.org>
26298
26299         * config/config.{guess,sub}: update from config.
26300
26301 2003-10-06  Jim Meyering  <jim@meyering.net>
26302             Bruno Haible  <bruno@clisp.org>
26303
26304         This lets translators provide better translations for the
26305         "Written by ..." part of --version output.
26306         * lib/version-etc.h: Include stdarg.h.
26307         (version_etc_copyright): Declare as readonly.
26308         (version_etc): Make this function variadic with a NULL-terminated list
26309         of author name strings.
26310         (version_etc_va): New declaration.
26311         * lib/version-etc.c: Include stdarg.h, stdlib.h.
26312         (version_etc_copyright): Declare as readonly.
26313         (version_etc_va): New function. Provide a different translatable string
26314         for each possible number of authors < 10. Abbreviate when there are 10
26315         authors or more.
26316         (version_etc): Make this function variadic. Call version_etc_va.
26317         Suggestion from Gary V. Vaughan.
26318
26319         * lib/long-options.h (parse_long_options): Change prototype: the
26320         authors string is moved to the end and becomes variadic.
26321         * lib/long-options.c: Include stdarg.h.
26322         (parse_long_options): Make this function variadic, too.
26323         Call version_etc_va, not version_etc.
26324
26325 2003-10-06  Bruno Haible  <bruno@clisp.org>
26326
26327         * modules/version-etc-2: Remove file.
26328         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
26329
26330 2003-10-06  Bruno Haible  <bruno@clisp.org>
26331
26332         * modules/fatal-signal: New file.
26333         * MODULES.html.sh (func_all_modules): Add fatal-signal.
26334
26335 2003-10-06  Bruno Haible  <bruno@clisp.org>
26336
26337         * m4/fatal-signal.m4: New file.
26338         * m4/signalblocking.m4: New file, from GNU gettext.
26339
26340 2003-10-06  Bruno Haible  <bruno@clisp.org>
26341
26342         * lib/version-etc-2.h: Remove file.
26343         * lib/version-etc-2.c: Remove file.
26344
26345 2003-10-06  Bruno Haible  <bruno@clisp.org>
26346
26347         * lib/fatal-signal.h: New file, from GNU gettext.
26348         * lib/fatal-signal.c: New file, from GNU gettext.
26349
26350 2003-10-05  Paul Eggert  <eggert@twinsun.com>
26351
26352         * README: Rework advice for preventing empty .o files.
26353         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
26354         not <sys/types.h>.
26355
26356 2003-10-04  Karl Berry  <karl@gnu.org>
26357
26358         * lib/argp*: update from libc.
26359
26360 2003-10-04  Karl Berry  <karl@gnu.org>
26361
26362         * config/config.{guess,sub}: update from config.
26363
26364 2003-10-02  Bruno Haible  <bruno@clisp.org>
26365
26366         * modules/lchown (Include): Add lchown.h.
26367         * modules/time_r (Include): Use "..." syntax.
26368         * modules/xgetdomainname (Include): Add xgetdomainname.h.
26369
26370 2003-10-01  Simon Josefsson  <jas@extundo.com>
26371
26372         * MODULES.html.sh (func_all_modules): Move gethostname from section
26373         'based on' to section 'lacking' POSIX:2001.
26374
26375 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
26376
26377         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
26378         to output mode on the same stream.
26379
26380 2003-09-29  Paul Eggert  <eggert@twinsun.com>
26381
26382         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
26383         Fix arg typo in previous patch.
26384
26385 2003-09-28  Jim Meyering  <jim@meyering.net>
26386
26387         * lib/error.c: Correct cpp indentation.
26388
26389 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26390
26391         * modules/free: New file.
26392
26393 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26394
26395         * m4/free.m4: New file.
26396
26397 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26398
26399         * lib/minmax.h (MIN, MAX)
26400         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
26401         Omit the special code that used __typeof__, since we worry that
26402         it could be more trouble than it's worth.  See:
26403         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
26404         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
26405
26406         * lib/free.c: New file.
26407
26408 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
26409
26410         Trivial fixes to Makefile.am parts of module listings.
26411         * modules/strstr: Append strstr.h to lib_SOURCES.
26412         * modules/strcase: Likewise, for strcase.h.
26413
26414 2003-09-27  Karl Berry  <karl@gnu.org>
26415
26416         * config/mkinstalldirs: update from automake.
26417
26418 2003-09-26  Paul Eggert  <eggert@twinsun.com>
26419
26420         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
26421         (error_tail): Do not loop, reallocating temporary buffer, since
26422         the output cannot contain more wide characters than the input
26423         contains bytes, the size must be big enough already.  This avoids
26424         one potential size overflow calculation.  Check for size overflow
26425         when calculating temporary buffer size.  Free temporary buffer
26426         when done, if it was allocated with malloc; this plugs a memory
26427         leak.  Remove casts from void * to pointers, that are no longer
26428         needed now that we're assuming C89 or better.
26429
26430         Merge error changes from glibc.
26431
26432         * lib/error.c, error.h: Update copyright notice header to match glibc.
26433         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
26434         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
26435         Disable cancellation while printing error.
26436         * lib/error.h: Prepend __ to parameter names.
26437
26438 2003-09-26  Jim Meyering  <jim@meyering.net>
26439
26440         * lib/error.c (error_tail): Move some declarations
26441         into inner scope where the local variables are used.
26442
26443 2003-09-26  Bruno Haible  <bruno@clisp.org>
26444
26445         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
26446         stpncpy().
26447         Don't define stpncpy through config.h; it's now done through stpncpy.h.
26448
26449 2003-09-26  Bruno Haible  <bruno@clisp.org>
26450
26451         * lib/stpncpy.h (gnu_stpncpy): New declaration.
26452         (stpncpy): Define as alias for gnu_stpncpy.
26453         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
26454
26455 2003-09-25  Simon Josefsson  <jas@extundo.com>
26456
26457         * lib/xgetdomainname.h: New file.
26458         * lib/xgetdomainname.c: New file.
26459
26460 2003-09-25  Simon Josefsson  <jas@extundo.com>
26461             Bruno Haible  <bruno@clisp.org>
26462
26463         * modules/getdomainname: New file.
26464         * modules/xgetdomainname: New file.
26465         * MODULES.html.sh (func_all_modules): Add getdomainname,
26466         xgetdomainname.
26467
26468 2003-09-25  Simon Josefsson  <jas@extundo.com>
26469             Bruno Haible  <bruno@clisp.org>
26470
26471         * m4/getdomainname.m4: New file.
26472
26473 2003-09-25  Simon Josefsson  <jas@extundo.com>
26474             Bruno Haible  <bruno@clisp.org>
26475
26476         * lib/getdomainname.h: New file.
26477         * lib/getdomainname.c: New file.
26478
26479 2003-09-25  Karl Berry  <karl@gnu.org>
26480
26481         * lib/argp-fmtstream.c, argp-help.c: update from libc.
26482
26483 2003-09-25  Karl Berry  <karl@gnu.org>
26484
26485         * config/install-sh: update from automake.
26486
26487 2003-09-25  Bruno Haible  <bruno@clisp.org>
26488
26489         * modules/version-etc-2: New file, from modules/version-etc with
26490         modifications.
26491         * MODULES.html.sh (func_all_modules): Add version-etc-2.
26492
26493 2003-09-25  Bruno Haible  <bruno@clisp.org>
26494
26495         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
26496         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
26497
26498 2003-09-24  Simon Josefsson  <jas@extundo.com>
26499
26500         * modules/xgethostname: Add xgethostname.h.
26501
26502 2003-09-24  Paul Eggert  <eggert@twinsun.com>
26503
26504         * lib/linebuffer.c (freebuffer): Don't free the argument, just
26505         the buffer associated with the argument.  Bug reported by
26506         Simon Josefsson.
26507
26508 2003-09-24  Paul Eggert  <eggert@twinsun.com>
26509
26510         * README: Document assumptions that 'int' is at least 32 bits
26511         wide, that integer arithmetic is 2's complement without overflow,
26512         that there are no holes in integer values, that adding sizes of
26513         two nonoverlapping objects can't overflow, and that all-bits-zero
26514         yields scalar zero.  Fix spelling and capitalization typos.
26515
26516 2003-09-19  Karl Berry  <karl@gnu.org>
26517
26518         * lib/argp.h: update from libc.
26519
26520 2003-09-17  Paul Eggert  <eggert@twinsun.com>
26521
26522         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
26523         to avoid spurious warnings like "AC_RUN_IFELSE was called before
26524         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
26525
26526 2003-09-17  Paul Eggert  <eggert@twinsun.com>
26527
26528         * gnulib-tool: Use "test -h", not "test -L", for portability
26529         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
26530         (tags_regexp): Remove, since \| doesn't conform to POSIX.
26531         (sed_extract_prog): Issue s commands one-by-one, rather than
26532         using \| in one s command.
26533
26534 2003-09-16  Paul Eggert  <eggert@twinsun.com>
26535
26536         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
26537         input error, instead of returning NULL the next time we are called
26538         (and therefore losing track of errno).
26539
26540 2003-09-16  Bruno Haible  <bruno@clisp.org>
26541
26542         * gnulib-tool (func_create_testdir): Warn about duplicated
26543         dependencies.
26544
26545 2003-09-15  Paul Eggert  <eggert@twinsun.com>
26546
26547         * modules/argmatch, modules/fatal, modules/obstack,
26548         modules/xalloc, modules/xgethostname: Sort dependencies by
26549         importance, not alphabetically.
26550
26551 2003-09-15  Paul Eggert  <eggert@twinsun.com>
26552
26553         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
26554         fails, so that the caller gets the proper errno.
26555
26556         * lib/readutmp.c (read_utmp): Likewise.
26557         Check for fstat error.  Close stream and free storage
26558         when failing.
26559
26560 2003-09-14  Karl Berry  <karl@gnu.org>
26561
26562         * config/srclist.txt (strdup.c): disable for c89 changes.
26563
26564 2003-09-14  Jim Meyering  <jim@meyering.net>
26565
26566         * lib/getloadavg.c: Correct cpp indentation.
26567         * lib/strdup.c: Likewise.
26568         * lib/vasnprintf.c: Likewise.
26569
26570 2003-09-14  Bruno Haible  <bruno@clisp.org>
26571
26572         * modules/fwriteerror: New file.
26573         * MODULES.html.sh (func_all_modules): Add fwriteerror.
26574
26575 2003-09-14  Bruno Haible  <bruno@clisp.org>
26576
26577         * lib/fwriteerror.h: New file.
26578         * lib/fwriteerror.c: New file.
26579
26580 2003-09-12  Paul Eggert  <eggert@twinsun.com>
26581
26582         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
26583         modules/xgethostname, modules/xalloc: Depend on exit.
26584
26585 2003-09-12  Paul Eggert  <eggert@twinsun.com>
26586
26587         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
26588
26589         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
26590         and AC_MINIX, too, so that their extensions are available.
26591
26592         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
26593         This macro has been superseded by gl_BACKUPFILE.
26594
26595         More patches to assume C89 or better.
26596
26597         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
26598
26599         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
26600         unconditionally.
26601         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
26602         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
26603         Include <string.h>, <stdlib.h> unconditionally.
26604         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
26605         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
26606         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
26607         headers or for string.h.
26608         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
26609         or strtoul.
26610
26611         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
26612         headers.
26613         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
26614         * m4/userspec.m4 (gl_USERSPEC): Likewise.
26615         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
26616         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
26617         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26618         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
26619         memcpy, memset.
26620         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
26621         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
26622         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
26623         strtol.
26624         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
26625         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
26626         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
26627         strtoul.
26628
26629 2003-09-12  Paul Eggert  <eggert@twinsun.com>
26630
26631         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
26632         * lib/obstack.c [!defined _LIBC]: Likewise.
26633         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
26634         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
26635         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
26636
26637         More changes to assume C89 or better.
26638
26639         * lib/error.c (error_tail): Assume vprintf.
26640
26641         * lib/argmatch.c (getenv): Remove decl.
26642         * lib/progreloc.c (get_full_program_name): Define via prototype.
26643         * lib/setenv.c (clearenv): Likewise.
26644         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
26645         needed.
26646         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
26647         (malloc, memcpy): Remove decls.
26648         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
26649         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
26650         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
26651         (memcpy): Remove macro.
26652         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
26653         (__P): Remove.  All uses removed.
26654         (PTR): Remove.  All uses changed to void *.
26655         (CHAR_BIT, NULL): Remove.
26656         (spaces, zeros, memset_space, memset_zero)
26657         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
26658         Remove.
26659         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
26660         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
26661         Define with prototype.
26662         Remove now-unnecessary prototype decl.
26663         (extra_args_spec): Assume ANSI C.  All uses changed.
26664         (extra_args_spec_iso): Remove.
26665         (my_strftime, emacs_strftimeu): Define via prototype.
26666         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
26667         unconditionally.
26668         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
26669         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
26670         (strtoul, strtol): Remove decls.
26671         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
26672         LONG_MAX): Remove.
26673         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
26674         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
26675         (LOCALE_PARAM_PROTO): New macro.
26676         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
26677         (INTERNAL (strtol), strtol): Define with a prototype.
26678         (PARAMS): Remove.  All uses removed.
26679         * lib/tempname.c: Include <string.h> unconditionally.
26680         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
26681         * lib/xgethostname.c (main): Define with a prototype.
26682         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
26683         Include <stdlib.h> unconditionally.
26684         (calloc, malloc, realloc, free): Remove decls.
26685         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
26686         Include <stdlib.h> unconditionally.  Sort include file names.
26687         (strtod): Remove.
26688         (xstrtod): Define with a prototype.
26689         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
26690         (strtol, strtoul): Remove decls.
26691
26692 2003-09-11  Paul Eggert  <eggert@twinsun.com>
26693
26694         More patches to assume C89 or better.
26695         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
26696         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
26697         string.h, memchr, STDC_HEADERS.
26698
26699 2003-09-11  Paul Eggert  <eggert@twinsun.com>
26700
26701         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
26702         Include <stdlib.h>, <string.h> unconditionally.
26703         Remove now-unnecessary cast to char *.
26704         * lib/strnlen.c: Include <string.h> unconditionally.
26705         * lib/yesno.c (yesno): Define with a prototype.
26706
26707 2003-09-11  Bruno Haible  <bruno@clisp.org>
26708
26709         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
26710
26711 2003-09-10  Jim Meyering  <jim@meyering.net>
26712
26713         * lib/error.c: Correct indentation of cpp directives.
26714
26715 2003-09-10  Bruno Haible  <bruno@clisp.org>
26716
26717         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
26718         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
26719         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
26720         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
26721         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
26722         <stdlib.h> and <string.h> checks.
26723         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
26724         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
26725
26726 2003-09-10  Bruno Haible  <bruno@clisp.org>
26727
26728         * lib/strcspn.c: Include <string.h> unconditionally.
26729         * lib/strpbrk.c: Include <string.h> unconditionally.
26730         * lib/strstr.c: Include <string.h> unconditionally.
26731         * lib/unicodeio.c: Include <string.h> unconditionally.
26732         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
26733         * lib/unsetenv.c: Likewise.
26734         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
26735         * lib/yesno.c: Include <stdlib.h> unconditionally.
26736         (rpmatch): Add prototype.
26737
26738 2003-09-09  Paul Eggert  <eggert@twinsun.com>
26739
26740         More patches to assume C89 or better.
26741         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
26742         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
26743         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
26744         or for string.h.
26745         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
26746         stdlib.h.
26747         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
26748         C headers.
26749         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
26750         string.h.
26751         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
26752         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
26753         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
26754         or for string.h.
26755         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
26756         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
26757         C headers.
26758         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
26759         memcpy.
26760         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
26761         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
26762         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
26763         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
26764         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
26765         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
26766         string.h, free.
26767         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
26768         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
26769         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
26770         C headers, or for string.h.
26771         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
26772         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
26773         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
26774         headers, memory.h, stdlib.h, string.h, strings.h.
26775         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
26776         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
26777         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
26778         strchr.
26779         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
26780         headers, memory.h, string.h.
26781         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
26782         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
26783         free.
26784         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
26785         headers.
26786         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
26787         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
26788         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
26789         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
26790         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
26791
26792 2003-09-09  Paul Eggert  <eggert@twinsun.com>
26793
26794         More K&R removal.
26795
26796         * lib/acosl.c (main): Use a prototype.
26797         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
26798         tanl.c: Likewise.
26799
26800         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
26801
26802         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
26803         (getopt, etopt_long, getopt_long_only, _getopt_internal)
26804         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
26805         with a prototype.
26806         * lib/getopt.c (const): Remove macro.
26807         Include <string.h> unconditionally.
26808         (my_index): Remove; all uses changed to strchr.
26809         (strlen): Remove decl.
26810         (exchange): Remove forward decl; no longer needed.
26811         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
26812         Define with prototype.
26813         * lib/getopt1.c (const): Remove macro.
26814         (getopt_long, getopt_long_only, main): Define with prototype.
26815
26816         * lib/getugroups.c: Include <string.h> unconditionally.
26817
26818         * lib/getusershell.c: Include <stdlib.h> unconditionally.
26819         (getusershell, setusershell, endusershell, readname, main):
26820         Define with prototypes.
26821
26822         * lib/group-member.c: Include group-member.h first.
26823         Include <stdlib.h> unconditionally.
26824
26825         * lib/hard-locale.c: Include hard-locale.h first.
26826         Include <stdlib.h>, <string.h> unconditionally.
26827
26828         * lib/hash.c (free, malloc): Remove decls.
26829         Include <stdlib.h> unconditionally.
26830
26831         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
26832         (getenv): Do not declare.
26833
26834         * lib/idcache.c: Include <string.h> unconditionally.
26835
26836         * lib/long-options.c: Include long-options.h first, to test interface.
26837         Include <stdlib.h> unconditionally.
26838
26839         * lib/makepath.c: Include makepath.h first, to test interface.
26840         Include <stdlib.h> and <string.h> unconditionally.
26841
26842         * lib/linebuffer.c: Include <stdlib.h>.
26843         (free): Remove decl.
26844
26845         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
26846         stddef.h. rpl_malloc returns void *, not char *.
26847         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
26848         prototype.
26849
26850         * lib/md5.h: Include <limits.h> unconditionally.
26851         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
26852         (__P): Remove; all uses removed.
26853         * lib/md5.c: Include "md5.h" first.
26854         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
26855         md5_buffer, md5_process_bytes, md5_process_block):
26856         Define with prototypes.
26857         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
26858         * lib/sha.c: Include "sha.h" first.
26859         Include <stdlib.h>, <string.h> unconditionally.
26860
26861         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
26862         * lib/memcmp.c (__ptr_t): Likewise.
26863         * lib/memrchr.c (__ptr_t): Likewise.
26864         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
26865         Include <string.h> unconditionally.
26866         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
26867         * lib/memchr.c: Include <stdlib.h> unconditionally.
26868         * lib/memchr.c (LONG_MAX): Remove.
26869         * lib/memrchr.c (LONG_MAX): Likewise.
26870         * lib/memchr.c (__memchr): Define via a prototype.
26871         * lib/memrchr.c (__memrchr): Likewise.
26872         * lib/memcmp.c (__P): Remove, and remove all uses.
26873         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
26874         Remove forward decls; no longer needed.
26875         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
26876         Use types required by C89 in prototype.
26877
26878         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
26879         * lib/savedir.c: Likewise.
26880         * lib/mkdir.c (free): Remove decl.
26881         * lib/rmdir.c (rmdir): Define with a prototype.
26882         * lib/savedir.c: Include savedir.h first, to test interface.
26883
26884         * lib/mktime.c (STDC_HEADERS): Remove.
26885         Include <stdlib.h>, <string.h> unconditionally.
26886
26887         * lib/modechange.c: Include <stdlib.h> unconditionally.
26888         (malloc): Remove decl.
26889
26890         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
26891         (free): Remove decl.
26892
26893         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
26894         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
26895         (This type really should be intptr_t, but that's a C99ism.)
26896         (_obstack_memcpy): Remove: all uses changed to memcpy.
26897         Include <string.h> unconditionally.
26898         (struct obstack): Assume __STDC__ for types of members
26899         chunkfun, freefun, extra_arg.
26900         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
26901         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
26902         obstack_begin, obstack_specify_allocation,
26903         obstack_specify_allocation_with_arg, obstack_chunkfun,
26904         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
26905         Remove unprototyped decls and the macros that use them.
26906         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
26907         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
26908         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
26909         (defined __STDC__ && __STDC__)]:
26910         Remove nonprototyped code.
26911         Include <stdlib.h> unconditionally.
26912         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
26913         _obstack_allocated_p, _obstack_free, obstack_free,
26914         _obstack_memory_used, print_and_abort):
26915         Define using prototypes.
26916         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
26917         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
26918         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
26919         obstack_next_free, obstack_object_size, obstack_room) [0]:
26920         Remove unused, unprototyped code.
26921
26922         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
26923
26924         * lib/physmem.c (physmem_total, physmem_available, main): Define
26925         with prototypes.
26926
26927         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
26928         (main): Define with a prototype.
26929
26930         * lib/posixver.c (getenv): Remove decl.
26931
26932         * lib/putenv.c (malloc): Returns void *, not char *.
26933         Include <string.h> unconditionally.
26934         (strchr, memcpy, NULL): Do not define.
26935
26936         * lib/readtokens.c: Include readtokens.h first, to test interface.
26937         Include <stdlib.h>, <string.h> unconditionally.
26938         (init_tokenbuffer): Define with a prototype.
26939
26940         * lib/regex.c (PARAMS): Remove.  All uses removed.
26941         All uses of _RE_ARGS removed, too.
26942         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
26943         unconditionally.
26944         (bzero): Assume memset exists.
26945         (memcmp, memcpy, NULL): Remove.
26946         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
26947         char, or assignments to local vars of type signed char.
26948         (init_syntax_once, PREFIX(extract_number_and_incr),
26949         PREFIX(print_partial_compiled_pattern),
26950         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
26951         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
26952         PREFIX(regex_grow_registers), PREFIX(regex_compile),
26953         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
26954         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
26955         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
26956         wcs_compile_range, byte_compile_range, truncate_wchar,
26957         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
26958         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
26959         count_mbs_length, wcs_re_match_2_internal,
26960         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
26961         PREFIX(alt_match_null_string_p),
26962         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
26963         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
26964         regfree, PREFIX(extract_number)): Define with prototype.  Remove
26965         now-unnecessary declaration, if any.
26966         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
26967         regcomp, regexec):
26968         Remove now-unnecessary casts among pointer types.
26969         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
26970
26971         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
26972         (free): Remove decl.
26973
26974         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
26975
26976         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
26977         (free): Remove decl.
26978
26979         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
26980         * lib/xgetcwd.c: Likewise.
26981
26982         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
26983         (free): Remove decl.
26984
26985         * lib/strchrnul.c (strchrnul): Define with a prototype.
26986         Fix bug: c_in was not converted to char before searching.
26987
26988         The following changes are not K&R related:
26989
26990         * lib/group-member.h: Include <sys/types.h>, so that this file is
26991         self-contained.
26992         * lib/makepath.h: Likewise.
26993
26994         * lib/getusershell.c (readname, default_index, line_size, readname):
26995         Use size_t, not int, for sizes.
26996         (readname): If the size overflows, report an error instead of
26997         looping forever.
26998
26999 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27000
27001         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
27002         libc.
27003
27004 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27005
27006         * README: New section: portability guidelines.
27007
27008 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
27009
27010         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
27011         C89 spec.
27012
27013 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
27014
27015         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
27016
27017 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27018
27019         Assume C89 or better; remove K&R cruft.
27020         A few of these changes were first proposed by Derek Robert Price
27021         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
27022
27023         * lib/addext.c: Include <string.h> unconditionally.
27024         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
27025         Don't declare getenv or malloc.
27026
27027         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
27028         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
27029         (NULL): Remove.
27030         (find_stack_direction, alloca): Use prototypes.
27031
27032         * lib/atexit.c (atexit): Define using a prototype.
27033
27034         * lib/basename.c, dirname.c, stripslash.c:
27035         Include <string.h> unconditionally.
27036
27037         * lib/bcopy.c: Include <stddef.h>.
27038         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
27039
27040         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
27041
27042         * lib/error.h (error, error_at_line, error_print_progname)
27043         [! (defined (__STDC__) && __STDC__)]: Remove decls.
27044         * lib/error.c: Include error.h first, to check interface.
27045         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
27046         (VA_START): Remove; all uses changeed to va_start.
27047         (exit, strerror): Remove decls.
27048         (error_print_progname): Prototype uncondionally.
27049         Don't include <errno.h>; no longer needed.
27050         (private_strerror): Remove.
27051         (error_tail): Always define.
27052         (error, error_at_line): Assume C89 or better; always use prototypes.
27053         * lib/fatal.c: Include "fatal.h" first, to test interface.
27054         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
27055         (VA_START): Remove; all uses changed to va_start.
27056         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
27057         this case.
27058         (exit): Remove decl.
27059         (fatal): Prototype unconditionally.  Assume va_start works.
27060         Abort at end, to pacify gcc.
27061
27062         * lib/euidaccess.c (main): Define with a prototype.
27063
27064         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
27065
27066         * lib/exitfail.c: Include <stdlib.h> unconditionally.
27067
27068         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
27069         prototypes.
27070         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
27071         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
27072         (getenv): Remove decl.
27073         (fnmatch): Define using a prototype.
27074         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
27075         (FCT): Define using a prototype.
27076
27077         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
27078
27079         * lib/gethostname.c: Include <stddef.h>.
27080         (gethostname): Define with prototype.  Length is size_t, not int.
27081
27082 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27083
27084         Assume C89 or better; remove K&R cruft.
27085         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
27086         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
27087         string.h, getenv, malloc.
27088         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
27089         headers.
27090         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
27091         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
27092         do not check for strerror.
27093         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
27094         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
27095         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
27096         do not check for doprnt or vprintf.
27097         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
27098         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
27099
27100 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27101
27102         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
27103         getversion.c should have been removed then, but was accidentally
27104         preserved.
27105
27106         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
27107         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
27108
27109 2003-09-08  Karl Berry  <karl@gnu.org>
27110
27111         * config/config.sub, config.guess, srclistvars.sh: update from savannah
27112                 config, forget about prep.
27113
27114         * config/depcomp, missing: update from automake.
27115
27116 2003-09-07  Paul Eggert  <eggert@twinsun.com>
27117
27118         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
27119         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
27120
27121 2003-09-07  Paul Eggert  <eggert@twinsun.com>
27122
27123         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
27124         copy_tm_result.  Bug reported by Simon Josefsson in
27125         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
27126
27127 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27128
27129         * m4/time_r.m4: New file.
27130         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
27131         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
27132         is. Check for timegm declaration.
27133         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
27134         Do not check for gmtime_r.
27135         Replace mktime if __mktime_internal does not exist and if mktime
27136         hasn't been replaced already.
27137
27138 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27139
27140         * lib/time_r.c, lib/time_r.h: New files.
27141
27142         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
27143         __localtime_r.
27144         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
27145         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
27146
27147         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
27148         __gmtime_r.
27149         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
27150         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
27151         Include <time_r.h>.
27152
27153         * lib/timegm.c: Switch to glibc implementation, with the following
27154         changes:
27155         [defined HAVE_CONFIG_H]: Include <config.h>.
27156         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
27157         (__mktime_internal) [!defined _LIBC]: New decl.
27158         (__gmtime_r) [!defined _LIBC]: New macro and function.
27159         (timegm): Use a prototype, since gnulib assumes C89.
27160         Do not bother declaring tmp to be const, as it's not really usefu.
27161         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
27162         (timegm): Declare only if HAVE_DECL_TIMEGM.
27163
27164 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27165
27166         * MODULES.html.sh (func_all_modules): Add time_r.
27167         * modules/time_r: New file.
27168         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
27169         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
27170
27171 2003-09-03  Paul Eggert  <eggert@twinsun.com>
27172
27173         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
27174         Bug reported by Lute Kamstra in
27175         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
27176
27177         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
27178         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
27179         course with correspondingly smaller numbers for tomorrow and
27180         yesterday.  From Tadayoshi Funaba.  Originally installed into
27181         sh-utils on 1999-08-07, but the patch got lost (I guess during the
27182         coreutils merge?).
27183
27184 2003-08-31  Simon Josefsson  <jas@extundo.com>
27185
27186         * modules/timegm: New file.
27187         * MODULES.html.sh (func_all_modules): Add timegm.
27188
27189 2003-08-31  Simon Josefsson  <jas@extundo.com>
27190
27191         * m4/timegm.m4: New file.
27192
27193 2003-08-31  Simon Josefsson  <jas@extundo.com>
27194
27195         * lib/timegm.h: New file.
27196         * lib/timegm.c: New file.  Based on
27197         wget-1.8.2/src/http.c:mktime_from_utc.
27198
27199 2003-08-31  Karl Berry  <karl@gnu.org>
27200
27201         * lib/argp.h: update from libc.
27202
27203 2003-08-28  Bruno Haible  <bruno@clisp.org>
27204
27205         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
27206         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
27207         followed by '#define fnmatch fnmatch_posix' gives an error.
27208
27209 2003-08-28  Bruno Haible  <bruno@clisp.org>
27210
27211         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
27212         warning on QNX, which defines O_BINARY to 000000.
27213
27214 2003-08-27  Jim Meyering  <jim@meyering.net>
27215
27216         * m4/mkstemp.m4: Require that the system mkstemp be able to create
27217         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
27218         would fail after 32.  Reported by Danny Levinson.  Details here:
27219         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
27220
27221 2003-08-24  Bruno Haible  <bruno@clisp.org>
27222
27223         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
27224         MSVC7 <stdio.h> is included later.
27225
27226 2003-08-22  Simon Josefsson  <jas@extundo.com>
27227
27228         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
27229
27230 2003-08-20  Karl Berry  <karl@gnu.org>
27231
27232         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
27233
27234 2003-08-20  Bruno Haible  <bruno@clisp.org>
27235
27236         * modules/progname: New file.
27237         * MODULES.html.sh (func_all_modules): Add progname.
27238
27239 2003-08-20  Bruno Haible  <bruno@clisp.org>
27240
27241         * lib/progname.h: New file, from GNU gettext.
27242         * lib/progname.c: New file, from GNU gettext.
27243         * lib/progreloc.c: New file, from GNU gettext.
27244
27245 2003-08-19  Jim Meyering  <jim@meyering.net>
27246
27247         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
27248         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
27249
27250 2003-08-19  Bruno Haible  <bruno@clisp.org>
27251
27252         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
27253         more.
27254
27255 2003-08-19  Bruno Haible  <bruno@clisp.org>
27256
27257         * lib/xstrdup.c: Assume <string.h> exists.
27258
27259 2003-08-18  Paul Eggert  <eggert@twinsun.com>
27260
27261         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
27262         in makefile rules.
27263
27264 2003-08-18  Jim Meyering  <jim@meyering.net>
27265
27266         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
27267         * m4/lib-ld.m4: Likewise.
27268
27269 2003-08-18  Jim Meyering  <jim@meyering.net>
27270
27271         * lib/setenv.h: Indent nested cpp directive.
27272         * lib/vasnprintf.c: Remove trailing blanks.
27273
27274 2003-08-17  Simon Josefsson  <jas@extundo.com>
27275
27276         * modules/xstrndup: New file.
27277         * MODULES.html.sh (func_all_modules): Add xstrndup.
27278
27279 2003-08-17  Simon Josefsson  <jas@extundo.com>
27280
27281         * modules/argp: Fix autoconf macro name. Add more dependencies.
27282
27283 2003-08-17  Simon Josefsson  <jas@extundo.com>
27284
27285         * m4/xstrndup.m4: New file.
27286
27287 2003-08-17  Simon Josefsson  <jas@extundo.com>
27288
27289         * m4/argp.m4: New file.
27290
27291 2003-08-17  Simon Josefsson  <jas@extundo.com>
27292             Bruno Haible  <bruno@clisp.org>
27293
27294         * lib/xstrndup.h: New file.
27295         * lib/xstrndup.c: New file.
27296
27297 2003-08-17  Bruno Haible  <bruno@clisp.org>
27298
27299         * modules/strndup (Files, Include): Add lib/strndup.h.
27300
27301 2003-08-17  Bruno Haible  <bruno@clisp.org>
27302
27303         * modules/euidaccess (Files): Add lib/euidaccess.h.
27304
27305 2003-08-17  Bruno Haible  <bruno@clisp.org>
27306
27307         * lib/strndup.h: New file.
27308
27309 2003-08-17  Bruno Haible  <bruno@clisp.org>
27310
27311         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
27312         like AC_GNU_SOURCE.
27313         * modules/extensions (configure.ac): Comment out the invocation of
27314         gl_USE_SYSTEM_EXTENSIONS.
27315
27316 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27317
27318         Merges from coreutils, etc.
27319         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
27320         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
27321         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
27322         fixing a typo.
27323         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
27324         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
27325
27326 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27327
27328         Document merge from coreutils.
27329         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
27330         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
27331         * modules/utime: Add m4/utimes-null.m4.
27332
27333 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27334
27335         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
27336         space, undoing this 2003-08-12 change:
27337         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
27338
27339 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27340
27341         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
27342         strtoul.c from libc, undoing this 2003-08-12 change:
27343         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
27344
27345 2003-08-16  Jim Meyering  <jim@meyering.net>
27346
27347         Merges from coreutils.
27348         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
27349         prefix.  Adjust cache variables similarly.  Create 500 rather than
27350         just 300 files, to exercise bug on Darwin6.5, too.
27351         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
27352         $missing_dir.
27353         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
27354         AM_SYS_POSIX_TERMIOS.
27355         Reported by mkc@mathdogs.com.
27356         Also change use of $am_cv_sys_posix_termios
27357         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
27358         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
27359         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
27360         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
27361         in /proc/mounts until it finds one with matching device number.  This
27362         is unnecessary when the FILE argument *is* a mount point.  No stat call
27363         is necessary in that case.  So, disable the statvfs-testing code on
27364         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
27365         as RedHat bug# 84846.
27366         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
27367         to 1MB, so as not to render systems with no stack size limit (e.g.,
27368         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
27369         Include <unistd.h>.  On some systems,
27370         it is required for the definition of _SC_PAGESIZE.
27371
27372 2003-08-16  Jim Meyering  <jim@meyering.net>
27373
27374         Merge from coreutils.
27375         * lib/xstrtoimax.c: #else #if -> #elif.
27376         * lib/xstrtoumax.c: Likewise.
27377
27378 2003-08-16  Jim Meyering  <jim@meyering.net>
27379
27380         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
27381         * m4/utimes.m4: Removed.
27382         * m4/utimes-null.m4: Renamed from utimes.m4.
27383
27384         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
27385         to 1MB, so as not to render systems with no stack size limit (e.g.,
27386         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
27387         Include <unistd.h>.  On some systems,
27388         it is required for the definition of _SC_PAGESIZE.
27389
27390 2003-08-16  Jim Meyering  <jim@meyering.net>
27391         and Paul Eggert  <eggert@cs.ucla.edu>
27392
27393         Merges from coreutils, etc.
27394
27395         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
27396         using the latest version from cvs.  This avoids problems with #line
27397         directives using a vendor (Sun) compiler.
27398         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
27399         Don't set GETGROUPS_LIB here; now it's
27400         done via getgroups.m4's wrapper function.
27401         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
27402         rather than just in sh-util/configure.in, so that the
27403         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
27404         same.
27405         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
27406         AC_FUNC_GETLOADAVG where to find getloadavg.c.
27407         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
27408         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
27409         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
27410         Remove code that is now done by the newly-required macros.
27411         Append $(EXEEXT) to DF_PROG.
27412         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
27413         Do not invoke or require the following here,
27414         since prereq.m4 or some gnulib .m4 now does this for us:
27415         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
27416         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
27417         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
27418         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
27419         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
27420         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
27421         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
27422         AC_FUNC_OBSTACK.
27423         Do not replace the following functions, as this is now the job
27424         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
27425         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
27426         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
27427         atexit getpass, strdup, getpagesize.
27428         Replace 'raise'.
27429         Do not check for the following functions, as this is now the job
27430         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
27431         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
27432         setregid.
27433         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
27434         Check for sys/sysctl.h.
27435         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
27436         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
27437         of checking for ssize_t ourselves.
27438
27439         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
27440         Require every macro that gnulib/modules/* suggests for us.
27441         (jm_PREREQ_ADDEXT): New macro.
27442         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
27443         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
27444
27445         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
27446         (gl_PHYSMEM): Use it.
27447         Also check for `table' function.
27448         Check for new headers and functions.
27449         Add check for sys/sysmp.h.
27450         With suggestions from Kaveh Ghazi.
27451         Ignore headers that are present but cannot be compiled.  This
27452         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
27453         C 5.4.
27454
27455 2003-08-15  Paul Eggert  <eggert@twinsun.com>
27456
27457         Document merge from coreutils.
27458         * modules/userspec: Depend on posixver.
27459         * modules/strftime: Depend on tzset.
27460
27461 2003-08-15  Paul Eggert  <eggert@twinsun.com>
27462
27463         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
27464         rather than tab, after '#' in shell-script copyright notices.
27465         Suggested by Bruno Haible.
27466
27467 2003-08-15  Paul Eggert  <eggert@twinsun.com>
27468
27469         * config/srclist-update: Use three spaces, rather than tab, after '#'
27470         in shell-script copyright notices.  Suggested by Bruno Haible.
27471         Remove unnecessary parenthesization in regular expression.
27472
27473 2003-08-15  Jim Meyering  <jim@meyering.net>
27474
27475         Merge from coreutils.
27476         * lib/xgethostname.c: Include <stdlib.h>.
27477         (xghostname): Don't exit for anything other than memory-related
27478         failure; just return NULL.
27479         * lib/userspec.c: Include "posixver.h".
27480         (parse_user_spec): Accept `.' as a separator only
27481         in pre-POSIX-200112 mode.
27482         * lib/strtoimax.c: Use #elif rather than #else #if.
27483         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
27484         Remove function, now that we can rely on a working tzset function.
27485         [!_LIBC]: Ensure that the required autoconf test has been run.
27486         [!defined _NL_CURRENT && HAVE_STRFTIME]:
27487         Use underlying_strftime for %r.
27488         * lib/sha.c: Merge in some clean-up and optimization changes from
27489         glibc.
27490         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
27491         Ensure that it is a multiple of 64.
27492         Rearrange loop exit tests so as to avoid performing an
27493         additional fread after encountering an error or EOF.
27494         * lib/realloc.c: Update copyright date.
27495
27496 2003-08-15  Jim Meyering  <jim@meyering.net>
27497         and Paul Eggert  <eggert@twinsun.com>
27498
27499         Merge from coreutils.
27500         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
27501         member but strut utmpx does not.  Needed for AIX 4.3.3.
27502         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
27503
27504 2003-08-15  Jim Meyering  <jim@meyering.net>
27505         and Paul Eggert  <eggert@cs.ucla.edu>
27506
27507         Merges from coreutils, etc.
27508         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
27509         Require gl_FUNC_TZSET_CLOBBER.
27510         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
27511         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
27512         members.
27513
27514 2003-08-14  Paul Eggert  <eggert@twinsun.com>
27515
27516         Help the merge from coreutils.
27517         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
27518         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
27519         * m4/tzset.m4: Use it too.
27520
27521 2003-08-14  Paul Eggert  <eggert@twinsun.com>
27522
27523         * modules/tzset: New file.
27524
27525 2003-08-14  Jim Meyering  <jim@meyering.net>
27526
27527         Merges from coreutils.
27528         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
27529         variable names, rather than @FNMATCH_H@.
27530         * modules/alloca: Likewise for $(ALLOCA_H).
27531
27532         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
27533         the three copies of the literal target, `fnmatch.h'.
27534         * modules/alloca (alloca.h): Likewise.
27535
27536 2003-08-14  Jim Meyering  <jim@meyering.net>
27537
27538         Merge from coreutils.
27539         * m4/tzset.m4: New file.
27540         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
27541         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
27542         otherwise, AIX 5.1 systems would end up using the latter.
27543         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
27544         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
27545         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
27546         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
27547
27548 2003-08-14  Jim Meyering  <jim@meyering.net>
27549
27550         Merge from coreutils.
27551         * lib/obstack.h: Whitespace changes.
27552         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
27553         and xcalloc return values.
27554         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
27555         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
27556         hang on OSF/1 5.1 for DIR on both local and remote file systems.
27557         Reported by (and fix confirmed by) Nelson H. F. Beebe.
27558         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
27559         error from mntctl.
27560         Use mntctl's return value to drive the entry-processing loop, since
27561         we can't rely on the value of the vmt_length member in the last
27562         entry.  On some systems doing so could result in exhausting
27563         virtual memory.  Based in part on a patch from Mike Jetzer.
27564
27565 2003-08-14  Jim Meyering  <jim@meyering.net>
27566         and Paul Eggert  <eggert@twinsun.com>
27567
27568         Merges from coreutils, plus other fixes.
27569         * lib/physmem.c: Merge in portability changes from gcc/libiberty
27570         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
27571         for credits and details.  Thanks to Kaveh Ghazi for helping
27572         to keep these files in sync.
27573         (ARRAY_SIZE): Define it.
27574         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
27575         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
27576         (memcasecmp): Don't assume size_t fits in unsigned int.
27577         Remove casts and duplicate code.
27578         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
27579         (memcpy): Remove definition.
27580         Merge in some clean-up and optimization changes from glibc.
27581         [BLOCKSIZE]: Move definition to top of file.
27582         Ensure that it is a multiple of 64.
27583         Rearrange loop exit tests so as to avoid performing an
27584         additional fread after encountering an error or EOF.
27585         * lib/md5.h (md5_uintptr): Define.
27586         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
27587         return to the initial working directory.  Preserve errno
27588         for caller.
27589         * lib/idcache.c: Include "xalloc.h".
27590         (xmalloc, xrealloc): Remove decls.
27591         (getuser): Remove casts no longer required in C89.
27592         * lib/human.c: Include stdio.h, for sprintf.
27593         * lib/group-member.c: Include "xalloc.h".
27594         (xmalloc, xrealloc): Remove decls.
27595         (get_group_info): Remove casts no longer required in C89.
27596         * lib/getusershell.c (readname): Remove casts no longer required in
27597         C89.
27598         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
27599         * lib/getline.c: Whitespace fix, from coreutils.
27600
27601 2003-08-13  Paul Eggert  <eggert@twinsun.com>
27602
27603         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
27604         Check for isascii.
27605
27606         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
27607         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
27608         Undo previous (whitespace-only) change.
27609
27610 2003-08-13  Paul Eggert  <eggert@twinsun.com>
27611
27612         * lib/exclude.c: Include <ctype.h>
27613         (IN_CTYPE_DOMAIN): New macro.
27614         (is_space): New fn.
27615         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
27616         and empty lines.
27617
27618         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
27619         Undo previous (whitespace-only) change.
27620
27621 2003-08-13  Paul Eggert  <eggert@twinsun.com>
27622
27623         * config/srclist-update: Change update back to the old behavior,
27624         leaving whitespace alone.  Use one 'sed' command rather than a
27625         pipeline.
27626         (fixlicense): Now a variable, not a function.
27627         (remove_trailing_blanks): Remove.
27628         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
27629         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
27630         Undo previous (whitespace-only) change.
27631
27632 2003-08-12  Paul Eggert  <eggert@twinsun.com>
27633
27634         Merge from coreutils.
27635         * modules/euidaccess: Add lib_SOURCES, include for new
27636         file euidaccess.h
27637
27638 2003-08-12  Paul Eggert  <eggert@twinsun.com>
27639
27640         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
27641         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
27642         Normalize leading white space and remove trailing white space.
27643
27644         Merge from coreutils
27645         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
27646
27647         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
27648         0.12.1.  These files are now being upgraded automatically by
27649         ../config/srclist-update.
27650
27651 2003-08-12  Paul Eggert  <eggert@twinsun.com>
27652
27653         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
27654         Normalize leading white space and remove trailing white space.
27655         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
27656         notice, as per ../config/srclist-update.
27657
27658         Merge from coreutils.
27659         * lib/euidaccess.h: New file.
27660         * lib/euidaccess.c: Include it.
27661         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
27662         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
27663         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
27664
27665 2003-08-12  Paul Eggert  <eggert@twinsun.com>
27666
27667         * config/srclist-update: Add copyright notice.
27668         (remove_id_lines, remove_trailing_blanks): New constants.
27669         (fixfile): Use them to normalize spacing a bit in copied files.
27670         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
27671         Normalize leading white space and remove trailing white space.
27672
27673         * config/texinfo.tex: Sync with texinfo.
27674
27675         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
27676         strtoul.c from libc, to merge coreutils whitespace changes.
27677
27678         * config/srclist.txt: Get the following m4 files from gettext:
27679         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
27680         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
27681         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
27682         wint_t.m4.
27683
27684 2003-08-12  Karl Berry  <karl@gnu.org>
27685
27686         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
27687         been made.
27688
27689 2003-08-11  Paul Eggert  <eggert@twinsun.com>
27690
27691         * modules/gnu-source, m4/gnu-source.m4:
27692         Remove; we're assuming Autoconf 2.54 or later now.
27693         Suggested by Bruno Haible.
27694         * MODULES.html.sh (func_all_modules): Remove gnu-source.
27695
27696 2003-08-11  Bruno Haible  <bruno@clisp.org>
27697
27698         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
27699
27700 2003-08-11  Bruno Haible  <bruno@clisp.org>
27701
27702         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
27703         (vasnprintf): Use it instead of wcslen.
27704
27705 2003-08-11  Bruno Haible  <bruno@clisp.org>
27706
27707         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
27708         value to ensure that _Bool promotes to int. Use #define for _Bool when
27709         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
27710
27711 2003-08-10  Karl Berry  <karl@gnu.org>
27712
27713         * lib/regex.h: update from libc (whitespace fix).
27714
27715 2003-08-09  Paul Eggert  <eggert@twinsun.com>
27716
27717         Merge some files from coreutils.  These changes were
27718         originally made by Jim Meyering.
27719         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
27720         many older Unixes require this.
27721         * lib/alloca.c (alloca): Remove cast to argument of free;
27722         no longer needed in C89.
27723         * lib/alloca_.h, regex.h: Fix white space to match
27724         what GNU indent does.
27725
27726 2003-08-09  Paul Eggert  <eggert@twinsun.com>
27727
27728         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
27729         apparently Emacs's Unicode mode got confused before my 2003-08-05
27730         checkin.
27731
27732 2003-08-08  Paul Eggert  <eggert@twinsun.com>
27733
27734         * m4/extensions.m4: New file.
27735         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
27736         Require gl_USE_SYSTEM_EXTENSIONS.
27737         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
27738         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
27739
27740 2003-08-08  Paul Eggert  <eggert@twinsun.com>
27741
27742         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
27743         * modules/extensions, modules/gnu-source: New files.
27744         * modules/timespec, modules/unlocked-io: Depend on extensions.
27745
27746 2003-08-07  Paul Eggert  <eggert@twinsun.com>
27747
27748         * modules/restrict: New file.
27749         * MODULES.html.sh (func_all_modules): Add restrict.
27750         * modules/regex: Depend on restrict.
27751
27752 2003-08-07  Paul Eggert  <eggert@twinsun.com>
27753
27754         * m4/restrict.m4: New file.
27755         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
27756
27757 2003-08-07  Bruno Haible  <bruno@clisp.org>
27758
27759         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
27760         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
27761
27762 2003-08-07  Bruno Haible  <bruno@clisp.org>
27763
27764         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
27765         makes the module 'getndelim2' compatible with the module 'getline'.
27766
27767 2003-08-05  Paul Eggert  <eggert@twinsun.com>
27768
27769         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
27770         byte with "\201" to avoid glitches when editing that source file
27771         with multi-gnome-terminal.
27772
27773 2003-08-05  Paul Eggert  <eggert@twinsun.com>
27774
27775         * lib/bumpalloc.h: Remove.
27776
27777 2003-08-05  Paul Eggert  <eggert@twinsun.com>
27778
27779         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
27780         * modules/bumpalloc: Remove.
27781
27782 2003-08-04  Paul Eggert  <eggert@twinsun.com>
27783
27784         * lib/getloadavg.c: Change copyright notice and spacing to conform to
27785         GNU coding style.
27786
27787         Merge from coreutils.
27788         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
27789         1. From glibc.
27790         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
27791         from Karl Berry, implemented by Jim Meyering.
27792         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
27793         from Dmitry V. Levin.
27794         Remove anachronistic cast of xrealloc.
27795         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
27796         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
27797         type. Otherwise, it wouldn't compile with at least /bin/cc on
27798         ymp-cray-unicos9.0.2.X.
27799         Combine two mostly-identical uses of alloca into one.
27800         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
27801
27802 2003-08-04  Dave Love  <d.love@dl.ac.uk>
27803
27804         [From Emacs.]
27805
27806         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
27807         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
27808         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
27809         obsolete NLIST_NAME_UNION.
27810         [__GNU__]: Undef BSD and FSCALE.
27811         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
27812
27813 2003-08-03  Paul Eggert  <eggert@twinsun.com>
27814
27815         * lib/stdbool_.h (_Bool): Make it signed char, instead of
27816         an enum type, so that it's guaranteed to promote to int.  See:
27817         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
27818
27819 2003-08-03  Karl Berry  <karl@gnu.org>
27820
27821         * config/depcomp: update from automake.
27822
27823 2003-07-31  Paul Eggert  <eggert@twinsun.com>
27824
27825         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
27826         (strerror): Don't assume that a printable int fits in 14 bytes.
27827
27828 2003-07-31  Bruno Haible  <bruno@clisp.org>
27829
27830         * modules/getpass-gnu: New file.
27831         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
27832
27833 2003-07-31  Bruno Haible  <bruno@clisp.org>
27834
27835         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
27836
27837 2003-07-24  Karl Berry  <karl@gnu.org>
27838
27839         * config/missing: update from automake.
27840
27841 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
27842             Bruno Haible  <bruno@clisp.org>
27843
27844         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
27845         * lib/getline.c (getline, getdelim): Likewise.
27846         Remove _GNU_SOURCE define; now it's defined in config.h through
27847         m4/getline.m4.
27848
27849 2003-07-23  Karl Berry  <karl@gnu.org>
27850
27851         * config/config.sub: update from prep.
27852
27853 2003-07-22  Paul Eggert  <eggert@twinsun.com>
27854
27855         * modules/xalloc (Depends-on): Add exitfail.
27856         * modules/xmemcoll: Likewise.
27857
27858 2003-07-22  Paul Eggert  <eggert@twinsun.com>
27859
27860         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
27861         over-parenthesization in macros.
27862
27863         Sync with coreutils.
27864
27865         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
27866         required by C99.
27867
27868         Use `exit_failure' for xalloc and xmemcoll instead of their own
27869         private exit-failure variables.
27870         * lib/xalloc.h (xalloc_exit_failure): Remove.
27871         * lib/xmalloc.c: Likewise.  Include exitfail.h.
27872         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
27873         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
27874         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
27875         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
27876
27877 2003-07-20  Jim Meyering  <jim@meyering.net>
27878
27879         * modules/closeout (Depends-on): Add exitfail.
27880         Suggestion from Bruno Haible.
27881
27882 2003-07-19  Karl Berry  <karl@gnu.org>
27883
27884         * config/config.sub: update from prep.
27885
27886 2003-07-18  Paul Eggert  <eggert@twinsun.com>
27887
27888         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
27889         Remove.
27890         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
27891         to test that it can stand by itself.  Include "exitfail.h".
27892         Clients should set exit_failure instead.
27893         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
27894
27895 2003-07-18  Bruno Haible  <bruno@clisp.org>
27896
27897         * modules/getndelim2: New file.
27898         * modules/getline: Share files with module getndelim2.
27899         * modules/getnline: Depend on getndelim2 instead of sharing files with
27900         it. Add getnline.c to lib_SOURCES.
27901         * MODULES.html.sh (func_all_modules): Add getndelim2.
27902
27903 2003-07-18  Bruno Haible  <bruno@clisp.org>
27904
27905         * m4/getndelim2.m4: New file.
27906         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
27907         invoke gl_PREREQ_GETNDELIM2.
27908         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
27909         gl_PREREQ_GETNDELIM2.
27910         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
27911         gl_GETNDELIM2.
27912
27913 2003-07-18  Bruno Haible  <bruno@clisp.org>
27914
27915         * lib/getndelim2.h: New file.
27916         * lib/getndelim2.c: Make into a module of its own. Include config.h,
27917         getndelim2.h.
27918         (getndelim2): Make non-static. Change return type to ssize_t.
27919         * lib/getline.h: Change argument names.
27920         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
27921         * lib/getnline.c: Include getndelim2.h.
27922
27923 2003-07-18  Andreas Schwab  <schwab@suse.de>
27924
27925         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
27926
27927 2003-07-17  Karl Berry  <karl@gnu.org>
27928
27929         * config/config.sub: update from prep.
27930
27931 2003-07-17  Bruno Haible  <bruno@clisp.org>
27932
27933         * modules/getnline: New file.
27934         * modules/getline: Add lib/getndelim2.c to source file list.
27935         * MODULES.html.sh (func_all_modules): Add getnline.
27936
27937 2003-07-17  Bruno Haible  <bruno@clisp.org>
27938
27939         * m4/getnline.m4: New file.
27940
27941 2003-07-17  Bruno Haible  <bruno@clisp.org>
27942
27943         * m4/Makefile.am.in: Remove file.
27944         * m4/Makefile.am: Remove file.
27945         * m4/Makefile.in: Remove file.
27946
27947 2003-07-17  Bruno Haible  <bruno@clisp.org>
27948
27949         * lib/getnline.h: New file.
27950         * lib/getnline.c: New file.
27951         * lib/getndelim2.c: New file, extracted from getline.c.
27952         (getndelim2): Renamed from getdelim2, with added nmax argument.
27953         * lib/getline.c: Include getndelim2.c.
27954         (getdelim2): Moved out to getndelim2.c.
27955         (getline, getdelim): Update.
27956
27957 2003-07-17  Bruno Haible  <bruno@clisp.org>
27958
27959         * lib/Makefile.am: Remove file.
27960         * lib/Makefile.in: Remove file.
27961
27962 2003-07-17  Bruno Haible  <bruno@clisp.org>
27963
27964         * configure.in: Remove file.
27965         * Makefile.in: Remove file.
27966
27967 2003-07-17  Bruno Haible  <bruno@clisp.org>
27968
27969         * MODULES.html.sh: Put the </BODY> right before </HTML>.
27970
27971 2003-07-16  Karl Berry  <karl@gnu.org>
27972
27973         * config/srclist-update: was running fixlicense twice, which caused
27974                 texinfo.tex to be nullified for some reason.  Simplify,
27975                 $gplsrc is no longer needed as far as I can see?
27976
27977 2003-07-16  Jim Meyering  <jim@meyering.net>
27978
27979         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
27980
27981 2003-07-15  Paul Eggert  <eggert@twinsun.com>
27982
27983         * config/srclist.txt: Get the following files from gettext-runtime/intl
27984         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
27985         ref-del.sin.  From Bruno Haible.
27986         * config/srclist-update (fixfile): Change grep pattern again, since the
27987         previous fix didn't work (there was another trailing $).  Use
27988         '[$]' to escape the $s.
27989
27990 2003-07-15  Karl Berry  <karl@gnu.org>
27991
27992         * lib/vasnprintf.c: update from gettext.
27993
27994 2003-07-15  Karl Berry  <karl@gnu.org>
27995
27996         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
27997         gets expanded when surrounded by '$'.
27998
27999 2003-07-15  Jim Meyering  <jim@meyering.net>
28000
28001         * modules/save-cwd: Don't depend on error.  From Derek Price.
28002
28003 2003-07-15  Jim Meyering  <jim@meyering.net>
28004
28005         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
28006
28007 2003-07-14  Simon Josefsson  <jas@extundo.com>
28008
28009         * modules/mempcpy: New file.
28010         * MODULES.html.sh (func_all_modules): Add mempcpy.
28011
28012 2003-07-14  Simon Josefsson  <jas@extundo.com>
28013
28014         * m4/mempcpy.m4: New file.
28015
28016 2003-07-14  Simon Josefsson  <jas@extundo.com>
28017
28018         * lib/mempcpy.h: New file.
28019         * lib/mempcpy.c: New file.
28020
28021 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28022
28023         * modules/getdate, modules/posixtm: Depend on mktime.
28024
28025 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28026
28027         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
28028         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
28029         unicodeio.c, unicodeio.h, unlocked-io.h:
28030         Switch from LGPL to GPL.
28031
28032 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28033
28034         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
28035         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
28036         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
28037         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
28038         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
28039         updated automatically by ../config/srclist-update.  This changes
28040         their license from LPGL to GPL.
28041
28042 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28043
28044         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
28045         assumed to refer to the root of the most recent stable gettext version.
28046         * config/srclistvars.sh: Add defaults for eggert.
28047         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
28048         Match "This program" as well as "The program".  This is needed
28049         for gettext.
28050
28051 2003-07-14  Jim Meyering  <jim@meyering.net>
28052
28053         Don't emit diagnostics.  Let callers do that.
28054         * lib/save-cwd.c: Don't include "error.h".
28055         (save_cwd): Don't call error.  Ensure that errno is valid
28056         when returning nonzero.
28057
28058         * lib/save-cwd.h (restore_cwd): Update prototype.
28059         * lib/save-cwd.c (restore_cwd): Remove two parameters.
28060         Simplify.  Don't call error upon failure.  Let callers do that.
28061         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
28062         when auditing is enabled.  But don't bother updating the #if.
28063
28064 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
28065
28066         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
28067         it breaks C++ compilation.
28068         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
28069
28070 2003-07-10  Simon Josefsson  <jas@extundo.com>
28071
28072         * modules/strchrnul (Makefile.am): Add strchrnul.h.
28073
28074 2003-07-10  Jim Meyering  <jim@meyering.net>
28075
28076         * m4/clock_time.m4: Remove trailing blank.
28077         * m4/intmax_t.m4: Likewise.
28078
28079 2003-07-10  Jim Meyering  <jim@meyering.net>
28080
28081         * lib/vasnprintf.c: Remove trailing blanks.
28082         Make cpp indentation consistent.
28083
28084 2003-07-09  Paul Eggert  <eggert@twinsun.com>
28085
28086         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
28087         posixver.c, strftime.c, strnlen.c, strverscmp.c:
28088         Switch from LGPL to GPL.
28089
28090 2003-07-09  Paul Eggert  <eggert@twinsun.com>
28091
28092         * config/srclist.txt: Sort sublists.  Add
28093         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
28094         that differ from gnulib for one reason or another; we'd like this list
28095         to be smaller but for now let's document what we have.
28096
28097 2003-07-08  Paul Eggert  <eggert@twinsun.com>
28098
28099         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
28100         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
28101         and sweeter "eval x=$x".
28102         * config/srclist.txt: Get lib/argp* from glibc.
28103
28104 2003-07-07  Paul Eggert  <eggert@twinsun.com>
28105
28106         * lib/mktime.c: Fix some boundary cases and remove need for floating
28107         point.
28108
28109         Issue a compile-time diagnostic if time_t is floating point, or if
28110         two's complement arithmetic is not in effect, or if arithmetic
28111         right shift does not propagate the sign.  These assumptions were
28112         all in the original code but they weren't checked.
28113
28114         (TIME_T_MIDPOINT, verify): New macros.
28115         (__isleap): Remove; it has integer overflow problems.
28116         (leapyear): New function, without those problems.
28117         (ydhms_tm_diff): Remove; splitting into two parts.
28118         (ydhms_diff): New function, containing the arithmetic part of
28119         the old ydhms_tm_diff function.  Issue a compile-time
28120         diagnostic if we are not using C99 integer division.
28121         Avoid casts when possible.
28122         (guess_time_tm): New function, containing the checking part of
28123         the old ydhms_tm_diff function.  Return the new value, rather than
28124         the difference between it and the old.  Accept a new argument T
28125         so that *T specifies the old value.  Check for overflow in the result.
28126
28127         (__mktime_internal): Use a time_t offset, not a long int offset.
28128         This undoes the 2003-06-04 change, which is no longer needed now
28129         that we have better overflow checking.
28130         (localtime_offset): Likewise.
28131
28132         (__mktime_internal): Avoid harmful overflow on hosts where time_t
28133         and long are 64-bit but int is only 32-bit.
28134         (ydhms_diff): Use long int to store year1 and yday1.
28135         Issue a compile-time diagnostic if long int is not wide enough.
28136
28137         (__mktime_internal): Use long int to store adjusted year and yday.
28138         Use plain C rather than preprocessor commands, if that doesn't
28139         affect efficiency.
28140         Check for overflow (and try to repair) after each probe
28141         rather than checking only at the very end.  This avoids some bugs
28142         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
28143         does not equal GMT offset at maximum time).
28144         Use integer to check for overflow rather than floating point; this
28145         is more portable to non-IEEE hosts, and is a tad faster.
28146         When we detect that we are oscillating between two values,
28147         don't check whether tm_isdst has the requested value, since
28148         we already know the answer.  When tm_isdst has the wrong value,
28149         use a different heuristic to find the right one, based on the
28150         extreme values actually observed in practice in tz2003a,
28151         rather than the (overly optimistic) "previous 3 calendar quarters".
28152
28153         (not_equal_tm, print_tm, check_result): Use "const T" rather than
28154         "T const" to accommodate glibc style.
28155         (check_result): Use less-confusing report format.  "long" -> "long int.
28156         (main): Likewise.
28157         Don't loop if the iteration overflows time_t.
28158         Allow a negative step in the iteration.
28159
28160 2003-07-06  Karl Berry  <karl@gnu.org>
28161
28162         * config/depcomp: update from automake.
28163         * config/config.sub: update from prep.
28164
28165 2003-07-03  Karl Berry  <karl@gnu.org>
28166
28167         * config/config.guess: update from prep.
28168
28169 2003-07-01  Paul Eggert  <eggert@twinsun.com>
28170
28171         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
28172         xreadlink.c now includes it unconditionally.
28173
28174 2003-07-01  Paul Eggert  <eggert@twinsun.com>
28175
28176         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
28177         having it depend on HAVE_SYS_TYPES_H.
28178
28179 2003-07-01  Bruno Haible  <bruno@clisp.org>
28180
28181         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
28182         <sys/types.h> should be sufficient.
28183         Reported by Paul Eggert.
28184
28185 2003-06-26  Karl Berry  <karl@gnu.org>
28186
28187         * config/depcomp: update from automake.
28188
28189 2003-06-26  Bruno Haible  <bruno@clisp.org>
28190
28191         * modules/human: Depend on module stdbool.
28192
28193 2003-06-25  Bruno Haible  <bruno@clisp.org>
28194
28195         * modules/readlink: New file.
28196         * modules/xreadlink: Depend on it.
28197         * MODULES.html.sh (func_all_modules): Add readlink.
28198
28199 2003-06-25  Bruno Haible  <bruno@clisp.org>
28200
28201         * m4/readlink.m4: New file.
28202
28203 2003-06-25  Bruno Haible  <bruno@clisp.org>
28204
28205         * lib/readlink.c: New file.
28206
28207 2003-06-22  Karl Berry  <karl@gnu.org>
28208
28209         * config/srclist.txt: update mkinstalldirs from automake.
28210         * config/mkinstalldirs: update.
28211
28212 2003-06-22  Bruno Haible  <bruno@clisp.org>
28213
28214         Portability to mingw32.
28215         * m4/ssize_t.m4: New file, from GNU gettext.
28216         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
28217         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
28218
28219 2003-06-22  Bruno Haible  <bruno@clisp.org>
28220
28221         * modules/safe-read: Add m4/ssize_t.m4.
28222         * modules/xreadlink: Add m4/ssize_t.m4.
28223
28224 2003-06-20  Bruno Haible  <bruno@clisp.org>
28225
28226         Assume C89, so PARAMS isn't needed.
28227         * lib/unicodeio.h (PARAMS): Remove.
28228         * lib/unicodeio.c: Don't use PARAMS.
28229
28230 2003-06-18  Karl Berry  <karl@gnu.org>
28231
28232         * config/config.{guess,sub}: update from prep.
28233
28234 2003-06-18  Jim Meyering  <jim@meyering.net>
28235
28236         Merge changes from coreutils.
28237         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
28238         Remove explicit declarations of xmalloc and realloc.
28239         Include xalloc.h.
28240         (read_utmp): Remove anachronistic cast of xmalloc.
28241
28242 2003-06-17  Paul Eggert  <eggert@twinsun.com>
28243
28244         Assume C89, so PARAMS isn't needed.
28245         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
28246         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
28247         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
28248         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
28249         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
28250         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
28251         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
28252         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
28253         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
28254         lib/xstrtod.h, lib/xstrtol.h: Likewise.
28255         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
28256         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
28257         no longer needed. Anyway, config.h should always be included before any
28258         other file.
28259
28260 2003-06-11  Simon Josefsson  <jas@extundo.com>
28261
28262         * modules/sysexits: New file.
28263         * MODULES.html.sh (func_all_modules): Add sysexits.
28264
28265 2003-06-11  Simon Josefsson  <jas@extundo.com>
28266
28267         * lib/sysexit_.h: New file.
28268
28269 2003-06-11  Derek Price  <derek@ximbiot.com>
28270
28271         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
28272         necessary.
28273
28274 2003-06-11  Bruno Haible  <bruno@clisp.org>
28275
28276         * m4/sysexits.m4: New file.
28277
28278 2003-06-10  Simon Josefsson  <jas@extundo.com>
28279
28280         * lib/argp.h: New file, from glibc.
28281         * lib/argp-ba.c: New file, from glibc.
28282         * lib/argp-eexst.c: New file, from glibc.
28283         * lib/argp-fmtstream.c: New file, from glibc.
28284         * lib/argp-fmtstream.h: New file, from glibc.
28285         * lib/argp-fs-xinl.c: New file, from glibc.
28286         * lib/argp-help.c: New file, from glibc.
28287         * lib/argp-namefrob.h: New file, from glibc.
28288         * lib/argp-parse.c: New file, from glibc.
28289         * lib/argp-pv.c: New file, from glibc.
28290         * lib/argp-pvh.c: New file, from glibc.
28291         * lib/argp-xinl.c: New file, from glibc.
28292
28293 2003-06-10  Simon Josefsson  <jas@extundo.com>
28294
28295         * modules/strchrnul: New file.
28296
28297 2003-06-10  Simon Josefsson  <jas@extundo.com>
28298
28299         * modules/argp: New file.
28300
28301 2003-06-10  Simon Josefsson  <jas@extundo.com>
28302
28303         * m4/strchrnul.m4: New file.
28304
28305 2003-06-10  Simon Josefsson  <jas@extundo.com>
28306
28307         * lib/strchrnul.h: New file.
28308         * lib/strchrnul.c: New file.
28309
28310 2003-06-10  Bruno Haible  <bruno@clisp.org>
28311
28312         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
28313
28314 2003-06-07  Karl Berry  <karl@gnu.org>
28315
28316         * config/config.{guess,sub}: update from prep.
28317
28318 2003-06-07  Jim Meyering  <jim@meyering.net>
28319
28320         * modules/strtod: Use $(...) notation, not @...@ for
28321         AC_REPLACE'd variables.
28322         * modules/localcharset: Likewise.
28323
28324 2003-06-07  Jim Meyering  <jim@meyering.net>
28325
28326         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
28327         in place of my name in the copyright comment.
28328         Remove definition and uses of __P.
28329
28330         From coreutils.
28331         * lib/stat.c: Don't declare xmalloc explicitly.
28332         Instead, include "xalloc.h".
28333         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
28334         xrealloc, and xcalloc return values.
28335         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
28336         Improve comment.
28337         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
28338
28339 2003-06-07  Bruno Haible  <bruno@clisp.org>
28340
28341         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
28342         avoid AC_CONFIG_LINKS.
28343         * modules/fnmatch (Makefile.am): Use explicit creation rule for
28344         fnmatch.h, to avoid AC_CONFIG_LINKS.
28345         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
28346
28347 2003-06-07  Bruno Haible  <bruno@clisp.org>
28348
28349         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
28350         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
28351         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
28352         directory.
28353         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
28354         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
28355         directory.
28356
28357 2003-06-06  Jim Meyering  <jim@meyering.net>
28358
28359         Merge from coreutils.
28360         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
28361         Consolidate declarations and initializations of *_base* locals.
28362
28363         Merge from coreutils.
28364         This avoids a core dump on systems without GNU putenv,
28365         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
28366         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
28367         (unsetenv): New static function, from GNU libc.
28368         (rpl_putenv): Use it.
28369
28370         * lib/modechange.c: Remove trailing blanks.
28371
28372         Merge from coreutils.
28373         * lib/fsusage.c: Remove declaration of statfs.
28374         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
28375
28376         * lib/posixtm.c: Include <stdbool.h> unconditionally.
28377
28378 2003-06-06  Jim Meyering  <jim@meyering.net>
28379
28380         * lib/stdbool_.h: Renamed from stdbool.h.in.
28381
28382 2003-06-06  Jim Meyering  <jim@meyering.net>
28383             Bruno Haible  <bruno@clisp.org>
28384
28385         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
28386         Adjust Makefile.am snippet not to redirect directly to target.
28387         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
28388
28389 2003-06-05  Paul Eggert  <eggert@twinsun.com>
28390
28391         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
28392         mismatch, look in future quarters as well as past.  This fixes a
28393         bug when processing fall-backwards gaps immediately after a long
28394         period of daylight-saving time.
28395
28396         * lib/mktime.c: Assume freestanding C89 or better.
28397         (HAVE_LIMITS_H): Remove.  Assume it's 1.
28398         (__P): Remove; not used.
28399         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
28400         (mktime, not_equal_tm, print_tm, check_result,
28401         main): Use prototypes.  Use const * where appropriate.
28402         (main): Fix typo in testing code that uncovered by above changes.
28403         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
28404
28405 2003-06-04  Paul Eggert  <eggert@twinsun.com>
28406
28407         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
28408         locale.h, localeconv.  This merges changes from coreutils.
28409
28410         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
28411         It can be removed after the next Autoconf is released.
28412         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
28413         needed.
28414
28415 2003-06-04  Paul Eggert  <eggert@twinsun.com>
28416
28417         * lib/mktime.c: Fix Debian bug 177940
28418         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
28419         (localtime_offset): Now long int, not time_t, because we want it
28420         to be guaranteed to be signed.  All uses changed.
28421         (__mktime_internal): If overflow would occur when adding offset,
28422         don't add it.
28423
28424         Merge 'human' changes from coreutils.  Rewrite to support
28425         locale-specific notations like thousands separators.
28426         * lib/human.c: Simplify authorship notice.
28427         Include human.h immediately after config.h.
28428         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
28429         <limits.h>: Do not include, since human.h does.
28430         (SIZE_MAX, UINTMAX_MAX): New macros.
28431         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
28432         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
28433         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
28434         (power_letter): Renamed from suffixes.
28435         (generate_suffix_backwards): Remove.
28436         (adjust_value): Now takes int style (because of human.h changes)
28437         and long double value (for greater precision on some platforms).
28438         (group_number): New function.
28439         (human_readable): Use it.  Use integer options, not enum.
28440         Put the options before the sizes in the arg list.
28441         Support all the new options.
28442         The old human_readable function has been removed;
28443         use inttostr.h instead.
28444         (human_readable, default_block_size, humblock):
28445         Use uintmax_t, not int, for block sizes.
28446         (human_readable_inexact, block_size_types): Remove.
28447         (block_size_opts): New constant.
28448         (human_options): Renamed from human_block_size, with new signature
28449         that allows block sizes up to UINTMAX_MAX.  All callers changed.
28450         * lib/human.h: Add copyright and authorship notice.
28451         Include <limits.h> and <stdbool.h> unconditionally.
28452         (PARAMS): Remove.  All uses removed.
28453         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
28454         (enum human_inexact_style): Remove tag; now a nameless enum.
28455         (human_floor, human_ceiling, human_round_to_even): Now have
28456         values 2, 0, 1 rather than -1, 1, 0.
28457         (human_group_digits, human_suppress_point_zero, human_autoscale,
28458         human_base_1024, human_SI, human_B): New constants.
28459         (human_readable_inexact, human_block_size): Remove.
28460         (human_readable): Size args are now uintmax_t, not int.
28461         (human_options): New decl.
28462
28463         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
28464         unnecessary now that we assume C89 or better.  This change
28465         imported from coreutils.
28466
28467         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
28468         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
28469         in the 2003-05-30 sync from glibc.
28470
28471         .h files should stand alone, but we shouldn't include <sys/types.h>
28472         if we can get away with just <stddef.h>.
28473
28474         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
28475         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
28476         rather than <sys/types.h>, as we merely need size_t.
28477         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
28478         to get size_t.
28479         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
28480         Include <stdio.h>, to get FILE.
28481         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
28482         memcasecmp.h has included <stddef.h> and all we need is size_t.
28483         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
28484         our interface, instead of including <sys/types.h>
28485
28486 2003-06-04  Paul Eggert  <eggert@twinsun.com>
28487
28488         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
28489         now, as glibc mktime is buggy on non-glibc systems.
28490
28491 2003-06-03  Karl Berry  <karl@gnu.org>
28492
28493         * config/config.sub: update from prep.
28494
28495 2003-06-02  Paul Eggert  <eggert@twinsun.com>
28496
28497         [from coreutils]
28498         Fix some minor time-related bugs with POSIX time arguments.
28499         Some valid time stamps were being rejected (notably -1, and
28500         time stamps before 1900 on 64-bit hosts).  And some invalid
28501         time stamps were being accepted, e.g. September 31.
28502
28503         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
28504         that we can return (time_t) -1 successfully.
28505         * lib/posixtm.c: Likewise.
28506         [HAVE_STDBOOL_H]: Include <stdbool.h>.
28507         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
28508         (t): Remove static var.
28509         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
28510         of static var.  All uses changed.
28511         (year): Do not reject years before 1900; they can occur with
28512         64-bit time_t.
28513         (posix_time_parse): Do not check for out-of-range components;
28514         that is now the caller's responsibility, since our checks were
28515         only approximations.
28516         (posixtime): Use mktime to check for out-of-range components,
28517         since it knows them exactly.
28518         If mktime returns (time_t) -1, check whether an error actually occurred
28519         by invoking localtime on -1.
28520         (main) [TEST_POSIXTIME]: Check for input data errors, and report
28521         posixtime failures better.
28522         Improve the test data (in comments only).
28523
28524 2003-06-02  Karl Berry  <karl@gnu.org>
28525
28526         * config/mkinstalldirs (version): new variable.
28527         (--version): new option.
28528         (usage): improve message.
28529
28530 2003-05-30  Karl Berry  <karl@gnu.org>
28531
28532         * lib/mktime.c: update from libc.
28533
28534 2003-05-30  Bruno Haible  <bruno@clisp.org>
28535
28536         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
28537         * config/config.rpath: Upgrade to gettext-0.12.1.
28538
28539 2003-05-30  Bruno Haible  <bruno@clisp.org>
28540
28541         * m4/gettext.m4: Upgrade to gettext-0.12.1.
28542         * m4/nls.m4: New file, from gettext-0.12.1.
28543         * m4/po.m4: New file, from gettext-0.12.1.
28544         * m4/progtest.m4: Upgrade to gettext-0.12.1.
28545
28546 2003-05-30  Bruno Haible  <bruno@clisp.org>
28547
28548         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
28549         * lib/localcharset.h: Likewise.
28550         * lib/localcharset.c: Likewise.
28551
28552 2003-05-29  Karl Berry  <karl@gnu.org>
28553
28554         * config/config.rpath: update from gettext.
28555
28556 2003-05-28  Paul Eggert  <eggert@twinsun.com>
28557
28558         Assume the headers required for C89 freestanding compilers.
28559         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
28560         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
28561         * m4/human.m4 (gl_HUMAN): Likewise.
28562         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
28563         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
28564         * m4/userspec.m4 (gl_USERSPEC): Likewise.
28565         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
28566         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
28567         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
28568
28569 2003-05-28  Paul Eggert  <eggert@twinsun.com>
28570
28571         Assume the headers required for C89 freestanding compilers.
28572         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
28573         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
28574         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
28575         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
28576         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
28577         define, since <limits.h> is guaranteed to do that.
28578         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
28579         * lib/exclude.c: Include <stdbool.h> unconditionally.
28580         * lib/tempname.c: Include <stddef.h> unconditionally.
28581         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
28582         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
28583         <stddef.h> does that.
28584         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
28585         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
28586         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
28587         needed.
28588         * lib/xstrtol.c: Likewise.
28589         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
28590         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
28591
28592         * lib/addext.c (addext): Use assignment rather than cast, to avoid
28593         warnings on some platforms.
28594
28595         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
28596         arbitrarily.
28597
28598 2003-05-26  Jim Meyering  <jim@meyering.net>
28599
28600         Merge in a change from coreutils:
28601         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
28602         that is guaranteed to be `no'.  Use `no_such_member' to indicate
28603         that condition, rather than `-1' which is slightly misleading.
28604         Change the name of the cache variable to have the gl_ prefix.
28605         Prompted by a patch from Richard Dawe for DJGPP.
28606
28607 2003-05-24  Karl Berry  <karl@gnu.org>
28608
28609         * config/config.guess: update from prep.
28610
28611 2003-05-22  Karl Berry  <karl@gnu.org>
28612
28613         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
28614
28615 2003-05-20  Karl Berry  <karl@gnu.org>
28616
28617         * config/config.guess: update from prep.
28618
28619 2003-05-18  Karl Berry  <karl@gnu.org>
28620
28621         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
28622         might actually be set by the user.
28623
28624         * config/depcomp, install-sh, mdate-sh: update from automake.
28625
28626 2003-05-17  Bruno Haible  <bruno@clisp.org>
28627
28628         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
28629         invalid expansion for AC_EGREP_CPP.
28630         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
28631         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
28632         Suggested by Akim Demaille <akim@epita.fr> in
28633         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
28634
28635 2003-05-12  Jim Meyering  <jim@meyering.net>
28636
28637         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
28638         the space-padded-by-default conversion specifiers, %e, %k, %l.
28639
28640 2003-05-12  Bruno Haible  <bruno@clisp.org>
28641
28642         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
28643         the string is longer than 4 KB.
28644
28645 2003-05-11  Karl Berry  <karl@gnu.org>
28646
28647         * config/config.{guess,sub}: update from prep.
28648
28649 2003-05-09  Bruno Haible  <bruno@clisp.org>
28650
28651         * modules/error: Add m4/strerror_r.m4 to file list.
28652
28653 2003-05-03  Bruno Haible  <bruno@clisp.org>
28654
28655         Upgrade to Unicode-4.0.
28656         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
28657         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
28658         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
28659         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
28660         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
28661         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
28662         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
28663         Change width of U+E0100..U+E01EF from 1 to 0.
28664
28665 2003-04-25  Jim Meyering  <jim@meyering.net>
28666
28667         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
28668         of type size_t, not int.
28669
28670 2003-04-25  Bruno Haible  <bruno@clisp.org>
28671
28672         * lib/copy-file.c: Include <stddef.h>, for size_t.
28673
28674 2003-04-21  Paul Eggert  <eggert@twinsun.com>
28675
28676         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
28677         code which expansion is under static control.  Patch imported from
28678         Akim Demaille's patch to Bison; see
28679         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
28680
28681 2003-04-14  Bruno Haible  <bruno@clisp.org>
28682
28683         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
28684
28685 2003-04-11  Jim Meyering  <jim@meyering.net>
28686
28687         Merge changes from Coreutils.
28688
28689         2003-03-22  Jim Meyering  <jim@meyering.net>
28690
28691         * lib/strftime.c (widen): Cast alloca return value to proper type.
28692
28693         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
28694
28695         From GNU libc.
28696         * lib/strftime.c (my_strftime): Handle very large width
28697         specifications for numeric values correctly.  Improve checks for
28698         overflow.
28699
28700         2003-01-19  Jim Meyering  <jim@meyering.net>
28701
28702         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
28703         definitions.
28704         (nl_get_alt_digit) [! defined my_strftime]: Define.
28705         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
28706         _nl_get_alt_digit and _nl_get_walt_digit.
28707
28708         * lib/strftime.c (my_strftime): Merge in locale-related changes from
28709         libc. These changes have no effect outside of _LIBC.
28710
28711 2003-04-10  Bruno Haible  <bruno@clisp.org>
28712
28713         * modules/findprog: New file.
28714         * MODULES.html.sh (func_all_modules): Add it.
28715
28716 2003-04-10  Bruno Haible  <bruno@clisp.org>
28717
28718         * m4/findprog.m4: New file.
28719         * m4/eaccess.m4: New file.
28720
28721 2003-04-10  Bruno Haible  <bruno@clisp.org>
28722
28723         * lib/findprog.h: New file, from GNU gettext.
28724         * lib/findprog.c: New file, from GNU gettext.
28725
28726 2003-04-05  Jim Meyering  <jim@meyering.net>
28727
28728         Merge changes from Coreutils.
28729
28730         * lib/exclude.h (PARAMS): Remove definition and uses.
28731         * lib/exclude.c: Remove uses of `PARAMS'.
28732
28733         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
28734         Add test-cases for DOS filenames. Declare program_name.
28735         (main): Set up program_name.  Patch by Rich Dawe.
28736
28737         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
28738         error from mntctl.
28739         Use mntctl's return value to drive the entry-processing loop, since
28740         we can't rely on the value of the vmt_length member in the last
28741         entry.  On some systems doing so could result in exhausting
28742         virtual memory.  Based in part on a patch from Mike Jetzer.
28743
28744 2003-04-04  Bruno Haible  <bruno@clisp.org>
28745
28746         * modules/linebreak: New file.
28747         * MODULES.html.sh (func_all_modules): Add it.
28748
28749 2003-04-04  Bruno Haible  <bruno@clisp.org>
28750
28751         * m4/linebreak.m4: New file.
28752
28753 2003-04-04  Bruno Haible  <bruno@clisp.org>
28754
28755         * lib/linebreak.h: New file, from GNU gettext.
28756         * lib/linebreak.c: New file, from GNU gettext with slight
28757         modifications.
28758         * lib/lbrkprop.h: New file, from GNU gettext.
28759
28760 2003-04-03  Bruno Haible  <bruno@clisp.org>
28761
28762         * modules/utf8-ucs4: New file.
28763         * modules/utf16-ucs4: New file.
28764         * modules/ucs4-utf8: New file.
28765         * modules/ucs4-utf16: New file.
28766         * MODULES.html.sh (func_all_modules): Add them.
28767
28768 2003-04-03  Bruno Haible  <bruno@clisp.org>
28769
28770         * m4/utf-ucs4.m4: New file.
28771         * m4/ucs4-utf.m4: New file.
28772
28773 2003-04-03  Bruno Haible  <bruno@clisp.org>
28774
28775         * lib/utf8-ucs4.h: New file, from GNU gettext.
28776         * lib/utf16-ucs4.h: New file, from GNU gettext.
28777         * lib/ucs4-utf8.h: New file, from GNU gettext.
28778         * lib/ucs4-utf16.h: New file, from GNU gettext.
28779
28780 2003-04-02  Bruno Haible  <bruno@clisp.org>
28781
28782         * modules/binary-io: New file.
28783         * MODULES.html.sh (func_all_modules): Add it.
28784
28785 2003-04-02  Bruno Haible  <bruno@clisp.org>
28786
28787         * lib/binary-io.h: New file, from GNU gettext.
28788
28789 2003-04-01  Bruno Haible  <bruno@clisp.org>
28790
28791         * modules/pathname: New file.
28792         * MODULES.html.sh (func_all_modules): Add it.
28793
28794 2003-04-01  Bruno Haible  <bruno@clisp.org>
28795
28796         * lib/pathname.h: New file, from GNU gettext.
28797         * lib/concatpath.c: New file, from GNU gettext.
28798
28799 2003-03-30  Bruno Haible  <bruno@clisp.org>
28800
28801         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
28802
28803 2003-03-30  Bruno Haible  <bruno@clisp.org>
28804
28805         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
28806         function chown() doesn't exist.
28807
28808 2003-03-28  Bruno Haible  <bruno@clisp.org>
28809
28810         * modules/copy-file: New file.
28811         * MODULES.html.sh (func_all_modules): Add it.
28812
28813 2003-03-28  Bruno Haible  <bruno@clisp.org>
28814
28815         * m4/copy-file.m4: New file.
28816
28817 2003-03-28  Bruno Haible  <bruno@clisp.org>
28818
28819         * lib/copy-file.h: New file, from GNU gettext.
28820         * lib/copy-file.c: New file, from GNU gettext.
28821
28822 2003-03-18  Jim Meyering  <jim@meyering.net>
28823
28824         * lib/quote.c (quote_n): Fix typo in comment.
28825
28826 2003-03-18  Bruno Haible  <bruno@clisp.org>
28827
28828         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
28829         checking.
28830         * m4/onceonly_2_57.m4: Likewise.
28831
28832 2003-03-17  Bruno Haible  <bruno@clisp.org>
28833
28834         * m4/onceonly.m4: Require autoconf 2.54 or newer.
28835         (m4_quote): Remove macro.
28836         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
28837
28838 2003-03-14  Jim Meyering  <jim@meyering.net>
28839
28840         Merge changes from Coreutils.
28841         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
28842         to be const, in order to avoid warnings.
28843         (obstack_room): Likewise.
28844         (obstack_empty_p): Likewise.
28845
28846 2003-03-14  Bruno Haible  <bruno@clisp.org>
28847
28848         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
28849         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
28850
28851 2003-03-13  Paul Eggert  <eggert@twinsun.com>
28852
28853         Merge changes from Bison.
28854         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
28855         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
28856         when compiling Bison 1.875's `bitset bset = obstack_alloc
28857         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
28858         * lib/hash.c: Include <stdbool.h> unconditionally.
28859
28860 2003-03-13  Paul Eggert  <eggert@twinsun.com>
28861
28862         * m4/onceonly.m4 (m4_quote): New macro.
28863         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
28864         Quote AC_FOREACH variable-expansions properly.
28865
28866 2003-03-13  Paul Eggert  <eggert@twinsun.com>
28867
28868         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
28869
28870 2003-03-09  Paul Eggert  <eggert@twinsun.com>
28871
28872         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
28873         Reported by Bruce Becker; see:
28874         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
28875
28876 2003-03-03  Paul Eggert  <eggert@twinsun.com>
28877             Bruno Haible  <bruno@clisp.org>
28878
28879         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
28880         Reported by John Hughes, see
28881         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
28882
28883 2003-02-20  Bruno Haible  <bruno@clisp.org>
28884
28885         * MODULES.html.sh (func_all_modules): Add poll.
28886
28887 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
28888
28889         * modules/poll: New file.
28890
28891 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
28892
28893         * lib/poll_.h: New file.
28894         * lib/poll.c: New file.
28895
28896 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
28897
28898         * m4/poll.m4: New file.
28899
28900 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
28901
28902         * modules/mathl: New file.
28903
28904 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
28905
28906         * lib/mathl.h: New file.
28907         * lib/acosl.c: New file.
28908         * lib/asinl.c: New file.
28909         * lib/atanl.c: New file.
28910         * lib/ceill.c: New file.
28911         * lib/cosl.c: New file.
28912         * lib/expl.c: New file.
28913         * lib/floorl.c: New file.
28914         * lib/frexpl.c: New file.
28915         * lib/ldexpl.c: New file.
28916         * lib/logl.c: New file.
28917         * lib/sincosl.c: New file.
28918         * lib/sinl.c: New file.
28919         * lib/sqrtl.c: New file.
28920         * lib/tanl.c: New file.
28921         * lib/trigl.c: New file.
28922         * lib/trigl.h: New file.
28923
28924 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
28925
28926         * m4/mathl.m4: New file.
28927
28928 2003-02-18  Bruno Haible  <bruno@clisp.org>
28929
28930         * MODULES.html.sh (func_all_modules): Add mathl.
28931
28932 2003-02-17  Bruno Haible  <bruno@clisp.org>
28933
28934         * modules/mkdtemp: New module.
28935         * MODULES.html.sh (func_all_modules): Add it.
28936
28937 2003-02-17  Bruno Haible  <bruno@clisp.org>
28938
28939         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
28940
28941 2003-02-17  Bruno Haible  <bruno@clisp.org>
28942
28943         * lib/mkdtemp.h: New file, from GNU gettext.
28944         * lib/mkdtemp.c: New file, from GNU gettext.
28945
28946 2003-02-02  Jim Meyering  <jim@meyering.net>
28947
28948         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
28949         e.g. glibc-2.2.93.
28950
28951 2003-01-31  Bruno Haible  <bruno@clisp.org>
28952
28953         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
28954         'rpl_rename'.
28955         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
28956         'rpl_strnlen'.
28957         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
28958         'rpl_strtod'.
28959         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
28960         'rpl_utime'.
28961
28962 2003-01-31  Bruno Haible  <bruno@clisp.org>
28963
28964         * lib/rename.c: #undef rename before defining rpl_rename.
28965         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
28966
28967 2003-01-30  Bruno Haible  <bruno@clisp.org>
28968
28969         * modules/vasnprintf, modules/vasprintf: New modules.
28970         * MODULES.html.sh (func_all_modules): Add them.
28971
28972 2003-01-30  Bruno Haible  <bruno@clisp.org>
28973
28974         * m4/signed.m4: New file, from GNU gettext.
28975         * m4/longdouble.m4: New file, from GNU gettext.
28976         * m4/wchar_t.m4: New file, from GNU gettext.
28977         * m4/wint_t.m4: New file, from GNU gettext.
28978         * m4/vasnprintf.m4: New file.
28979         * m4/vasprintf.m4: New file.
28980
28981 2003-01-30  Bruno Haible  <bruno@clisp.org>
28982
28983         * lib/printf-args.h: New file, from GNU gettext.
28984         * lib/printf-args.c: New file, from GNU gettext.
28985         * lib/printf-parse.h: New file, from GNU gettext.
28986         * lib/printf-parse.c: New file, from GNU gettext.
28987         * lib/vasnprintf.h: New file, from GNU gettext.
28988         * lib/vasnprintf.c: New file, from GNU gettext.
28989         * lib/asnprintf.c: New file, from GNU gettext.
28990         * lib/vasprintf.h: New file, from GNU gettext with modifications.
28991         * lib/vasprintf.c: New file, from GNU gettext.
28992         * lib/asprintf.c: New file, from GNU gettext.
28993
28994 2003-01-29  Bruno Haible  <bruno@clisp.org>
28995
28996         * modules/stpncpy: New module.
28997         * MODULES.html.sh (func_all_modules): Add it.
28998
28999 2003-01-29  Bruno Haible  <bruno@clisp.org>
29000
29001         * m4/stpncpy.m4: New file.
29002
29003 2003-01-29  Bruno Haible  <bruno@clisp.org>
29004
29005         * lib/stpncpy.h: New file, from GNU gettext with modifications.
29006         * lib/stpncpy.c: New file, from GNU gettext with modifications.
29007
29008 2003-01-28  Bruno Haible  <bruno@clisp.org>
29009
29010         * modules/c-ctype: New module.
29011         * MODULES.html.sh (func_all_modules): Add it.
29012
29013 2003-01-28  Bruno Haible  <bruno@clisp.org>
29014
29015         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
29016         Paul Eggert.
29017         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
29018         Paul Eggert.
29019
29020 2003-01-27  Bruno Haible  <bruno@clisp.org>
29021
29022         * modules/xsetenv: New module.
29023         * MODULES.html.sh (func_all_modules): Add it.
29024
29025 2003-01-27  Bruno Haible  <bruno@clisp.org>
29026
29027         * lib/xsetenv.h: New file, from GNU gettext.
29028         * lib/xsetenv.c: New file, from GNU gettext.
29029
29030 2003-01-23  Jim Meyering  <jim@meyering.net>
29031
29032         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
29033         from working on systems without dirfd (at least Irix and OSF1/Tru64).
29034
29035 2003-01-23  Bruno Haible  <bruno@clisp.org>
29036
29037         * modules/minmax: New module.
29038         * MODULES.html.sh (func_all_modules): Add it.
29039
29040 2003-01-23  Bruno Haible  <bruno@clisp.org>
29041
29042         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
29043         Eggert.
29044
29045 2003-01-22  Bruno Haible  <bruno@clisp.org>
29046
29047         * modules/exit: New module.
29048         * MODULES.html.sh (func_all_modules): Add it.
29049
29050 2003-01-22  Bruno Haible  <bruno@clisp.org>
29051
29052         * lib/exit.h: New file, from GNU gettext.
29053
29054 2003-01-19  Bruno Haible  <bruno@clisp.org>
29055
29056         * gnulib-tool: Recognize option --extract-maintainer.
29057         (func_get_maintainer): New function.
29058         * modules/*: Add Maintainer entry.
29059
29060 2003-01-16  Jim Meyering  <jim@meyering.net>
29061
29062         * m4/regex.m4: The `regex' struct is both input and output.
29063         Initialize it before each use.  Patch by Tim Waugh.
29064
29065 2003-01-16  Bruno Haible  <bruno@clisp.org>
29066
29067         * MODULES.html.sh: Add a table of contents. Add the module name as
29068         leftmost column. Add hyperlinks.
29069
29070 2003-01-15  Bruno Haible  <bruno@clisp.org>
29071
29072         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
29073
29074 2003-01-15  Bruno Haible  <bruno@clisp.org>
29075
29076         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
29077         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
29078         suffix.
29079
29080 2003-01-15  Bruno Haible  <bruno@clisp.org>
29081
29082         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
29083
29084 2003-01-15  Bruno Haible  <bruno@clisp.org>
29085
29086         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
29087         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
29088
29089 2003-01-14  Jim Meyering  <jim@meyering.net>
29090
29091         * lib/same.c (same_name): Tweak a comment.
29092
29093 2003-01-14  Bruno Haible  <bruno@clisp.org>
29094
29095         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
29096         when a string comparison is sufficient.
29097
29098 2003-01-14  Bruno Haible  <bruno@clisp.org>
29099
29100         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
29101         'unsigned int'.
29102
29103 2003-01-14  Bruno Haible  <bruno@clisp.org>
29104
29105         * lib/hash-pjw.c: Add comment about low quality of this function.
29106
29107 2003-01-13  Bruno Haible  <bruno@clisp.org>
29108
29109         * modules/stpcpy: Distribute lib/stpcpy.h.
29110         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
29111
29112 2003-01-13  Bruno Haible  <bruno@clisp.org>
29113
29114         * modules/*: Add a description.
29115         * modules/strpbrk: Fix Makefile.am snippet.
29116         * modules/strtoimax: Fix dependencies.
29117         * modules/strtoumax: Likewise.
29118
29119 2003-01-13  Bruno Haible  <bruno@clisp.org>
29120
29121         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
29122         * modules/alloca (Makefile.am): All object files depend on alloca.h.
29123         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
29124
29125 2003-01-13  Bruno Haible  <bruno@clisp.org>
29126
29127         * gnulib-tool (func_create_testdir): Store config/* files in the main
29128         directory.
29129         * config.rpath: Move to ...
29130         * config/config.rpath: ... here.
29131         * modules/gettext: Contains config/config.rpath, not config.rpath.
29132         * modules/iconv: Likewise.
29133
29134 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29135
29136         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29137         to avoid collisions with libcurses and libreadline.
29138
29139         * m4/getstr.m4: Remove.
29140         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
29141
29142 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29143
29144         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29145         to avoid collisions with libcurses and libreadline.
29146
29147         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
29148         * lib/getstr.h, getstr.c: Remove.
29149         * lib/getline.c: Include "getline.h", to check interface.
29150         Move body of old getstr.c here: this defines MIN_CHUNK and
29151         declares getdelim2, which is renamed from getstr.
29152         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
29153
29154         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
29155         All uses changed.
29156         * lib/linebuffer.h: Likewise.
29157         (readline): Remove backward-compatibility macro.
29158
29159 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29160
29161         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29162         to avoid collisions with libcurses and libreadline.
29163         * getstr: Remove.
29164         * MODULES.html.sh: Remove getstr.
29165         * modules/getline: Depend on unlocked-io, not getstr.
29166
29167 2003-01-12  Jim Meyering  <jim@meyering.net>
29168
29169         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
29170
29171 2003-01-10  Bruno Haible  <bruno@clisp.org>
29172
29173         * modules/alloca: Change Makefile.am requirements. Simplify Include
29174         requirements. Add lib/alloca_.h to file list.
29175
29176 2003-01-10  Bruno Haible  <bruno@clisp.org>
29177
29178         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
29179
29180 2003-01-10  Bruno Haible  <bruno@clisp.org>
29181
29182         * lib/alloca_.h: New file.
29183         * lib/getdate.y: Unconditionally include alloca.h.
29184         * lib/makepath.c: Likewise.
29185         * lib/setenv.c: Likewise.
29186         * lib/userspec.c: Likewise.
29187
29188 2003-01-09  Karl Berry  <karl@gnu.org>
29189
29190         * MODULES.html.sh: include `dirname $0` in PATH, to find
29191         gnulib-tool.
29192
29193 2003-01-09  Bruno Haible  <bruno@clisp.org>
29194
29195         * modules/stdbool: Change configure.ac, Makefile.am requirements.
29196         Simplify Include requirements. Add lib/stdbool.h.in to file list.
29197
29198 2003-01-09  Bruno Haible  <bruno@clisp.org>
29199
29200         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
29201
29202 2003-01-09  Bruno Haible  <bruno@clisp.org>
29203
29204         * lib/stdbool.h.in: New file.
29205
29206 2003-01-09  Bruno Haible  <bruno@clisp.org>
29207
29208         * gnulib-tool (func_all_modules): Ignore files ending in ~.
29209         * MODULES.html.sh: Likewise.
29210
29211 2003-01-08  Jim Meyering  <jim@meyering.net>
29212
29213         * lib/full-write.c: Undefine and define-away `const' after inclusion
29214         of errno.h, not before.  Suggestion from Bruno Haible.
29215
29216 2003-01-08  Bruno Haible  <bruno@clisp.org>
29217
29218         * modules/full-read: Depend on full-write.
29219
29220 2003-01-08  Bruno Haible  <bruno@clisp.org>
29221
29222         * lib/safe-read.c: Include specification header first, to ensure its
29223         selfcontainedness.
29224         * lib/full-write.c: Likewise.
29225
29226 2003-01-07  Jim Meyering  <jim@meyering.net>
29227
29228         * lib/full-write.c: Rework so that it may serve to define full_read,
29229         too.
29230         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
29231
29232 2003-01-07  Bruno Haible  <bruno@clisp.org>
29233
29234         * lib/strtoimax.c: Include <stdint.h> as an alternative to
29235         <inttypes.h>.
29236         * lib/xstrtol.h: Likewise.
29237         * lib/xstrtoimax.c: Likewise.
29238         * lib/xstrtoumax.c: Likewise.
29239         * lib/human.h: Likewise.
29240
29241         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
29242         on systems that have <inttypes.h> but not <stdint.h>.
29243
29244 2003-01-07  Bruno Haible  <bruno@clisp.org>
29245
29246         * MODULES.html.sh: Add copyright notice.
29247         (missed_files): Omit CVS directory entries.
29248         (func_module): Make it work with sed-3.02.
29249         * MODULES.txt: Remove file.
29250
29251 2003-01-06  Jim Meyering  <jim@meyering.net>
29252
29253         * lib/version-etc.c: Update year in translatable copyright string.
29254
29255 2003-01-03  Karl Berry  <karl@gnu.org>
29256
29257         * config/config.{guess,sub}: update from prep.
29258
29259 2003-01-02  Karl Berry  <karl@gnu.org>
29260
29261         * doc/COPYING.DOC: belatedly updated to 1.2.
29262
29263 2003-01-01  Karl Berry  <karl@gnu.org>
29264
29265         * gnulib-tool (func_verify_module): report module name $module in
29266         error message, not $1.
29267         * gnulib-tool (create-testdir): don't complain if destdir couldn't
29268         be created, only if it doesn't exist.
29269         * gnulib-tool (last_checkin_date): don't expand the $Date here.
29270
29271 2002-12-31  Paul Eggert  <eggert@twinsun.com>
29272
29273         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
29274
29275 2002-12-31  Paul Eggert  <eggert@twinsun.com>
29276
29277         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
29278         memcmp if strcoll doesn't work.
29279
29280 2002-12-31  Bruno Haible  <bruno@clisp.org>
29281
29282         * lib/utime.c (utime_null): No need to call ftruncate if the file was
29283         nonempty.
29284
29285 2002-12-31  Bruno Haible  <bruno@clisp.org>
29286
29287         * lib/memcoll.c (STRCOLL): New macro.
29288         (memcoll): Use it.
29289
29290 2002-12-31  Bruno Haible  <bruno@clisp.org>
29291
29292         * lib/localcharset.h: New file.
29293         * lib/localcharset.c: Include it.
29294         * lib/unicodeio.c: Likewise.
29295
29296 2002-12-31  Bruno Haible  <bruno@clisp.org>
29297
29298         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
29299         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
29300
29301 2002-12-31  Bruno Haible  <bruno@clisp.org>
29302
29303         * lib/getline.h: Include <stddef.h>, for size_t.
29304
29305         * lib/unicodeio.h: Include <stddef.h>, for size_t.
29306         * lib/unicodeio.c: Don't include <stddef.h>.
29307
29308 2002-12-31  Bruno Haible  <bruno@clisp.org>
29309
29310         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
29311         HAVE_TM_ZONE.
29312
29313 2002-12-24  Karl Berry  <karl@gnu.org>
29314
29315         * config/config.guess: update from prep.
29316
29317 2002-12-24  Bruno Haible  <bruno@clisp.org>
29318
29319         General infrasructure.
29320         * m4/README: Rewritten.
29321         * m4/onceonly.m4: New file.
29322         * m4/onceonly_2_57.m4: New file.
29323
29324         Module atexit.
29325         * m4/atexit.m4: New file.
29326
29327         Module strtod.
29328         * m4/strtod.m4: New file.
29329
29330         Module strtol.
29331         * m4/strtol.m4: New file.
29332
29333         Module strtoul.
29334         * m4/strtoul.m4: New file.
29335
29336         Module memchr.
29337         * m4/memchr.m4: New file.
29338
29339         Module memcmp.
29340         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
29341         (jm_FUNC_MEMCMP): Invoke it.
29342
29343         Module memcpy.
29344         * m4/memcpy.m4: New file.
29345
29346         Module memmove.
29347         * m4/memmove.m4: New file.
29348
29349         Module memset.
29350         * m4/memset.m4: New file.
29351
29352         Module strcspn.
29353         * m4/strcspn.m4: New file.
29354
29355         Module strpbrk.
29356         * m4/strpbrk.m4: New file.
29357
29358         Module strstr.
29359         * m4/strstr.m4: New file.
29360
29361         Module strerror.
29362         * m4/strerror.m4: New file.
29363
29364         Module mktime.
29365         * m4/mktime.m4: Renamed from jm-mktime.m4.
29366         (gl_PREREQ_MKTIME): New macro.
29367         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
29368
29369         Module malloc.
29370         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
29371         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
29372         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
29373
29374         Module realloc.
29375         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
29376         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
29377         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
29378
29379         Module strftime.
29380         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
29381         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
29382         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
29383         gl_TM_GMTOFF.
29384         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
29385
29386         Module xalloc.
29387         * m4/xalloc.m4: New file.
29388
29389         Module alloca.
29390         * m4/alloca.m4: New file.
29391
29392         Module putenv.
29393         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
29394         (jm_FUNC_PUTENV): Invoke it.
29395
29396         Module setenv.
29397         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
29398         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
29399         when invoked twice.
29400         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
29401         gt_FUNC_SETENV.
29402
29403         Module memrchr.
29404         * m4/memrchr.m4: New file.
29405
29406         Module stpcpy.
29407         * m4/stpcpy.m4: New file.
29408
29409         Module strcase.
29410         * m4/strcase.m4: New file.
29411
29412         Module strdup.
29413         * m4/strdup.m4: New file.
29414
29415         Module strnlen.
29416         * m4/strnlen.m4: New file.
29417
29418         Module strndup.
29419         * m4/strndup.m4: New file.
29420
29421         Module xstrtod.
29422         * m4/xstrtod.m4: New file.
29423
29424         Module xstrtol.
29425         * m4/xstrtol.m4: New file.
29426
29427         Module getdate.
29428         * m4/getdate.m4: New file.
29429
29430         Module unlocked-io.
29431         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
29432         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
29433         * m4/jm-glibc-io.m4n: Remove file.
29434
29435         Module long-options.
29436         * m4/long-options.m4: New file.
29437
29438         Module md5.
29439         * m4/md5.m4: New file.
29440
29441         Module sha.
29442         * m4/sha.m4: New file.
29443
29444         Module getstr.
29445         * m4/getstr.m4: New file.
29446
29447         Module getline.
29448         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
29449         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
29450         <sys/types.h>, for size_t. Use the function name gnu_getline, not
29451         simply getline. Infoke gl_PREREQ_GETLINE.
29452
29453         Module obstack.
29454         * m4/obstack.m4: New file.
29455
29456         Module hash.
29457         * m4/hash.m4: New file.
29458
29459         Module readtokens.
29460         * m4/readtokens.m4: New file.
29461
29462         Module strverscmp.
29463         * m4/strverscmp.m4: New file.
29464
29465         Module stdbool.
29466         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
29467         OSF/1.
29468
29469         Module strtoll.
29470         * m4/strtoll.m4: New file.
29471
29472         Module strtoull.
29473         * m4/strtoull.m4: New file.
29474
29475         Module strtoimax.
29476         * m4/strtoimax.m4: New file.
29477
29478         Module strtoumax.
29479         * m4/strtoumax.m4: New file.
29480
29481         Module xstrtoimax.
29482         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
29483         jm_AC_PREREQ_XSTRTOIMAX.
29484         Moved the strtol prerequisites to strtol.m4.
29485         Moved the strtoll prerequisites to strtoll.m4.
29486         Moved the strtoimax prerequisites to strtoimax.m4.
29487
29488         Module xstrtoumax.
29489         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
29490         jm_AC_PREREQ_XSTRTOUMAX.
29491         Moved the strtoul prerequisites to strtoul.m4.
29492         Moved the strtoull prerequisites to strtoull.m4.
29493         Moved the strtoumax prerequisites to strtoumax.m4.
29494
29495         Module chown.
29496         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
29497         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
29498
29499         Module dup2.
29500         * m4/dup2.m4: New file.
29501
29502         Module ftruncate.
29503         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
29504         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
29505
29506         Module getgroups.
29507         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
29508         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
29509
29510         Module gettimeofday.
29511         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
29512         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
29513         gl_PREREQ_GETTIMEOFDAY.
29514
29515         Module mkdir.
29516         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
29517         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
29518
29519         Module mkstemp.
29520         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
29521         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
29522         jm_AC_TYPE_UINTMAX_T.
29523         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
29524
29525         Module stat.
29526         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
29527         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
29528
29529         Module lstat.
29530         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
29531         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
29532
29533         Module timespec.
29534         * m4/timespec.m4 (gl_TIMESPEC): New macro.
29535         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
29536         * m4/st_mtim.m4: Indentation.
29537
29538         Module nanosleep.
29539         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
29540         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
29541         gl_PREREQ_NANOSLEEP.
29542
29543         Module regex.
29544         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
29545         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
29546         (gl_REGEX): New macro.
29547
29548         Module rename.
29549         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
29550         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
29551
29552         Module rmdir.
29553         * m4/rmdir.m4: New file.
29554
29555         Module utime.
29556         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
29557         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
29558         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
29559
29560         Module dirname.
29561         * m4/dirname.m4: New file.
29562
29563         Module getopt.
29564         * m4/getopt.m4: New file.
29565
29566         Module unistd-safer.
29567         * m4/unistd-safer.m4: New file.
29568
29569         Module fnmatch.
29570         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
29571         declaration.
29572         (gl_PREREQ_FNMATCH_EXTRA): New macro.
29573         (gl_FUNC_FNMATCH_POSIX): New macro.
29574         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
29575         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
29576         simply fnmatch.
29577
29578         Module exclude.
29579         * m4/exclude.m4: New file.
29580
29581         Module human.
29582         * m4/human.m4: New file.
29583
29584         Module acl.
29585         * m4/acl.m4: Nop.
29586
29587         Module backupfile.
29588         * m4/backupfile.m4: New file.
29589         * m4/d-ino.m4: Indentation.
29590
29591         Module fsusage.
29592         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
29593         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
29594         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
29595
29596         Module dirfd.
29597         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
29598         requirements.
29599
29600         Module euidaccess.
29601         * m4/euidaccess.m4: New file.
29602
29603         Module file-type.
29604         * m4/file-type.m4: New file.
29605
29606         Module fileblocks.
29607         * m4/fileblocks.m4: New file.
29608
29609         Module filemode.
29610         * m4/filemode.m4: New file.
29611
29612         Module isdir.
29613         * m4/isdir.m4: New file.
29614
29615         Module lchown.
29616         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
29617         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
29618
29619         Module makepath.
29620         * m4/makepath.m4: New file.
29621
29622         Module modechange.
29623         * m4/modechange.m4: New file.
29624
29625         Module mountlist.
29626         * m4/mountlist.m4: New file.
29627         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
29628         Indentation.
29629
29630         Module path-concat.
29631         * m4/path-concat.m4: New file.
29632
29633         Module pathmax.
29634         * m4/pathmax.m4: New file.
29635
29636         Module same.
29637         * m4/same.m4: New file.
29638
29639         Module save-cwd.
29640         * m4/save-cwd.m4: New file.
29641
29642         Module savedir.
29643         * m4/savedir.m4: New file.
29644
29645         Module xgetcwd.
29646         * m4/xgetcwd.m4: New file.
29647         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
29648
29649         Module xreadlink.
29650         * m4/xreadlink.m4: New file.
29651
29652         Module safe-read.
29653         * m4/safe-read.m4: New file.
29654
29655         Module safe-write.
29656         * m4/safe-write.m4: New file.
29657
29658         Module closeout.
29659         * m4/closeout.m4: New file.
29660
29661         Module stdio-safer.
29662         * m4/stdio-safer.m4: New file.
29663
29664         Module getpass.
29665         * m4/getpass.m4: New file.
29666
29667         Module getugroups.
29668         * m4/getugroups.m4: New file.
29669
29670         Module group-member.
29671         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
29672         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
29673
29674         Module idcache.
29675         * m4/idcache.m4: New file.
29676
29677         Module userspec.
29678         * m4/userspec.m4: New file.
29679
29680         Module gettime.
29681         * m4/clock_time.m4: New file.
29682         * m4/gettime.m4: New file.
29683
29684         Module settime.
29685         * m4/settime.m4: New file.
29686
29687         Module posixtm.
29688         * m4/posixtm.m4: New file.
29689
29690         Module gethostname.
29691         * m4/gethostname.m4: New file.
29692
29693         Module canon-host.
29694         * m4/canon-host.m4: New file.
29695
29696         Module gettext.
29697         * m4/codeset.m4: New file, from gettext-0.11.5.
29698         * m4/gettext.m4: New file, from gettext-0.11.5.
29699         * m4/glibc21.m4: New file, from gettext-0.11.5.
29700         * m4/iconv.m4: New file, from gettext-0.11.5.
29701         * m4/intdiv0.m4: New file, from gettext-0.11.5.
29702         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
29703         * m4/inttypes.m4: New file, from gettext-0.11.5.
29704         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
29705         * m4/isc-posix.m4: New file, from gettext-0.11.5.
29706         * m4/lcmessage.m4: New file, from gettext-0.11.5.
29707         * m4/lib-ld.m4: New file, from gettext-0.11.5.
29708         * m4/lib-link.m4: New file, from gettext-0.11.5.
29709         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
29710         * m4/progtest.m4: New file, from gettext-0.11.5.
29711         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
29712         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
29713         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
29714
29715         Module localcharset.
29716         * m4/localcharset.m4: New file.
29717
29718         Module hard-locale.
29719         * m4/hard-locale.m4: New file.
29720
29721         Module mbswidth.
29722         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
29723         onceonly macros.
29724         * m4/mbrtowc.m4: Add comment.
29725
29726         Module memcasecmp.
29727         * m4/memcasecmp.m4: New file.
29728
29729         Module memcoll.
29730         * m4/memcoll.m4: New file.
29731
29732         Module unicodeio.
29733         * m4/unicodeio.m4: New file.
29734
29735         Module rpmatch.
29736         * m4/rpmatch.m4: New file.
29737
29738         Module yesno.
29739         * m4/yesno.m4: New file.
29740
29741         Module exitfail.
29742         * m4/exitfail.m4: New file.
29743
29744         Module c-stack.
29745         * m4/c-stack.m4 (gl_C_STACK): New macro.
29746         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
29747
29748         Module error.
29749         * m4/error.m4 (gl_ERROR): New macro.
29750         (jm_PREREQ_ERROR): Use onceonly macros.
29751
29752         Module fatal.
29753         * m4/fatal.m4: New file.
29754
29755         Module getloadavg.
29756         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
29757         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
29758
29759         Module getpagesize.
29760         * m4/getpagesize.m4: New file.
29761
29762         Module getusershell.
29763         * m4/getusershell.m4: New file.
29764
29765         Module physmem.
29766         * m4/physmem.m4: New file.
29767
29768         Module posixver.
29769         * m4/posixver.m4: New file.
29770
29771         Module quotearg.
29772         * m4/quotearg.m4: New file.
29773
29774         Module quote.
29775         * m4/quote.m4: New file.
29776
29777         Module readutmp.
29778         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
29779
29780         Module sig2str.
29781         * m4/sig2str.m4: New file.
29782
29783         Other.
29784         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
29785         ulonglong.m4.
29786         * m4/intmax_t.m4: New file.
29787         * m4/d-type.m4: Indentation.
29788         * m4/jm-macros.m4: Update.
29789         * m4/prereq.m4 (jm_PREREQ): Update.
29790         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
29791         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
29792         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
29793         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
29794         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
29795         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
29796         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
29797         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
29798         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
29799         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
29800         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
29801         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
29802         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
29803         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
29804         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
29805         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
29806         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
29807         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
29808         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
29809
29810 2002-12-24  Bruno Haible  <bruno@clisp.org>
29811
29812         * MODULES.txt: Update according to m4/ changes.
29813
29814         Module gettext.
29815         * config.rpath: New file, from gettext-0.11.5.
29816
29817         * modules/*: New module descriptions.
29818         * gnulib-tool: New file.
29819         * MODULES.html.sh: New file.
29820
29821 2002-12-21  Karl Berry  <karl@gnu.org>
29822
29823         * doc/fdl.texi: update to version 1.2.
29824
29825 2002-12-19  Karl Berry  <karl@gnu.org>
29826
29827         * config/config.guess: update from prep.
29828
29829 2002-12-18  Bruno Haible  <bruno@clisp.org>
29830
29831         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
29832         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
29833
29834 2002-12-17  Bruno Haible  <bruno@clisp.org>
29835
29836         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
29837         stdlib.h, string.h.
29838
29839 2002-12-17  Bruno Haible  <bruno@clisp.org>
29840
29841         * lib/canon-host.c (strdup): Remove unused declaration.
29842
29843         * lib/fsusage.c: Include full_read.h.
29844         (get_fs_usage): Use full_read instead of safe_read.
29845
29846         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
29847
29848 2002-12-12  Karl Berry  <karl@gnu.org>
29849
29850         * config/config.guess: update from prep.
29851
29852 2002-12-11  Bruno Haible  <bruno@clisp.org>
29853
29854         * m4/setenv.m4: New file, from gettext-0.11.5.
29855
29856 2002-12-11  Bruno Haible  <bruno@clisp.org>
29857
29858         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
29859         not unsetenv().
29860         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
29861         modifications:
29862
29863         2002-12-11  Bruno Haible  <bruno@clisp.org>
29864
29865                 * setenv.c (alloca): Fall back to malloc.
29866                 (freea): New macro.
29867                 (setenv): Use freea() to free memory allocated with alloca().
29868
29869         2002-11-13  Bruno Haible  <bruno@clisp.org>
29870
29871                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
29872                 function declarations.
29873                 * unsetenv.c (unsetenv): Likewise.
29874
29875         2002-03-04  Bruno Haible  <bruno@clisp.org>
29876
29877                 Portability to AIX 4.3.3.
29878                 * unsetenv.c: New file, extracted from setenv.c.
29879                 * setenv.c: Move the unsetenv() function to unsetenv.c.
29880
29881         2001-12-20  Bruno Haible  <bruno@clisp.org>
29882
29883                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
29884                 use malloc instead. For SunOS 4.
29885
29886         2001-12-11  Bruno Haible  <bruno@clisp.org>
29887
29888                 * setenv.c: Declare alloca.
29889                 (compar_fn_t): New typedef.
29890                 (KNOWN_VALUE, STORE_VALUE): Use it.
29891
29892         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
29893         setenv.h.
29894
29895 2002-12-10  Paul Eggert  <eggert@twinsun.com>
29896
29897         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
29898         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
29899         Choose values that are less likely to collide with system fnmatch
29900         options.
29901         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
29902         defined (e.g., a pure POSIX system).
29903         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
29904         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
29905
29906 2002-12-06  Paul Eggert  <eggert@twinsun.com>
29907
29908         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
29909         a pain in practice to deal with generated m4 files.  This change
29910         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
29911
29912         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
29913         and jm-glibc-io.m4, as they are no longer a special case.
29914         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
29915         kludge and the auto-generation stuff.  Check only whether the
29916         functions are declared, not whether they exist, since older hosts
29917         that don't declare the functions can't use the optimization anyway.
29918
29919 2002-12-06  Jim Meyering  <jim@meyering.net>
29920
29921         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
29922
29923         Merge in changes from libc's misc/error.c, in preparation
29924         for the merge of gnulib's changes back into libc.
29925
29926         * lib/error.c (_): Define only if not already defined.
29927         Move definition to follow all #include directives.
29928         Include unlocked-io.h only if !_LIBC.
29929         [_LIBC]: Include <libio/libioP.h>.
29930         [USE_IN_LIBIO]: Include <libio/iolibio.h>
29931         (fflush): Tweak definition to use INTUSE.
29932         (putc): Define.
29933
29934 2002-12-05  Paul Eggert  <eggert@twinsun.com>
29935
29936         * lib/alloca.c [defined emacs]: Include "lisp.h".
29937         (xalloc_die) [defined emacs]: New macro.
29938         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
29939         [! defined emacs]: Include <xalloc.h>.
29940         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
29941         (pointer): Typedef to POINTER_TYPE *.
29942         (malloc): Remove decl; we now always use xmalloc.
29943         (alloca): Use old-style definition, since Emacs needs this.
29944         Check for arithmetic overflow when computing combined size.
29945
29946 2002-12-04  Paul Eggert  <eggert@twinsun.com>
29947
29948         Do not generate unlocked-io.h automatically, since it's easier to
29949         maintain it by hand.
29950
29951         * lib/unlocked-io.h: New file, from GNU diffutils,
29952         but with proper copyright notice and attribution.
29953         * lib/gen-uio: Remove.
29954         * lib/Makefile.am: Add copyright notice.
29955         (libfetish_a_SOURCES): Add unlocked-io.h.
29956         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
29957         (DISTCLEANFILES, io_functions): Remove macros.
29958         (EXTRA_DIST): Remove gen_uio.
29959         (unlocked-io.h): Remove rule.
29960
29961 2002-12-04  Jim Meyering  <jim@meyering.net>
29962
29963         Reflect the fact that stat.c and lstat.c are no longer generated.
29964         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
29965         (DISTCLEANFILES): Likewise.
29966         (EXTRA_DIST): Likewise.
29967         (all_local): Don't depend on stat.c or lstat.c.
29968         (stat.c, lstat.c): Remove rules.
29969         (EXTRA_DIST): Remove xstat.in.
29970
29971         * lib/xstat.in: Remove file.  Contents moved into stat.c.
29972         * lib/stat.c: New file.  Contents mostly from xstat.in.
29973         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
29974         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
29975
29976         * lib/safe-read.c: Rework so that it may serve to define safe_write,
29977         too.
29978         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
29979
29980 2002-12-03  Jim Meyering  <jim@meyering.net>
29981
29982         * lib/safe-read.c, safe-write.c: Change variable names and comments,
29983         but not semantics, to minimize the differences between these two files.
29984         (safe_read): Change comment to mention SAFE_READ_ERROR.
29985
29986         * lib/safe-read.c (IS_EINTR): Define.
29987         (safe_read): Use IS_EINTR in place of in-function cpp directives.
29988
29989 2002-12-02  Jim Meyering  <jim@meyering.net>
29990
29991         * lib/safe-read.c (EINTR): Define.
29992         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
29993         (INT_MAX): Provide fallback.
29994         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
29995
29996         * lib/safe-read.h (SAFE_READ_ERROR): Define.
29997
29998 2002-12-02  Bruno Haible  <bruno@clisp.org>
29999
30000         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
30001         Define, taken from safe-read.c.
30002         (INT_MAX): Provide fallback.
30003         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
30004         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
30005
30006         * lib/safe-read.c (EINTR): Remove definition.
30007         (safe_read): Don't use EINTR if it is absent.
30008
30009 2002-12-01  Jim Meyering  <jim@meyering.net>
30010
30011         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
30012         zero.
30013         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
30014
30015 2002-11-27  Paul Eggert  <eggert@twinsun.com>
30016
30017         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
30018         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
30019         with `if (! (value < limit)) abort ();', for readability.
30020
30021 2002-11-26  Karl Berry  <karl@gnu.org>
30022
30023         * lib/strdup.c: copy from libc again, with jim's ok.
30024         * lib/.cppi-disable: re-add strdup.c
30025
30026 2002-11-25  Karl Berry  <karl@gnu.org>
30027
30028         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
30029         instead of "strtol.c".
30030
30031 2002-11-25  Karl Berry  <karl@gnu.org>
30032
30033         * config/install-sh: update from automake for variable quoting, $0 in
30034         error msgs, etc.
30035
30036         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
30037         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
30038         entry.
30039
30040 2002-11-25  Jim Meyering  <jim@meyering.net>
30041
30042         * lib/mktime.c: Sync from libc, now that it has the latest fix.
30043
30044 2002-11-24  Karl Berry  <karl@gnu.org>
30045
30046         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
30047         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
30048
30049 2002-11-24  Jim Meyering  <jim@meyering.net>
30050
30051         Update from coreutils:
30052
30053         * lib/mktime.c: Merge in changes from libc.
30054
30055         Avoid a link-time failure on some Linux systems.
30056         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
30057         (otherwise).
30058         (__mon_yday): Declare with the STATIC attribute.
30059         (__mktime_internal): Likewise.
30060         Based on a report from Greg Schafer.
30061
30062 2002-11-23  Jim Meyering  <jim@meyering.net>
30063
30064         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
30065         Use `unsigned', not `int', as type of index.
30066
30067         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
30068
30069         * lib/fsusage.c: Remove unneeded parentheses around operands of
30070         `defined'.
30071
30072 2002-11-22  Paul Eggert  <eggert@twinsun.com>
30073
30074         * lib/quotearg.h: Allow multiple inclusion by surrounding with
30075         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
30076         so that we can be included first.
30077         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
30078         * lib/quotearg.c: Include quotearg.h immediately after config.h.
30079         No need to include stddef.h or sys/types.h any more.
30080         Surround local include files with "", not "<>".
30081         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
30082         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
30083         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
30084         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
30085         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
30086         (ISPRINT): Remove; no longer needed now that we assume C89.
30087
30088         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
30089         Preserve errno.
30090
30091         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
30092         quotearg_char): Use SIZE_MAX rather than
30093         (size_t) -1 when we are talking about "infinity".
30094
30095         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
30096
30097 2002-11-22  Paul Eggert  <eggert@twinsun.com>
30098
30099         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
30100         hint that one should use `if (! x) abort ();' rather than `assert
30101         (x);', and anyway it's one less thing to worry about configuring.
30102         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
30103         hash_rehash, hash_insert): Use abort rather than assert.
30104
30105 2002-11-22  Bruno Haible  <bruno@clisp.org>
30106
30107         * lib/safe-read.h: Assume C89. Add comments.
30108         (safe_read): Change return type to size_t.
30109         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
30110         byte counts > SSIZE_MAX correctly.
30111         * lib/safe-write.h: New file.
30112         * lib/safe-write.c: New file.
30113         * lib/full-read.h: New file.
30114         * lib/full-read.c: New file.
30115         * lib/full-write.h: Assume C89. Add comments.
30116         * lib/full-write.c: Include safe-write.h.
30117         (full_write): Rewritten to use safe_write.
30118         Suggested by Jim Meyering and Paul Eggert.
30119
30120 2002-11-21  Jim Meyering  <jim@meyering.net>
30121
30122         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
30123
30124         Merge in changes from the coreutils.
30125
30126         2002-09-25  Paul Eggert  <eggert@twinsun.com>
30127         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
30128         <stdint.h>.
30129         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
30130         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
30131         int.  Work more efficiently if X is the same width as uintmax_t.
30132         Do not compare X to -1, to avoid bogus compiler warning.
30133         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
30134         Don't assume that f_frsize and f_bsize are the same type.
30135
30136         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
30137         warning on FreeBSD.
30138
30139         * lib/makepath.c (make_path): Restore umask *before* creating the final
30140         component.
30141         (make_path): Minor reformatting.
30142
30143         * lib/xmalloc.c: Adjust to work with new autoconf macros,
30144         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
30145         HAVE_MALLOC/HAVE_REALLOC.
30146
30147         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
30148         dummy ones.  At least on GNU/Linux systems, `auto' means something
30149         else.
30150         From Michael Stone.
30151
30152 2002-11-21  Bruno Haible  <bruno@clisp.org>
30153
30154         Remove case insensitive option matching.
30155         * lib/argmatch.h (argcasematch): Remove declaration.
30156         (ARGCASEMATCH): Remove macro.
30157         (__xargmatch_internal): Remove case_sensitive argument.
30158         (XARGMATCH): Update.
30159         (XARGCASEMATCH): Remove macro.
30160         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
30161         case_sensitive argument.
30162         (argcasematch): Remove function.
30163         (__xargmatch_internal): Remove case_sensitive argument.
30164         (main): Use XARGMATCH instead of XARGCASEMATCH.
30165
30166         * lib/xmalloc.c: Change compile-time error message. Add comment about
30167         required autoconf version.
30168
30169 2002-11-20  Paul Eggert  <eggert@twinsun.com>
30170
30171         Merge argmatch cleanups from Bison.  Assume C89.
30172
30173         * lib/argmatch.c: Include config.h here, not in argmatch.h.
30174         Include stdlib.h, for EXIT_FAILURE.
30175         Always include <string.h>, since we assume C89.
30176         (EXIT_FAILURE): Remove pre-C89 bug workaround.
30177         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
30178         Include <stddef.h> instead, since it's all we need for size_t.
30179         (PARAMS): Remove.  All uses removed.
30180         (ARRAY_CARDINALITY): Do not bother to #undef.
30181         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
30182         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
30183         Remove unnecessary parentheses.
30184         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
30185         Insert necessary parentheses.
30186         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
30187         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
30188
30189 2002-11-19  Bruno Haible  <bruno@clisp.org>
30190
30191         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
30192         * lib/mbswidth.h: Include <stddef.h>, for size_t.
30193
30194         * lib/mbswidth.h (PARAMS): Remove macro.
30195         (mbswidth, mbsnwidth): Use ANSI C function declarations.
30196         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
30197
30198         * lib/gcd.h (PARAMS): Remove macro.
30199         (gcd): Use ANSI C function declarations.
30200         * lib/gcd.c (gcd): Likewise.
30201
30202 2002-11-15  Bruno Haible  <bruno@clisp.org>
30203
30204         * lib/strcspn.c: Include <stddef.h>.
30205         (strcspn): Use ANSI C function declaration. Change return type to
30206         size_t. Use NULL.
30207         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
30208         (strpbrk): Use NULL.
30209         * lib/strpbrk.h (PARAMS): Remove macro.
30210         (strpbrk): Use ANSI C function declaration.
30211         * lib/strstr.c: Don't include <sys/types.h>.
30212         * lib/strstr.h (PARAMS): Remove macro.
30213         (strstr): Use ANSI C function declarations.
30214
30215 2002-11-14  Karl Berry  <karl@gnu.org>
30216
30217         * config/mkinstalldirs: `do' on separate line, instead of
30218         `for var; do'.
30219
30220 2002-11-06  Bruno Haible  <bruno@clisp.org>
30221
30222         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
30223         * lib/gcd.c (gcd): Likewise.
30224
30225 2002-11-05  Bruno Haible  <bruno@clisp.org>
30226
30227         * lib/gcd.h: New file, from gettext-0.11.5.
30228         * lib/gcd.c: New file, from gettext-0.11.5.
30229
30230 2002-11-05  Bruno Haible  <bruno@clisp.org>
30231
30232         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30233         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30234         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30235         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30236
30237         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
30238         <libintl.h>.
30239         * lib/makepath.c: Include gettext.h instead of <locale.h> and
30240         <libintl.h>.
30241
30242         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
30243         * lib/human.c: Include gettext.h instead of <libintl.h>.
30244         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
30245         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
30246         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
30247         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
30248         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
30249         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
30250         (textdomain): Remove definition.
30251         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
30252
30253         * lib/long-options.c: Remove include of <libintl.h> and definition of
30254         _.
30255         * lib/same.c: Remove include of <libintl.h> and definition of _.
30256
30257 2002-11-04  Owen Taylor  <otaylor@redhat.com>
30258
30259         * lib/config.charset: A few additions for Solaris.
30260
30261 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
30262
30263         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
30264         * lib/localcharset.c (locale_charset): Declare as extern "C".
30265
30266 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
30267
30268         * lib/config.charset: msdos in uk_UA uses CP1125.
30269
30270 2002-11-04  Bruno Haible  <bruno@clisp.org>
30271
30272         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
30273         * lib/strcase.h: New file, from GNU gettext-0.11.5.
30274         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
30275         * lib/strstr.h: New file, from GNU gettext-0.11.5.
30276         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
30277
30278 2002-11-04  Bruno Haible  <bruno@clisp.org>
30279
30280         * lib/localcharset.c (locale_charset): Don't return an empty string.
30281
30282 2002-11-04  Bruno Haible  <bruno@clisp.org>
30283
30284         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
30285         aliases.
30286
30287 2002-11-04  Bruno Haible  <bruno@clisp.org>
30288
30289         * lib/config.charset: Update for newest glibc. Add canonical names
30290         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
30291
30292 2002-11-04  Bruno Haible  <bruno@clisp.org>
30293
30294         * lib/config.charset: Add support for NetBSD.
30295
30296 2002-11-04  Bruno Haible  <bruno@clisp.org>
30297
30298         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
30299
30300 2002-11-01  Bruno Haible  <bruno@clisp.org>
30301
30302         * configure.in: Add AC_CONFIG_AUX_DIR call.
30303         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
30304         test/Makefile.
30305         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
30306
30307 2002-09-28  Karl Berry  <karl@gnu.org>
30308
30309         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
30310         installed automake until the next release, since changes have been
30311         made.
30312
30313 2002-09-25  Karl Berry  <karl@gnu.org>
30314
30315         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
30316         * lib/getopt*: copy from libc/posix.
30317         * lib/gettext.h: copy from gettext.
30318         * lib/.cppi-disable: add strdup.c, gettext.h.
30319
30320 2002-09-25  Karl Berry  <karl@gnu.org>
30321
30322         * config/srclist.txt: enable gettext.h check.
30323         * config/config.{guess,sub}: update from prep.
30324         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
30325                 from automake 1.6.3.
30326         See srclist*.
30327
30328 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
30329
30330         * regex.c (PATFETCH): Remove the translating fetch.
30331         (PATFETCH_RAW): Rename to PATFETCH.
30332         (set_image_of_range): New fun.
30333         (SET_RANGE_TABLE_WORK_AREA): Use it.
30334         (regex_compile): Don't translate the pattern chars so eagerly.
30335         Only do it when inserting an `exactn' bytecode or when handling
30336         a char-range.
30337         (mutually_exclusive_p): Avoid empty statement.
30338
30339 2002-07-06  Jim Meyering  <meyering@lucent.com>
30340
30341         * m4/README: Don't mention Makefile.am.in.
30342         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
30343
30344 2002-07-01  Jim Meyering  <meyering@lucent.com>
30345
30346         * lib/c-stack.c: Include sys/time.h.
30347         From Volker Borchert.
30348
30349 2002-06-26  Paul Eggert  <eggert@twinsun.com>
30350
30351         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
30352
30353 2002-06-26  Paul Eggert  <eggert@twinsun.com>
30354
30355         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
30356         New macro.  Use it uniformly instead of
30357         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
30358         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
30359         reported by Vin Shelton.
30360
30361 2002-06-22  Paul Eggert  <eggert@twinsun.com>
30362
30363         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
30364         Do not assume SA_SIGINFO behavior.
30365         Bug reported by Jim Meyering on NetBSD 1.5.2.
30366
30367 2002-06-22  Jim Meyering  <meyering@lucent.com>
30368
30369         * m4/c-stack.m4: New file, from diffutils-2.8.2.
30370         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
30371
30372         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
30373         now that configure.ac uses AC_GNU_SOURCE.
30374         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
30375         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
30376
30377         Update to latest tools.  Suggestions from Paul Eggert.
30378         * m4/stdbool.m4: New file, from diffutils-2.8.2.
30379         * m4/gnu-source.m4: Update from diffutils-2.8.2.
30380         * m4/fnmatch.m4: Likewise.
30381         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
30382         to AC_HEADER_STDBOOL
30383
30384 2002-06-22  Jim Meyering  <meyering@lucent.com>
30385
30386         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
30387         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
30388
30389 2002-06-22  Jim Meyering  <meyering@lucent.com>
30390
30391         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
30392
30393         * lib/exitfail.c, exitfail.h: Likewise.
30394         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
30395
30396         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
30397         of fnmatch.h.
30398         (EXTRA_DIST): Add fnmatch_loop.c.
30399         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
30400
30401         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
30402         * lib/fnmatch.c: Update from diffutils-2.8.2.
30403         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
30404         * lib/fnmatch.h: Remove file.
30405
30406 2002-06-21  Jim Meyering  <meyering@lucent.com>
30407
30408         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
30409         * m4/mbrtowc.m4: Likewise.
30410
30411         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
30412         * m4/mbswidth.m4: Reflect name change:
30413         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
30414         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
30415
30416         * m4/lib-link.m4: Update from gettext-0.11.2.
30417         * m4/gettext.m4: Likewise.
30418
30419         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
30420         From Alfred M. Szmidt.
30421
30422 2002-06-18  Paul Eggert  <eggert@twinsun.com>
30423
30424         * lib/file-type.h: Report an error if neither S_ISREG nor
30425         S_IFREG is defined, instead of using a test specific to glibc
30426         2.2.  This should be safe, since POSIX requires S_ISREG and
30427         Unix Version 7 had S_IFREG.  We don't need to check for
30428         <sys/types.h> since we don't use any symbols that it defines.
30429
30430 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
30431
30432         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
30433         $@-t, so that each temporary file name is unique and valid in the first
30434         8 characters, for operation under DOS.
30435
30436 2002-06-15  Paul Eggert  <eggert@twinsun.com>
30437
30438         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
30439
30440 2002-06-15  Jim Meyering  <meyering@lucent.com>
30441
30442         Work even with DJGPP 2.03, which lacks support for symlinks.
30443         From Richard Dawe.
30444         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
30445         is defined.
30446         * lib/lchown.c (S_ISLNK): Likewise.
30447
30448 2002-06-15  Jim Meyering  <meyering@lucent.com>
30449
30450         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
30451         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
30452         have been included before this file.
30453
30454 2002-06-14  Jim Meyering  <meyering@lucent.com>
30455
30456         * lib/file-type.h: Use the version from diffutils-2.8.2.
30457         * lib/file-type.c: Likewise.
30458
30459 2002-06-07  Jim Meyering  <meyering@lucent.com>
30460
30461         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
30462         They're needed at least for NetBSD 1.5.2.
30463         ($statxfs_includes): Include those same headers.
30464         ($statxfs_includes): Include sys/vfs.h if available.
30465         ($statxfs_includes): Likewise for sys/statvfs.h.
30466         Check for the following members in both structs statfs and statvfs:
30467         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
30468
30469 2002-06-01  Jim Meyering  <meyering@lucent.com>
30470
30471         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
30472         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
30473
30474 2002-05-28  Jim Meyering  <meyering@lucent.com>
30475
30476         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
30477         Reported by Volker Borchert.
30478
30479 2002-05-27  Jim Meyering  <meyering@lucent.com>
30480
30481         Fix a problem seen only on nonconforming systems whereby ls.c's
30482         use of localtime, and then of gettimeofday would cause trouble:
30483         the localtime call used to initialize rpl_gettimeofday's save
30484         mechanism would clobber ls's current local time information so
30485         that in any long listing the first file would always be listed
30486         with date 1970-01-01.  Analysis by Volker Borchert.
30487
30488         * lib/gettimeofday.c (localtime): Undefine.
30489         (rpl_localtime): New function.
30490
30491 2002-05-27  Jim Meyering  <meyering@lucent.com>
30492
30493         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
30494         localtime.
30495
30496         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
30497         use the replacement function; it wouldn't resolve at link time.
30498         Reported by Volker Borchert.
30499
30500 2002-05-22  Jim Meyering  <meyering@lucent.com>
30501
30502         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
30503         file-type.h.
30504         * lib/file-type.h: New file.
30505         * lib/file-type.c (file_type): New file/function.  Extracted from
30506         diffutils.
30507
30508 2002-04-30  Jim Meyering  <meyering@lucent.com>
30509
30510         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
30511
30512 2002-04-29  Paul Eggert  <eggert@twinsun.com>
30513
30514         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
30515
30516 2002-04-29  Paul Eggert  <eggert@twinsun.com>
30517
30518         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
30519         Do not check for alloca.h (no longer used) or stdbool.h (was never
30520         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
30521
30522 2002-04-29  Paul Eggert  <eggert@twinsun.com>
30523
30524         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
30525
30526 2002-04-29  Jim Meyering  <meyering@lucent.com>
30527
30528         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
30529         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
30530         Use AC_FUNC_STRNLEN here instead.
30531
30532         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
30533         With autoconf-2.53a, it's part of AC_PROG_CC.
30534
30535 2002-04-28  Paul Eggert  <eggert@twinsun.com>
30536
30537         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
30538         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
30539
30540 2002-04-28  Paul Eggert  <eggert@twinsun.com>
30541
30542         * lib/sig2str.h, lib/sig2str.c: New files.
30543         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
30544
30545 2002-04-28  Paul Eggert  <eggert@twinsun.com>
30546
30547         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
30548         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
30549         of 127, since 64 is the largest conceivable number for ancient
30550         nonstandard hosts.
30551         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
30552
30553 2002-04-28  Jim Meyering  <meyering@lucent.com>
30554
30555         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
30556
30557 2002-04-24  Jim Meyering  <meyering@lucent.com>
30558
30559         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
30560         (jm_PREREQ): Use it.
30561
30562         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
30563         mach/mach.h fcntl.h.
30564         Check for this function: setlocale.
30565
30566 2002-04-24  Jim Meyering  <meyering@lucent.com>
30567
30568         * lib/gettext.h: New file, from Gettext.
30569         * lib/Makefile.am (INCLUDES): Remove -I../intl.
30570         (libfetish_a_SOURCES): Add gettext.h.
30571
30572 2002-04-16  Jim Meyering  <meyering@lucent.com>
30573
30574         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
30575         ut_pid, ut_id, ut_exit.
30576
30577 2002-04-16  Jim Meyering  <meyering@lucent.com>
30578
30579         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
30580         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
30581         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
30582
30583 2002-04-12  Jim Meyering  <meyering@lucent.com>
30584
30585         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
30586         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
30587         existence of the getmntinfo function.  Needed for Darwin 5.3.
30588
30589         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
30590         This is necessary at least on Darwin 5.3.
30591
30592         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
30593         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
30594         strnlen.o in the library, and that makes some versions of ranlib
30595         object.
30596
30597 2002-04-12  Jim Meyering  <meyering@lucent.com>
30598
30599         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
30600
30601 2002-04-09  Jim Meyering  <meyering@lucent.com>
30602
30603         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
30604         to be more precise.  Rather than saying we're checking whether the
30605         function `works', say what we're testing.
30606         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
30607         Reported by Bruno Haible.
30608
30609 2002-03-10  Jim Meyering  <meyering@lucent.com>
30610
30611         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
30612         Suggestion from Santiago Vila.
30613
30614 2002-03-08  Jim Meyering  <meyering@lucent.com>
30615
30616         * lib/rename.c: Mention that this wrapper is needed also on
30617         mips-dec-ultrix4.4 systems.
30618
30619 2002-03-02  Jim Meyering  <meyering@lucent.com>
30620
30621         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
30622         not HAVE_CLOCK_SETTIME.
30623
30624 2002-02-27  Paul Eggert  <eggert@twinsun.com>
30625
30626         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
30627         Check for clock_settime.
30628
30629 2002-02-27  Paul Eggert  <eggert@twinsun.com>
30630
30631         * lib/nanosleep.h: Rename to....
30632         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
30633
30634         * lib/gettime.c: New file.
30635         * lib/settime.c: New file.
30636         * lib/stime.c: Remove.
30637
30638         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
30639         timespec.h.  Remove nanosleep.h.
30640
30641 2002-02-25  Paul Eggert  <eggert@twinsun.com>
30642
30643         * m4/acl.m4: New file.
30644         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
30645         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
30646
30647 2002-02-25  Paul Eggert  <eggert@twinsun.com>
30648
30649         * lib/acl.c, lib/acl.h: New files.
30650         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
30651
30652 2002-02-24  Jim Meyering  <meyering@lucent.com>
30653
30654         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
30655         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
30656         cause trouble.  Reported by Nelson Beebe.
30657
30658 2002-02-23  Paul Eggert  <eggert@twinsun.com>
30659
30660         * lib/path-concat.c (xpath_concat): Reorder code to pacify
30661         compilers that don't know that xalloc_die never returns.
30662
30663 2002-02-20  Jim Meyering  <meyering@lucent.com>
30664
30665         * lib/getdate.c: Regenerate using bison-1.33.
30666
30667 2002-02-17  Jim Meyering  <meyering@lucent.com>
30668
30669         * config/config.guess (main): Don't use `head -1'; it's no longer
30670         portable. Use `sed 1q' instead.
30671
30672 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
30673
30674         * m4/codeset.m4: Upgrade to gettext-0.11.
30675         * m4/gettext.m4: Upgrade to gettext-0.11.
30676         * m4/glibc21.m4: Upgrade to gettext-0.11.
30677         * m4/iconv.m4: Upgrade to gettext-0.11.
30678         * m4/isc-posix.m4: Upgrade to gettext-0.11.
30679         * m4/lcmessage.m4: Upgrade to gettext-0.11.
30680         * m4/lib-ld.m4: New file, from gettext-0.11.
30681         * m4/lib-link.m4: New file, from gettext-0.11.
30682         * m4/lib-prefix.m4: New file, from gettext-0.11.
30683         * m4/progtest.m4: Upgrade to gettext-0.11.
30684
30685 2002-02-15  Paul Eggert  <eggert@twinsun.com>
30686
30687         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
30688         (jm_PREREQ): Use it.
30689
30690 2002-02-15  Paul Eggert  <eggert@twinsun.com>
30691
30692         * lib/posixver.c, lib/posixver.h: New files.
30693         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
30694
30695 2002-02-02  Paul Eggert  <eggert@twinsun.com>
30696             Bruno Haible  <bruno@clisp.org>
30697
30698         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
30699         (fwrite_success_callback): New declaration.
30700         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
30701         print_unicode_char. Call failure callback instead of error.
30702         (fwrite_success_callback): New function.
30703         (exit_failure_callback): New function.
30704         (fallback_failure_callback): New function.
30705         (print_unicode_char): Call unicode_to_mb.
30706
30707 2002-01-26  Jim Meyering  <meyering@lucent.com>
30708
30709         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
30710         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
30711
30712 2002-01-26  Jim Meyering  <meyering@lucent.com>
30713
30714         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
30715
30716 2002-01-22  Paul Eggert  <eggert@twinsun.com>
30717
30718         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
30719
30720 2002-01-22  Jim Meyering  <meyering@lucent.com>
30721
30722         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
30723         Otherwise, some versions of automake would omit the rule that makes
30724         Makefile from Makefile.in.
30725
30726 2002-01-21  Paul Eggert  <eggert@twinsun.com>
30727
30728         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
30729         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
30730         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
30731         (memcoll): Set errno to zero if there is no error.
30732
30733         * lib/quotearg.c (quotearg_buffer_restyled):
30734         Fix bug with quoting buffers containing NUL when backslashing escapes.
30735         This bug was exposed by the other changes in this patch.
30736         (quotearg_n_options): New arg ARGSIZE.
30737         All callers changed.
30738         (quoting_options_from_style): New function.
30739         (quotearg_n_style): Use it.
30740         (quotearg_n_style_mem): New function.
30741
30742         * lib/quotearg.h (quotearg_n_style_mem): New function.
30743
30744 2002-01-19  Jim Meyering  <meyering@lucent.com>
30745
30746         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
30747         Remove useless quotes: DF_PROG="df".
30748         * m4/strnlen.m4: New file.
30749
30750 2002-01-16  Paul Eggert  <eggert@twinsun.com>
30751
30752         * lib/backupfile.c (ISDIGIT): Comment fix.
30753         * lib/getdate.y (ISDIGIT): Likewise.
30754         * lib/posixtm.c (ISDIGIT, year): Likewise.
30755         * lib/strverscmp.c (ISDIGIT): Likewise.
30756         * lib/userspec.c (ISDIGIT): Likewise.
30757
30758 2002-01-16  Jim Meyering  <meyering@lucent.com>
30759
30760         * lib/getdate.y: Add three semicolons, each just before a closing
30761         brace. Bison (as of version 1.31) no longer papers over that mistake.
30762
30763 2002-01-05  Jim Meyering  <meyering@lucent.com>
30764
30765         * lib/version-etc.c (version_etc_copyright): Update copyright year.
30766
30767 2001-12-19  Paul Eggert  <eggert@twinsun.com>
30768
30769         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
30770         not silently exit merely because the output buffer happens to
30771         have nothing pending.
30772
30773 2001-12-18  Paul Eggert  <eggert@twinsun.com>
30774
30775         See the big note in ../ChangeLog.
30776         * lib/human.c (suffixes): Prefer K to k for 1024.
30777         (generate_suffix_backwards): New function.
30778         (human_readable_inexact): Use it.
30779         * lib/xstrtol.c (__xstrtol): If there is no number but there
30780         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
30781         Accept 'K' as well as 'k'.
30782
30783 2001-12-15  Jim Meyering  <meyering@lucent.com>
30784
30785         * lib/regex.h (__restrict_arr): Update from libc.
30786
30787         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
30788         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
30789         (STREQ): Define.
30790
30791 2001-12-14  Jim Meyering  <meyering@lucent.com>
30792
30793         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
30794         Suggestion from Bruno Haible.
30795
30796 2001-12-10  Jim Meyering  <meyering@lucent.com>
30797
30798         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
30799         xrealloc, Instead, include "xalloc.h".
30800         (initbuffer): Don't cast xmalloc return value to char*.
30801         (readline): Reword comment.
30802         Don't cast xrealloc return value to char*
30803         Return NULL, not 0.
30804
30805 2001-12-09  Jim Meyering  <meyering@lucent.com>
30806
30807         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
30808         about `signed and unsigned type in conditional expression'.
30809         * lib/posixtm.c (posix_time_parse): Likewise.
30810
30811         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
30812
30813         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
30814         to avoid a pedantic warning.
30815
30816         * lib/getstr.c: Don't include assert.h.
30817         (getstr): Remove warning-evoking assertions.
30818         Return -1 if offset parameter is out of bounds.
30819         Change the type of a local from int to size_t.
30820
30821         * lib/strftime.c (my_strftime_localtime_r): Include this function
30822         definition in the `#if ! HAVE_TM_GMTOFF' block.
30823
30824         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
30825         Include xalloc.h instead.
30826
30827 2001-12-02  Jim Meyering  <meyering@lucent.com>
30828
30829         * lib/tempname.c: Don't declare getenv, thus reverting the change of
30830         2001-11-18.  It's no longer necessary, now that stdlib.h is always
30831         included.
30832
30833         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
30834         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
30835
30836 2001-11-30  Akim Demaille  <akim@epita.fr>
30837
30838         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
30839         before being defined.
30840
30841 2001-11-27  Paul Eggert  <eggert@twinsun.com>
30842
30843         * lib/quotearg.h (quotearg_n, quotearg_n_style):
30844         First arg is int, not unsigned.
30845         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
30846         (SIZE_MAX, UINT_MAX): New macros.
30847         (quotearg_n_options): Abort if N is negative.
30848         Avoid overflow check on hosts where size_t is 64 bits and int
30849         is 32 bits, as overflow is impossible there.
30850         Fix off-by-one typo that caused unnecessary reallocation.
30851
30852 2001-11-27  Jim Meyering  <meyering@lucent.com>
30853
30854         * lib/tempname.c: Merge with version from libc.
30855         * lib/regex.c: Likewise.
30856
30857         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
30858         systems for which STDC_HEADERS is 0, it was not included, resulting in
30859         a warning about an integer-to-pointer conversion problem with getenv.
30860         Reported by Volker Borchert.
30861
30862 2001-11-26  Jim Meyering  <meyering@lucent.com>
30863
30864         * lib/gtod.h: Remove file.
30865         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
30866         * lib/gettimeofday.c: Don't include gtod.h.
30867         (GTOD_init): Remove function.
30868         (rpl_gettimeofday): Do its job here instead, rather than aborting.
30869         Suggestion from Volker Borchert.
30870
30871 2001-11-23  Jim Meyering  <meyering@lucent.com>
30872
30873         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
30874         it.
30875         * lib/hash.c (struct hash_table): Define it here instead.
30876
30877 2001-11-22  Jim Meyering  <meyering@lucent.com>
30878
30879         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
30880
30881 2001-11-20  Jim Meyering  <meyering@lucent.com>
30882
30883         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
30884         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
30885
30886 2001-11-19  Jim Meyering  <meyering@lucent.com>
30887
30888         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
30889         directory.  Use "conftestXXXXXX" as the template.
30890         Suggestion from Paul Eggert.
30891
30892         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
30893         immediately, so the test doesn't mistakenly hit the max-open-files
30894         limit.
30895
30896 2001-11-18  Paul Eggert  <eggert@twinsun.com>
30897
30898         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
30899         (TEMPORARIES): New macro.
30900         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
30901         removes an artificial limitation (e.g. HP-UX 10.20, where
30902         TMP_MAX is 17576).
30903
30904 2001-11-18  Jim Meyering  <meyering@lucent.com>
30905
30906         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
30907
30908 2001-11-18  Jim Meyering  <meyering@lucent.com>
30909
30910         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
30911         on SunOS 4.
30912
30913         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
30914         files will be created before anything else.
30915
30916 2001-11-17  Paul Eggert  <eggert@twinsun.com>
30917
30918         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
30919         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
30920
30921 2001-11-17  Jim Meyering  <meyering@lucent.com>
30922
30923         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
30924         Prompted by a report from Bob Proulx.
30925
30926         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
30927         Instead, require UTILS_FUNC_MKSTEMP.
30928
30929 2001-11-17  Jim Meyering  <meyering@lucent.com>
30930
30931         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
30932         Now, that's done as part of AC_FUNC_STRTOD.
30933
30934 2001-11-17  Jim Meyering  <meyering@lucent.com>
30935
30936         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
30937         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
30938         rather than group writable.  Patch by Juan F. Codagnone.
30939
30940         * lib/readtokens.c: Remove explicit declarations of xmalloc and
30941         xrealloc, Instead, include "xalloc.h".
30942
30943         * lib/mountlist.c: Include unlocked-io.h after all system headers.
30944         Remove explicit declarations of xmalloc, xrealloc,
30945         and xstrdup.  Instead, include "xalloc.h".
30946
30947         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
30948         unlocked-io.h.
30949         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
30950         Likewise.
30951         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
30952
30953         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
30954         Reported by Padraig Brady.
30955
30956         * lib/mkstemp.c: #undef mkstemp.
30957         Include config.h.
30958         (rpl_mkstemp): Rename from mkstemp.
30959         Protoize.
30960
30961 2001-11-16  Jim Meyering  <meyering@lucent.com>
30962
30963         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
30964         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
30965         determine the amount of total physical memory, use pstat_getstatic.
30966         HPUX-11 doesn't define _SC_PHYS_PAGES.
30967         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
30968         If sysconf couldn't be used to determine the amount of available
30969         physical memory, use both pstat_getstatic and pstat_getdynamic.
30970         Based on a patch from Bob Proulx.
30971
30972 2001-11-10  Jim Meyering  <meyering@lucent.com>
30973
30974         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
30975         (jm_PREREQ): Use it.
30976
30977 2001-11-09  Jim Meyering  <meyering@lucent.com>
30978
30979         * m4/jm-macros.m4: Require autoconf-2.52f.
30980         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
30981         Use these AC_-prefixed names, not the AM_-prefixed ones.
30982
30983         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
30984
30985 2001-11-05  Jim Meyering  <meyering@lucent.com>
30986
30987         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
30988
30989 2001-11-04  Jim Meyering  <meyering@lucent.com>
30990
30991         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
30992         $DEFS.
30993
30994 2001-11-03  Jim Meyering  <meyering@lucent.com>
30995
30996         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
30997         of AC_DEFUN.
30998
30999         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
31000         know the name of the variable in the macro definition.
31001
31002 2001-11-03  Jim Meyering  <meyering@lucent.com>
31003
31004         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
31005         in argmatch_to_argument call.
31006
31007         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
31008         argument.
31009
31010         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
31011         e.g., a fault due to an attempt to free a NULL pointer.
31012
31013 2001-11-01  Jim Meyering  <meyering@lucent.com>
31014
31015         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
31016         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
31017
31018 2001-11-01  Jim Meyering  <meyering@lucent.com>
31019
31020         * lib/dirfd.c, lib/dirfd.h: New files.
31021         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
31022
31023         * lib/hash.c (hash_print) [TESTING]: Clean up.
31024
31025 2001-10-22  Paul Eggert  <eggert@twinsun.com>
31026
31027         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
31028         to avoid a warning if -Wall.
31029
31030 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
31031
31032         * README: New file
31033         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
31034         (per RMS's instructions, this is now the canonical source)
31035         * lgpl/, gpl/: New directories.
31036
31037 2001-10-21  Paul Eggert  <eggert@twinsun.com>
31038
31039         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
31040
31041 2001-10-21  Jim Meyering  <meyering@lucent.com>
31042
31043         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
31044         this code would end up calling gettext even in packages built
31045         with --disable-nls.
31046         * lib/getopt.c (_): Likewise.
31047         * lib/regex.c (_): Likewise.
31048
31049 2001-10-20  Paul Eggert  <eggert@twinsun.com>
31050
31051         * m4/error.m4 (jm_PREREQ_ERROR):
31052         Do not invoke AC_CHECK_FUNCS with strerror_r, as
31053         AC_FUNC_STRERROR_R does that.
31054         Check for strerror declaration.
31055
31056         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
31057         are supposed to have them these days.
31058         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
31059         Merge changes from latest Autoconf CVS.
31060         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
31061         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
31062         POSIX decided to standardize on the int flavor of strerror_r.
31063
31064 2001-10-20  Paul Eggert  <eggert@twinsun.com>
31065
31066         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
31067         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
31068         Use strerror_r that is only a macro, even if it is not a function.
31069         (strerror): Check for HAVE_DECL_STRERROR before declaring.
31070         (private_strerror): Use prototypes, not old-style function definition.
31071         (print_errno_message): New function.
31072         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
31073         char*-flavored one.
31074         (error_tail, error, error_at_line): Use it.
31075
31076 2001-10-11  Jim Meyering  <meyering@lucent.com>
31077
31078         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
31079         and quote_n (1, ... to avoid clobbering a buffer.
31080
31081 2001-10-05  Jim Meyering  <meyering@lucent.com>
31082
31083         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
31084         hash-pjw.h.
31085         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
31086         * lib/hash-pjw.h: New file.
31087
31088 2001-09-30  Jim Meyering  <meyering@lucent.com>
31089
31090         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
31091         `struct fsstat' has the `f_fstypename' member.
31092         Use that to define FS_TYPE, which is now used to make
31093         the getfsstat link test tighter.
31094
31095 2001-09-30  Jim Meyering  <meyering@lucent.com>
31096
31097         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
31098         Include <sys/ucred.h>, for Apple Darwin.
31099         Include sys/mount.h and sys/fs_types.h only if available.
31100         (FS_TYPE): Define.
31101         (read_filesystem_list): Use FS_TYPE.
31102
31103 2001-09-29  Paul Eggert  <eggert@twinsun.com>
31104
31105         * lib/exclude.c (excluded_filename): 0 -> false, since it's
31106         a boolean context.
31107
31108 2001-09-29  Jim Meyering  <meyering@lucent.com>
31109
31110         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
31111         [one-argument getmntent function]): Include stdio.h before mntent.h.
31112         SunOS 4.1.x needs it for the declaration of `FILE'.
31113         Patch by Volker Borchert.
31114
31115         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
31116         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
31117         sys/fs_types.h, and make the link-test for getfsstat guard #include
31118         directives with appropriate #if HAVE_*_H tests so that we can
31119         detect getfsstat on Apple Darwin1.3.7 systems.
31120         Reported by Nelson Beebe.
31121         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
31122
31123 2001-09-28  Paul Eggert  <eggert@twinsun.com>
31124
31125         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
31126         #defines strtoimax.  Also treat the other strto* functions
31127         like strtoimax.
31128
31129         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
31130         Check for strtoul and strtoumax,
31131         as those declarations are made even in the signed case.
31132         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
31133         Likewise, for strtol and strtoimax.
31134
31135 2001-09-28  Paul Eggert  <eggert@twinsun.com>
31136
31137         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
31138         #defines strtoimax.  Also treat the other strto* functions
31139         like strtoimax.
31140
31141         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
31142         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
31143         (strtoimax, strtoumax): Do not declare if already defined as a macro.
31144
31145 2001-09-26  Jim Meyering  <meyering@lucent.com>
31146
31147         Most macros in unlocked-io.h had the wrong number of arguments.
31148         * lib/gen-uio: New script.
31149         (USE_UNLOCKED_IO): Define to 1 if not already defined.
31150         * lib/unlocked-io.hin: Remove file.
31151         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
31152         rather than trying to embed it here.
31153         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
31154         Reported by Padraig Brady.
31155
31156 2001-09-25  Volker Borchert  <bt@teknon.de>
31157
31158         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
31159         `result'.
31160
31161 2001-09-24  Jim Meyering  <meyering@lucent.com>
31162
31163         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
31164
31165 2001-09-23  Jim Meyering  <meyering@lucent.com>
31166
31167         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
31168         instead of the mere test for existence of mntent.h.  The latter
31169         would get a false-positive on AIX 3.4 systems.
31170         In the outer getmntent if-block, don't die if neither of the getmntent
31171         tests succeeds.  Instead, just fall through and continue with the
31172         remaining tests.
31173
31174 2001-09-23  Jim Meyering  <meyering@lucent.com>
31175
31176         * lib/mountlist.c: Remove useless parentheses in #if directives.
31177         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
31178         the deprecated MOUNTED symbol is no longer defined in mntent.h.
31179
31180 2001-09-22  Jim Meyering  <meyering@lucent.com>
31181
31182         * m4/gettext.m4: New file.  From gettext.
31183         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
31184         * m4/progtest.m4: Likewise
31185         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
31186         * m4/glibc21.m4: Likewise.
31187
31188         * m4/libintl.m4: Remove.  No longer used.
31189
31190 2001-09-22  Jim Meyering  <meyering@lucent.com>
31191
31192         * lib/localcharset.c: Update from latest gettext.
31193         * lib/config.charset: Likewise.
31194
31195 2001-09-20  Jim Meyering  <meyering@lucent.com>
31196
31197         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
31198         strtoimax.
31199         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
31200         strtoumax.
31201
31202 2001-09-20  Jim Meyering  <meyering@lucent.com>
31203
31204         * lib/xstrtol.c (strtoimax): Guard declaration with
31205         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
31206         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
31207         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
31208         (strtoumax): Likewise, for completeness (it wasn't necessary).
31209
31210 2001-09-17  Paul Eggert  <eggert@twinsun.com>
31211
31212         * lib/strtoimax.c (HAVE_LONG_LONG):
31213         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
31214         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
31215         to work around bug in IBM C compiler.
31216
31217 2001-09-17  Jim Meyering  <meyering@lucent.com>
31218
31219         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
31220         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
31221         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
31222         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
31223         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
31224         whenever the right hand side need not be expanded by the shell.
31225
31226 2001-09-16  Paul Eggert  <eggert@twinsun.com>
31227
31228         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
31229         library.  It's not correct, as some older glibcs are buggy.
31230         fnmatch wasn't fixed until glibc 2.2.
31231
31232         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
31233         special shell magic here.
31234
31235 2001-09-16  Jim Meyering  <meyering@lucent.com>
31236
31237         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
31238         * m4/jm-macros.m4: Require it.
31239
31240 2001-09-16  Jim Meyering  <meyering@lucent.com>
31241
31242         * lib/mkdir.c: New file.
31243
31244 2001-09-15  Jim Meyering  <meyering@lucent.com>
31245
31246         * m4/jm-macros.m4: Check for help2man.
31247
31248 2001-09-11  Jim Meyering  <meyering@lucent.com>
31249
31250         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
31251         The body, by Paul Eggert, was moved here from configure.in.
31252         * m4/jm-macros.m4: Require UTILS_HOST_OS.
31253
31254 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31255
31256         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
31257         (jm_PREREQ): Use it.
31258
31259 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31260
31261         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
31262         Use ssize_t, not int, to store result of readlink.
31263         Check for ssize_t overflow as well as size_t overflow,
31264         as POSIX says the result of readlink is implementation-defined
31265         when ssize_t overflows.
31266         Remove unnecessary cast to char*.
31267         Use free+malloc instead of realloc, as the storage doesn't need
31268         to be preserved and it's clearer and can be more efficient that way.
31269         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
31270         * lib/xreadlink.h (xreadlink): Update prototype.
31271
31272 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31273
31274         * lib/xgetcwd.c: Revert some of the previous change; intead,
31275         fix the HAVE_GETCWD_NULL code to behave more like the
31276         !HAVE_GETCWD_NULL code used to.
31277
31278         Include "xalloc.h".
31279         (xgetcwd): Do not return NULL when memory is exhausted; instead,
31280         invoke xalloc_die.
31281
31282 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31283
31284         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
31285         sys/param.h, as pathmax.h includes them.
31286
31287 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31288
31289         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
31290         (jm_PREREQ_XGETCWD): New macro.
31291
31292         * m4/getcwd.m4: New file.
31293
31294 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31295
31296         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
31297         like the HAVE_GETCWD_NULL code.
31298         Include pathmax.h if not HAVE_GETCWD.
31299         Do not include xalloc.h.
31300         (INITIAL_BUFFER_SIZE): New symbol.
31301         Do not use xmalloc / xrealloc, since the caller is responsible for
31302         handling errors.  Preserve errno around `free' during failure.
31303         Do not overrun buffer when using getwd.
31304
31305 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31306
31307         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
31308         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
31309         getcwd (NULL, 0).
31310
31311 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31312
31313         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
31314         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
31315         spotted by Jim Meyering.
31316
31317 2001-09-03  Jim Meyering  <meyering@lucent.com>
31318
31319         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
31320         failure.
31321
31322 2001-09-02  Jim Meyering  <meyering@lucent.com>
31323
31324         * lib/error.c: Update from GNU libc.
31325
31326 2001-09-01  Jim Meyering  <meyering@lucent.com>
31327
31328         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
31329         Used by df.
31330
31331 2001-09-01  Jim Meyering  <meyering@lucent.com>
31332
31333         * lib/xreadlink.c: New file.
31334         * lib/xreadlink.h: New file.
31335         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
31336         xreadlink.h.
31337
31338         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
31339         doesn't conflict with sparc Solaris 7's definition in
31340         /usr/include/sys/int_types.h.
31341
31342         * lib/exclude.c: Use `""', not `<>' to #include non-system header
31343         files.
31344         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
31345         and strncasecmp as r-values.  Unixware didn't have declarations.
31346
31347 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31348
31349         * lib/xstrtol.h: Add copyright notice.
31350         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
31351         LONGINT_INVALID_SUFFIX_CHAR.
31352
31353 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31354
31355         * lib/xstrtol.c (strtoimax): New decl.
31356
31357 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31358
31359         * lib/xgetcwd.c: Don't include pathmax.h.
31360         Include stdlib.h and unistd.h if available.
31361         Include xalloc.h.
31362         (xmalloc, xstrdup, free): Remove decls.
31363         (xgetcwd): Don't assume sizes fit in unsigned.
31364         Check for overflow when computing sizes.
31365         Simplify reallocation code.
31366
31367 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31368
31369         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
31370         a directory's st_size can have an arbitrary value, so the old
31371         usage could waste an arbitrary amount of memory.  All uses
31372         changed.
31373         * lib/savedir.h: Update prototype.
31374
31375 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31376
31377         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
31378
31379         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
31380         old strtoimax.c.
31381
31382         Also, make the following further changes to make this file's
31383         configuration more similar to that of strtol.c:
31384         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
31385         (strtoumax, uintmax_t, strtoull, strtol): Remove.
31386         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
31387         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
31388         changed to signed values.
31389
31390         And make the following changes as well:
31391         Fix copyright notice, as 1999 was missing.
31392         (verify): New macro.
31393         (strtoimax): Check sizes at compile-time, not run-time.
31394         Prefer strtol to strtoll if both work.
31395         (main): Remove; it was not that useful and was a pain to maintain.
31396
31397         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
31398
31399 2001-08-31  Jim Meyering  <meyering@lucent.com>
31400
31401         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
31402         Use an initial, malloc'd, buffer of length 128 rather than
31403         a statically allocated one of length 1024.
31404
31405 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31406
31407         Simplify code, partly by assuming autoconf 2.52 semantics.
31408
31409         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
31410
31411         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
31412         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
31413         All uses removed.
31414         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
31415         Move AC_REQUIRE to next-to-top level, to avoid confusion.
31416         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
31417         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
31418         jm_AC_HEADER_INTTYPES_H.
31419         * m4/jm-macros.m4 (jm_MACROS): Likewise.
31420
31421         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
31422
31423         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
31424         Quote first arg of AC_DEFUN.
31425         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
31426         since they are needed to parse the include file even if we need
31427         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
31428         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
31429         but with opposite signedness.
31430
31431 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31432
31433         Merge 'exclude' changes from tar 1.13.22.
31434         This fixes one or two unlikely storage allocation overflow bugs,
31435         but doesn't change user-visible behavior otherwise.
31436
31437 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31438
31439         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
31440         (jm_PREREQ_EXCLUDE): New macro.
31441
31442 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31443
31444         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
31445         tm to be declared.
31446
31447 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31448
31449         * lib/hash.c: Remove '2001' from copyright notice.
31450
31451 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31452
31453         * lib/full-write.h: New file.
31454         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
31455         * lib/full-write.c: Correct credits, as cccp.c no longer
31456         exists and anyway it was so heavily changed from the old cccp
31457         code as to be unrecognizable.  Include full-write.h.
31458         (full_write) Return size_t, with short writes meaning failure.
31459         All callers changed.  This fixes a bug with large buffers
31460         on 64-bit hosts.
31461         * lib/utime.c: Include full-write.h.
31462
31463 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31464
31465         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
31466         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
31467         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
31468         Include if available.
31469         (<xalloc.h>): Include
31470         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
31471         (verify): New macro.  Use it to verify that EXCLUDE macros do not
31472         collide with FNM macros.
31473         (struct patopts): New struct.
31474         (struct exclude): Use it, as exclude patterns now come with options.
31475         (new_exclude): Support above changes.
31476         (new_exclude, add_exclude_file):
31477         Initial size must now be a power of two to simplify overflow checking.
31478         (free_exclude, fnmatch_no_wildcards): New function.
31479         (excluded_filename): No longer requires options arg, as the options
31480         are determined by add_exclude.  Now returns bool, not int.
31481         (excluded_filename, add_exclude):
31482         Add support for the fancy new exclusion options.
31483         (add_exclude, add_exclude_file): Now takes int options arg.
31484         Check for arithmetic overflow when computing sizes.
31485         (add_exclude_file): xrealloc might modify errno, so don't
31486         realloc until after errno might be used.
31487
31488         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
31489         New macros.
31490         (free_exclude): New decl.
31491         (add_exclude, add_exclude_file): Now takes int options arg.
31492         (excluded_filename): No longer requires options arg, as the options
31493         are determined by add_exclude.  Now returns bool, not int.
31494
31495 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31496
31497         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
31498
31499 2001-08-27  Jim Meyering  <meyering@lucent.com>
31500
31501         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
31502
31503         * lib/version-etc.c (N_): Remove definition.
31504         Revert most of last change.
31505         Instead, simply don't mark the `Copyright...' string for translation.
31506         Based on advice from Paul Eggert.
31507
31508         * lib/strtoxmax.c: Tweak comment.
31509
31510 2001-08-26  Jim Meyering  <meyering@lucent.com>
31511
31512         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
31513
31514         * m4/xstrtoimax.m4: New file.
31515         * m4/xstrtoumax.m4: Add comments explaining why we
31516         AC_REPLACE_FUNCS(strtol).
31517
31518 2001-08-26  Jim Meyering  <meyering@lucent.com>
31519
31520         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
31521         of copyright with `%s' so translators don't get an untranslated
31522         message in 2002.
31523         (COPYRIGHT_YEAR): Define.
31524         (version_etc): Use fprintf rather than fputs.
31525         Suggestion from Ulrich Drepper.
31526
31527         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
31528
31529         * lib/strtoll.c: New file, from GNU libc.
31530         * lib/xstrtoimax.c: New file.
31531
31532         * lib/xstrtol.h: Add xstrtoimax.
31533         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
31534         * lib/strtoimax.c: New file.  Likewise, but first define
31535         STRTOUXMAX_SIGNED.
31536
31537         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
31538         ...
31539         * lib/strtoxmax.c: ... then renamed to this.
31540
31541 2001-08-18  Paul Eggert  <eggert@twinsun.com>
31542
31543         * m4/inttypes.m4: Add AC_PREREQ(2.13).
31544         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
31545         (jm_AC_TYPE_INTMAX_T): New macro.
31546         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
31547
31548         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
31549
31550         * m4/longlong.m4: Renamed from ulonglong.m4.
31551         * m4/inttypes.m4: Renamed from inttypes_h.m4.
31552         * m4/uintmax_t.m4: Removed.
31553
31554 2001-08-13  Paul Eggert  <eggert@twinsun.com>
31555
31556         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
31557         Port to Solaris 8, where 'sed' requires a space after the 'r'
31558         command, and where sh dislikes "$/".  Clean up the spacing a bit.
31559         Redirect output to $tmp just once.
31560
31561 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
31562
31563         * lib/addext.c (<errno.h>): Include.
31564         (errno): Declare if not defined.
31565         (addext): Work correctly when pathconf returns -1 and leaves
31566         errno alone because there is no limit.  Also, work even if
31567         pathconf returns a value greater than SIZE_MAX.
31568
31569 2001-08-12  Jim Meyering  <meyering@lucent.com>
31570
31571         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
31572         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
31573         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
31574         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
31575         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
31576         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
31577         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
31578         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
31579         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
31580         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
31581         utime.m4, utimes.m4, xstrtoumax.m4:
31582         Quote the first argument in each use of AC_DEFUN.
31583
31584 2001-08-12  Jim Meyering  <meyering@lucent.com>
31585
31586         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
31587         Simply `return getcwd (NULL, 0);'.
31588         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
31589         Use 1300 as initial value for length, not PATH_MAX.
31590
31591         * lib/pathmax.h: Clean up cpp syntax.
31592
31593 2001-08-12  Jim Meyering  <meyering@lucent.com>
31594
31595         * lib/gettimeofday.c: New file.
31596         * lib/gtod.h: New file.
31597         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
31598
31599 2001-08-05  Jim Meyering  <meyering@lucent.com>
31600
31601         * m4/jm-macros.m4: Require autoconf-2.52.
31602
31603 2001-08-04  Jim Meyering  <meyering@lucent.com>
31604
31605         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
31606         stmt, to get in sync with glibc.
31607
31608 2001-08-03  Paul Eggert  <eggert@twinsun.com>
31609
31610         The following changes are from gettext 0.10.39 as maintained by
31611         Bruno Haible.
31612
31613         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
31614         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
31615         with inverted sense.  All uses changed.
31616
31617         * lib/mbswidth.c: Don't include <limits.h>.
31618         Include <stdlib.h> and <string.h> unconditionally.
31619         (iswcntrl, mbsinit, ISCNTRL): New macros.
31620         (mbsnwidth): Use K&R style function declarations.
31621         Don't bother checking for MB_LEN_MAX == 1, since the compiler
31622         can optimize it when MB_CUR_MAX == 1.
31623         The width of control characters is zero, not 1.
31624
31625 2001-08-03  Paul Eggert  <eggert@twinsun.com>
31626
31627         The following changes are from gettext 0.10.39 as maintained by
31628         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
31629
31630         * m4/codeset.m4: Upgrade to serial AM1.
31631         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
31632         all uses changed.  Quote first arg of AC_DEFUN.
31633         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
31634
31635         * m4/iconv.m4: Upgrade to serial AM2.
31636         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
31637         Add --with-libconv-prefix.
31638         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
31639         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
31640         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
31641         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
31642         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
31643
31644         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
31645         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
31646         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
31647         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
31648         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
31649         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
31650         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
31651         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
31652         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
31653
31654         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
31655         string.h any more.
31656
31657         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
31658         not the default value.
31659
31660         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
31661         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
31662         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
31663         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
31664         Also check for iswcntrl, used for wcwidth fallback.
31665         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
31666         to Autoconf 2.13.
31667
31668 2001-08-03  Jim Meyering  <meyering@lucent.com>
31669
31670         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
31671         as it was in the original.  Reported by Paul Eggert.
31672
31673 2001-07-16  Jim Meyering  <meyering@lucent.com>
31674
31675         * m4/gettimeofday.m4: New file.
31676         Prompted by a report from Bernhard Baehr.
31677
31678 2001-07-15  Jim Meyering  <meyering@lucent.com>
31679
31680         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
31681         stuff. Now it's in ../Makefile.cfg.
31682
31683 2001-07-15  Jim Meyering  <meyering@lucent.com>
31684
31685         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
31686         (BUILT_SOURCES): Add unlocked-io.h.
31687         (io_functions): Define.
31688         (unlocked-io.h): New rule.
31689         (DISTCLEANFILES): Add unlocked-io.h.
31690         (all-local): Depend on unlocked-io.h, to ensure it is created.
31691
31692         * lib/unlocked-io.hin: New file
31693
31694         * lib/regex.c: Update from glibc.
31695
31696 2001-07-05  Jim Meyering  <meyering@lucent.com>
31697
31698         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
31699         recommendation.
31700         (libfetish_a_SOURCES): Put all .h files here instead.
31701         Remove a thus-exposed (better checks in automake) duplicate and
31702         two unnecessary .h files.
31703
31704 2001-07-04  Jim Meyering  <meyering@lucent.com>
31705
31706         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
31707         that generates jm-glibc-io.m4 so that it doesn't trigger any make
31708         distcheck failure.
31709
31710 2001-07-02  Jim Meyering  <meyering@lucent.com>
31711
31712         The following changes were prompted by suggestions from Bruno Haible.
31713
31714         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
31715         is now generated.
31716         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
31717         definition of EXTRA_DIST.
31718         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
31719         ensure that the generated file is created/updated whenever the list
31720         of $(unlocked_functions) is changed.
31721         (jm-glibc-io.m4): New rule.
31722         (unlocked-io.h): New rule -- currently unused.
31723
31724 2001-06-24  Jim Meyering  <meyering@lucent.com>
31725
31726         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
31727         unmatched right bracket, rather than kludging it with an extra,
31728         falsely-matching quote in a comment.  Patch by Akim Demaille.
31729
31730 2001-06-11  Jim Meyering  <meyering@lucent.com>
31731
31732         * lib/regex.c: Update from GNU libc.
31733
31734 2001-05-27  Jim Meyering  <meyering@lucent.com>
31735
31736         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
31737         Check for ut_type in struct utmp.
31738
31739 2001-05-27  Jim Meyering  <meyering@lucent.com>
31740
31741         * lib/readutmp.h (UT_TYPE): Define.
31742
31743 2001-05-24  Jim Meyering  <meyering@lucent.com>
31744
31745         * lib/argmatch.c: Include "quote.h".
31746         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
31747         quote function.  Reported by Göran Uddeborg.
31748
31749 2001-05-22  Jim Meyering  <meyering@lucent.com>
31750
31751         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
31752         now that we use the package-supplied version unconditionally.
31753         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
31754
31755 2001-05-21  Jim Meyering  <meyering@lucent.com>
31756
31757         * m4/regex.m4: Change a couple backticks to single quotes to avoid
31758         shell syntax errors.
31759
31760 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
31761
31762         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
31763
31764 2001-05-20  Paul Eggert  <eggert@twinsun.com>
31765
31766         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
31767         Don't bother to check library strftime, since
31768         we'll be using our own my_strftime function anyway.
31769         Define my_strftime instead of strftime.
31770
31771 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
31772
31773         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
31774         which is not yet declared.
31775
31776 2001-05-15  Jim Meyering  <meyering@lucent.com>
31777
31778         * m4/regex.m4: Use proper quoting so brackets appear in the test
31779         program.
31780         Reported by, and with help from, Bruno Haible.
31781
31782 2001-05-13  Jim Meyering  <meyering@lucent.com>
31783
31784         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
31785         undefined.
31786
31787 2001-05-11  Paul Eggert  <eggert@twinsun.com>
31788
31789         dirname code cleanup.  base_name now behaves more compatibly
31790         with POSIX basename when given file names that have trailing
31791         slashes, and similarly for dir_name.  Add new primitives
31792         base_len and dir_len.  Put the directory-name-related decls
31793         into dirname.h.
31794
31795         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
31796         * lib/backupfile.c (base_name): Likewise.
31797         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
31798         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
31799         * lib/makepath.c (strip_trailing_slashes): Likewise.
31800         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
31801         ISSLASH): Likewise.
31802         * lib/rename.c (strip_trailing_slashes): Likewise.
31803         * lib/same.c (base_name): Likewise.
31804         * lib/stripslash.c (ISSLASH): Likewise.
31805
31806         * lib/addext.c: Include <dirname.h> after size_t is defined.
31807         * lib/backupfile.c: Likewise.
31808
31809         * lib/addext.c (addext): Use base_len to trim redundant
31810         trailing slashes instead of doing it ourselves.
31811         But do not trim the last slash if it is not redundant.
31812
31813         * lib/backupfile.c (find_backup_file_name,
31814         max_backup_version): Use base_len instead of rolling it ourselves.
31815         Handle the case of "" and (on DOS) "C:" correctly.
31816
31817         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
31818         needed. Include <string.h>, <dirname.h>.
31819         (base_name): Allow file names ending in slashes, other than names
31820         that are all slashes.  In this case, return the basename followed
31821         by the slashes.  This is more general, and can be used in places
31822         where the original base_name purposely had an assertion failure.
31823         (base_len): New function.
31824
31825         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
31826         Do not include <assert.h>; no longer needed.
31827         Include xalloc.h.
31828         (memrchr): Remove decl.
31829         (dir_name_r): Remove.
31830         (dir_len): Renamed from dirlen.  All callers changed.
31831         Rewrite in terms of base_name, for simplicity and consistency.
31832         (dir_name): Never return NULL.  All callers changed.
31833         Do not include <stdlib.h> in test program; no longer needed.
31834         return 0; is fine for test program.
31835
31836         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
31837         New macros.
31838         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
31839
31840         * lib/path-concat.c (path_concat): Use base_len to compute
31841         base length, not strlen; this means we cannot rely on memcpy
31842         to null-terminate.
31843
31844         * lib/same.c (STREQ): Remove.
31845         (same_name): Handle the case where the basename ends in trailing '/'.
31846
31847         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
31848         a slash was stripped.  Do not strip the last slash after a
31849         file system prefix.
31850
31851 2001-05-11  Paul Eggert  <eggert@twinsun.com>
31852
31853         * lib/Makefile.am (libfetish_a_SOURCES):
31854         Add strftime.c, since we now compile it on all hosts.
31855
31856         * lib/strftime.c (my_strftime):
31857         Define to nstrftime if emacs, but only if my_strftime is not defined.
31858         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
31859         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
31860         Add one more extra argument: a nanoseconds value.
31861         All uses changed.
31862         (ns): New macro.
31863         (my_strftime function): Add %N format.
31864         (emacs_strftimeu): Renamed from emacs_strftime,
31865         with extra ut argument.
31866
31867 2001-05-09  Paul Eggert  <eggert@twinsun.com>
31868
31869         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
31870
31871 2001-04-21  Jim Meyering  <meyering@lucent.com>
31872
31873         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
31874         doesn't interfere.
31875
31876 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
31877
31878         * m4/ftruncate.m4: Check for chsize.
31879         Link with ftruncate.o unconditionally if ftruncate is missing.
31880         This was required when cross-compiling to i586-mingw32msvc.
31881
31882 2001-04-08  Jim Meyering  <meyering@lucent.com>
31883
31884         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
31885         recomputed; that's necessary when the offset spans a DST transition.
31886         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
31887
31888 2001-04-02  Jim Meyering  <meyering@lucent.com>
31889
31890         * lib/regex.h, regex.c: Update from GNU libc.
31891
31892 2001-03-24  Jim Meyering  <meyering@lucent.com>
31893
31894         * m4/jm-macros.m4: Require autoconf-2.49d.
31895
31896 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
31897
31898         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
31899
31900 2001-03-19  Paul Eggert  <eggert@twinsun.com>
31901
31902         * lib/version-etc.c (version_etc_copyright): Update to 2001.
31903
31904 2001-03-17  Jim Meyering  <meyering@lucent.com>
31905
31906         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
31907         now that the version in autoconf is equivalent.
31908         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
31909
31910         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
31911         Suggestion from Akim Demaille.
31912
31913         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
31914         (jm_PREREQ_TEMPNAME): New function.
31915
31916 2001-03-16  Paul Eggert  <eggert@twinsun.com>
31917
31918         * lib/tempname.c (uint64_t): Define to uintmax_t if
31919         not defined, and if UINT64_MAX is not defined.
31920         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
31921         Reported by John David Anglin.
31922
31923 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
31924
31925         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
31926         resolve alias if codeset is empty.
31927         * lib/config.charset (BeOS): Use wildcard syntax.
31928
31929 2001-03-13  Jim Meyering  <meyering@lucent.com>
31930
31931         * lib/path-concat.c (path_concat)
31932         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
31933         concatenating e.g., `C:' and `foo'.
31934         From Bruno Haible.
31935
31936 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
31937
31938         * lib/localcharset.c (locale_charset): Don't use
31939         setlocale(LC_CTYPE,NULL). Don't return NULL.
31940         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
31941
31942 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
31943
31944         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
31945         support for DOS/DJGPP.
31946
31947 2001-03-01  Paul Eggert  <eggert@twinsun.com>
31948
31949         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
31950         lacks mkstemp.  Compile our own tempname.c if we compile our own
31951         mkstemp.c, as mkstemp relies on tempname.
31952
31953 2001-03-01  Jim Meyering  <meyering@lucent.com>
31954
31955         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
31956         AH_VERBATIM really does output its argument verbatim.
31957
31958 2001-02-28  Paul Eggert  <eggert@twinsun.com>
31959
31960         * lib/Makefile.am (libfetish_a_SOURCES):
31961         Add dup-safer.c, fopen-safer.c.
31962         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
31963
31964         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
31965         * lib/unistd-safer.h: New files.
31966
31967 2001-02-25  Paul Eggert  <eggert@twinsun.com>
31968
31969         The mkstemp replacement is taken from glibc 2.2.2, with some
31970         portability fixes for use outside glibc, as follows:
31971
31972         * lib/tempname.c (struct_stat64): New macro.
31973         (direxists, __gen_tempname): Use it.
31974         This avoids a portability problem with Solaris 8.
31975
31976         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
31977         (<stddef.h>, <stdint.h>, <string.h>):
31978         Include only if STDC_HEADERS || _LIBC.
31979         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
31980         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
31981         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
31982         (__set_errno): Define this macro if <errno.h> doesn't.
31983         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
31984         Define these macros if <stdio.h> doesn't.
31985         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
31986         Define these macros if <sys/stat.h>
31987         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
31988         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
31989         __xstat64): Define if not _LIBC.
31990         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
31991         (__gen_tempname): Invoke gettimeofday only if
31992         HAVE_GETTIMEOFDAY || _LIBC;
31993         otherwise, fall back on plain "time".
31994         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
31995
31996         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
31997
31998         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
31999
32000 2001-02-18  Paul Eggert  <eggert@twinsun.com>
32001
32002         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
32003
32004 2001-02-17  Paul Eggert  <eggert@twinsun.com>
32005
32006         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
32007         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
32008         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
32009         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
32010
32011 2001-02-17  Paul Eggert  <eggert@twinsun.com>
32012
32013         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
32014         Remove workaround macros for hosts that have mbrtowc but not
32015         mbstate_t, as we now insist on proper declarations for both
32016         before using mbrtowc.
32017
32018 2001-02-17  Jim Meyering  <meyering@lucent.com>
32019
32020         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
32021         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
32022         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
32023         UnixWare 7.1.1.
32024
32025         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
32026         rather than AC_CACHE_VAL.
32027
32028 2001-02-17  Jim Meyering  <meyering@lucent.com>
32029
32030         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
32031         around included file name.
32032
32033         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
32034
32035         * lib/strftime.c: Update from GNU libc (the only changes were to
32036         comments).
32037
32038 2001-02-17  Jim Meyering  <meyering@lucent.com>
32039
32040         * lib/regex.c: Update from libc.
32041
32042 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
32043
32044         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
32045         clash.
32046
32047 2001-02-16  Paul Eggert  <eggert@twinsun.com>
32048
32049         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
32050         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
32051         Reported by Mark Hounschell via Paul Eggert.
32052
32053 2001-02-07  Jim Meyering  <meyering@lucent.com>
32054
32055         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
32056
32057 2001-02-05  Jim Meyering  <meyering@lucent.com>
32058
32059         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
32060         it includes the patch required for `large file' support with at least
32061         HP-UX's 10.20 /bin/cc.
32062
32063 2001-02-03  Jim Meyering  <meyering@lucent.com>
32064
32065         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
32066         AS_IF, now that it works once again (mysteriously).
32067         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
32068
32069 2001-01-30  Jim Meyering  <meyering@lucent.com>
32070
32071         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
32072         * m4/chown.m4: Rename conftestchown to conftest.chown.
32073         * m4/rename.m4: s/conftestdir/conftest.d1/ and
32074         s/conftestdir2/conftest.d2/.
32075         * m4/utimes.m4: s/conftestdata/conftest.data/
32076         Inspired by Pavel Roskin's change in autoconf.
32077
32078 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
32079
32080         * lib/config.charset: Update for FreeBSD 4.2.
32081
32082 2001-01-27  Jim Meyering  <meyering@lucent.com>
32083
32084         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
32085         a use of AS_IF.
32086         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
32087
32088 2001-01-26  Jim Meyering  <meyering@lucent.com>
32089
32090         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
32091         quotearg.c includes it.
32092
32093 2001-01-26  Jim Meyering  <meyering@lucent.com>
32094
32095         * lib/quotearg.c: Include stddef.h.
32096         * lib/quote.c: Include stddef.h.
32097         Reported by Axel Kittenberger.
32098
32099         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
32100         line in double quotes so that it evokes a better diagnostic.
32101         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
32102         Reported by Axel Kittenberger.
32103
32104 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
32105
32106         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
32107         as if it was a `charset'.
32108
32109 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
32110
32111         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
32112         has const.
32113
32114 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
32115
32116         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
32117         to avoid a warning.  Add back 'const' to inptr.
32118
32119 2001-01-20  Jim Meyering  <meyering@lucent.com>
32120
32121         Be sure that headers are checked before used in code compiled
32122         for the type checks.
32123         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
32124         In place of that, invoke jm_CHECK_ALL_TYPES.
32125         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
32126         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
32127         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
32128         The check for ssize_t was mistakenly run before the test for unistd.h.
32129
32130         The configure-time check for stdbool.h was missing.
32131         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
32132         (jm_PREREQ_HASH): New function.
32133
32134 2001-01-17  Jim Meyering  <meyering@lucent.com>
32135
32136         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
32137         for autoconf-2.49c.
32138         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
32139
32140 2001-01-16  Jim Meyering  <meyering@lucent.com>
32141
32142         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
32143         From Bruno Haible.
32144
32145 2001-01-14  Jim Meyering  <meyering@lucent.com>
32146
32147         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
32148         foo and bar.  Create conftestdir/ in the script, not in the C code.
32149         Remove directories in the script, not in the C code.
32150         Remove conftestdir{,2} before trying to create the directory.
32151         Make the entire configure script fail if the mkdir fails.
32152
32153 2001-01-14  Jim Meyering  <meyering@lucent.com>
32154
32155         * lib/rename.c: New file.  From Volker Borchert.
32156         Include stdlib.h, string.h or strings.h, and xalloc.h.
32157         Use strip_trailing_slashes rather than open-coding it.
32158
32159 2001-01-03  Paul Eggert  <eggert@twinsun.com>
32160
32161         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
32162
32163 2001-01-03  Jim Meyering  <meyering@lucent.com>
32164
32165         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
32166         of local `inptr' to avoid warning with some system declarations of
32167         iconv.
32168
32169 2001-01-02  Volker Borchert  <bt@teknon.de>
32170
32171         * m4/rename.m4: New file.
32172         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
32173
32174 2001-01-01  Jim Meyering  <meyering@lucent.com>
32175
32176         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
32177         even on systems with utmpx.h.  It's necessary for the declaration of
32178         utmp's ut_user member.  Reported by Andreas Jaeger.
32179
32180         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
32181         available. They are required for the declarations of getgrgid and
32182         getpwuid resp.
32183         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
32184         Reported by Andreas Jaeger.
32185
32186 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
32187
32188         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
32189         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
32190         so `make install' also works in VPATH builds.
32191
32192 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
32193
32194         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
32195         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
32196         can be used in subdirectories.
32197
32198 2000-12-29  Paul Eggert  <eggert@twinsun.com>
32199
32200         * lib/modechange.c: Do not assume that mode_t uses the
32201         traditional octal encoding.  E.g. "chmod 1 FOO" should set
32202         the other-execute bit of FOO even if S_IXOTH != 1.
32203
32204         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
32205         WOTH, XOTH, ALLM): New macros.
32206         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
32207          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
32208         Use them.
32209         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
32210         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
32211         (mode_compile):
32212         No need to use uintmax_t; unsigned long is long enough.
32213         Don't bother to get suffix since we don't use it.
32214
32215 2000-12-26  Jim Meyering  <meyering@lucent.com>
32216
32217         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
32218         better with autoheader.
32219
32220 2000-12-24  Jim Meyering  <meyering@lucent.com>
32221
32222         * lib/hash.c (is_prime): Return explicit boolean values.
32223         (hash_get_first): Return NULL to appease Irix5.6's 89.
32224         Reported by Nelson Beebe.
32225
32226 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
32227
32228         * lib/localcharset.c (locale_charset): Add support for Win32.
32229
32230 2000-12-18  Paul Eggert  <eggert@twinsun.com>
32231
32232         * lib/physmem.h, lib/physmem.c: New files.
32233
32234         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
32235         (noinst_HEADERS): Add physmem.h.
32236
32237         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
32238         't' for compatibility with Solaris 8 sort.
32239
32240 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
32241
32242         * lib/config.charset: Add support for BeOS.
32243
32244 2000-12-17  Jim Meyering  <meyering@lucent.com>
32245
32246         * m4/dos.m4 (jm_AC_DOS): New file and macro.
32247         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
32248
32249 2000-12-16  Jim Meyering  <meyering@lucent.com>
32250
32251         This bug had a serious impact on chown: `chown N:M FILE' (for integer
32252         N and M) would have treated it like `chown N:N FILE'.
32253
32254         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
32255
32256 2000-12-16  Jim Meyering  <meyering@lucent.com>
32257
32258         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
32259         SHELLS_FILE to a file name that's useful on djgpp systems.
32260         Include stdlib.h.
32261         (ADDITIONAL_DEFAULT_SHELLS): Define.
32262         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
32263         Based mostly on a patch from Prashant TR.
32264
32265 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
32266
32267         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
32268         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
32269         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
32270
32271 2000-12-08  Andreas Schwab  <schwab@suse.de>
32272
32273         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
32274         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
32275
32276 2000-12-07  Jim Meyering  <meyering@lucent.com>
32277
32278         * lib/stripslash.c (ISSLASH): Define.
32279         (strip_trailing_slashes): Use ISSLASH rather than comparing against
32280         `/'.
32281         From Prashant TR.
32282
32283         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
32284         (dir_name_r): Declare this function as static.
32285         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
32286         manifest itself on a name containing a mix of slashes and
32287         backslashes.
32288         Make this function work with names starting with a DOS-style
32289         drive letter and colon prefix.
32290         (dir_name): Append `.' if necessary.
32291         Based mostly on patches from Prashant TR and Eli Zaretskii.
32292
32293         * lib/dirname.h (dir_name_r): Remove prototype.
32294
32295 2000-12-06  Paul Eggert  <eggert@twinsun.com>
32296
32297         * m4/off_t-format.m4: Remove this file.
32298         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
32299
32300 2000-12-06  Jim Meyering  <meyering@lucent.com>
32301
32302         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
32303         replacement strtoull, we may well need the replacement strtoul, too.
32304         Check for declarations of strtoul and strtoull.
32305         Check for strtol.  Mainly as a cue to cause automake to include
32306         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
32307         Check for limits.h -- strtol.c needs it.
32308
32309 2000-12-05  Jim Meyering  <meyering@lucent.com>
32310
32311         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
32312
32313 2000-12-04  Jim Meyering  <meyering@lucent.com>
32314
32315         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
32316         Also include memory.h, stdlib.h, unistd.h if appropriate.
32317         Reported by Andreas Jaeger (conflicting declaration of malloc).
32318
32319 2000-12-02  Jim Meyering  <meyering@lucent.com>
32320
32321         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
32322         * m4/jm-macros.m4 (jm_MACROS): require it.
32323
32324 2000-12-02  Jim Meyering  <meyering@lucent.com>
32325
32326         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
32327
32328 2000-12-01  Paul Eggert  <eggert@twinsun.com>
32329
32330         * lib/memrchr.c: Include <config.h> before any system include file.
32331
32332 2000-11-30  Jim Meyering  <meyering@lucent.com>
32333
32334         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
32335
32336 2000-11-30  Jim Meyering  <meyering@lucent.com>
32337
32338         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
32339
32340 2000-11-29  Paul Eggert  <eggert@twinsun.com>
32341
32342         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
32343
32344 2000-11-26  Jim Meyering  <meyering@lucent.com>
32345
32346         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
32347
32348 2000-11-22  Paul Eggert  <eggert@twinsun.com>
32349
32350         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
32351         size of (size_t) -1; it's not portable.
32352
32353 2000-11-17  Jim Meyering  <meyering@lucent.com>
32354
32355         * lib/strstr.c: Update from GNU libc.
32356
32357 2000-11-17  Akim Demaille  <akim@epita.fr>
32358
32359         * lib/obstack.h: Formatting changes.
32360         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
32361         prevent type checking.
32362         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
32363         cast the value to (void *): assigning a `foo *' to a `void *'
32364         variable is valid.
32365         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
32366
32367 2000-11-16  Jim Meyering  <meyering@lucent.com>
32368
32369         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
32370
32371 2000-11-11  Jim Meyering  <meyering@lucent.com>
32372
32373         * lib/error.c: Add a couple #includes, merging from GNU libc version.
32374
32375 2000-11-10  Jim Meyering  <meyering@lucent.com>
32376
32377         * lib/obstack.h: Update from GNU libc.
32378         * lib/obstack.c: Likewise.
32379
32380 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
32381
32382         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
32383
32384 2000-11-06  Paul Eggert  <eggert@twinsun.com>
32385
32386         * lib/getusershell.c (setusershell): Use rewind rather than
32387         fseek/fseeko, to avoid configuration hassles with fseeko.
32388         Don't bother opening SHELLS_FILE if shellstream is NULL;
32389         it's not necessary.
32390
32391 2000-11-05  Jim Meyering  <meyering@lucent.com>
32392
32393         * lib/makepath.h (make_dir): Declare.
32394         * lib/makepath.c (make_dir): Remove `static' attribute.
32395         Tweak a comment.
32396
32397 2000-11-04  Jim Meyering  <meyering@lucent.com>
32398
32399         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
32400
32401 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
32402
32403         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
32404         last one in a bucket, advance to the next bucket.
32405
32406 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
32407
32408         * lib/fnmatch.c: Do not comment out all the code if we are using
32409         the GNU C library, because in some cases we are replacing buggy
32410         code in the GNU C library itself.
32411
32412 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
32413
32414         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
32415         (regex_compile): Catch bogus \(\1\).
32416
32417 2000-10-30  Paul Eggert  <eggert@twinsun.com>
32418
32419         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
32420         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
32421         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
32422
32423 2000-10-30  Paul Eggert  <eggert@twinsun.com>
32424
32425         * lib/error.h, getline.h, modechange.h:
32426         Remove "2000" from Copyright line, as the file hasn't been
32427         changed this year other than in the copyright notice.
32428
32429         * lib/xalloc.h: Add "2000" to Copyright line, as this file
32430         was changed this year.
32431
32432 2000-10-29  Jim Meyering  <meyering@lucent.com>
32433
32434         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
32435         renaming.
32436         * m4/ls-mntd-fs.m4: Likewise
32437
32438 2000-10-29  Jim Meyering  <meyering@lucent.com>
32439
32440         * lib/xstat.in: Fix grammar in comment.
32441
32442 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
32443
32444         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
32445         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
32446         doesn't define __restrict_arr.
32447
32448 2000-10-28  Jim Meyering  <meyering@lucent.com>
32449
32450         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
32451         (jm_PREREQ_MEMCHR): New function.
32452
32453 2000-10-28  Jim Meyering  <meyering@lucent.com>
32454
32455         * lib/memchr.c: Update from libc.
32456         Adjust for portability:
32457         [HAVE_STDLIB_H]: Include stdlib.h.
32458         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
32459         Undef __memchr, too.
32460         [!weak_alias]: Define __memchr to memchr.
32461
32462         * lib/regex.c: Update from libc.
32463         * lib/regex.h: Likewise.
32464         * lib/getopt1.c: Likewise.
32465         * lib/memcmp.c: Likewise.
32466
32467         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
32468         Avoid using fseek, when possible -- it's broken by design.
32469         Patch by Ulrich Drepper.
32470
32471 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
32472
32473         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
32474         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
32475         Giving in to popular pressure to shut up the compiler with casts.
32476
32477 2000-10-26  Jim Meyering  <meyering@lucent.com>
32478
32479         * lib/strftime.c: Update from libc.
32480
32481 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
32482
32483         * regex.c: More `unsigned char' -> `re_char' changes.
32484         Also change several `int' into `re_wchar_t'.
32485         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
32486         (PUSH_FAILURE_POINTER): Don't cast any more.
32487         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
32488         We want GCC to complain, since this piece of code makes
32489         re_match non-reentrant, which *should* be fixed.
32490         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
32491         (EXTEND_BUFFER): Use RETALLOC.
32492         (SET_LIST_BIT): Don't cast.
32493         (re_wchar_t): New type.
32494         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
32495         that those two functions will always properly return.
32496         (IMMEDIATE_QUIT_CHECK): Cast to void.
32497         (analyse_first): Use recursion rather than an explicit stack.
32498         (re_compile_fastmap): Can't fail anymore.
32499         (re_search_2): Don't check re_compile_fastmap for failure.
32500         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
32501         Now also sets the new value (passed in a new argument).
32502         (re_match_2_internal): Use it.
32503         Also, use a new var `reg' of type size_t when looping through regs
32504         rather than reuse the inappropriate `mcnt'.
32505
32506 2000-10-25  Jim Meyering  <meyering@lucent.com>
32507
32508         * lib/obstack.c: Update from libc.
32509
32510 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
32511
32512         * regex.c (regex_compile): Change the way of handling a range from
32513         a char less than 256 to a char not less than 256.
32514
32515 2000-10-24  Andrew Innes  <andrewi@gnu.org>
32516
32517         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
32518         NT-Emacs only.
32519         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
32520         so that re_search functions only quit when callers expect them to.
32521
32522 2000-10-23  Jim Meyering  <meyering@lucent.com>
32523
32524         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
32525         wrong.  That set_locale call must not have any side effects.
32526         From Paul Eggert.
32527
32528 2000-10-22  Jim Meyering  <meyering@lucent.com>
32529
32530         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
32531         [CYCLIC]: Remove now-unused definition.
32532
32533         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
32534         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
32535         Suggestion from Ulrich Drepper.
32536
32537 2000-10-21  Jim Meyering  <meyering@lucent.com>
32538
32539         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
32540         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
32541         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
32542
32543 2000-10-21  Jim Meyering  <meyering@lucent.com>
32544
32545         * lib/dirname.c (memrchr): Declare if necessary.
32546         (dir_name): Remove the restriction that there be no
32547         trailing slashes.  Now, this code skips past them, effectively
32548         ignoring them.
32549         [TEST_DIRNAME] (main): New unit tests.
32550
32551         * lib/memrchr.c: New file from GNU libc.
32552         Undef __memrchr, too.
32553         [!weak_alias]: Define __memrchr to memrchr.
32554         Guard weak_alias use with `#ifdef weak_alias'.
32555
32556 2000-10-21  Jim Meyering  <meyering@lucent.com>
32557
32558         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
32559         (dir_name): Use dir_name_r.
32560         * lib/dirname.h (dir_name_r): Declare it.
32561
32562 2000-10-17  Jim Meyering  <meyering@lucent.com>
32563
32564         * lib/quote.h (PARAMS): Define and use.
32565         Reported by Akim Demaille.
32566
32567         * lib/getopt.c: Update from libc.
32568
32569 2000-10-16  Jim Meyering  <meyering@lucent.com>
32570
32571         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
32572         setlocale.
32573         From Jan Fedak.
32574
32575 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
32576
32577         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
32578
32579 2000-09-25  Jim Meyering  <meyering@lucent.com>
32580
32581         * lib/md5.h (rol): Define (from GnuPG).
32582
32583         * lib/sha.c: Give credit (GnuPG) where due.
32584         (M): Use rol rather than open-coding it.
32585         Add a FIXME comment.
32586
32587 2000-09-21  Jim Meyering  <meyering@lucent.com>
32588
32589         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
32590         Reported by Michael Stone.
32591
32592 2000-09-20  Jim Meyering  <meyering@lucent.com>
32593
32594         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
32595         (noinst_HEADERS): Add sha.h.
32596         Based on code from Scott G. Miller and from GnuPG.
32597
32598 2000-09-18  Jim Meyering  <meyering@lucent.com>
32599
32600         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
32601         LIBS. Otherwise, everyone ends up linking with -lelf for some
32602         configurations.
32603         Reported by Mike Stone.
32604
32605 2000-09-15  Jim Meyering  <meyering@lucent.com>
32606
32607         * lib/regex.c: Update from libc.
32608
32609 2000-09-10  Jim Meyering  <meyering@lucent.com>
32610
32611         * lib/getopt.c (_getopt_internal): Update from glibc.
32612
32613 2000-09-09  Jim Meyering  <meyering@lucent.com>
32614
32615         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
32616         think it should be used as a general replacement for isascii.
32617         * lib/fnmatch.c: Likewise.
32618         * lib/mbswidth.c: Likewise
32619         * lib/regex.c: Likewise.
32620
32621         Don't use atoi.
32622         * lib/userspec.c: Include sys/param.h and limits.h.
32623         Include xstrtol.h.
32624         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
32625         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
32626         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
32627         UID, GID.  Check range.
32628
32629 2000-09-06  Jim Meyering  <meyering@lucent.com>
32630
32631         * lib/getopt.c (_getopt_internal): Update from glibc.
32632
32633 2000-08-30  Jim Meyering  <meyering@lucent.com>
32634
32635         * lib/strftime.c: Merge in changes from GNU libc.
32636
32637 2000-08-26  Jim Meyering  <meyering@lucent.com>
32638
32639         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
32640         * m4/fpending.m4: New file.
32641
32642 2000-08-26  Jim Meyering  <meyering@lucent.com>
32643
32644         * lib/closeout.c: Include "__fpending.h".
32645         (close_stdout_status): Return right away if there's nothing to flush.
32646
32647         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
32648         * lib/__fpending.c: New file.
32649         * lib/__fpending.h: New file.
32650
32651 2000-08-20  Jim Meyering  <meyering@lucent.com>
32652
32653         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
32654         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
32655         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
32656
32657 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
32658
32659         Improve fileutils installation on systems where running
32660         programs (like install) can't be unlinked.
32661         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
32662         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
32663
32664 2000-08-07  Paul Eggert  <eggert@twinsun.com>
32665
32666         Standardize on "memory exhausted" instead of "Memory exhausted"
32667         or "virtual memory exhausted".
32668         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
32669         "virtual memory exhausted".
32670         * lib/same.c (same_name): Invoke xalloc_die instead of printing
32671         our own message.
32672         * lib/userspec.c (parse_user_spec): Likewise.
32673         * lib/bumpalloc.h: comment fix
32674         * lib/same.c, userspec.c: Include xalloc.h.
32675
32676         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
32677         not char *const and pointing to a constant array.
32678         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
32679         (xrealloc): Comment fix.
32680
32681         * lib/userspec.c (parse_user_spec):
32682         Don't translate a message until just before returning,
32683         to avoid unnecessary translation.
32684
32685 2000-08-07  Jim Meyering  <meyering@lucent.com>
32686
32687         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
32688         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
32689         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
32690         getgroups.c, gethostname.c, getopt.h, group-member.c,
32691         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
32692         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
32693         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
32694         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
32695         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
32696         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
32697         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
32698         yesno.c: Back out Copyright date changes for each file with no change
32699         this year.  This eases coordination with other programs using the same
32700         source code modules.  From Paul Eggert.
32701
32702 2000-08-06  Paul Eggert  <eggert@twinsun.com>
32703
32704         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
32705         not char, for compatibility with glibc 2.1.3 strftime.c.
32706
32707 2000-08-03  Greg McGary  <greg@mcgary.org>
32708
32709         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
32710         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
32711         (EXTEND_BUFFER): Use them.
32712
32713 2000-08-01  Jim Meyering  <meyering@lucent.com>
32714
32715         * lib/dirname.c (ISSLASH): Define.
32716         (BACKSLASH_IS_PATH_SEPARATOR): Define.
32717         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
32718         both `\' and `/' may be use as path separators.
32719         Based on a patch from Prashant TR.
32720
32721 2000-07-31  Paul Eggert  <eggert@twinsun.com>
32722
32723         * lib/quotearg.c (quotearg_n_options): Don't make the initial
32724         slot vector a constant, since it might get modified.
32725
32726 2000-07-31  Jim Meyering  <meyering@lucent.com>
32727
32728         * lib/xmalloc.c: Use `virtual memory exhausted', not
32729         `Memory exhausted'.
32730         * lib/obstack.c (print_and_abort): Likewise.
32731
32732 2000-07-30  Paul Eggert  <eggert@twinsun.com>
32733
32734         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
32735         buffer, so that the caller can always quote one small
32736         component of a "memory exhausted" message in slot 0.
32737         From a suggestion by Jim Meyering.
32738
32739 2000-07-30  Jim Meyering  <meyering@lucent.com>
32740
32741         * lib/makepath.c (make_path): Quote the other instance, too.
32742
32743         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
32744         (STATIC_BUF_SIZE): Define.
32745         (quotearg_n_options): Use only statically allocated storage when
32746         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
32747         than STATIC_BUF_SIZE.
32748
32749 2000-07-29  Jim Meyering  <meyering@lucent.com>
32750
32751         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
32752         * lib/dirname.c (dir_name): Likewise.
32753
32754         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
32755         `/'.
32756
32757         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
32758         (dir_name): Assert that there are no trailing slashes.
32759
32760 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
32761
32762         * lib/mbswidth.h (mbswidth): Add a flags argument.
32763         (mbswidth): New declaration.
32764         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
32765         * lib/mbswidth.c (mbswidth): Add a flags argument.
32766         (mbsnwidth): New function.
32767
32768 2000-07-24  Jim Meyering  <meyering@lucent.com>
32769
32770         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
32771
32772 2000-07-23  Paul Eggert  <eggert@twinsun.com>
32773
32774         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
32775
32776 2000-07-23  Paul Eggert  <eggert@twinsun.com>
32777
32778         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
32779         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
32780         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
32781         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
32782         invoke multibyte primitives.
32783
32784 2000-07-23  Paul Eggert  <eggert@twinsun.com>
32785
32786         * lib/quotearg.c:
32787         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
32788         so that mbstate_t is always defined.
32789
32790         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
32791         be 1 in at least one GCC installation, and this configuration
32792         error is likely to be common.  Ignoring MB_LEN_MAX hurts
32793         performance on hosts that have mbrtowc but have only unibyte
32794         locales, but I assume these hosts are rare.
32795
32796 2000-07-23  Paul Eggert  <eggert@twinsun.com>
32797
32798         * lib/mbswidth.c (_XOPEN_SOURCE):
32799         Don't define; this causes problems on Solaris 7.
32800         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
32801
32802 2000-07-23  Jim Meyering  <meyering@lucent.com>
32803
32804         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
32805         too: getgrgid, getpwuid, getuid.
32806
32807 2000-07-23  Jim Meyering  <meyering@lucent.com>
32808
32809         * lib/basename.c (base_name): Add an assertion.
32810
32811 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
32812
32813         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
32814         shadow its mbsinit function.
32815
32816 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
32817
32818         * lib/mbswidth.h: New file.
32819         * lib/mbswidth.c: New file.
32820         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
32821         (noinst_HEADERS): Add mbswidth.h.
32822
32823 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
32824
32825         * lib/config.charset: Add support for FreeBSD. Improve support for
32826         HP-UX and IRIX 6.
32827
32828 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
32829
32830         * m4/mbswidth.m4: New file.
32831         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
32832
32833 2000-07-15  Jim Meyering  <meyering@lucent.com>
32834
32835         * lib/makepath.c: Include quote.h.
32836         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
32837         corresponding argument in a `quote (...)' call.
32838         Give better diagnostics.
32839
32840         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
32841         (noinst_HEADERS): Add quote.h.
32842
32843         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
32844         from tar's src/misc.c.
32845         * lib/quote.h: New file.  Prototypes for same.
32846
32847 2000-07-14  Paul Eggert  <eggert@twinsun.com>
32848
32849         From a suggestion by Bruno Haible.
32850         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
32851         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
32852         to decide whether to define the BeOS workaround macro;
32853         this adjusts to the change to AC_MBSTATE_T.
32854
32855 2000-07-14  Jim Meyering  <meyering@lucent.com>
32856
32857         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
32858         jm_AC_TYPE_UINTMAX_T.
32859
32860 2000-07-13  Paul Eggert  <eggert@twinsun.com>
32861
32862         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
32863
32864         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
32865         quotearg_buffer_restyled): Add support for
32866         clocale_quoting_style.  Undo previous change to
32867         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
32868         and "{RIGHT QUOTATION MARK}" msgids.
32869
32870 2000-07-10  Paul Eggert  <eggert@twinsun.com>
32871
32872         From a suggestion by Bruno Haible.
32873         * m4/mbstate_t.m4 (AC_MBSTATE_T):
32874         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
32875         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
32876         and mbstate_t, to a single-part test that simply defines mbstate_t.
32877         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
32878         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
32879
32880 2000-07-10  Jim Meyering  <meyering@lucent.com>
32881
32882         * m4/strerror_r.m4: Mirror the correction made in autoconf.
32883
32884         * m4/gnu-source.m4: Output to confdefs.h directly.
32885         Suggestion from Akim Demaille.
32886
32887 2000-07-09  Paul Eggert  <eggert@twinsun.com>
32888
32889         The old behavior of quoting `like this' doesn't look good with
32890         newer, ISO-style fonts.  See:
32891         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
32892
32893         Instead, quote "like this" by default.  Let the translator
32894         tailor the locale-specific quoting behavior by providing
32895         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
32896
32897         * lib/quotearg.c (N_): New macro.
32898         (gettext_default): New function.
32899         (quotearg_buffer_restyled): Use
32900         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
32901         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
32902
32903 2000-07-09  Jim Meyering  <meyering@lucent.com>
32904
32905         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
32906         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
32907
32908         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
32909         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
32910
32911 2000-07-09  Jim Meyering  <meyering@lucent.com>
32912
32913         * lib/Most files: Update copyright dates to include 2000.
32914
32915 2000-07-08  Jim Meyering  <meyering@lucent.com>
32916
32917         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
32918         if not defined.
32919         (xgethostname): Remove now-unnecessary #ifdef.
32920         Move declaration of `err' into loop where it's used.
32921
32922 2000-07-05  Paul Eggert  <eggert@twinsun.com>
32923         and Bruno Haible  <haible@clisp.cons.org>
32924
32925         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
32926         only if the test for an object-type mbstate_t fails.  This
32927         prevents us from mistakenly reporting that mbstate_t is a
32928         system object type after we "#define mbstate_t int" to work
32929         around its lack.
32930
32931 2000-07-05  Paul Eggert  <eggert@twinsun.com>
32932         and Bruno Haible  <haible@clisp.cons.org>
32933
32934         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
32935
32936 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
32937
32938         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
32939         to strerror_r.
32940         Include <ctype.h> for use of isalpha.
32941
32942 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
32943
32944         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
32945         by allocating a larger buffer. Test the gethostname return value for
32946         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
32947         returns an error and ENAMETOOLONG isn't defined.
32948
32949 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
32950
32951         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
32952         dimension.
32953
32954 2000-07-04  Jim Meyering  <meyering@lucent.com>
32955
32956         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
32957         of the deprecated AC_CHECKING.
32958
32959 2000-07-04  Jim Meyering  <meyering@lucent.com>
32960
32961         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
32962         Reported by Bruno Haible.
32963
32964 2000-07-04  Jim Meyering  <meyering@lucent.com>
32965
32966         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
32967         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
32968         lacks mbrtowc.
32969
32970 2000-07-03  Paul Eggert  <eggert@twinsun.com>
32971
32972         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
32973         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
32974
32975 2000-07-03  Paul Eggert  <eggert@twinsun.com>
32976         and Bruno Haible  <haible@clisp.cons.org>
32977
32978         * lib/quotearg.c (mbrtowc):
32979         Assign to *pwc, and return 1 only if result is nonzero.
32980         (iswprint): Use ISPRINT when substituting our own mbrtowc.
32981
32982 2000-07-03  Jim Meyering  <meyering@lucent.com>
32983
32984         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
32985
32986 2000-07-03  Jim Meyering  <meyering@lucent.com>
32987
32988         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
32989         This is necessary to get a definition of e.g., UTMP_FILE on
32990         HP-UX 10.20.
32991         From Bob Proulx.
32992
32993 2000-07-02  Jim Meyering  <meyering@lucent.com>
32994
32995         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
32996
32997         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
32998         AC_LIBOBJ(function_name).
32999         * m4/chown.m4: Likewise.
33000         * m4/fnmatch.m4: Likewise.
33001         * m4/ftruncate.m4: Likewise.
33002         * m4/getgroups.m4: Likewise.
33003         * m4/getline.m4: Likewise.
33004         * m4/group-member.m4: Likewise.
33005         * m4/jm-macros.m4: Likewise.
33006         * m4/lstat.m4: Likewise.
33007         * m4/malloc.m4: Likewise.
33008         * m4/memcmp.m4: Likewise.
33009         * m4/nanosleep.m4: Likewise.
33010         * m4/putenv.m4: Likewise.
33011         * m4/realloc.m4: Likewise.
33012         * m4/regex.m4: Likewise.
33013         * m4/stat.m4: Likewise.
33014         * m4/strftime.m4: Likewise.
33015
33016 2000-07-02  Jim Meyering  <meyering@lucent.com>
33017
33018         * lib/quotearg.c (mbstate_t): Don't define here.
33019
33020 2000-07-02  Jim Meyering  <meyering@lucent.com>
33021
33022         * lib/nanosleep.c (SIGCONT): Define if not already defined.
33023
33024 2000-07-01  Jim Meyering  <meyering@lucent.com>
33025
33026         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
33027
33028 2000-07-01  Jim Meyering  <meyering@lucent.com>
33029
33030         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
33031         problem.
33032
33033 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
33034
33035         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
33036         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
33037
33038 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
33039
33040         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
33041         per change in ../m4/ls-mntd-fs.m4.
33042         (read_filesystem_list): Ignore symbolic links.
33043
33044 2000-06-29  Jim Meyering  <meyering@lucent.com>
33045
33046         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
33047         for declaration of strcmp.
33048
33049         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
33050
33051         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
33052         Avoid warning by casting result to `char *' to remove `const'.
33053
33054 2000-06-28  Jim Meyering  <meyering@lucent.com>
33055
33056         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
33057         included by quotearg.c, for which we perform this test.  From
33058         Bruno Haible.
33059
33060 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
33061
33062         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
33063         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
33064         <utmpx.h> exists, put readutmp.o into LIBOBJS.
33065
33066 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
33067
33068         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
33069
33070 2000-06-26  Paul Eggert  <eggert@twinsun.com>
33071
33072         savedir now sets errno on failure and invokes xmalloc to get memory.
33073         Fix a couple of other minor bugs while we're at it.
33074
33075         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
33076         (NAMLEN): Remove macro.
33077         (malloc, realloc): Remove decls.
33078         (stpcpy): Likewise.
33079         ("xalloc.h"): Include.
33080         (NAME_SIZE_DEFAULT): New macro.
33081         (savedir): Use xmalloc / xrealloc to allocate memory.
33082         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
33083         Skip "" directory entries.
33084         Use strlen to calculate directory entry length, since the old method
33085         is rarely used these days and isn't worth supporting.
33086         Don't use a pointer after freeing it.
33087         Check for integer overflow when calculating allocation size.
33088         Use memcpy to copy entries, instead of stpcpy.
33089         Set errno properly when returning NULL.
33090         Check for readdir error.
33091
33092 2000-06-26  Jim Meyering  <meyering@lucent.com>
33093
33094         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
33095
33096 2000-06-25  Jim Meyering  <meyering@lucent.com>
33097
33098         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
33099         Linux header bug when _XOPEN_SOURCE is defined to 500.
33100
33101 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
33102
33103         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
33104         deficiency.
33105
33106 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
33107
33108         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
33109         Include xalloc.h.
33110         Don't include <stdlib.h>.  Don't declare malloc, realloc.
33111
33112 2000-06-24  Jim Meyering  <meyering@lucent.com>
33113
33114         * m4/strerror_r.m4: Revive this file -- to try out an experimental
33115         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
33116         for which strerror does return char*, but which lacks a conveniently
33117         accessible declaration of the function.  If the compile-test says
33118         strerror_r doesn't work, then resort to a `run'-test that works on
33119         BeOS and segfaults on DEC Unix.
33120
33121 2000-06-24  Jim Meyering  <meyering@lucent.com>
33122
33123         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
33124
33125 2000-06-23  Paul Eggert  <eggert@twinsun.com>
33126
33127         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
33128         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
33129
33130 2000-06-23  Paul Eggert  <eggert@twinsun.com>
33131
33132         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
33133         (mbrtowc, mbstate_t): Define substitutes if
33134         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
33135         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
33136         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
33137
33138 2000-06-23  Jim Meyering  <meyering@lucent.com>
33139
33140         * m4/afs.m4: Add missing AC_MSG_RESULT.
33141         Reported by Bruno Haible.
33142
33143         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
33144         Suggestion from Bruno Haible.
33145
33146 2000-06-23  Jim Meyering  <meyering@lucent.com>
33147
33148         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
33149
33150 2000-06-21  Jim Meyering  <meyering@lucent.com>
33151
33152         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
33153
33154 2000-06-21  Jim Meyering  <meyering@lucent.com>
33155
33156         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
33157         (noinst_HEADERS): Add getstr.h.
33158
33159         * lib/getline.c (getstr): Move into a separate file.
33160         * lib/getstr.c (getstr): New file, extracted from getline.c, with
33161         the following changes: new parameter, delim2; both delim[12]
33162         parameters have type `int', not `char'.  The latter would lose
33163         with 8-bit delimiters.
33164         * lib/getstr.h: New file.
33165
33166 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33167
33168         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
33169         than 1024, return a memory chunk of least possible size, instead
33170         of size PATH_MAX + 2. In the loop, increment the size proportionally.
33171         Use free/xmalloc instead of xrealloc to avoid copying for very long
33172         paths.
33173
33174 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33175
33176         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
33177         the empty string.
33178
33179 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33180
33181         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
33182         address, not strdup.  Include <stdlib.h> and don't declare free().
33183
33184 2000-06-19  Jim Meyering  <meyering@lucent.com>
33185
33186         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
33187
33188 2000-06-18  Jim Meyering  <meyering@lucent.com>
33189
33190         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
33191
33192         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
33193         `checking whether...' message to be consistent with that of the
33194         lstat test.
33195
33196 2000-06-18  Jim Meyering  <meyering@lucent.com>
33197
33198         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
33199         Besides, these days every porting target provides a mkdir function.
33200
33201         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
33202         needed. (this snippet comes from src/system.h).
33203
33204 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
33205
33206         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
33207
33208 2000-06-15  Paul Eggert  <eggert@twinsun.com>
33209
33210         * lib/human.c (adjust_value): New function.
33211         (human_readable_inexact): Apply rounding style even when
33212         printing approximate values.
33213
33214 2000-06-14  Paul Eggert  <eggert@twinsun.com>
33215
33216         * lib/human.c (human_readable_inexact): Allow an input block
33217         size that is not a multiple of the output block size, and vice versa.
33218         Reported by Piergiorgio Sartor.
33219
33220 2000-06-14  Paul Eggert  <eggert@twinsun.com>
33221
33222         * lib/getdate.y (get_date): Apply relative times after time
33223         zone indicator, not before.  Reported by Todd A. Jacobs.
33224
33225 2000-06-13  Jim Meyering  <meyering@lucent.com>
33226
33227         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
33228
33229         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
33230
33231 2000-06-12  Paul Eggert  <eggert@twinsun.com>
33232
33233         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
33234
33235 2000-06-12  Jim Meyering  <meyering@lucent.com>
33236
33237         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
33238         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
33239         optional argument.
33240         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
33241         the optional argument, `lib'.
33242
33243 2000-06-08  Jim Meyering  <meyering@lucent.com>
33244
33245         * m4/largefile.m4: Remove file (now that it's part of autoconf).
33246
33247 2000-06-04  Paul Eggert  <eggert@twinsun.com>
33248
33249         Rewrite largefile configuration so that we don't need to run
33250         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
33251         AC_CANONICAL_HOST in configure.in -- jmm]
33252
33253         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
33254         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
33255         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
33256         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
33257         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
33258         All uses changed.
33259         Instead of inspecting the output of getconf, try to compile the
33260         test program without and with the macro definition.
33261         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
33262         for getconf.  Instead, check for the needed flags by compiling
33263         test programs.
33264
33265 2000-06-04  Paul Eggert  <eggert@twinsun.com>
33266
33267         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
33268
33269 2000-06-04  Jim Meyering  <meyering@lucent.com>
33270
33271         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
33272         SunOS 4.1.4 for which gid_t is an unsigned type.
33273
33274 2000-06-03  Jim Meyering  <meyering@lucent.com>
33275
33276         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
33277         now that autoconf requires that.
33278
33279         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
33280         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
33281         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
33282
33283 2000-06-03  Jim Meyering  <meyering@lucent.com>
33284
33285         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
33286
33287 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
33288
33289         * m4/glibc21.m4: New file.
33290         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
33291
33292 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
33293
33294         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
33295         newer, don't install charset.alias.
33296         * lib/config.charset: Change the Linux/glibc rules so they become empty
33297         on glibc-2.1 or newer.
33298
33299 2000-06-02  Jim Meyering  <meyering@lucent.com>
33300
33301         * lib/mountlist.c: Back out last change.  Instead, do this...
33302         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
33303         me_dummy member using the same `ignore'-testing code.
33304         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
33305         fs_type strings.
33306         From Mark D. Roth.
33307
33308 2000-05-29  Jim Meyering  <meyering@lucent.com>
33309
33310         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
33311         mounts with the `ignore' attribute.  Based on a patch from
33312         Mark D. Roth.
33313
33314 2000-05-28  Jim Meyering  <meyering@lucent.com>
33315
33316         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
33317         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33318         * m4/stat.m4: Likewise.
33319         * m4/lstat.m4: Likewise.
33320         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
33321
33322         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
33323         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
33324
33325 2000-05-26  Jim Meyering  <meyering@lucent.com>
33326
33327         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
33328
33329 2000-05-24  Jim Meyering  <meyering@lucent.com>
33330
33331         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
33332         autoconf requires that.
33333         * m4/lib-check.m4: Likewise.
33334         * m4/jm-macros.m4: Likewise.
33335         * m4/strftime.m4: Likewise.
33336
33337         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
33338         AC_CHECK_DECLS, now that autoconf requires that.
33339
33340 2000-05-22  Jim Meyering  <meyering@lucent.com>
33341
33342         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33343         * m4/lstat.m4: Likewise.
33344
33345 2000-05-22  Jim Meyering  <meyering@lucent.com>
33346
33347         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
33348
33349 2000-05-20  Jim Meyering  <meyering@lucent.com>
33350
33351         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
33352         (jm_PREREQ): Use it.
33353
33354 2000-05-18  Jim Meyering  <meyering@lucent.com>
33355
33356         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
33357         back, too, since it may have been modified by allocate_entry.
33358         (hash_delete): Rewrite to use neither the assignment operator
33359         nor the comma operator in an if-expression.
33360
33361 2000-05-15  Paul Eggert  <eggert@twinsun.com>
33362
33363         * lib/closeout.c:
33364         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
33365         Remove; no longer needed.
33366         "quotearg.h": Add include.
33367         (file_name): Do not bother to explicitly initialize to NULL; it's less
33368         efficient on some hosts.
33369         (close_stdout_status): Remove test as to whether stdout was already
33370         closed; it breaks for the case "echo x | sort >&-".
33371         Quote file name colons.
33372         Do not assume that _("write error") lacks format strings.
33373
33374 2000-05-15  Jim Meyering  <meyering@lucent.com>
33375
33376         * lib/version-etc.c (version_etc_copyright): Update the copyright
33377         string used in all --version output.
33378
33379 2000-05-14  Jim Meyering  <meyering@lucent.com>
33380
33381         * lib/closeout.c (close_stdout_set_file_name): New function.
33382         (close_stdout_status): Use new file-scoped global.
33383         Return right away if fstat says the stdout file descriptor is invalid.
33384         * lib/closeout.h (close_stdout_set_file_name): Declare.
33385
33386 2000-05-10  Jim Meyering  <meyering@lucent.com>
33387
33388         * lib/closeout.c [default_exit_status]: New file-scoped variable.
33389         (close_stdout_set_status): New function.
33390         * lib/closeout.h (close_stdout_set_status): Declare.
33391
33392 2000-05-09  Jim Meyering  <meyering@lucent.com>
33393
33394         * m4/gettext.m4: Rename this...
33395         * m4/libintl.m4: ...to this.
33396
33397 2000-05-08  Jim Meyering  <meyering@lucent.com>
33398
33399         * lib/long-options.c: Don't include closeout.h.
33400         (parse_long_options): Don't call close_stdout for --version.
33401
33402 2000-05-06  Paul Eggert  <eggert@twinsun.com>
33403
33404         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
33405         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
33406         2.1.3 bug.  This avoids a clash when files like regex.c define
33407         _GNU_SOURCE.
33408
33409 2000-05-06  Jim Meyering  <meyering@lucent.com>
33410
33411         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
33412         (AC_REPLACE_FUNCS): Add strnlen.
33413
33414         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
33415         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
33416
33417         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
33418         AC_SEARCH_LIBS call for nanosleep.
33419         (LIB_NANOSLEEP): Set and AC_SUBST.
33420
33421 2000-05-06  Jim Meyering  <meyering@lucent.com>
33422
33423         * lib/strnlen.c: Undefine __strnlen and strnlen.
33424         [!weak_alias]: Define __strnlen to strnlen.
33425
33426         * lib/atexit.c: New file, from libiberty.
33427
33428 2000-05-06  Jim Meyering  <meyering@lucent.com>
33429
33430         * lib/closeout.c (close_stdout_status): Also check for errors on the
33431         stderr stream.
33432
33433 2000-05-05  Jim Meyering  <meyering@lucent.com>
33434
33435         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
33436         AC_SEARCH_LIBS call for clock_gettime.
33437         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
33438
33439         * m4/search-libs.m4: Update from autoconf.
33440
33441         su doesn't work on Solaris 2.6.
33442         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
33443         <shadow.h>.  Reported by Dragos Harabor.
33444
33445 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
33446
33447         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
33448         memcpy instead of xmalloc, xrealloc, path_concat.
33449         (locale_charset): Treat empty environment variables as absent.
33450         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
33451
33452 2000-05-04  Jim Meyering  <meyering@lucent.com>
33453
33454         * lib/getopt.c: Update from glibc.
33455         * lib/obstack.c: Likewise.
33456         * lib/obstack.h: Likewise.
33457         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
33458         file
33459
33460         * lib/regex.h: Likewise.
33461         * lib/strndup.c: Likewise.
33462         * lib/strnlen.c: New file, from glibc.
33463
33464 2000-05-03  Jim Meyering  <meyering@lucent.com>
33465
33466         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
33467
33468 2000-05-02  Paul Eggert  <eggert@twinsun.com>
33469
33470         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
33471         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
33472         compile-time test, rather than inspecting host and OS, to
33473         decide whether to define _LARGEFILE_SOURCE.
33474
33475 2000-05-01  Jim Meyering  <meyering@lucent.com>
33476
33477         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
33478
33479         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
33480         Based on a patch from Bruno Haible.
33481
33482 2000-05-01  Jim Meyering  <meyering@lucent.com>
33483
33484         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
33485
33486 2000-04-29  Jim Meyering  <meyering@lucent.com>
33487
33488         * lib/path-concat.c: Declare strdup only if it's not defined.
33489         * lib/canon-host.c: Likewise.
33490
33491 2000-04-28  Jim Meyering  <meyering@lucent.com>
33492
33493         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
33494         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
33495         is included first, then limits.h is included by locale.h by libintl.h.
33496         From John David Anglin.
33497
33498 2000-04-25  Jim Meyering  <meyering@lucent.com>
33499
33500         * lib/makepath.c (S_IRWXUGO): Define.
33501         (make_path): Always perform explicit chmod if MODE specifies any
33502         of the `special' permission bits.  Prompted by a bug report against
33503         install from Mate Wierdl and Joost van Baal.
33504
33505 2000-04-18  Jim Meyering  <meyering@lucent.com>
33506
33507         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
33508         (jm_PREREQ): Use it.
33509
33510 2000-04-18  Jim Meyering  <meyering@lucent.com>
33511
33512         * lib/README: New file.
33513
33514         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
33515         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
33516
33517 2000-04-17  Jim Meyering  <meyering@lucent.com>
33518
33519         Get it right :-)
33520         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
33521         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
33522         Suggestion from Akim Demaille.
33523
33524 2000-04-17  Jim Meyering  <meyering@lucent.com>
33525
33526         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
33527         the definition of it to rpl_strftime also defined-away the system's
33528         declaration.
33529
33530 2000-04-15  Jim Meyering  <meyering@lucent.com>
33531
33532         Use `C' to denote so-called `contiguous' files, the same way
33533         that tar does.
33534         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
33535         (ftypelet): Use S_ISCTG.
33536         From Michael Deutschmann.
33537
33538 2000-04-14  Jim Meyering  <meyering@lucent.com>
33539
33540         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
33541         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
33542         clobbered.
33543
33544 2000-04-14  Jim Meyering  <meyering@lucent.com>
33545
33546         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
33547
33548 2000-04-13  Jim Meyering  <meyering@lucent.com>
33549
33550         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
33551         AH_VERBATIM to insert required #ifndef into config.h.in.
33552         Suggestion from Akim Demaille.
33553
33554 2000-04-12  Jim Meyering  <meyering@lucent.com>
33555
33556         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
33557         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
33558         Christian Krackowizer.
33559
33560         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
33561         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
33562         (AC_SYS_LARGEFILE): Require.
33563         (AM_C_PROTOTYPES): Require.
33564
33565 2000-04-08  Jim Meyering  <meyering@lucent.com>
33566
33567         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
33568         names don't conflict.  Reported by Eli Zaretskii.
33569
33570 2000-04-07  Jim Meyering  <meyering@lucent.com>
33571
33572         * lib/putenv.c: Move inclusion of errno.h so it follows that of
33573         sys/types.h, to work around system header problems on AIX 3.2.5.
33574         From Bruno Haible.
33575
33576 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
33577
33578         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
33579         bug.  Deal with the different error behavior of Irix iconv.
33580
33581 2000-04-05  Paul Eggert  <eggert@twinsun.com>
33582
33583         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
33584         IRIX if the installer said otherwise.
33585
33586 2000-04-05  Jim Meyering  <meyering@lucent.com>
33587
33588         Portability tweaks required for ultrix4.3.
33589         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
33590         (jm_CHECK_DECLS): Add getutent to the list of functions.
33591         (_jm_DECL_HEADERS): Add utmpx.h.
33592         From John David Anglin.
33593
33594         * m4/strftime.m4: Back out the 2000-04-02 change.
33595         Instead of that change, simply undefine putenv in the test program.
33596
33597 2000-04-05  Jim Meyering  <meyering@lucent.com>
33598
33599         Portability tweaks required for ultrix4.3.
33600         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
33601         getutent.
33602         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
33603         * lib/canon-host.c: Declare strdup.
33604         * lib/path-concat.c: Likewise.
33605         From John David Anglin.
33606
33607 2000-04-04  Jim Meyering  <meyering@lucent.com>
33608
33609         Be more DOS 8.3-friendly.
33610         * lib/ref-add.sin: Renamed from ref-add.sed.in.
33611         * lib/ref-del.sin: Renamed from ref-del.sed.in.
33612         * lib/Makefile.am: Reflect renaming.
33613         Reported by Eli Zaretskii.
33614
33615         Use a temporary file name that won't clash with `charset.alias'
33616         in the DOS 8.3 name space.
33617         * lib/Makefile.am (charset_tmp): Define.
33618         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
33619         (uninstall-local): Likewise.
33620         Reported by Eli Zaretskii.
33621
33622 2000-04-03  Jim Meyering  <meyering@lucent.com>
33623
33624         * m4/gettext.m4: Fix typo in comment.
33625
33626         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
33627         textutils/configure.in).  Suggestion from Paul Eggert.
33628         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
33629
33630 2000-04-02  Paul Eggert  <eggert@twinsun.com>
33631
33632         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
33633         variable in the shell rather than using putenv, which isn't
33634         portable.  This avoids the configure-time inter-test dependency
33635         on the potentially-renamed putenv function.
33636
33637 2000-03-30  Paul Eggert  <eggert@twinsun.com>
33638
33639         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
33640         before checking struct stat.st_blksize, so that
33641         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
33642
33643 2000-03-29  Paul Eggert  <eggert@twinsun.com>
33644
33645         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
33646         since strftime.c uses HAVE_STRFTIME to decide whether to use
33647         the underlying strftime.
33648
33649 2000-03-29  Paul Eggert  <eggert@twinsun.com>
33650
33651         * lib/time/strftime.c (my_strftime): Make sure we call the system
33652         strftime, not ourselves, when invoking the underlying strftime.
33653
33654 2000-03-24  Jim Meyering  <meyering@lucent.com>
33655
33656         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
33657         (charset_alias): Define.
33658         (install-exec-local): Factor out common code.
33659         (uninstall-local): Split lines longer than 80.
33660         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
33661         (SUFFIXES): Define.
33662         (.sed.in.sed): New rule.  Don't redirect directly to $@.
33663         (CLEANFILES): Add ref-add.sed and ref-del.sed.
33664
33665 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
33666
33667         * lib/config.charset: Output a line containing "Packages using this
33668         file".
33669         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
33670         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
33671         ref-del.sed): New rules.
33672
33673 2000-03-17  Jim Meyering  <meyering@lucent.com>
33674
33675         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
33676         Otherwise, include <strings.h>
33677
33678 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
33679
33680         * lib/unicodeio.c (utf8_wctomb): New function.
33681         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
33682         format instead of in UCS-4 with platform dependent endianness.
33683
33684 2000-03-10  Jim Meyering  <meyering@lucent.com>
33685
33686         * m4/lib-check.m4: Look for getspnam in -lgen, too.
33687         From Marco Franzen.
33688
33689 2000-03-07  Paul Eggert  <eggert@twinsun.com>
33690
33691         * lib/savedir.c (savedir): Work even if directory size is
33692         negative; this can happen with some screwy NFS configurations.
33693
33694 2000-03-06  Jim Meyering  <meyering@lucent.com>
33695
33696         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
33697         if it's NULL (because we ran out of memory).  From Bruno Haible.
33698
33699 2000-03-05  Jim Meyering  <meyering@lucent.com>
33700
33701         * lib/localcharset.c ("path-concat.h"): Include.
33702         (get_charset_aliases): Use path_concat instead of ANSI string
33703         concatenation.
33704
33705         * lib/unicodeio.h (PARAMS): Define.
33706         Use it to guard prototype.
33707
33708 2000-03-04  Jim Meyering  <meyering@lucent.com>
33709
33710         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
33711         for lib/localcharset.c.
33712
33713 2000-03-04  Jim Meyering  <meyering@lucent.com>
33714
33715         * lib/Makefile.am (install-exec-local): Create $(libdir) before
33716         installing into it.
33717         (uninstall-local): Uncomment this rule so `make distcheck' works
33718         once again.
33719
33720         * lib/unicodeio.c (<errno.h>): Include it.
33721         (errno): Declare if not defined.
33722
33723         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
33724
33725         * lib/config.charset: New version, incorporating remarks from a linux
33726         i18n mailing list.  From Bruno Haible.
33727
33728 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
33729
33730         * m4/codeset.m4: New file.
33731         * m4/iconv.m4: New file.
33732         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
33733
33734 2000-03-03  Jim Meyering  <meyering@lucent.com>
33735
33736         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
33737
33738 2000-03-02  Jim Meyering  <meyering@lucent.com>
33739
33740         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
33741         the messages come out on separate lines.
33742
33743         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
33744         rather than jm_CHECK_DECLARATIONS.
33745         * m4/decl.m4: Remove now-unused file.
33746
33747         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
33748         geteuid.
33749
33750 2000-03-02  Jim Meyering  <meyering@lucent.com>
33751
33752         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
33753
33754 2000-03-01  Jim Meyering  <meyering@lucent.com>
33755
33756         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
33757         * lib/unicodeio.c: Likewise.
33758
33759 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
33760
33761         * lib/config.charset: New file.
33762         * lib/localcharset.c: New file.
33763         * lib/unicodeio.h, lib/unicodeio.c: New files.
33764         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
33765         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
33766         (noinst_HEADERS): Add unicodeio.h.
33767         (all-local, install-exec-local, charset.alias): New targets.
33768
33769 2000-02-28  Paul Eggert  <eggert@twinsun.com>
33770
33771         * lib/quotearg.c (ALERT_CHAR): New macro.
33772         (quotearg_buffer_restyled): Use it.
33773
33774 2000-02-27  Jim Meyering  <meyering@lucent.com>
33775
33776         * m4/check-decl.m4: Add getenv to the list.
33777
33778 2000-02-27  Jim Meyering  <meyering@lucent.com>
33779
33780         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
33781         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
33782
33783         * lib/backupfile.c: Guard inclusion of stdlib.h with
33784         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
33785         Declare malloc if needed.
33786
33787         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
33788         `#ifndef HAVE_DECL..'
33789         now that autoconf always defines the HAVE_DECL_ symbols.
33790         * lib/human.c: Likewise.
33791         * lib/same.c: Likewise.
33792         * lib/strtoumax.c: Likewise.
33793
33794         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
33795         declaration check was not run.
33796         * lib/hash.c: Likewise.
33797         * lib/human.c: Likewise.
33798         * lib/same.c: Likewise.
33799         * lib/strtoumax.c: Likewise.
33800
33801         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
33802         `.', then first look up the entire `.'-containing string as a login
33803         name.
33804
33805 2000-02-23  Jim Meyering  <meyering@lucent.com>
33806
33807         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
33808         in place of my hack.
33809
33810 2000-02-18  Paul Eggert  <eggert@twinsun.com>
33811
33812         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
33813         (textint): New typedef.
33814         (parser_control): Member year changed from int to textint.
33815         All uses changed.
33816         (YYSTYPE): Removed; replaced by %union with int and textint members.
33817         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
33818         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
33819         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
33820         (tSNUMBER, tUNUMBER): Now of type <textintval>.
33821         (date, number, to_year): Use width of number in digits, not its value,
33822         to determine whether it's a 2-digit year, or a 2-digit time.
33823         (yylex): Store number of digits of numeric tokens.
33824         Reported by John Kendall.
33825
33826         (parser_control): Changed from struct parser_control to typedef (for
33827         consistency).  All uses changed.
33828
33829         (tID): Removed; not used.
33830         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
33831
33832 2000-02-14  Paul Eggert  <eggert@twinsun.com>
33833
33834         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
33835         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
33836
33837 2000-02-12  Jim Meyering  <meyering@lucent.com>
33838
33839         * lib/userspec.c (ISDIGIT): Define it.
33840         (isdigit): Remove definition.
33841         (is_number): Use ISDIGIT, not isdigit.
33842         <libintl.h>: Include.
33843         (_ and N_): Define.
33844         (parse_user_spec): Mark translatable strings.
33845
33846 2000-02-10  Jim Meyering  <meyering@lucent.com>
33847
33848         With these changes, nanosleep.[ch] are finally enough like the other
33849         lib/* replacement files to compile on a few more losing systems.
33850
33851         * lib/nanosleep.h: Don't include config.h.
33852         Remove prototype from declaration of nanosleep.
33853         (PARAMS): Remove now-unneeded definition.
33854         * lib/nanosleep.c: #undef nanosleep.
33855         (rpl_nanosleep): Rename from nanosleep.
33856
33857 2000-02-10  Jim Meyering  <meyering@lucent.com>
33858
33859         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
33860         gnu_nanosleep to rpl_nanosleep.
33861
33862 2000-02-09  Jim Meyering  <meyering@lucent.com>
33863
33864         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
33865         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
33866
33867 2000-02-08  Akim Demaille  <akim@epita.fr>
33868
33869         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
33870         `[' and `]' and remove uses of `changequote'.
33871         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
33872         (AC_SYS_LARGEFILE): Likewise.
33873         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
33874         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
33875         of changequote.
33876         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
33877         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
33878         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
33879         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
33880
33881 2000-02-05  Jim Meyering  <meyering@lucent.com>
33882
33883         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
33884         Remove explicit use of AC_HEADER_TIME.  It is required by
33885         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
33886         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
33887         in autoconf whereby the expansion of the latter ended up preceding
33888         the expansion of its prerequisite, AC_HEADER_TIME.
33889         Reported by Volker Borchert.
33890
33891 2000-02-03  Jim Meyering  <meyering@lucent.com>
33892
33893         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
33894
33895 2000-02-03  Jim Meyering  <meyering@lucent.com>
33896
33897         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
33898         rather than with `#if HAVE_UTMPNAME'.
33899
33900 2000-02-02  Jim Meyering  <meyering@lucent.com>
33901
33902         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
33903         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
33904         Reported by Eli Zaretskii.
33905
33906 2000-02-01  Jim Meyering  <meyering@lucent.com>
33907
33908         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
33909
33910 2000-01-31  Jim Meyering  <meyering@lucent.com>
33911
33912         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
33913         functions.  Add the time.h and sys/time.h headers along with the
33914         AC_REQUIRE'ment of AC_HEADER_TIME.
33915
33916 2000-01-31  Jim Meyering  <meyering@lucent.com>
33917
33918         * lib/nanosleep.h (nanosleep): Guard declaration with
33919         `#if ! HAVE_DECL_NANOSLEEP'.
33920         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
33921         the declaration in that vendor's sys/timers.h.
33922         Reported by Christian Krackowizer.
33923
33924         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
33925         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
33926         (ISPRINT): Likewise.
33927         Reported by Tom Tromey.
33928
33929 2000-01-30  Jim Meyering  <meyering@lucent.com>
33930
33931         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
33932
33933         * m4/prereq.m4 (utmp_includes): Define.
33934         Check for ut_user and ut_name members in both struct utmpx
33935         and struct utmp.
33936
33937 2000-01-30  Jim Meyering  <meyering@lucent.com>
33938
33939         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
33940         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
33941         header files where only utmpx.ut_user is declared.
33942
33943         * lib/readutmp.h (UT_USER): Define.
33944
33945 2000-01-29  Jim Meyering  <meyering@lucent.com>
33946
33947         * m4/lib-check.m4: New file containing library-related checks from
33948         fileutils and sh-utils (textutils had none).
33949
33950 2000-01-28  Jim Meyering  <meyering@lucent.com>
33951
33952         * m4/perl.m4: Change format of warning message to look more like that
33953         from the missing script.  Suggestion from François Pinard.
33954
33955 2000-01-25  Jim Meyering  <meyering@lucent.com>
33956
33957         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
33958         well as time.h in the compile check.
33959         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
33960         Fix typo in cross-compiling case: s/yes/no/.
33961
33962 2000-01-23  Jim Meyering  <meyering@lucent.com>
33963
33964         * m4/jm-macros.m4: Move df-related tests here from
33965         fileutils/configure.in
33966
33967         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
33968         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
33969
33970         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
33971         s/space/ac_fsusage_space/.
33972         (jm_FILE_SYSTEM_USAGE): Take two parameters.
33973
33974         * m4/ftruncate.m4: New file (derived from part of
33975         fileutils/configure.in).
33976         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
33977         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
33978
33979         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
33980         AC_SUBST these here, rather than just in sh-util/configure.in, so
33981         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
33982         all the same.
33983         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
33984         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
33985         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
33986         (AC_SUBST(POW_LIBM)): Likewise.
33987         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
33988
33989 2000-01-23  Jim Meyering  <meyering@lucent.com>
33990
33991         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
33992         obstack.c.
33993
33994 2000-01-22  Jim Meyering  <meyering@lucent.com>
33995
33996         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
33997
33998         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
33999
34000         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
34001         configure.in
34002         (AC_CHECK_HEADERS): Likewise for sh-utils.
34003         (AC_CHECK_HEADERS): Likewise for textutils.
34004         Merge the three lists of headers.
34005
34006         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
34007         from fileutils' configure.in.
34008
34009         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
34010         code. Moved tests into their own function (_jm_DECL_HEADERS) in
34011         check-decl.m4.
34012
34013         * m4/check-decl.m4: Use #if rather than #ifdef.
34014         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
34015         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
34016         (_jm_DECL_HEADERS): Define new function.
34017         (jm_CHECK_DECLARATIONS): Require it.
34018
34019 2000-01-22  Jim Meyering  <meyering@lucent.com>
34020
34021         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
34022         [! HAVE_DECL_STRTOULL]: Declare strtoull.
34023         Required for some AIX systems.  Reported by Christian Krackowizer.
34024         [TESTING] (main): New function.
34025
34026         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
34027         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
34028         letters.
34029
34030         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
34031         iswprint.
34032
34033         * lib/strverscmp.c (ISDIGIT): Define.
34034         (strverscmp): Use ISDIGIT, not isdigit.
34035
34036 2000-01-19  Jim Meyering  <meyering@lucent.com>
34037
34038         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
34039         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
34040         defines `struct timespec' in <sys/time.h>
34041
34042         * m4/c-bs-a.m4: Remove uses of changequote altogether.
34043         Thanks to Akim for explaining.
34044
34045 2000-01-17  Paul Eggert  <eggert@twinsun.com>
34046
34047         * lib/nanosleep.c (nanosleep):
34048         Don't use SA_INTERRUPT to decide whether to call sigaction, as
34049         POSIX.1 doesn't require SA_INTERRUPT and some systems
34050         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
34051         it's been part of POSIX.1 since day 1 (in 1988).
34052
34053 2000-01-17  Jim Meyering  <meyering@lucent.com>
34054
34055         * lib/interlock: Remove unused file.  Reported by François Pinard.
34056
34057 2000-01-16  Paul Eggert  <eggert@twinsun.com>
34058
34059         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
34060         alert, backslash, formfeed, and vertical tab unnecessarily in
34061         shell quoting style.
34062
34063 2000-01-16  Jim Meyering  <meyering@lucent.com>
34064
34065         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
34066         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
34067         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
34068         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
34069
34070 2000-01-16  Jim Meyering  <meyering@lucent.com>
34071
34072         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
34073         because the latter didn't work.
34074
34075 2000-01-15  Jim Meyering  <meyering@lucent.com>
34076
34077         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
34078         (AC_REPLACE_FUNCS): Add memcpy and memset.
34079         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
34080         Add strpbrk.
34081         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
34082
34083 2000-01-12  Jim Meyering  <meyering@lucent.com>
34084
34085         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
34086         (jm_PREREQ): Use it.
34087         (jm_PREREQ_READUTMP): New macro.
34088         (jm_PREREQ): Use it.
34089
34090 2000-01-11  Paul Eggert  <eggert@twinsun.com>
34091
34092         Quote multibyte characters correctly.
34093         * m4/c-bs-a.m4: New file.
34094         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
34095         (jm_PREREQ): Use it.
34096
34097 2000-01-11  Paul Eggert  <eggert@twinsun.com>
34098
34099         * m4/uintmax_t.m4: Port to autoconf 2.13.
34100
34101 2000-01-08  Jim Meyering  <meyering@ascend.com>
34102
34103         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
34104         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
34105
34106 2000-01-04  Jim Meyering  <meyering@ascend.com>
34107
34108         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
34109         jm_STRUCT_DIRENT_D_TYPE.
34110         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
34111         jm_STRUCT_DIRENT_D_INO.
34112         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
34113         jm_STRUCT_UTIMBUF.
34114         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
34115         renamings.
34116         * m4/utime.m4: Likewise.
34117
34118         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
34119         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
34120
34121 2000-01-03  Paul Eggert  <eggert@twinsun.com>
34122
34123         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
34124         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
34125
34126 2000-01-02  Jim Meyering  <meyering@ascend.com>
34127
34128         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
34129         remember if this is necessary.
34130
34131 1999-12-26  Jim Meyering  <meyering@ascend.com>
34132
34133         * m4/jm-macros.m4: Use it here.
34134         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
34135
34136 1999-12-23  Jim Meyering  <meyering@ascend.com>
34137
34138         * m4/jm-macros.m4: Check for clock_gettime (moved from
34139         fileutils/configure.in)
34140         Check for gettimeofday.
34141
34142 1999-12-20  Jim Meyering  <meyering@ascend.com>
34143
34144         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
34145         autoconf-2.14a-1999-12-20.
34146
34147 1999-12-19  Jim Meyering  <meyering@ascend.com>
34148
34149         * m4/lstat-slash.m4: New file.
34150         * m4/jm-macros.m4: Use the new macro:
34151         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
34152
34153 1999-12-07  Jim Meyering  <meyering@ascend.com>
34154
34155         * m4/perl.m4: Require that File::Compare be available, too.
34156         Too many systems seem to lack it.
34157
34158         * m4/strftime.m4: Add checks for most of the cpp macros tested in
34159         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
34160
34161 1999-11-18  Paul Eggert  <eggert@twinsun.com>
34162
34163         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
34164         problem with the QNX 4.25 shell, which doesn't propagate exit
34165         status of failed commands inside shell assignments.
34166
34167 1999-11-17  Jim Meyering  <meyering@ascend.com>
34168
34169         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
34170
34171 1999-11-07  Jim Meyering  <meyering@ascend.com>
34172
34173         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
34174
34175 1999-11-06  Jim Meyering  <meyering@ascend.com>
34176
34177         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
34178         * m4/jm-macros.m4 (jm_MACROS): Use it here.
34179
34180 1999-11-05  Jim Meyering  <meyering@ascend.com>
34181
34182         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
34183         configure.in of textutils, fileutils, and sh-utils into this one
34184         (shared between those packages) file.
34185         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
34186         AC_STRUCT_ST_BLKSIZE.
34187
34188 1999-11-03  Jim Meyering  <meyering@ascend.com>
34189
34190         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
34191         of AC_CHECK_TYPE checks includes unistd.h.
34192         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
34193         Suggestion from Akim Demaille.
34194
34195 1999-10-30  Jim Meyering  <meyering@ascend.com>
34196
34197         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
34198         m4-quoted string.
34199         * m4/ls-mntd-fs.m4: Likewise.
34200         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
34201         * m4/jm-winsz1.m4: Likewise.
34202
34203         * m4/const.m4: Remove file, since the fix made it into the experimental
34204         version of autoconf.
34205         * m4/mktime.m4: Likewise.
34206
34207         * m4/check-type.m4: Remove file, now that the latest version of
34208         AC_CHECK_TYPE takes a third arg to specify additional #includes.
34209
34210         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
34211         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
34212         AC_CHECK_TYPE.
34213
34214 1999-10-04  Jim Meyering  <meyering@ascend.com>
34215
34216         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
34217
34218 1999-09-22  Paul Eggert  <eggert@twinsun.com>
34219
34220         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
34221         2.95.1 bug with HP-UX 10.20.
34222
34223 1999-09-17  Jim Meyering  <meyering@ascend.com>
34224
34225         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
34226         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
34227         due to missing strdup (against sh-utils-2.0).
34228
34229 1999-08-29  Jim Meyering  <meyering@ascend.com>
34230
34231         * m4/jm-macros.m4: Require jm_BISON.
34232         * m4/bison.m4: New file.
34233
34234 1999-08-17  Paul Eggert  <eggert@twinsun.com>
34235
34236         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
34237         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
34238
34239 1999-08-05  Jim Meyering  <meyering@ascend.com>
34240
34241         * m4/getline.m4: Rename test file from conftestdata to conftest.data
34242         to avoid conflicts with `conftest' on 8+3 filesystems.
34243         Suggestion from Eli Zaretskii.
34244
34245 1999-08-04  Jim Meyering  <meyering@ascend.com>
34246
34247         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
34248         fileutils and sh-utils (textutils's getline test was inadequate).
34249         (AM_FUNC_GETLINE): Run this test.
34250         (AC_CHECK_FUNCS): Check for getdelim.
34251         Reported by Bob Proulx.
34252
34253 1999-08-02  Jim Meyering  <meyering@ascend.com>
34254
34255         * m4/jm-macros.m4: Add a comment.
34256
34257 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34258
34259         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
34260         <inttypes.h> defines strtoumax as a macro (and not as a
34261         function).
34262
34263 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34264
34265         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
34266         that we can shift, multiply and divide unsigned long long
34267         values; Ultrix cc can't do it.
34268
34269 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34270
34271         * m4/mktime.m4: New file, which is a preview of what should appear
34272         in the next public autoconf release.
34273
34274 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34275
34276         * m4/lfs.m4: Remove this file.
34277         * m4/largefile.m4: New file.  It contains the old contents of
34278         lfs.m4, except that all names with prefix AC_LFS have been
34279         changed to use the prefix AC_SYS_LARGEFILE instead, to be
34280         compatible with future autoconf versions.  Also, some minor m4
34281         quoting problems have been fixed.
34282
34283 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34284
34285         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
34286         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
34287         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
34288         and simplify the shell code.
34289
34290 1999-08-01  Jim Meyering  <meyering@ascend.com>
34291
34292         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
34293         m4.
34294
34295 1999-07-20  Jim Meyering  <meyering@ascend.com>
34296
34297         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
34298
34299 1999-07-15  Jim Meyering  <meyering@ascend.com>
34300
34301         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
34302
34303 1999-05-22  Jim Meyering  <meyering@ascend.com>
34304
34305         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
34306
34307 1999-05-20  Jim Meyering  <meyering@ascend.com>
34308
34309         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
34310         Add a colon after each `then' in case $4 is empty.
34311
34312 1999-05-16  Jim Meyering  <meyering@ascend.com>
34313
34314         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
34315
34316 1999-05-10  Jim Meyering  <meyering@ascend.com>
34317
34318         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
34319
34320         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
34321         AC_FUNC_MKTIME.
34322
34323 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
34324
34325         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
34326
34327 1999-05-04  Paul Eggert  <eggert@twinsun.com>
34328
34329         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
34330         not CPPFLAGS, so that linking works correctly in IRIX.
34331
34332 1999-04-30  Paul Eggert  <eggert@twinsun.com>
34333
34334         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
34335
34336 1999-04-20  Paul Eggert  <eggert@twinsun.com>
34337
34338         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
34339         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
34340         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
34341         jm_AC_TYPE_UNSIGNED_LONG_LONG.
34342         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
34343
34344         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
34345
34346 1999-04-20  Jim Meyering  <meyering@ascend.com>
34347
34348         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
34349         AC_REPLACE xstroull if necessary.  From Paul Eggert.
34350         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
34351
34352 1999-04-18  Jim Meyering  <meyering@ascend.com>
34353
34354         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
34355         * m4/jm-macros.m4: Use it.
34356
34357 1999-04-06  Jim Meyering  <meyering@ascend.com>
34358
34359         * m4/strftime.m4: Remove test for %f.
34360
34361 1999-03-29  Jim Meyering  <meyering@ascend.com>
34362
34363         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
34364         superset of the AC_TYPE_* checks in the textutils, fileutils,
34365         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
34366         AC_TYPE_PID_T.
34367
34368 1999-03-28  Jim Meyering  <meyering@ascend.com>
34369
34370         * m4/jm-macros.m4: Define GNU_PACKAGE here.
34371         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
34372         replaced e.g., in the *.sh files of the sh-utils.
34373
34374 1999-03-20  Jim Meyering  <meyering@ascend.com>
34375
34376         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
34377         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
34378         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
34379
34380 1999-03-19  Jim Meyering  <meyering@ascend.com>
34381
34382         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
34383
34384 1999-03-12  Jim Meyering  <meyering@ascend.com>
34385
34386         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
34387
34388 1999-03-07  Jim Meyering  <meyering@ascend.com>
34389
34390         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
34391         declared.
34392
34393 1999-02-17  Jim Meyering  <meyering@ascend.com>
34394
34395         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
34396         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
34397
34398 1999-02-07  Jim Meyering  <meyering@ascend.com>
34399
34400         * m4/group-member.m4: New file -- extracted from sh-utils'
34401         configure.in.
34402
34403         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
34404         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
34405
34406 1999-02-06  Jim Meyering  <meyering@ascend.com>
34407
34408         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
34409         * m4/fnmatch.m4: Likewise.
34410         * m4/getgroups.m4: Likewise.
34411         * m4/lstat.m4: Likewise.
34412         * m4/malloc.m4: Likewise.
34413         * m4/putenv.m4: Likewise.
34414         * m4/realloc.m4: Likewise.
34415         * m4/regex.m4: Likewise.
34416         * m4/stat.m4: Likewise.
34417         * m4/strftime.m4: Likewise.
34418         Suggestion from Alain Magloire.
34419
34420         * m4/chown.m4: Use `.$ac_objext', not `.o'.
34421         * m4/fnmatch.m4: Likewise.
34422         * m4/getgroups.m4: Likewise.
34423         * m4/getline.m4: Likewise.
34424         * m4/lstat.m4: Likewise.
34425         * m4/malloc.m4: Likewise.
34426         * m4/memcmp.m4: Likewise.
34427         * m4/putenv.m4: Likewise.
34428         * m4/realloc.m4: Likewise.
34429         * m4/regex.m4: Likewise.
34430         * m4/stat.m4: Likewise.
34431         * m4/strftime.m4: Likewise.
34432         Suggestion from Alain Magloire.
34433
34434         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
34435         an argument.
34436
34437         * m4/regex.m4: Add a run-time Test for proper operation of
34438         re_compile_pattern.
34439
34440 1999-01-31  Jim Meyering  <meyering@ascend.com>
34441
34442         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
34443
34444 1999-01-30  Jim Meyering  <meyering@ascend.com>
34445
34446         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
34447
34448         * m4/jm-mktime.m4: Make this a wrapper around the official
34449         AM_FUNC_MKTIME rather than my private copy, now that the official one
34450         is up to date.
34451         * m4/mktime.m4: Remove file.
34452
34453         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
34454         * m4/uptime.m4: Likewise.
34455         * m4/uintmax_t.m4: Likewise.
34456
34457 1999-01-28  Jim Meyering  <meyering@ascend.com>
34458
34459         * m4/jm-macros.m4: Use jm_AFS.
34460         * m4/afs.m4: New file (from fileutils' configure.in).
34461
34462         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
34463         * m4/chown.m4: Likewise.
34464         * m4/d-ino.m4: Likewise.
34465         * m4/d-type.m4: Likewise.
34466         * m4/fnmatch.m4: Likewise.
34467         * m4/getgroups.m4: Likewise.
34468         * m4/gettext.m4: Likewise.
34469         * m4/jm-mktime.m4: Likewise.
34470         * m4/jm-winsz2.m4: Likewise.
34471         * m4/lcmessage.m4: Likewise.
34472         * m4/ls-mntd-fs.m4: Likewise.
34473         * m4/malloc.m4: Likewise.
34474         * m4/memcmp.m4: Likewise.
34475         * m4/putenv.m4: Likewise.
34476         * m4/realloc.m4: Likewise.
34477         * m4/st_mtim.m4: Likewise.
34478         * m4/strftime.m4: Likewise.
34479
34480 1999-01-16  Jim Meyering  <meyering@ascend.com>
34481
34482         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
34483         (ARGMATCH_DIE_DECL): Define.
34484
34485 1999-01-12  Jim Meyering  <meyering@ascend.com>
34486
34487         * m4/Makefile.am.in: Rewrite to avoid using fmt.
34488         Reported by Lars Hecking.
34489
34490 1999-01-10  Jim Meyering  <meyering@ascend.com>
34491
34492         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
34493         gross kludge.
34494         * m4/inttypes_h.m4: Likewise.
34495         * m4/lstat.m4: Likewise.
34496         * m4/malloc.m4: Likewise.
34497         * m4/readdir.m4: Likewise.
34498         * m4/realloc.m4: Likewise.
34499         * m4/st_dm_mode.m4: Likewise.
34500         * m4/stat.m4: Likewise.
34501         * m4/utimbuf.m4: Likewise.
34502         * m4/utimes.m4: Likewise.
34503
34504         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
34505         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
34506         comments in config.h.in are meaningful.
34507
34508         * m4/jm-macros.m4: Require autoconf-2.13 here.
34509
34510         * m4/regex.m4: By default, don't use the included regex.c on systems
34511         with glibc 2.  Suggestion from Uli Drepper.
34512
34513 1999-01-02  Jim Meyering  <meyering@ascend.com>
34514
34515         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
34516
34517 1998-12-18  Jim Meyering  <meyering@ascend.com>
34518
34519         * m4/Makefile.am.in (Makefile.am): Simplify rule.
34520         Based on a suggestion from Lars Hecking.
34521
34522 1998-11-16  Paul Eggert  <eggert@twinsun.com>
34523
34524         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
34525
34526 1998-11-16  Jim Meyering  <meyering@ascend.com>
34527
34528         * m4/lfs.m4: Double-quote the `uname...` expression.
34529
34530 1998-11-14  Jim Meyering  <meyering@ascend.com>
34531
34532         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
34533         * m4/stat.m4: Likewise.
34534
34535 1998-11-03  Jim Meyering  <meyering@ascend.com>
34536
34537         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
34538         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
34539
34540 1998-10-18  Jim Meyering  <meyering@ascend.com>
34541
34542         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
34543
34544 1998-10-17  Jim Meyering  <meyering@ascend.com>
34545
34546         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
34547         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
34548         calls for those previously hard-coded headers.  Instead, take a new
34549         parameter.
34550         (jm_CHECK_DECLARATIONS): Reflect interface change.
34551         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
34552         (jm_CHECK_DECL_LOCALTIME_R): New macro.
34553
34554         * m4/mktime.m4: Test for spring-forward gap before long-running test.
34555
34556 1998-10-14  Jim Meyering  <meyering@ascend.com>
34557
34558         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
34559         instead of "TZ=America/Vancouver".  From Paul Eggert.
34560
34561 1998-10-11  Jim Meyering  <meyering@ascend.com>
34562
34563         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
34564         This adds a test for a recently added compatibility fix for mktime.c.
34565         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
34566
34567 1998-09-27  Jim Meyering  <meyering@ascend.com>
34568
34569         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
34570
34571         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
34572         ../configure.in, including a change from Gordon Matzigkeit to allow
34573         cross-compiling for the Hurd.
34574
34575         * m4/glibc.m4: New file/macro to test for the GNU C Library
34576         versions 1 and 2.  From Gordon Matzigkeit.
34577         Indent.
34578
34579 1998-09-21  Jim Meyering  <meyering@ascend.com>
34580
34581         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
34582
34583 1998-08-18  Paul Eggert  <eggert@twinsun.com>
34584
34585         Port nanosecond-resolution times to UnixWare 2.1.2 and
34586         pedantic Solaris 2.6.
34587
34588         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
34589         AC_STRUCT_ST_MTIM.
34590         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
34591         Generate name of ns member, instead of just 1 or undef.
34592         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
34593
34594 1998-08-15  Jim Meyering  <meyering@ascend.com>
34595
34596         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
34597         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
34598         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
34599         instead of jm_TYPE_SSIZE_T.
34600
34601 1998-08-12  Jim Meyering  <meyering@ascend.com>
34602
34603         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
34604
34605 1998-08-02  Jim Meyering  <meyering@ascend.com>
34606
34607         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
34608         in acconfig.h manually.
34609
34610 1998-07-31  Paul Eggert  <eggert@twinsun.com>
34611
34612         * m4/st_mtim.m4: New file.
34613
34614 1998-07-28  Jim Meyering  <meyering@ascend.com>
34615
34616         * m4/utimes.m4: Undef stat.
34617
34618 1998-07-25  Jim Meyering  <meyering@ascend.com>
34619
34620         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
34621         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
34622
34623 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
34624
34625         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
34626         uid and gid actually remain unchanged.
34627
34628 1998-07-07  Jim Meyering  <meyering@ascend.com>
34629
34630         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
34631
34632 1998-07-04  Jim Meyering  <meyering@ascend.com>
34633
34634         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
34635         to prove that this macro can be used in packages without regex.c.
34636
34637 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
34638
34639         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
34640         is to be used.
34641
34642 1998-07-03  Jim Meyering  <meyering@ascend.com>
34643
34644         * m4/gettext.m4: Add -lintl if it's found to be necessary.
34645
34646         * m4/gettext.m4: New file -- from gettext-0.10.35.
34647         * m4/lcmessage.m4: Likewise.
34648         * m4/progtest.m4: Likewise.
34649
34650         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
34651         * m4/jm-macros.m4: Require the new macro.
34652
34653 1998-06-29  Jim Meyering  <meyering@ascend.com>
34654
34655         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
34656         for the definition of NGROUPS (used in a system header included
34657         by sys/mount.h).
34658
34659 1998-06-28  Jim Meyering  <meyering@ascend.com>
34660
34661         * m4/ls-mntd-fs.m4: New file.
34662         * m4/fstypename.m4: New file.
34663
34664         * m4/jm-macros.m4: Require the new macro.
34665         * m4/jm-glibc-io.m4: New file.
34666
34667 1998-05-19  Jim Meyering  <meyering@ascend.com>
34668
34669         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
34670         * m4/lchown.m4: New file.
34671
34672         * m4/Makefile.am.in: New file.
34673         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
34674
34675 1998-05-14  Jim Meyering  <meyering@ascend.com>
34676
34677         * m4/Makefile.am (EXTRA_DIST): Add them.
34678         * m4/jm-macros.m4: New file.
34679         * m4/utimbuf.m4: New file.
34680
34681 1998-05-12  Jim Meyering  <meyering@ascend.com>
34682
34683         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
34684
34685 1998-05-11  Jim Meyering  <meyering@ascend.com>
34686
34687         * m4/isc-posix.m4: New file.
34688
34689 1998-05-10  Jim Meyering  <meyering@ascend.com>
34690
34691         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
34692
34693 1998-05-09  Jim Meyering  <meyering@ascend.com>
34694
34695         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
34696         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
34697         with automake.
34698
34699         * m4/ssize_t.m4: New file.
34700         * m4/mktime.m4: Remove file -- the new automake has this now.
34701
34702 1998-04-26  Jim Meyering  <meyering@ascend.com>
34703
34704         * m4/assert.m4: New file.
34705         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
34706
34707 1998-04-05  Jim Meyering  <meyering@ascend.com>
34708
34709         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
34710         (jm_PREREQ): Use it here.
34711
34712 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
34713
34714         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
34715         in acconfig.h.
34716
34717 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
34718
34719         * m4/prereq.m4: New file.
34720         * m4/error.m4: New file.
34721         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
34722
34723 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
34724
34725         * m4/getline.m4: Don't set am_cv_func_working_getline before the
34726         cache-check for the same variable -- that defeated the purpose of
34727         the test; the test program was never run.  This was a problem only
34728         on systems with losing getline functions -- HP-UX 10.20 is one.
34729         Reported by Bjorn Helgaas.
34730
34731 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
34732
34733         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
34734
34735 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
34736
34737         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
34738
34739         * m4/const.m4: New file.  Use an initializer in this declaration
34740         typedef int charset[2]; const charset x;
34741         Reported by Bob Glickstein.
34742
34743 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
34744
34745         * m4/chown.m4: Fix reversed types on -1 args to chown.
34746         From Kaveh Ghazi.
34747
34748 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
34749
34750         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
34751         Add lseek and memchr.
34752
34753         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
34754         T.E.Dickey <dickey@clark.net> said that some older preprocessors
34755         have a 20-character limit on names.
34756
34757 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
34758
34759         * m4/inttypes_h.m4: New file.
34760         * m4/uintmax_t.m4: New file.
34761         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
34762
34763 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
34764   Free Software Foundation, Inc.
34765 Copying and distribution of this file, with or without modification,
34766 are permitted provided the copyright notice and this notice are preserved.