New module 'iconv_open-utf': Enhance iconv_open to support UTF-{16,32}{BE,LE}.
[gnulib.git] / ChangeLog
1 2007-10-14  Bruno Haible  <bruno@clisp.org>
2
3         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
4         * modules/iconv_open-utf: New file.
5         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
6         (iconv, iconv_close): New declarations.
7         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
8         be defined.
9         (iconv_open): Add special handling of conversion between UTF-8 and
10         UTF-{16,32}{BE,LE}.
11         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
12         * lib/iconv_close.c: New file.
13         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
14         gl_FUNC_ICONV_OPEN.
15         (gl_FUNC_ICONV_OPEN): Use it.
16         (gl_FUNC_ICONV_OPEN_UTF): New macro.
17         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
18         and REPLACE_ICONV_UTF.
19         * modules/iconv_open (Depends-on): Add c-strcase.
20         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
21         ICONV_CONST.
22         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
23
24 2007-10-13  Albert Chin  <china@thewrittenword.com>
25             Bruno Haible  <bruno@clisp.org>
26
27         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
28         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
29
30 2007-10-13  Bruno Haible  <bruno@clisp.org>
31
32         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
33         defined, use the ISO C99 inline semantics.
34         * lib/argp.h (ARGP_EI): Likewise.
35
36 2007-10-13  Bruno Haible  <bruno@clisp.org>
37
38         Handle 'inline' change in gcc 4.3.0.
39         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
40         argp_fmtstream_write, argp_fmtstream_set_lmargin,
41         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
42         argp_fmtstream_point): Disable 'extern' declaration if the function
43         definition is going to be provided inline.
44         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
45         semantics, not the ISO C99 inline semantics.
46         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
47         'extern' declaration if the function definition is going to be provided
48         inline.
49         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
50         the GNU C inline semantics, not the ISO C99 inline semantics. With
51         GCC 4.2, avoid a warning.
52
53 2007-10-13  Bruno Haible  <bruno@clisp.org>
54
55         * lib/freading.h (freading): Enable the use of __freading for
56         glibc >= 2.7.
57         * lib/freading.c (freading): Likewise.
58
59 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
60
61         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
62         "warning: C99 inline functions are not supported; using GNU89".
63
64 2007-10-12  Bruno Haible  <bruno@clisp.org>
65
66         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
67         of 2.
68         * tests/test-ceilf2.c: New file.
69         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
70
71         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
72         * modules/ceilf-tests: Update.
73
74 2007-10-12  Bruno Haible  <bruno@clisp.org>
75
76         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
77         of 2.
78         * tests/test-floorf2.c: New file.
79         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
80
81         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
82         * modules/floorf-tests: Update.
83
84 2007-10-12  Bruno Haible  <bruno@clisp.org>
85
86         * tests/test-trunc2.c: New file.
87         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
88
89         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
90         * modules/trunc-tests: Update.
91
92 2007-10-12  Bruno Haible  <bruno@clisp.org>
93
94         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
95         of 2.
96         * tests/test-truncf2.c: New file.
97         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
98
99         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
100         * modules/truncf-tests: Update.
101
102 2007-10-11  Eric Blake  <ebb9@byu.net>
103
104         Don't claim strerror is broken on Interix.
105         * doc/functions/strerror.texi (strerror): Known broken systems are
106         now Solaris 8, and not Interix.
107         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
108         Interix on cross-compile.
109         Reported by Martin Koeppe in
110         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
111
112 2007-10-11  Bruno Haible  <bruno@clisp.org>
113
114         * modules/i-ring-tests: New file.
115         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
116         instead of assert.
117
118 2007-10-11  Bruno Haible  <bruno@clisp.org>
119
120         * modules/filenamecat-tests: New file.
121         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
122         * lib/filenamecat.c: Remove test code.
123
124 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
125
126         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
127
128         * lib/strerror.c: Include <string.h> always, to test interface,
129         and to remove the need for the dummy.
130         Include intprops.h to compute width instead of doing it ourselves
131         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
132         (strerror): Define it to return NULL if there's no system strerror.
133         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
134         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
135         ancient pre-strerror Unix systems well any more.  Saying "unknown
136         system error" is enough.
137         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
138         simpler strerror.c implementation.
139         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
140         Simplify the tests to reflect the simpler strerror implementation.
141         * modules/strerror (Depends-on): Add intprops.
142
143 2007-10-09  Eric Blake  <ebb9@byu.net>
144
145         Silence test-fpending.
146         * modules/fpending-tests (Files): Add wrapper script.
147         * tests/test-fpending.sh: New file.
148
149 2007-10-09  Bruno Haible  <bruno@clisp.org>
150
151         * MODULES.html.sh (func_module): Don't create a hyperlink for
152         function names like 'printf_frexp'.
153         (Misc): Add crc, memxor.
154         (Characteristics of floating types): New section.
155         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
156         isnanf-nolibm, signbit, trunc, truncf, truncl.
157         (Enhancements for ISO C 99 functions): New subsection Input/output.
158         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
159         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
160         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
161         (Compatibility checks for POSIX:2001 functions): Add clock-time.
162         (Enhancements for POSIX:2001 functions): Add chdir-long.
163         (File system functions): Add areadlink, chdir-safer, read-file.
164         Remove cycle-check.
165         (File system as inode set): New section.
166         (Date and time): Add gethrxtime.
167         (Multithreading): Add openmp.
168         (Internationalization functions): Add localename.
169         (Unicode string functions): Add unistr/u*-mbsnlen.
170         (Support for maintaining and releasing projects): Add git-version-gen.
171         (Lone files): Remove directories.
172
173 2007-10-08  Ben Pfaff  <blp@gnu.org>
174
175         * lib/xmalloca.h: Fix typo in comment.
176
177 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
178
179         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
180         when avoiding problems with integer overflow.  Use a portable test
181         instead.
182
183 2007-10-08  Simon Josefsson  <simon@josefsson.org>
184
185         * modules/dummy (License): Change to LGPLv2+.
186         * modules/float (License): Likewise
187         * modules/realloc (License): Likewise
188         * modules/stdlib (License): Likewise
189
190 2007-10-07  Bruno Haible  <bruno@clisp.org>
191
192         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
193         * floor.c (TWO_MANT_DIG): Likewise.
194         * ceil.c (TWO_MANT_DIG): Likewise.
195         Reported by Ben Pfaff.
196
197 2007-10-07  Bruno Haible  <bruno@clisp.org>
198
199         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
200         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
201         * lib/frexp.c (FUNC): Likewise.
202         * lib/printf-frexp.h (printf_frexp): Likewise.
203         * lib/printf-frexpl.h (printf_frexpl): Likewise.
204         * lib/printf-frexp.c (FUNC): Likewise.
205         Suggested by Jim Meyering.
206
207 2007-10-07  Jim Meyering  <meyering@redhat.com>
208
209         Make xnanosleep's integer overflow test more robust.
210         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
211         so that gcc-4.3.0 doesn't optimize away this test for overflow.
212
213 2007-10-07  Bruno Haible  <bruno@clisp.org>
214
215         * NEWS: Mention the license change.
216
217         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
218         abbreviations in the modules files.
219
220         Change copyright notice from GPLv2+ to GPLv3+.
221         * README: Change copyright notice.
222         * MODULES.html.sh: Likewise.
223         * build-aux/bootstrap.conf: Likewise.
224         * build-aux/config.libpath: Likewise.
225         * build-aux/csharpcomp.sh.in: Likewise.
226         * build-aux/csharpexec.sh.in: Likewise.
227         * build-aux/install-reloc: Likewise.
228         * build-aux/javacomp.sh.in: Likewise.
229         * build-aux/javaexec.sh.in: Likewise.
230         * build-aux/ldd.sh.in: Likewise.
231         * build-aux/reloc-ldflags: Likewise.
232         * build-aux/relocatable.sh.in: Likewise.
233         * build-aux/x-to-1.in: Likewise.
234         * check-module: Likewise.
235         * config/srclistvars.sh: Likewise.
236         * gnulib-tool: Likewise.
237         * lib/acl-internal.h: Likewise.
238         * lib/acl.c: Likewise.
239         * lib/acl.h: Likewise.
240         * lib/acl_entries.c: Likewise.
241         * lib/areadlink-with-size.c: Likewise.
242         * lib/areadlink.c: Likewise.
243         * lib/areadlink.h: Likewise.
244         * lib/argmatch.c: Likewise.
245         * lib/argmatch.h: Likewise.
246         * lib/argp-ba.c: Likewise.
247         * lib/argp-eexst.c: Likewise.
248         * lib/argp-fmtstream.c: Likewise.
249         * lib/argp-fmtstream.h: Likewise.
250         * lib/argp-fs-xinl.c: Likewise.
251         * lib/argp-help.c: Likewise.
252         * lib/argp-namefrob.h: Likewise.
253         * lib/argp-parse.c: Likewise.
254         * lib/argp-pin.c: Likewise.
255         * lib/argp-pv.c: Likewise.
256         * lib/argp-pvh.c: Likewise.
257         * lib/argp-xinl.c: Likewise.
258         * lib/argp.h: Likewise.
259         * lib/at-func.c: Likewise.
260         * lib/atanl.c: Likewise.
261         * lib/backupfile.c: Likewise.
262         * lib/backupfile.h: Likewise.
263         * lib/basename.c: Likewise.
264         * lib/binary-io.h: Likewise.
265         * lib/byteswap.in.h: Likewise.
266         * lib/c-stack.c: Likewise.
267         * lib/c-stack.h: Likewise.
268         * lib/c-strcasestr.c: Likewise.
269         * lib/c-strcasestr.h: Likewise.
270         * lib/c-strstr.c: Likewise.
271         * lib/c-strstr.h: Likewise.
272         * lib/c-strtod.c: Likewise.
273         * lib/calloc.c: Likewise.
274         * lib/canon-host.c: Likewise.
275         * lib/canon-host.h: Likewise.
276         * lib/canonicalize-lgpl.c: Likewise.
277         * lib/canonicalize.c: Likewise.
278         * lib/canonicalize.h: Likewise.
279         * lib/ceil.c: Likewise.
280         * lib/ceilf.c: Likewise.
281         * lib/ceill.c: Likewise.
282         * lib/chdir-long.c: Likewise.
283         * lib/chdir-long.h: Likewise.
284         * lib/chdir-safer.c: Likewise.
285         * lib/chdir-safer.h: Likewise.
286         * lib/chown.c: Likewise.
287         * lib/classpath.c: Likewise.
288         * lib/classpath.h: Likewise.
289         * lib/clean-temp.c: Likewise.
290         * lib/clean-temp.h: Likewise.
291         * lib/cloexec.c: Likewise.
292         * lib/close-stream.c: Likewise.
293         * lib/closein.c: Likewise.
294         * lib/closein.h: Likewise.
295         * lib/closeout.c: Likewise.
296         * lib/closeout.h: Likewise.
297         * lib/concat-filename.c: Likewise.
298         * lib/copy-file.c: Likewise.
299         * lib/copy-file.h: Likewise.
300         * lib/count-one-bits.h: Likewise.
301         * lib/crc.c: Likewise.
302         * lib/crc.h: Likewise.
303         * lib/creat-safer.c: Likewise.
304         * lib/csharpcomp.c: Likewise.
305         * lib/csharpcomp.h: Likewise.
306         * lib/csharpexec.c: Likewise.
307         * lib/csharpexec.h: Likewise.
308         * lib/cycle-check.c: Likewise.
309         * lib/cycle-check.h: Likewise.
310         * lib/diacrit.c: Likewise.
311         * lib/diacrit.h: Likewise.
312         * lib/diffseq.h: Likewise.
313         * lib/dirchownmod.c: Likewise.
314         * lib/dirent.in.h: Likewise.
315         * lib/dirfd.c: Likewise.
316         * lib/dirfd.h: Likewise.
317         * lib/dirname.c: Likewise.
318         * lib/dirname.h: Likewise.
319         * lib/dummy.c: Likewise.
320         * lib/dup-safer.c: Likewise.
321         * lib/dup2.c: Likewise.
322         * lib/eealloc.h: Likewise.
323         * lib/error.c: Likewise.
324         * lib/error.h: Likewise.
325         * lib/euidaccess.c: Likewise.
326         * lib/exclude.c: Likewise.
327         * lib/exclude.h: Likewise.
328         * lib/execute.c: Likewise.
329         * lib/execute.h: Likewise.
330         * lib/exitfail.c: Likewise.
331         * lib/exitfail.h: Likewise.
332         * lib/expl.c: Likewise.
333         * lib/fatal-signal.c: Likewise.
334         * lib/fatal-signal.h: Likewise.
335         * lib/fbufmode.c: Likewise.
336         * lib/fbufmode.h: Likewise.
337         * lib/fchdir.c: Likewise.
338         * lib/fchmodat.c: Likewise.
339         * lib/fchownat.c: Likewise.
340         * lib/fcntl--.h: Likewise.
341         * lib/fcntl-safer.h: Likewise.
342         * lib/fcntl.in.h: Likewise.
343         * lib/fd-safer.c: Likewise.
344         * lib/fflush.c: Likewise.
345         * lib/file-has-acl.c: Likewise.
346         * lib/file-set.c: Likewise.
347         * lib/file-type.c: Likewise.
348         * lib/file-type.h: Likewise.
349         * lib/fileblocks.c: Likewise.
350         * lib/filemode.c: Likewise.
351         * lib/filemode.h: Likewise.
352         * lib/filename.h: Likewise.
353         * lib/filenamecat.c: Likewise.
354         * lib/filenamecat.h: Likewise.
355         * lib/findprog.c: Likewise.
356         * lib/findprog.h: Likewise.
357         * lib/float.in.h: Likewise.
358         * lib/floor.c: Likewise.
359         * lib/floorf.c: Likewise.
360         * lib/floorl.c: Likewise.
361         * lib/fopen-safer.c: Likewise.
362         * lib/fopen.c: Likewise.
363         * lib/fpending.c: Likewise.
364         * lib/fpending.h: Likewise.
365         * lib/fprintf.c: Likewise.
366         * lib/fprintftime.h: Likewise.
367         * lib/fpucw.h: Likewise.
368         * lib/fpurge.c: Likewise.
369         * lib/fpurge.h: Likewise.
370         * lib/freadable.c: Likewise.
371         * lib/freadable.h: Likewise.
372         * lib/freadahead.c: Likewise.
373         * lib/freadahead.h: Likewise.
374         * lib/freading.c: Likewise.
375         * lib/freading.h: Likewise.
376         * lib/free.c: Likewise.
377         * lib/freopen.c: Likewise.
378         * lib/frexp.c: Likewise.
379         * lib/frexpl.c: Likewise.
380         * lib/fseek.c: Likewise.
381         * lib/fseterr.c: Likewise.
382         * lib/fseterr.h: Likewise.
383         * lib/fstatat.c: Likewise.
384         * lib/fstrcmp.c: Likewise.
385         * lib/fstrcmp.h: Likewise.
386         * lib/fsusage.c: Likewise.
387         * lib/fsusage.h: Likewise.
388         * lib/ftell.c: Likewise.
389         * lib/ftello.c: Likewise.
390         * lib/fts-cycle.c: Likewise.
391         * lib/fts.c: Likewise.
392         * lib/fts_.h: Likewise.
393         * lib/full-read.c: Likewise.
394         * lib/full-read.h: Likewise.
395         * lib/full-write.c: Likewise.
396         * lib/full-write.h: Likewise.
397         * lib/fwritable.c: Likewise.
398         * lib/fwritable.h: Likewise.
399         * lib/fwriteerror.c: Likewise.
400         * lib/fwriteerror.h: Likewise.
401         * lib/fwriting.c: Likewise.
402         * lib/fwriting.h: Likewise.
403         * lib/gcd.c: Likewise.
404         * lib/gcd.h: Likewise.
405         * lib/getcwd.c: Likewise.
406         * lib/getdate.h: Likewise.
407         * lib/getdate.y: Likewise.
408         * lib/getdomainname.c: Likewise.
409         * lib/getdomainname.h: Likewise.
410         * lib/getgroups.c: Likewise.
411         * lib/gethostname.c: Likewise.
412         * lib/gethrxtime.c: Likewise.
413         * lib/gethrxtime.h: Likewise.
414         * lib/getloadavg.c: Likewise.
415         * lib/getndelim2.c: Likewise.
416         * lib/getndelim2.h: Likewise.
417         * lib/getnline.c: Likewise.
418         * lib/getnline.h: Likewise.
419         * lib/getopt.c: Likewise.
420         * lib/getopt.in.h: Likewise.
421         * lib/getopt1.c: Likewise.
422         * lib/getopt_int.h: Likewise.
423         * lib/getpagesize.h: Likewise.
424         * lib/getsubopt.c: Likewise.
425         * lib/gettime.c: Likewise.
426         * lib/getugroups.c: Likewise.
427         * lib/getugroups.h: Likewise.
428         * lib/getusershell.c: Likewise.
429         * lib/gl_anyavltree_list1.h: Likewise.
430         * lib/gl_anyavltree_list2.h: Likewise.
431         * lib/gl_anyhash_list1.h: Likewise.
432         * lib/gl_anyhash_list2.h: Likewise.
433         * lib/gl_anylinked_list1.h: Likewise.
434         * lib/gl_anylinked_list2.h: Likewise.
435         * lib/gl_anyrbtree_list1.h: Likewise.
436         * lib/gl_anyrbtree_list2.h: Likewise.
437         * lib/gl_anytree_list1.h: Likewise.
438         * lib/gl_anytree_list2.h: Likewise.
439         * lib/gl_anytree_oset.h: Likewise.
440         * lib/gl_anytreehash_list1.h: Likewise.
441         * lib/gl_anytreehash_list2.h: Likewise.
442         * lib/gl_array_list.c: Likewise.
443         * lib/gl_array_list.h: Likewise.
444         * lib/gl_array_oset.c: Likewise.
445         * lib/gl_array_oset.h: Likewise.
446         * lib/gl_avltree_list.c: Likewise.
447         * lib/gl_avltree_list.h: Likewise.
448         * lib/gl_avltree_oset.c: Likewise.
449         * lib/gl_avltree_oset.h: Likewise.
450         * lib/gl_avltreehash_list.c: Likewise.
451         * lib/gl_avltreehash_list.h: Likewise.
452         * lib/gl_carray_list.c: Likewise.
453         * lib/gl_carray_list.h: Likewise.
454         * lib/gl_linked_list.c: Likewise.
455         * lib/gl_linked_list.h: Likewise.
456         * lib/gl_linkedhash_list.c: Likewise.
457         * lib/gl_linkedhash_list.h: Likewise.
458         * lib/gl_list.c: Likewise.
459         * lib/gl_list.h: Likewise.
460         * lib/gl_oset.c: Likewise.
461         * lib/gl_oset.h: Likewise.
462         * lib/gl_rbtree_list.c: Likewise.
463         * lib/gl_rbtree_list.h: Likewise.
464         * lib/gl_rbtree_oset.c: Likewise.
465         * lib/gl_rbtree_oset.h: Likewise.
466         * lib/gl_rbtreehash_list.c: Likewise.
467         * lib/gl_rbtreehash_list.h: Likewise.
468         * lib/gl_sublist.c: Likewise.
469         * lib/gl_sublist.h: Likewise.
470         * lib/group-member.c: Likewise.
471         * lib/group-member.h: Likewise.
472         * lib/hard-locale.c: Likewise.
473         * lib/hard-locale.h: Likewise.
474         * lib/hash-pjw.c: Likewise.
475         * lib/hash-pjw.h: Likewise.
476         * lib/hash-triple.c: Likewise.
477         * lib/hash.c: Likewise.
478         * lib/hash.h: Likewise.
479         * lib/human.c: Likewise.
480         * lib/human.h: Likewise.
481         * lib/i-ring.c: Likewise.
482         * lib/i-ring.h: Likewise.
483         * lib/idcache.c: Likewise.
484         * lib/imaxabs.c: Likewise.
485         * lib/imaxdiv.c: Likewise.
486         * lib/inet_pton.c: Likewise.
487         * lib/inet_pton.h: Likewise.
488         * lib/intprops.h: Likewise.
489         * lib/inttostr.c: Likewise.
490         * lib/inttostr.h: Likewise.
491         * lib/inttypes.in.h: Likewise.
492         * lib/isapipe.c: Likewise.
493         * lib/isdir.c: Likewise.
494         * lib/isnan.c: Likewise.
495         * lib/isnan.h: Likewise.
496         * lib/isnanf.c: Likewise.
497         * lib/isnanf.h: Likewise.
498         * lib/isnanl-nolibm.h: Likewise.
499         * lib/isnanl.c: Likewise.
500         * lib/isnanl.h: Likewise.
501         * lib/javacomp.c: Likewise.
502         * lib/javacomp.h: Likewise.
503         * lib/javaexec.c: Likewise.
504         * lib/javaexec.h: Likewise.
505         * lib/javaversion.c: Likewise.
506         * lib/javaversion.h: Likewise.
507         * lib/javaversion.java: Likewise.
508         * lib/lbrkprop.h: Likewise.
509         * lib/lchmod.h: Likewise.
510         * lib/lchown.c: Likewise.
511         * lib/ldexpl.c: Likewise.
512         * lib/linebreak.c: Likewise.
513         * lib/linebreak.h: Likewise.
514         * lib/linebuffer.c: Likewise.
515         * lib/linebuffer.h: Likewise.
516         * lib/locale.in.h: Likewise.
517         * lib/logl.c: Likewise.
518         * lib/long-options.c: Likewise.
519         * lib/long-options.h: Likewise.
520         * lib/lstat.c: Likewise.
521         * lib/lstat.h: Likewise.
522         * lib/math.in.h: Likewise.
523         * lib/mbchar.c: Likewise.
524         * lib/mbchar.h: Likewise.
525         * lib/mbfile.h: Likewise.
526         * lib/mbiter.h: Likewise.
527         * lib/mbscasecmp.c: Likewise.
528         * lib/mbscasestr.c: Likewise.
529         * lib/mbschr.c: Likewise.
530         * lib/mbscspn.c: Likewise.
531         * lib/mbslen.c: Likewise.
532         * lib/mbsncasecmp.c: Likewise.
533         * lib/mbsnlen.c: Likewise.
534         * lib/mbspbrk.c: Likewise.
535         * lib/mbspcasecmp.c: Likewise.
536         * lib/mbsrchr.c: Likewise.
537         * lib/mbssep.c: Likewise.
538         * lib/mbsspn.c: Likewise.
539         * lib/mbsstr.c: Likewise.
540         * lib/mbstok_r.c: Likewise.
541         * lib/mbswidth.c: Likewise.
542         * lib/mbswidth.h: Likewise.
543         * lib/mbuiter.h: Likewise.
544         * lib/memcasecmp.c: Likewise.
545         * lib/memcasecmp.h: Likewise.
546         * lib/memchr.c: Likewise.
547         * lib/memcmp.c: Likewise.
548         * lib/memcoll.c: Likewise.
549         * lib/memcoll.h: Likewise.
550         * lib/memcpy.c: Likewise.
551         * lib/memrchr.c: Likewise.
552         * lib/mkancesdirs.c: Likewise.
553         * lib/mkdir-p.c: Likewise.
554         * lib/mkdir-p.h: Likewise.
555         * lib/mkdir.c: Likewise.
556         * lib/mkdirat.c: Likewise.
557         * lib/mkdtemp.c: Likewise.
558         * lib/mkstemp-safer.c: Likewise.
559         * lib/mkstemp.c: Likewise.
560         * lib/modechange.c: Likewise.
561         * lib/modechange.h: Likewise.
562         * lib/mountlist.c: Likewise.
563         * lib/mountlist.h: Likewise.
564         * lib/mpsort.c: Likewise.
565         * lib/nanosleep.c: Likewise.
566         * lib/obstack.c: Likewise.
567         * lib/obstack.h: Likewise.
568         * lib/open-safer.c: Likewise.
569         * lib/open.c: Likewise.
570         * lib/openat-die.c: Likewise.
571         * lib/openat-priv.h: Likewise.
572         * lib/openat-proc.c: Likewise.
573         * lib/openat.c: Likewise.
574         * lib/openat.h: Likewise.
575         * lib/pagealign_alloc.c: Likewise.
576         * lib/pagealign_alloc.h: Likewise.
577         * lib/physmem.c: Likewise.
578         * lib/physmem.h: Likewise.
579         * lib/pipe-safer.c: Likewise.
580         * lib/pipe.c: Likewise.
581         * lib/pipe.h: Likewise.
582         * lib/posixtm.c: Likewise.
583         * lib/posixtm.h: Likewise.
584         * lib/posixver.c: Likewise.
585         * lib/printf-frexp.c: Likewise.
586         * lib/printf-frexp.h: Likewise.
587         * lib/printf-frexpl.c: Likewise.
588         * lib/printf-frexpl.h: Likewise.
589         * lib/printf.c: Likewise.
590         * lib/progname.c: Likewise.
591         * lib/progname.h: Likewise.
592         * lib/progreloc.c: Likewise.
593         * lib/putenv.c: Likewise.
594         * lib/quote.c: Likewise.
595         * lib/quote.h: Likewise.
596         * lib/quotearg.c: Likewise.
597         * lib/quotearg.h: Likewise.
598         * lib/raise.c: Likewise.
599         * lib/readline.c: Likewise.
600         * lib/readline.h: Likewise.
601         * lib/readlink.c: Likewise.
602         * lib/readtokens.c: Likewise.
603         * lib/readtokens.h: Likewise.
604         * lib/readtokens0.c: Likewise.
605         * lib/readtokens0.h: Likewise.
606         * lib/readutmp.c: Likewise.
607         * lib/readutmp.h: Likewise.
608         * lib/realloc.c: Likewise.
609         * lib/relocwrapper.c: Likewise.
610         * lib/rename-dest-slash.c: Likewise.
611         * lib/rename.c: Likewise.
612         * lib/rmdir.c: Likewise.
613         * lib/rpmatch.c: Likewise.
614         * lib/safe-read.c: Likewise.
615         * lib/safe-read.h: Likewise.
616         * lib/safe-write.c: Likewise.
617         * lib/safe-write.h: Likewise.
618         * lib/same-inode.h: Likewise.
619         * lib/same.c: Likewise.
620         * lib/same.h: Likewise.
621         * lib/save-cwd.c: Likewise.
622         * lib/save-cwd.h: Likewise.
623         * lib/savedir.c: Likewise.
624         * lib/savedir.h: Likewise.
625         * lib/savewd.c: Likewise.
626         * lib/savewd.h: Likewise.
627         * lib/search.in.h: Likewise.
628         * lib/setenv.c: Likewise.
629         * lib/setenv.h: Likewise.
630         * lib/settime.c: Likewise.
631         * lib/sh-quote.c: Likewise.
632         * lib/sh-quote.h: Likewise.
633         * lib/sig2str.c: Likewise.
634         * lib/sig2str.h: Likewise.
635         * lib/signal.in.h: Likewise.
636         * lib/signbitd.c: Likewise.
637         * lib/signbitf.c: Likewise.
638         * lib/signbitl.c: Likewise.
639         * lib/sigprocmask.c: Likewise.
640         * lib/sincosl.c: Likewise.
641         * lib/sleep.c: Likewise.
642         * lib/sprintf.c: Likewise.
643         * lib/sqrtl.c: Likewise.
644         * lib/stat-time.h: Likewise.
645         * lib/stdio--.h: Likewise.
646         * lib/stdio-safer.h: Likewise.
647         * lib/stdlib--.h: Likewise.
648         * lib/stdlib-safer.h: Likewise.
649         * lib/stdlib.in.h: Likewise.
650         * lib/stpcpy.c: Likewise.
651         * lib/stpncpy.c: Likewise.
652         * lib/strchrnul.c: Likewise.
653         * lib/strcspn.c: Likewise.
654         * lib/strerror.c: Likewise.
655         * lib/strftime.c: Likewise.
656         * lib/strftime.h: Likewise.
657         * lib/striconveh.c: Likewise.
658         * lib/striconveh.h: Likewise.
659         * lib/striconveha.c: Likewise.
660         * lib/striconveha.h: Likewise.
661         * lib/stripslash.c: Likewise.
662         * lib/strnlen1.c: Likewise.
663         * lib/strnlen1.h: Likewise.
664         * lib/strtod.c: Likewise.
665         * lib/strtoimax.c: Likewise.
666         * lib/strtok_r.c: Likewise.
667         * lib/strtol.c: Likewise.
668         * lib/strtoll.c: Likewise.
669         * lib/strtoul.c: Likewise.
670         * lib/strtoull.c: Likewise.
671         * lib/sysexits.in.h: Likewise.
672         * lib/tempname.c: Likewise.
673         * lib/tempname.h: Likewise.
674         * lib/timespec.h: Likewise.
675         * lib/tls.c: Likewise.
676         * lib/tls.h: Likewise.
677         * lib/tmpdir.c: Likewise.
678         * lib/tmpdir.h: Likewise.
679         * lib/tmpfile-safer.c: Likewise.
680         * lib/tmpfile.c: Likewise.
681         * lib/trigl.c: Likewise.
682         * lib/trigl.h: Likewise.
683         * lib/trim.c: Likewise.
684         * lib/trim.h: Likewise.
685         * lib/trunc.c: Likewise.
686         * lib/truncf.c: Likewise.
687         * lib/truncl.c: Likewise.
688         * lib/tsearch.c: Likewise.
689         * lib/unicodeio.c: Likewise.
690         * lib/unicodeio.h: Likewise.
691         * lib/unistd--.h: Likewise.
692         * lib/unistd-safer.h: Likewise.
693         * lib/unistdio/ulc-fprintf.c: Likewise.
694         * lib/unistdio/ulc-vfprintf.c: Likewise.
695         * lib/unlinkdir.c: Likewise.
696         * lib/unlinkdir.h: Likewise.
697         * lib/unlocked-io.h: Likewise.
698         * lib/unsetenv.c: Likewise.
699         * lib/userspec.c: Likewise.
700         * lib/utime.c: Likewise.
701         * lib/utimecmp.c: Likewise.
702         * lib/utimecmp.h: Likewise.
703         * lib/utimens.c: Likewise.
704         * lib/verify.h: Likewise.
705         * lib/verror.c: Likewise.
706         * lib/verror.h: Likewise.
707         * lib/version-etc-fsf.c: Likewise.
708         * lib/version-etc.c: Likewise.
709         * lib/version-etc.h: Likewise.
710         * lib/vfprintf.c: Likewise.
711         * lib/vprintf.c: Likewise.
712         * lib/vsprintf.c: Likewise.
713         * lib/w32spawn.h: Likewise.
714         * lib/wait-process.c: Likewise.
715         * lib/wait-process.h: Likewise.
716         * lib/wcwidth.c: Likewise.
717         * lib/write-any-file.c: Likewise.
718         * lib/xalloc-die.c: Likewise.
719         * lib/xalloc.h: Likewise.
720         * lib/xasprintf.c: Likewise.
721         * lib/xgetcwd.c: Likewise.
722         * lib/xgetcwd.h: Likewise.
723         * lib/xgetdomainname.c: Likewise.
724         * lib/xgetdomainname.h: Likewise.
725         * lib/xgethostname.c: Likewise.
726         * lib/xmalloc.c: Likewise.
727         * lib/xmalloca.c: Likewise.
728         * lib/xmalloca.h: Likewise.
729         * lib/xmemcoll.c: Likewise.
730         * lib/xnanosleep.c: Likewise.
731         * lib/xreadlink.c: Likewise.
732         * lib/xreadlink.h: Likewise.
733         * lib/xsetenv.c: Likewise.
734         * lib/xsetenv.h: Likewise.
735         * lib/xstriconv.c: Likewise.
736         * lib/xstriconv.h: Likewise.
737         * lib/xstrndup.c: Likewise.
738         * lib/xstrndup.h: Likewise.
739         * lib/xstrtod.c: Likewise.
740         * lib/xstrtod.h: Likewise.
741         * lib/xstrtol-error.c: Likewise.
742         * lib/xstrtol.c: Likewise.
743         * lib/xstrtol.h: Likewise.
744         * lib/xtime.h: Likewise.
745         * lib/xvasprintf.c: Likewise.
746         * lib/xvasprintf.h: Likewise.
747         * lib/yesno.c: Likewise.
748         * lib/yesno.h: Likewise.
749         * posix-modules: Likewise.
750         * tests/test-alloca-opt.c: Likewise.
751         * tests/test-arcfour.c: Likewise.
752         * tests/test-arctwo.c: Likewise.
753         * tests/test-argmatch.c: Likewise.
754         * tests/test-argp-2.sh: Likewise.
755         * tests/test-argp.c: Likewise.
756         * tests/test-arpa_inet.c: Likewise.
757         * tests/test-array_list.c: Likewise.
758         * tests/test-array_oset.c: Likewise.
759         * tests/test-atexit.c: Likewise.
760         * tests/test-avltree_list.c: Likewise.
761         * tests/test-avltree_oset.c: Likewise.
762         * tests/test-avltreehash_list.c: Likewise.
763         * tests/test-base64.c: Likewise.
764         * tests/test-binary-io.c: Likewise.
765         * tests/test-byteswap.c: Likewise.
766         * tests/test-c-ctype.c: Likewise.
767         * tests/test-c-strcasecmp.c: Likewise.
768         * tests/test-c-strcasestr.c: Likewise.
769         * tests/test-c-strncasecmp.c: Likewise.
770         * tests/test-c-strstr.c: Likewise.
771         * tests/test-canonicalize-lgpl.c: Likewise.
772         * tests/test-canonicalize.c: Likewise.
773         * tests/test-carray_list.c: Likewise.
774         * tests/test-ceilf.c: Likewise.
775         * tests/test-ceill.c: Likewise.
776         * tests/test-count-one-bits.c: Likewise.
777         * tests/test-crc.c: Likewise.
778         * tests/test-dirname.c: Likewise.
779         * tests/test-fbufmode.c: Likewise.
780         * tests/test-fcntl.c: Likewise.
781         * tests/test-fflush.c: Likewise.
782         * tests/test-floorf.c: Likewise.
783         * tests/test-floorl.c: Likewise.
784         * tests/test-fopen.c: Likewise.
785         * tests/test-fprintf-posix.c: Likewise.
786         * tests/test-fprintf-posix.h: Likewise.
787         * tests/test-fpurge.c: Likewise.
788         * tests/test-freadable.c: Likewise.
789         * tests/test-freadahead.c: Likewise.
790         * tests/test-freading.c: Likewise.
791         * tests/test-freopen.c: Likewise.
792         * tests/test-frexp.c: Likewise.
793         * tests/test-frexpl.c: Likewise.
794         * tests/test-fseek.c: Likewise.
795         * tests/test-fseeko.c: Likewise.
796         * tests/test-fseterr.c: Likewise.
797         * tests/test-fstrcmp.c: Likewise.
798         * tests/test-ftell.c: Likewise.
799         * tests/test-ftello.c: Likewise.
800         * tests/test-fwritable.c: Likewise.
801         * tests/test-fwriting.c: Likewise.
802         * tests/test-getaddrinfo.c: Likewise.
803         * tests/test-getpass.c: Likewise.
804         * tests/test-gettimeofday.c: Likewise.
805         * tests/test-hmac-md5.c: Likewise.
806         * tests/test-hmac-sha1.c: Likewise.
807         * tests/test-iconv.c: Likewise.
808         * tests/test-iconvme.c: Likewise.
809         * tests/test-inttypes.c: Likewise.
810         * tests/test-isnan.c: Likewise.
811         * tests/test-isnanf.c: Likewise.
812         * tests/test-isnanl-nolibm.c: Likewise.
813         * tests/test-isnanl.c: Likewise.
814         * tests/test-isnanl.h: Likewise.
815         * tests/test-ldexpl.c: Likewise.
816         * tests/test-linked_list.c: Likewise.
817         * tests/test-linkedhash_list.c: Likewise.
818         * tests/test-locale.c: Likewise.
819         * tests/test-localename.c: Likewise.
820         * tests/test-lock.c: Likewise.
821         * tests/test-lseek.c: Likewise.
822         * tests/test-malloca.c: Likewise.
823         * tests/test-math.c: Likewise.
824         * tests/test-mbscasecmp.c: Likewise.
825         * tests/test-mbscasestr1.c: Likewise.
826         * tests/test-mbscasestr2.c: Likewise.
827         * tests/test-mbscasestr3.c: Likewise.
828         * tests/test-mbscasestr4.c: Likewise.
829         * tests/test-mbschr.c: Likewise.
830         * tests/test-mbscspn.c: Likewise.
831         * tests/test-mbsncasecmp.c: Likewise.
832         * tests/test-mbspbrk.c: Likewise.
833         * tests/test-mbspcasecmp.c: Likewise.
834         * tests/test-mbsrchr.c: Likewise.
835         * tests/test-mbsspn.c: Likewise.
836         * tests/test-mbsstr1.c: Likewise.
837         * tests/test-mbsstr2.c: Likewise.
838         * tests/test-mbsstr3.c: Likewise.
839         * tests/test-md5.c: Likewise.
840         * tests/test-memmem.c: Likewise.
841         * tests/test-netinet_in.c: Likewise.
842         * tests/test-open.c: Likewise.
843         * tests/test-printf-frexp.c: Likewise.
844         * tests/test-printf-frexpl.c: Likewise.
845         * tests/test-printf-posix.c: Likewise.
846         * tests/test-printf-posix.h: Likewise.
847         * tests/test-rbtree_list.c: Likewise.
848         * tests/test-rbtree_oset.c: Likewise.
849         * tests/test-rbtreehash_list.c: Likewise.
850         * tests/test-read-file.c: Likewise.
851         * tests/test-rijndael.c: Likewise.
852         * tests/test-search.c: Likewise.
853         * tests/test-signbit.c: Likewise.
854         * tests/test-sleep.c: Likewise.
855         * tests/test-snprintf-posix.c: Likewise.
856         * tests/test-snprintf-posix.h: Likewise.
857         * tests/test-snprintf.c: Likewise.
858         * tests/test-sprintf-posix.c: Likewise.
859         * tests/test-sprintf-posix.h: Likewise.
860         * tests/test-stat-time.c: Likewise.
861         * tests/test-stdbool.c: Likewise.
862         * tests/test-stdint.c: Likewise.
863         * tests/test-stdio.c: Likewise.
864         * tests/test-stdlib.c: Likewise.
865         * tests/test-stpncpy.c: Likewise.
866         * tests/test-strcasestr.c: Likewise.
867         * tests/test-striconv.c: Likewise.
868         * tests/test-striconveh.c: Likewise.
869         * tests/test-striconveha.c: Likewise.
870         * tests/test-string.c: Likewise.
871         * tests/test-sys_select.c: Likewise.
872         * tests/test-sys_socket.c: Likewise.
873         * tests/test-sys_stat.c: Likewise.
874         * tests/test-sys_time.c: Likewise.
875         * tests/test-sysexits.c: Likewise.
876         * tests/test-time.c: Likewise.
877         * tests/test-tls.c: Likewise.
878         * tests/test-trunc.c: Likewise.
879         * tests/test-truncf.c: Likewise.
880         * tests/test-truncl.c: Likewise.
881         * tests/test-unistd.c: Likewise.
882         * tests/test-vasnprintf-posix.c: Likewise.
883         * tests/test-vasnprintf-posix2.c: Likewise.
884         * tests/test-vasnprintf.c: Likewise.
885         * tests/test-vasprintf-posix.c: Likewise.
886         * tests/test-vasprintf.c: Likewise.
887         * tests/test-verify.c: Likewise.
888         * tests/test-vfprintf-posix.c: Likewise.
889         * tests/test-vprintf-posix.c: Likewise.
890         * tests/test-vsnprintf-posix.c: Likewise.
891         * tests/test-vsnprintf.c: Likewise.
892         * tests/test-vsprintf-posix.c: Likewise.
893         * tests/test-wchar.c: Likewise.
894         * tests/test-wctype.c: Likewise.
895         * tests/test-wcwidth.c: Likewise.
896         * tests/test-xstrtol.c: Likewise.
897         * tests/test-xvasprintf.c: Likewise.
898         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
899         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
900         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
901         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
902         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
903         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
904         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
905         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
906         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
907         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
908         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
909         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
910         * tests/uniname/test-uninames.c: Likewise.
911         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
912         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
913         * tests/unistdio/test-u16-printf1.h: Likewise.
914         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
915         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
916         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
917         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
918         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
919         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
920         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
921         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
922         * tests/unistdio/test-u32-printf1.h: Likewise.
923         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
924         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
925         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
926         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
927         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
928         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
929         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
930         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
931         * tests/unistdio/test-u8-printf1.h: Likewise.
932         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
933         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
934         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
935         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
936         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
937         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
938         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
939         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
940         * tests/unistdio/test-ulc-printf1.h: Likewise.
941         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
942         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
943         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
944         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
945         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
946         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
947         * tests/uniwidth/test-u16-strwidth.c: Likewise.
948         * tests/uniwidth/test-u16-width.c: Likewise.
949         * tests/uniwidth/test-u32-strwidth.c: Likewise.
950         * tests/uniwidth/test-u32-width.c: Likewise.
951         * tests/uniwidth/test-u8-strwidth.c: Likewise.
952         * tests/uniwidth/test-u8-width.c: Likewise.
953         * tests/uniwidth/test-uc_width.c: Likewise.
954         * config/srclist-update: Likewise.
955         (fixlicense): Update to GPLv3+.
956
957         Change copyright notice from LGPLv2.1+ to LGPLv3+.
958         * tests/test-tsearch.c: Change copyright notice.
959
960         Change copyright notice from LGPLv2.0+ to LGPLv3+.
961         * lib/c-strcaseeq.h: Change copyright notice.
962         * lib/streq.h: Likewise.
963         * lib/uniconv.h: Likewise.
964         * lib/uniconv/u-conv-from-enc.h: Likewise.
965         * lib/uniconv/u-conv-to-enc.h: Likewise.
966         * lib/uniconv/u-strconv-from-enc.h: Likewise.
967         * lib/uniconv/u-strconv-to-enc.h: Likewise.
968         * lib/uniconv/u16-conv-from-enc.c: Likewise.
969         * lib/uniconv/u16-conv-to-enc.c: Likewise.
970         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
971         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
972         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
973         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
974         * lib/uniconv/u32-conv-from-enc.c: Likewise.
975         * lib/uniconv/u32-conv-to-enc.c: Likewise.
976         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
977         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
978         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
979         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
980         * lib/uniconv/u8-conv-from-enc.c: Likewise.
981         * lib/uniconv/u8-conv-to-enc.c: Likewise.
982         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
983         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
984         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
985         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
986         * lib/uniname.h: Likewise.
987         * lib/uniname/uniname.c: Likewise.
988         * lib/unistdio.h: Likewise.
989         * lib/unistdio/u-asnprintf.h: Likewise.
990         * lib/unistdio/u-asprintf.h: Likewise.
991         * lib/unistdio/u-printf-args.c: Likewise.
992         * lib/unistdio/u-printf-args.h: Likewise.
993         * lib/unistdio/u-printf-parse.h: Likewise.
994         * lib/unistdio/u-snprintf.h: Likewise.
995         * lib/unistdio/u-sprintf.h: Likewise.
996         * lib/unistdio/u-vasprintf.h: Likewise.
997         * lib/unistdio/u-vsnprintf.h: Likewise.
998         * lib/unistdio/u-vsprintf.h: Likewise.
999         * lib/unistdio/u16-asnprintf.c: Likewise.
1000         * lib/unistdio/u16-asprintf.c: Likewise.
1001         * lib/unistdio/u16-printf-parse.c: Likewise.
1002         * lib/unistdio/u16-snprintf.c: Likewise.
1003         * lib/unistdio/u16-sprintf.c: Likewise.
1004         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
1005         * lib/unistdio/u16-u16-asprintf.c: Likewise.
1006         * lib/unistdio/u16-u16-snprintf.c: Likewise.
1007         * lib/unistdio/u16-u16-sprintf.c: Likewise.
1008         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
1009         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
1010         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
1011         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
1012         * lib/unistdio/u16-vasnprintf.c: Likewise.
1013         * lib/unistdio/u16-vasprintf.c: Likewise.
1014         * lib/unistdio/u16-vsnprintf.c: Likewise.
1015         * lib/unistdio/u16-vsprintf.c: Likewise.
1016         * lib/unistdio/u32-asnprintf.c: Likewise.
1017         * lib/unistdio/u32-asprintf.c: Likewise.
1018         * lib/unistdio/u32-printf-parse.c: Likewise.
1019         * lib/unistdio/u32-snprintf.c: Likewise.
1020         * lib/unistdio/u32-sprintf.c: Likewise.
1021         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
1022         * lib/unistdio/u32-u32-asprintf.c: Likewise.
1023         * lib/unistdio/u32-u32-snprintf.c: Likewise.
1024         * lib/unistdio/u32-u32-sprintf.c: Likewise.
1025         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
1026         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
1027         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
1028         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
1029         * lib/unistdio/u32-vasnprintf.c: Likewise.
1030         * lib/unistdio/u32-vasprintf.c: Likewise.
1031         * lib/unistdio/u32-vsnprintf.c: Likewise.
1032         * lib/unistdio/u32-vsprintf.c: Likewise.
1033         * lib/unistdio/u8-asnprintf.c: Likewise.
1034         * lib/unistdio/u8-asprintf.c: Likewise.
1035         * lib/unistdio/u8-printf-parse.c: Likewise.
1036         * lib/unistdio/u8-snprintf.c: Likewise.
1037         * lib/unistdio/u8-sprintf.c: Likewise.
1038         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
1039         * lib/unistdio/u8-u8-asprintf.c: Likewise.
1040         * lib/unistdio/u8-u8-snprintf.c: Likewise.
1041         * lib/unistdio/u8-u8-sprintf.c: Likewise.
1042         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
1043         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
1044         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
1045         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
1046         * lib/unistdio/u8-vasnprintf.c: Likewise.
1047         * lib/unistdio/u8-vasprintf.c: Likewise.
1048         * lib/unistdio/u8-vsnprintf.c: Likewise.
1049         * lib/unistdio/u8-vsprintf.c: Likewise.
1050         * lib/unistdio/ulc-asnprintf.c: Likewise.
1051         * lib/unistdio/ulc-asprintf.c: Likewise.
1052         * lib/unistdio/ulc-printf-parse.c: Likewise.
1053         * lib/unistdio/ulc-snprintf.c: Likewise.
1054         * lib/unistdio/ulc-sprintf.c: Likewise.
1055         * lib/unistdio/ulc-vasnprintf.c: Likewise.
1056         * lib/unistdio/ulc-vasprintf.c: Likewise.
1057         * lib/unistdio/ulc-vsnprintf.c: Likewise.
1058         * lib/unistdio/ulc-vsprintf.c: Likewise.
1059         * lib/unistr.h: Likewise.
1060         * lib/unistr/u-cpy-alloc.h: Likewise.
1061         * lib/unistr/u-cpy.h: Likewise.
1062         * lib/unistr/u-endswith.h: Likewise.
1063         * lib/unistr/u-move.h: Likewise.
1064         * lib/unistr/u-set.h: Likewise.
1065         * lib/unistr/u-startswith.h: Likewise.
1066         * lib/unistr/u-stpcpy.h: Likewise.
1067         * lib/unistr/u-stpncpy.h: Likewise.
1068         * lib/unistr/u-strcat.h: Likewise.
1069         * lib/unistr/u-strcpy.h: Likewise.
1070         * lib/unistr/u-strcspn.h: Likewise.
1071         * lib/unistr/u-strdup.h: Likewise.
1072         * lib/unistr/u-strlen.h: Likewise.
1073         * lib/unistr/u-strncat.h: Likewise.
1074         * lib/unistr/u-strncpy.h: Likewise.
1075         * lib/unistr/u-strnlen.h: Likewise.
1076         * lib/unistr/u-strpbrk.h: Likewise.
1077         * lib/unistr/u-strspn.h: Likewise.
1078         * lib/unistr/u-strstr.h: Likewise.
1079         * lib/unistr/u-strtok.h: Likewise.
1080         * lib/unistr/u16-check.c: Likewise.
1081         * lib/unistr/u16-chr.c: Likewise.
1082         * lib/unistr/u16-cmp.c: Likewise.
1083         * lib/unistr/u16-cpy-alloc.c: Likewise.
1084         * lib/unistr/u16-cpy.c: Likewise.
1085         * lib/unistr/u16-endswith.c: Likewise.
1086         * lib/unistr/u16-mblen.c: Likewise.
1087         * lib/unistr/u16-mbsnlen.c: Likewise.
1088         * lib/unistr/u16-mbtouc-aux.c: Likewise.
1089         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
1090         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
1091         * lib/unistr/u16-mbtouc.c: Likewise.
1092         * lib/unistr/u16-mbtoucr.c: Likewise.
1093         * lib/unistr/u16-move.c: Likewise.
1094         * lib/unistr/u16-next.c: Likewise.
1095         * lib/unistr/u16-prev.c: Likewise.
1096         * lib/unistr/u16-set.c: Likewise.
1097         * lib/unistr/u16-startswith.c: Likewise.
1098         * lib/unistr/u16-stpcpy.c: Likewise.
1099         * lib/unistr/u16-stpncpy.c: Likewise.
1100         * lib/unistr/u16-strcat.c: Likewise.
1101         * lib/unistr/u16-strchr.c: Likewise.
1102         * lib/unistr/u16-strcmp.c: Likewise.
1103         * lib/unistr/u16-strcpy.c: Likewise.
1104         * lib/unistr/u16-strcspn.c: Likewise.
1105         * lib/unistr/u16-strdup.c: Likewise.
1106         * lib/unistr/u16-strlen.c: Likewise.
1107         * lib/unistr/u16-strmblen.c: Likewise.
1108         * lib/unistr/u16-strmbtouc.c: Likewise.
1109         * lib/unistr/u16-strncat.c: Likewise.
1110         * lib/unistr/u16-strncmp.c: Likewise.
1111         * lib/unistr/u16-strncpy.c: Likewise.
1112         * lib/unistr/u16-strnlen.c: Likewise.
1113         * lib/unistr/u16-strpbrk.c: Likewise.
1114         * lib/unistr/u16-strrchr.c: Likewise.
1115         * lib/unistr/u16-strspn.c: Likewise.
1116         * lib/unistr/u16-strstr.c: Likewise.
1117         * lib/unistr/u16-strtok.c: Likewise.
1118         * lib/unistr/u16-to-u32.c: Likewise.
1119         * lib/unistr/u16-to-u8.c: Likewise.
1120         * lib/unistr/u16-uctomb-aux.c: Likewise.
1121         * lib/unistr/u16-uctomb.c: Likewise.
1122         * lib/unistr/u32-check.c: Likewise.
1123         * lib/unistr/u32-chr.c: Likewise.
1124         * lib/unistr/u32-cmp.c: Likewise.
1125         * lib/unistr/u32-cpy-alloc.c: Likewise.
1126         * lib/unistr/u32-cpy.c: Likewise.
1127         * lib/unistr/u32-endswith.c: Likewise.
1128         * lib/unistr/u32-mblen.c: Likewise.
1129         * lib/unistr/u32-mbsnlen.c: Likewise.
1130         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
1131         * lib/unistr/u32-mbtouc.c: Likewise.
1132         * lib/unistr/u32-mbtoucr.c: Likewise.
1133         * lib/unistr/u32-move.c: Likewise.
1134         * lib/unistr/u32-next.c: Likewise.
1135         * lib/unistr/u32-prev.c: Likewise.
1136         * lib/unistr/u32-set.c: Likewise.
1137         * lib/unistr/u32-startswith.c: Likewise.
1138         * lib/unistr/u32-stpcpy.c: Likewise.
1139         * lib/unistr/u32-stpncpy.c: Likewise.
1140         * lib/unistr/u32-strcat.c: Likewise.
1141         * lib/unistr/u32-strchr.c: Likewise.
1142         * lib/unistr/u32-strcmp.c: Likewise.
1143         * lib/unistr/u32-strcpy.c: Likewise.
1144         * lib/unistr/u32-strcspn.c: Likewise.
1145         * lib/unistr/u32-strdup.c: Likewise.
1146         * lib/unistr/u32-strlen.c: Likewise.
1147         * lib/unistr/u32-strmblen.c: Likewise.
1148         * lib/unistr/u32-strmbtouc.c: Likewise.
1149         * lib/unistr/u32-strncat.c: Likewise.
1150         * lib/unistr/u32-strncmp.c: Likewise.
1151         * lib/unistr/u32-strncpy.c: Likewise.
1152         * lib/unistr/u32-strnlen.c: Likewise.
1153         * lib/unistr/u32-strpbrk.c: Likewise.
1154         * lib/unistr/u32-strrchr.c: Likewise.
1155         * lib/unistr/u32-strspn.c: Likewise.
1156         * lib/unistr/u32-strstr.c: Likewise.
1157         * lib/unistr/u32-strtok.c: Likewise.
1158         * lib/unistr/u32-to-u16.c: Likewise.
1159         * lib/unistr/u32-to-u8.c: Likewise.
1160         * lib/unistr/u32-uctomb.c: Likewise.
1161         * lib/unistr/u8-check.c: Likewise.
1162         * lib/unistr/u8-chr.c: Likewise.
1163         * lib/unistr/u8-cmp.c: Likewise.
1164         * lib/unistr/u8-cpy-alloc.c: Likewise.
1165         * lib/unistr/u8-cpy.c: Likewise.
1166         * lib/unistr/u8-endswith.c: Likewise.
1167         * lib/unistr/u8-mblen.c: Likewise.
1168         * lib/unistr/u8-mbsnlen.c: Likewise.
1169         * lib/unistr/u8-mbtouc-aux.c: Likewise.
1170         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
1171         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
1172         * lib/unistr/u8-mbtouc.c: Likewise.
1173         * lib/unistr/u8-mbtoucr.c: Likewise.
1174         * lib/unistr/u8-move.c: Likewise.
1175         * lib/unistr/u8-next.c: Likewise.
1176         * lib/unistr/u8-prev.c: Likewise.
1177         * lib/unistr/u8-set.c: Likewise.
1178         * lib/unistr/u8-startswith.c: Likewise.
1179         * lib/unistr/u8-stpcpy.c: Likewise.
1180         * lib/unistr/u8-stpncpy.c: Likewise.
1181         * lib/unistr/u8-strcat.c: Likewise.
1182         * lib/unistr/u8-strchr.c: Likewise.
1183         * lib/unistr/u8-strcmp.c: Likewise.
1184         * lib/unistr/u8-strcpy.c: Likewise.
1185         * lib/unistr/u8-strcspn.c: Likewise.
1186         * lib/unistr/u8-strdup.c: Likewise.
1187         * lib/unistr/u8-strlen.c: Likewise.
1188         * lib/unistr/u8-strmblen.c: Likewise.
1189         * lib/unistr/u8-strmbtouc.c: Likewise.
1190         * lib/unistr/u8-strncat.c: Likewise.
1191         * lib/unistr/u8-strncmp.c: Likewise.
1192         * lib/unistr/u8-strncpy.c: Likewise.
1193         * lib/unistr/u8-strnlen.c: Likewise.
1194         * lib/unistr/u8-strpbrk.c: Likewise.
1195         * lib/unistr/u8-strrchr.c: Likewise.
1196         * lib/unistr/u8-strspn.c: Likewise.
1197         * lib/unistr/u8-strstr.c: Likewise.
1198         * lib/unistr/u8-strtok.c: Likewise.
1199         * lib/unistr/u8-to-u16.c: Likewise.
1200         * lib/unistr/u8-to-u32.c: Likewise.
1201         * lib/unistr/u8-uctomb-aux.c: Likewise.
1202         * lib/unistr/u8-uctomb.c: Likewise.
1203         * lib/unitypes.h: Likewise.
1204         * lib/uniwidth.h: Likewise.
1205         * lib/uniwidth/cjk.h: Likewise.
1206         * lib/uniwidth/u16-strwidth.c: Likewise.
1207         * lib/uniwidth/u16-width.c: Likewise.
1208         * lib/uniwidth/u32-strwidth.c: Likewise.
1209         * lib/uniwidth/u32-width.c: Likewise.
1210         * lib/uniwidth/u8-strwidth.c: Likewise.
1211         * lib/uniwidth/u8-width.c: Likewise.
1212         * lib/uniwidth/width.c: Likewise.
1213
1214 2007-10-07  Bruno Haible  <bruno@clisp.org>
1215
1216         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
1217         The file is still under LGPL (see modules/inttypes).
1218
1219 2007-10-06  Bruno Haible  <bruno@clisp.org>
1220
1221         * modules/trunc (Dependencies): Add 'extensions'.
1222         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
1223         Reported by Ben Pfaff <blp@gnu.org>.
1224
1225 2007-10-06  Bruno Haible  <bruno@clisp.org>
1226
1227         * modules/freopen-tests: New file.
1228         * tests/test-freopen.c: New file.
1229
1230         * modules/fopen-tests: New file.
1231         * tests/test-fopen.c: New file.
1232
1233         * modules/fopen: New file.
1234         * lib/fopen.c: New file.
1235         * m4/fopen.m4: New file.
1236         * modules/freopen: New file.
1237         * lib/freopen.c: New file.
1238         * m4/freopen.m4: New file.
1239         * lib/stdio.in.h (fopen, freopen): New declarations.
1240         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
1241         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
1242         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
1243         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
1244         * doc/functions/fopen.texi: Mention the 'fopen' module.
1245         * doc/functions/freopen.texi: Mention the 'freopen' module.
1246
1247 2007-10-06  Bruno Haible  <bruno@clisp.org>
1248
1249         * modules/open-tests: New file.
1250         * tests/test-open.c: New file.
1251
1252         * modules/open: New file.
1253         * lib/open.c: New file.
1254         * m4/open.m4: New file.
1255         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
1256         lib/open.c does.
1257         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
1258         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
1259         macros.
1260         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
1261         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
1262         REPLACE_OPEN.
1263         * doc/functions/open.texi: Mention the 'open' module.
1264
1265 2007-10-04  Bruno Haible  <bruno@clisp.org>
1266
1267         * modules/ceill-tests: New file.
1268         * tests/test-ceill.c: New file.
1269
1270         * modules/ceill: New file.
1271         * lib/ceill.c: Replace entire file.
1272         * m4/ceill.m4: New file.
1273         * lib/math.in.h (ceill): Replace declaration.
1274         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
1275         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
1276         * doc/functions/ceill.texi: Mention the 'ceill' module.
1277         * modules/mathl (Files): Remove lib/ceill.c.
1278         (Depends-on): Add ceill.
1279
1280 2007-10-04  Bruno Haible  <bruno@clisp.org>
1281
1282         * modules/ceilf-tests: New file.
1283         * tests/test-ceilf.c: New file.
1284
1285         * modules/ceilf: New file.
1286         * lib/ceil.c: New file.
1287         * lib/ceilf.c: New file.
1288         * m4/ceilf.m4: New file.
1289         * lib/math.in.h (ceilf): New declaration.
1290         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
1291         HAVE_DECL_CEILF.
1292         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
1293         HAVE_DECL_CEILF.
1294         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
1295
1296 2007-10-04  Bruno Haible  <bruno@clisp.org>
1297
1298         * modules/floorl-tests: New file.
1299         * tests/test-floorl.c: New file.
1300
1301         * modules/floorl: New file.
1302         * lib/floorl.c: Replace entire file.
1303         * m4/floorl.m4: New file.
1304         * lib/math.in.h (floorl): Replace declaration.
1305         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
1306         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
1307         * doc/functions/floorl.texi: Mention the 'floorl' module.
1308         * modules/mathl (Files): Remove lib/floorl.c.
1309         (Depends-on): Add floorl.
1310
1311 2007-10-04  Bruno Haible  <bruno@clisp.org>
1312
1313         * modules/floorf-tests: New file.
1314         * tests/test-floorf.c: New file.
1315
1316         * modules/floorf: New file.
1317         * lib/floor.c: New file.
1318         * lib/floorf.c: New file.
1319         * m4/floorf.m4: New file.
1320         * lib/math.in.h (floorf): New declaration.
1321         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
1322         HAVE_DECL_FLOORF.
1323         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
1324         HAVE_DECL_FLOORF.
1325         * doc/functions/floorf.texi: Mention the 'floorf' module.
1326
1327 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
1328             Bruno Haible  <bruno@clisp.org>
1329
1330         Advertise for the Git server instead of the CVS server.
1331         * doc/gnulib-intro.texi (Steady Development): Mention the Git
1332         repository instead of the CVS one.
1333         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
1334         about all VCS systems generically.
1335         * doc/gnulib.texi (Introduction): Capitalize `Git'.
1336
1337 2007-10-04  Bruno Haible  <bruno@clisp.org>
1338
1339         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
1340         means.
1341         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
1342
1343 2007-10-04  Bruno Haible  <bruno@clisp.org>
1344
1345         * modules/truncl-tests: New file.
1346         * tests/test-truncl.c: New file.
1347
1348         * modules/truncl: New file.
1349         * lib/truncl.c: New file.
1350         * m4/truncl.m4: New file.
1351         * lib/math.in.h (truncl): New declaration.
1352         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
1353         HAVE_DECL_TRUNCL.
1354         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
1355         HAVE_DECL_TRUNCL.
1356         * doc/functions/truncl.texi: Mention the 'truncl' module.
1357
1358 2007-10-04  Bruno Haible  <bruno@clisp.org>
1359
1360         * modules/truncf-tests: New file.
1361         * tests/test-truncf.c: New file.
1362
1363         * modules/truncf: New file.
1364         * lib/trunc.c: Make paramerizable through USE_* macros.
1365         * lib/truncf.c: New file.
1366         * m4/truncf.m4: New file.
1367         * lib/math.in.h (truncf): New declaration.
1368         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
1369         HAVE_DECL_TRUNCF.
1370         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
1371         HAVE_DECL_TRUNCF.
1372         * doc/functions/truncf.texi: Mention the 'truncf' module.
1373
1374 2007-10-03  Bruno Haible  <bruno@clisp.org>
1375
1376         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
1377         augmentation also for tests modules.
1378         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
1379         * modules/atexit-tests (Makefile.am): Likewise.
1380         * modules/binary-io-tests (Makefile.am): Likewise.
1381         * modules/c-strcase-tests (Makefile.am): Likewise.
1382         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
1383         * modules/canonicalize-tests (Makefile.am): Likewise.
1384         * modules/closein-tests (Makefile.am): Likewise.
1385         * modules/fprintf-posix-tests (Makefile.am): Likewise.
1386         * modules/freadahead-tests (Makefile.am): Likewise.
1387         * modules/fseek-tests (Makefile.am): Likewise.
1388         * modules/fseeko-tests (Makefile.am): Likewise.
1389         * modules/ftell-tests (Makefile.am): Likewise.
1390         * modules/ftello-tests (Makefile.am): Likewise.
1391         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
1392         * modules/isnanl-tests (Makefile.am): Likewise.
1393         * modules/lseek-tests (Makefile.am): Likewise.
1394         * modules/mbscasecmp-tests (Makefile.am): Likewise.
1395         * modules/mbscasestr-tests (Makefile.am): Likewise.
1396         * modules/mbschr-tests (Makefile.am): Likewise.
1397         * modules/mbscspn-tests (Makefile.am): Likewise.
1398         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
1399         * modules/mbspbrk-tests (Makefile.am): Likewise.
1400         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
1401         * modules/mbsrchr-tests (Makefile.am): Likewise.
1402         * modules/mbsspn-tests (Makefile.am): Likewise.
1403         * modules/mbsstr-tests (Makefile.am): Likewise.
1404         * modules/printf-posix-tests (Makefile.am): Likewise.
1405         * modules/snprintf-posix-tests (Makefile.am): Likewise.
1406         * modules/sprintf-posix-tests (Makefile.am): Likewise.
1407         * modules/tsearch-tests (Makefile.am): Likewise.
1408         * modules/uniname/uniname-tests (Makefile.am): Likewise.
1409         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
1410         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
1411         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
1412         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
1413         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
1414         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
1415         * modules/vprintf-posix-tests (Makefile.am): Likewise.
1416         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
1417         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
1418         * modules/xstrtoimax-tests (Makefile.am): Likewise.
1419         * modules/xstrtol-tests (Makefile.am): Likewise.
1420         * modules/xstrtoumax-tests (Makefile.am): Likewise.
1421         * modules/yesno-tests (Makefile.am): Likewise.
1422
1423 2007-10-03  Bruno Haible  <bruno@clisp.org>
1424
1425         * modules/trunc-tests: New file.
1426         * tests/test-trunc.c: New file.
1427
1428         * modules/trunc: New file.
1429         * lib/trunc.c: New file.
1430         * m4/trunc.m4: New file.
1431         * lib/math.in.h (trunc): New declaration.
1432         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
1433         HAVE_DECL_TRUNC.
1434         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
1435         HAVE_DECL_TRUNC.
1436         * doc/functions/trunc.texi: Mention the 'trunc' module.
1437
1438 2007-10-03  Bruno Haible  <bruno@clisp.org>
1439
1440         * tests/test-fpending.c: New file, mostly copied
1441         from coreutils/lib/t-fpending.c.
1442         * modules/fpending-tests: New file.
1443
1444 2007-10-03  Bruno Haible  <bruno@clisp.org>
1445
1446         Port the stdio extensions to QNX (untested).
1447         * lib/fseterr.c (fseterr): Add support for QNX.
1448         * lib/fbufmode.c (fbufmode): Likewise.
1449         * lib/freadable.c (freadable): Likewise.
1450         * lib/fwritable.c (fwritable): Likewise.
1451         * lib/freading.c (freading): Likewise.
1452         * lib/fwriting.c (fwriting): Likewise.
1453         * lib/freadahead.c (freadahed): Likewise.
1454         * lib/fpurge.c (fpurge): Likewise.
1455         * lib/fseeko.c (rpl_fseeko): Likewise.
1456
1457 2007-10-03  Bruno Haible  <bruno@clisp.org>
1458             Jim Meyering  <jim@meyering.net>
1459             Eric Blake  <ebb9@byu.net>
1460
1461         * doc/relocatable.texi: Use @command instead of @program.
1462
1463 2007-10-02  Jim Meyering  <jim@meyering.net>
1464
1465         Perform one more "_.h" -> ".in.h" substitution.
1466         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
1467         instead of unistd_.h here, too.
1468
1469 2007-10-01  Bruno Haible  <bruno@clisp.org>
1470
1471         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
1472         Needed for the alloca-opt module.
1473
1474 2007-09-30  Bruno Haible  <bruno@clisp.org>
1475
1476         * lib/alloca.in.h: Renamed from lib/alloca_.h.
1477         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
1478         alloca_.h.
1479         * lib/argz.in.h: Renamed from lib/argz_.h.
1480         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
1481         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
1482         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
1483         byteswap_.h.
1484         * lib/dirent.in.h: Renamed from lib/dirent_.h.
1485         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
1486         dirent_.h.
1487         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
1488         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
1489         fcntl_.h.
1490         * lib/float.in.h: Renamed from lib/float_.h.
1491         * modules/float (Files, Makefile.am): Use float.in.h instead of
1492         float_.h.
1493         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
1494         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
1495         fnmatch_.h.
1496         * lib/getopt.in.h: Renamed from lib/getopt_.h.
1497         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
1498         getopt_.h.
1499         * lib/glob.in.h: Renamed from lib/glob_.h.
1500         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
1501         * lib/iconv.in.h: Renamed from lib/iconv_.h.
1502         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
1503         iconv_.h.
1504         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
1505         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
1506         inttypes_.h.
1507         * lib/locale.in.h: Renamed from lib/locale_.h.
1508         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
1509         locale_.h.
1510         * lib/math.in.h: Renamed from lib/math_.h.
1511         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
1512         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
1513         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
1514         of netinet_in_.h. Add dependency.
1515         * lib/poll.in.h: Renamed from lib/poll_.h.
1516         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
1517         * lib/search.in.h: Renamed from lib/search_.h.
1518         * modules/search (Files, Makefile.am): Use search.in.h instead of
1519         search_.h.
1520         * lib/signal.in.h: Renamed from lib/signal_.h.
1521         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
1522         _signal.h.
1523         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
1524         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
1525         stdbool_.h.
1526         * lib/stdint.in.h: Renamed from lib/stdint_.h.
1527         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
1528         stdint_.h.
1529         * lib/stdio.in.h: Renamed from lib/stdio_.h.
1530         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
1531         stdio_.h.
1532         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
1533         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
1534         stdlib_.h.
1535         * lib/string.in.h: Renamed from lib/string_.h.
1536         * modules/string (Files, Makefile.am): Use string.in.h instead of
1537         string_.h.
1538         * doc/gnulib-tool.texi (Initial import): Update.
1539         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
1540         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
1541         of sys_select_.h. Add dependency.
1542         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
1543         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
1544         of sys_socket_.h.
1545         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
1546         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
1547         sys_stat_.h.
1548         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
1549         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
1550         sys_time_.h.
1551         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
1552         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
1553         sysexits_.h.
1554         * lib/time.in.h: Renamed from lib/time_.h.
1555         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
1556         * lib/unistd.in.h: Renamed from lib/unistd_.h.
1557         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
1558         unistd_.h.
1559         * lib/wchar.in.h: Renamed from lib/wchar_.h.
1560         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
1561         wchar_.h.
1562         * lib/wctype.in.h: Renamed from lib/wctype_.h.
1563         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
1564         wctype_.h.
1565         * build-aux/bootstrap (slurp): Update.
1566         * lib/.cppi-disable: Update.
1567
1568 2007-09-30  Bruno Haible  <bruno@clisp.org>
1569
1570         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
1571         Needed on BeOS.
1572
1573 2007-09-30  Bruno Haible  <bruno@clisp.org>
1574
1575         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
1576
1577 2007-09-29  Bruno Haible  <bruno@clisp.org>
1578
1579         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
1580
1581 2007-09-29  Bruno Haible  <bruno@clisp.org>
1582
1583         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
1584         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
1585         * build-aux/install-reloc: Compile also areadlink.c.
1586         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
1587
1588 2007-09-29  Bruno Haible  <bruno@clisp.org>
1589
1590         * gnulib-tool (func_emit_initmacro_done): Indentation.
1591
1592 2007-09-29  Bruno Haible  <bruno@clisp.org>
1593
1594         * README: Add CVS checkout update instructions.
1595         Info from Bob Proulx <bob@proulx.com>.
1596
1597 2007-09-28  Eric Blake  <ebb9@byu.net>
1598
1599         Provide move-if-change.
1600         * build-aux/move-if-change: New file, based on best practice
1601         rather than any canonical upstream location.
1602
1603 2007-09-28  Jim Meyering  <jim@meyering.net>
1604
1605         Fix canonicalize loop-detection corner case.
1606         Do not attempt to stat the symlink values stored via seen_triple.
1607         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
1608         on linux-2.6.18, (but not 2.6.22).
1609         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
1610         triple_compare.  The former compares dev,ino,filename, while the latter
1611         would actually stat dirname(filename) when dev and ino were equal.
1612         * lib/hash-triple.c: Install <string.h>.
1613         (STREQ): Define.
1614         (triple_compare_ino_str): New function.
1615         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
1616
1617 2007-09-28  Eric Blake  <ebb9@byu.net>
1618
1619         Enforce that AC_REPLACE_FUNCS files exist.
1620         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
1621         override check for typos.
1622
1623         Fix test-closein on Solaris 10.
1624         * tests/test-closein.c (main): Don't assume stdin can be inherited
1625         closed on all systems.
1626         * tests/test-closein.sh: Likewise.
1627         Reported by Piotr Tarnowski.
1628
1629 2007-09-28  Jim Meyering  <jim@meyering.net>
1630
1631         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
1632
1633 2007-09-27  Jim Meyering  <jim@meyering.net>
1634
1635         canonicalize: Avoid a false-positive cycle failure.
1636         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
1637         Sort.  Remove cycle-check.
1638         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
1639         not cycle-check.h.
1640         (seen_triple): New function.
1641         (canonicalize_filename_mode): Use it instead of cycle-check.
1642         * tests/test-canonicalize.c: Add a test for this bug.
1643         * tests/test-canonicalize.sh: Set up and run the test.
1644
1645         New module, file-set, from coreutils.
1646         * modules/file-set: Define it.
1647         * lib/file-set.c, lib/file-set.h: Implement.
1648
1649         New module, hash-triple, from coreutils.
1650         * modules/hash-triple: Define it.
1651         * lib/hash-triple.c, lib/hash-triple.h: Implement.
1652
1653 2007-09-25  Eric Blake  <ebb9@byu.net>
1654
1655         Fix strerror on Interix.
1656         * lib/string_.h (strerror): Declare replacement.
1657         * doc/functions/strerror.texi (strerror): Document the Interix
1658         shortcoming.
1659         * modules/string (Makefile.am): Support new hooks.
1660         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
1661         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
1662         gl_FUNC_STRERROR_SEPARATE.
1663         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
1664         * lib/strerror.c (rpl_strerror): Provide replacement.
1665         * modules/strerror (Depends-on): Add string.
1666         (configure.ac): Detect use of module.
1667         * tests/test-strerror.c: New file.
1668         * modules/strerror-tests: New test module.
1669         * modules/argp (Depends-on): Add strerror.
1670         * modules/error (Depends-on): Likewise.
1671         Reported by Martin Koeppe.
1672
1673 2007-09-24  Bruno Haible  <bruno@clisp.org>
1674
1675         * README: Update git instructions.
1676
1677 2007-09-24  Eric Blake  <ebb9@byu.net>
1678
1679         Revert fpending breakage from 2007-09-08.
1680         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
1681         __fpending.c.
1682
1683 2007-09-24  Jim Meyering  <jim@meyering.net>
1684
1685         filenamecat.c: Add a test.
1686         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
1687         showing how the function works when DIR is the empty string.
1688
1689 2007-09-21  Simon Josefsson  <simon@josefsson.org>
1690
1691         * tests/test-canonicalize.sh: Turn on executable bit.
1692
1693 2007-09-19  Eric Blake  <ebb9@byu.net>
1694
1695         * README: Update CVS instructions.
1696
1697 2007-09-18  Bruno Haible  <bruno@clisp.org>
1698
1699         * modules/areadlink: New file.
1700         * lib/areadlink.h (areadlink): New declaration.
1701         * lib/areadlink.c: New file, based on lib/xreadlink.c.
1702
1703 2007-09-17  Jim Meyering  <jim@meyering.net>
1704
1705         * lib/savewd.c (ESTALE) [!defined]: Define.
1706         Reported to be required on Interix by Martin Koeppe.
1707
1708 2007-09-17  Bruno Haible  <bruno@clisp.org>
1709
1710         * gnulib-tool (func_version): Use $version.
1711
1712 2007-09-16  Bruno Haible  <bruno@clisp.org>
1713
1714         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
1715         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
1716         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
1717         Reported by Greg Schafer <gschafer@zip.com.au>.
1718
1719 2007-09-15  Bruno Haible  <bruno@clisp.org>
1720
1721         * gnulib-tool (sed): Try a little harder to make bash understand the
1722         alias.
1723         Reported by Bruce Korb <bruce.korb@gmail.com>.
1724
1725 2007-09-13  Eric Blake  <ebb9@byu.net>
1726
1727         * ChangeLog: Remove conflict markers.
1728
1729 2007-09-13  Simon Josefsson  <simon@josefsson.org>
1730
1731         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
1732         Reported by Bruno Haible <bruno@clisp.org>.
1733
1734 2007-09-12  Bruno Haible  <bruno@clisp.org>
1735
1736         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
1737         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
1738         is not defined.
1739
1740 2007-09-12  Eric Blake  <ebb9@byu.net>
1741
1742         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
1743         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
1744         Autoconf definition.
1745         * modules/euidaccess (Depends-on): Add extensions, for
1746         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
1747         * modules/fnmatch (Depends-on): Likewise.
1748         * modules/getaddrinfo (Depends-on): Likewise.
1749         * modules/getdelim (Depends-on): Likewise.
1750         * modules/getline (Depends-on): Likewise.
1751         * modules/getsubopt (Depends-on): Likewise.
1752         * modules/gettext (Depends-on): Likewise.
1753         * modules/group-member (Depends-on): Likewise.
1754         * modules/mbchar (Depends-on): Likewise.
1755         * modules/memmem (Depends-on): Likewise.
1756         * modules/mempcpy (Depends-on): Likewise.
1757         * modules/memrchr (Depends-on): Likewise.
1758         * modules/pagealign_alloc (Depends-on): Likewise.
1759         * modules/readutmp (Depends-on): Likewise.
1760         * modules/stpcpy (Depends-on): Likewise.
1761         * modules/stpncpy (Depends-on): Likewise.
1762         * modules/strchrnul (Depends-on): Likewise.
1763         * modules/strndup (Depends-on): Likewise.
1764         * modules/strsep (Depends-on): Likewise.
1765         * modules/strverscmp (Depends-on): Likewise.
1766         * modules/vasprintf (Depends-on): Likewise.
1767         * modules/wcwidth (Depends-on): Likewise.
1768         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
1769         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
1770         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
1771         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
1772         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
1773         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
1774         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
1775         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
1776         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
1777         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
1778         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
1779         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
1780         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
1781         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
1782         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
1783         * m4/readutmp.m4 (gl_READUTMP): Likewise.
1784         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1785         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
1786         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1787         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
1788         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
1789         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
1790         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
1791         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
1792         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
1793         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1794         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
1795         so that lock.m4 can be used in gettext without extensions module.
1796
1797 2007-09-11  Bruno Haible  <bruno@clisp.org>
1798
1799         * m4/isc-posix.m4: Remove file.
1800         Suggested by Eric Blake.
1801
1802 2007-09-11  Eric Blake  <ebb9@byu.net>
1803
1804         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
1805
1806 2007-09-10  Bruno Haible  <bruno@clisp.org>
1807
1808         * posix-modules: Fix typo in error message.
1809         Reported by Matt <mkraai@beckman.com>.
1810
1811 2007-09-09  Bruno Haible  <bruno@clisp.org>
1812
1813         * doc/functions/getdelim.texi: Update list of platforms lacking the
1814         function.
1815         * doc/functions/getline.texi: Likewise.
1816
1817 2007-09-09  Jim Meyering  <jim@meyering.net>
1818
1819         * lib/hash.c (hash_initialize): Detect calloc failure.
1820         Reported by Bruno Haible.
1821
1822 2007-09-09  Bruno Haible  <bruno@clisp.org>
1823
1824         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
1825         malloc or realloc fails.
1826
1827 2007-09-09  Bruno Haible  <bruno@clisp.org>
1828
1829         * modules/getcwd (Depends-on): Add malloc-posix.
1830         * modules/glob (Depends-on): Likewise.
1831         * modules/putenv (Depends-on): Likewise.
1832         * modules/strdup (Depends-on): Likewise.
1833         * modules/getdelim (Depends-on): Add realloc-posix.
1834         * modules/read-file (Depends-on): Likewise.
1835
1836 2007-09-09  Bruno Haible  <bruno@clisp.org>
1837
1838         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
1839         (gl_FUNC_MALLOC_POSIX): Require it.
1840         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
1841         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
1842         * modules/realloc (Files): Add m4/malloc.m4.
1843         * modules/calloc (Files): Likewise.
1844
1845 2007-09-09  Bruno Haible  <bruno@clisp.org>
1846
1847         * modules/malloc-posix: New file.
1848         * modules/malloc (Depends-on): Add malloc-posix.
1849         * lib/malloc.c: Include errno.h.
1850         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
1851         and a POSIX-compatible malloc into a single function. Set ENOMEM
1852         when returning NULL.
1853         * m4/malloc.m4: New file.
1854         * doc/functions/malloc.texi: Mention the malloc-posix module.
1855         * lib/stdlib_.h (malloc): New declaration.
1856         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
1857         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
1858         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
1859         and HAVE_MALLOC_POSIX.
1860
1861 2007-09-09  Bruno Haible  <bruno@clisp.org>
1862
1863         * modules/realloc-posix: New file.
1864         * modules/realloc (Depends-on): Add realloc-posix.
1865         * lib/realloc.c: Include errno.h.
1866         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
1867         and a POSIX-compatible realloc into a single function. Set ENOMEM
1868         when returning NULL.
1869         * m4/realloc.m4: New file.
1870         * doc/functions/realloc.texi: Mention the realloc-posix module.
1871         * lib/stdlib_.h (realloc): New declaration.
1872         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
1873         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
1874         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
1875         and HAVE_REALLOC_POSIX.
1876
1877 2007-09-09  Bruno Haible  <bruno@clisp.org>
1878
1879         * modules/calloc-posix: New file.
1880         * modules/calloc (Depends-on): Add calloc-posix.
1881         * lib/calloc.c: Include errno.h.
1882         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
1883         and a POSIX-compatible calloc into a single function. Set ENOMEM
1884         when returning NULL.
1885         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
1886         * doc/functions/calloc.texi: Mention the calloc-posix module.
1887         * lib/stdlib_.h (calloc): New declaration.
1888         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
1889         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
1890         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
1891         and HAVE_CALLOC_POSIX.
1892
1893 2007-09-09  Bruno Haible  <bruno@clisp.org>
1894
1895         Allow for modules to show an arbitrary notice.
1896         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
1897         * gnulib-tool: New option --extract-notice.
1898         (func_usage): Document it.
1899         (sed_extract_prog): Update.
1900         (func_get_notice): New function.
1901         (func_modules_notice): New function.
1902         (func_import, func_create_testdir): Invoke it.
1903         Suggested by Jim Meyering.
1904
1905 2007-09-09  Bruno Haible  <bruno@clisp.org>
1906
1907         * gnulib-tool: New options --verbose, --quiet.
1908         (func_usage): Document them.
1909         (verbose): New variable.
1910         (func_execute_command): New function.
1911         (func_import): Don't show the module list and the file list if
1912         $verbose < 0.
1913         (func_create_testdir): Likewise. Use func_execute_command.
1914         (func_create_megatestdir): Use func_execute_command.
1915
1916 2007-09-08  Bruno Haible  <bruno@clisp.org>
1917
1918         * gnulib-tool (func_import): Prefer rsync over wget when available,
1919         for fetching the PO files.
1920
1921 2007-09-08  Bruno Haible  <bruno@clisp.org>
1922
1923         * posix-modules: New file. Portions copied from gnulib-tool.
1924         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
1925
1926 2007-09-08  Jim Meyering  <jim@meyering.net>
1927
1928         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
1929         * lib/fpending.h: Rename from __fpending.h.
1930         * lib/fpending.c: Rename from __fpending.c.
1931         Include "fpending.h", not "__fpending.h".
1932         * lib/__fpending.h, lib/__fpending.c: Remove files.
1933         * modules/fpending (Files): Reflect new file names.
1934         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
1935
1936 2007-09-08  Bruno Haible  <bruno@clisp.org>
1937
1938         * m4/inttypes-h.m4: Remove stub file.
1939
1940 2007-09-07  Simon Josefsson  <simon@josefsson.org>
1941
1942         * doc/headers/stdint.texi: Discuss #include_next issue.
1943
1944 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
1945
1946         * build-aux/bootstrap: Remove obsolete comment about wget --help.
1947
1948 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1949
1950         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
1951         in variable name.
1952
1953 2007-09-03  Jim Meyering  <jim@meyering.net>
1954
1955         New module: git-version-gen.
1956         * modules/git-version-gen: New file.
1957
1958         Import changes from coreutils for bootstrap script.
1959
1960         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
1961
1962         bootstrap: uses rsync to download the .po files
1963         * build-aux/bootstrap (po_download_command_format): New global.
1964         (download_po_files): Use rsync.
1965         (update_po_files): Don't remove .po files after download,
1966         so future rsync runs can take advantage of the copies.
1967
1968         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
1969
1970         Solve the unnecessary-.po-file-regeneration problem once and for all.
1971         * build-aux/bootstrap (download_po_files): New function, renamed from
1972         get_translations.  Now, downloads, but doesn't update LINGUAS.
1973         (update_po_files): New function.
1974
1975         bootstrap: Ignore more.
1976         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
1977         uniwidth to e.g., lib/.gitignore.
1978         (slurp): Handle the sys_stat_.h -> sys mapping, too.
1979
1980         * build-aux/bootstrap: New setting: vc_ignore.
1981         (insert_sorted_if_absent): Create $file if absent.
1982         Adapt to new, possibly empty, list: $vc_ignore.
1983
1984         bootstrap: generate more ignorable names
1985         * build-aux/bootstrap (slurp): When generating ignorable names,
1986         also map .sin to .sed, .gperf to .c, and .y to .c.
1987
1988 2007-09-03  Jim Meyering  <jim@meyering.net>
1989
1990         * build-aux/git-version-gen: New file, from coreutils.  For details, see
1991         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
1992
1993 2007-09-02  Bruno Haible  <bruno@clisp.org>
1994
1995         Fix mis-recognition of 'mcs' on QNX 6.
1996         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
1997         output contains the string "Mono".
1998         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
1999         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
2000
2001 2007-09-01  Bruno Haible  <bruno@clisp.org>
2002
2003         Fix collision between uniwidth/* and linebreak modules.
2004         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
2005         u32_width): Remove declarations.
2006         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
2007         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
2008         streq3, streq2, streq1, streq0): Remove functions.
2009         (STREQ): Remove macro.
2010         (is_cjk_encoding): Remove function.
2011         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
2012         (uc_width, u8_width, u16_width, u32_width): Remove functions.
2013         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
2014         * NEWS: Document the change.
2015
2016 2007-09-01  Bruno Haible  <bruno@clisp.org>
2017
2018         * lib/streq.h: Add double-inclusion guard.
2019
2020 2007-09-01  Karl Berry  <karl@gnu.org>
2021
2022         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
2023
2024 2007-08-28  Jim Meyering  <jim@meyering.net>
2025
2026         Rename mreadlink_with_size to areadlink_with_size.
2027         * NEWS: Document the change.
2028         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
2029         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
2030         * lib/mreadlink.h: Rename this to...
2031         * lib/areadlink.h: ...this.
2032         * modules/mreadlink-with-size: Rename this to...
2033         * modules/areadlink-with-size: ...this.
2034         * lib/canonicalize.c: Reflect the renaming.
2035         * modules/canonicalize: Likewise.
2036
2037 2007-08-26  Bruno Haible  <bruno@clisp.org>
2038
2039         * gnulib-tool (func_import): When deciding which files to remove,
2040         consider also dangling symbolic links.
2041         Reported by Eric Blake.
2042
2043 2007-08-26  Bruno Haible  <bruno@clisp.org>
2044
2045         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
2046
2047 2007-08-23  Simon Josefsson  <simon@josefsson.org>
2048
2049         * lib/readline.c: Don't include getline.h, the prototype is now
2050         found in stdio.h.
2051
2052 2007-08-23  Jim Meyering  <jim@meyering.net>
2053
2054         Getdelim touchup.
2055         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
2056         around the funlockfile call, since funlockfile never sets errno.
2057         Don't set errno upon failed realloc.
2058
2059 2007-08-22  Eric Blake  <ebb9@byu.net>
2060
2061         Getline touchups.
2062         * lib/getdelim.c (getdelim): Revert regression that required *n to
2063         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
2064         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
2065         getdelim, rather than whether implementation is missing.
2066         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
2067         * lib/stdio_.h (getline): Also declare if replacement is
2068         required.
2069         * doc/functions/getdelim.texi: New file.
2070         * doc/functions/getline.texi: Likewise.
2071         * doc/gnulib.texi (Function Substitutes): Add new files.
2072         Reported by Bruno Haible.
2073
2074 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
2075
2076         * users.txt: Add Guile.
2077
2078 2007-08-22  Eric Blake  <ebb9@byu.net>
2079
2080         * tests/test-getdelim.c (main): Use remove, not unlink.
2081         * tests/test-getline.c (main): Likewise.
2082
2083         Move getline and getdelim into stdio.h, per POSIX 200x.
2084         * modules/getline (Files): Remove getline.h.
2085         (Depends-on): Add stdio.
2086         (configure.ac): Add module indicator.
2087         * modules/getdelim (Files): Remove getdelim.h.
2088         (Depends-on): Add stdio.
2089         (configure.ac): Add module indicator.
2090         * modules/stdio (Makefile.am): Work with new indicators.
2091         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
2092         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
2093         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
2094         * lib/getdelim.h: Delete.
2095         * lib/getline.h: Delete.
2096         * lib/stdio_.h (getdelim, getline): Declare.
2097         * modules/getdelim-tests: New module.
2098         * modules/getline-tests: Likewise.
2099         * tests/test-getdelim.c: New file.
2100         * tests/test-getline.c: Likewise.
2101         * NEWS: Document the change.
2102         * lib/getline.c: Update choice of header.
2103         * lib/csharpcomp.c: Likewise.
2104         * lib/getpass.c: Likewise.
2105         * lib/javacomp.c: Likewise.
2106         * lib/javaversion.c: Likewise.
2107         * lib/yesno.c: Likewise.
2108         * lib/getdelim.c: Likewise.
2109         (getdelim): Set errno on failure, and avoid memory leak.
2110
2111 2007-08-19  Bruno Haible  <bruno@clisp.org>
2112
2113         * modules/closein (Depends-on): Add freadahead.
2114         * lib/closein.c: Include freadahead.h.
2115         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
2116         is zero.
2117
2118 2007-08-19  Bruno Haible  <bruno@clisp.org>
2119
2120         * modules/freadahead-tests: New file.
2121         * tests/test-freadahead.sh: New file.
2122         * tests/test-freadahead.c: New file.
2123
2124         * modules/freadahead: New file.
2125         * lib/freadahead.h: New file.
2126         * lib/freadahead.c: New file.
2127         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
2128         fbufmode, fpurge, freadable, fwritable.
2129
2130 2007-08-19  Eric Blake  <ebb9@byu.net>
2131
2132         Test yesno in combination with closein.
2133         * lib/yesno.c (yesno): Document use of stdin.
2134         * modules/yesno-tests (Files): New module.
2135         * tests/test-yesno.c (main): New file.
2136         * tests/test-yesno.sh: Likewise.
2137
2138 2007-08-19  Bruno Haible  <bruno@clisp.org>
2139
2140         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
2141         * lib/fseeko.c (rpl_fseeko): Likewise.
2142         * lib/fseterr.c (fseterr): Likewise.
2143
2144 2007-08-19  Bruno Haible  <bruno@clisp.org>
2145
2146         * tests/test-lseek.c (main): Disable a test for BeOS.
2147         * doc/functions/lseek.texi: Document the BeOS bug.
2148
2149 2007-08-19  Bruno Haible  <bruno@clisp.org>
2150             Eric Blake  <ebb9@byu.net>
2151
2152         * lib/lseek.c: Include <sys/stat.h>.
2153         (rpl_lseek): Add workaround code also for Unix platforms.
2154         Needed for BeOS.
2155         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
2156         * doc/functions/lseek.texi: Document BeOS definiency.
2157
2158 2007-08-18  Bruno Haible  <bruno@clisp.org>
2159
2160         * modules/fstrcmp-tests: New file.
2161         * tests/test-fstrcmp.c: New file.
2162
2163 2007-08-18  Bruno Haible  <bruno@clisp.org>
2164
2165         * modules/fstrcmp: New file, from GNU gettext with modifications.
2166         * lib/fstrcmp.h: New file, from GNU gettext.
2167         * lib/fstrcmp.c: New file, from GNU gettext.
2168         * MODULES.html.sh (String handling): Add fstrcmp.
2169
2170 2007-08-18  Bruno Haible  <bruno@clisp.org>
2171
2172         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
2173         'bool'.
2174         (diag, compareseq): Remove const from the ctxt argument.
2175         (USE_HEURISTIC): Undefine at the end.
2176
2177 2007-08-18  Jim Meyering  <jim@meyering.net>
2178
2179         New file: lib/idcache.h
2180         * NEWS: Mention the addition.
2181         * modules/idcache (Files): Add lib/idcache.h
2182         * lib/idcache.c: Include "idcache.h".
2183         Don't include <sys/types.h>.
2184         Add a FIXME comment.
2185         Move file-scoped "static" declarations to the top.
2186         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
2187
2188 2007-08-17  Bruno Haible  <bruno@clisp.org>
2189         and Paul Eggert  <eggert@cs.ucla.edu>
2190
2191         * MODULES.html.sh: Add diffseq.
2192         * modules/diffseq: New file.
2193         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
2194         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
2195
2196 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2197
2198         Import changes from coreutils for bootstrap script.
2199
2200         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
2201
2202         * build-aux/bootstrap (slurp): Work even in environments where
2203         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
2204         current code does not slurp files whose names start with ".", and
2205         this looks like it might be a troublesome area.
2206
2207         2007-07-11  Jim Meyering  <jim@meyering.net>
2208
2209         If there's a GPL vN copyright comment, require that N == 3.
2210
2211         2007-07-08  Jim Meyering  <jim@meyering.net>
2212
2213         Run the coreutils-specific code only if tests/Makefile.am.in exists.
2214         * build-aux/bootstrap (mam_template): Move definition out of loop.
2215
2216         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
2217
2218         * build-aux/bootstrap (symlink_to_dir): Rename function from
2219         symlink_to_gnulib.  Add a directory parameter.  Update all
2220         callers.
2221         (cp_mark_as_generated): Also check for -- and link to -- files in
2222         gl/.
2223
2224         2007-07-08  Jim Meyering  <jim@meyering.net>
2225
2226         Adapt to deeper hierarchy in gnulib.
2227         * build-aux/bootstrap (symlink_to_dir): If the destination
2228         directory doesn't exist, create it. This is required at least for
2229         "lib/uniwidth/cjk.h".
2230
2231         2007-05-15  Jim Meyering  <jim@meyering.net>
2232
2233         * build-aux/bootstrap: Now that generated Makefile.am files
2234         are no longer under version control, they must be created at
2235         bootstrap time.
2236
2237 2007-08-14  Ben Pfaff  <blp@gnu.org>
2238
2239         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
2240
2241 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2242
2243         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
2244         given the changes below.
2245         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
2246         even on hosts that have padding bits beyond the supported 64.
2247
2248 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
2249
2250         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
2251         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
2252         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
2253         depends on it.
2254         (xstrtol_error): Remove.
2255         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
2256         but with a different signature.
2257         (ATTRIBUTE_NORETURN, __attribute__): New macros.
2258         * lib/xstrtol-error.c: Include exitfail.h.
2259         (xstrtol_fatal): New function, with a different signature from the
2260         old xstrtol_error, so that the caller need not worry about passing
2261         in an exit status, or about storage management of the option argument.
2262         (xstrtol_error): Now a static function.  Redo signature to
2263         implement xstrtol_fatal.  Output the correct number of hyphens in
2264         front of the option so that the caller need not worry about
2265         storage management.
2266         (N_): New macro.
2267         (_): Remove; not used now.
2268         * modules/xstrtol: Depend on getopt.
2269         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
2270         of old STRTOL_FATAL_ERROR macro.
2271         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
2272         of test program.
2273         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
2274         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
2275
2276 2007-08-08  Eric Blake  <ebb9@byu.net>
2277
2278         * lib/xstrtol-error.c: Add missing include.
2279
2280         Move xstrtol messages into gnulib domain, when --pobase is used.
2281         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
2282         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
2283         * modules/xstrtol (Files): Distribute new file.
2284         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
2285         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
2286         * tests/test-xstrtol.c: ...into new file.
2287         * tests/test-xstrtoul.c: Also test xstrtoul.
2288         * tests/test-xstrtoimax.c: Also test xstrtoimax.
2289         * tests/test-xstrtoumax.c: Also test xstrtoumax.
2290         * tests/test-xstrtol.sh: Drive the tests.
2291         * tests/test-xstrtoimax.sh: Likewise.
2292         * tests/test-xstrtoumax.sh: Likewise.
2293         * modules/xstrtol-tests: New module.
2294         * modules/xstrtoimax-tests: Likewise.
2295         * modules/xstrtoumax-tests: Likewise.
2296
2297 2007-08-08  Jim Meyering  <jim@meyering.net>
2298
2299         New function: mfile_name_concat.
2300         * lib/filenamecat.c (mfile_name_concat): New function, just like
2301         file_name_concat, but return NULL upon failure rather than exiting
2302         with a diagnostic.
2303         * lib/filenamecat.h: Declare it.
2304
2305 2007-08-07  Bruno Haible  <bruno@clisp.org>
2306
2307         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
2308         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
2309         warning from gcc.
2310         Reported by Eric Blake.
2311
2312 2007-08-07  Simon Josefsson  <simon@josefsson.org>
2313
2314         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
2315         * modules/crypto/arcfour (License): Likewise.
2316         * modules/crypto/des-tests (License): Likewise.
2317         * modules/crypto/gc-arctwo-tests (License): Likewise.
2318         * modules/crypto/gc-des-tests (License): Likewise.
2319         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
2320         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
2321         * modules/crypto/gc-md2-tests (License): Likewise.
2322         * modules/crypto/gc-md4-tests (License): Likewise.
2323         * modules/crypto/gc-md5-tests (License): Likewise.
2324         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
2325         * modules/crypto/gc-rijndael-tests (License): Likewise.
2326         * modules/crypto/gc-sha1-tests (License): Likewise.
2327         * modules/crypto/gc-tests (License): Likewise.
2328         * modules/crypto/hmac-md5 (License): Likewise.
2329         * modules/crypto/hmac-sha1 (License): Likewise.
2330         * modules/crypto/md2-tests (License): Likewise.
2331         * modules/crypto/md4-tests (License): Likewise.
2332         * modules/crypto/md5 (License): Likewise.
2333         * modules/crypto/rijndael (License): Likewise.
2334         * modules/crypto/sha1 (License): Likewise.
2335         * modules/memxor (License): Likewise.
2336
2337 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
2338         and Bruno Haible  <bruno@clisp.org>
2339
2340         * NEWS: Describe interface changes to human, xstrtol.
2341         * lib/human.h: Include <xstrtol.h>.
2342         (human_options): Return enum strtol_error, not int.  Remove
2343         bool arg; take int * instead.
2344         * lib/human.c: Don't include "gettext.h".
2345         (_): Remove; no longer used.
2346         Don't include <xstrtol.h>, since human.h does it.
2347         (human_options): Adjust to abovementioned interface changes.
2348         Do not report error to stderr; that's now the caller's
2349         responsibility.
2350         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
2351         interface change.
2352         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
2353         Str, Argument_type_string.  All uses changed.  Put " argument"
2354         in diagnostics to make them clearer.  Change wording of suffix
2355         message for clarity.
2356         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
2357         Argument_type_string.
2358         (STRTOL_FATAL_WARN): Remove; no longer used.
2359         * modules/human (Depends-on): Remove gettext-h.
2360
2361 2007-08-06  Simon Josefsson  <simon@josefsson.org>
2362
2363         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
2364
2365 2007-07-31  Bruno Haible  <bruno@clisp.org>
2366
2367         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
2368         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
2369         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
2370
2371 2007-07-31  Bruno Haible  <bruno@clisp.org>
2372
2373         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
2374         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
2375
2376 2007-07-30  Bruno Haible  <bruno@clisp.org>
2377
2378         * modules/base64 (License): Use the synonymous term "LGPLv2+".
2379         * modules/c-ctype (License): Likewise.
2380         * modules/c-strcase (License): Likewise.
2381         * modules/check-version (License): Likewise.
2382         * modules/iconv (License): Likewise.
2383         * modules/iconv_open (License): Likewise.
2384         * modules/read-file (License): Likewise.
2385         * modules/striconv (License): Likewise.
2386         * modules/strverscmp (License): Likewise.
2387         * modules/vasprintf (License): Likewise.
2388         * modules/crypto/des (License): Likewise.
2389         * modules/crypto/gc (License): Likewise.
2390         * modules/crypto/gc-arcfour (License): Likewise.
2391         * modules/crypto/gc-arctwo (License): Likewise.
2392         * modules/crypto/gc-des (License): Likewise.
2393         * modules/crypto/gc-hmac-md5 (License): Likewise.
2394         * modules/crypto/gc-hmac-sha1 (License): Likewise.
2395         * modules/crypto/gc-md2 (License): Likewise.
2396         * modules/crypto/gc-md4 (License): Likewise.
2397         * modules/crypto/gc-md5 (License): Likewise.
2398         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
2399         * modules/crypto/gc-random (License): Likewise.
2400         * modules/crypto/gc-rijndael (License): Likewise.
2401         * modules/crypto/gc-sha1 (License): Likewise.
2402         * modules/crypto/md2 (License): Likewise.
2403         * modules/crypto/md4 (License): Likewise.
2404
2405 2007-07-30  Jim Meyering  <jim@meyering.net>
2406
2407         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
2408         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
2409         it has valid stat data.  This bug would cause du not to count the
2410         sizes of inaccessible directories.
2411         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
2412         in <http://bugzilla.redhat.com/250077>.
2413
2414 2007-07-25  Peter O'Gorman  <peter@pogma.com>
2415             Bruno Haible  <bruno@clisp.org>
2416
2417         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
2418         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
2419         #include_next, gives a diagnostic about it, but reports no error in
2420         the exit code.
2421         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
2422
2423 2007-07-24  Ben Pfaff  <blp@gnu.org>
2424
2425         Improve name: "count-one-bits" is better than "popcount".
2426         * MODULES.html.sh: Update name.
2427         * lib/popcount.h: Renamed lib/count-one-bits.h.
2428         (popcount): Renamed count_one_bits.
2429         (popcountl): Renamed count_one_bits_l.
2430         (popcountll): Renamed count_one_bits_ll.
2431         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
2432         * modules/popcount: Renamed module/count-one-bits.
2433         * modules/popcount-tests: Renamed module/count-one-bits-tests.
2434         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
2435
2436 2007-07-23  Ben Pfaff  <blp@gnu.org>
2437
2438         * lib/popcount.h (popcount32): Reduce size of constants, to allow
2439         better code generation, and add U to large constants to avoid
2440         warnings, in non-GCC case.
2441         Suggested by Bruno Haible.
2442
2443 2007-07-23  Ben Pfaff  <blp@gnu.org>
2444
2445         * lib/popcount.h: Use verify_true instead of if...abort.
2446         * modules/popcount: Depend on verify module.
2447         Suggested by Jim Meyering.
2448
2449 2007-07-23  Bruno Haible  <bruno@clisp.org>
2450
2451         * gnulib-tool (func_import): Create a .cvsignore file also when the
2452         directory is not yet in CVS but the toplevel directory is. When
2453         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
2454         Reported by Karl Berry.
2455
2456 2007-07-22  Ben Pfaff  <blp@gnu.org>
2457
2458         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
2459         case.
2460         Suggested by Eric Blake.
2461
2462 2007-07-22  Ben Pfaff  <blp@gnu.org>
2463
2464         New module: popcount.
2465         * MODULES.html.sh: Add popcount.
2466         * modules/popcount: New file.
2467         * modules/popcount-tests: New file.
2468         * tests/test-popcount.c: New file.
2469         * lib/popcount.h: New file.
2470         * m4/popcount.m4: New file.
2471
2472 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
2473
2474         * build-aux/announce-gen: Update to GPLv3.
2475
2476         * build-aux/config.guess: Update from config.
2477
2478 2007-07-21  Bruno Haible  <bruno@clisp.org>
2479
2480         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
2481         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
2482
2483 2007-07-20  Jim Meyering  <jim@meyering.net>
2484
2485         * check-module: Diagnose a self-dependency.
2486
2487 2007-07-19  Bruno Haible  <bruno@clisp.org>
2488
2489         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
2490         empty.
2491         Reported by Eric Blake.
2492
2493 2007-07-18  Bruno Haible  <bruno@clisp.org>
2494
2495         * gnulib-tool: New options --po-base, --po-domain.
2496         (func_usage): Document them.
2497         (pobase, po_domain): New variables.
2498         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
2499         DEFAULT_TEXT_DOMAIN.
2500         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
2501         (func_import): Consider pobase and po_domain. Create a po/ directory.
2502         (func_create_testdir): Set pobase and po_domain to empty.
2503         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
2504         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
2505
2506 2007-07-18  Bruno Haible  <bruno@clisp.org>
2507
2508         * gnulib-tool (func_get_automake_snippet): Synthesize also an
2509         EXTRA_DIST augmentation for files in build-aux/.
2510
2511 2007-07-16  Bruno Haible  <bruno@clisp.org>
2512
2513         * modules/lseek (License): Use the synonymous term "LGPLv2+".
2514         * modules/getdelim (License): Likewise.
2515
2516 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2517
2518         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
2519         * modules/d-type (License): Likewise.
2520         * modules/extensions (License): Likewise.
2521         * modules/fnmatch (License): Likewise.
2522         * modules/fseeko (License): Likewise.
2523         * modules/getaddrinfo (License): Likewise.
2524         * modules/getline (License): Likewise.
2525         * modules/getlogin_r (License): Likewise.
2526         * modules/getpass (License): Likewise.
2527         * modules/gettimeofday (License): Likewise.
2528         * modules/glob (License): Likewise.
2529         * modules/inet_ntop (License): Likewise.
2530         * modules/malloc (License): Likewise.
2531         * modules/malloca (License): Likewise.
2532         * modules/memmem (License): Likewise.
2533         * modules/mempcpy (License): Likewise.
2534         * modules/memset (License): Likewise.
2535         * modules/minmax (License): Likewise.
2536         * modules/mktime (License): Likewise.
2537         * modules/netinet_in (License): Likewise.
2538         * modules/pathmax (License): Likewise.
2539         * modules/poll (License): Likewise.
2540         * modules/regex (License): Likewise.
2541         * modules/snprintf (License): Likewise.
2542         * modules/stdbool (License): Likewise.
2543         * modules/stdint (License): Likewise.
2544         * modules/stdio (License): Likewise.
2545         * modules/strcase (License): Likewise.
2546         * modules/strcasestr (License): Likewise.
2547         * modules/strdup (License): Likewise.
2548         * modules/string (License): Likewise.
2549         * modules/strndup (License): Likewise.
2550         * modules/strnlen (License): Likewise.
2551         * modules/strpbrk (License): Likewise.
2552         * modules/strptime (License): Likewise.
2553         * modules/strsep (License): Likewise.
2554         * modules/sys_select (License): Likewise.
2555         * modules/sys_socket (License): Likewise.
2556         * modules/sys_stat (License): Likewise.
2557         * modules/sys_time (License): Likewise.
2558         * modules/time (License): Likewise.
2559         * modules/time_r (License): Likewise.
2560         * modules/timegm (License): Likewise.
2561         * modules/unistd (License): Likewise.
2562         * modules/vsnprintf (License): Likewise.
2563         * modules/wctype (License): Likewise.
2564
2565 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2566
2567         * modules/argz (License): LGPLv2+.
2568
2569 2007-07-15  Karl Berry  <karl@gnu.org>
2570
2571         * doc/gnulib.texi: revise node structure per new fdl.texi.
2572
2573 2007-07-14  Bruno Haible  <bruno@clisp.org>
2574
2575         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
2576         the output file.
2577         * lib/uniname/uninames.h: Regenerated.
2578
2579 2007-07-14  Karl Berry  <karl@gnu.org>
2580
2581         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
2582         omitting sectioning and index commands.
2583
2584 2007-07-13  Bruno Haible  <bruno@clisp.org>
2585
2586         New gnulib-tool option --more-symlinks.
2587         * gnulib-tool (func_usage): Document --more-symlinks.
2588         (do_copyrights): New variable.
2589         Recognize option --more-symlinks.
2590         (func_import): Don't add a copyright notice transform to
2591         sed_transform_lib_file if do_copyrights is empty.
2592
2593 2007-07-13  Bruno Haible  <bruno@clisp.org>
2594
2595         * lib/vasnprintf.c (decimal_point_char): Define also if
2596         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
2597         && !NEED_PRINTF_DIRECTIVE_A.
2598         Reported by Clemens Koller <clemens.koller@anagramm.de> via
2599         Gary V. Vaughan <gary@gnu.org>.
2600
2601 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
2602
2603         * lib/inttypes_.h: Undo previous change, since it was fixed
2604         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
2605
2606 2007-07-13  Bruno Haible  <bruno@clisp.org>
2607
2608         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
2609         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
2610
2611 2007-07-13  Jim Meyering  <jim@meyering.net>
2612
2613         df: Don't fail for Tru64's "file-on-file mount".
2614         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
2615         so we fall through and use statfs instead.  Details here:
2616         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
2617         Reported by Albert Chin.
2618
2619 2007-07-13  Bruno Haible  <bruno@clisp.org>
2620
2621         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
2622         * modules/configmake (License): Likewise.
2623         * modules/gettext (License): Likewise.
2624         * modules/gettext-h (License): Likewise.
2625         * modules/include_next (License): Likewise.
2626         * modules/link-warning (License): Likewise.
2627         * modules/localcharset (License): Likewise.
2628         * modules/localename (License): Likewise.
2629         * modules/lock (License): Likewise.
2630         * modules/relocatable-lib-lgpl (License): Likewise.
2631         * modules/size_max (License): Likewise.
2632         * modules/vasnprintf (License): Likewise.
2633         * modules/wchar (License): Likewise.
2634         * modules/xsize (License): Likewise.
2635
2636 2007-07-13  Bruno Haible  <bruno@clisp.org>
2637
2638         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
2639         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
2640
2641 2007-07-12  Bruno Haible  <bruno@clisp.org>
2642
2643         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
2644         in the modules files.
2645
2646 2007-07-11  Karl Berry  <karl@gnu.org>
2647
2648         * MODULES.html.sh (func_module): use
2649          sed -e '\|^'"${includefile}"'$|d'
2650          instead of /.../d, to avoid errors on $includefile's containing /.
2651
2652 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
2653
2654         * gnulib-tool (func_import): Avoid duplication of --avoid
2655         statements
2656         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
2657         names to `_' in variable names.
2658
2659 2007-07-10  Eric Blake  <ebb9@byu.net>
2660
2661         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
2662         * NEWS: Document this change.
2663
2664 2007-07-08  Bruno Haible  <bruno@clisp.org>
2665
2666         Update to Unicode 5.0.
2667         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
2668         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
2669         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
2670         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
2671         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
2672         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
2673         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
2674         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
2675         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
2676         U+10A3F, U+1D242..U+1D244.
2677         (nonspacing_table_ind): Update.
2678         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
2679         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
2680
2681 2007-07-08  Bruno Haible  <bruno@clisp.org>
2682
2683         Update to Unicode 5.0.
2684         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
2685         code transform. Extend the name index field of unicode_name_to_code and
2686         unicode_code_to_name from 16 to 24 bits.
2687         * lib/uniname/uniname.c (unicode_character_name,
2688         unicode_name_character): Add the range 0x12xxx to the code transform.
2689         * lib/uniname/uninames.h: Regenerated.
2690         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
2691
2692 2007-07-07  Bruno Haible  <bruno@clisp.org>
2693
2694         * modules/wcwidth-tests: New file.
2695         * tests/test-wcwidth.c: New file.
2696
2697         Work around MacOS X wcwidth() bug.
2698         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
2699         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
2700         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
2701         original wcwidth in non-UTF-8 locales.
2702         * modules/wcwidth (Depends-on): Add localcharset, streq,
2703         uniwidth/width.
2704         * doc/functions/wcwidth.texi: Update.
2705
2706 2007-07-07  Bruno Haible  <bruno@clisp.org>
2707
2708         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
2709         (wcwidth): New declaration.
2710         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
2711         macros.
2712         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
2713         here. Prepare for creating <wchar.h> unconditionally.
2714         * modules/wchar (Depends-on): Add link-warning.
2715         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
2716         REPLACE_WCWIDTH, and GL_LINK_WARNING.
2717         * lib/wcwidth.h: Remove file.
2718         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
2719         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
2720         * modules/wcwidth (Files): Remove lib/wcwidth.h.
2721         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
2722         (Include): Replace wcwidth.h with <wchar.h>.
2723         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
2724         * lib/mbchar.h: Don't include wcwidth.h.
2725         * lib/mbswidth.c: Likewise.
2726         * NEWS: Mention the change.
2727
2728 2007-07-07  Bruno Haible  <bruno@clisp.org>
2729
2730         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
2731         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
2732         definition with an external declaration.
2733         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
2734         defined as a function. Remove AC_C_INLINE requirement.
2735         * modules/wcwidth (Files): Add lib/wcwidth.c.
2736         (Makefile.am): Remove redundant statement.
2737
2738 2007-07-07  Bruno Haible  <bruno@clisp.org>
2739
2740         * MODULES.html.sh (Unicode string functions): Add the new modules.
2741
2742         * tests/uniwidth/test-u32-strwidth.c: New file.
2743         * modules/uniwidth/u32-strwidth-tests: New file.
2744
2745         * lib/uniwidth/u32-strwidth.c: New file.
2746         * modules/uniwidth/u32-strwidth: New file.
2747
2748         * tests/uniwidth/test-u16-strwidth.c: New file.
2749         * modules/uniwidth/u16-strwidth-tests: New file.
2750
2751         * lib/uniwidth/u16-strwidth.c: New file.
2752         * modules/uniwidth/u16-strwidth: New file.
2753
2754         * tests/uniwidth/test-u8-strwidth.c: New file.
2755         * modules/uniwidth/u8-strwidth-tests: New file.
2756
2757         * lib/uniwidth/u8-strwidth.c: New file.
2758         * modules/uniwidth/u8-strwidth: New file.
2759
2760         * tests/uniwidth/test-u32-width.c: New file.
2761         * modules/uniwidth/u32-width-tests: New file.
2762
2763         * lib/uniwidth/u32-width.c: New file.
2764         * modules/uniwidth/u32-width: New file.
2765
2766         * tests/uniwidth/test-u16-width.c: New file.
2767         * modules/uniwidth/u16-width-tests: New file.
2768
2769         * lib/uniwidth/u16-width.c: New file.
2770         * modules/uniwidth/u16-width: New file.
2771
2772         * tests/uniwidth/test-u8-width.c: New file.
2773         * modules/uniwidth/u8-width-tests: New file.
2774
2775         * lib/uniwidth/u8-width.c: New file.
2776         * modules/uniwidth/u8-width: New file.
2777
2778         * tests/uniwidth/test-uc_width.c: New file.
2779         * modules/uniwidth/width-tests: New file.
2780
2781         * lib/uniwidth/width.c: New file, from GNU libiconv.
2782         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
2783         * modules/uniwidth/width: New file.
2784
2785         * lib/uniwidth.h: New file, from GNU libiconv.
2786         * modules/uniwidth/base: New file.
2787
2788 2007-07-07  Bruno Haible  <bruno@clisp.org>
2789
2790         * lib/uniname.h: New file, from GNU gettext.
2791         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
2792         * lib/uniname/uninames.h: New file, from GNU gettext.
2793         * lib/uniname/uniname.c: New file, from GNU gettext.
2794         * tests/uniname/test-uninames.sh: New file.
2795         * tests/uniname/test-uninames.c: New file, from GNU gettext.
2796         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
2797         * modules/uniname/base: New file.
2798         * modules/uniname/uniname: New file.
2799         * modules/uniname/uniname-tests: New file.
2800         * MODULES.html.sh (Unicode string functions): Add the new modules.
2801
2802 2007-07-06  Bruno Haible  <bruno@clisp.org>
2803
2804         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
2805
2806 2007-07-06  Bruno Haible  <bruno@clisp.org>
2807
2808         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
2809         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
2810         includes <cygwin/sys_time.h> which includes <sys/select.h> which
2811         include <sys/time.h>.
2812         Reported by Eric Blake.
2813
2814 2007-07-06  Eric Blake  <ebb9@byu.net>
2815
2816         Fix testing canonicalize on cygwin.
2817         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
2818         Revert patch from 2007-06-19.
2819         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
2820         canonicalize module is also in use.
2821         * tests/test-canonicalize.c: New file.
2822         * tests/test-canonicalize.sh: Likewise.
2823         * modules/canonicalize-tests: Likewise.
2824
2825 2007-07-06  Jim Meyering  <jim@meyering.net>
2826
2827         * lib/getugroups.c (getugroups): Detect getgrent failure.
2828         Adjust comment to reflect reality: this function may return -1.
2829
2830 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2831
2832         * build-aux/bootstrap (TP_URL,get_translations): Update to use
2833         the new TP address.
2834         (usage): Fix typo
2835         (gnulib_mk): New variable.
2836
2837 2007-07-05  Jim Meyering  <jim@meyering.net>
2838
2839         Don't let endgrent clobber errno, no matter how improbable.
2840         * lib/getugroups.c (getugroups): Save and restore errno around
2841         endgrent call.
2842
2843         Close the group DB even when failing with 2^31 or more members.
2844         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
2845
2846 2007-07-04  Jim Meyering  <jim@meyering.net>
2847
2848         * lib/getugroups.h: New file.
2849         * lib/getugroups.c: Include "getugroups.h".
2850         Remove uses of "register" keyword.
2851         Move local variable, "cp", down into scope where used.
2852         Give "username" parameter the "const" attribute.
2853         * modules/getugroups (Files): Add lib/getugroups.h
2854
2855 2007-07-04  Karl Berry  <karl@gnu.org>
2856
2857         * MODULES.html.sh (func_all_modules): Complete rename of
2858         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
2859
2860 2007-07-02  Bruno Haible  <bruno@clisp.org>
2861
2862         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
2863         mode, when inttypes.h comes from gnulib.
2864         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
2865
2866 2007-07-02  Simon Josefsson  <simon@josefsson.org>
2867
2868         * NEWS: Mention lgpl module name change.
2869
2870         * modules/lgpl-2.1: Renamed from lgpl.
2871
2872         * NEWS: Mention gpl module name change.
2873
2874         * modules/gpl-3.0: New file, based on gpl-2.0.
2875
2876         * modules/gpl-2.0: Renamed from gpl.
2877
2878         * modules/gpl: Fix filename, doc/gpl.texi is now found at
2879         doc/gpl-2.0.texi.
2880
2881 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
2882
2883         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
2884         #define __STDC_LIMIT_MACROS temporarily while including
2885         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
2886         Problem reported by Joel E. Denny in
2887         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
2888
2889 2007-07-01  Bruno Haible  <bruno@clisp.org>
2890
2891         * lib/unistdio.h: New file.
2892         * lib/unistdio/u-asnprintf.h: New file.
2893         * lib/unistdio/u-asprintf.h: New file.
2894         * lib/unistdio/u-printf-args.c: New file.
2895         * lib/unistdio/u-printf-args.h: New file.
2896         * lib/unistdio/u-printf-parse.h: New file.
2897         * lib/unistdio/u-snprintf.h: New file.
2898         * lib/unistdio/u-sprintf.h: New file.
2899         * lib/unistdio/u-vasprintf.h: New file.
2900         * lib/unistdio/u-vsnprintf.h: New file.
2901         * lib/unistdio/u-vsprintf.h: New file.
2902         * lib/unistdio/ulc-asnprintf.c: New file.
2903         * lib/unistdio/ulc-asprintf.c: New file.
2904         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
2905         * lib/unistdio/ulc-printf-parse.c: New file.
2906         * lib/unistdio/ulc-snprintf.c: New file.
2907         * lib/unistdio/ulc-sprintf.c: New file.
2908         * lib/unistdio/ulc-vasnprintf.c: New file.
2909         * lib/unistdio/ulc-vasprintf.c: New file.
2910         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
2911         * lib/unistdio/ulc-vsnprintf.c: New file.
2912         * lib/unistdio/ulc-vsprintf.c: New file.
2913         * lib/unistdio/u8-asnprintf.c: New file.
2914         * lib/unistdio/u8-asprintf.c: New file.
2915         * lib/unistdio/u8-printf-parse.c: New file.
2916         * lib/unistdio/u8-snprintf.c: New file.
2917         * lib/unistdio/u8-sprintf.c: New file.
2918         * lib/unistdio/u8-vasnprintf.c: New file.
2919         * lib/unistdio/u8-vasprintf.c: New file.
2920         * lib/unistdio/u8-vsnprintf.c: New file.
2921         * lib/unistdio/u8-vsprintf.c: New file.
2922         * lib/unistdio/u8-u8-asnprintf.c: New file.
2923         * lib/unistdio/u8-u8-asprintf.c: New file.
2924         * lib/unistdio/u8-u8-snprintf.c: New file.
2925         * lib/unistdio/u8-u8-sprintf.c: New file.
2926         * lib/unistdio/u8-u8-vasnprintf.c: New file.
2927         * lib/unistdio/u8-u8-vasprintf.c: New file.
2928         * lib/unistdio/u8-u8-vsnprintf.c: New file.
2929         * lib/unistdio/u8-u8-vsprintf.c: New file.
2930         * lib/unistdio/u16-asnprintf.c: New file.
2931         * lib/unistdio/u16-asprintf.c: New file.
2932         * lib/unistdio/u16-printf-parse.c: New file.
2933         * lib/unistdio/u16-snprintf.c: New file.
2934         * lib/unistdio/u16-sprintf.c: New file.
2935         * lib/unistdio/u16-vasnprintf.c: New file.
2936         * lib/unistdio/u16-vasprintf.c: New file.
2937         * lib/unistdio/u16-vsnprintf.c: New file.
2938         * lib/unistdio/u16-vsprintf.c: New file.
2939         * lib/unistdio/u16-u16-asnprintf.c: New file.
2940         * lib/unistdio/u16-u16-asprintf.c: New file.
2941         * lib/unistdio/u16-u16-snprintf.c: New file.
2942         * lib/unistdio/u16-u16-sprintf.c: New file.
2943         * lib/unistdio/u16-u16-vasnprintf.c: New file.
2944         * lib/unistdio/u16-u16-vasprintf.c: New file.
2945         * lib/unistdio/u16-u16-vsnprintf.c: New file.
2946         * lib/unistdio/u16-u16-vsprintf.c: New file.
2947         * lib/unistdio/u32-asnprintf.c: New file.
2948         * lib/unistdio/u32-asprintf.c: New file.
2949         * lib/unistdio/u32-printf-parse.c: New file.
2950         * lib/unistdio/u32-snprintf.c: New file.
2951         * lib/unistdio/u32-sprintf.c: New file.
2952         * lib/unistdio/u32-vasnprintf.c: New file.
2953         * lib/unistdio/u32-vasprintf.c: New file.
2954         * lib/unistdio/u32-vsnprintf.c: New file.
2955         * lib/unistdio/u32-vsprintf.c: New file.
2956         * lib/unistdio/u32-u32-asnprintf.c: New file.
2957         * lib/unistdio/u32-u32-asprintf.c: New file.
2958         * lib/unistdio/u32-u32-snprintf.c: New file.
2959         * lib/unistdio/u32-u32-sprintf.c: New file.
2960         * lib/unistdio/u32-u32-vasnprintf.c: New file.
2961         * lib/unistdio/u32-u32-vasprintf.c: New file.
2962         * lib/unistdio/u32-u32-vsnprintf.c: New file.
2963         * lib/unistdio/u32-u32-vsprintf.c: New file.
2964         * tests/unistdio/test-ulc-asnprintf1.c: New file.
2965         * tests/unistdio/test-ulc-asnprintf1.h: New file.
2966         * tests/unistdio/test-ulc-printf1.h: New file.
2967         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
2968         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
2969         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
2970         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
2971         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
2972         * tests/unistdio/test-ulc-vasprintf1.c: New file.
2973         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
2974         * tests/unistdio/test-ulc-vsprintf1.c: New file.
2975         * tests/unistdio/test-u8-asnprintf1.c: New file.
2976         * tests/unistdio/test-u8-asnprintf1.h: New file.
2977         * tests/unistdio/test-u8-printf1.h: New file.
2978         * tests/unistdio/test-u8-vasnprintf1.c: New file.
2979         * tests/unistdio/test-u8-vasnprintf2.c: New file.
2980         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
2981         * tests/unistdio/test-u8-vasnprintf3.c: New file.
2982         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
2983         * tests/unistdio/test-u8-vasprintf1.c: New file.
2984         * tests/unistdio/test-u8-vsnprintf1.c: New file.
2985         * tests/unistdio/test-u8-vsprintf1.c: New file.
2986         * tests/unistdio/test-u16-asnprintf1.c: New file.
2987         * tests/unistdio/test-u16-asnprintf1.h: New file.
2988         * tests/unistdio/test-u16-printf1.h: New file.
2989         * tests/unistdio/test-u16-vasnprintf1.c: New file.
2990         * tests/unistdio/test-u16-vasnprintf2.c: New file.
2991         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
2992         * tests/unistdio/test-u16-vasnprintf3.c: New file.
2993         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
2994         * tests/unistdio/test-u16-vasprintf1.c: New file.
2995         * tests/unistdio/test-u16-vsnprintf1.c: New file.
2996         * tests/unistdio/test-u16-vsprintf1.c: New file.
2997         * tests/unistdio/test-u32-asnprintf1.c: New file.
2998         * tests/unistdio/test-u32-asnprintf1.h: New file.
2999         * tests/unistdio/test-u32-printf1.h: New file.
3000         * tests/unistdio/test-u32-vasnprintf1.c: New file.
3001         * tests/unistdio/test-u32-vasnprintf2.c: New file.
3002         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
3003         * tests/unistdio/test-u32-vasnprintf3.c: New file.
3004         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
3005         * tests/unistdio/test-u32-vasprintf1.c: New file.
3006         * tests/unistdio/test-u32-vsnprintf1.c: New file.
3007         * tests/unistdio/test-u32-vsprintf1.c: New file.
3008         * modules/unistdio/base: New file.
3009         * modules/unistdio/u-printf-args: New file.
3010         * modules/unistdio/ulc-asnprintf: New file.
3011         * modules/unistdio/ulc-asprintf: New file.
3012         * modules/unistdio/ulc-fprintf: New file.
3013         * modules/unistdio/ulc-printf-parse: New file.
3014         * modules/unistdio/ulc-snprintf: New file.
3015         * modules/unistdio/ulc-sprintf: New file.
3016         * modules/unistdio/ulc-vasnprintf: New file.
3017         * modules/unistdio/ulc-vasprintf: New file.
3018         * modules/unistdio/ulc-vfprintf: New file.
3019         * modules/unistdio/ulc-vsnprintf: New file.
3020         * modules/unistdio/ulc-vsprintf: New file.
3021         * modules/unistdio/u8-asnprintf: New file.
3022         * modules/unistdio/u8-asprintf: New file.
3023         * modules/unistdio/u8-printf-parse: New file.
3024         * modules/unistdio/u8-snprintf: New file.
3025         * modules/unistdio/u8-sprintf: New file.
3026         * modules/unistdio/u8-vasnprintf: New file.
3027         * modules/unistdio/u8-vasprintf: New file.
3028         * modules/unistdio/u8-vsnprintf: New file.
3029         * modules/unistdio/u8-vsprintf: New file.
3030         * modules/unistdio/u8-u8-asnprintf: New file.
3031         * modules/unistdio/u8-u8-asprintf: New file.
3032         * modules/unistdio/u8-u8-snprintf: New file.
3033         * modules/unistdio/u8-u8-sprintf: New file.
3034         * modules/unistdio/u8-u8-vasnprintf: New file.
3035         * modules/unistdio/u8-u8-vasprintf: New file.
3036         * modules/unistdio/u8-u8-vsnprintf: New file.
3037         * modules/unistdio/u8-u8-vsprintf: New file.
3038         * modules/unistdio/u16-asnprintf: New file.
3039         * modules/unistdio/u16-asprintf: New file.
3040         * modules/unistdio/u16-printf-parse: New file.
3041         * modules/unistdio/u16-snprintf: New file.
3042         * modules/unistdio/u16-sprintf: New file.
3043         * modules/unistdio/u16-vasnprintf: New file.
3044         * modules/unistdio/u16-vasprintf: New file.
3045         * modules/unistdio/u16-vsnprintf: New file.
3046         * modules/unistdio/u16-vsprintf: New file.
3047         * modules/unistdio/u16-u16-asnprintf: New file.
3048         * modules/unistdio/u16-u16-asprintf: New file.
3049         * modules/unistdio/u16-u16-snprintf: New file.
3050         * modules/unistdio/u16-u16-sprintf: New file.
3051         * modules/unistdio/u16-u16-vasnprintf: New file.
3052         * modules/unistdio/u16-u16-vasprintf: New file.
3053         * modules/unistdio/u16-u16-vsnprintf: New file.
3054         * modules/unistdio/u16-u16-vsprintf: New file.
3055         * modules/unistdio/u32-asnprintf: New file.
3056         * modules/unistdio/u32-asprintf: New file.
3057         * modules/unistdio/u32-printf-parse: New file.
3058         * modules/unistdio/u32-snprintf: New file.
3059         * modules/unistdio/u32-sprintf: New file.
3060         * modules/unistdio/u32-vasnprintf: New file.
3061         * modules/unistdio/u32-vasprintf: New file.
3062         * modules/unistdio/u32-vsnprintf: New file.
3063         * modules/unistdio/u32-vsprintf: New file.
3064         * modules/unistdio/u32-u32-asnprintf: New file.
3065         * modules/unistdio/u32-u32-asprintf: New file.
3066         * modules/unistdio/u32-u32-snprintf: New file.
3067         * modules/unistdio/u32-u32-sprintf: New file.
3068         * modules/unistdio/u32-u32-vasnprintf: New file.
3069         * modules/unistdio/u32-u32-vasprintf: New file.
3070         * modules/unistdio/u32-u32-vsnprintf: New file.
3071         * modules/unistdio/u32-u32-vsprintf: New file.
3072         * modules/unistdio/ulc-asnprintf-tests: New file.
3073         * modules/unistdio/ulc-vasnprintf-tests: New file.
3074         * modules/unistdio/ulc-vasprintf-tests: New file.
3075         * modules/unistdio/ulc-vsnprintf-tests: New file.
3076         * modules/unistdio/ulc-vsprintf-tests: New file.
3077         * modules/unistdio/u8-asnprintf-tests: New file.
3078         * modules/unistdio/u8-vasnprintf-tests: New file.
3079         * modules/unistdio/u8-vasprintf-tests: New file.
3080         * modules/unistdio/u8-vsnprintf-tests: New file.
3081         * modules/unistdio/u8-vsprintf-tests: New file.
3082         * modules/unistdio/u16-asnprintf-tests: New file.
3083         * modules/unistdio/u16-vasnprintf-tests: New file.
3084         * modules/unistdio/u16-vasprintf-tests: New file.
3085         * modules/unistdio/u16-vsnprintf-tests: New file.
3086         * modules/unistdio/u16-vsprintf-tests: New file.
3087         * modules/unistdio/u32-asnprintf-tests: New file.
3088         * modules/unistdio/u32-vasnprintf-tests: New file.
3089         * modules/unistdio/u32-vasprintf-tests: New file.
3090         * modules/unistdio/u32-vsnprintf-tests: New file.
3091         * modules/unistdio/u32-vsprintf-tests: New file.
3092         * MODULES.html.sh (Unicode string functions): Add the new modules.
3093
3094 2007-07-01  Bruno Haible  <bruno@clisp.org>
3095
3096         * lib/sprintf.c (sprintf): Limit the available length estimation,
3097         to avoid address wraparound.
3098         * lib/vsprintf.c (vsprintf): Likewise.
3099         * modules/sprintf-posix (Dependencies): Add stdint.
3100         * modules/vsprintf-posix (Dependencies): Likewise.
3101
3102 2007-07-01  Bruno Haible  <bruno@clisp.org>
3103
3104         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
3105         Windows PATH as well. Conservative double-quoting. Comments.
3106
3107 2007-07-01  Bruno Haible  <bruno@clisp.org>
3108             Eric Blake  <ebb9@byu.net>
3109             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3110
3111         * gnulib-tool (self_abspathname): Fix algorithm to cope with
3112         empty components in $PATH, denoting '.'.
3113
3114 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3115
3116         * gnulib-tool: Fix indentation.
3117         (func_create_megatestdir): Likewise.
3118         Report by Bruno Haible.
3119
3120 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3121
3122         Sync from Automake.
3123         * build-aux/gnupload: Fix shell portability issues with for loops.
3124         Report by Karl Berry.
3125
3126 2007-06-29  Simon Josefsson  <simon@josefsson.org>
3127
3128         * build-aux/maint.mk (POURL): Use translationproject.org.
3129
3130 2007-06-27  Simon Josefsson  <simon@josefsson.org>
3131             Bruno Haible  <bruno@clisp.org>
3132
3133         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
3134         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
3135         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
3136         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
3137         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
3138
3139 2007-06-27  Bruno Haible  <bruno@clisp.org>
3140
3141         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
3142         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
3143
3144 2007-06-26  Karl Berry  <karl@gnu.org>
3145
3146         * MODULES.html.sh: remove xreadlink-with-size.
3147
3148 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3149
3150         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
3151         method that I hope also handles the double-include problem noted
3152         by Bruno Haible in
3153         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
3154
3155 2007-06-23  Bruno Haible  <bruno@clisp.org>
3156
3157         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3158         Don't let the 'mostlyclean' target fail if the last subdirectory could
3159         not be removed.
3160         Reported by Karl Berry.
3161
3162 2007-06-23  Bruno Haible  <bruno@clisp.org>
3163
3164         * gnulib-tool (echo): Add a speedier workaround for ksh.
3165         * tests/test-echo.sh: Likewise.
3166
3167 2007-06-23  Bruno Haible  <bruno@clisp.org>
3168
3169         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
3170         * tests/test-echo.sh: Likewise.
3171
3172 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3173
3174         * gnulib-tool (IFS): Initialize early, so we don't set it to
3175         empty later.
3176         (self_abspathname): Rewrite algorithm to set it, reindent.
3177         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
3178         (func_create_megatestdir): Merge some sed scripts.
3179
3180 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3181
3182         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
3183         exposed by Sun Studio 11 cc on Solaris 8.
3184
3185 2007-06-22  Bruno Haible  <bruno@clisp.org>
3186
3187         * gnulib-tool (echo): Ensure the echo primitive does not interpret
3188         backslashes.
3189         * tests/test-echo.sh: New file.
3190
3191 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3192
3193         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
3194         simplify `sed_replace_build_aux' scripts, they are portable but
3195         echoing them with `echo' is not.
3196         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
3197
3198 2007-06-21  Karl Berry  <karl@gnu.org>
3199
3200         * config/srclist.txt: guess we can't handle the licenses via
3201         srclist at the moment.
3202
3203 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
3204
3205         * MODULES.html.sh: Add include_next.
3206         * modules/include_next: New file.
3207
3208 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
3209
3210         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
3211         INCLUDE_NEXT.
3212         (gl_CHECK_NEXT_HEADERS): New macro.
3213         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
3214         the obsolescent gl_ABSOLUTE_HEADER.
3215         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
3216         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
3217         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
3218         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3219         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
3220         * m4/math_h.m4 (gl_MATH_H): Likewise.
3221         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
3222         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
3223         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
3224         * m4/stdint.m4 (gl_STDINT_H): Likewise.
3225         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
3226         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
3227         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
3228         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3229         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
3230         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
3231         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
3232         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
3233         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
3234         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
3235         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
3236         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
3237         * m4/inttypes.m4 (gl_INTTYPES_H): Define
3238         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
3239         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
3240         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
3241         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
3242         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
3243         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
3244         * lib/float_.h: Likewise.
3245         * lib/inttypes_.h: Likewise.
3246         * lib/math_.h: Likewise.
3247         * lib/search_.h: Likewise.
3248         * lib/signal_.h: Likewise.
3249         * lib/stdint_.h: Likewise.
3250         * lib/stdio_.h: Likewise.
3251         * lib/stdlib_.h: Likewise.
3252         * lib/string_.h: Likewise.
3253         * lib/sys_stat_.h: Likewise.
3254         * lib/sys_time_.h: Likewise.
3255         * lib/time_.h: Likewise.
3256         * lib/unistd_.h: Likewise.
3257         * lib/wchar_.h: Likewise.
3258         * lib/wctype_.h: Likewise.
3259         * lib/dirent_.h: Likewise.
3260         * lib/iconv_.h: Likewise.
3261         * lib/locale_.h: Likewise.
3262         * lib/netinet_in_.h: Likewise.
3263         * lib/sys_select_.h: Likewise.
3264         * lib/sys_socket_.h: Likewise.
3265         * lib/sysexits_.h: Likewise.
3266         * modules/fcntl (Depends-on): Depend on include_next, not
3267         absolute_header.
3268         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
3269         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
3270         * modules/fchdir: Likewise.
3271         * modules/float: Likewise.
3272         * modules/iconv_open: Likewise.
3273         * modules/inttypes: Likewise.
3274         * modules/locale: Likewise.
3275         * modules/math: Likewise.
3276         * modules/netinet_in: Likewise.
3277         * modules/search: Likewise.
3278         * modules/signal: Likewise.
3279         * modules/stdint: Likewise.
3280         * modules/stdio: Likewise.
3281         * modules/stdlib: Likewise.
3282         * modules/string: Likewise.
3283         * modules/sys_select: Likewise.
3284         * modules/sys_socket: Likewise.
3285         * modules/sys_stat: Likewise.
3286         * modules/sys_time: Likewise.
3287         * modules/sysexits: Likewise.
3288         * modules/time: Likewise.
3289         * modules/unistd: Likewise.
3290         * modules/wchar: Likewise.
3291         * modules/wctype: Likewise.
3292         * modules/sys_stat: Change maintainer to "all".
3293         * modules/unistd: Likewise.
3294
3295 2007-06-20  Karl Berry  <karl@gnu.org>
3296
3297         * config/srclist.txt: track www changes in license files.
3298
3299 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
3300
3301         * build-aux/bootstrap: Remove stray dot.
3302         Make sure build_aux settings are honored when linking
3303         gnulib_extra_files.
3304
3305 2007-06-19  Eric Blake  <ebb9@byu.net>
3306
3307         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
3308         Allow compilation on cygwin.
3309
3310 2007-06-19  Jim Meyering  <jim@meyering.net>
3311
3312         xreadlink-with-size: Remove module.  No longer used.
3313         Ex-callers now use xreadlink or mreadlink-with-size.
3314         * modules/xreadlink-with-size: Remove module.
3315         * lib/xreadlink-with-size.c: Remove file.
3316         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
3317         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
3318         just before the function definition *is* accurate.
3319
3320         Eliminate one way canonicalize_filename_mode could exit.
3321         * lib/canonicalize.c (canonicalize_filename_mode):
3322         Use mreadlink_with_size, not xreadlink_with_size.
3323
3324 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
3325
3326         Detect porting problems to FreeBSD/arm, which has time_t wider than
3327         long int.  Original problem reported for GNU diff by Xin Li in
3328         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
3329         * modules/getdate (Depends-on): Add intprops, verify.
3330         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
3331         is an integer type no wider than long int.
3332
3333 2007-06-18  Jim Meyering  <jim@meyering.net>
3334
3335         New module: mreadlink-with-size.
3336         * MODULES.html.sh: Add mreadlink-with-size.
3337         * modules/mreadlink-with-size: New module
3338         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
3339         not xreadlink-with-size.
3340         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
3341
3342 2007-06-16  Bruno Haible  <bruno@clisp.org>
3343
3344         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
3345         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
3346         Reported by Gary V. Vaughan <gary@gnu.org>.
3347
3348 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
3349
3350         Revamp lchown so that it lives in unistd.h where it belongs.
3351         * lib/lchown.h: Remove.
3352         * lib/dirchownmod.c: Don't include lib/lchown.h.
3353         * lib/fchownat.c: Likewise.
3354         * lib/openat.c: Likewise.
3355         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
3356         does not follow symlinks.
3357         (EOPNOTSUPP): Define if not defined.
3358         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
3359         is defined to 0.
3360         (lchown): New decl.
3361         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
3362         Do not check for lchown decl.
3363         Set REPLACE_LCHOWN.
3364         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
3365         REPLACE_LCHOWN.
3366         * modules/chown: Make it clear it follows symlinks.
3367         * modules/lchown: Make it clear it doesn't follow symlinks.
3368         (Files): Remove lib/lchown.h
3369         (Depends-on): Add unistd.
3370         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
3371         (Include): Include <unistd.h>, not "lchown.h".
3372         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
3373         REPLACE_LCHOWN.
3374
3375 2007-06-15  Jim Meyering  <jim@meyering.net>
3376
3377         Change license (GPL to LGPL) of fsusage and dependents.
3378         * modules/fsusage (License): Change to LGPL.
3379         * modules/full-read (License): Likewise.
3380         * modules/full-write (License): Likewise.
3381         * modules/safe-read (License): Likewise.
3382         * modules/safe-write (License): Likewise.
3383
3384 2007-06-14  Ben Pfaff  <blp@gnu.org>
3385
3386         Missing part of allocsa -> malloca transition.
3387         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
3388         gl_MALLOCA.
3389
3390 2007-06-12  Bruno Haible  <bruno@clisp.org>
3391
3392         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
3393         to ia64, x86_64, i386.
3394         Reported by Eric Blake.
3395
3396 2007-06-12  Bruno Haible  <bruno@clisp.org>
3397
3398         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
3399         cross-compiling to x86_64.
3400
3401 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
3402
3403         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
3404         glitch reported by Ralf Wildenhues in
3405         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
3406
3407         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
3408         Vin Shelton.
3409
3410 2007-06-11  Bruno Haible  <bruno@clisp.org>
3411
3412         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
3413         replacement string.
3414         Reported by Eric Blake.
3415
3416 2007-06-10  Bruno Haible  <bruno@clisp.org>
3417
3418         Prepare vasnprintf code for use with Unicode strings.
3419         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
3420         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
3421         TYPE_U32_STRING.
3422         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
3423         a_u32_string variants.
3424         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
3425         * lib/printf-args.c: Don't include config.h and the specification
3426         header if PRINTF_FETCHARGS is already defined.
3427         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
3428         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
3429         TYPE_U16_STRING, TYPE_U32_STRING.
3430         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
3431         u16_directive, u16_directives, u32_directive, u32_directives): New
3432         types.
3433         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
3434         New declarations.
3435         * lib/printf-parse.c: Don't include config.h and the specification
3436         header if PRINTF_PARSE is already defined. Eliminate the set of
3437         parameters for WIDE_CHAR_VERSION; the user of this file must provide
3438         them now. Include c-ctype.h.
3439         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
3440         directive and CHAR_T_ONLY_ASCII.
3441         * lib/vasnprintf.c: Don't include config.h and the specification header
3442         if VASNPRINTF is already defined.
3443         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
3444         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
3445         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
3446         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
3447         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
3448         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
3449         code accordingly.
3450         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
3451         pad_ourselves also in this case, with the 'c' and 's' directives, and
3452         with a different notion of "width".
3453         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
3454
3455 2007-06-10  Bruno Haible  <bruno@clisp.org>
3456
3457         * modules/unistr/u32-mbsnlen: New file.
3458         * lib/unistr/u32-mbsnlen.c: New file.
3459
3460         * modules/unistr/u16-mbsnlen: New file.
3461         * lib/unistr/u16-mbsnlen.c: New file.
3462
3463         * modules/unistr/u8-mbsnlen: New file.
3464         * lib/unistr/u8-mbsnlen.c: New file.
3465
3466         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
3467         declarations.
3468
3469 2007-06-10  Bruno Haible  <bruno@clisp.org>
3470
3471         * lib/string_.h (mbsnlen): New declaration.
3472         * lib/mbsnlen.c: New file.
3473         * m4/mbsnlen.m4: New file.
3474         * modules/mbsnlen: New file.
3475         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
3476         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
3477         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
3478
3479 2007-06-10  Bruno Haible  <bruno@clisp.org>
3480
3481         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
3482
3483 2007-06-10  Bruno Haible  <bruno@clisp.org>
3484
3485         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
3486         * lib/mbuiter.h: Likewise.
3487
3488 2007-06-10  Bruno Haible  <bruno@clisp.org>
3489
3490         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
3491         declaration.
3492
3493 2007-06-10  Karl Berry  <karl@gnu.org>
3494
3495         * config/srclist.txt: remove gettext entries, Bruno prefers
3496         to update individually.
3497
3498 2007-06-10  Bruno Haible  <bruno@clisp.org>
3499
3500         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
3501         'maxlen'. Ensure only length + width bytes are allocated, not
3502         length + 1 + width.
3503
3504 2007-06-09  Bruno Haible  <bruno@clisp.org>
3505
3506         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
3507         (CHAR_T): Remove macro.
3508         (VASNPRINTF): Update.
3509
3510 2007-06-09  Bruno Haible  <bruno@clisp.org>
3511
3512         * MODULES.html.sh (Unicode string functions): Add the new modules.
3513
3514         * modules/uniconv/u32-conv-to-enc: New file.
3515         * lib/uniconv/u32-conv-to-enc.c: New file.
3516         * modules/uniconv/u32-conv-to-enc-tests: New file.
3517         * tests/uniconv/test-u32-conv-to-enc.c: New file.
3518
3519         * modules/uniconv/u16-conv-to-enc: New file.
3520         * lib/uniconv/u16-conv-to-enc.c: New file.
3521         * lib/uniconv/u-conv-to-enc.h: New file.
3522         * modules/uniconv/u16-conv-to-enc-tests: New file.
3523         * tests/uniconv/test-u16-conv-to-enc.c: New file.
3524
3525         * modules/uniconv/u8-conv-to-enc: New file.
3526         * lib/uniconv/u8-conv-to-enc.c: New file.
3527         * modules/uniconv/u8-conv-to-enc-tests: New file.
3528         * tests/uniconv/test-u8-conv-to-enc.c: New file.
3529
3530         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
3531         u32_conv_to_encoding): New declarations.
3532
3533 2007-06-09  Bruno Haible  <bruno@clisp.org>
3534
3535         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
3536
3537 2007-06-09  Bruno Haible  <bruno@clisp.org>
3538
3539         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
3540         * modules/malloca: Renamed from modules/allocsa, updated.
3541         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
3542         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
3543         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
3544         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
3545         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
3546         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
3547         * modules/xmalloca: Renamed from modules/xallocsa, updated.
3548         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
3549         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
3550         * modules/c-strcasestr (Depends-on): Update.
3551         * lib/c-strcasestr.c: Update.
3552         * modules/c-strstr (Depends-on): Update.
3553         * lib/c-strstr.c: Update.
3554         * modules/canonicalize-lgpl (Depends-on): Update.
3555         * lib/canonicalize-lgpl.c: Update.
3556         * modules/clean-temp (Depends-on): Update.
3557         * lib/clean-temp.c: Update.
3558         * modules/csharpcomp (Depends-on): Update.
3559         * lib/csharpcomp.c: Update.
3560         * modules/csharpexec (Depends-on): Update.
3561         * lib/csharpexec.c: Update.
3562         * modules/javacomp (Depends-on): Update.
3563         * lib/javacomp.c: Update.
3564         * modules/javaexec (Depends-on): Update.
3565         * lib/javaexec.c: Update.
3566         * modules/mbscasestr (Depends-on): Update.
3567         * lib/mbscasestr.c: Update.
3568         * modules/mbsstr (Depends-on): Update.
3569         * lib/mbsstr.c: Update.
3570         * modules/setenv (Depends-on): Update.
3571         * lib/setenv.c: Update.
3572         * modules/strcasestr (Depends-on): Update.
3573         * lib/strcasestr.c: Update.
3574         * modules/striconveha (Depends-on): Update.
3575         * lib/striconveha.c: Update.
3576         * modules/relocatable-prog-wrapper (Files): Update.
3577         * lib/relocwrapper.c: Update.
3578         * build-aux/install-reloc: Update.
3579         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
3580
3581 2007-06-08  Bruno Haible  <bruno@clisp.org>
3582
3583         Port to uClibc.
3584         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
3585         * lib/fpurge.c (fpurge): Likewise.
3586         * lib/freading.c (freading): Likewise.
3587         * lib/fseeko.c (rpl_fseeko): Likewise.
3588         * lib/fseterr.c (fseterr): Likewise.
3589         * lib/fwriting.c (fwriting): Likewise.
3590         * tests/test-fflush.c (main): Avoid a failure on uClibc.
3591
3592 2007-06-08  Bruno Haible  <bruno@clisp.org>
3593
3594         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
3595         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
3596         * modules/gettext (Files): Add m4/intlmacosx.m4.
3597
3598 2007-06-07  Bruno Haible  <bruno@clisp.org>
3599
3600         * modules/localename-tests: New file.
3601         * tests/test-localename.c: New file.
3602
3603         New module 'localename'.
3604         * lib/localename.h: New file.
3605         * lib/localename.c: New file, from GNU gettext.
3606         * m4/localename.m4: New file.
3607         * modules/localename: New file.
3608
3609 2007-06-07  Bruno Haible  <bruno@clisp.org>
3610
3611         Work around the lack of <wchar.h> on some builds of uClibc.
3612         * doc/headers/wchar.texi: Update.
3613         * lib/wchar_.h: Include <wchar.h> only if it exists.
3614         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
3615         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
3616         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
3617         doesn't exist.
3618         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
3619         * modules/mbfile (Depends-on): Add wchar.
3620         * modules/mbiter (Depends-on): Likewise.
3621         * modules/mbuiter (Depends-on): Likewise.
3622         Reported by Simon Josefsson.
3623
3624 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
3625
3626         Work around problem reported by Steven M. Schweda in
3627         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
3628         Tru64 5.1B with the Compaq compiler environment installed declares
3629         an 'isblank' function but does not define it in the C library.
3630         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
3631         * lib/regex_internal.h (isblank): Likewise.
3632         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
3633         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
3634
3635 2007-06-05  Bruno Haible  <bruno@clisp.org>
3636
3637         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
3638         ia64.
3639         * modules/printf-safe: New file.
3640         * modules/fprintf-posix (Depends-on): Add printf-safe.
3641         * modules/printf-posix (Depends-on): Likewise.
3642         * modules/snprintf-posix (Depends-on): Likewise.
3643         * modules/sprintf-posix (Depends-on): Likewise.
3644         * modules/vasnprintf-posix (Depends-on): Likewise.
3645         * modules/vasprintf-posix (Depends-on): Likewise.
3646         * modules/vfprintf-posix (Depends-on): Likewise.
3647         * modules/vprintf-posix (Depends-on): Likewise.
3648         * modules/vsnprintf-posix (Depends-on): Likewise.
3649         * modules/vsprintf-posix (Depends-on): Likewise.
3650         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
3651         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
3652         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
3653         "no" on i386, x86_64, ia64.
3654         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
3655         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
3656         on i386, x86_64, ia64.
3657         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
3658         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
3659         on i386, x86_64, ia64.
3660         * tests/test-vasnprintf-posix.c: Include float.h.
3661         (LDBL80_WORDS): New macro.
3662         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
3663         on i386, x86_64, ia64.
3664         * tests/test-vasprintf-posix.c: Include float.h.
3665         (LDBL80_WORDS): New macro.
3666         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
3667         on i386, x86_64, ia64.
3668         * tests/test-snprintf-posix.c: Include float.h.
3669         * tests/test-sprintf-posix.c: Likewise.
3670         * tests/test-vsnprintf-posix.c: Likewise.
3671         * tests/test-vsprintf-posix.c: Likewise.
3672
3673 2007-06-05  Bruno Haible  <bruno@clisp.org>
3674
3675         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
3676         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
3677         non-IEEE numbers on i386, x86_64, ia64.
3678         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
3679         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
3680         * tests/test-isnanl.h: Include float.h.
3681         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
3682
3683 2007-06-05  Bruno Haible  <bruno@clisp.org>
3684
3685         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
3686         also the %a / %A. Handle the %a / %A code before this extra handling.
3687
3688 2007-06-05  Bruno Haible  <bruno@clisp.org>
3689
3690         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
3691         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
3692
3693 2007-06-05  Bruno Haible  <bruno@clisp.org>
3694
3695         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
3696         typo in variable name.
3697
3698 2007-06-05  Eric Blake  <ebb9@byu.net>
3699
3700         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
3701         Reported by Simon Josefsson.
3702
3703 2007-06-04  Bruno Haible  <bruno@clisp.org>
3704
3705         Avoid test failures on some PowerPC platforms.
3706         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
3707         Define differently for PowerPC.
3708         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
3709         Reported by Gary V. Vaughan <gary@gnu.org>.
3710
3711 2007-06-02  Bruno Haible  <bruno@clisp.org>
3712
3713         Fix test-stdint failure on FreeBSD/ia64.
3714         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
3715         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
3716         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
3717         * doc/headers/stdint.texi: Update.
3718
3719 2007-06-01  Bruno Haible  <bruno@clisp.org>
3720
3721         * tests/test-binary-io.c (main): Pass a third argument to open().
3722         Reported by Gary V. Vaughan <gary@gnu.org>.
3723
3724 2007-06-01  Bruno Haible  <bruno@clisp.org>
3725
3726         * doc/functions/frexpl.texi: Update for mingw.
3727
3728 2007-06-01  Bruno Haible  <bruno@clisp.org>
3729
3730         * tests/test-lseek.c (main): Disable test of errno for invalid third
3731         argument.
3732         * doc/functions/lseek.texi: Update.
3733         Reported by Gary V. Vaughan <gary@gnu.org>.
3734
3735 2007-05-28  Bruno Haible  <bruno@clisp.org>
3736
3737         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
3738
3739 2007-05-31  Eric Blake  <ebb9@byu.net>
3740
3741         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
3742         cross compiling.
3743
3744 2007-05-30  Eric Blake  <ebb9@byu.net>
3745         and Bruno Haible  <bruno@clisp.org>
3746
3747         Work around mingw test failures exposed by m4-1.4.9b.
3748         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
3749         * tests/test-unistd.c: Disable uid_t and git_t tests for the
3750         moment.
3751
3752 2007-05-30  Bruno Haible  <bruno@clisp.org>
3753
3754         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
3755         assuming that they are closed. Needed on HP-UX 11.
3756
3757 2007-05-29  Bruno Haible  <bruno@clisp.org>
3758
3759         Fix a problem with #include_next.
3760         * lib/dirent_.h: Split the double-inclusion guard.
3761         * lib/fcntl_.h: Likewise.
3762         * lib/float_.h: Likewise.
3763         * lib/iconv_.h: Likewise.
3764         * lib/inttypes_.h: Likewise.
3765         * lib/locale_.h: Likewise.
3766         * lib/math_.h: Likewise.
3767         * lib/netinet_in_.h: Likewise.
3768         * lib/search_.h: Likewise.
3769         * lib/signal_.h: Likewise.
3770         * lib/stdint_.h: Likewise.
3771         * lib/stdio_.h: Likewise.
3772         * lib/stdlib_.h: Likewise.
3773         * lib/string_.h: Likewise.
3774         * lib/sys_select_.h: Likewise.
3775         * lib/sys_socket_.h: Likewise.
3776         * lib/sys_stat_.h: Likewise.
3777         * lib/sys_time_.h: Likewise.
3778         * lib/sysexits_.h: Likewise.
3779         * lib/time_.h: Likewise.
3780         * lib/unistd_.h: Likewise.
3781         * lib/wchar_.h: Likewise.
3782         * lib/wctype_.h: Likewise.
3783
3784 2007-05-29  Bruno Haible  <bruno@clisp.org>
3785
3786         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
3787         for the moment.
3788
3789 2007-05-29  Bruno Haible  <bruno@clisp.org>
3790
3791         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
3792         invocation.
3793         Reported by Eric Blake.
3794
3795 2007-05-29  Bruno Haible  <bruno@clisp.org>
3796
3797         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
3798         compiling case.
3799
3800 2007-05-29  Eric Blake  <ebb9@byu.net>
3801             Bruno Haible  <bruno@clisp.org>
3802
3803         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
3804         cross compiles.
3805
3806 2007-05-28  Eric Blake  <ebb9@byu.net>
3807
3808         * modules/closein-tests (test_closein_LDADD): Support test on
3809         cygwin with libtool.
3810
3811 2007-05-28  Bruno Haible  <bruno@clisp.org>
3812
3813         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
3814         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
3815         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
3816         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
3817         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
3818         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
3819         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
3820         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
3821         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
3822
3823 2007-05-28  Eric Blake  <ebb9@byu.net>
3824
3825         Unconditionally include <config.h> in unit tests.
3826         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
3827         * tests/test-allocsa.c, tests/test-arcfour.c,
3828         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
3829         tests/test-array_list.c, tests/test-array_oset.c,
3830         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
3831         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
3832         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
3833         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
3834         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
3835         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
3836         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
3837         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
3838         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
3839         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
3840         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
3841         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
3842         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
3843         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
3844         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
3845         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
3846         test-md5.c, test-memmem.c, test-printf-posix.c,
3847         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
3848         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
3849         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
3850         test-strcasestr.c, test-striconv.c, test-striconveh.c,
3851         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
3852         test-vasnprintf-posix2.c, test-vasnprintf.c,
3853         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
3854         test-vfprintf-posix.c, test-vprintf-posix.c,
3855         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
3856         test-xvasprintf.c: Likewise.
3857
3858 2007-05-28  Bruno Haible  <bruno@clisp.org>
3859
3860         * gnulib-tool (func_import): Remember the --with-tests command-line
3861         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
3862         Reported by Eric Blake.
3863
3864 2007-05-28  Bruno Haible  <bruno@clisp.org>
3865
3866         * modules/ftell-tests: New file.
3867         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
3868         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
3869
3870         * lib/ftell.c: New file.
3871         * modules/ftell: New file.
3872         * m4/ftell.m4: New file.
3873         * doc/functions/ftell.texi: Update.
3874         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
3875         REPLACE_FTELL.
3876         * lib/stdio_.h (rpl_ftell): New declaration.
3877         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
3878         REPLACE_FTELL.
3879
3880 2007-05-28  Eric Blake  <ebb9@byu.net>
3881
3882         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
3883
3884 2007-05-28  Bruno Haible  <bruno@clisp.org>
3885
3886         * modules/fseek-tests: New file.
3887         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
3888         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
3889
3890         * lib/fseek.c: New file.
3891         * modules/fseek: New file.
3892         * m4/fseek.m4: New file.
3893         * doc/functions/fseek.texi: Update.
3894         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
3895         REPLACE_FSEEK.
3896         * lib/stdio_.h (rpl_fseek): New declaration.
3897         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
3898         REPLACE_FSEEK.
3899
3900 2007-05-28  Bruno Haible  <bruno@clisp.org>
3901
3902         * lib/stdio_.h (fflush): More comments.
3903
3904 2007-05-28  Bruno Haible  <bruno@clisp.org>
3905
3906         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
3907         runtime test.
3908
3909 2007-05-28  Eric Blake  <ebb9@byu.net>
3910
3911         Improve lseek module.
3912         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
3913         * lib/unistd_.h (lseek): Scale back link warning message.
3914         * tests/test-lseek.c: Beef up test.
3915         * tests/test-lseek.sh: Exercise more facets of lseek.
3916         Reported by Bruno Haible.
3917
3918 2007-05-28  Bruno Haible  <bruno@clisp.org>
3919
3920         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
3921         to define.
3922
3923 2007-05-27  Bruno Haible  <bruno@clisp.org>
3924
3925         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
3926
3927 2007-05-27  Bruno Haible  <bruno@clisp.org>
3928
3929         * modules/openmp: New file.
3930         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
3931         Noah Misch.
3932
3933 2007-05-26  Bruno Haible  <bruno@clisp.org>
3934
3935         * modules/chdir-long (Depends-on): Add fchdir.
3936         * modules/chdir-safer (Depends-on): Likewise.
3937         * modules/fts (Depends-on): Likewise.
3938         * modules/fts-lgpl (Depends-on): Likewise.
3939         * modules/openat (Depends-on): Likewise.
3940         * modules/savewd (Depends-on): Likewise.
3941
3942 2007-05-24  Eric Blake  <ebb9@byu.net>
3943
3944         Fix lseek on mingw.
3945         * modules/lseek: New module.
3946         * m4/lseek.m4: New file.
3947         * lib/lseek.c: New file.
3948         * modules/lseek-tests: New file.
3949         * tests/test-lseek.c: New file.
3950         * tests/test-lseek.sh: New file.
3951         * MODULES.html.sh: Document lseek module.
3952         * modules/fflush (Depends-on): Add lseek, fseeko.
3953         * modules/fseeko (Depends-on): Likewise.
3954         * modules/ftello (Depends-on): Likewise.
3955         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
3956         broken.
3957         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
3958         broken.
3959         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
3960         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
3961         * lib/ftello.c (rpl_ftello): Likewise.
3962         * tests/test-fseeko.c (main): Test this.
3963         * tests/test-fseeko.sh: Likewise.
3964         * tests/test-ftello.c (main): Likewise.
3965         * tests/test-ftello.sh: Likewise.
3966         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
3967         implies replacing fseek.
3968         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
3969         HAVE_FTELLO.
3970         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
3971         * modules/unistd (Makefile.am): Likewise.
3972         * lib/unistd_.h (lseek): Declare a replacement.
3973         * doc/functions/lseek.texi (lseek): Document this fix.
3974         * doc/functions/fseek.texi (fseek): Likewise.
3975         * doc/functions/ftell.texi (ftell): Likewise.
3976
3977 2007-05-24  Bruno Haible  <bruno@clisp.org>
3978
3979         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
3980         in the printed representation of a NaN.
3981         * tests/test-vasprintf-posix.c (test_function): Likewise.
3982         * tests/test-snprintf-posix.h (test_function): Likewise.
3983         * tests/test-sprintf-posix.h (test_function): Likewise.
3984         Reported by Eric Blake.
3985
3986 2007-05-23  Eric Blake  <ebb9@byu.net>
3987
3988         Fix fseeko/ftello on cygwin 1.5.24.
3989         * doc/functions/fseeko.texi (fseeko): Document the fix.
3990         * doc/functions/ftello.texi (ftello): Document the fix.
3991         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
3992         * doc/functions/stdout.text (stdout): New file.
3993         * doc/functions/stderr.text (stderr): New file.
3994         * doc/gnulib.texi (Function Substitutes): Use new files.
3995         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
3996         prior to 1.7.0.
3997         * tests/test-ftello.c (main): Likewise for ftello.
3998         * tests/test-fseeko.sh: New file.
3999         * tests/test-ftello.sh: New file.
4000         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
4001         with seekable stdin.
4002         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
4003         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
4004         (gl_REPLACE_FSEEKO): New macro.
4005         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
4006         * modules/fseeko (Files): Distribute fseeko.c.
4007         * modules/ftello (Files): Distribute ftello.c.
4008         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
4009         mode.
4010         * lib/ftello.c (rpl_ftello): New file.
4011         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
4012         fseeko, ftello.
4013         (gl_STDIN_LARGE_OFFSET): New macro.
4014         * modules/stdio (Makefile.am): Perform the replacement.
4015         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
4016
4017 2007-05-23  Bruno Haible  <bruno@clisp.org>
4018
4019         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
4020         GNULIB_POSIXCHECK is defined.
4021
4022 2007-05-21  Bruno Haible  <bruno@clisp.org>
4023
4024         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
4025         Check also the output for NaN arguments. When cross-compiling, guess
4026         no on IRIX.
4027         * lib/vasnprintf.c: Update comments.
4028         * tests/test-vasnprintf-posix.c (strisnan): New function.
4029         (test_function): Use it.
4030         * tests/test-vasprintf-posix.c (strisnan): New function.
4031         (test_function): Use it.
4032         * tests/test-snprintf-posix.h (strisnan): New function.
4033         (test_function): Use it.
4034         * tests/test-sprintf-posix.h (strisnan): New function.
4035         (test_function): Use it.
4036         Reported by Eric Blake.
4037
4038 2007-05-20  Bruno Haible  <bruno@clisp.org>
4039
4040         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
4041         numbers that fails on BeOS.
4042         * doc/functions/frexpl.texi: Update.
4043
4044 2007-05-20  Jim Meyering  <jim@meyering.net>
4045
4046         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
4047         forced upon us by glibc-2.6.
4048
4049 2007-05-20  Bruno Haible  <bruno@clisp.org>
4050
4051         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
4052         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
4053         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
4054         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
4055         NEED_PRINTF_INFINITE.
4056         (is_infinitel): New function.
4057         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
4058         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
4059         gl_PREREQ_VASNPRINTF_INFINITE.
4060         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
4061         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4062         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
4063         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
4064         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
4065         gl_PREREQ_VASNPRINTF_INFINITE.
4066         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4067         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4068         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4069         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4070         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4071         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4072         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4073         * doc/functions/fprintf.texi: Update.
4074         * doc/functions/printf.texi: Update.
4075         * doc/functions/snprintf.texi: Update.
4076         * doc/functions/sprintf.texi: Update.
4077         * doc/functions/vfprintf.texi: Update.
4078         * doc/functions/vprintf.texi: Update.
4079         * doc/functions/vsnprintf.texi: Update.
4080         * doc/functions/vsprintf.texi: Update.
4081
4082 2007-05-20  Bruno Haible  <bruno@clisp.org>
4083
4084         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
4085         was not found in libc.
4086         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
4087
4088 2007-05-20  Bruno Haible  <bruno@clisp.org>
4089
4090         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
4091         printed as "-nan" instead of "nan".
4092         * tests/test-vasprintf-posix.c (test_function): Likewise.
4093         * tests/test-snprintf-posix.h (test_function): Likewise.
4094         * tests/test-sprintf-posix.h (test_function): Likewise.
4095         Needed for HP-UX 11.
4096
4097 2007-05-20  Jim Meyering  <jim@meyering.net>
4098
4099         Fix buggy test for the fchownat-deref bug.
4100         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
4101         symlink required for the run-test.  Without it, this test would
4102         always declare that fchownat doesn't work, and client code would
4103         unnecessarily use the replacement function with fixed libc.
4104         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
4105         Reported by Greg Schafer.
4106
4107 2007-05-19  Bruno Haible  <bruno@clisp.org>
4108
4109         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
4110         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
4111         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
4112         Needed for IRIX 6.5 and Solaris 2.5.1.
4113
4114 2007-05-19  Bruno Haible  <bruno@clisp.org>
4115
4116         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
4117         (test_function): Skip tests involving -0.0 on platforms where
4118         -0.0 = 0.0.
4119         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
4120         (test_function): Skip tests involving -0.0 on platforms where
4121         -0.0 = 0.0.
4122         * tests/test-snprintf-posix.h (have_minus_zero): New function.
4123         (test_function): Skip tests involving -0.0 on platforms where
4124         -0.0 = 0.0.
4125         * tests/test-sprintf-posix.h (have_minus_zero): New function.
4126         (test_function): Skip tests involving -0.0 on platforms where
4127         -0.0 = 0.0.
4128         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
4129         tests.
4130         * tests/test-printf-posix.h (test_function): Likewise.
4131         * tests/test-printf-posix.output: Remove all -0.0 related results.
4132         Needed for IRIX 6.5.
4133
4134 2007-05-19  Bruno Haible  <bruno@clisp.org>
4135
4136         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
4137         printed as "nan0x7fffffff" instead of "nan".
4138         * tests/test-vasprintf-posix.c (test_function): Likewise.
4139         * tests/test-snprintf-posix.h (test_function): Likewise.
4140         * tests/test-sprintf-posix.h (test_function): Likewise.
4141         * tests/test-fprintf-posix.h (NaN): Remove macro.
4142         (test_function): Remove all NaN related tests.
4143         * tests/test-printf-posix.h (NaN): Remove macro.
4144         (test_function): Remove all NaN related tests.
4145         * tests/test-printf-posix.output: Remove all NaN related results.
4146         Needed for IRIX 6.5.
4147
4148 2007-05-19  Bruno Haible  <bruno@clisp.org>
4149
4150         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
4151         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
4152
4153 2007-05-19  Bruno Haible  <bruno@clisp.org>
4154
4155         * lib/float_.h: New file.
4156         * m4/float_h.m4: New file.
4157         * modules/float: New file.
4158         * modules/isnanl (Dependencies): Add float.
4159         * modules/isnanl-nolibm (Dependencies): Likewise.
4160         * modules/mathl (Dependencies): Likewise.
4161         * modules/printf-frexpl (Dependencies): Likewise.
4162         * modules/signbit (Dependencies): Likewise.
4163         * modules/vasnprintf (Dependencies): Likewise.
4164         * doc/headers/float.texi: Update.
4165
4166 2007-05-19  Jim Meyering  <jim@meyering.net>
4167
4168         * lib/utimens.c (gl_futimens): Rename from futimens,
4169         now that glibc-2.6 declares futimens.
4170         * lib/utimens.h: Likewise.
4171
4172 2007-05-19  Bruno Haible  <bruno@clisp.org>
4173
4174         Avoid test failures on mingw.
4175         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
4176         * tests/test-printf-posix.sh: Likewise.
4177         * tests/test-vfprintf-posix.sh: Likewise.
4178         * tests/test-vprintf-posix.sh: Likewise.
4179
4180 2007-05-19  Bruno Haible  <bruno@clisp.org>
4181
4182         Fix *printf result for NaN, Inf, -0.0 on mingw.
4183         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
4184         * lib/vasnprintf.c: Include math.h and isnan.h.
4185         (is_infinite_or_zero): New function.
4186         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
4187         values in the %f, %F, %e, %E, %g, %G directives.
4188         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
4189         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4190         gl_PRINTF_INFINITE and test its result. Invoke
4191         gl_PREREQ_VASNPRINTF_INFINITE.
4192         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4193         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4194         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4195         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4196         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4197         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4198         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4199         * doc/functions/fprintf.texi: Update.
4200         * doc/functions/printf.texi: Update.
4201         * doc/functions/snprintf.texi: Update.
4202         * doc/functions/sprintf.texi: Update.
4203         * doc/functions/vfprintf.texi: Update.
4204         * doc/functions/vprintf.texi: Update.
4205         * doc/functions/vsnprintf.texi: Update.
4206         * doc/functions/vsprintf.texi: Update.
4207
4208 2007-05-19  Bruno Haible  <bruno@clisp.org>
4209
4210         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
4211         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
4212         Instead of multiplying with 10^k, set extra_zeroes to k.
4213         (scale10_round_long_double): Remove function.
4214
4215 2007-05-18  Bruno Haible  <bruno@clisp.org>
4216
4217         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
4218         introduced on 2007-05-06.
4219
4220 2007-05-18  Bruno Haible  <bruno@clisp.org>
4221
4222         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
4223         %g directives.
4224         * tests/test-vasprintf-posix.c (test_function): Likewise.
4225         * tests/test-snprintf-posix.h (test_function): Likewise.
4226         * tests/test-sprintf-posix.h (test_function): Likewise.
4227
4228 2007-05-18  Bruno Haible  <bruno@clisp.org>
4229
4230         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
4231         (strmatch): New function.
4232         (test_function): Test the %f directive on numbers of various exponents.
4233         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
4234         (strmatch): New function.
4235         (test_function): Test the %f directive on numbers of various exponents.
4236         * tests/test-snprintf-posix.h (strmatch): New function.
4237         (test_function): Test the %f directive on numbers of various exponents.
4238         * tests/test-sprintf-posix.h (strmatch): New function.
4239         (test_function): Test the %f directive on numbers of various exponents.
4240         * tests/test-snprintf-posix.c (SIZEOF): New macro.
4241         * tests/test-sprintf-posix.c (SIZEOF): New macro.
4242         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
4243         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
4244
4245 2007-05-18  Bruno Haible  <bruno@clisp.org>
4246
4247         Add support for 'long double' number output.
4248         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
4249         * lib/vasnprintf.c: Include math.h and float+.h.
4250         (mp_limb_t): New type.
4251         (GMP_LIMB_BITS): New macro.
4252         (mp_twolimb_t): New type.
4253         (GMP_TWOLIMB_BITS): New macro.
4254         (mpn_t): New type.
4255         (multiply, divide, convert_to_decimal, decode_long_double,
4256         scale10_round_long_double, scale10_round_decimal_long_double,
4257         floorlog10l): New functions.
4258         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
4259         for the %f, %F, %e, %E, %g, %G directives.
4260         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
4261         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4262         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
4263         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
4264         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4265         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4266         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4267         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4268         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4269         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4270         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4271         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
4272         * modules/snprintf-posix (Depends-on): Likewise.
4273         * modules/sprintf-posix (Depends-on): Likewise.
4274         * modules/vasnprintf-posix (Depends-on): Likewise.
4275         * modules/vasprintf-posix (Depends-on): Likewise.
4276         * modules/vfprintf-posix (Depends-on): Likewise.
4277         * modules/vsnprintf-posix (Depends-on): Likewise.
4278         * modules/vsprintf-posix (Depends-on): Likewise.
4279         * modules/vasnprintf (Files): Add lib/float+.h.
4280         * doc/functions/fprintf.texi: Update.
4281         * doc/functions/printf.texi: Update.
4282         * doc/functions/snprintf.texi: Update.
4283         * doc/functions/sprintf.texi: Update.
4284         * doc/functions/vfprintf.texi: Update.
4285         * doc/functions/vprintf.texi: Update.
4286         * doc/functions/vsnprintf.texi: Update.
4287         * doc/functions/vsprintf.texi: Update.
4288
4289 2007-05-18  Bruno Haible  <bruno@clisp.org>
4290
4291         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
4292
4293 2007-05-18  Bruno Haible  <bruno@clisp.org>
4294
4295         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
4296         for printing 64-bit integers. Needed for mingw.
4297
4298 2007-05-18  Bruno Haible  <bruno@clisp.org>
4299
4300         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
4301         gl_FUNC_FREXPL_WORKS.
4302         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
4303
4304 2007-05-18  Bruno Haible  <bruno@clisp.org>
4305
4306         * modules/frexpl-nolibm-tests: New file.
4307
4308         * modules/frexpl-nolibm: New file.
4309         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
4310
4311 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
4312
4313         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
4314         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
4315         GCC 4.2, which otherwise issues a lot of warnings.
4316         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
4317         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
4318         Likewise.
4319         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
4320         * modules/iconv_open (iconv.h): Likewise.
4321         * modules/locale (locale.h): Likewise.
4322         * modules/netinet_in (netinet/in.h): Likewise.
4323         * modules/sys_select (sys_select.h): Likewise.
4324         * modules/sys_socket (sys/socket.h): Likewise.
4325         * modules/sys_stat (sys/stat.h): Likewise.
4326         * modules/sysexits (sysexits.h): Likewise.
4327         * modules/unistd (unistd.h): Likewise.
4328
4329 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4330
4331         * modules/closein-tests (Makefile.am): Distribute
4332         `test-closein.sh'.
4333
4334 2007-05-17  Bruno Haible  <bruno@clisp.org>
4335
4336         * tests/test-printf-posix.output: Renamed from
4337         tests/test-fprintf-posix.out.
4338         * modules/fprintf-posix-tests: Update.
4339         * modules/printf-posix-tests: Update.
4340         * modules/vfprintf-posix-tests: Update.
4341         * modules/vprintf-posix-tests: Update.
4342         * tests/test-fprintf-posix.sh: Update.
4343         * tests/test-printf-posix.sh: Update.
4344         * tests/test-vfprintf-posix.sh: Update.
4345         * tests/test-vprintf-posix.sh: Update.
4346         Reported by Ralf Wildenhues.
4347
4348 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
4349
4350         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
4351         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
4352         GCC 4.2, which otherwise issues a lot of warnings.
4353         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
4354         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
4355         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
4356         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
4357         it should no longer be needed.
4358         * lib/string_.h: Likewise.
4359         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
4360         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
4361         * modules/inttypes (inttypes.h): Likewise.
4362         * modules/math (math.h): Likewise.
4363         * modules/search (search.h): Likewise.
4364         * modules/signal (signal.h): Likewise.
4365         * modules/stdint (stdint.h): Likewise.
4366         * modules/stdio (stdio.h): Likewise.
4367         * modules/stdlib (stdlib.h): Likewise.
4368         * modules/string (string.h): Likewise.
4369         * modules/sys_time (sys/time.h): Likewise.
4370         * modules/time (time.h): Likewise.
4371         * modules/wchar (wchar.h): Likewise.
4372         * modules/wctype (wtype.h): Likewise.
4373
4374 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
4375
4376         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
4377
4378 2007-05-13  Bruno Haible  <bruno@clisp.org>
4379
4380         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
4381         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
4382         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
4383         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
4384         (gl_PREREQ_STRTOK_R): Don't require it here.
4385
4386 2007-05-13  Bruno Haible  <bruno@clisp.org>
4387
4388         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
4389         when used in C++ mode.
4390
4391 2007-05-12  Bruno Haible  <bruno@clisp.org>
4392
4393         * lib/linebuffer.h: Tweak doc.
4394         * lib/linebuffer.c: Likewise.
4395
4396 2007-05-12  James Youngman  <jay@gnu.org>
4397
4398         * lib/linebuffer.c (readlinebuffer_delim): New function,
4399         like readlinebuffer, but use a caller-specified delimiter.
4400         (readlinebuffer): Just call readlinebuffer_delim with '\n'
4401         as the delimiter.
4402         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
4403
4404 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4405
4406         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
4407         * modules/openat (Files): Remove openat-die.c.
4408         (Depends-on): Add openat-die.
4409         * modules/openat-die: New module.
4410
4411 2007-05-06  Bruno Haible  <bruno@clisp.org>
4412
4413         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
4414         Update with info about Cygwin.
4415         * doc/functions/fprintf.texi: Update.
4416         * doc/functions/printf.texi: Update.
4417         * doc/functions/snprintf.texi: Update.
4418         * doc/functions/sprintf.texi: Update.
4419         * doc/functions/vfprintf.texi: Update.
4420         * doc/functions/vprintf.texi: Update.
4421         * doc/functions/vsnprintf.texi: Update.
4422         * doc/functions/vsprintf.texi: Update.
4423         Reported by Eric Blake.
4424
4425 2007-05-06  Bruno Haible  <bruno@clisp.org>
4426
4427         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
4428         padding ourselves for the floating-point directives.
4429         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
4430         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
4431         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4432         gl_PRINTF_FLAG_ZERO and test its result. Invoke
4433         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
4434         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4435         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
4436         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4437         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4438         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4439         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4440         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4441         * tests/test-snprintf-posix.h (test_function): Also check the width
4442         and some flags in the %f directive.
4443         * tests/test-sprintf-posix.h (test_function): Likewise.
4444         * tests/test-vasnprintf-posix.c (test_function): Likewise.
4445         * tests/test-vasprintf-posix.c (test_function): Likewise.
4446         * doc/functions/fprintf.texi: Update.
4447         * doc/functions/printf.texi: Update.
4448         * doc/functions/snprintf.texi: Update.
4449         * doc/functions/sprintf.texi: Update.
4450         * doc/functions/vfprintf.texi: Update.
4451         * doc/functions/vprintf.texi: Update.
4452         * doc/functions/vsnprintf.texi: Update.
4453         * doc/functions/vsprintf.texi: Update.
4454
4455 2007-05-06  Bruno Haible  <bruno@clisp.org>
4456
4457         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
4458         pass the ' flag character to sprintf or snprintf.
4459         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
4460         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
4461         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4462         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
4463         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
4464         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4465         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
4466         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4467         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4468         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4469         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4470         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4471         * tests/test-snprintf-posix.h (test_function): Also check the grouping
4472         flag.
4473         * tests/test-sprintf-posix.h (test_function): Likewise.
4474         * tests/test-vasnprintf-posix.c (test_function): Likewise.
4475         * tests/test-vasprintf-posix.c (test_function): Likewise.
4476         * doc/functions/fprintf.texi: Update.
4477         * doc/functions/printf.texi: Update.
4478         * doc/functions/snprintf.texi: Update.
4479         * doc/functions/sprintf.texi: Update.
4480         * doc/functions/vfprintf.texi: Update.
4481         * doc/functions/vprintf.texi: Update.
4482         * doc/functions/vsnprintf.texi: Update.
4483         * doc/functions/vsprintf.texi: Update.
4484
4485 2007-05-01  Bruno Haible  <bruno@clisp.org>
4486
4487         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
4488
4489 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
4490
4491         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
4492         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
4493
4494 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
4495
4496         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
4497         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
4498         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
4499
4500 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
4501
4502         * lib/argp-help.c (struct hol_entry): New member `ord'.
4503         (HOL_ENTRY_PTRCMP): Use ord for comparison
4504         (hol_sort): Initialize ord.
4505
4506 2007-05-01  Bruno Haible  <bruno@clisp.org>
4507
4508         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
4509         Reported by Eric Blake.
4510         * doc/gnulib.texi (Function Substitutes): Update.
4511
4512 2007-05-01  Bruno Haible  <bruno@clisp.org>
4513
4514         * doc/functions.texi: Remove file, now redundant through
4515         doc/functions/*.texi.
4516
4517 2007-05-01  Bruno Haible  <bruno@clisp.org>
4518
4519         * modules/argp (Depends-on): Add sleep.
4520
4521 2007-05-01  Bruno Haible  <bruno@clisp.org>
4522
4523         * modules/sleep-tests: New file.
4524         * tests/test-sleep.c: New file.
4525
4526         * modules/sleep: New file.
4527         * lib/sleep.c: New file.
4528         * m4/sleep.m4: New file.
4529         * lib/unistd_.h (sleep): New declaration.
4530         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
4531         HAVE_SLEEP.
4532         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
4533         * doc/functions/sleep.texi: Document the sleep module.
4534
4535 2007-05-01  Bruno Haible  <bruno@clisp.org>
4536
4537         * lib/sigprocmask.h: Remove file.
4538         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
4539         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
4540         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
4541         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
4542         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
4543         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
4544         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
4545         HAVE_SIGSET_T as a shell variable.
4546         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
4547         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
4548         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
4549         (Depends-on): Add signal. Remove verify.
4550         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
4551         (Include): Mention <signal.h> instead of sigprocmask.h.
4552         * NEWS: Mention the change.
4553         * lib/fatal-signal.c: Don't include sigprocmask.h.
4554
4555 2007-05-01  Bruno Haible  <bruno@clisp.org>
4556
4557         * modules/signal: New file.
4558         * lib/signal_.h: New file.
4559         * m4/signal_h.m4: New file.
4560
4561 2007-05-01  Bruno Haible  <bruno@clisp.org>
4562
4563         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
4564         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
4565         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
4566         HAVE_WCTYPE_CTMP_BUG into wctype.h.
4567
4568 2007-05-01  Bruno Haible  <bruno@clisp.org>
4569
4570         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
4571         configure time.
4572         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
4573         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
4574         * modules/sys_stat (Makefile.am): Substitute their values into
4575         sys/stat.h.
4576
4577 2007-05-01  Bruno Haible  <bruno@clisp.org>
4578
4579         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
4580         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
4581         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
4582
4583 2007-05-01  Bruno Haible  <bruno@clisp.org>
4584
4585         * doc/header/assert.texi: Undo last change: don't mention the gnulib
4586         'assert' module here.
4587
4588 2007-05-01  Bruno Haible  <bruno@clisp.org>
4589
4590         * doc/functions/*.texi: New files.
4591         * doc/functions/google-ranking.txt: New file.
4592         * doc/gnulib.texi (Function Substitutes): New chapter.
4593         (ctime, inet_ntoa): Remove sections.
4594         * doc/ctime.texi: Remove file.
4595         * doc/inet_ntoa.texi: Remove file.
4596         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
4597         dependencies.
4598         (%.info): New rule, specifying a --reference-limit.
4599
4600 2007-05-01  Bruno Haible  <bruno@clisp.org>
4601
4602         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
4603
4604 2007-05-01  Bruno Haible  <bruno@clisp.org>
4605
4606         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
4607         the portability of 'mkdir' to mingw systems.
4608
4609 2007-05-01  Bruno Haible  <bruno@clisp.org>
4610
4611         * doc/headers/google-ranking.txt: New file.
4612
4613 2007-04-30  Eric Blake  <ebb9@byu.net>
4614
4615         Prefer fseeko to fseek.
4616         * modules/getpass (Depends-on): Add fseeko.
4617         * lib/getpass.c (getpass): Use fseeko, not fseek.
4618
4619 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
4620
4621         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
4622         assumes the sorting is stable, while most qsort implementations
4623         are not.  Use argument addresses to ensure they never compare as
4624         equal.
4625
4626         * tests/test-argp-2.sh (usage-indent test): Fix output
4627         (func_compare): Restore diff options
4628         * tests/test-argp.c: Restore #include "progname.h"
4629
4630 2007-04-29  Bruno Haible  <bruno@clisp.org>
4631
4632         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
4633         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4634         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
4635         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4636         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
4637         (configure.ac): Define CHECK_SNPRINTF_POSIX.
4638         (TESTS, check_PROGRAMS): Add test-snprintf.
4639         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
4640         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
4641         (TESTS, check_PROGRAMS): Add test-vsnprintf.
4642         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
4643         assertions that fail on HP-UX, OSF/1, or IRIX.
4644         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
4645
4646 2007-04-29  Bruno Haible  <bruno@clisp.org>
4647
4648         * MODULES.html.sh (posix_functions): Remove 'contents'.
4649
4650 2007-04-29  Karl Berry  <karl@gnu.org>
4651
4652         * config/srclist.txt (gendocs_template_min): new entry.
4653
4654 2007-04-29  Bruno Haible  <bruno@clisp.org>
4655
4656         Work around fpurge bug on BSD systems.
4657         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
4658         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
4659         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
4660         fpurge to rpl_fpurge if the system already has this function.
4661         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
4662         the case where the system already has this function. Correct invariants
4663         on BSD systems.
4664         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
4665         BSD systems.
4666
4667 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
4668
4669         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
4670         proposed by Sven Verdoolaege.
4671
4672         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
4673         options.
4674         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
4675         (usage and help tests): Update
4676
4677 2007-04-29  Bruno Haible  <bruno@clisp.org>
4678
4679         * tests/test-fflush.c (main): Use a file of size 17, not 10.
4680         Print more information in case of failure. Disable a test on BeOS.
4681
4682 2007-04-29  Bruno Haible  <bruno@clisp.org>
4683
4684         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
4685         This helps debugging on systems on which no gdb is available.
4686
4687 2007-04-29  Bruno Haible  <bruno@clisp.org>
4688
4689         * lib/freading.h: Improve comments.
4690         * lib/fwriting.h: Likewise.
4691         * tests/test-freading.c (main): Don't check freading immediately after
4692         repositioning. Needed for glibc.
4693
4694 2007-04-29  Bruno Haible  <bruno@clisp.org>
4695
4696         * lib/freading.c (freading): Trivial simplification.
4697
4698 2007-04-28  Bruno Haible  <bruno@clisp.org>
4699
4700         * tests/test-fwriting.c (main): Also test the interaction between
4701         fflush and fwriting.
4702         * modules/fwriting-tests (Depends-on): Add fflush.
4703
4704         * tests/test-freading.c (main): Also test the interaction between
4705         fflush and freading.
4706         * modules/freading-tests (Depends-on): Add fflush.
4707
4708 2007-04-28  Bruno Haible  <bruno@clisp.org>
4709
4710         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
4711         fseeko and ftello.
4712         Suggested by Eric Blake.
4713
4714 2007-04-28  Jim Meyering  <jim@meyering.net>
4715
4716         Avoid false-negative in gl_STDINT_H's C99 conformance test.
4717         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
4718         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
4719
4720 2007-04-27  Eric Blake  <ebb9@byu.net>
4721
4722         * doc/headers/assert.texi (assert.h): Document assert module use.
4723
4724 2007-04-27  Bruno Haible  <bruno@clisp.org>
4725
4726         * doc/headers/*.texi: New files.
4727         * doc/gnulib.texi (Header File Substitutes): New chapter.
4728         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
4729         dependencies.
4730         (standards.info ,standards.html, standards.dvi): Update dependencies.
4731         (mostlyclean, clean): New targets.
4732
4733 2007-04-27  Bruno Haible  <bruno@clisp.org>
4734
4735         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
4736         * modules/sysexits (Files, Makefile.am): Update.
4737
4738         * lib/sys_socket_.h: Renamed from lib/socket_.h.
4739         * modules/sys_socket (Files, Makefile.am): Update.
4740
4741         * lib/sys_stat_.h: Renamed from lib/stat_.h.
4742         * modules/sys_stat (Files, Makefile.am): Update.
4743
4744 2007-04-27  Eric Blake  <ebb9@byu.net>
4745
4746         * lib/freading.h: Improve comments.
4747         * lib/fwriting.h: Likewise.
4748         * lib/fflush.c: Likewise.
4749
4750         Fix closein for mingw.
4751         * modules/closein-tests: Add tests for closein.
4752         * tests/test-closein.c: New file.
4753         * tests/test-closein.sh: Likewise.
4754         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
4755         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
4756
4757 2007-04-27  Bruno Haible  <bruno@clisp.org>
4758
4759         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
4760         version is < 6.
4761         * lib/math_.h [__DECC]: Likewise.
4762         * lib/stdio_.h [__DECC]: Likewise.
4763         * lib/stdlib_.h [__DECC]: Likewise.
4764         * lib/string_.h [__DECC]: Likewise.
4765         * lib/time_.h [__DECC]: Likewise.
4766         * lib/wchar_.h [__DECC]: Likewise.
4767         * lib/wctype_.h [__DECC]: Likewise.
4768
4769 2007-04-27  Bruno Haible  <bruno@clisp.org>
4770
4771         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
4772
4773 2007-04-27  Bruno Haible  <bruno@clisp.org>
4774
4775         * lib/fflush.c: Add comments.
4776         * modules/fpurge-tests (Depends-on): Add fflush.
4777         * modules/freadable-tests (Depends-on): Likewise.
4778         * modules/fwritable-tests (Depends-on): Likewise.
4779
4780 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
4781
4782         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
4783         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
4784         Report by Bruno Haible <bruno@clisp.org>.
4785
4786 2007-04-26  Eric Blake  <ebb9@byu.net>
4787
4788         Fix fflush on mingw.
4789         * modules/fflush (Depends-on): Add freading.
4790         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
4791         but unread data.
4792
4793 2007-04-26  Eric Blake  <ebb9@byu.net>
4794         and Bruno Haible  <bruno@clisp.org>
4795
4796         Implement freading and fwriting.
4797         * lib/freading.c: New file.
4798         * lib/freading.h: Likewise.
4799         * m4/freading.m4: Likewise.
4800         * modules/freading: Likewise.
4801         * modules/freading-tests: Likewise.
4802         * tests/test-freading.c: Likewise.
4803         * lib/fwriting.c: New file.
4804         * lib/fwriting.h: Likewise.
4805         * m4/fwriting.m4: Likewise.
4806         * modules/fwriting: Likewise.
4807         * modules/fwriting-tests: Likewise.
4808         * tests/test-fwriting.c: Likewise.
4809         * MODULES.html.sh (File stream based Input/Output): Mention them.
4810
4811 2007-04-26  Bruno Haible  <bruno@clisp.org>
4812
4813         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
4814         'long' when we assume it.
4815         Suggested by Eric Blake.
4816
4817 2007-04-26  Bruno Haible  <bruno@clisp.org>
4818
4819         Ensure fseeko, ftello are declared on glibc systems.
4820         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
4821         * modules/fseeko (configure.ac-early): Likewise.
4822         * modules/ftello (configure.ac-early): Likewise.
4823         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
4824         AC_FUNC_FSEEKO for this.
4825         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
4826         (gl_CHECK_FSEEKO): Remove macro.
4827
4828 2007-04-26  Bruno Haible  <bruno@clisp.org>
4829
4830         * tests/test-fflush.c (main): Also check the ftell result after
4831         fflush and fseek/fseeko.
4832         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
4833         file descriptor position cache in the stream.
4834         * lib/fseeko.c (rpl_fseeko): Likewise.
4835
4836 2007-04-26  Bruno Haible  <bruno@clisp.org>
4837
4838         * modules/fflush-tests (Depends-on): Add fseeko.
4839
4840 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
4841             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4842
4843         * lib/argz_.h: ensure error_t definition is obtained in same
4844         mechanism system argz.h would have.
4845         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
4846         argz facilities are known bad.  Err on the side of caution if
4847         cross-compiling.
4848
4849 2007-04-25  Eric Blake  <ebb9@byu.net>
4850
4851         * lib/fpurge.c (includes): Use stdlib.h for free.
4852         * tests/test-fflush.c (main): Also test fflush-fseeko.
4853
4854 2007-04-25  Bruno Haible  <bruno@clisp.org>
4855
4856         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
4857         * lib/fseeko.c: New file.
4858         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
4859         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
4860         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
4861         gl_FUNC_FSEEKO.
4862         (gl_FUNC_FSEEKO): Invoke it.
4863         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
4864         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
4865         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
4866
4867 2007-04-25  Bruno Haible  <bruno@clisp.org>
4868
4869         * modules/fflush (Depends-on): Add ftello.
4870
4871 2007-04-25  Bruno Haible  <bruno@clisp.org>
4872
4873         * modules/ftello-tests: New file.
4874         * tests/test-ftello.c: New file.
4875
4876         * modules/ftello: New file.
4877         * m4/ftello.m4: New file.
4878         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
4879         HAVE_FTELLO.
4880         * lib/stdio_.h (ftello): New declaration.
4881         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
4882         HAVE_FTELLO.
4883
4884 2007-04-25  Bruno Haible  <bruno@clisp.org>
4885
4886         * modules/fseeko-tests: New file.
4887         * tests/test-fseeko.c: New file.
4888
4889         * modules/fseeko: New file.
4890         * m4/fseeko.m4: New file.
4891         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
4892         HAVE_FSEEKO.
4893         * lib/stdio_.h (fseeko): New declaration.
4894         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
4895         HAVE_FSEEKO.
4896
4897 2007-04-25  Bruno Haible  <bruno@clisp.org>
4898
4899         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
4900
4901 2007-04-25  Bruno Haible  <bruno@clisp.org>
4902
4903         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
4904         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
4905         * tests/test-unistd.c: Likewise.
4906         * tests/test-fcntl.c: Likewise.
4907
4908 2007-04-23  Eric Blake  <ebb9@byu.net>
4909
4910         * lib/fflush.c: Fix missing include.
4911         Reported by Bruno Haible.
4912
4913 2007-04-23  Bruno Haible  <bruno@clisp.org>
4914
4915         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
4916         Reported by Eric Blake.
4917
4918 2007-04-23  Bruno Haible  <bruno@clisp.org>
4919
4920         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
4921
4922 2007-04-23  Bruno Haible  <bruno@clisp.org>
4923
4924         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
4925
4926 2007-04-23  Bruno Haible  <bruno@clisp.org>
4927
4928         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
4929         Needed on HP-UX 11.
4930
4931 2007-04-16  Eric Blake  <ebb9@byu.net>
4932
4933         Make fflush rely on fpurge.
4934         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
4935         open coding all variants.
4936         * modules/fflush (Depends-on): Add fpurge and unistd.
4937         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
4938         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
4939
4940         Fix --with-tests compilation on cygwin.
4941         * modules/argmatch-tests (Makefile.am): List gnulib library first
4942         in LDADD.
4943         * modules/argp-tests (Makefile.am): Likewise.
4944         * modules/array-list-tests (Makefile.am): Likewise.
4945         * modules/array-oset-tests (Makefile.am): Likewise.
4946         * modules/avltree-list-tests (Makefile.am): Likewise.
4947         * modules/avltree-oset-tests (Makefile.am): Likewise.
4948         * modules/avltreehash-list-tests (Makefile.am): Likewise.
4949         * modules/carray-list-tests (Makefile.am): Likewise.
4950         * modules/dirname-tests (Makefile.am): Likewise.
4951         * modules/frexp-tests (Makefile.am): Likewise.
4952         * modules/isnanl-tests (Makefile.am): Likewise.
4953         * modules/linked-list-tests (Makefile.am): Likewise.
4954         * modules/linkedhash-list-tests (Makefile.am): Likewise.
4955         * modules/lock-tests (Makefile.am): Likewise.
4956         * modules/rbtree-list-tests (Makefile.am): Likewise.
4957         * modules/rbtree-oset-tests (Makefile.am): Likewise.
4958         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
4959         * modules/tls-tests (Makefile.am): Likewise.
4960         * modules/tsearch-tests (Makefile.am): Likewise.
4961         * modules/xvasprintf-tests (Makefile.am): Likewise.
4962
4963         Fix fpurge for cygwin.
4964         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
4965         value.
4966         * modules/fpurge-tests (Depends-on): Clean up trash.
4967
4968 2007-04-16  Simon Josefsson  <simon@josefsson.org>
4969
4970         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
4971
4972         * m4/autobuild.m4: Re-indent.
4973
4974 2007-04-13  Bruno Haible  <bruno@clisp.org>
4975
4976         * modules/fpurge-tests: New file.
4977         * tests/test-fpurge.c: New file.
4978
4979         * modules/fpurge: New file.
4980         * lib/fpurge.h: New file.
4981         * lib/fpurge.c: New file.
4982         * m4/fpurge.m4: New file.
4983
4984 2007-04-13  Bruno Haible  <bruno@clisp.org>
4985
4986         * modules/fbufmode-tests: New file.
4987         * tests/test-fbufmode.c: New file.
4988
4989         * modules/fbufmode: New file.
4990         * lib/fbufmode.h: New file.
4991         * lib/fbufmode.c: New file.
4992         * m4/fbufmode.m4: New file.
4993
4994 2007-04-13  Bruno Haible  <bruno@clisp.org>
4995
4996         * modules/fwritable-tests: New file.
4997         * tests/test-fwritable.c: New file.
4998
4999         * modules/fwritable: New file.
5000         * lib/fwritable.h: New file.
5001         * lib/fwritable.c: New file.
5002         * m4/fwritable.m4: New file.
5003
5004 2007-04-13  Bruno Haible  <bruno@clisp.org>
5005
5006         * modules/freadable-tests: New file.
5007         * tests/test-freadable.c: New file.
5008
5009         * modules/freadable: New file.
5010         * lib/freadable.h: New file.
5011         * lib/freadable.c: New file.
5012         * m4/freadable.m4: New file.
5013
5014 2007-04-13  Bruno Haible  <bruno@clisp.org>
5015
5016         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
5017         MOSTLYCLEANFILES.
5018
5019 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
5020
5021         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
5022         gzip bootstrap.conf to avoid dragging in i18n machinery.
5023         (gnulib_tool_option): Use it.
5024
5025 2007-04-13  Bruno Haible  <bruno@clisp.org>
5026
5027         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
5028         %F directives.
5029         * tests/test-vasprintf-posix.c (test_function): Likewise.
5030         * tests/test-snprintf-posix.h (test_function): Likewise.
5031         * tests/test-sprintf-posix.h (test_function): Likewise.
5032         * tests/test-fprintf-posix.h (test_function): Likewise.
5033         * tests/test-printf-posix.h (test_function): Likewise.
5034         * tests/test-fprintf-posix.out: Likewise.
5035
5036 2007-04-13  Bruno Haible  <bruno@clisp.org>
5037
5038         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
5039         * modules/tls-tests (configure.ac): Likewise.
5040         Reported by Arto C. Nirkko <anirkko@insel.ch>.
5041
5042 2007-04-13  Bruno Haible  <bruno@clisp.org>
5043
5044         * lib/tls.c (glthread_tls_get): Fix return type.
5045         Patch by Arto C. Nirkko <anirkko@insel.ch>.
5046
5047 2007-04-12  Eric Blake  <ebb9@byu.net>
5048
5049         * modules/gettime (Depends-on): Remove gettime.
5050         Reported by Dmitry V. Levin.
5051
5052 2007-04-12  Bruno Haible  <bruno@clisp.org>
5053
5054         * modules/fflush (Include): Mention <stdio.h>.
5055         * modules/strtoimax (Include): Mention <inttypes.h>.
5056         * modules/strtoumax (Include): Likewise.
5057
5058 2007-04-12  Eric Blake  <ebb9@byu.net>
5059
5060         * .cvsignore: New file.
5061         * .gitignore: Likewise.
5062
5063 2007-04-12  Bruno Haible  <bruno@clisp.org>
5064
5065         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
5066         not before, since $(LDADD) often contains libgnu.a.
5067         * modules/striconv-tests (test_striconv_LDADD): Likewise.
5068         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
5069         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
5070         Needed on Cygwin.
5071
5072 2007-04-12  Eric Blake  <ebb9@byu.net>
5073
5074         Work around glibc's failure to flush stdin on fclose.
5075         * lib/closein.c (close_stdin): Flush stdin before closing.
5076
5077         Work around glibc's failure to reset seekable stdin on exit.
5078         * modules/closein: New module.
5079         * lib/closein.c: New file.
5080         * lib/closein.h: Likewise.
5081         * m4/closein.m4: Likewise.
5082         * MODULES.html.sh (File stream based Input/Output): Document it.
5083
5084 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5085
5086         * gnulib-tool: Rename generated 'autobuild' script to
5087         'do-autobuild' in --create-megatestdir output.
5088
5089         * doc/gnulib.texi (Build robot for gnulib): Fix.
5090
5091 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5092
5093         * modules/sysexits (Depends-on): Add absolute-header.
5094
5095 2007-04-12  Eric Blake  <ebb9@byu.net>
5096
5097         No need to preserve errno on success.
5098         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
5099         Reported by Bruno Haible.
5100
5101 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5102
5103         * MODULES.html.sh (Support for maintaining and releasing
5104         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
5105
5106 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5107
5108         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
5109
5110 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5111
5112         * modules/autobuild: New module.
5113
5114         * m4/autobuild.m4: New file.
5115
5116 2007-04-11  Bruno Haible  <bruno@clisp.org>
5117
5118         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
5119         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
5120         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
5121         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
5122         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5123         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5124         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5125         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5126         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5127         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5128         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
5129         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5130         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5131         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
5132         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5133         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5134         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
5135         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5136         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5137         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
5138         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5139         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5140         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
5141         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5142         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5143         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
5144         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5145         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5146         Reported by Eric Blake.
5147
5148 2007-04-11  Bruno Haible  <bruno@clisp.org>
5149
5150         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
5151
5152 2007-04-10  Bruno Haible  <bruno@clisp.org>
5153
5154         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
5155         for NaN and Infinity. Needed on FreeBSD 6.1.
5156         * tests/test-vasnprintf-posix.c (test_function): Undo last change
5157         regarding results for "%010a" of Infinity and NaN.
5158         * tests/test-vasprintf-posix.c (test_function): Likewise.
5159         * tests/test-snprintf-posix.h (test_function): Likewise.
5160         * tests/test-sprintf-posix.h (test_function): Likewise.
5161         * tests/test-fprintf-posix.h (test_function): Likewise.
5162         * tests/test-printf-posix.h (test_function): Likewise.
5163         * tests/test-fprintf-posix.out: Likewise.
5164
5165 2007-04-10  Bruno Haible  <bruno@clisp.org>
5166
5167         * modules/locale-tests: New file.
5168         * tests/test-locale.c: New file.
5169
5170         * modules/locale: New file.
5171         * lib/locale_.h: New file.
5172         * m4/locale_h.m4: New file.
5173
5174 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
5175             Bruno Haible  <bruno@clisp.org>
5176
5177         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
5178         be determined, test for availability of the copysignf, copysign,
5179         copysignl functions.
5180         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
5181         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
5182         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
5183
5184 2007-04-09  Eric Blake  <ebb9@byu.net>
5185
5186         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
5187         * modules/stdio (Makefile.am): Support fflush.
5188         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
5189         * modules/fflush: New file.
5190         * lib/fflush.c: Likewise.
5191         * m4/fflush.m4: Likewise.
5192         * modules/fflush-tests: New test.
5193         * tests/test-fflush.c: Likewise.
5194         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
5195
5196 2007-04-06  Bruno Haible  <bruno@clisp.org>
5197
5198         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
5199         (VASNPRINTF): Use signbit for faster determination whether to print a
5200         minus sign.
5201         * modules/vasnprintf (Files): Remove lib/float+.h.
5202         * modules/fprintf-posix (Depends-on): Add signbit.
5203         * modules/snprintf-posix (Depends-on): Likewise.
5204         * modules/sprintf-posix (Depends-on): Likewise.
5205         * modules/vasnprintf-posix (Depends-on): Likewise.
5206         * modules/vasprintf-posix (Depends-on): Likewise.
5207         * modules/vfprintf-posix (Depends-on): Likewise.
5208         * modules/vsnprintf-posix (Depends-on): Likewise.
5209         * modules/vsprintf-posix (Depends-on): Likewise.
5210
5211 2007-04-06  Bruno Haible  <bruno@clisp.org>
5212
5213         * tests/test-frexp.c (main): Test also the sign bit of zero results.
5214         * tests/test-frexpl.c (main): Likewise.
5215         * tests/test-ldexpl.c (main): Likewise.
5216         * modules/frexp-tests (Depends-on): Add signbit.
5217         * modules/frexpl-tests (Depdends-on): Likewise.
5218         * modules/ldexpl-tests (Depdends-on): Likewise.
5219
5220 2007-04-06  Bruno Haible  <bruno@clisp.org>
5221
5222         * modules/signbit-tests: New file.
5223         * tests/test-signbit.c: New file.
5224
5225         * modules/signbit: New file.
5226         * lib/signbitf.c: New file.
5227         * lib/signbitd.c: New file.
5228         * lib/signbitl.c: New file.
5229         * m4/signbit.m4: New file.
5230         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
5231         (signbit): New macro.
5232         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
5233         REPLACE_SIGNBIT.
5234         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
5235         REPLACE_FREXPL into math.h.
5236
5237 2007-04-06  Bruno Haible  <bruno@clisp.org>
5238
5239         * modules/isnanf-nolibm-tests: New file.
5240         * tests/test-isnanf.c: New file.
5241
5242         * modules/isnanf-nolibm: New file.
5243         * lib/isnanf.h: New file.
5244         * lib/isnanf.c: New file.
5245         * lib/isnan.c: Consider the USE_FLOAT macro.
5246         * m4/isnanf.m4: New file.
5247
5248 2007-04-06  Bruno Haible  <bruno@clisp.org>
5249
5250         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
5251         (Link): New section.
5252
5253         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
5254
5255 2007-04-06  Bruno Haible  <bruno@clisp.org>
5256
5257         Assume the 'long double' type.
5258         * m4/longdouble.m4: Remove file.
5259         * config/srclist.txt: Don't mention longdouble.m4.
5260         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
5261         * lib/float+.h: Likewise.
5262         * lib/frexp.c: Likewise.
5263         * lib/printf-args.h: Likewise.
5264         * lib/printf-args.c: Likewise.
5265         * lib/printf-frexp.c: Likewise.
5266         * lib/printf-parse.c: Likewise.
5267         * lib/vasnprintf.c: Likewise.
5268         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
5269         * m4/intl.m4: Likewise.
5270         * m4/isnanl.m4: Likewise.
5271         * m4/printf.m4: Likewise.
5272         * m4/printf-frexpl.m4: Likewise.
5273         * m4/vasnprintf.m4: Likewise.
5274         * modules/allocsa (Files): Remove m4/longdouble.m4.
5275         * modules/gettext (Files): Likewise.
5276         * modules/relocatable-prog-wrapper (Files): Likewise.
5277         * modules/vasnprintf (Files): Likewise.
5278         * modules/isnanl (Files): Likewise.
5279         (Include): Simplify.
5280         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
5281         (Include): Simplify.
5282         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
5283         (Include): Simplify.
5284         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
5285         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5286         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
5287         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5288         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
5289         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5290         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
5291         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5292         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
5293         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5294         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
5295         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5296         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
5297         * tests/test-isnanl.c: Likewise.
5298         * tests/test-snprintf-posix.h: Likewise.
5299         * tests/test-sprintf-posix.h: Likewise.
5300         * tests/test-vasnprintf-posix.c: Likewise.
5301         * tests/test-vasnprintf-posix2.c: Likewise.
5302         * tests/test-vasprintf-posix.c: Likewise.
5303
5304 2007-04-06  Bruno Haible  <bruno@clisp.org>
5305
5306         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
5307         * lib/math_.h [__DECC]: Include the overridden include file through
5308         #include_next, outside the double-inclusion guard.
5309         * lib/stdio_.h [__DECC]: Likewise.
5310         * lib/stdlib_.h [__DECC]: Likewise.
5311         * lib/string_.h [__DECC]: Likewise.
5312         * lib/time_.h [__DECC]: Likewise.
5313         * lib/wchar_.h [__DECC]: Likewise.
5314         * lib/wctype_.h [__DECC]: Likewise.
5315         * lib/inttypes_.h [__DECC]: Likewise.
5316         Reported by Albert Chin <china@thewrittenword.com> in
5317         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
5318
5319 2007-04-04  Eric Blake  <ebb9@byu.net>
5320
5321         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
5322         1.5.x.
5323
5324 2007-04-04  Bruno Haible  <bruno@clisp.org>
5325
5326         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
5327         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
5328
5329 2007-04-04  Bruno Haible  <bruno@clisp.org>
5330
5331         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
5332         results for "%010a" of Infinity and NaN.
5333         * tests/test-vasprintf-posix.c (test_function): Likewise.
5334         * tests/test-snprintf-posix.h (test_function): Likewise.
5335         * tests/test-sprintf-posix.h (test_function): Likewise.
5336         * tests/test-fprintf-posix.h (test_function): Remove these tests.
5337         * tests/test-printf-posix.h (test_function): Likewise.
5338         * tests/test-fprintf-posix.out: Update.
5339         Needed for FreeBSD 6.1.
5340
5341 2007-04-04  Bruno Haible  <bruno@clisp.org>
5342
5343         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
5344         directly used by the gnulib modules nor by gnulib-tool.
5345
5346 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
5347
5348         * DEPENDENCIES: Give overall description of version dependency
5349         desirability.  Use more-typical names for apps.
5350         Add shell, coreutils, diffutils, grep, tar, gzip.
5351
5352 2007-04-04  Simon Josefsson  <simon@josefsson.org>
5353
5354         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
5355
5356 2007-04-04  Karl Berry  <karl@gnu.org>
5357
5358         * MODULES.html.sh (func_module): missing '.
5359
5360 2007-04-03  Bruno Haible  <bruno@clisp.org>
5361
5362         * modules/argmatch-tests (Makefile.am): New variable
5363         test_argmatch_LDADD.
5364         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
5365         * modules/array-list-tests (Makefile.am): New variable
5366         test_array_list_LDADD.
5367         * modules/array-oset-tests (Makefile.am): New variable
5368         test_array_oset_LDADD.
5369         * modules/avltree-list-tests (Makefile.am): New variable
5370         test_avltree_list_LDADD.
5371         * modules/avltree-oset-tests (Makefile.am): New variable
5372         test_avltree_oset_LDADD.
5373         * modules/avltreehash-list-tests (Makefile.am): New variable
5374         test_avltreehash_list_LDADD.
5375         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
5376         test_canonicalize_lgpl_LDADD.
5377         * modules/carray-list-tests (Makefile.am): New variable
5378         test_carray_list_LDADD.
5379         * modules/dirname-tests (Makefile.am): New variable
5380         test_dirname_LDADD.
5381         * modules/linked-list-tests (Makefile.am): New variable
5382         test_linked_list_LDADD.
5383         * modules/linkedhash-list-tests (Makefile.am): New variable
5384         test_linkedhash_list_LDADD.
5385         * modules/rbtree-list-tests (Makefile.am): New variable
5386         test_rbtree_list_LDADD.
5387         * modules/rbtree-oset-tests (Makefile.am): New variable
5388         test_rbtree_oset_LDADD.
5389         * modules/rbtreehash-list-tests (Makefile.am): New variable
5390         test_rbtreehash_list_LDADD.
5391         * modules/xvasprintf-tests (Makefile.am): New variable
5392         test_xvasprintf_LDADD.
5393         Reported by Eric Blake.
5394
5395 2007-04-03  Eric Blake  <ebb9@byu.net>
5396
5397         * DEPENDENCIES: Weaken m4 requirements.
5398
5399 2007-04-03  Bruno Haible  <bruno@clisp.org>
5400
5401         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
5402         * modules/isnanl-tests (configure.ac): Likewise.
5403
5404 2007-04-03  Ben Pfaff  <blp@gnu.org>
5405
5406         * modules/iconv_open: Add $(srcdir)/ to source directory
5407         references in Makefile fragments that call gperf, to fix VPATH
5408         builds.
5409
5410 2007-04-03  Bruno Haible  <bruno@clisp.org>
5411
5412         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
5413         * lib/ldexpl.c: Undo last change.
5414
5415 2007-04-03  Bruno Haible  <bruno@clisp.org>
5416
5417         * modules/printf-frexpl (Depends-on): Undo last change.
5418         (Files): Add m4/ldexpl.m4.
5419
5420 2007-04-03  Bruno Haible  <bruno@clisp.org>
5421
5422         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
5423         * modules/isnanl (Link): New section.
5424
5425         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
5426         * modules/frexp (Link): New section.
5427
5428         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
5429         * modules/frexpl (Link): New section.
5430
5431         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
5432         * modules/ldexpl (Link): New section.
5433
5434 2007-04-03  Bruno Haible  <bruno@clisp.org>
5435
5436         * modules/TEMPLATE-EXTENDED: New file.
5437         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
5438
5439 2007-04-03  Bruno Haible  <bruno@clisp.org>
5440
5441         * DEPENDENCIES: New file.
5442         Suggested by Simon Josefsson.
5443
5444 2007-04-03  Bruno Haible  <bruno@clisp.org>
5445
5446         * doc/gnulib.texi: Escape @.
5447
5448 2007-04-03  James Youngman  <jay@gnu.org>
5449         and Paul Eggert  <eggert@cs.ucla.edu>
5450
5451         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
5452         birthtime on all systems that have birthtime, not just those which
5453         use st_birthtimensec rather than st_birthtim.  Putting zero in
5454         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
5455         that the birth time is not available for files on an NFS mount.
5456
5457 2007-04-03  Simon Josefsson  <simon@josefsson.org>
5458
5459         * modules/memxor: Move back from crypto/, suggested by Bruno.
5460         * modules/crypto/hmac-sha1: Fix memxor dependency.
5461
5462         * modules/crypto/gc: Moved from ../.
5463
5464 2007-04-02  Eric Blake  <ebb9@byu.net>
5465
5466         * lib/ldexpl.c (includes): Avoid libm.
5467
5468         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
5469
5470 2007-04-02  Bruno Haible  <bruno@clisp.org>
5471
5472         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
5473         on IRIX.
5474
5475 2007-04-02  Bruno Haible  <bruno@clisp.org>
5476
5477         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
5478         x86 or x86_64 platforms running MacOS X.
5479         Reported by Ryan Schmidt <@ryandesign.com>.
5480
5481 2007-04-02  Bruno Haible  <bruno@clisp.org>
5482
5483         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
5484         i386.
5485
5486 2007-04-01  Simon Josefsson  <simon@josefsson.org>
5487
5488         * modules/crypto/arcfour: Moved from ../.
5489         * modules/crypto/arcfour-tests: Moved from ../.
5490         * modules/crypto/arctwo: Moved from ../.
5491         * modules/crypto/arctwo-tests: Moved from ../.
5492         * modules/crypto/des: Moved from ../.
5493         * modules/crypto/des-tests: Moved from ../.
5494         * modules/crypto/gc-arcfour: Moved from ../.
5495         * modules/crypto/gc-arcfour-tests: Moved from ../.
5496         * modules/crypto/gc-arctwo: Moved from ../.
5497         * modules/crypto/gc-arctwo-tests: Moved from ../.
5498         * modules/crypto/gc-des: Moved from ../.
5499         * modules/crypto/gc-des-tests: Moved from ../.
5500         * modules/crypto/gc-hmac-md5: Moved from ../.
5501         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
5502         * modules/crypto/gc-hmac-sha1: Moved from ../.
5503         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
5504         * modules/crypto/gc-md2: Moved from ../.
5505         * modules/crypto/gc-md2-tests: Moved from ../.
5506         * modules/crypto/gc-md4: Moved from ../.
5507         * modules/crypto/gc-md4-tests: Moved from ../.
5508         * modules/crypto/gc-md5: Moved from ../.
5509         * modules/crypto/gc-md5-tests: Moved from ../.
5510         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
5511         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
5512         * modules/crypto/gc-random: Moved from ../.
5513         * modules/crypto/gc-rijndael: Moved from ../.
5514         * modules/crypto/gc-rijndael-tests: Moved from ../.
5515         * modules/crypto/gc-sha1: Moved from ../.
5516         * modules/crypto/gc-sha1-tests: Moved from ../.
5517         * modules/crypto/gc-tests: Moved from ../.
5518         * modules/crypto/hmac-md5: Moved from ../.
5519         * modules/crypto/hmac-md5-tests: Moved from ../.
5520         * modules/crypto/hmac-sha1: Moved from ../.
5521         * modules/crypto/hmac-sha1-tests: Moved from ../.
5522         * modules/crypto/md2: Moved from ../.
5523         * modules/crypto/md2-tests: Moved from ../.
5524         * modules/crypto/md4: Moved from ../.
5525         * modules/crypto/md4-tests: Moved from ../.
5526         * modules/crypto/md5: Moved from ../.
5527         * modules/crypto/md5-tests: Moved from ../.
5528         * modules/crypto/memxor: Moved from ../.
5529         * modules/crypto/rijndael: Moved from ../.
5530         * modules/crypto/rijndael-tests: Moved from ../.
5531         * modules/crypto/sha1: Moved from ../.
5532
5533 2007-03-30  James Youngman  <jay@gnu.org>
5534
5535         * tests/test-stat-time.c (prepare_test): use chmod() rather than
5536         rename() to change the ctime of a file (because ctime is unaffected
5537         by rename on jfs2 on AIX 5.1).
5538         (main): Start by doing cleanup, in case a previous run failed leaving
5539         test files behind.
5540
5541 2007-03-31  Bruno Haible  <bruno@clisp.org>
5542
5543         Support old proprietary implementations of iconv.
5544         * modules/iconv_open: New file.
5545         * lib/iconv_.h: New file.
5546         * m4/iconv_h.m4: New file.
5547         * lib/iconv_open.c: New file.
5548         * lib/iconv_open-aix.gperf: New file.
5549         * lib/iconv_open-hpux.gperf: New file.
5550         * lib/iconv_open-irix.gperf: New file.
5551         * lib/iconv_open-osf.gperf: New file.
5552         * m4/iconv_open.m4: New file.
5553         * modules/linebreak (Depends-on): Add iconv_open.
5554         * modules/striconv (Depends-on): Likewise.
5555         * modules/striconveh (Depends-on): Likewise.
5556         * modules/unicodeio (Depends-on): Likewise.
5557         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
5558         (iconv_t)(-1).
5559         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
5560         conversion if cd is (iconv_t)(-1).
5561         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
5562         is not possible.
5563
5564 2007-03-31  Bruno Haible  <bruno@clisp.org>
5565
5566         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
5567         work on Solaris either. Protect also second use of "autodetect_jp".
5568
5569 2007-03-31  Bruno Haible  <bruno@clisp.org>
5570
5571         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
5572         the function is not present.
5573
5574 2007-03-31  Bruno Haible  <bruno@clisp.org>
5575
5576         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
5577         the function is not present.
5578
5579 2007-03-31  Bruno Haible  <bruno@clisp.org>
5580
5581         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
5582         a bug in HP-UX iconv_open().
5583
5584 2007-03-31  Bruno Haible  <bruno@clisp.org>
5585
5586         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
5587         (Mathematics <math.h>): New section, add fpieee.
5588         (Input/output <stdio.h>): Add fseterr.
5589         (Mathematics <math.h>): New section, add printf-frexp.
5590         (Container data structures): Add sublist.
5591         (Core language properties): Add fpucw, inline.
5592         (Functions for greatest-width integer types <inttypes.h>): Add
5593         imaxabs, imaxdiv, inttypes.
5594         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
5595         isnanl-nolibm, ldexp.
5596         (Mathematics <math.h>): New section, add printf-frexpl.
5597         (Support for systems lacking POSIX:2001): Add fprintf-posix,
5598         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
5599         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
5600         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
5601         (Unicode string functions): Add unistr/u*-mbtoucr.
5602         (Java): Add javacomp-script, javaexec-script.
5603         (C#): Add csharpcomp-script, csharpexec-script.
5604         (Support for building libraries and executables): Add havelib,
5605         relocatable-*.
5606         (Support for maintaining and releasing projects): Renamed from
5607         'Support for maintaining and release projects'. Add announce-gen.
5608
5609 2007-03-31  Bruno Haible  <bruno@clisp.org>
5610
5611         * README: Talk primarily about git.
5612         (git and CVS): Renamed from CVS.
5613         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
5614         gnulib is available through git.
5615         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
5616
5617 2007-03-30  Bruno Haible  <bruno@clisp.org>
5618
5619         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
5620         * lib/poll_.h: Likewise.
5621         * lib/stat_.h: Likewise.
5622         * lib/sys_time_.h: Likewise.
5623         * lib/sysexit_.h: Likewise.
5624         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
5625         * lib/stdbool_.h: Likewise.
5626         * lib/byteswap_.h: Add double-inclusion guard.
5627
5628 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
5629
5630         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
5631
5632 2007-03-30  Karl Berry  <karl@gnu.org>
5633
5634         * config/srclist-update: double space after USA in the license
5635         substitution, since that's how it's usually (?) written.
5636
5637 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
5638
5639         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
5640         reported by Bruno Haible.
5641
5642 2007-03-29  Bruno Haible  <bruno@clisp.org>
5643
5644         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
5645         a bug in AIX iconv().
5646
5647 2007-03-29  Bruno Haible  <bruno@clisp.org>
5648
5649         * modules/ldexpl-tests: New file.
5650         * tests/test-ldexpl.c: New file.
5651
5652 2007-03-29  Bruno Haible  <bruno@clisp.org>
5653
5654         * lib/ldexpl.c: Include fpucw.h.
5655         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
5656         multiplication.
5657         * modules/ldexpl (Depends-on): Add fpucw.
5658
5659 2007-03-29  Bruno Haible  <bruno@clisp.org>
5660
5661         * modules/ldexpl: New file.
5662         * m4/ldexpl.m4: New file.
5663         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
5664         set.
5665         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
5666         REPLACE_LDEXPL.
5667         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
5668         REPLACE_LDEXPL.
5669         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
5670         gl_FUNC_LDEXPL_WORKS.
5671         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
5672         * modules/mathl (Files): Remove lib/ldexpl.c.
5673         (Depends-on): Add ldexpl.
5674
5675 2007-03-29  Bruno Haible  <bruno@clisp.org>
5676
5677         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
5678
5679 2007-03-29  Bruno Haible  <bruno@clisp.org>
5680
5681         * tests/test-striconveh.c (main): Don't assume that a direct conversion
5682         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
5683         and possibly also HP-UX.
5684         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
5685         work on AIX, IRIX, HP-UX, OSF/1.
5686         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
5687         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
5688         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
5689         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
5690         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
5691         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
5692
5693 2007-03-29  Bruno Haible  <bruno@clisp.org>
5694
5695         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
5696
5697 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
5698
5699         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
5700         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
5701
5702 2007-03-29  Eric Blake  <ebb9@byu.net>
5703
5704         * lib/acl-internal.h: Remove redundant include.
5705         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
5706         Cygwin when a file is locked.
5707
5708 2007-03-29  Bruno Haible  <bruno@clisp.org>
5709
5710         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
5711         file.
5712         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
5713
5714 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
5715
5716         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
5717         try to remove a parent directory if the child couldn't be removed
5718         (except for the first rmdir, which could fail because the child
5719         doesn't exist).  Problem reported by Jeff Blaine in
5720         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
5721
5722 2007-03-28  Bruno Haible  <bruno@clisp.org>
5723
5724         * lib/striconveh.c (utf8conv_carefully): New function.
5725         (mem_cd_iconveh_internal): Invoke it.
5726
5727 2007-03-28  Bruno Haible  <bruno@clisp.org>
5728
5729         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
5730         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
5731         input.
5732         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
5733         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
5734         unistr/u8-uctomb.
5735
5736 2007-03-28  Bruno Haible  <bruno@clisp.org>
5737
5738         * modules/unistr/u8-mbtoucr: New file.
5739         * lib/unistr/u8-mbtoucr.c: New file.
5740         * modules/unistr/u16-mbtoucr: New file.
5741         * lib/unistr/u16-mbtoucr.c: New file.
5742         * modules/unistr/u16-mbtoucr: New file.
5743         * lib/unistr/u16-mbtoucr.c: New file.
5744         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
5745
5746 2007-03-27  Simon Josefsson  <simon@josefsson.org>
5747             Bruno Haible  <bruno@clisp.org>
5748
5749         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
5750         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
5751         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
5752
5753         * m4/stdio_h.m4: Add stubs for vasprintf too.
5754
5755         * modules/stdio: Support vasprintf in sed command.
5756
5757         * modules/vasprintf: Depend on stdio for prototypes.  Remove
5758         vasprintf.h.  Add stdio module indicator.
5759
5760         * lib/stdio_.h: Declare asprintf and vasprintf, based on
5761         vasprintf.h.
5762
5763         * lib/vasprintf.h: File removed.
5764
5765         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
5766         * lib/vasprintf.c: Ditto.
5767         * lib/xvasprintf.c: Ditto.
5768         * tests/test-vasprintf-posix.c: Ditto.
5769         * tests/test-vasprintf.c: Ditto.
5770
5771 2007-03-27  Bruno Haible  <bruno@clisp.org>
5772
5773         Make vasnprintf multithread-safe.
5774         * lib/vasnprintf.c (decimal_point_char): New function.
5775         (VASNPRINTF): Use it.
5776         Suggested by Simon Josefsson.
5777
5778 2007-03-27  Eric Blake  <ebb9@byu.net>
5779
5780         Support sub-second birthtime on cygwin.
5781         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
5782         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
5783         (get_stat_birthtime): Also work with st_birthtim.
5784
5785 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
5786
5787         * lib/stat-time.h (USE_BIRTHTIME): Remove.
5788         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
5789         (get_stat_birthtime_ns): Do not try to use "spare" fields.
5790         (get_stat_birthtime_ns): Simplify compile-time tests.
5791         (get_stat_birthtime): Change the API to look like
5792         get_stat_mtime etc., except return a negative tv_nsec on error.
5793         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
5794         Don't check for "spare" fields.
5795         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
5796         or for struct stat.st_birthtime, as these tests aren't used.
5797         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
5798
5799 2007-03-27  Bruno Haible  <bruno@clisp.org>
5800
5801         * lib/stat-time.h: Include <sys/stat.h>.
5802
5803 2007-03-27  James Youngman  <jay@gnu.org>
5804
5805         * lib/stat-time.h (get_stat_birthtime): New function for
5806           retrieving st_birthtime as provided by UFS2 (hence *BSD).
5807         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
5808           and its variants.
5809         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
5810         * modules/stat-time-test: New file.
5811         * tests/test-stat-time.c: New test, devised by Bruno Haible.
5812
5813 2007-03-26  Bruno Haible  <bruno@clisp.org>
5814
5815         Better support of signalling NaNs.
5816         * lib/atanl.c: Include isnanl.h.
5817         (atanl): Perform test for NaN at the beginning of the function and
5818         through a call to isnanl.
5819         * lib/cosl.c: Include isnanl.h.
5820         (cosl): Perform test for NaN at the beginning of the function and
5821         through a call to isnanl.
5822         * lib/ldexpl.c: Include isnanl.h.
5823         (ldexpl): Perform test for NaN through a call to isnanl.
5824         * lib/logl.c: Include isnanl.h.
5825         (logl): Perform test for NaN at the beginning of the function and
5826         through a call to isnanl.
5827         * lib/sinl.c: Include isnanl.h.
5828         (sinl): Perform test for NaN at the beginning of the function and
5829         through a call to isnanl.
5830         * lib/sqrtl.c: Include isnanl.h.
5831         (sqrtl): Perform test for NaN at the beginning of the function and
5832         through a call to isnanl.
5833         * lib/tanl.c: Include isnanl.h.
5834         (tanl): Perform test for NaN at the beginning of the function and
5835         through a call to isnanl.
5836         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
5837         * modules/mathl (Depends-on): Add isnanl.
5838
5839 2007-03-26  Eric Blake  <ebb9@byu.net>
5840
5841         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
5842         regression in logic sense of previous patch.
5843
5844 2007-03-26  Bruno Haible  <bruno@clisp.org>
5845
5846         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
5847         unportable shell command "if ! ...".
5848         Reported by Ralf Wildenhues.
5849
5850 2007-03-25  Bruno Haible  <bruno@clisp.org>
5851
5852         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
5853         <sysexits.h> file, and only add EX_CONFIG.
5854         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
5855         absolute file name and whether it is sufficient. Substitute also
5856         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
5857         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
5858         ABSOLUTE_SYSEXITS_H into sysexits.h.
5859
5860 2007-03-25  Bruno Haible  <bruno@clisp.org>
5861
5862         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
5863         hints is NULL.
5864
5865 2007-03-25  Bruno Haible  <bruno@clisp.org>
5866
5867         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
5868         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
5869
5870 2007-03-25  Bruno Haible  <bruno@clisp.org>
5871
5872         * lib/vasnprintf.c: Include langinfo.h.
5873         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
5874         multithread-safe.
5875         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
5876         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
5877         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
5878         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5879         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5880         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5881         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5882         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
5883         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5884         Reported by Simon Josefsson.
5885
5886 2007-03-25  Bruno Haible  <bruno@clisp.org>
5887
5888         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
5889         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
5890         * modules/vasnprintf (Depends-on): Add stdint.
5891
5892 2007-03-25  Bruno Haible  <bruno@clisp.org>
5893
5894         * modules/fpieee: New file.
5895         * m4/fpieee.m4: New file.
5896         * modules/isnan-nolibm (Depends-on): Add fpieee.
5897         * modules/isnanl-nolibm (Depends-on): Add fpieee.
5898         * modules/isnanl (Depends-on): Add fpieee.
5899
5900 2007-03-25  Bruno Haible  <bruno@clisp.org>
5901
5902         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
5903
5904 2007-03-25  Bruno Haible  <bruno@clisp.org>
5905
5906         Avoid test failures on IRIX 6.5.
5907         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
5908         (main): Use it.
5909         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
5910         macros.
5911         (main): Use them.
5912
5913 2007-03-25  Bruno Haible  <bruno@clisp.org>
5914
5915         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
5916         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
5917         exists but doesn't work.
5918         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
5919         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
5920         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
5921         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
5922
5923 2007-03-25  Bruno Haible  <bruno@clisp.org>
5924
5925         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
5926         returns inf. Needed on IRIX 6.5.
5927
5928 2007-03-25  Bruno Haible  <bruno@clisp.org>
5929
5930         * tests/test-frexpl.c: Include isnanl-nolibm.h.
5931         (main): Use isnanl instead of x != x idiom.
5932         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
5933
5934         * tests/test-frexp.c: Include isnan.h.
5935         (main): Use isnan instead of x != x idiom.
5936         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
5937
5938 2007-03-25  Bruno Haible  <bruno@clisp.org>
5939
5940         * tests/test-frexp.c (NaN): New function/macro.
5941         (main): Use it instead of 0.0 / 0.0.
5942         * tests/test-isnan.c (NaN): New function/macro.
5943         (main): Use it instead of 0.0 / 0.0.
5944         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
5945         (test_function): Use it instead of 0.0 / 0.0.
5946         * tests/test-vasprintf-posix.c (NaN): New function/macro.
5947         (test_function): Use it instead of 0.0 / 0.0.
5948         * tests/test-snprintf-posix.h (NaN): New function/macro.
5949         (test_function): Use it instead of 0.0 / 0.0.
5950         * tests/test-sprintf-posix.h (NaN): New function/macro.
5951         (test_function): Use it instead of 0.0 / 0.0.
5952         * tests/test-fprintf-posix.h (NaN): New function/macro.
5953         (test_function): Use it instead of 0.0 / 0.0.
5954         * tests/test-printf-posix.h (NaN): New function/macro.
5955         (test_function): Use it instead of 0.0 / 0.0.
5956
5957         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
5958
5959 2007-03-25  Bruno Haible  <bruno@clisp.org>
5960
5961         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
5962
5963 2007-03-25  Bruno Haible  <bruno@clisp.org>
5964
5965         * lib/regexec.c (merge_state_with_log): Make static.
5966
5967 2007-03-25  Bruno Haible  <bruno@clisp.org>
5968
5969         * lib/trigl.c (kernel_rem_pio2): Make static.
5970
5971 2007-03-25  Bruno Haible  <bruno@clisp.org>
5972
5973         * lib/sincosl.c (sincosl_table): Make static.
5974
5975 2007-03-25  Bruno Haible  <bruno@clisp.org>
5976
5977         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
5978         if the compiler does not support C99.
5979
5980 2007-03-25  Bruno Haible  <bruno@clisp.org>
5981
5982         * modules/time (Makefile.am): Ensure all rule action lines start with a
5983         tab.
5984
5985 2007-03-24  Bruno Haible  <bruno@clisp.org>
5986
5987         * modules/tsearch-tests: New file.
5988         * tests/test-tsearch.sh: New file.
5989         * tests/test-tsearch.c: New file, mostly copied from glibc.
5990
5991         * modules/search-tests: New file.
5992         * tests/test-search.c: New file.
5993
5994         * modules/search: New file.
5995         * lib/search_.h: New file, incorporating lib/tsearch.h.
5996         * m4/search_h.m4: New file.
5997         * lib/tsearch.h: Remove file.
5998         * lib/tsearch.c: Include search.h instead of tsearch.h.
5999         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
6000         HAVE_TSEARCH.
6001         * modules/tsearch (Files): Remove lib/tsearch.h.
6002         (Depends-on): Add search.
6003         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
6004         (Include): Change tsearch.h into search.h.
6005
6006 2007-03-24  Bruno Haible  <bruno@clisp.org>
6007
6008         * modules/fpucw: New file.
6009         * lib/fpucw.h: New file.
6010         * lib/frexp.c: Include fpucw.h.
6011         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
6012         (FUNC): Use them.
6013         * lib/printf-frexp.c: Include fpucw.h.
6014         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
6015         (FUNC): Use them.
6016         * lib/vasnprintf.c: Include fpucw.h.
6017         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
6018         'long double' calculations.
6019         * tests/test-frexpl.c: Include fpucw.h.
6020         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
6021         * tests/test-printf-frexpl.c: Include fpucw.h.
6022         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
6023         * modules/frexpl (Depends-on): Add fpucw.
6024         * modules/printf-frexpl (Depends-on): Likewise.
6025         * modules/fprintf-posix (Depends-on): Likewise.
6026         * modules/snprintf-posix (Depends-on): Likewise.
6027         * modules/sprintf-posix (Depends-on): Likewise.
6028         * modules/vasnprintf-posix (Depends-on): Likewise.
6029         * modules/vasprintf-posix (Depends-on): Likewise.
6030         * modules/vfprintf-posix (Depends-on): Likewise.
6031         * modules/vsnprintf-posix (Depends-on): Likewise.
6032         * modules/vsprintf-posix (Depends-on): Likewise.
6033         * modules/frexpl-tests (Depends-on): Likewise.
6034         * modules/printf-frexpl-tests (Depends-on): Likewise.
6035
6036 2007-03-24  Bruno Haible  <bruno@clisp.org>
6037
6038         * lib/float+.h: New file.
6039         * lib/isnan.c: Include float+.h.
6040         (SIZE): New macro.
6041         (FUNC): Compare only SIZE bytes of the value.
6042         * lib/vasnprintf.c: Include float+.h.
6043         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
6044         SIZEOF_LDBL or SIZEOF_DBL bytes.
6045         * modules/isnan-nolibm (Files): Add lib/float+.h.
6046         * modules/isnanl-nolibm (Files): Add lib/float+.h.
6047         * modules/isnanl (Files): Add lib/float+.h.
6048         * modules/vasnprintf (Files): Add lib/float+.h.
6049
6050 2007-03-24  Bruno Haible  <bruno@clisp.org>
6051
6052         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
6053         include isnanl-nolibm.h.
6054
6055 2007-03-24  Bruno Haible  <bruno@clisp.org>
6056
6057         * tests/test-read-file.c (main): Don't produce spurious output for
6058         expected situations. Make the test fail if it encountered unexpected
6059         results.
6060
6061 2007-03-24  Bruno Haible  <bruno@clisp.org>
6062
6063         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
6064         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
6065
6066 2007-03-24  Bruno Haible  <bruno@clisp.org>
6067
6068         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
6069
6070 2007-03-24  Bruno Haible  <bruno@clisp.org>
6071
6072         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
6073         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
6074
6075         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
6076         * modules/utf8-ucs4: Turn into a symbolic link to module
6077         unistr/u8-mbtouc.
6078
6079         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
6080         utf8-ucs4-unsafe.
6081         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
6082         unistr/u8-mbtouc-unsafe.
6083
6084         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
6085         * modules/utf16-ucs4: Turn into a symbolic link to module
6086         unistr/u16-mbtouc.
6087
6088         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
6089         utf16-ucs4-unsafe.
6090         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
6091         unistr/u16-mbtouc-unsafe.
6092
6093         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
6094         * modules/ucs4-utf8: Turn into a symbolic link to module
6095         unistr/u8-ubtomb.
6096
6097         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
6098         * modules/ucs4-utf16: Turn into a symbolic link to module
6099         unistr/u16-ubtomb.
6100
6101 2007-03-24  Bruno Haible  <bruno@clisp.org>
6102
6103         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
6104         Enable the function only if HAVE_INLINE.
6105         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
6106         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
6107         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
6108         Enable the function only if HAVE_INLINE.
6109         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
6110         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
6111         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
6112         Enable the function only if HAVE_INLINE.
6113         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
6114         Enable the function only if HAVE_INLINE.
6115         * modules/utf8-ucs4: Update.
6116         * modules/utf8-ucs4-unsafe: Update.
6117         * modules/utf16-ucs4: Update.
6118         * modules/utf16-ucs4-unsafe: Update.
6119         * modules/ucs4-utf8: Update.
6120         * modules/ucs4-utf16: Update.
6121
6122 2007-03-24  Bruno Haible  <bruno@clisp.org>
6123
6124         * lib/utf8-ucs4.h: Remove file.
6125         * lib/utf8-ucs4-unsafe.h: Remove file.
6126         * lib/utf16-ucs4.h: Remove file.
6127         * lib/utf16-ucs4-unsafe.h: Remove file.
6128         * lib/ucs4-utf8.h: Remove file.
6129         * lib/ucs4-utf16.h: Remove file.
6130         * lib/unistr.h: Include their previous contents.
6131         * m4/utf-ucs4.m4: Remove file.
6132         * m4/ucs4-utf.m4: Remove file.
6133         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
6134         (Depends-on): Add unistr/base.
6135         (configure.ac): Remove gl_UTF_UCS4.
6136         (Makefile.am): Update.
6137         (Include): Change to unistr.h.
6138         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
6139         (Depends-on): Add unistr/base.
6140         (configure.ac): Remove gl_UTF_UCS4.
6141         (Makefile.am): Update.
6142         (Include): Change to unistr.h.
6143         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
6144         (Depends-on): Add unistr/base.
6145         (configure.ac): Remove gl_UTF_UCS4.
6146         (Makefile.am): Update.
6147         (Include): Change to unistr.h.
6148         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
6149         (Depends-on): Add unistr/base.
6150         (configure.ac): Remove gl_UTF_UCS4.
6151         (Makefile.am): Update.
6152         (Include): Change to unistr.h.
6153         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
6154         (Depends-on): Add unistr/base.
6155         (configure.ac): Remove gl_UCS4_UTF.
6156         (Makefile.am): Update.
6157         (Include): Change to unistr.h.
6158         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
6159         (Depends-on): Add unistr/base.
6160         (configure.ac): Remove gl_UCS4_UTF.
6161         (Makefile.am): Update.
6162         (Include): Change to unistr.h.
6163         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
6164         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
6165         utf8-ucs4-unsafe.h.
6166         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
6167         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
6168         utf16-ucs4-unsafe.h.
6169         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
6170         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
6171         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
6172         * lib/unistr/u8-strchr.c: Likewise.
6173         * lib/unistr/u8-strrchr.c: Likewise.
6174         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
6175         * lib/unistr/u16-strchr.c: Likewise.
6176         * lib/unistr/u16-strrchr.c: Likewise.
6177         * lib/striconveh.c: Update.
6178         * lib/linebreak.c: Update.
6179
6180 2007-03-24  Bruno Haible  <bruno@clisp.org>
6181
6182         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
6183         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
6184
6185 2007-03-22  Bruno Haible  <bruno@clisp.org>
6186
6187         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
6188
6189 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
6190
6191         * MODULES.html.sh (File system functions): New module write-any-file.
6192         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
6193         * m4/write-any-file.m4: New files.
6194
6195 2007-03-23  Eric Blake  <ebb9@byu.net>
6196
6197         * gnulib-tool: Rearrange space-tab sequences, since some editors
6198         like to eat them.
6199
6200 2007-03-23  Eric Blake  <ebb9@byu.net>
6201
6202         * lib/version-etc.c (version_etc_va): Update license wording to
6203         be more concise.  Recommended by Richard Stallman.
6204
6205 2007-03-22  Bruno Haible  <bruno@clisp.org>
6206
6207         * lib/poll.c (MSG_PEEK): New fallback definition.
6208
6209 2007-03-22  Bruno Haible  <bruno@clisp.org>
6210
6211         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
6212         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
6213         (main): Update.
6214         Fixes a compilation error on BeOS.
6215
6216 2007-03-22  Bruno Haible  <bruno@clisp.org>
6217
6218         * modules/frexpl-tests: New file.
6219         * tests/test-frexpl.c: New file.
6220
6221         * modules/frexpl: New file.
6222         * m4/frexpl.m4: New file.
6223         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
6224         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
6225         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
6226         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
6227         (Depends-on): Add frexpl. Remove isnanl-nolibm.
6228         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
6229
6230 2007-03-22  Bruno Haible  <bruno@clisp.org>
6231
6232         * lib/frexpl.c: Share code with lib/frexp.c.
6233         * modules/mathl (Files): Add lib/frexp.c.
6234         (Depends-on): Add isnanl-nolibm.
6235
6236 2007-03-22  Bruno Haible  <bruno@clisp.org>
6237
6238         * modules/printf-frexp (Files): Add m4/frexp.m4.
6239         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
6240         only if the found frexp function actually works.
6241
6242 2007-03-22  Bruno Haible  <bruno@clisp.org>
6243
6244         * lib/frexp.c: Remove older implementation that uses divisions.
6245
6246 2007-03-21  Bruno Haible  <bruno@clisp.org>
6247
6248         * modules/frexp-tests: New file.
6249         * tests/test-frexp.c: New file.
6250
6251         * modules/frexp: New file.
6252         * lib/frexp.c: New file.
6253         * m4/frexp.m4: New file.
6254         * lib/math_.h (frexp): New declaration.
6255         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
6256         REPLACE_FREXP.
6257         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
6258
6259 2007-03-21  Bruno Haible  <bruno@clisp.org>
6260
6261         * modules/isnanl-tests: New file.
6262         * tests/test-isnanl.c: New file.
6263
6264         * modules/isnanl: New file.
6265         * lib/isnanl.h: New file.
6266         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
6267         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
6268         gl_FUNC_ISNANL_WORKS.
6269         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
6270         New macros.
6271
6272 2007-03-21  Bruno Haible  <bruno@clisp.org>
6273
6274         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
6275         lib/isnanl.h.
6276         (Include): Update.
6277         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
6278         * lib/vasnprintf.c: Update.
6279         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
6280         tests/test-isnanl.h, remove tests/test-isnanl.c.
6281         (Makefile.am): Update.
6282         * tests/test-isnanl-nolibm.c: New file.
6283         * tests/test-isnanl.h: New file.
6284         * tests/test-isnanl.c: Remove file.
6285
6286 2007-03-21  Jim Meyering  <jim@meyering.net>
6287
6288         When trying to open ".", treat ESTALE like EACCES.
6289         * lib/savewd.c (savewd_save): Resort to forking not just upon
6290         failure with EACCES, but also when errno is ESTALE.
6291
6292 2007-03-20  Bruno Haible  <bruno@clisp.org>
6293
6294         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
6295         Needed on AIX 5.1. Reported by Matthew Woehlke.
6296
6297 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6298
6299         Suggestions by Bruno Haible:
6300         * lib/acl-internal.h: Include "gettext.h" rather than rolling
6301         our own.
6302         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
6303         * modules/acl (Depends-on): Add gettext.
6304
6305 2007-03-19  Bruno Haible  <bruno@clisp.org>
6306
6307         * modules/iconvme: Remove file.
6308         * lib/iconvme.h: Remove file.
6309         * lib/iconvme.c: Remove file.
6310         * m4/iconvme.m4: Remove file.
6311
6312 2007-03-19  Bruno Haible  <bruno@clisp.org>
6313
6314         * doc/relocatable-maint.texi: Break long shell script line.
6315         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
6316
6317 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6318
6319         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
6320         handle file_has_acl.
6321         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
6322         * lib/acl.c: Move header inclusions and related macro defns into
6323         lib/acl-internal.h.
6324         (S_ISLNK): Remove defn, since that's now done for us.
6325         (file_has_acl): Move to lib/file-has-acl.c.
6326         Call acl_trivial if available.  This is the crucial part of the fix.
6327         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
6328         shared within the library.  Rewrite a bit, partly to make it compatible
6329         with the GNU coding style.
6330         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
6331         Remove unnecessary double-quotes.
6332         Don't test for acl_to_text; the build will catch that.
6333         Replace acl_entries if it doesn't exist and it is needed.
6334         Check for -lsec and acl_trivial (as used on Solaris 10).
6335         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
6336         lib/file-has-acl.c.
6337         (Depends-on): Add sys_stat, for S_ISLNK.
6338
6339 2007-03-19  Ben Pfaff  <blp@gnu.org>
6340
6341         * doc/gnulib.texi: Fix typos.
6342         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
6343
6344 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6345
6346         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
6347         If size is zero here, buf must be zero.
6348
6349 2007-03-19  Simon Josefsson  <simon@josefsson.org>
6350
6351         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
6352         <bruno@clisp.org>.
6353
6354 2007-03-18  Bruno Haible  <bruno@clisp.org>
6355
6356         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
6357         Suggested by Eric Blake.
6358
6359 2007-03-18  Ben Pfaff  <blp@gnu.org>
6360
6361         * doc/relocatable.texi: Recommend using as prefix a directory
6362         that does not exist and will never be created.  Based on
6363         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
6364         and others.
6365
6366 2007-03-17  Bruno Haible  <bruno@clisp.org>
6367
6368         * lib/fchownat.c: Include lchown.h.
6369
6370 2007-03-17  Bruno Haible  <bruno@clisp.org>
6371
6372         Fix endless loop when the given allocated size was > INT_MAX.
6373         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
6374         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
6375         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
6376         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
6377         * lib/sprintf.c (sprintf): Likewise.
6378
6379 2007-03-17  Bruno Haible  <bruno@clisp.org>
6380
6381         * tests/test-argp-2.sh (func_compare): Output a context diff.
6382
6383 2007-03-17  Bruno Haible  <bruno@clisp.org>
6384
6385         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
6386         locale's decimal-point character.
6387
6388 2007-03-17  Bruno Haible  <bruno@clisp.org>
6389
6390         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
6391         before comparing it. Needed because on some platforms (e.g. x86) a
6392         'long double' occupies less bytes than sizeof (long double).
6393
6394 2007-03-17  Bruno Haible  <bruno@clisp.org>
6395
6396         * tests/test-crc.c (main): Make printf statements 64-bit clean.
6397         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
6398         * tests/test-getaddrinfo.c (simple): Likewise.
6399         * tests/test-read-file.c (main): Likewise.
6400
6401 2007-03-17  Bruno Haible  <bruno@clisp.org>
6402
6403         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
6404
6405 2007-03-17  Bruno Haible  <bruno@clisp.org>
6406
6407         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
6408         unused variable.
6409
6410 2007-03-17  Bruno Haible  <bruno@clisp.org>
6411
6412         * tests/test-c-strcasecmp.c: Include c-strcase.h.
6413         * tests/test-c-strncasecmp.c: Likewise.
6414
6415 2007-03-17  Bruno Haible  <bruno@clisp.org>
6416
6417         * modules/stdlib (Depends-on): Add unistd.
6418         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
6419         Needed for MacOS X 10.3.
6420
6421 2007-03-17  Bruno Haible  <bruno@clisp.org>
6422
6423         * lib/unistr/u-strdup.h: Include <stdlib.h>.
6424
6425 2007-03-17  Bruno Haible  <bruno@clisp.org>
6426
6427         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
6428
6429 2007-03-17  Bruno Haible  <bruno@clisp.org>
6430
6431         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
6432         to reflect files copied from gnulib (with or without modifications).
6433         Suggested by Jim Meyering.
6434
6435 2007-03-17  Eric Blake  <ebb9@byu.net>
6436
6437         * NEWS: Document stdlib change from 2007-02-18.
6438
6439 2007-03-17  Jim Meyering  <jim@meyering.net>
6440
6441         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
6442         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
6443         someone uses a name containing shell meta-characters.
6444         Reported by Alfred M. Szmidt.
6445
6446         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
6447
6448 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
6449
6450         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
6451         and copy gettext configuration files only if configure.ac contains
6452         a use of AM_GNU_GETTEXT_VERSION.
6453
6454 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
6455
6456         * build-aux/bootstrap (gnulib_name): New variable.
6457         (gnulib_tool_options): Use it.
6458
6459 2007-03-13  Simon Josefsson  <simon@josefsson.org>
6460
6461         * tests/test-des.c: Use new namespace.
6462
6463 2007-03-15  Bruno Haible  <bruno@clisp.org>
6464
6465         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
6466         Reported by James Youngman <jay@gnu.org>.
6467
6468 2007-03-15  Bruno Haible  <bruno@clisp.org>
6469
6470         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
6471         declared prototype. Needed with cc on OSF/1 5.1.
6472
6473 2007-03-15  Bruno Haible  <bruno@clisp.org>
6474
6475         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
6476         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
6477         (struct gl_list_implementation): Add dispose_fn argument to the
6478         'create_empty', 'create' methods.
6479         (struct gl_list_impl_base): Add field 'dispose_fn'.
6480         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
6481         argument.
6482         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
6483         dispose_fn argument.
6484         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
6485         dispose_fn on the dropped values.
6486         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
6487         dispose_fn argument.
6488         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
6489         dropped values.
6490         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
6491         (gl_tree_remove_node): Call dispose_fn on the dropped value.
6492         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
6493         (gl_tree_remove_node): Call dispose_fn on the dropped value.
6494         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
6495         argument.
6496         (gl_tree_list_free): Call dispose_fn on the dropped values.
6497         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
6498         the dropped values.
6499         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
6500         Add dispose_fn argument.
6501         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
6502         Call dispose_fn on the dropped values.
6503         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
6504         Add dispose_fn argument.
6505         (gl_sublist_create): Initialize the 'dispose_fn' field.
6506         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
6507         * tests/test-array_list.c (main): Update.
6508         * tests/test-carray_list.c (main): Update.
6509         * tests/test-avltree_list.c (main): Update.
6510         * tests/test-rbtree_list.c (main): Update.
6511         * tests/test-avltreehash_list.c (main): Update.
6512         * tests/test-rbtreehash_list.c (main): Update.
6513         * tests/test-linked_list.c (main): Update.
6514         * tests/test-linkedhash_list.c (main): Update.
6515         * tests/test-array_oset.c (main): Update.
6516
6517 2007-03-15  Bruno Haible  <bruno@clisp.org>
6518
6519         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
6520         (gl_oset_create_empty): Add dispose_fn argument.
6521         (struct gl_oset_implementation): Add dispose_fn argument to
6522         'create_empty' method.
6523         (struct gl_oset_impl_base): Add dispose_fn field.
6524         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
6525         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
6526         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
6527         values.
6528         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
6529         (gl_tree_oset_free): Call dispose_fn on the dropped values.
6530         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
6531         dropped value.
6532         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
6533         dropped value.
6534         * tests/test-array_oset.c (main): Update.
6535         * tests/test-avltree_oset.c (main): Update.
6536         * tests/test-rbtree_oset.c (main): Update.
6537         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
6538
6539 2007-03-13  Bruno Haible  <bruno@clisp.org>
6540
6541         * tests/test-stdbool.c (i): Update after last patch.
6542
6543 2007-03-12  Bruno Haible  <bruno@clisp.org>
6544
6545         * lib/quotearg.c: Include <wctype.h> early, before the definition of
6546         the iswprint macro. Needed on Solaris 2.5.1.
6547
6548 2007-03-12  Bruno Haible  <bruno@clisp.org>
6549
6550         * tests/test-printf-frexp.c (main): Declare x as volatile.
6551
6552 2007-03-12  Simon Josefsson  <simon@josefsson.org>
6553
6554         * doc/gnulib.texi (Build robot for gnulib): New section.
6555
6556 2007-03-12  Jim Meyering  <jim@meyering.net>
6557
6558         * build-aux/bootstrap: New file.
6559         * build-aux/bootstrap.conf: New file, from coreutils.
6560
6561 2007-03-11  Bruno Haible  <bruno@clisp.org>
6562
6563         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
6564
6565 2007-03-12  Simon Josefsson  <simon@josefsson.org>
6566
6567         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
6568         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
6569         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
6570
6571 2007-03-11  Bruno Haible  <bruno@clisp.org>
6572
6573         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
6574         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
6575
6576 2007-03-11  Bruno Haible  <bruno@clisp.org>
6577
6578         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
6579         formula. Needed for SunPRO C 5.0.
6580
6581 2007-03-11  Bruno Haible  <bruno@clisp.org>
6582
6583         * modules/long-options (Depends-on): Add getopt.
6584
6585 2007-03-11  Bruno Haible  <bruno@clisp.org>
6586
6587         * modules/modechange (Depends-on): Add stdbool.
6588
6589 2007-03-11  Bruno Haible  <bruno@clisp.org>
6590
6591         * modules/i-ring (Depends-on): Add stdbool.
6592
6593 2007-03-11  Bruno Haible  <bruno@clisp.org>
6594
6595         * modules/gc-des (Depends-on): Add stdbool.
6596
6597 2007-03-11  Bruno Haible  <bruno@clisp.org>
6598
6599         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
6600
6601 2007-03-11  Bruno Haible  <bruno@clisp.org>
6602
6603         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
6604
6605 2007-03-11  Bruno Haible  <bruno@clisp.org>
6606
6607         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
6608
6609 2007-03-11  Bruno Haible  <bruno@clisp.org>
6610
6611         * lib/vasnprintf.c (sprintf): Undefine.
6612
6613 2007-03-11  Bruno Haible  <bruno@clisp.org>
6614
6615         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
6616         initializers in SunPRO C and Compaq C compilers.
6617
6618 2007-03-11  Bruno Haible  <bruno@clisp.org>
6619
6620         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
6621         decrementing code ANSI C compliant.
6622
6623 2007-03-11  Bruno Haible  <bruno@clisp.org>
6624
6625         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
6626         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
6627
6628 2007-03-11  Bruno Haible  <bruno@clisp.org>
6629
6630         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
6631         <stdbool.h> substitute doesn't pass.
6632
6633 2007-03-11  Bruno Haible  <bruno@clisp.org>
6634
6635         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
6636
6637 2007-03-11  Bruno Haible  <bruno@clisp.org>
6638
6639         * gnulib-tool (func_create_megatestdir): Create also an autobuild
6640         script, for submission to autobuild.josefsson.org.
6641
6642 2007-03-10  Bruno Haible  <bruno@clisp.org>
6643
6644         * modules/canonicalize-lgpl-tests: New file.
6645         * tests/test-canonicalize-lgpl.sh: New file.
6646         * tests/test-canonicalize-lgpl.c: New file.
6647
6648         * modules/c-strcase-tests: New file.
6649         * tests/test-c-strcase.sh: New file.
6650         * tests/test-c-strcasecmp.c: New file.
6651         * tests/test-c-strncasecmp.c: New file.
6652
6653         * modules/atexit-tests: New file.
6654         * tests/test-atexit.sh: New file.
6655         * tests/test-atexit.c: New file.
6656
6657 2007-03-10  Bruno Haible  <bruno@clisp.org>
6658
6659         * tests/test-binary-io.sh: Use temporary filenames that are not so
6660         likely to clash with those of other tests (in a parallel make).
6661         * tests/test-binary-io.c: Likewise.
6662
6663 2007-03-10  Bruno Haible  <bruno@clisp.org>
6664
6665         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
6666         fallback; use #error instead.
6667         Suggested by Simon Josefsson.
6668
6669 2007-03-10  Bruno Haible  <bruno@clisp.org>
6670
6671         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
6672         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
6673         first and the last.
6674
6675 2007-03-10  Bruno Haible  <bruno@clisp.org>
6676
6677         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
6678
6679 2007-03-10  Bruno Haible  <bruno@clisp.org>
6680
6681         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
6682         "make distcheck".
6683         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
6684         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
6685         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
6686
6687 2007-03-10  Bruno Haible  <bruno@clisp.org>
6688
6689         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
6690         variable.
6691         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
6692         variable.
6693
6694 2007-03-09  Eric Blake  <ebb9@byu.net>
6695         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
6696
6697         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
6698         types are not being provided by gnulib.
6699         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
6700         types are supported.
6701
6702 2007-03-10  Bruno Haible  <bruno@clisp.org>
6703
6704         * lib/stdio_.h (__attribute__): New macro.
6705         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
6706         vsprintf): Specify __attribute__ __format__ for GCC.
6707         Suggested by Eric Blake.
6708
6709 2007-03-09  Bruno Haible  <bruno@clisp.org>
6710
6711         * modules/printf-posix-tests: New file.
6712         * tests/test-printf-posix.sh: New file.
6713         * tests/test-printf-posix.c: New file.
6714
6715         * modules/printf-posix: New file.
6716         * lib/printf.c: New file.
6717         * m4/printf-posix-rpl.m4: New file.
6718         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
6719         REPLACE_PRINTF.
6720         * lib/stdio_.h (printf): New declaration.
6721         (format, __format__, ____printf____, ____scanf____, ____strftime____,
6722         ____strfmon____): New macros.
6723         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
6724         REPLACE_PRINTF.
6725
6726 2007-03-09  Bruno Haible  <bruno@clisp.org>
6727
6728         * tests/test-vasnprintf-posix2.sh: New file.
6729         * tests/test-vasnprintf-posix2.c: New file.
6730         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
6731         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
6732         (Makefile.am): Activate test-vasnprintf-posix2.sh.
6733
6734         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
6735         a locale dependent decimal point, rather than always '.'.
6736
6737 2007-03-09  Eric Blake  <ebb9@byu.net>
6738
6739         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
6740         spite of platforms like Tandem/NSK that define it to -1.
6741
6742 2007-03-08  Bruno Haible  <bruno@clisp.org>
6743
6744         * modules/vprintf-posix-tests: New file.
6745         * tests/test-vprintf-posix.sh: New file.
6746         * tests/test-vprintf-posix.c: New file.
6747         * tests/test-printf-posix.h: New file.
6748
6749         * modules/vprintf-posix: New file.
6750         * lib/vprintf.c: New file.
6751         * m4/vprintf-posix.m4: New file.
6752         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
6753         REPLACE_VPRINTF.
6754         * lib/stdio_.h (vprintf): New declaration.
6755         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
6756         REPLACE_VPRINTF.
6757
6758 2007-03-08  Bruno Haible  <bruno@clisp.org>
6759
6760         * modules/fprintf-posix-tests: New file.
6761         * tests/test-fprintf-posix.sh: New file.
6762         * tests/test-fprintf-posix.c: New file.
6763
6764         * modules/fprintf-posix: New file.
6765         * lib/fprintf.c: New file.
6766         * m4/fprintf-posix.m4: New file.
6767         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
6768         REPLACE_FPRINTF.
6769         * lib/stdio_.h (fprintf): New declaration.
6770         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
6771         REPLACE_FPRINTF.
6772
6773 2007-03-08  Bruno Haible  <bruno@clisp.org>
6774
6775         * modules/vfprintf-posix-tests: New file.
6776         * tests/test-vfprintf-posix.sh: New file.
6777         * tests/test-vfprintf-posix.c: New file.
6778         * tests/test-fprintf-posix.h: New file.
6779         * tests/test-fprintf-posix.out: New file.
6780
6781         * modules/vfprintf-posix: New file.
6782         * lib/vfprintf.c: New file.
6783         * m4/vfprintf-posix.m4: New file.
6784         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
6785         REPLACE_VFPRINTF.
6786         * lib/stdio_.h (vfprintf): New declaration.
6787         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
6788         REPLACE_VFPRINTF.
6789
6790 2007-03-08  Bruno Haible  <bruno@clisp.org>
6791
6792         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
6793
6794 2007-03-08  Bruno Haible  <bruno@clisp.org>
6795
6796         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
6797         instead of 'expr' invocations.
6798         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6799         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6800         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6801         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6802         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6803         Suggested by Paul Eggert.
6804
6805 2007-03-08  Bruno Haible  <bruno@clisp.org>
6806
6807         * modules/fseterr-tests: New file.
6808         * tests/test-fseterr.c: New file.
6809
6810         * modules/fseterr: New file.
6811         * lib/fseterr.h: New file.
6812         * lib/fseterr.c: New file.
6813
6814 2007-03-08  Bruno Haible  <bruno@clisp.org>
6815
6816         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
6817         * lib/getopt_.h: Likewise.
6818         * lib/mbswidth.h: Likewise.
6819         * lib/setenv.h: Likewise.
6820         * lib/vasnprintf.h: Likewise.
6821         * lib/vasprintf.h: Likewise.
6822         * lib/verror.h: Likewise.
6823         * lib/xsetenv.h: Likewise.
6824         * lib/xvasprintf.h: Likewise.
6825
6826 2007-03-08  Jim Meyering  <jim@meyering.net>
6827
6828         * users.txt: Add parted.
6829
6830         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
6831
6832 2007-03-07  Bruno Haible  <bruno@clisp.org>
6833
6834         * m4/printf.m4: Make the shell script snippets copy&pastable.
6835
6836 2007-03-02  Bruno Haible  <bruno@clisp.org>
6837
6838         * lib/netinet_in_.h: New file.
6839         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
6840         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
6841         * modules/netinet_in (Files): Add lib/netinet_in_.h.
6842         (Depends-on): Add absolute-header.
6843         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
6844         into netinet/in.h.
6845
6846 2007-03-03  Bruno Haible  <bruno@clisp.org>
6847
6848         * lib/sys_select_.h: New file.
6849         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
6850         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
6851         * modules/sys_select (Files): Add lib/sys_select_.h.
6852         (Depends-on): Add absolute-header.
6853         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
6854         into sys/select.h.
6855
6856 2007-03-02  Bruno Haible  <bruno@clisp.org>
6857
6858         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
6859         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
6860         values.
6861         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
6862         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
6863         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
6864         * modules/sys_socket (Depends-on): Add absolute-header.
6865         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
6866         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
6867         (Include): Remove requirement of inclusion of <sys/types.h>.
6868
6869 2007-03-02  Bruno Haible  <bruno@clisp.org>
6870
6871         * lib/byteswap_.h (bswap_32): Fix formula.
6872
6873 2007-03-06  Bruno Haible  <bruno@clisp.org>
6874
6875         * modules/sprintf-posix-tests: New file.
6876         * tests/test-sprintf-posix.c: New file.
6877
6878         * modules/sprintf-posix: New file.
6879         * lib/sprintf.c: New file.
6880         * m4/sprintf-posix.m4: New file.
6881         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
6882         REPLACE_SPRINTF.
6883         * lib/stdio_.h (sprintf): New declaration.
6884         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
6885         REPLACE_SPRINTF.
6886
6887 2007-03-06  Bruno Haible  <bruno@clisp.org>
6888
6889         * modules/vsprintf-posix-tests: New file.
6890         * tests/test-vsprintf-posix.c: New file.
6891         * tests/test-sprintf-posix.h: New file.
6892
6893         * modules/vsprintf-posix: New file.
6894         * lib/vsprintf.c: New file.
6895         * m4/vsprintf-posix.m4: New file.
6896         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
6897         REPLACE_VSPRINTF.
6898         * lib/stdio_.h (vsprintf): New declaration.
6899         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
6900         REPLACE_VSPRINTF.
6901
6902 2007-03-06  Bruno Haible  <bruno@clisp.org>
6903
6904         * modules/vsnprintf (Depend-on): Remove minmax.
6905
6906 2007-03-06  Bruno Haible  <bruno@clisp.org>
6907
6908         * modules/snprintf-posix-tests: New file.
6909         * tests/test-snprintf-posix.c: New file.
6910
6911         * modules/snprintf-posix: New file.
6912         * m4/snprintf-posix.m4: New file.
6913         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
6914         gl_FUNC_SNPRINTF.
6915         (gl_FUNC_SNPRINTF): Invoke it.
6916         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
6917         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
6918         is set.
6919         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
6920
6921 2007-03-06  Bruno Haible  <bruno@clisp.org>
6922
6923         * modules/vsnprintf-posix-tests: New file.
6924         * tests/test-vsnprintf-posix.c: New file.
6925         * tests/test-snprintf-posix.h: New file.
6926
6927         * modules/vsnprintf-posix: New file.
6928         * m4/vsnprintf-posix.m4: New file.
6929         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
6930         gl_FUNC_VSNPRINTF.
6931         (gl_FUNC_VSNPRINTF): Invoke it.
6932         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
6933         * lib/stdio_.h (vsnprintf): Define as a replacement if
6934         REPLACE_VSNPRINTF is set.
6935         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
6936
6937 2007-03-06  Bruno Haible  <bruno@clisp.org>
6938
6939         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
6940         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
6941
6942 2007-03-06  Bruno Haible  <bruno@clisp.org>
6943
6944         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
6945         (asinl): Declare also if HAVE_DECL_ASINL is set.
6946         (atanl): Declare also if HAVE_DECL_ATANL is set.
6947         (ceill): Declare also if HAVE_DECL_CEILL is set.
6948         (cosl): Declare also if HAVE_DECL_COSL is set.
6949         (expl): Declare also if HAVE_DECL_EXPL is set.
6950         (floorl): Declare also if HAVE_DECL_FLOORL is set.
6951         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
6952         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
6953         (logl): Declare also if HAVE_DECL_LOGL is set.
6954         (sinl): Declare also if HAVE_DECL_SINL is set.
6955         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
6956         (tanl): Declare also if HAVE_DECL_TANL is set.
6957         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
6958         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
6959         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
6960         declaration of frexpl, ldexpl.
6961         * modules/printf-frexpl (Depends-on): Add math.
6962         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
6963
6964 2007-03-05  Bruno Haible  <bruno@clisp.org>
6965
6966         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
6967         frexpl and ldexpl are declared.
6968         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
6969
6970 2007-03-05  Bruno Haible  <bruno@clisp.org>
6971
6972         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
6973         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
6974
6975 2007-03-05  Bruno Haible  <bruno@clisp.org>
6976
6977         * lib/stdio_.h: Include <stddef.h>.
6978
6979 2007-03-05  Bruno Haible  <bruno@clisp.org>
6980
6981         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
6982
6983 2007-03-05  Bruno Haible  <bruno@clisp.org>
6984
6985         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
6986         NetBSD 4, from Ralf Wildenhues.
6987
6988 2007-03-04  Bruno Haible  <bruno@clisp.org>
6989
6990         * lib/vasprintf.h: Update #if logic for the case when the functions
6991         exist but are overridden.
6992
6993 2007-03-04  Bruno Haible  <bruno@clisp.org>
6994
6995         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
6996         implementations: glibc-2.4 and MacOS X 10.3.
6997         * tests/test-vasnprintf-posix.c (test_function): Test also the case
6998         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
6999         * tests/test-vasprintf-posix.c (test_function): Likewise.
7000
7001 2007-03-04  Bruno Haible  <bruno@clisp.org>
7002
7003         * modules/vasprintf-posix-tests: New file.
7004         * tests/test-vasprintf-posix.c: New file.
7005
7006         * modules/vasprintf-posix: New file.
7007         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
7008         defined.
7009         * m4/vasprintf-posix.m4: New file.
7010         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
7011         gl_FUNC_VASPRINTF.
7012         (gl_FUNC_VASPRINTF): Invoke it.
7013         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
7014         here.
7015         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
7016
7017 2007-03-04  Bruno Haible  <bruno@clisp.org>
7018
7019         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
7020         REPLACE_GETTIMEOFDAY.
7021         * modules/sys_time (Makefile.am): Likewise.
7022         * m4/sys_time_h.m4: Likewise.
7023         * m4/gettimeofday.m4: Likewise.
7024
7025 2007-03-04  Bruno Haible  <bruno@clisp.org>
7026
7027         * modules/vasnprintf-posix-tests: New file.
7028         * tests/test-vasnprintf-posix.c: New file.
7029
7030         * modules/vasnprintf-posix: New file.
7031         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
7032         printf-frexpl.h.
7033         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
7034         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
7035         REPLACE_VASNPRINTF is defined.
7036         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
7037         gl_FUNC_VASNPRINTF.
7038         (gl_FUNC_VASNPRINTF): Invoke it.
7039         * m4/vasnprintf-posix.m4: New file.
7040         * m4/printf.m4: New file.
7041
7042 2007-03-04  Bruno Haible  <bruno@clisp.org>
7043
7044         Compile progreloc.c only if --enable-relocatable is specified.
7045         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
7046         if --enable-relocatable was specified.
7047         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
7048         lib_SOURCES.
7049
7050 2007-03-04  Jim Meyering  <jim@meyering.net>
7051
7052         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
7053         Use it consistently, rather than enumerating errno constants.
7054
7055 2007-03-04  Bruno Haible  <bruno@clisp.org>
7056
7057         * modules/xvasprintf-tests: New file.
7058         * tests/test-xvasprintf.c: New file.
7059
7060         * modules/vasprintf-tests: New file.
7061         * tests/test-vasprintf.c: New file.
7062
7063         * modules/vasnprintf-tests: New file.
7064         * tests/test-vasnprintf.c: New file.
7065
7066         * modules/vsnprintf-tests: New file.
7067         * tests/test-vsnprintf.c: New file.
7068
7069         * modules/snprintf-tests: New file.
7070         * tests/test-snprintf.c: New file.
7071
7072 2007-03-04  Bruno Haible  <bruno@clisp.org>
7073
7074         Compile relocatable.c only if --enable-relocatable is specified.
7075         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
7076         gl_RELOCATABLE_LIBRARY.
7077         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
7078         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
7079         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
7080         gl_RELOCATABLE_LIBRARY.
7081         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
7082         (Makefile.am): Remove lib_SOURCES.
7083         * modules/relocatable-lib-lgpl (configure.ac): Invoke
7084         gl_RELOCATABLE_LIBRARY.
7085         (Makefile.am): Remove lib_SOURCES.
7086         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
7087         always.
7088         * modules/relocatable-prog-wrapper (configure.ac): Invoke
7089         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
7090
7091 2007-03-04  Bruno Haible  <bruno@clisp.org>
7092
7093         * modules/argmatch-tests: New file.
7094         * tests/test-argmatch.c: New file.
7095
7096         * tests/test-allocsa.c (main): Halve the number of loop runs.
7097
7098         * modules/alloca-opt-tests: New file.
7099         * tests/test-alloca-opt.c: New file.
7100
7101 2007-03-04  Jim Meyering  <jim@meyering.net>
7102
7103         Work around difference between Linux ACLs and Solaris 10 ZFS.
7104         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
7105         for EINVAL.
7106
7107 2007-03-03  Bruno Haible  <bruno@clisp.org>
7108
7109         * modules/relocatable-prog (Depends-on): Add back progreloc's
7110         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
7111
7112 2007-03-03  Bruno Haible  <bruno@clisp.org>
7113
7114         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
7115         * modules/relocatable-lib: New file.
7116
7117 2007-03-03  Bruno Haible  <bruno@clisp.org>
7118
7119         * modules/relocatable-prog: Renamed from modules/relocatable.
7120         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
7121
7122 2007-03-03  Bruno Haible  <bruno@clisp.org>
7123
7124         * modules/relocatable-script (Files): Add doc/relocatable.texi,
7125         m4/relocatable-lib.m4.
7126         (Depends-on): Remove 'relocatable'.
7127         (configure.ac): Add gl_RELOCATABLE_NOP.
7128
7129 2007-03-03  Bruno Haible  <bruno@clisp.org>
7130
7131         * modules/relocatable-prog-wrapper: New file.
7132         * modules/relocatable (Depends-on): Add it. Remove all other
7133         dependencies except progname.
7134         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
7135
7136         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
7137         (gl_FUNC_STRERROR): Nop.
7138         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
7139
7140         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
7141         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
7142
7143         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
7144         (gl_FUNC_READLINK): Update.
7145
7146         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
7147
7148 2007-03-03  Bruno Haible  <bruno@clisp.org>
7149
7150         * lib/xreadlink.c: Include <unistd.h> unconditionally.
7151         * modules/xreadlink (Depends-on): Add unistd.
7152         * modules/xreadlink-with-size (Depends-on): Likewise.
7153
7154 2007-03-03  Bruno Haible  <bruno@clisp.org>
7155
7156         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
7157         extracted from gt_FUNC_SETENV.
7158         (gt_FUNC_SETENV): Remove macro.
7159         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
7160         remove gt_FUNC_SETENV.
7161
7162 2007-03-03  Bruno Haible  <bruno@clisp.org>
7163
7164         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
7165         ENABLE_RELOCATABLE here.
7166         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
7167
7168 2007-03-03  Bruno Haible  <bruno@clisp.org>
7169
7170         * modules/rbtreehash-list-tests (Depends-on): Add progname.
7171         * tests/test-rbtreehash_list.c: Include progname.h.
7172         (main): Call set_program_name.
7173
7174         * modules/rbtree-oset-tests (Depends-on): Add progname.
7175         * tests/test-rbtree_oset.c: Include progname.h.
7176         (main): Call set_program_name.
7177
7178         * modules/rbtree-list-tests (Depends-on): Add progname.
7179         * tests/test-rbtree_list.c: Include progname.h.
7180         (main): Call set_program_name.
7181
7182         * modules/linked-list-tests (Depends-on): Add progname.
7183         * tests/test-linked_list.c: Include progname.h.
7184         (main): Call set_program_name.
7185
7186 2007-03-03  Bruno Haible  <bruno@clisp.org>
7187
7188         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
7189         All uses of __restrict changed to _Restrict_.
7190         * lib/glob_.h (__restrict): Remove macro.
7191
7192 2007-03-02  Bruno Haible  <bruno@clisp.org>
7193
7194         * modules/gettext (configure.ac): Require gettext infrastructure
7195         from version 0.16.1.
7196
7197 2007-03-02  Bruno Haible  <bruno@clisp.org>
7198
7199         * modules/linkedhash-list-tests (Depends-on): Add progname.
7200         * tests/test-linkedhash_list.c: Include progname.h.
7201         (main): Call set_program_name.
7202
7203         * modules/carray-list-tests (Depends-on): Add progname.
7204         * tests/test-carray_list.c: Include progname.h.
7205         (main): Call set_program_name.
7206
7207         * modules/avltreehash-list-tests (Depends-on): Add progname.
7208         * tests/test-avltreehash_list.c: Include progname.h.
7209         (main): Call set_program_name.
7210
7211         * modules/avltree-oset-tests (Depends-on): Add progname.
7212         * tests/test-avltree_oset.c: Include progname.h.
7213         (main): Call set_program_name.
7214
7215         * modules/avltree-list-tests (Depends-on): Add progname.
7216         * tests/test-avltree_list.c: Include progname.h.
7217         (main): Call set_program_name.
7218
7219         * modules/array-oset-tests (Depends-on): Add progname.
7220         * tests/test-array_oset.c: Include progname.h.
7221         (main): Call set_program_name.
7222
7223         * modules/array-list-tests (Depends-on): Add progname.
7224         * tests/test-array_list.c: Include progname.h.
7225         (main): Call set_program_name.
7226
7227         * modules/argp-tests (Depends-on): Add progname.
7228         * tests/test-argp.c: Include argp.h first. Include progname.h.
7229         (main): Call set_program_name.
7230
7231 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
7232
7233         * doc/gnulib-tool.texi (Initial import): Reword description of
7234         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
7235         limited effect even if defined after the first system include.
7236
7237 2007-03-01  Bruno Haible  <bruno@clisp.org>
7238
7239         * build-aux/config.libpath: Update to libtool-1.5.22.
7240         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
7241
7242 2007-03-01  Bruno Haible  <bruno@clisp.org>
7243
7244         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
7245         foo_CFLAGS.
7246         Reported by Ralf Wildenhues.
7247
7248 2007-03-01  Bruno Haible  <bruno@clisp.org>
7249
7250         * build-aux/install-reloc: Remove object files left over by some
7251         compilers.
7252         Reported by Ralf Wildenhues.
7253
7254 2007-03-01  Bruno Haible  <bruno@clisp.org>
7255
7256         * build-aux/install-reloc: Break long lines.
7257
7258 2007-03-01  Bruno Haible  <bruno@clisp.org>
7259
7260         * doc/relocatable.texi: Document that it may not work on OpenBSD.
7261         Reported by Ralf Wildenhues.
7262
7263 2007-03-01  Bruno Haible  <bruno@clisp.org>
7264
7265         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
7266         include ordering constraints.
7267
7268 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
7269
7270         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
7271         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
7272         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
7273         as another example.
7274         * lib/time_.h: Fix misspelling.
7275         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7276         Require gl_HEADER_TIME_H_DEFAULTS.
7277         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
7278         * m4/time_r.m4 (gl_TIME_R): Likewise.
7279         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
7280
7281 2007-03-01  Bruno Haible  <bruno@clisp.org>
7282
7283         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
7284         * m4/utimens.m4 (gl_UTIMENS): Likewise.
7285
7286 2007-03-01  Jim Meyering  <jim@meyering.net>
7287
7288         * modules/xreadlink (Maintainer): Add my name.
7289         * modules/xreadlink-with-size (Depends-on): Alphabetize.
7290
7291 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
7292             Bruno Haible  <bruno@clisp.org>
7293
7294         * build-aux/install-reloc: Compile also c-ctype.c.
7295         * build-aux/relocatable.sh.in: New file.
7296         * doc/relocatable.texi: New file.
7297         * doc/relocatable-maint.texi: New file.
7298         * doc/gnulib.texi: Include relocatable-maint.texi.
7299         * lib/progreloc.c: Include unistd.h unconditionally.
7300         * lib/relocwrapper.c: Include unistd.h unconditionally.
7301         Include c-ctype.h.
7302         (add_dotbin): Use c_tolower.
7303         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
7304         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
7305         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
7306         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
7307         to m4/relocatable-lib.m4.
7308         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
7309         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
7310         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
7311         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
7312         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
7313         * modules/relocatable: New file.
7314         * modules/relocatable-lib: New file.
7315         * modules/relocatable-script: New file.
7316
7317 2007-02-28  Bruno Haible  <bruno@clisp.org>
7318
7319         Import --enable-relocatable infrastructure.
7320         * build-aux/config.libpath: New file, from GNU gettext.
7321         * build-aux/install-reloc: New file, from GNU gettext.
7322         * build-aux/reloc-ldflags: New file, from GNU gettext.
7323         * lib/relocatable.h: New file, from GNU gettext.
7324         * lib/relocatable.c: New file, from GNU gettext.
7325         * lib/relocwrapper.c: New file, from GNU gettext.
7326         * m4/relocatable.m4: New file, from GNU gettext.
7327
7328 2007-02-28  Bruno Haible  <bruno@clisp.org>
7329
7330         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
7331
7332         * modules/xreadlink: New file, from GNU gettext with modifications.
7333         * lib/xreadlink.c: New file, from GNU gettext.
7334         * lib/xreadlink.h: Add comments.
7335         (xreadlink): New declaration.
7336
7337         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
7338         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
7339         lib/xreadlink-with-size.c.
7340         (configure.ac): Remove gl_XREADLINK invocation.
7341         (Makefile.am): Augment lib_SOURCES.
7342         * m4/xreadlink.m4: Remove file.
7343         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
7344         (xreadlink_with_size): Renamed from xreadink.
7345         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
7346         * modules/canonicalize (Depends-on): Replace xreadlink with
7347         xreadlink-with-size.
7348         * lib/canonicalize.c (canonicalize_filename_mode): Update.
7349
7350 2007-02-25  Jim Meyering  <jim@meyering.net>
7351
7352         * build-aux/announce-gen: When complaining about excess arguments,
7353         list them.
7354
7355 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
7356
7357         * README: Document signed integer overflow situation more
7358         accurately.
7359
7360 2007-02-25  Bruno Haible  <bruno@clisp.org>
7361
7362         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
7363         'a' or 'A' conversion.
7364
7365 2007-02-25  Bruno Haible  <bruno@clisp.org>
7366
7367         * modules/filename: Renamed from modules/pathname.
7368         (Files): Replace lib/pathname.h with lib/filename.h. Replace
7369         lib/concatpath.c with lib/concat-filename.c.
7370         (Makefile.am): Update.
7371         (Include): Replace pathname.h with filename.h.
7372         * lib/filename.h: Renamed from lib/pathname.h.
7373         (concatenated_filename): Renamed from concatenated_pathname.
7374         * lib/concat-filename.c: Renamed from lib/concatpath.c.
7375         (concatenated_filename): Renamed from concatenated_pathname.
7376         * lib/findprog.c: Include filename.h instead of pathname.h.
7377         (find_in_path): Update.
7378         * lib/javacomp.c: Include filename.h instead of pathname.h.
7379         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
7380         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
7381         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
7382         is_oldgcj_14_13_usable, is_javac_usable): Update.
7383         * lib/javaexec.c: Include filename.h instead of pathname.h.
7384         (execute_java_class): Update.
7385         * modules/findprog: Update.
7386         * modules/javacomp: Update.
7387         * modules/javaexec: Update.
7388         * MODULES.html.sh (File system functions): Add 'filename', remove
7389         'pathname'.
7390
7391 2007-02-25  Bruno Haible  <bruno@clisp.org>
7392
7393         * modules/printf-frexpl-tests: New file.
7394         * tests/test-printf-frexpl.c: New file.
7395
7396         * modules/printf-frexpl: New file.
7397         * lib/printf-frexpl.h: New file.
7398         * lib/printf-frexpl.c: New file.
7399         * m4/printf-frexpl.m4: New file.
7400
7401 2007-02-25  Bruno Haible  <bruno@clisp.org>
7402
7403         * modules/printf-frexp-tests: New file.
7404         * tests/test-printf-frexp.c: New file.
7405
7406         * modules/printf-frexp: New file.
7407         * lib/printf-frexp.h: New file.
7408         * lib/printf-frexp.c: New file.
7409         * m4/printf-frexp.m4: New file.
7410
7411 2007-02-25  Bruno Haible  <bruno@clisp.org>
7412
7413         Assume automake >= 1.10 for the tests.
7414         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
7415         * modules/arctwo-tests: Likewise.
7416         * modules/argp-tests: Likewise.
7417         * modules/avltree-list-tests: Likewise.
7418         * modules/avltree-oset-tests: Likewise.
7419         * modules/avltreehash-list-tests: Likewise.
7420         * modules/carray-list-tests: Likewise.
7421         * modules/crc-tests: Likewise.
7422         * modules/des-tests: Likewise.
7423         * modules/gc-arcfour-tests: Likewise.
7424         * modules/gc-arctwo-tests: Likewise.
7425         * modules/gc-des-tests: Likewise.
7426         * modules/gc-hmac-md5-tests: Likewise.
7427         * modules/gc-hmac-sha1-tests: Likewise.
7428         * modules/gc-md2-tests: Likewise.
7429         * modules/gc-md4-tests: Likewise.
7430         * modules/gc-md5-tests: Likewise.
7431         * modules/gc-pbkdf2-sha1-tests: Likewise.
7432         * modules/gc-rijndael-tests: Likewise.
7433         * modules/gc-sha1-tests: Likewise.
7434         * modules/gc-tests: Likewise.
7435         * modules/getaddrinfo-tests: Likewise.
7436         * modules/hmac-md5-tests: Likewise.
7437         * modules/hmac-sha1-tests: Likewise.
7438         * modules/linked-list-tests: Likewise.
7439         * modules/linkedhash-list-tests: Likewise.
7440         * modules/lock-tests: Likewise.
7441         * modules/md2-tests: Likewise.
7442         * modules/md4-tests: Likewise.
7443         * modules/md5-tests: Likewise.
7444         * modules/rbtree-list-tests: Likewise.
7445         * modules/rbtree-oset-tests: Likewise.
7446         * modules/rbtreehash-list-tests: Likewise.
7447         * modules/read-file-tests: Likewise.
7448         * modules/rijndael-tests: Likewise.
7449         * modules/stdint-tests: Likewise.
7450         * modules/tls-tests: Likewise.
7451
7452 2007-02-24  Bruno Haible  <bruno@clisp.org>
7453
7454         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
7455         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
7456         function; instead check whether isnan with a double argument links.
7457         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
7458         function; instead check whether isnan with a 'long double' argument
7459         links.
7460         Reported by Eric Blake <ebb9@byu.net>.
7461
7462 2007-02-24  Bruno Haible  <bruno@clisp.org>
7463
7464         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
7465         defined.
7466         * lib/isnanl.c: Remove all code. Just include isnan.c.
7467         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
7468
7469 2007-02-25  Jim Meyering  <jim@meyering.net>
7470
7471         Avoid conflicting types for 'unsetenv' on FreeBSD.
7472         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
7473         conflicting with FreeBSD's (5.0 and 6.1) function declaration
7474         in stdlib.h.
7475
7476 2007-02-24  Bruno Haible  <bruno@clisp.org>
7477
7478         * modules/isnanl-nolibm-tests: New file.
7479         * tests/test-isnanl.c: New file.
7480
7481         * modules/isnanl-nolibm: New file.
7482         * lib/isnanl.h: New file.
7483         * lib/isnanl.c: New file.
7484         * m4/isnanl.m4: New file.
7485
7486 2007-02-24  Bruno Haible  <bruno@clisp.org>
7487
7488         * modules/isnan-nolibm-tests: New file.
7489         * tests/test-isnan.c: New file.
7490
7491         * modules/isnan-nolibm: New file.
7492         * lib/isnan.h: New file.
7493         * lib/isnan.c: New file.
7494         * m4/isnan.m4: New file.
7495
7496 2007-02-24  Bruno Haible  <bruno@clisp.org>
7497
7498         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
7499         assume that an exponent fits in 20 bits.
7500
7501 2007-02-24  Jim Meyering  <jim@meyering.net>
7502
7503         * m4/regex.m4: Update the description of the configure-time option,
7504         --without-included-regex, to state accurately what the defaults are,
7505         and perhaps to give people an idea why using this option is risky.
7506
7507 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
7508
7509         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
7510         loops on small arguments.  This attempts to avoid the problem
7511         Bruno Haible reported for AIX 4.3.2 in
7512         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
7513
7514 2007-02-23  Bruno Haible  <bruno@clisp.org>
7515
7516         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
7517         Needed for help2man.
7518
7519 2007-02-23  Karl Berry  <karl@gnu.org>
7520
7521         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
7522         exists, foo.h should be cvs-ignored, not committed.
7523
7524 2007-02-23  Eric Blake  <ebb9@byu.net>
7525
7526         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
7527         * lib/stat-time.h (includes): Likewise.
7528         * lib/utimecmp.c (includes): Likewise.
7529         * lib/utimens.h (includes): Likewise.
7530         * lib/getdate.y (includes): Also include "timespec.h" for use
7531         internal to the module.
7532         * modules/utimens (Depends-on): Revert yesterday's patch.
7533         * modules/nanosleep (Depends-on): Add missing dependency.
7534
7535 2007-02-22  Bruno Haible  <bruno@clisp.org>
7536
7537         * lib/glob.c: Don't include getlogin_r.h.
7538
7539 2007-02-22  Jim Meyering  <jim@meyering.net>
7540
7541         * modules/utimens (Depends-on): Add timespec, required for
7542         utimens.h's inclusion of timespec.h.
7543
7544 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
7545
7546         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
7547         long unreadable paths in GNU/Linux.  Problem reported by Andreas
7548         Schwab in
7549         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
7550         I'll try to think of a better way to fix the Solaris problem.
7551
7552         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
7553         like glibc; on Solaris 10, it fails with errno == EINVAL.
7554         POSIX says the behavior is unspecified if the first argument is NULL,
7555         so play it safe and never pass NULL to the system getcwd.
7556
7557 2007-02-21  Jim Meyering  <jim@meyering.net>
7558
7559         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
7560         of gettimeofday.  It would conflict with the one now always
7561         provided via sys_time_.h.  Reported by Matthew Woehlke, as
7562         an IRIX 6.5 build failure.
7563
7564 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
7565
7566         Minor fixups to port to Solaris 10 with Sun C 5.8.
7567         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
7568         * modules/getcwd (Depends-on): Add dirfd.
7569         * lib/putenv.c (putenv): #undef it.
7570         (rpl_putenv): New decl.
7571         (malloc, free): Include <stdlib.h> rather than prototyping separately.
7572
7573 2007-02-20  Bruno Haible  <bruno@clisp.org>
7574
7575         * modules/stdio-tests: New file.
7576         * tests/test-stdio.c: New file.
7577
7578         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
7579         (Depends-on): Add stdio.
7580         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
7581         (Include): Use <stdio.h> instead of vsnprintf.h.
7582         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
7583         HAVE_DECL_VSNPRINTF.
7584         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
7585
7586         * modules/snprintf (Files): Remove lib/snprintf.h.
7587         (Depends-on): Add stdio.
7588         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
7589         (Include): Use <stdio.h> instead of snprintf.h.
7590         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
7591         HAVE_DECL_SNPRINTF.
7592         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
7593         * lib/getaddrinfo.c: Likewise.
7594
7595         * modules/stdio: New file.
7596         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
7597         * lib/snprintf.h: Remove file.
7598         * lib/vsnprintf.h: Remove file.
7599         * lib/.cppi-disable: Remove snprintf.h.
7600         * m4/stdio_h.m4: New file.
7601         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
7602
7603 2007-02-20  Jim Meyering  <jim@meyering.net>
7604
7605         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
7606         used by e.g., mingw.  From Bruno Haible.
7607
7608 2007-02-19  Bruno Haible  <bruno@clisp.org>
7609
7610         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
7611         warnings.
7612         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7613
7614 2007-02-19  Bruno Haible  <bruno@clisp.org>
7615
7616         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
7617         from mingw users.
7618
7619 2007-02-19  Bruno Haible  <bruno@clisp.org>
7620
7621         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
7622         warnings.
7623         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
7624
7625 2007-02-19  Jim Meyering  <jim@meyering.net>
7626
7627         Don't use FD after a successful "fdopendir (fd)".
7628         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
7629         Reset it by calling dirfd on the just-obtained DIR*.
7630
7631         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
7632         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
7633
7634 2007-02-18  Bruno Haible  <bruno@clisp.org>
7635
7636         * lib/readlink.c: Include <unistd.h>.
7637         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
7638         HAVE_READLINK.
7639         * modules/readlink (Depends-on): Add unistd.
7640         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7641         (Include): Add <unistd.h>.
7642
7643         * lib/getlogin_r.h: Remove file.
7644         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
7645         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
7646         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
7647         HAVE_DECL_GETLOGIN_R.
7648         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
7649         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7650         (Include): Use <unistd.h> instead of getlogin_r.h.
7651
7652         * lib/getcwd.h: Remove file.
7653         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
7654         * lib/xgetcwd.c: Likewise.
7655         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
7656         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
7657         * modules/getcwd (Files): Remove lib/getcwd.h.
7658         (Depends-on): Add unistd.
7659         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7660         (Include): Use <unistd.h> instad of getcwd.h.
7661
7662         * lib/ftruncate.c: Include <unistd.h> first.
7663         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
7664         Set HAVE_FTRUNCATE.
7665         * modules/ftruncate (Depends-on): Add unistd.
7666         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7667
7668         * lib/fchdir.c: Include <unistd.h> first.
7669         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
7670         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
7671         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
7672         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7673         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
7674
7675         * lib/dup2.c: Include <unistd.h> first.
7676         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
7677         HAVE_DUP2.
7678         * modules/dup2 (Depends-on): Add unistd.
7679         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7680
7681         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
7682         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
7683         REPLACE_CHOWN. Don't define chown as a macro here.
7684         * modules/chown (Depends-on): Add unistd.
7685         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7686
7687         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
7688         Add definition for GL_LINK_WARNING.
7689         (chown, dup2): New declarations.
7690         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
7691         link warning.
7692         (ftruncate): New declaration.
7693         (getcwd): New declaration, taken from old getcwd.h.
7694         (getlogin_r): New declaration, taken from old getlogin_r.h.
7695         (readlink): New declaration.
7696         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
7697         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
7698         (gl_PREREQ_UNISTD): Remove macro.
7699         (gl_UNISTD_MODULE_INDICATOR): New macro.
7700         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
7701         many new variables. Don't set UNISTD_H.
7702         * modules/unistd (Description): Change.
7703         (Depends-on): Add link-warning.
7704         (configure.ac): Update.
7705         (Makefile.am): Create unistd.h always. Substitute many new variables
7706         into it.
7707
7708 2007-02-18  Bruno Haible  <bruno@clisp.org>
7709
7710         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
7711         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
7712         HAVE_GETSUBOPT.
7713         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
7714         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
7715         * lib/getsubopt.h: Remove file.
7716         * modules/getsubopt (Files): Remove lib/getsubopt.h.
7717         (Depends-on): Add stdlib.
7718         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7719         (Includes): Use <stdlib.h> instead of getsubopt.h.
7720         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
7721         Set HAVE_GETSUBOPT.
7722         * lib/getsubopt.c: Don't include getsubopt.h.
7723
7724 2007-02-18  Bruno Haible  <bruno@clisp.org>
7725
7726         * modules/fchdir (Depends-on): Add dup2.
7727
7728 2007-02-18  Bruno Haible  <bruno@clisp.org>
7729
7730         * lib/stdlib_.h: Handle glibc's special invocation convention
7731         specially.
7732
7733 2007-02-18  Bruno Haible  <bruno@clisp.org>
7734
7735         * modules/stdlib-tests: New file.
7736         * tests/test-stdlib.c: New file.
7737
7738         * modules/mkstemp (Files): Remove lib/mkstemp.h.
7739         (Depends-on): Add stdlib.
7740         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7741         (Includes): Use <stdlib.h> instead of mkstemp.h.
7742         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
7743         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
7744         * lib/mkstemp.c: Don't include mkstemp.h.
7745         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
7746         * lib/stdlib--.h: Don't include mkstemp.h.
7747
7748         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
7749         (Depends-on): Add stdlib.
7750         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7751         (Includes): Use <stdlib.h> instead of mkdtemp.h.
7752         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
7753         HAVE_MKDTEMP.
7754         * lib/mkdtemp.c: Don't include mkdtemp.h.
7755         * lib/clean-temp.c: Don't include mkdtemp.h.
7756
7757         * modules/exit (Files): Remove lib/exit.h.
7758         (Depends-on): Add stdlib.
7759         (Makefile.am): Remove lib_SOURCES.
7760         (Include): Use <stdlib.h> instead of exit.h.
7761         * lib/argmatch.c: Don't include exit.h.
7762         * lib/execute.c: Likewise.
7763         * lib/pagealign_alloc.c: Likewise.
7764         * lib/pipe.c: Likewise.
7765         * lib/wait-process.c: Likewise.
7766         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
7767         * lib/exitfail.c: Likewise.
7768         * lib/savewd.c: Likewise.
7769         * lib/xsetenv.c: Likewise.
7770
7771         * modules/stdlib: New file.
7772         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
7773         and extra comments about mkstemp().
7774         * lib/exit.h: Remove file.
7775         * lib/mkdtemp.h: Remove file.
7776         * lib/mkstemp.h: Remove file.
7777         * m4/stdlib_h.m4: New file.
7778         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
7779
7780 2007-02-18  Bruno Haible  <bruno@clisp.org>
7781
7782         * modules/math-tests: New file.
7783         * tests/test-math.c: New file.
7784
7785         * modules/math: New file.
7786         * modules/mathl (Files): Remove lib/mathl.h.
7787         (Depends-on): Add math.
7788         (Makefile.am): Don't mention mathl.h.
7789         (Include): Use <math.h> instead of mathl.h.
7790         * lib/math_.h: New file.
7791         * lib/mathl.h: Remove file.
7792         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
7793         mathl.h.
7794         * lib/asinl.c: Likewise.
7795         * lib/atanl.c: Likewise.
7796         * lib/ceill.c: Likewise.
7797         * lib/cosl.c: Likewise.
7798         * lib/expl.c: Likewise.
7799         * lib/floorl.c: Likewise.
7800         * lib/frexpl.c: Likewise.
7801         * lib/ldexpl.c: Likewise.
7802         * lib/logl.c: Likewise.
7803         * lib/sincosl.c: Likewise.
7804         * lib/sinl.c: Likewise.
7805         * lib/sqrtl.c: Likewise.
7806         * lib/tanl.c: Likewise.
7807         * lib/trigl.c: Likewise.
7808         * m4/math_h.m4: New file.
7809         * MODULES.html.sh (Mathematics): Add math.
7810
7811 2007-02-17  Bruno Haible  <bruno@clisp.org>
7812
7813         * modules/wctype-tests: New file.
7814         * tests/test-wctype.c: New file.
7815
7816         * modules/wchar-tests: New file.
7817         * tests/test-wchar.c: New file.
7818
7819         * modules/unistd-tests: New file.
7820         * tests/test-unistd.c: New file.
7821
7822         * modules/time-tests: New file.
7823         * tests/test-time.c: New file.
7824
7825         * modules/sysexits-tests: New file.
7826         * tests/test-sysexits.c: New file.
7827
7828         * modules/sys_time-tests: New file.
7829         * tests/test-sys_time.c: New file.
7830
7831         * modules/sys_stat-tests: New file.
7832         * tests/test-sys_stat.c: New file.
7833
7834         * modules/sys_socket-tests: New file.
7835         * tests/test-sys_socket.c: New file.
7836
7837         * modules/sys_select-tests: New file.
7838         * tests/test-sys_select.c: New file.
7839
7840         * modules/string-tests: New file.
7841         * tests/test-string.c: New file.
7842
7843         * modules/stdbool-tests: New file.
7844         * tests/test-stdbool.c: New file.
7845
7846         * modules/netinet_in-tests: New file.
7847         * tests/test-netinet_in.c: New file.
7848
7849         * modules/inttypes-tests: New file.
7850         * tests/test-inttypes.c: New file.
7851
7852         * modules/fcntl-tests: New file.
7853         * tests/test-fcntl.c: New file.
7854
7855         * modules/byteswap-tests: New file.
7856         * tests/test-byteswap.c: New file.
7857
7858         * modules/arpa_inet-tests: New file.
7859         * tests/test-arpa_inet.c: New file.
7860
7861 2007-02-17  Bruno Haible  <bruno@clisp.org>
7862
7863         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
7864         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
7865         if the corresponding module is not enabled. Emit link warnings if
7866         the function is used nevertheless.
7867         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
7868         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
7869         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
7870         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
7871         * modules/inttypes (Depends-on): Add link-warning.
7872         (Makefile.am): Copy the contents of build-aux/link-warning.h into
7873         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
7874         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
7875         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
7876         * modules/imaxdiv (configure.ac): Likewise.
7877         * modules/strtoimax (configure.ac): Likewise.
7878         * modules/strtoumax (configure.ac): Likewise.
7879
7880 2007-02-17  Bruno Haible  <bruno@clisp.org>
7881
7882         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
7883         gl_STRING_MODULE_INDICATOR_DEFAULTS.
7884         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
7885         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
7886
7887 2007-02-17  Bruno Haible  <bruno@clisp.org>
7888
7889         * modules/link-warning: New file.
7890         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
7891         * lib/string_.h (GL_LINK_WARNING): Remove definition.
7892         * modules/string (Depends-on): Add link-warning.
7893         (Makefile.am): Copy the contents of build-aux/link-warning.h into
7894         string.h.
7895         * MODULES.html.sh (Support for building libraries and executables): Add
7896         link-warning.
7897
7898 2007-02-17  Bruno Haible  <bruno@clisp.org>
7899
7900         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
7901         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
7902         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
7903         long lines.
7904
7905 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
7906             Bruno Haible  <bruno@clisp.org>
7907
7908         * modules/tmpfile: New file.
7909         * lib/tmpfile.c: New file.
7910         * m4/tmpfile.m4: New file.
7911         * MODULES.html.sh (func_all_modules): New section "Input/output".
7912
7913 2007-02-15  Bruno Haible  <bruno@clisp.org>
7914
7915         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
7916         (supports_delete_on_close): New function.
7917         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
7918
7919 2007-02-14  Bruno Haible  <bruno@clisp.org>
7920
7921         * modules/mbspcasecmp-tests: New file.
7922         * tests/test-mbspcasecmp.sh: New file.
7923         * tests/test-mbspcasecmp.c: New file.
7924
7925         New module mbspcasecmp.
7926         * modules/mbspcasecmp: New file.
7927         * lib/mbspcasecmp.c: New file.
7928         * lib/string_.h (strncasecmp): Change warning message.
7929         (mbspcasecmp): New declaration.
7930         * m4/mbspcasecmp.m4: New file.
7931         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7932         GNULIB_MBSPCASECMP.
7933         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
7934         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
7935
7936 2007-02-14  Bruno Haible  <bruno@clisp.org>
7937
7938         * modules/mbsncasecmp-tests: New file.
7939         * tests/test-mbsncasecmp.sh: New file.
7940         * tests/test-mbsncasecmp.c: New file.
7941
7942         New module mbsncasecmp.
7943         * modules/mbsncasecmp: New file.
7944         * lib/mbsncasecmp.c: New file.
7945         * lib/string_.h (mbsncasecmp): New declaration.
7946         * m4/mbsncasecmp.m4: New file.
7947         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7948         GNULIB_MBSNCASECMP.
7949         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
7950         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
7951
7952 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
7953
7954         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
7955         Verify that it doesn't overlap with our flags.
7956         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
7957         do not have the desired effect in multibyte locales; instead, use
7958         mbscasecmp.
7959         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
7960         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
7961         we don't require GNU fnmatch ourselves (if our users require it, they
7962         should do so explicitly).
7963
7964         Fix regex code so it doesn't rely on strcasecmp.
7965         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
7966         Otherwise, include gnulib's langinfo.h.
7967         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
7968         undesirable behavior in non-C locales.  Instead, rely on localecharset.
7969         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
7970         * modules/regex (FILES): Remove m4/codeset.m4.
7971         (Depends-on): Add localcharset.  Remove strcase.
7972
7973 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7974
7975         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
7976         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
7977
7978 2007-02-13  Bruno Haible  <bruno@clisp.org>
7979
7980         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
7981         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7982
7983 2007-02-12  Bruno Haible  <bruno@clisp.org>
7984
7985         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
7986         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
7987         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
7988         time warning rather than a link error.
7989
7990 2007-02-12  Bruno Haible  <bruno@clisp.org>
7991
7992         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
7993         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
7994         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7995
7996 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
7997
7998         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
7999         args, not 2.
8000
8001 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
8002
8003         New module 'time', so that apps can include <time.h> as per
8004         POSIX and GNU instead of separate include files like time_r.h
8005         and timegm.h.  This implementation tries out a simpler approach
8006         for replacing decls in standard include files (as compared to
8007         the string module), somewhat as an experiment.
8008
8009         * config/srclist.txt: Comment out mktime.c for now.
8010         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
8011         since it doesn't apply any more.  Use generic wording instead.
8012         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
8013         'time'.
8014         * lib/time_.h, m4/time_h.m4, modules/time: New files.
8015         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
8016         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
8017         Don't include <sys/types.h>; no longer needed since we assume C89.
8018         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
8019         * lib/strftime.c: Likewise.
8020         * lib/time_r.c: Likewise.
8021         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
8022         * lib/nanosleep.c: Include <time.h> first, to check interface.
8023         * lib/strptime.c: Likewise.
8024         * lib/time_r.c: Likewise.
8025         * lib/timegm.c: Likewise.
8026         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
8027         needed.
8028         * lib/timegm.c: Don't include timegm.h; no longer needed.
8029         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
8030         time.h now handles any problems in that area.
8031         (struct timespec, nanosleep): Remove; time.h now arranges for these.
8032         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
8033         that time.h defines struct timespec.
8034         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
8035         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
8036         handles that.
8037         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
8038         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
8039         needed.  Set REPLACE_LOCALTIME.
8040         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
8041         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
8042         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
8043         nanosleep; time_h.m4 now does that.  Don't require
8044         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
8045         module handles this now.
8046         * modules/getdate (Depends-on): Remove timespec.  Add time.
8047         * modules/nanosleep (Depends-on): Likewise.
8048         * modules/stat-time (Depends-on): Likewise.
8049         * modules/nanosleep (Include): Include time.h, not timespec.h.
8050         * modules/strptime (Files): Remove lib/strptime.h.
8051         (Depends-on): Add extensions, time.
8052         (Include): Include time.h, not strptime.h.
8053         * modules/time_r (Files): Remove lib/time_r.h.
8054         (Depends-on): Add time.
8055         (Include): Include time.h, not time_r.h.
8056         * modules/timegm: Likewise.
8057         * modules/timespec (Description): Now does timespec-related decls
8058         of our own, instead of struct timespec itself.
8059         (Depends-on): Add time; remove extensions.
8060         (Maintainer): Add self.
8061         * modules/utimecmp (Depends-on): Add time; remove timespec.
8062         * modules/utimens (Depends-on): Likewise.
8063         * modules/xnanosleep (Depends-on): Likewise.
8064
8065 2007-02-11  Bruno Haible  <bruno@clisp.org>
8066
8067         * lib/c-strstr.c: Include allocsa.h.
8068         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8069         * lib/c-strcasestr.c: Include allocsa.h.
8070         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8071         * lib/strcasestr.c: Include allocsa.h.
8072         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8073         * lib/mbsstr.c: Include allocsa.h.
8074         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
8075         allocsa/freesa instead of malloc/free.
8076         * lib/mbscasestr.c: Include allocsa.h.
8077         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
8078         allocsa/freesa instead of malloc/free.
8079         * modules/c-strstr (Depends-on): Add allocsa.
8080         * modules/c-strcasestr (Depends-on): Likewise.
8081         * modules/strcasestr (Depends-on): Likewise.
8082         * modules/mbsstr (Depends-on): Likewise.
8083         * modules/mbscasestr (Depends-on): Likewise.
8084
8085 2007-02-11  Bruno Haible  <bruno@clisp.org>
8086
8087         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
8088
8089         * modules/mbsspn-tests: New file.
8090         * tests/test-mbsspn.sh: New file.
8091         * tests/test-mbsspn.c: New file.
8092
8093 2007-02-11  Bruno Haible  <bruno@clisp.org>
8094
8095         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
8096
8097         * modules/mbspbrk-tests: New file.
8098         * tests/test-mbspbrk.sh: New file.
8099         * tests/test-mbspbrk.c: New file.
8100
8101 2007-02-11  Bruno Haible  <bruno@clisp.org>
8102
8103         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
8104         unneeded cast.
8105
8106         * modules/mbscspn-tests: New file.
8107         * tests/test-mbscspn.sh: New file.
8108         * tests/test-mbscspn.c: New file.
8109
8110 2007-02-11  Bruno Haible  <bruno@clisp.org>
8111
8112         * modules/mbscasecmp-tests: New file.
8113         * tests/test-mbscasecmp.sh: New file.
8114         * tests/test-mbscasecmp.c: New file.
8115
8116 2007-02-11  Bruno Haible  <bruno@clisp.org>
8117
8118         Ensure O(n) worst-case complexity of mbscasestr.
8119         * lib/mbscasestr.c: Include stdbool.h.
8120         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
8121         functions.
8122         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
8123         the bookkeeping indicates that it's worth it.
8124         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
8125
8126         * modules/mbscasestr-tests: New file.
8127         * tests/test-mbscasestr1.c: New file.
8128         * tests/test-mbscasestr2.sh: New file.
8129         * tests/test-mbscasestr2.c: New file.
8130         * tests/test-mbscasestr3.sh: New file.
8131         * tests/test-mbscasestr3.c: New file.
8132         * tests/test-mbscasestr4.sh: New file.
8133         * tests/test-mbscasestr4.c: New file.
8134         * m4/locale-tr.m4: New file.
8135
8136 2007-02-11  Bruno Haible  <bruno@clisp.org>
8137
8138         Ensure O(n) worst-case complexity of mbsstr.
8139         * lib/mbsstr.c: Include stdbool.h.
8140         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
8141         functions.
8142         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
8143         bookkeeping indicates that it's worth it.
8144         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
8145
8146         * modules/mbsstr-tests: New file.
8147         * tests/test-mbsstr1.c: New file.
8148         * tests/test-mbsstr2.sh: New file.
8149         * tests/test-mbsstr2.c: New file.
8150         * tests/test-mbsstr3.sh: New file.
8151         * tests/test-mbsstr3.c: New file.
8152         * m4/locale-fr.m4: New file.
8153
8154 2007-02-11  Bruno Haible  <bruno@clisp.org>
8155
8156         * lib/mbsrchr.c (mbsrchr): Fix bug.
8157
8158         * modules/mbsrchr-tests: New file.
8159         * tests/test-mbsrchr.sh: New file.
8160         * tests/test-mbsrchr.c: New file.
8161
8162 2007-02-11  Bruno Haible  <bruno@clisp.org>
8163
8164         * lib/mbschr.c (mbschr): Fix bug.
8165
8166         * modules/mbschr-tests: New file.
8167         * tests/test-mbschr.sh: New file.
8168         * tests/test-mbschr.c: New file.
8169         * m4/locale-zh.m4: New file.
8170
8171 2007-02-11  Bruno Haible  <bruno@clisp.org>
8172
8173         Support for copying multibyte string iterators.
8174         * lib/mbiter.h: Include <string.h>.
8175         (mbiter_multi_copy): New function.
8176         (mbi_copy): New macro.
8177         * lib/mbuiter.h: Include <string.h>.
8178         (mbuiter_multi_copy): New function.
8179         (mbui_copy): New macro.
8180
8181 2007-02-11  Bruno Haible  <bruno@clisp.org>
8182
8183         New module mbslen.
8184         * modules/mbslen: New file.
8185         * lib/mbslen.c: New file.
8186         * lib/string_.h (mbslen): New declaration.
8187         * m4/mbslen.m4: New file.
8188         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8189         GNULIB_MBSLEN.
8190         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
8191         * MODULES.html.sh (Internationalization functions): Add mbslen.
8192
8193 2007-02-11  Bruno Haible  <bruno@clisp.org>
8194
8195         Ensure O(n) worst-case complexity of strcasestr substitute.
8196         * lib/strcasestr.c: Include stdbool.h.
8197         (knuth_morris_pratt): New function.
8198         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
8199         bookkeeping indicates that it's worth it.
8200         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
8201
8202         * modules/strcasestr-tests: New file.
8203         * tests/test-strcasestr.c: New file.
8204
8205 2007-02-11  Bruno Haible  <bruno@clisp.org>
8206
8207         Ensure O(n) worst-case complexity of c_strcasestr.
8208         * lib/c-strcasestr.c: Include stdbool.h, string.h.
8209         (knuth_morris_pratt): New function.
8210         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
8211         the bookkeeping indicates that it's worth it.
8212         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
8213
8214         * modules/c-strcasestr-tests: New file.
8215         * tests/test-c-strcasestr.c: New file.
8216
8217 2007-02-11  Bruno Haible  <bruno@clisp.org>
8218
8219         Ensure O(n) worst-case complexity of c_strstr.
8220         * lib/c-strstr.c: Include stdbool.h, string.h.
8221         (knuth_morris_pratt): New function.
8222         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
8223         bookkeeping indicates that it's worth it.
8224         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
8225
8226         * lib/c-strstr.c: Complete rewrite for maintainability.
8227
8228         * modules/c-strstr-tests: New file.
8229         * tests/test-c-strstr.c: New file.
8230
8231 2007-02-11  Bruno Haible  <bruno@clisp.org>
8232
8233         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
8234         5.2.1 and earlier, whereby \055 was treated just like the range
8235         delimiter '-'.
8236         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
8237
8238 2007-02-08  Bruno Haible  <bruno@clisp.org>
8239
8240         * modules/regex (Depends-on): Add stdbool.
8241         Reported by Dalibor Topic <robilad@kaffe.org>.
8242
8243 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
8244
8245         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
8246         Prefer returning from main to exiting from it.
8247         Remove unnecessary parens after sizeof.
8248
8249 2007-02-05  Bruno Haible  <bruno@clisp.org>
8250
8251         New module mbssep.
8252         * modules/mbssep: New file.
8253         * lib/mbssep.c: New file.
8254         * lib/string_.h (strsep): Add a conditional link warning.
8255         (mbssep): New declaration.
8256         * m4/mbssep.m4: New file.
8257         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8258         GNULIB_MBSSEP.
8259         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
8260         * MODULES.html.sh (Internationalization functions): Add mbssep.
8261
8262 2007-02-05  Bruno Haible  <bruno@clisp.org>
8263
8264         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
8265         Optimize search in case of 1 delimiter.
8266
8267 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
8268
8269         * lib/acl.h: Include sys/types.h before sys/acl.h.
8270
8271 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
8272
8273         Merge upstream fix for glibc bugzilla #3957:
8274
8275         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
8276
8277         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
8278         bit for RE_HAT_LISTS_NOT_NEWLINE.
8279         (build_charclass_op): Remove bogus comment.
8280
8281 2007-02-05  Simon Josefsson  <simon@josefsson.org>
8282
8283         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
8284
8285 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
8286
8287         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
8288         * lib/memmem.c [!defined _LIBC]: Include config.h.
8289
8290 2007-02-04  Bruno Haible  <bruno@clisp.org>
8291
8292         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
8293         warning message.
8294
8295 2007-02-04  Bruno Haible  <bruno@clisp.org>
8296
8297         New module mbstok_r.
8298         * modules/mbstok_r: New file.
8299         * lib/mbstok_r.c: New file.
8300         * lib/string_.h (strtok_r): Change argument names to match the
8301         comments. Add a conditional link warning.
8302         (mbstok_r): New declaration.
8303         * m4/mbstok_r.m4: New file.
8304         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8305         GNULIB_MBSTOK_R.
8306         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
8307         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
8308
8309 2007-02-04  Bruno Haible  <bruno@clisp.org>
8310
8311         New module mbsspn.
8312         * modules/mbsspn: New file.
8313         * lib/mbsspn.c: New file.
8314         * lib/string_.h (strspn): Add a conditional link warning.
8315         (mbsspn): New declaration.
8316         * m4/mbsspn.m4: New file.
8317         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8318         GNULIB_MBSSPN.
8319         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
8320         * MODULES.html.sh (Internationalization functions): Add mbsspn.
8321
8322 2007-02-04  Bruno Haible  <bruno@clisp.org>
8323
8324         New module mbspbrk.
8325         * modules/mbspbrk: New file.
8326         * lib/mbspbrk.c: New file.
8327         * lib/string_.h (strpbrk): Add a conditional link warning.
8328         (mbspbrk): New declaration.
8329         * m4/mbspbrk.m4: New file.
8330         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8331         GNULIB_MBSPBRK.
8332         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
8333         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
8334
8335 2007-02-04  Bruno Haible  <bruno@clisp.org>
8336
8337         New module mbscspn.
8338         * modules/mbscspn: New file.
8339         * lib/mbscspn.c: New file.
8340         * lib/string_.h (strcspn): Add a conditional link warning.
8341         (mbscspn): New declaration.
8342         * m4/mbscspn.m4: New file.
8343         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8344         GNULIB_MBSCSPN.
8345         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
8346         * MODULES.html.sh (Internationalization functions): Add mbscspn.
8347
8348 2007-02-04  Bruno Haible  <bruno@clisp.org>
8349
8350         New module mbscasestr, reduced goal of strcasestr.
8351         * modules/mbscasestr: New file.
8352         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
8353         (mbscasestr): Renamed from strcasestr.
8354         * lib/strcasestr.c: Don't include mbuiter.h.
8355         (strcasestr): Remove support for multibyte locales.
8356         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
8357         Change the conditional link warning.
8358         (mbscasestr): New declaration.
8359         * m4/mbscasestr.m4: New file.
8360         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
8361         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
8362         REPLACE_STRCASESTR.
8363         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
8364         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8365         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
8366         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
8367         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
8368         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
8369         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
8370         (Depends-on): Remove mbuiter.
8371         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
8372
8373 2007-02-04  Bruno Haible  <bruno@clisp.org>
8374
8375         Simplify handling of strncasecmp.
8376         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
8377         the conditional link warning.
8378         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8379         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
8380         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
8381         * modules/strcase (configure.ac): Don't invoke
8382         gl_STRING_MODULE_INDICATOR.
8383         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
8384
8385 2007-02-04  Bruno Haible  <bruno@clisp.org>
8386
8387         New module mbscasecmp, reduced goal of strcasecmp.
8388         * modules/mbscasecmp: New file.
8389         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
8390         (mbscasecmp): Renamed from strcasecmp.
8391         * lib/strcasecmp.c: Don't include mbuiter.h.
8392         (strcasecmp): Remove support for multibyte locales.
8393         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
8394         Change the conditional link warning.
8395         (mbscasecmp): New declaration.
8396         * m4/mbscasecmp.m4: New file.
8397         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
8398         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
8399         REPLACE_STRCASECMP.
8400         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
8401         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8402         GNULIB_MBSCASECMP.
8403         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
8404         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
8405         * modules/strcase (Files): Remove m4/mbrtowc.m4.
8406         (Depends-on): Remove mbuiter.
8407         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
8408
8409 2007-02-04  Bruno Haible  <bruno@clisp.org>
8410
8411         New module mbsstr. Remove module strstr.
8412         * modules/mbsstr: New file.
8413         * modules/strstr: Remove file.
8414         * lib/mbsstr.c: Renamed from lib/strstr.c.
8415         (mbsstr): Renamed from strstr.
8416         * lib/string_.h (strstr): Remove declaration. Change the conditional
8417         link warning.
8418         (mbsstr): New declaration.
8419         * m4/mbsstr.m4: New file.
8420         * m4/strstr.m4: Remove file.
8421         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
8422         REPLACE_STRSTR.
8423         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
8424         Don't initialize GNULIB_STRSTR.
8425         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
8426         substitute GNULIB_STRSTR and REPLACE_STRSTR.
8427         * MODULES.html.sh (Internationalization functions): Add mbsstr.
8428         (Support for systems lacking ANSI C 89): Remove strstr.
8429
8430 2007-02-04  Bruno Haible  <bruno@clisp.org>
8431
8432         New module mbsrchr.
8433         * modules/mbsrchr: New file.
8434         * lib/mbsrchr.c: New file.
8435         * lib/string_.h (strrchr): Add a conditional link warning.
8436         (mbsrchr): New declaration.
8437         * m4/mbsrchr.m4: New file.
8438         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8439         GNULIB_MBSRCHR.
8440         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
8441         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
8442
8443 2007-02-04  Bruno Haible  <bruno@clisp.org>
8444
8445         New module mbschr.
8446         * modules/mbschr: New file.
8447         * lib/mbschr.c: New file.
8448         * lib/string_.h (strchr): Add a conditional link warning.
8449         (mbschr): New declaration.
8450         * m4/mbschr.m4: New file.
8451         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8452         GNULIB_MBSCHR.
8453         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
8454         * MODULES.html.sh (Internationalization functions): Add mbschr.
8455
8456 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
8457
8458         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
8459
8460         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
8461
8462 2007-02-04  Bruno Haible  <bruno@clisp.org>
8463
8464         New module description section 'configure.ac-early'.
8465         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
8466         (func_get_autoconf_early_snippet): New function.
8467         (func_import, func_create_testdir): Use it. Remove special cases for
8468         modules 'extensions' and 'lock'.
8469         * modules/extensions (configure.ac-early): Require
8470         gl_USE_SYSTEM_EXTENSIONS.
8471         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
8472
8473 2007-02-04  Bruno Haible  <bruno@clisp.org>
8474
8475         Make use of gcj-4.3's -fsource and -ftarget option.
8476         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
8477         and if so try the options -fsource and -ftarget.
8478         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
8479         source_version, ftarget_option, target_version arguments.
8480         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
8481         (is_envjavac_oldgcj_14_14_usable): Renamed from
8482         is_envjavac_gcj_14_14_usable.
8483         (is_envjavac_oldgcj_14_13_usable): Renamed from
8484         is_envjavac_gcj_14_13_usable.
8485         (is_gcj_present): Update.
8486         (is_gcj_43, is_gcj43_usable): New functions.
8487         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
8488         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
8489         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
8490         try the options -fsource and -ftarget.
8491
8492 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
8493
8494         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
8495         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
8496         larger value.
8497
8498 2007-02-03  Jim Meyering  <jim@meyering.net>
8499
8500         Give tools a better chance to allocate space for very large buffers.
8501         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
8502
8503         Make pwd and readlink work also when run with an unreadable parent dir
8504         on systems with openat support.
8505         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
8506         provided getcwd function, even when we have openat support.
8507         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
8508
8509 2007-02-02  Bruno Haible  <bruno@clisp.org>
8510
8511         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
8512         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
8513         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
8514         portability problems if one of these functions is only used on specific
8515         platforms.
8516         Reported by Paul Eggert.
8517
8518 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
8519
8520         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
8521         is causing more trouble than it's curing.
8522         * lib/regex_internal.h (__mempcpy): Remove.
8523         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
8524         (and make the code a tad smaller to boot).
8525         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
8526
8527 2007-02-02  Jim Meyering  <jim@meyering.net>
8528
8529         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
8530         section, not in the Makefile.am: one.
8531
8532 2007-02-02  Eric Blake  <ebb9@byu.net>
8533
8534         * lib/strchrnul.c: Always include config.h first.
8535
8536         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
8537         gnulib strstr is not necessary here.
8538
8539 2007-02-02  Simon Josefsson  <simon@josefsson.org>
8540
8541         * m4/socklen.m4: Fix typo.
8542
8543 2007-02-02  Eric Blake  <ebb9@byu.net>
8544
8545         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
8546         * modules/netinet_in (Makefile.am): Likewise.
8547
8548 2007-02-01  Bruno Haible  <bruno@clisp.org>
8549
8550         * lib/string_.h (GL_LINK_WARNING): New macro.
8551         (strcasecmp, strstr, strcasestr): If provided by the system,
8552         conditionally define as a macro that leads to a warning instead of to
8553         an error.
8554         (strncasecmp): Conditionally define as a macro that leads to a warning.
8555
8556 2007-02-01  Karl Berry  <karl@gnu.org>
8557
8558         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
8559
8560 2007-02-01  Bruno Haible  <bruno@clisp.org>
8561
8562         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
8563         renamings.
8564
8565 2007-02-01  Eric Blake  <ebb9@byu.net>
8566
8567         * modules/regex (Depends-on): Revert dependence on mempcpy.
8568         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
8569         module's definition of mempcpy.
8570         Reported by Paul Eggert.
8571
8572 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
8573
8574         * lib/string_.h: If the gnulib module XYZ is not present, undefine
8575         the symbol XYZ before redefining it.  This fixes a problem with
8576         programs that don't use XYZ, when compiled on systems that define
8577         XYZ to something else.
8578
8579 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
8580
8581         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
8582         occurs when "mkdir -m foo" creates a setgid directory that is (1)
8583         writeable to group or other and (2) is intended to have a special
8584         mode bit that is set or cleared.  In such a case, the directory
8585         should be neither group- nor other-writeable until the special
8586         mode bits are right.
8587
8588 2007-01-31  Eric Blake  <ebb9@byu.net>
8589
8590         * modules/mountlist (Depends-on): Add strstr.
8591
8592         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
8593         bug.
8594         * modules/string (Makefile.am): Remove redundant replacement.
8595         * modules/regex (Depends-on): Add mempcpy.
8596
8597 2007-01-31  Bruno Haible  <bruno@clisp.org>
8598
8599         New module description field 'Link'.
8600         * gnulib-tool (func_usage): Document --extract-link-directive.
8601         (sed_extract_prog): Recognize 'Link' directive.
8602         (func_get_link_directive): New function.
8603         (func_import): Show summary of link directives.
8604         Handle --extract-link-directive option.
8605         * modules/acl (Link): New section.
8606         * modules/clock-time (Link): New section.
8607         * modules/euidaccess (Link): New section.
8608         * modules/gettext (Link): New section.
8609         * modules/iconv (Link): New section.
8610         * modules/lock (Link): New section.
8611         * modules/nanosleep (Link): New section.
8612         * modules/readline (Link): New section.
8613
8614 2007-01-27  Bruno Haible  <bruno@clisp.org>
8615
8616         Enforce the use of gnulib modules for unportable <string.h> functions.
8617         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
8618         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
8619         (gl_HEADER_STRING_H_BODY): Require it.
8620         * lib/string_.h: If the gnulib module XYZ is not present, redefine
8621         the symbol XYZ to one that gives a link error.
8622         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
8623         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
8624         * modules/mempcpy (configure.ac): Likewise.
8625         * modules/memrchr (configure.ac): Likewise.
8626         * modules/stpcpy (configure.ac): Likewise.
8627         * modules/stpncpy (configure.ac): Likewise.
8628         * modules/strcase (configure.ac): Likewise.
8629         * modules/strcasestr (configure.ac): Likewise.
8630         * modules/strchrnul (configure.ac): Likewise.
8631         * modules/strdup (configure.ac): Likewise.
8632         * modules/strndup (configure.ac): Likewise.
8633         * modules/strnlen (configure.ac): Likewise.
8634         * modules/strpbrk (configure.ac): Likewise.
8635         * modules/strsep (configure.ac): Likewise.
8636         * modules/strstr (configure.ac): Likewise.
8637         * modules/strtok_r (configure.ac): Likewise.
8638
8639 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
8640
8641         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
8642
8643 2007-01-30  Jim Meyering  <jim@meyering.net>
8644
8645         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
8646
8647 2007-01-29  Bruno Haible  <bruno@clisp.org>
8648
8649         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
8650         * lib/execute.c: Likewise.
8651         * lib/pipe.c: Likewise.
8652         * lib/printf-args.h: Likewise.
8653         * lib/printf-args.c: Likewise.
8654         * lib/printf-parse.c: Likewise.
8655         * lib/vasnprintf.c: Likewise.
8656
8657 2007-01-29  Eric Blake  <ebb9@byu.net>
8658
8659         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
8660         declaration.
8661
8662 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
8663
8664         * lib/strptime.h (strptime): Use 'restrict' for args where
8665         POSIX requires this.
8666         * lib/strptime.c (strptime): Likewise.
8667         Change license notice from LGPL to GPL, since gnulib-tool will
8668         change this as needed.
8669         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
8670         defined.
8671         Include "strptime.h" first, to check interface.
8672         Do not #undef _LIBC and _NL_CURRENT.
8673         Do not include <stdlib.h>; no longer needed.
8674         Include "time_r.h" and declare ptime_locale_status
8675         only if _LIBC is not defined.
8676         (__P): Remove unused macro.
8677         (match_string): Bring back glibc version, but use it only if _LIBC
8678         is defined.
8679         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
8680         Remove unnecessary assertion and abort() call.
8681         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
8682         * m4/strptime.m4: Fix serial number comment.
8683         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
8684         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
8685         (Depends-on): Add time_r.
8686
8687 2007-01-29  Bruno Haible  <bruno@clisp.org>
8688
8689         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
8690         strptime.
8691         * modules/strptime (Depends-on): Add stdbool.
8692         * lib/strptime.h: Include <time.h> always. Add comments.
8693
8694 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
8695
8696         * modules/strptime: New file.
8697         * lib/strptime.h: New file.
8698         * lib/strptime.c: New file.
8699         * m4/strptime.m4: New file.
8700
8701 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
8702
8703         * MODULES.html.sh: New module mpsort.
8704         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
8705
8706         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
8707         a circularity problem with HP-UX ia64 reported by Bob Proulx in
8708         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
8709         All uses changed.
8710         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
8711         All uses changed.
8712         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
8713         to _Restrict_.
8714         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
8715         the parameter matches the prototype.
8716
8717 2007-01-28  Jim Meyering  <jim@meyering.net>
8718
8719         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
8720         sys/time.h here, reverting that part of the previous patch:
8721         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
8722
8723 2007-01-28  Bruno Haible  <bruno@clisp.org>
8724
8725         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
8726         value of $(SYS_TIME_H).
8727         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
8728         remove it conditionally, too. [added by Jim Meyering]
8729         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
8730         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
8731         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
8732         GETTIMEOFDAY_REPLACEMENT to 1.
8733
8734 2007-01-28  Bruno Haible  <bruno@clisp.org>
8735
8736         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
8737         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
8738         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
8739         Set UNISTD_H instead of UNISTD_H2.
8740         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
8741
8742 2007-01-28  Bruno Haible  <bruno@clisp.org>
8743
8744         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
8745         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
8746
8747 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8748
8749         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
8750         (func_create_testdir): Ensure C locale for `grep' and `tr'
8751         character ranges.
8752         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
8753         ACLOCAL_AMFLAGS parsing state machine.
8754
8755 2007-01-27  Bruno Haible  <bruno@clisp.org>
8756
8757         * modules/unistr/base: Update.
8758
8759 2007-01-27  Bruno Haible  <bruno@clisp.org>
8760
8761         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
8762         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
8763         * modules/unistr/u32-mbtouc-unsafe: Renamed from
8764         modules/unistr/u32-mbtouc.
8765         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
8766         * lib/unistr.h: Update.
8767         * lib/linebreak.c: Update.
8768         * modules/unistr/u32-mbtouc: Renamed from
8769         modules/unistr/u32-mbtouc-safe.
8770         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
8771         * lib/unistr.h: Update.
8772         * lib/unistr/u32-to-u8.c: Update.
8773         * lib/unistr/u32-to-u16.c: Update.
8774
8775 2007-01-27  Bruno Haible  <bruno@clisp.org>
8776
8777         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
8778         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
8779         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
8780         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
8781         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
8782         * modules/unistr/u16-mbtouc-unsafe: Renamed from
8783         modules/unistr/u16-mbtouc.
8784         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
8785         * lib/unistr.h: Update.
8786         * lib/linebreak.c: Update.
8787         * modules/linebreak: Update.
8788         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
8789         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
8790         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
8791         * modules/unistr/u16-mbtouc: Renamed from
8792         modules/unistr/u16-mbtouc-safe.
8793         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
8794         * lib/unistr.h: Update.
8795         * lib/unistr/u16-to-u8.c: Update.
8796         * modules/unistr/u16-to-u8: Update.
8797         * lib/unistr/u16-to-u32.c: Update.
8798         * modules/unistr/u16-to-u32: Update.
8799
8800 2007-01-27  Bruno Haible  <bruno@clisp.org>
8801
8802         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
8803         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
8804         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
8805         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
8806         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
8807         * modules/unistr/u8-mbtouc-unsafe: Renamed from
8808         modules/unistr/u8-mbtouc.
8809         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
8810         * lib/unistr.h: Update.
8811         * lib/striconveh.c: Update.
8812         * modules/striconveh: Update.
8813         * lib/linebreak.c: Update.
8814         * modules/linebreak: Update.
8815         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
8816         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
8817         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
8818         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
8819         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
8820         * lib/unistr.h: Update.
8821         * lib/striconveh.c: Update.
8822         * modules/striconveh: Update.
8823         * lib/unistr/u8-to-u16.c: Update.
8824         * modules/unistr/u8-to-u16: Update.
8825         * lib/unistr/u8-to-u32.c: Update.
8826         * modules/unistr/u8-to-u32: Update.
8827
8828 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8829
8830         Sync from Libtool.
8831         * lib/argz.c: Do not include strings.h nor memory.h, include
8832         string.h unconditionally.  Patch by Simon Josefsson.
8833
8834 2007-01-27  Bruno Haible  <bruno@clisp.org>
8835
8836         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
8837         from gl_HEADER_STRING_H_BODY.
8838         (gl_HEADER_STRING_H_BODY): Require it.
8839         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
8840         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
8841         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
8842         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
8843         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
8844         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
8845         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
8846         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
8847         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
8848         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
8849         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
8850         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
8851         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
8852         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
8853         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
8854
8855 2007-01-27  Bruno Haible  <bruno@clisp.org>
8856
8857         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
8858         check_PROGRAMS into noinst_PROGRAMS.
8859         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
8860         check_PROGRAMS in this case.
8861         (func_import): Set for_test to false.
8862         (func_create_testdir): Set for_test to true.
8863
8864 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
8865             Bruno Haible  <bruno@clisp.org>
8866
8867         * modules/strcasestr (Files): Remove lib/strcasestr.h.
8868         (Depends-on): Add string.
8869         (Includes): Use <string.h> instead of strcasestr.h.
8870         * modules/string (Makefile.am): Also substitute the value of
8871         REPLACE_STRCASESTR.
8872         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
8873         assume strcasestr is declared in <string.h> not <strings.h>. Also
8874         set REPLACE_STRCASESTR.
8875         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
8876         REPLACE_STRCASESTR.
8877         * lib/strcasestr.h: Remove file.
8878         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
8879         * lib/string_.h (strcasestr): New declaration.
8880
8881 2007-01-27  Bruno Haible  <bruno@clisp.org>
8882
8883         * lib/string_.h: Use 'extern'.
8884
8885 2007-01-27  Jim Meyering  <jim@meyering.net>
8886
8887         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
8888         of set-but-not-used local, "q".
8889
8890         * lib/mempcpy.c: Include <config.h> before <string.h>.
8891         This fixes a compilation error on HP-UX, due to the system's
8892         "restrict"-using mempcpy prototype.
8893
8894 2007-01-26  Bruno Haible  <bruno@clisp.org>
8895
8896         Small optimization.
8897         * lib/javacomp.c: Include c-strstr.h.
8898          (is_envjavac_gcj): Use c_strstr instead of strstr.
8899         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
8900
8901 2007-01-26  Bruno Haible  <bruno@clisp.org>
8902
8903         * MODULES.html.sh (Unicode string functions): Add the new modules.
8904
8905         * modules/uniconv/u32-strconv-to-locale: New file.
8906         * lib/uniconv/u32-strconv-to-locale.c: New file.
8907
8908         * modules/uniconv/u16-strconv-to-locale: New file.
8909         * lib/uniconv/u16-strconv-to-locale.c: New file.
8910
8911         * modules/uniconv/u8-strconv-to-locale: New file.
8912         * lib/uniconv/u8-strconv-to-locale.c: New file.
8913
8914         * modules/uniconv/u32-strconv-from-locale: New file.
8915         * lib/uniconv/u32-strconv-from-locale.c: New file.
8916
8917         * modules/uniconv/u16-strconv-from-locale: New file.
8918         * lib/uniconv/u16-strconv-from-locale.c: New file.
8919
8920         * modules/uniconv/u8-strconv-from-locale: New file.
8921         * lib/uniconv/u8-strconv-from-locale.c: New file.
8922
8923         * modules/uniconv/u32-strconv-to-enc: New file.
8924         * lib/uniconv/u32-strconv-to-enc.c: New file.
8925         * modules/uniconv/u32-strconv-to-enc-tests: New file.
8926         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
8927
8928         * modules/uniconv/u16-strconv-to-enc: New file.
8929         * lib/uniconv/u16-strconv-to-enc.c: New file.
8930         * lib/uniconv/u-strconv-to-enc.h: New file.
8931         * modules/uniconv/u16-strconv-to-enc-tests: New file.
8932         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
8933
8934         * modules/uniconv/u8-strconv-to-enc: New file.
8935         * lib/uniconv/u8-strconv-to-enc.c: New file.
8936         * modules/uniconv/u8-strconv-to-enc-tests: New file.
8937         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
8938
8939         * modules/uniconv/u32-strconv-from-enc: New file.
8940         * lib/uniconv/u32-strconv-from-enc.c: New file.
8941         * modules/uniconv/u32-strconv-from-enc-tests: New file.
8942         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
8943
8944         * modules/uniconv/u16-strconv-from-enc: New file.
8945         * lib/uniconv/u16-strconv-from-enc.c: New file.
8946         * modules/uniconv/u16-strconv-from-enc-tests: New file.
8947         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
8948
8949         * modules/uniconv/u8-strconv-from-enc: New file.
8950         * lib/uniconv/u8-strconv-from-enc.c: New file.
8951         * lib/uniconv/u-strconv-from-enc.h: New file.
8952         * modules/uniconv/u8-strconv-from-enc-tests: New file.
8953         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
8954
8955         * modules/uniconv/u32-conv-from-enc: New file.
8956         * lib/uniconv/u32-conv-from-enc.c: New file.
8957         * modules/uniconv/u32-conv-from-enc-tests: New file.
8958         * tests/uniconv/test-u32-conv-from-enc.c: New file.
8959
8960         * modules/uniconv/u16-conv-from-enc: New file.
8961         * lib/uniconv/u16-conv-from-enc.c: New file.
8962         * lib/uniconv/u-conv-from-enc.h: New file.
8963         * modules/uniconv/u16-conv-from-enc-tests: New file.
8964         * tests/uniconv/test-u16-conv-from-enc.c: New file.
8965
8966         * modules/uniconv/u8-conv-from-enc: New file.
8967         * lib/uniconv/u8-conv-from-enc.c: New file.
8968         * modules/uniconv/u8-conv-from-enc-tests: New file.
8969         * tests/uniconv/test-u8-conv-from-enc.c: New file.
8970
8971         * modules/uniconv/base: New file.
8972         * lib/uniconv.h: New file.
8973
8974 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
8975
8976         * doc/gnulib-tool.texi (Initial import): Update to match current
8977         behavior with strdup module.
8978         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
8979         * lib/memmem.h: Remove; all uses removed.  This is now done
8980         by <string.h>.
8981         * lib/mempcpy.h: Likewise.
8982         * lib/memrchr.h: Likewise.
8983         * lib/stpcpy.h: Likewise.
8984         * lib/stpncpy.h: Likewise.
8985         * lib/strcase.h: Likewise.
8986         * lib/strchrnul.h: Likewise.
8987         * lib/strdup.h: Likewise.
8988         * lib/strndup.h: Likewise.
8989         * lib/strnlen.h: Likewise.
8990         * lib/strpbrk.h: Likewise.
8991         * lib/strsep.h: Likewise.
8992         * lib/strstr.h: Likewise.
8993         * lib/strtok_r.h: Likewise.
8994         * lib/string_.h: New file.
8995         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
8996         Rely on <string.h> instead.
8997         * lib/canon-host.c: Likewise.
8998         * lib/chdir-long.c: Likewise.
8999         * lib/concatpath.c: Likewise.
9000         * lib/exclude.c: Likewise.
9001         * lib/fchdir.c: Likewise.
9002         * lib/getaddrinfo.c: Likewise.
9003         * lib/getcwd.c: Likewise.
9004         * lib/getsubopt.c: Likewise.
9005         * lib/glob.c: Likewise.
9006         * lib/hard-locale.c: Likewise.
9007         * lib/iconvme.c: Likewise.
9008         * lib/javacomp.c: Likewise.
9009         * lib/mempcpy.c: Likewise.
9010         * lib/memrchr.c: Likewise.
9011         * lib/regex_internal.h: Likewise.
9012         * lib/stpncpy.c: Likewise.
9013         * lib/strcasecmp.c: Likewise.
9014         * lib/strchrnul.c: Likewise.
9015         * lib/strdup.c: Likewise.
9016         * lib/striconv.c: Likewise.
9017         * lib/striconveh.c: Likewise.
9018         * lib/striconveha.c: Likewise.
9019         * lib/strncasecmp.c: Likewise.
9020         * lib/strndup.c: Likewise.
9021         * lib/strnlen.c: Likewise.
9022         * lib/strsep.c: Likewise.
9023         * lib/strstr.c: Likewise.
9024         * lib/strtok_r.c: Likewise.
9025         * lib/userspec.c: Likewise.
9026         * lib/w32spawn.h: Likewise.
9027         * lib/xstrndup.c: Likewise.
9028         * lib/mountlist.c (strstr): Remove decl.
9029         * m4/string_h.m4: New file.
9030         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
9031         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
9032         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
9033         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
9034         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
9035         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
9036         Set REPLACE_STRCASECMP if necessary.
9037         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
9038         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
9039         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
9040         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
9041         HAVE_DECL_STRDUP if necessary.
9042         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
9043         since gl_FUNC_STRNDUP does that now.
9044         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
9045         Check for decl here...
9046         (gl_PREREQ_STRNLEN): ... not here.
9047         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
9048         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
9049         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
9050         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
9051         necessary.
9052         * modules/string: New file.
9053         * modules/memmem (Files): Remove special-purpose include file.
9054         (Depends-on): Add string.
9055         (Include): Include <string.h>, not the removed file.
9056         * modules/mempcpy: Likewise.
9057         * modules/memrchr: Likewise.
9058         * modules/stpcpy: Likewise.
9059         * modules/stpncpy: Likewise.
9060         * modules/strcase: Likewise.
9061         * modules/strchrnul: Likewise.
9062         * modules/strdup: Likewise.
9063         * modules/strndup: Likewise.
9064         * modules/strnlen: Likewise.
9065         * modules/strpbrk: Likewise.
9066         * modules/strsep: Likewise.
9067         * modules/strstr: Likewise.
9068         * modules/strtok_r: Likewise.
9069         * tests/test-dirname.c: Don't include "strdup.h", since
9070         <string.h> now suffices.
9071         * tests/test-memmem.c: Don't include "memmem.h", since
9072         <string.h> now suffices.
9073
9074 2007-01-25  Bruno Haible  <bruno@clisp.org>
9075
9076         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
9077         *resultp is 0.
9078
9079         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
9080         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
9081         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
9082         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
9083
9084         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
9085         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
9086         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
9087         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
9088         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
9089         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
9090
9091 2007-01-24  Bruno Haible  <bruno@clisp.org>
9092
9093         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
9094         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
9095         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
9096         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
9097         gl_FUNC_FTS_CORE.
9098         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
9099         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
9100         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
9101         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
9102         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
9103         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
9104         gl_FUNC_FCHOWNAT.
9105         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
9106         gl_FUNC_STRFTIME.
9107         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
9108         Reported by Ralf Wildenhues.
9109
9110 2007-01-24  Bruno Haible  <bruno@clisp.org>
9111
9112         Drop AC_REQUIRE calls that are redundant with the module dependencies.
9113         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
9114         gl_GETADDRINFO.
9115         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
9116         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
9117         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
9118
9119 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
9120
9121         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
9122         Don't use 'exit'; just return from 'main'.
9123         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
9124
9125         * lib/fnmatch_.h: Readjust white space and comments to match
9126         glibc, to avoid spurious diffs.
9127
9128 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9129
9130         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
9131         2004-12-01 change by Jakub Jelinek, since this code won't compile
9132         if !LIBC.  Problem reported by Bob Proulx.
9133
9134 2007-01-23  Bruno Haible  <bruno@clisp.org>
9135
9136         * lib/striconveh.c: Include c-strcaseeq.h.
9137         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
9138         * modules/striconveh (Depends-on): Add c-strcaseeq.
9139
9140 2007-01-23  Bruno Haible  <bruno@clisp.org>
9141
9142         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
9143
9144         * modules/c-strcaseeq: New file.
9145         * lib/c-strcaseeq.h: New file.
9146
9147         * modules/streq: New file.
9148         * lib/streq.h: New file.
9149
9150 2007-01-23  Bruno Haible  <bruno@clisp.org>
9151
9152         * modules/striconveha-tests: New file.
9153         * tests/test-striconveha.c: New file.
9154
9155         * lib/striconveha.h: Include <stdbool.h>.
9156         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
9157         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
9158         (mem_iconveha_notranslit): Renamed from mem_iconveha.
9159         (mem_iconveha): New function.
9160         (str_iconveha_notranslit): Renamed from str_iconveha.
9161         (str_iconveha): New function.
9162         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
9163         c-strcase.
9164
9165 2007-01-23  Bruno Haible  <bruno@clisp.org>
9166
9167         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
9168         encodings without forgiving before trying any encoding with handler.
9169         (str_iconveha): Try all encodings without forgiving before trying any
9170         encoding with handler.
9171
9172 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9173
9174         Import the following changes from libc.
9175
9176         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
9177
9178         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
9179
9180         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
9181
9182         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
9183         normal_bracket label.
9184
9185         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
9186
9187         [BZ #361]
9188         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
9189         to normal_bracket after fetching the next character.
9190
9191 2007-01-22  Bruno Haible  <bruno@clisp.org>
9192
9193         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
9194         argument.
9195         * lib/striconveh.c (iconv_carefully_1): New function.
9196         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
9197         argument.
9198         (str_cd_iconveh): Update.
9199         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
9200         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
9201         * tests/test-striconveh.c (MAGIC): New macro.
9202         (new_offsets): New function.
9203         (main): Test call with and without offsets.
9204
9205 2007-01-22  Bruno Haible  <bruno@clisp.org>
9206
9207         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
9208         * modules/sys_select (Makefile.am): Likewise.
9209         * modules/sys_socket (Makefile.am): Likewise.
9210         * modules/sys_time (Makefile.am): Likewise.
9211
9212 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9213
9214         * modules/gettimeofday (License): Change from GPL to LGPL, since
9215         gettimeofday is a library function.
9216
9217 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9218
9219         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
9220
9221 2007-01-21  Bruno Haible  <bruno@clisp.org>
9222
9223         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
9224
9225 2007-01-21  Bruno Haible  <bruno@clisp.org>
9226
9227         * modules/striconveha: New file.
9228         * lib/striconveha.h: New file.
9229         * lib/striconveha.c: New file.
9230         * MODULES.html.sh (Internationalization functions): Add striconveha.
9231         * lib/striconv.c (str_iconv): Optimize the case of an empty input
9232         string.
9233         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
9234
9235 2007-01-21  Bruno Haible  <bruno@clisp.org>
9236
9237         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
9238         * lib/striconveh.c (str_iconveh): Likewise.
9239
9240 2007-01-21  Bruno Haible  <bruno@clisp.org>
9241
9242         * lib/striconveh.h (mem_iconveh): New declaration.
9243         * lib/striconveh.c (mem_iconveh): New function.
9244         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
9245
9246 2007-01-21  Bruno Haible  <bruno@clisp.org>
9247
9248         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
9249
9250         * lib/striconveh.h (mem_cd_iconveh): Change specification.
9251         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
9252         original result buffer.
9253         (str_cd_iconveh): Update.
9254         * tests/test-striconveh.c (main): Update.
9255
9256         * lib/striconv.h (mem_cd_iconv): Change specification.
9257         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
9258         result buffer.
9259         (str_cd_iconv): Update.
9260         * tests/test-striconv.c (main): Update.
9261
9262 2007-01-21  Bruno Haible  <bruno@clisp.org>
9263
9264         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
9265
9266 2007-01-20  Jim Meyering  <jim@meyering.net>
9267
9268         * lib/userspec.c (parse_with_separator): If a user or group string
9269         starts with "+", skip the corresponding name-to-ID look-up, since
9270         such a look-up must fail: user and group names may not include "+".
9271
9272 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
9273
9274         * lib/poll.c: Include sys/time.h and time.h unconditionally,
9275         since we now assume the sys_time module.
9276         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
9277         check for sys/time.h; no longer needed.
9278         * modules/poll (Depends-on): Depend on sys_time.
9279
9280 2007-01-18  Bruno Haible  <bruno@clisp.org>
9281
9282         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
9283         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
9284
9285         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
9286         gettimeofday.
9287
9288         * tests/test-gettimeofday.c: Include <time.h>.
9289         (dummy): Remove variable.
9290
9291         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
9292         gl_HEADER_SYS_TIME_H.
9293         (gl_HEADER_SYS_TIME_H): New macro.
9294
9295         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
9296         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9297         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
9298         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
9299         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9300         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
9301         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
9302         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9303         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
9304         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
9305         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9306
9307         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
9308         last change; it caused a compilation error when cross-compiling to
9309         Cygwin.
9310
9311 2007-01-18  Jim Meyering  <jim@meyering.net>
9312
9313         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
9314         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
9315         than the race-prone "test -d sys || mkdir sys".
9316         (configure.ac): Use AC_PROG_MKDIR_P.
9317         * modules/sys_select: Likewise.
9318         * modules/sys_socket: Likewise.
9319         * modules/sys_time: Likewise.
9320
9321 2007-01-18  Eric Blake  <ebb9@byu.net>
9322
9323         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
9324         replace gettimeofday.
9325         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
9326         name, to avoid infinite recursion.
9327
9328 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
9329
9330         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
9331         module sys_time.
9332         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
9333         assume timespec.h defines struct timeval.
9334         * lib/settime.c: Likewise.
9335         * lib/utimens.c: Likewise.
9336         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
9337         since we now assume the gettimeofday module.
9338         * lib/tempname.c (__gen_tempname): Likewise.
9339         * lib/gettimeofday.h: Remove.
9340         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
9341         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
9342         Include <time.h>, for 'time()'.
9343         (localtime_buffer_addr): Also use this workaround if
9344         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
9345         to simplify the uses.  All uses changed.
9346         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
9347         that #undef is inside {}, and 'const' follows type name consistently.
9348         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
9349         (gettimeofday): Do not use the maximum possible value for
9350         tv->tv_usec, since that might break usages other than ls.c.
9351         Instead, we'll leave ls.c alone.  This undoes today's patch
9352         by Bruno.  Add a compile-time warning for 1s-clock resolution;
9353         we've never observed the problem but might as well keep the
9354         canary.
9355         * lib/nanosleep.c: Include timespec.h first, for interface check.
9356         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
9357         now assume the sys_time module.
9358         * lib/tempname.c: Likewise.
9359         * lib/timespec.h: Likewise.
9360         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
9361         needed.
9362         * lib/strftime.c: Likewise.
9363         * lib/timespec.h: Likewise.
9364         * lib/posixtm.c: Include posixtm.h first, for interface check.
9365         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
9366         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
9367         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
9368         * lib/sys_time_.h: New file.
9369         * lib/timespec.h (struct timespec): Use long int, not long.
9370         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
9371         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
9372         Remove obsolescent call to AC_HEADER_TIME.
9373         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
9374         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9375         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
9376         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
9377         Likewise.
9378         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
9379         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
9380         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
9381         into the sys_time module.  Check for gettimeofday just once.
9382         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
9383         for gettimeofday signature to just check the signature.  Merely
9384         compile it, since linking doesn't test signature.  Improve test for
9385         whether gettimeofday.o is actually needed.
9386         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
9387         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
9388         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
9389         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9390         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
9391         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
9392         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
9393         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
9394         than worrying about sys/time.h.
9395         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
9396         Don't bother worrying about TIME_WITH_SYS_TIME.
9397         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
9398         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
9399         * m4/sys_time_h.m4: New file.
9400         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
9401         Don't include sys/time.h.  Return from main rather than exiting.
9402         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
9403         all uses changed.
9404         * modules/gethrxtime (Depends-on): Add sys_time.
9405         * modules/gettime (Depends-on): Likewise.
9406         * modules/gettimeofday (Depends-on): Likewise.
9407         * modules/nanosleep (Depends-on): Likewise.
9408         * modules/settime (Depends-on): Likewise.
9409         * modules/tempname (Depends-on): Likewise.
9410         * modules/utimens (Depends-on): Likewise.
9411         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
9412         (Include:) Change back to <sys/time.h>.
9413         (Maintainer:) Add self.
9414         * modules/sys_time: New file.
9415         * modules/tempname (Depends-on): Add gettimeofday.
9416         * tests/test-gettimeofday.c: Include <sys/time.h>
9417         rather than gettimeofday.h.
9418
9419 2007-01-17  Bruno Haible  <bruno@clisp.org>
9420
9421         * gnulib-tool (func_get_license): Revert last patch. Instead, let
9422         the license default to GPL.
9423         (func_create_testdir): Don't complain if a module is LGPL and its
9424         tests module depends on GPLed modules.
9425
9426 2007-01-17  Bruno Haible  <bruno@clisp.org>
9427
9428         * lib/gettimeofday.c (gettimeofday): Add code for the case
9429         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
9430         maximum possible value for tv->tv_usec, rather than the minimum one.
9431
9432 2005-10-08  Martin Lambers  <marlam@marlam.de>
9433 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
9434 2007-01-16  Bruno Haible  <bruno@clisp.org>
9435
9436         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
9437         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
9438         gl_FUNC_GETTIMEOFDAY.
9439         (Include): Add gettimeofday.h.
9440         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
9441         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
9442         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
9443         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
9444         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
9445         * lib/gettimeofday.h: New file.
9446         * lib/gettimeofday.c: Include <sys/timeb.h>.
9447         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
9448         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9449         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
9450         fall back on time().
9451
9452         * tests/test-gettimeofday.c: New file.
9453         * modules/gettimeofday-tests: New file.
9454
9455 2007-01-16  Eric Blake  <ebb9@byu.net>
9456
9457         * modules/fnmatch (Depends-on): Depend on wchar.
9458         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
9459         * m4/fnmatch.m4: Likewise.
9460         * modules/mbchar (Makefile.am): Assume <wchar.h>.
9461         * m4/mbchar.m4: Likewise.
9462         * modules/mbswidth (Depends-on): Depend on wchar.
9463         * lib/mbswidth.c: Assume <wchar.h>.
9464         * m4/mbswidth.m4: Likewise.
9465         * modules/quotearg (Depends-on): Depend on wchar.
9466         * lib/quotearg.c: Assume <wchar.h>.
9467         * m4/quotearg.m4: Likewise.
9468         * modules/regex (Depends-on): Depend on wchar.
9469         * lib/regex_internal.h: Assume <wchar.h>.
9470         * m4/regex.m4: Likewise.
9471         * modules/stdint (Depends-on): Depend on wchar.
9472         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
9473         * m4/stdint.m4: Likewise.
9474         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
9475         * modules/strftime (Depends-on): Depend on wchar.
9476         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
9477         * modules/strtol (Depends-on): Depend on wchar.
9478         * lib/strtol.c: Assume <wchar.h>.
9479         * modules/wcwidth (Depends-on): Depend on wchar.
9480         * lib/wcwidth.h: Assume <wchar.h>.
9481         * m4/wcwidth.m4: Likewise.
9482
9483 2007-01-16  Bruno Haible  <bruno@clisp.org>
9484
9485         * modules/csharpexec-script: New, created from...
9486         * modules/csharpexec: ... this.
9487
9488 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
9489
9490         * modules/javaexec-script: New, created from...
9491         * modules/javaexec: ... this.
9492
9493 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9494
9495         * modules/poll (Dependencies): Add sys_select.
9496
9497 2007-01-15  Jim Meyering  <jim@meyering.net>
9498
9499         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
9500         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
9501         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
9502         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
9503
9504 2007-01-15  Bruno Haible  <bruno@clisp.org>
9505
9506         * modules/striconveh: New file.
9507         * lib/striconveh.h: New file.
9508         * lib/striconveh.c: New file.
9509         * MODULES.html.sh (Internationalization functions): Add striconveh.
9510
9511         * modules/striconveh-tests: New file.
9512         * tests/test-striconveh.c: New file.
9513
9514 2007-01-15  Bruno Haible  <bruno@clisp.org>
9515
9516         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
9517         not from GNU libiconv or GNU libc.
9518
9519 2007-01-15  Bruno Haible  <bruno@clisp.org>
9520
9521         * doc/gnulib-intro.texi (Copyright): Explain the different license
9522         terms for module descriptions, autoconf macros, tests, documentation.
9523
9524 2007-01-14  Bruno Haible  <bruno@clisp.org>
9525
9526         * modules/striconv-tests: New file.
9527         * tests/test-striconv.c: New file.
9528
9529 2007-01-14  Bruno Haible  <bruno@clisp.org>
9530
9531         * modules/iconv-tests: New file.
9532         * tests/test-iconv.c: New file.
9533
9534 2007-01-14  Bruno Haible  <bruno@clisp.org>
9535
9536         * gnulib-tool (func_get_license): For test modules, use the license of
9537         the main module.
9538
9539 2007-01-14  Bruno Haible  <bruno@clisp.org>
9540
9541         * modules/iconv (Include): Clarify that <iconv.h> can only be included
9542         if iconv is found to exist.
9543
9544 2007-01-14  Bruno Haible  <bruno@clisp.org>
9545
9546         * modules/c-ctype-tests: New file.
9547         * tests/test-c-ctype.c: New file.
9548
9549 2007-01-14  Bruno Haible  <bruno@clisp.org>
9550
9551         * modules/binary-io-tests: New file.
9552         * tests/test-binary-io.sh: New file.
9553         * tests/test-binary-io.c: New file.
9554
9555 2007-01-14  Bruno Haible  <bruno@clisp.org>
9556
9557         * modules/array-oset-tests: New file.
9558         * tests/test-array_oset.c: New file.
9559
9560 2007-01-14  Bruno Haible  <bruno@clisp.org>
9561
9562         * modules/array-list-tests: New file.
9563         * tests/test-array_list.c: New file.
9564
9565 2007-01-14  Bruno Haible  <bruno@clisp.org>
9566
9567         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
9568         and make.
9569         Reported by Simon Josefsson in
9570         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
9571
9572 2007-01-14  Bruno Haible  <bruno@clisp.org>
9573
9574         * modules/allocsa-tests: New file.
9575         * tests/test-allocsa.c: New file.
9576
9577 2007-01-14  Bruno Haible  <bruno@clisp.org>
9578
9579         * modules/fchdir (Depends-on): Add absolute-header.
9580         * modules/unistd (Depends-on): Likewise.
9581
9582 2006-12-30  Bruno Haible  <bruno@clisp.org>
9583
9584         * modules/fchdir: New file.
9585         * modules/unistd (Files): Add lib/unistd_.h.
9586         (Makefile.am): Generate unistd.h from unistd_.h.
9587         * lib/fchdir.c: New file.
9588         * lib/dirent_.h: New file.
9589         * lib/unistd_.h: New file.
9590         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
9591         * m4/fchdir.m4: New file.
9592         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
9593         (gl_HEADER_UNISTD): Invoke it.
9594         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
9595         function.
9596         * lib/backupfile.c (opendir, closedir): Undefine.
9597         * lib/chown.c (open, close): Undefine.
9598         * lib/clean-temp.c (open, close): Undefine.
9599         * lib/copy-file.c (open, close): Undefine.
9600         * lib/execute.c (open, close): Undefine.
9601         * lib/fsusage.c (open, close): Undefine.
9602         * lib/gc-gnulib.c (open, close): Undefine.
9603         * lib/getcwd.c (opendir, closedir): Undefine.
9604         * lib/glob.c (opendir, closedir): Undefine.
9605         * lib/javacomp.c (open, close): Undefine.
9606         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
9607         * lib/openat-proc.c (open, close): Undefine.
9608         * lib/pagealign_alloc.c (open, close): Undefine.
9609         * lib/pipe.c (open, close): Undefine.
9610         * lib/progreloc.c (open, close): Undefine.
9611         * lib/savedir.c (opendir, closedir): Undefine.
9612         * lib/utime.c (open, close): Undefine.
9613         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
9614
9615 2007-01-10  Bruno Haible  <bruno@clisp.org>
9616
9617         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
9618
9619 2007-01-12  Eric Blake  <ebb9@byu.net>
9620
9621         Provide a robust <wchar.h>.  Further simplifications are now
9622         possible in other modules, but not included here.
9623         * modules/wchar: New module.
9624         * m4/wchar.m4: New file.
9625         * lib/wchar_.h: Likewise.
9626         * modules/mbchar (Depends-on): Depend on wchar, as the first use
9627         of the new module.
9628         * MODULES.html.sh (Extended multibyte and wide character utilities):
9629         New section.
9630
9631 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
9632
9633         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
9634         to a reasonable default for memory allocation.
9635         (xreadlink): Don't allocate a huge buffer, to work around a buggy
9636         file system that reports garbage st_size values for symlinks.
9637         Problem reported by Liyang Hu.
9638
9639 2007-01-11  Simon Josefsson  <simon@josefsson.org>
9640
9641         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
9642         Emacs .#* auto-save files).
9643
9644 2007-01-11  Bruno Haible  <bruno@clisp.org>
9645
9646         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
9647         directory.
9648
9649 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9650
9651         Use @...@ consistently in lib/wctype_.h.
9652         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
9653         on it being set to 1 or 0.
9654         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
9655         go back to AC_SUBSTing it.
9656         * modules/wctype (Makefile.am): Undo previous change.
9657
9658 2007-01-10  Eric Blake  <ebb9@byu.net>
9659
9660         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
9661         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
9662         * modules/wctype (Makefile.am): Likewise.
9663         Reported by Chris McGuire.
9664
9665 2007-01-10  Jim Meyering  <jim@meyering.net>
9666
9667         fts.c: a small readability/maintainability improvement
9668         * lib/fts.c (fts_read): Make this code slightly more readable and
9669         maintainable by hoisting the "sp->fts_cur = p" assignments to
9670         immediately follow the statements that set P.  Derived from
9671         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
9672
9673 2007-01-10  Eric Blake  <ebb9@byu.net>
9674
9675         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
9676         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
9677         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
9678         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
9679         Reported by Chris McGuire.
9680
9681 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9682
9683         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
9684         in sed script.
9685
9686 2007-01-09  Bruno Haible  <bruno@clisp.org>
9687
9688         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
9689         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
9690         variables.
9691         (func_module): Use them.
9692
9693 2007-01-09  Bruno Haible  <bruno@clisp.org>
9694
9695         * modules/unistr/base: New file.
9696         * lib/unistr.h: New file.
9697
9698         * modules/unistr/u8-to-u16: New file.
9699         * lib/unistr/u8-to-u16.c: New file.
9700
9701         * modules/unistr/u8-to-u32: New file.
9702         * lib/unistr/u8-to-u32.c: New file.
9703
9704         * modules/unistr/u16-to-u8: New file.
9705         * lib/unistr/u16-to-u8.c: New file.
9706
9707         * modules/unistr/u16-to-u32: New file.
9708         * lib/unistr/u16-to-u32.c: New file.
9709
9710         * modules/unistr/u32-to-u8: New file.
9711         * lib/unistr/u32-to-u8.c: New file.
9712
9713         * modules/unistr/u32-to-u16: New file.
9714         * lib/unistr/u32-to-u16.c: New file.
9715
9716         * modules/unistr/u8-check: New file.
9717         * modules/unistr/u16-check: New file.
9718         * modules/unistr/u32-check: New file.
9719         * lib/unistr/u8-check.c: New file.
9720         * lib/unistr/u16-check.c: New file.
9721         * lib/unistr/u32-check.c: New file.
9722
9723         * modules/unistr/u8-chr: New file.
9724         * modules/unistr/u16-chr: New file.
9725         * modules/unistr/u32-chr: New file.
9726         * lib/unistr/u8-chr.c: New file.
9727         * lib/unistr/u16-chr.c: New file.
9728         * lib/unistr/u32-chr.c: New file.
9729
9730         * modules/unistr/u8-cmp: New file.
9731         * modules/unistr/u16-cmp: New file.
9732         * modules/unistr/u32-cmp: New file.
9733         * lib/unistr/u8-cmp.c: New file.
9734         * lib/unistr/u16-cmp.c: New file.
9735         * lib/unistr/u32-cmp.c: New file.
9736
9737         * modules/unistr/u8-cpy: New file.
9738         * modules/unistr/u16-cpy: New file.
9739         * modules/unistr/u32-cpy: New file.
9740         * lib/unistr/u8-cpy.c: New file.
9741         * lib/unistr/u16-cpy.c: New file.
9742         * lib/unistr/u32-cpy.c: New file.
9743         * lib/unistr/u-cpy.h: New file.
9744
9745         * modules/unistr/u8-cpy-alloc: New file.
9746         * modules/unistr/u16-cpy-alloc: New file.
9747         * modules/unistr/u32-cpy-alloc: New file.
9748         * lib/unistr/u8-cpy-alloc.c: New file.
9749         * lib/unistr/u16-cpy-alloc.c: New file.
9750         * lib/unistr/u32-cpy-alloc.c: New file.
9751         * lib/unistr/u-cpy-alloc.h: New file.
9752
9753         * modules/unistr/u8-endswith: New file.
9754         * modules/unistr/u16-endswith: New file.
9755         * modules/unistr/u32-endswith: New file.
9756         * lib/unistr/u8-endswith.c: New file.
9757         * lib/unistr/u16-endswith.c: New file.
9758         * lib/unistr/u32-endswith.c: New file.
9759         * lib/unistr/u-endswith.h: New file.
9760
9761         * modules/unistr/u8-mblen: New file.
9762         * modules/unistr/u16-mblen: New file.
9763         * modules/unistr/u32-mblen: New file.
9764         * lib/unistr/u8-mblen.c: New file.
9765         * lib/unistr/u16-mblen.c: New file.
9766         * lib/unistr/u32-mblen.c: New file.
9767
9768         * modules/unistr/u8-mbtouc: New file.
9769         * modules/unistr/u16-mbtouc: New file.
9770         * modules/unistr/u32-mbtouc: New file.
9771         * lib/unistr/u8-mbtouc.c: New file.
9772         * lib/unistr/u16-mbtouc.c: New file.
9773         * lib/unistr/u32-mbtouc.c: New file.
9774
9775         * modules/unistr/u8-mbtouc-safe: New file.
9776         * modules/unistr/u16-mbtouc-safe: New file.
9777         * modules/unistr/u32-mbtouc-safe: New file.
9778         * lib/unistr/u8-mbtouc-safe.c: New file.
9779         * lib/unistr/u16-mbtouc-safe.c: New file.
9780         * lib/unistr/u32-mbtouc-safe.c: New file.
9781
9782         * modules/unistr/u8-move: New file.
9783         * modules/unistr/u16-move: New file.
9784         * modules/unistr/u32-move: New file.
9785         * lib/unistr/u8-move.c: New file.
9786         * lib/unistr/u16-move.c: New file.
9787         * lib/unistr/u32-move.c: New file.
9788         * lib/unistr/u-move.h: New file.
9789
9790         * modules/unistr/u8-next: New file.
9791         * modules/unistr/u16-next: New file.
9792         * modules/unistr/u32-next: New file.
9793         * lib/unistr/u8-next.c: New file.
9794         * lib/unistr/u16-next.c: New file.
9795         * lib/unistr/u32-next.c: New file.
9796
9797         * modules/unistr/u8-prev: New file.
9798         * modules/unistr/u16-prev: New file.
9799         * modules/unistr/u32-prev: New file.
9800         * lib/unistr/u8-prev.c: New file.
9801         * lib/unistr/u16-prev.c: New file.
9802         * lib/unistr/u32-prev.c: New file.
9803
9804         * modules/unistr/u8-set: New file.
9805         * modules/unistr/u16-set: New file.
9806         * modules/unistr/u32-set: New file.
9807         * lib/unistr/u8-set.c: New file.
9808         * lib/unistr/u16-set.c: New file.
9809         * lib/unistr/u32-set.c: New file.
9810         * lib/unistr/u-set.h: New file.
9811
9812         * modules/unistr/u8-startswith: New file.
9813         * modules/unistr/u16-startswith: New file.
9814         * modules/unistr/u32-startswith: New file.
9815         * lib/unistr/u8-startswith.c: New file.
9816         * lib/unistr/u16-startswith.c: New file.
9817         * lib/unistr/u32-startswith.c: New file.
9818         * lib/unistr/u-startswith.h: New file.
9819
9820         * modules/unistr/u8-stpcpy: New file.
9821         * modules/unistr/u16-stpcpy: New file.
9822         * modules/unistr/u32-stpcpy: New file.
9823         * lib/unistr/u8-stpcpy.c: New file.
9824         * lib/unistr/u16-stpcpy.c: New file.
9825         * lib/unistr/u32-stpcpy.c: New file.
9826         * lib/unistr/u-stpcpy.h: New file.
9827
9828         * modules/unistr/u8-stpncpy: New file.
9829         * modules/unistr/u16-stpncpy: New file.
9830         * modules/unistr/u32-stpncpy: New file.
9831         * lib/unistr/u8-stpncpy.c: New file.
9832         * lib/unistr/u16-stpncpy.c: New file.
9833         * lib/unistr/u32-stpncpy.c: New file.
9834         * lib/unistr/u-stpncpy.h: New file.
9835
9836         * modules/unistr/u8-strcat: New file.
9837         * modules/unistr/u16-strcat: New file.
9838         * modules/unistr/u32-strcat: New file.
9839         * lib/unistr/u8-strcat.c: New file.
9840         * lib/unistr/u16-strcat.c: New file.
9841         * lib/unistr/u32-strcat.c: New file.
9842         * lib/unistr/u-strcat.h: New file.
9843
9844         * modules/unistr/u8-strchr: New file.
9845         * modules/unistr/u16-strchr: New file.
9846         * modules/unistr/u32-strchr: New file.
9847         * lib/unistr/u8-strchr.c: New file.
9848         * lib/unistr/u16-strchr.c: New file.
9849         * lib/unistr/u32-strchr.c: New file.
9850
9851         * modules/unistr/u8-strcmp: New file.
9852         * modules/unistr/u16-strcmp: New file.
9853         * modules/unistr/u32-strcmp: New file.
9854         * lib/unistr/u8-strcmp.c: New file.
9855         * lib/unistr/u16-strcmp.c: New file.
9856         * lib/unistr/u32-strcmp.c: New file.
9857
9858         * modules/unistr/u8-strcpy: New file.
9859         * modules/unistr/u16-strcpy: New file.
9860         * modules/unistr/u32-strcpy: New file.
9861         * lib/unistr/u8-strcpy.c: New file.
9862         * lib/unistr/u16-strcpy.c: New file.
9863         * lib/unistr/u32-strcpy.c: New file.
9864         * lib/unistr/u-strcpy.h: New file.
9865
9866         * modules/unistr/u8-strcspn: New file.
9867         * modules/unistr/u16-strcspn: New file.
9868         * modules/unistr/u32-strcspn: New file.
9869         * lib/unistr/u8-strcspn.c: New file.
9870         * lib/unistr/u16-strcspn.c: New file.
9871         * lib/unistr/u32-strcspn.c: New file.
9872         * lib/unistr/u-strcspn.h: New file.
9873
9874         * modules/unistr/u8-strdup: New file.
9875         * modules/unistr/u16-strdup: New file.
9876         * modules/unistr/u32-strdup: New file.
9877         * lib/unistr/u8-strdup.c: New file.
9878         * lib/unistr/u16-strdup.c: New file.
9879         * lib/unistr/u32-strdup.c: New file.
9880         * lib/unistr/u-strdup.h: New file.
9881
9882         * modules/unistr/u8-strlen: New file.
9883         * modules/unistr/u16-strlen: New file.
9884         * modules/unistr/u32-strlen: New file.
9885         * lib/unistr/u8-strlen.c: New file.
9886         * lib/unistr/u16-strlen.c: New file.
9887         * lib/unistr/u32-strlen.c: New file.
9888         * lib/unistr/u-strlen.h: New file.
9889
9890         * modules/unistr/u8-strmblen: New file.
9891         * modules/unistr/u16-strmblen: New file.
9892         * modules/unistr/u32-strmblen: New file.
9893         * lib/unistr/u8-strmblen.c: New file.
9894         * lib/unistr/u16-strmblen.c: New file.
9895         * lib/unistr/u32-strmblen.c: New file.
9896
9897         * modules/unistr/u8-strmbtouc: New file.
9898         * modules/unistr/u16-strmbtouc: New file.
9899         * modules/unistr/u32-strmbtouc: New file.
9900         * lib/unistr/u8-strmbtouc.c: New file.
9901         * lib/unistr/u16-strmbtouc.c: New file.
9902         * lib/unistr/u32-strmbtouc.c: New file.
9903
9904         * modules/unistr/u8-strncat: New file.
9905         * modules/unistr/u16-strncat: New file.
9906         * modules/unistr/u32-strncat: New file.
9907         * lib/unistr/u8-strncat.c: New file.
9908         * lib/unistr/u16-strncat.c: New file.
9909         * lib/unistr/u32-strncat.c: New file.
9910         * lib/unistr/u-strncat.h: New file.
9911
9912         * modules/unistr/u8-strncmp: New file.
9913         * modules/unistr/u16-strncmp: New file.
9914         * modules/unistr/u32-strncmp: New file.
9915         * lib/unistr/u8-strncmp.c: New file.
9916         * lib/unistr/u16-strncmp.c: New file.
9917         * lib/unistr/u32-strncmp.c: New file.
9918
9919         * modules/unistr/u8-strncpy: New file.
9920         * modules/unistr/u16-strncpy: New file.
9921         * modules/unistr/u32-strncpy: New file.
9922         * lib/unistr/u8-strncpy.c: New file.
9923         * lib/unistr/u16-strncpy.c: New file.
9924         * lib/unistr/u32-strncpy.c: New file.
9925         * lib/unistr/u-strncpy.h: New file.
9926
9927         * modules/unistr/u8-strnlen: New file.
9928         * modules/unistr/u16-strnlen: New file.
9929         * modules/unistr/u32-strnlen: New file.
9930         * lib/unistr/u8-strnlen.c: New file.
9931         * lib/unistr/u16-strnlen.c: New file.
9932         * lib/unistr/u32-strnlen.c: New file.
9933         * lib/unistr/u-strnlen.h: New file.
9934
9935         * modules/unistr/u8-strpbrk: New file.
9936         * modules/unistr/u16-strpbrk: New file.
9937         * modules/unistr/u32-strpbrk: New file.
9938         * lib/unistr/u8-strpbrk.c: New file.
9939         * lib/unistr/u16-strpbrk.c: New file.
9940         * lib/unistr/u32-strpbrk.c: New file.
9941         * lib/unistr/u-strpbrk.h: New file.
9942
9943         * modules/unistr/u8-strrchr: New file.
9944         * modules/unistr/u16-strrchr: New file.
9945         * modules/unistr/u32-strrchr: New file.
9946         * lib/unistr/u8-strrchr.c: New file.
9947         * lib/unistr/u16-strrchr.c: New file.
9948         * lib/unistr/u32-strrchr.c: New file.
9949
9950         * modules/unistr/u8-strspn: New file.
9951         * modules/unistr/u16-strspn: New file.
9952         * modules/unistr/u32-strspn: New file.
9953         * lib/unistr/u8-strspn.c: New file.
9954         * lib/unistr/u16-strspn.c: New file.
9955         * lib/unistr/u32-strspn.c: New file.
9956         * lib/unistr/u-strspn.h: New file.
9957
9958         * modules/unistr/u8-strstr: New file.
9959         * modules/unistr/u16-strstr: New file.
9960         * modules/unistr/u32-strstr: New file.
9961         * lib/unistr/u8-strstr.c: New file.
9962         * lib/unistr/u16-strstr.c: New file.
9963         * lib/unistr/u32-strstr.c: New file.
9964         * lib/unistr/u-strstr.h: New file.
9965
9966         * modules/unistr/u8-strtok: New file.
9967         * modules/unistr/u16-strtok: New file.
9968         * modules/unistr/u32-strtok: New file.
9969         * lib/unistr/u8-strtok.c: New file.
9970         * lib/unistr/u16-strtok.c: New file.
9971         * lib/unistr/u32-strtok.c: New file.
9972         * lib/unistr/u-strtok.h: New file.
9973
9974         * modules/unistr/u8-uctomb: New file.
9975         * modules/unistr/u16-uctomb: New file.
9976         * modules/unistr/u32-uctomb: New file.
9977         * lib/unistr/u8-uctomb.c: New file.
9978         * lib/unistr/u16-uctomb.c: New file.
9979         * lib/unistr/u32-uctomb.c: New file.
9980
9981         * MODULES.html.sh (Unicode string functions): Add the new modules.
9982
9983 2007-01-08  Bruno Haible  <bruno@clisp.org>
9984
9985         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
9986         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
9987         subdirectories.
9988
9989 2007-01-08  Karl Berry  <karl@gnu.org>
9990
9991         * doc/error.texi: mention that main() fns must set program_name
9992         when progname is used.
9993
9994 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
9995
9996         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
9997         WCTYPE_H is empty, for the benefit of builds from non-distclean
9998         directories.  Problem reported by Eric Blake in
9999         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
10000
10001 2007-01-08  Bruno Haible  <bruno@clisp.org>
10002
10003         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
10004         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
10005         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
10006         PROVIDE_CANONICALIZE_FILENAME_MODE.
10007         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
10008
10009 2007-01-08  Bruno Haible  <bruno@clisp.org>
10010
10011         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
10012         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
10013         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
10014         * lib/fts.c: Likewise.
10015         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
10016
10017 2006-12-25  Bruno Haible  <bruno@clisp.org>
10018
10019         * modules/utf8-ucs4-safe: New file.
10020         * lib/utf8-ucs4-safe.h: New file.
10021         * lib/unistr/utf8-ucs4-safe.c: New file.
10022
10023         * modules/utf16-ucs4-safe: New file.
10024         * lib/utf16-ucs4-safe.h: New file.
10025         * lib/unistr/utf16-ucs4-safe.c: New file.
10026
10027         * MODULES.html.sh (Unicode string functions): Add the new modules.
10028
10029 2007-01-08  Bruno Haible  <bruno@clisp.org>
10030
10031         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
10032         (Depends-on): Add unitypes.
10033         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
10034         (u8_mbtouc_aux): Move out to separate file.
10035         (u8_mbtouc): Use ucs4_t, uint8_t types.
10036         * lib/unistr/utf8-ucs4.c: New file.
10037
10038         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
10039         (Depends-on): Add unitypes.
10040         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
10041         (u16_mbtouc_aux): Move out to separate file.
10042         (u16_mbtouc): Use ucs4_t, uint16_t types.
10043         * lib/unistr/utf16-ucs4.c: New file.
10044
10045         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
10046         (Depends-on): Add unitypes.
10047         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
10048         (u8_uctomb_aux): Move out to separate file.
10049         (u8_uctomb): Use ucs4_t, uint8_t types.
10050         * lib/unistr/ucs4-utf8.c: New file.
10051
10052         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
10053         (Depends-on): Add unitypes.
10054         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
10055         (u16_uctomb_aux): Move out to separate file.
10056         (u16_uctomb): Use ucs4_t, uint16_t types.
10057         * lib/unistr/ucs4-utf16.c: New file.
10058
10059 2006-12-25  Bruno Haible  <bruno@clisp.org>
10060
10061         * modules/unitypes: New file.
10062         * lib/unitypes.h: New file.
10063         * MODULES.html.sh (func_all_modules): New section "Unicode string
10064         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
10065         this section. Add unitypes.
10066
10067 2007-01-08  Bruno Haible  <bruno@clisp.org>
10068
10069         Avoid variable names that conflict with those from libtool.
10070         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
10071         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
10072         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
10073         library_names_spec to acl_library_names_spec, hardcode_* to
10074         acl_hardcode_*.
10075         Reported by Ralf Wildenhues.
10076
10077 2007-01-08  Bruno Haible  <bruno@clisp.org>
10078
10079         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
10080         definition.
10081         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
10082         definition.
10083         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
10084         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
10085         definition.
10086         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
10087         definition.
10088         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
10089         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
10090         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
10091         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
10092         definition.
10093         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
10094         definition.
10095         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
10096         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
10097         GC_USE_<algorithm>.
10098         * lib/gc-libgcrypt.c: Likewise.
10099         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
10100         * modules/gc-arctwo (configure.ac): Likewise.
10101         * modules/gc-des (configure.ac): Likewise.
10102         * modules/gc-hmac-md5 (configure.ac): Likewise.
10103         * modules/gc-hmac-sha1 (configure.ac): Likewise.
10104         * modules/gc-md2 (configure.ac): Likewise.
10105         * modules/gc-md4 (configure.ac): Likewise.
10106         * modules/gc-md5 (configure.ac): Likewise.
10107         * modules/gc-random (configure.ac): Likewise.
10108         * modules/gc-rijndael (configure.ac): Likewise.
10109         * modules/gc-sha1 (configure.ac): Likewise.
10110
10111 2007-01-08  Bruno Haible  <bruno@clisp.org>
10112
10113         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
10114         macro definition.
10115         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
10116         definition.
10117         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
10118         definition.
10119         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
10120         * modules/fcntl-safer (configure.ac): Likewise.
10121         * modules/fopen-safer (configure.ac): Likewise.
10122         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
10123         GNULIB_FWRITEERROR macro definition.
10124
10125 2007-01-08  Bruno Haible  <bruno@clisp.org>
10126
10127         * m4/gnulib-common.m4: New file.
10128         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
10129         (func_get_filelist): Add m4/gnulib-common.m4.
10130
10131 2007-01-08  Bruno Haible  <bruno@clisp.org>
10132
10133         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
10134         command.
10135
10136 2007-01-08  Jim Meyering  <jim@meyering.net>
10137
10138         Use a more robust test for a "can't happen" condition.
10139         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
10140         narrowed the st_size value.  Presuming the "can't happen" condition
10141         is true, that narrowing could conceivably convert an invalid st_size
10142         value into a valid one.  Instead, use a change based on Matthew
10143         Woehlke's original patch.
10144
10145         Slight readability improvement: use an assert-like macro
10146         in place of literal "abort ()" uses.
10147         * lib/fts.c (fts_assert): Define.
10148         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
10149         Use this macro instead of a bare 'abort'.
10150
10151 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
10152
10153         Don't worry about using IRIX 5.3's wctype.h broken definitions;
10154         simply work around them.
10155         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
10156         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
10157         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
10158         declaring.
10159         Don't bother to define as macros, since the standard doesn't require it.
10160         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
10161         longer worry about IRIX 5.3.
10162         (HAVE_WCTYPE_CTMP_BUG): Remove.
10163
10164 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10165
10166         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
10167         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
10168         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10169         Problems reported by Georg Schwarz for IRIX 5.3.
10170
10171         * gnulib-tool (autoconf_minversion): Take the maximum version number
10172         found, not the minimum.  Problem reported by James Youngman.
10173
10174 2007-01-03  Karl Berry  <karl@gnu.org>
10175
10176         * doc/error.texi: new file, explaining interaction with progname.
10177         * doc/gnulib.texi: include it.  Update copyright.
10178
10179 2007-01-03  Simon Josefsson  <simon@josefsson.org>
10180
10181         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
10182         AC_CANONICAL_HOST, to improve autobuild outputs.
10183
10184 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
10185             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10186
10187         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
10188         sockets, server sockets, and other file descriptors.  Count errors
10189         to compute the return value.  Reorder the code a bit to be easier
10190         to follow.  Don't set event bits that were not requested (except
10191         POLLERR and POLLHUP).
10192
10193 2007-01-01  Bruno Haible  <bruno@clisp.org>
10194
10195         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
10196
10197 2007-01-03  Jim Meyering  <jim@meyering.net>
10198
10199         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
10200
10201 2007-01-02  Bruno Haible  <bruno@clisp.org>
10202
10203         * modules/settime (Include): Require timespec.h.
10204         * modules/nanosleep (Include): Likewise.
10205
10206 2007-01-01  Bruno Haible  <bruno@clisp.org>
10207
10208         * gnulib-tool (func_emit_copyright_notice): Bump year.
10209         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
10210
10211 2007-01-01  Bruno Haible  <bruno@clisp.org>
10212
10213         Improve support for OpenBSD.
10214         * build-aux/config.rpath (libname_spec): Export.
10215         (library_names_spec): New variable. Export.
10216         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
10217         library_names_spec from the config.rpath output. Locate shared library
10218         through the name pattern in library_names_spec.
10219
10220 2007-01-01  Eric Blake  <ebb9@byu.net>
10221
10222         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
10223
10224 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
10225
10226         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
10227         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
10228         assume the C locale, and avoid an "eval" that could cause trouble.
10229         Problem with SORT reported by Bob Proulx.
10230
10231         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
10232         Define.  Trivial patch from Henning Nielsen Lund, originally
10233         sent to bug-grep@gnu.org today.
10234
10235 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
10236
10237         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
10238         struct stat.  Problem reported by Henning Nielsen Lund.
10239         * lib/acl.c: Include acl.h first, to check interface.  Don't
10240         bother to include sys/types.h and sys/stat.h again.
10241
10242 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
10243
10244         Import the following change from libc; problem reported by
10245         Sven Verdoolaege.
10246
10247         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
10248
10249         [BZ #1373]
10250         * lib/argp.h: Remove __NTH for __argp_usage inline function.
10251
10252 2006-12-28  Jim Meyering  <jim@meyering.net>
10253
10254         * build-aux/announce-gen: Do not assume that the package
10255         builds any of tar.gz, tar.bz2, and .xdelta files.
10256         Suggestion from Simon Josefsson.
10257
10258 2006-12-28  Simon Josefsson  <simon@josefsson.org>
10259
10260         * modules/announce-gen: New file.
10261
10262 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
10263
10264         * lib/mbchar.h: Just include <wctype.h>; the wctype module
10265         handles its gotchas now.
10266         * lib/mbswidth.c: Likewise.
10267         * lib/wcwidth.h: Likewise.
10268         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
10269         and iswcntrl; the wctype module does this stuff now.
10270         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10271         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
10272         * modules/mbchar (Depends-on): Add wctype.
10273         * modules/mbswidth (Depends-on): Likewise.
10274         * modules/wcwidth (Depends-on): Likewise.
10275
10276 2006-12-27  Eric Blake  <ebb9@byu.net>
10277
10278         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
10279         module uses more than what <wctype.h> is required to provide.
10280
10281 2006-12-26  Eric Blake  <ebb9@byu.net>
10282
10283         * gnulib-tool (sed_extract_prog): Avoid space-tab.
10284
10285 2006-12-26  Eric Blake  <ebb9@byu.net>
10286
10287         * modules/absolute-header: New module.
10288         * modules/fcntl (Depends-on): Depend on it.
10289         * modules/inttypes (Depends-on): Likewise.
10290         * modules/stdint (Depends-on): Likewise.
10291         * modules/sys_stat (Depends-on): Likewise.
10292         * modules/wctype (Depends-on): Likewise.
10293         * MODULES.html.sh (Support for building libraries and
10294         executables): Document it.
10295
10296 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
10297
10298         * gnulib-tool (SED): Remove, undoing previous change.
10299         The problem was that it broke coreutils on Solaris, because
10300         "sed --posix" leaked into a makefile.
10301         (sed): New alias, if 'alias' and GNU sed.
10302
10303 2006-12-24  Jim Meyering  <jim@meyering.net>
10304
10305         Work around an fchownat bug in glibc-2.4:
10306         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
10307         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
10308         in spite of the -P option.
10309         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
10310         New macros.
10311         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
10312         * modules/openat (Files): Add lib/fchownat.c.
10313         * lib/openat.c (fchownat): Don't define here.  Move to...
10314         * lib/fchownat.c: ...this new file.
10315
10316 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
10317
10318         Fix bug reported by Bruno Haible in
10319         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
10320         where quotearg.c didn't compile on Mac OS X 10.2 because it
10321         lacks <wchar.h> and wint_t.
10322         * lib/wctype_.h (__wctype_wint_t): New type.
10323         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
10324         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
10325         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
10326         Arg is now of type __wctype_wint_t, not wint_t.
10327         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
10328         substitute HAVE_WINT_T.
10329         * modules/wctype (Files): Add m4/wint_t.m4.
10330         (wctype.h): Substitute HAVE_WINT_T.
10331
10332 2006-12-23  Bruno Haible  <bruno@clisp.org>
10333
10334         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
10335
10336 2006-12-23  Bruno Haible  <bruno@clisp.org>
10337
10338         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
10339         S_ISLNK.
10340         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
10341         mingw.
10342
10343 2006-12-22  Bruno Haible  <bruno@clisp.org>
10344
10345         * lib/copy-file.c: Include acl.h.
10346         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
10347         Close the file descriptors only after being done with copy_acl.
10348         * modules/copy-file (Depends-on): Add acl.
10349
10350 2006-12-22  Bruno Haible  <bruno@clisp.org>
10351
10352         * gnulib-tool (SED): New variable.
10353         Use $SED instead of sed everywhere.
10354
10355 2006-12-22  Bruno Haible  <bruno@clisp.org>
10356
10357         * modules/no-c++: New file.
10358         * m4/no-c++.m4: New file.
10359         * MODULES.html.sh (Support for building libraries and executables):
10360         Add no-c++.
10361
10362 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
10363
10364         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
10365         Include <limits.h>, and use its INT_MAX to rewrite the
10366         j loop so that it does not overflow 'int'.  Problem reported by
10367         Ralf Wildenhues in
10368         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
10369         Play it safe by shifting left by 1 rather than multiplying by 2,
10370         as GCC is less likely to optimize this away when the value
10371         is signed (when it assumes overflow leads to undefined behavior).
10372         Also, don't assume time_t uses two's complement.
10373
10374 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
10375
10376         * MODULES.html.sh: New module wctype.
10377         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
10378         * lib/fnmatch.c: Don't bother to include <wchar.h> before
10379         <wctype.h>, since the new wctype module should fix this.
10380         * lib/quotearg.c: Include <wctype.h> unconditionally, since
10381         the wctype module should arrange for it.
10382         * lib/regex_internal.h: Likewise.
10383         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
10384         since the wctype module should handle this now.
10385         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
10386         * modules/fnmatch (Depends-on): Add wctype.
10387         * modules/quotearg (Depends-on): Likewise.
10388         * modules/regex (Depends-on): Likewise.
10389
10390 2006-12-19  Bruno Haible  <bruno@clisp.org>
10391
10392         * lib/strdup.h [C++]: Wrap definitions in extern "C".
10393         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
10394
10395 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10396
10397         * modules/savewd (Depends-on): Fix dependency on fcntl.
10398
10399 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
10400
10401         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
10402         conforms to C99, rather than relying on the user's environment
10403         setting of STDINT_H.
10404
10405 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
10406         and Eric Blake  <ebb9@byu.net>
10407
10408         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
10409         This is more consistent with the other defines here.
10410         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
10411         Port to z/OS.  Problem reported by Paul Gilmartin.
10412         Change local vars to use gl_ prefix rather than ac_.
10413         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
10414         with other defines.
10415         * modules/double-slash-root: New module.
10416         * modules/dirname (Files): Remove m4/double-slash-root.m4.
10417         (Depends-on): Add double-slash-root.
10418         * MODULES.html.sh (File system functions): Mention new module.
10419
10420 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
10421
10422         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
10423         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
10424         This is for the benefit of gzip, which doesn't do i18n.
10425
10426 2006-12-12  Jim Meyering  <jim@meyering.net>
10427
10428         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
10429         Reported by Andreas Schwab <schwab@suse.de>.
10430
10431 2006-12-12  Bruno Haible  <bruno@clisp.org>
10432
10433         Merge these changes.
10434         2006-09-05  Bruno Haible  <bruno@clisp.org>
10435         * lib/iconvme.c (iconv_string): No need to save and restore errno when
10436         iconv_alloc succeeded.
10437         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
10438         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
10439         test for " && dest " at the end - dest is always != NULL there. Call
10440         iconv with 4xNULL arguments initially, to reset the state. Call iconv
10441         with 2xNULL arguments, also to flush the state storage. Handle the
10442         IRIX iconv behaviour. Realloc the final result, to throw away unused
10443         memory.
10444
10445 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
10446
10447         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
10448         and fchmodat unconditionally, since glibc 2.4 has them.
10449         Problem reported by Arkadiusz Miskiewicz.
10450
10451 2006-12-10  Bruno Haible  <bruno@clisp.org>
10452
10453         * gnulib-tool (func_import): Show the include files only for those
10454         modules that are copied and specified.
10455         Reported by Karl Berry.
10456
10457 2006-12-08  Jim Meyering  <jim@meyering.net>
10458
10459         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
10460         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
10461
10462         * build-aux/announce-gen: Add two new options, both optional:
10463         --bootstrap-tools=TOOL_LIST
10464               a comma-separated list of tools, e.g.,
10465               autoconf,automake,bison,gnulib
10466         --gnulib-snapshot-date=DATE
10467               if gnulib is in the bootstrap tool list,
10468               then report this as the snapshot date.
10469               If not specified, use the current date/time.
10470               If you specify a date here, be sure it's UTC.
10471
10472 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10473
10474         * tests/test-argp-2.sh: Fix test to match actual output.
10475         (func_compare): Fix sed script to be portable.
10476
10477 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
10478
10479         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
10480         workaround for this case.  It is not autoconfigured now; offhand
10481         it's hard to see how to autoconfigure it.
10482
10483 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
10484
10485         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
10486         a directory that is about to be chowned.  Such a directory's
10487         initial file permissions should permit the owner only and this
10488         should not be changed until after the chown, since the group and
10489         other bits would be incorrect if they granted permission before
10490         the chown.
10491
10492         Fix porting problem for iswctype reported by Georg Schwarz in:
10493         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
10494         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
10495         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
10496         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
10497         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
10498
10499 2006-12-03  Jim Meyering  <jim@meyering.net>
10500
10501         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
10502         p->fts_statp may not yet be defined.
10503         (fts_read): Instead, set it in the caller, once p->fts_statp is
10504         sure to be defined, and corresponds to a top-level directory.
10505         This bug made du -x fail.  Here's the coreutils test case:
10506         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
10507         Reported by Mike Frysinger.
10508
10509 2006-12-01  Jim Meyering  <jim@meyering.net>
10510
10511         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
10512         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
10513         Reported by Simon Josefsson.
10514
10515 2006-11-30  Jim Meyering  <jim@meyering.net>
10516
10517         * m4/warning.m4: Use the all-permissive copyright notice
10518         recommended by RMS (rather than LGPL).
10519         * m4/vararrays.m4: Likewise.
10520         * m4/flexmember.m4: Likewise.
10521
10522 2006-11-29  Bruno Haible  <bruno@clisp.org>
10523
10524         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10525         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
10526         using +=.
10527         Reported by Simon Josefsson <simon@josefsson.org>.
10528
10529 2006-11-28  James Youngman <jay@gnu.org>
10530
10531         * README: Advise users that they might find the bug-gnulib@gnu.org
10532         and autotools-announce@gnu.org mailing lists useful.
10533
10534 2006-11-28  Bruno Haible  <bruno@clisp.org>
10535
10536         * m4/ptrdiff_max.m4: Remove file.
10537
10538 2006-11-21  Bruno Haible  <bruno@clisp.org>
10539
10540         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
10541         _AC_COMPUTE_INT.
10542         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10543         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
10544         _AC_COMPUTE_INT.
10545         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10546         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
10547         _AC_COMPUTE_INT.
10548         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10549
10550 2006-11-28  Jim Meyering  <jim@meyering.net>
10551
10552         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
10553         warning from "gcc -Wshadow" about shadowing the builtin.
10554
10555 2006-11-27  Bruno Haible  <bruno@clisp.org>
10556
10557         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
10558         _AC_COMPUTE_INT.
10559         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10560
10561 2006-11-27  Bruno Haible  <bruno@clisp.org>
10562             Paul Eggert  <eggert@cs.ucla.edu>
10563
10564         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
10565
10566 2006-11-26  Bruno Haible  <bruno@clisp.org>
10567
10568         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10569         noinst_LTLIBRARIES.
10570
10571 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
10572             Bruno Haible  <bruno@clisp.org>
10573
10574         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
10575         if compiling with "gcc -ansi".
10576
10577 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
10578
10579         Fix some incompatibilities with gcc -ansi -pedantic.
10580         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
10581         if compiling pedantically with GCC, unless it's C99 or later.
10582         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
10583         it mishandles gcc -ansi -pedantic as well.
10584         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
10585         if gcc -pedantic.
10586         * lib/regexec.c (check_node_accept_bytes): Don't use auto
10587         initializers for struct if -pedantic, unless it's C99 or later.
10588
10589 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
10590
10591         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
10592         Don't close an fd more than once. Identical atimes indicate
10593         success, not failure.
10594
10595 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
10596
10597         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
10598
10599 2006-11-23  Jim Meyering  <jim@meyering.net>
10600
10601         * build-aux/announce-gen: New file.  From coreutils.
10602
10603 2006-11-22  Jim Meyering  <jim@meyering.net>
10604
10605         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
10606         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
10607         (fts_read): Use a temporary to narrow the overused st_size member
10608         before using it in a switch statement.  Reported by Matthew Woehlke.
10609
10610         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
10611         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
10612
10613 2006-11-20  Bruno Haible  <bruno@clisp.org>
10614
10615         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
10616         changequote instead of pairs of brackets.
10617         Reported by Andreas Schwab <schwab@suse.de>.
10618
10619 2006-11-21  Jim Meyering  <jim@meyering.net>
10620
10621         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
10622         so as to remain compatible with older compilers.
10623         Patch from Michael Deutschmann.
10624
10625 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
10626
10627         * MODULES.html.sh (File system functions): Add openat.
10628
10629         * lib/openat.h (rpl_fstatat): New macro, if
10630         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
10631         (fstatat): Define to rpl_fstatat under the same conditions,
10632         unless COMPILING_FSTATAT.
10633         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
10634         seems to have the bug.
10635         * lib/fstatat.c: New file.
10636         * modules/openat (Files): Add it.
10637
10638 2006-11-20  Bruno Haible  <bruno@clisp.org>
10639
10640         * Makefile: New file.
10641
10642 2006-11-20  Jim Meyering  <jim@meyering.net>
10643
10644         The beginnings of syntax-related checks for gnulib.
10645         * lib/Makefile: New file.
10646         * lib/t-idcache: New script.  Ensure that the two halves of
10647         idcache.c stay in sync.
10648
10649         * lib/idcache.c: Adjust comments in user- and group- portions to
10650         be more accurate, and to be consistent with one another.
10651
10652 2006-11-20  Jim Meyering  <jim@meyering.net>
10653
10654         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
10655         continue using the flexible array member (thus, this module performs
10656         half as many malloc calls), with the addition that...
10657         (getgroup, getuser): Consistently record a non-match via an empty
10658         "name" string, and map an empty string match to a NULL return value.
10659         * modules/idcache (Depends-on): Re-add flexmember.
10660
10661         * lib/idcache.c (getuser): Remove all uses of the register keyword.
10662         (getuidbyname, getgroup, getgidbyname): Likewise.
10663
10664         Use cleaner syntax: NULL rather than 0.
10665         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
10666
10667 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
10668
10669         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
10670         It mishandled the case where the group was missing.
10671         Problem reported by Greg Schafer.
10672         * modules/idcache: Likewise.
10673
10674 2006-11-18  Jim Meyering  <jim@meyering.net>
10675
10676         * check-module (%exempt_header): Add exception for some
10677         conditionally-included headers.
10678
10679         * modules/i-ring (Depends-on): Add verify.
10680         (License): Change to LGPL.
10681
10682 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
10683
10684         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
10685         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
10686         and inttostr.h.  Use snprintf rather than uinttostr, so that
10687         LGPLed code doesn't depend on GPLed.
10688
10689 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
10690
10691         * modules/inline (License): Change from GPL to LGPL.
10692
10693 2006-11-17  Jim Meyering  <jim@meyering.net>
10694
10695         * modules/d-type (License): Switch to LGPL.
10696
10697 2006-11-15  Bruno Haible  <bruno@clisp.org>
10698
10699         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
10700
10701 2006-11-15  Eric Blake  <ebb9@byu.net>
10702
10703         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
10704         the module dependency.
10705
10706 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10707             Bruno Haible  <bruno@clisp.org>
10708
10709         * gnulib-tool (func_create_testdir): Add license consistency check.
10710
10711 2006-11-15  Eric Blake  <ebb9@byu.net>
10712
10713         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
10714         random "(cached)" in configure output.
10715
10716 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10717
10718         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
10719         test for conforming inttypes.h is both announced and cached.
10720
10721         * MODULES.html.sh (seen_modules, seen_files): New variables.
10722         (func_module): Rewrite to use a few less gnulib-tool and sed
10723         invocations.  Avoid a couple of quadratic algorithms for ...
10724         (missed_modules, missed_files): ... these, with ...
10725         (func_append, func_tmpdir): ... these new functions, from
10726         gnulib-tool.  Analogously, install traps for cleanup.
10727
10728         * tests/test-gc.c (main): Remove unused variables.
10729         * tests/test-read-file.c: Include stdlib.h, for 'free'.
10730
10731 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
10732
10733         * modules/inttostr (License): Change to LGPL.
10734
10735 2006-11-14  Eric Blake  <ebb9@byu.net>
10736
10737         * modules/tempname (License): Change to LGPL.
10738
10739 2006-11-14  Eric Blake  <ebb9@byu.net>
10740
10741         * doc/functions.texi (Function Portability): *printf functions on
10742         Cygwin now understand all POSIX size specifiers.
10743
10744 2006-11-14  Bruno Haible  <bruno@clisp.org>
10745
10746         * modules/c-ctype (License): Change to LGPL.
10747
10748 2006-11-12  Bruno Haible  <bruno@clisp.org>
10749
10750         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
10751         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
10752         for GNOME libraries, for which the include files are installed in
10753         subdirectories of $prefix/include.
10754
10755 2006-11-12  Bruno Haible  <bruno@clisp.org>
10756
10757         * m4/lib-link.m4: Require at least autoconf-2.54.
10758         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
10759         name to underscores for the --with option.
10760
10761 2006-11-13  Bruno Haible  <bruno@clisp.org>
10762
10763         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
10764         the tests directory.
10765         Reported by Ralf Wildenhues.
10766
10767 2006-11-13  Bruno Haible  <bruno@clisp.org>
10768
10769         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
10770         (func_emit_initmacro_end): Undo the override here.
10771         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
10772         Works around the famous automake error in coreutils.
10773
10774 2006-11-13  Eric Blake  <ebb9@byu.net>
10775
10776         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
10777         element, not its node.
10778
10779 2006-11-12  Bruno Haible  <bruno@clisp.org>
10780
10781         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
10782         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
10783
10784 2006-11-12  Bruno Haible  <bruno@clisp.org>
10785
10786         * gnulib-tool: New option --local-symlink.
10787         (func_usage): Document it.
10788         (lsymbolic): New variable.
10789         (func_import, func_create_testdir): If --symlink was not specified,
10790         test whether --local-symlink was specified and the file comes from
10791         the local_gnulib_dir.
10792
10793 2006-11-12  Bruno Haible  <bruno@clisp.org>
10794
10795         * gnulib-tool (func_ln): New function.
10796         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
10797
10798 2006-11-12  Bruno Haible  <bruno@clisp.org>
10799
10800         Finish support for source files in subdirectories.
10801         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
10802         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
10803         AUTOMAKE_OPTIONS.
10804         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
10805
10806 2006-11-12  Bruno Haible  <bruno@clisp.org>
10807
10808         * gnulib-tool (func_get_automake_snippet): Synthesize also an
10809         EXTRA_lib_SOURCES augmentation.
10810         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
10811
10812 2006-11-12  Jim Meyering  <jim@meyering.net>
10813
10814         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
10815         file descriptors.  This also averts a failure on systems with
10816         native openat support when a traversed directory lacks "x" access.
10817         * lib/fts_.h: Include "i-ring.h"
10818         (struct FTS) [fts_fd_ring]: New member.
10819         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
10820         (FCHDIR): Add parentheses.
10821         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
10822         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
10823         When descending, rather than simply closing the previous
10824         fts_cwd_fd value, push that file descriptor onto the ring.
10825         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
10826         (fts_open): Initialize the new fd_ring member.
10827         (fts_close): Clear the ring.
10828         (fts_safe_changedir): When possible, use our new fd_ring to skip
10829         the diropen and fstat and dev/ino comparison that would normally
10830         accompany a virtual `chdir ("..")'.
10831
10832         * modules/fts (Depends-on): Add i-ring.
10833         * modules/i-ring: New module.
10834         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
10835         * m4/i-ring.m4: New file.
10836
10837 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10838
10839         * gnulib-tool (func_create_testdir): Fix replacement of
10840         `build-aux' in configure.ac.  Run autotools in gltests
10841         subdirectory.
10842         (func_create_testdir, func_create_megatestdir, test): There is
10843         no need for '--force' in most autotool invocations in a new
10844         tree.  Actually fail the whole test if any of the tools, or the
10845         configure or make stages fail.
10846
10847         Sync from Automake.
10848         * build-aux/gnupload: Revert last change.  Add pointer to upload
10849         instructions of the GNU Maintenance Instructions.
10850         Suggestion by Karl Berry.
10851
10852 2006-11-10  Jim Meyering  <jim@meyering.net>
10853
10854         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
10855
10856 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
10857
10858         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
10859         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
10860         (bind_textdomain_codeset) [! ENABLE_NLS]:
10861         Evaluate all the arguments.  That way, callers get compatible behavior
10862         if the arguments have side effects.  Also, it avoids some GCC
10863         diagnostics in some cases; Joel E. Denny reported problems when Bison
10864         was configured with --enable-gcc-warnigs.
10865
10866 2006-11-10  Jim Meyering  <jim@meyering.net>
10867
10868         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
10869         relevant options in CFLAGS (like -O, -fno-inline) are taken into
10870         account.
10871
10872 2006-11-10  Jim Meyering  <jim@meyering.net>
10873
10874         * modules/inline: New file/module.
10875         * modules/xalloc (Files): Remove m4/inline.m4.
10876         (Depends-on): Add inline, instead.
10877         * modules/oset: Likewise.
10878         * modules/list: Likewise.
10879
10880 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
10881
10882         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
10883         Problem reported by Matthew Woehlke.
10884
10885 2006-11-09  Bruno Haible  <bruno@clisp.org>
10886
10887         * lib/tempname.c (gen_tempname): Remove variant that invokes
10888         __gen_tempname.
10889         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
10890         __gen_tempname.
10891
10892 2006-11-08  Bruno Haible  <bruno@clisp.org>
10893
10894         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
10895         to 'yes' instead of 'cross-compiling'.
10896
10897 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
10898
10899         * lib/quotearg.h (quotearg_free): New decl.
10900         * lib/quotearg.c (quotearg_free): New function.
10901         (slot0, nslots, slotvec0, slotvec):
10902         Now file-scope so that quotearg_free can get at them.
10903
10904 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10905
10906         Sync from Automake.
10907         * build-aux/gnupload: Add missing 'gnu' to example URL.
10908         Report by Karl Berry.
10909
10910 2006-11-08  Bruno Haible  <bruno@clisp.org>
10911
10912         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
10913         Suggested by Paul Eggert.
10914
10915 2006-11-08  Jim Meyering  <jim@meyering.net>
10916
10917         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
10918         It's already included if !_LIBC.
10919         (fts_safe_changedir): Add a comment.
10920
10921 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
10922
10923         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
10924         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
10925         Matthew Woehlke.
10926
10927         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
10928         definitions up, to avoid colliding with change below.
10929         (static_inline) [HAVE_INLINE]: New macro.
10930         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
10931         Provide extern decls when !HAVE_INLINE.  Do not define unless
10932         static_inline is defined, either by us or by xmalloc.c.  Use
10933         static_inline rather than static inline.
10934         (XCALLOC): Optimize sizeof(T) = 1 case.
10935         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
10936
10937 2006-11-07  Bruno Haible  <bruno@clisp.org>
10938
10939         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
10940         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
10941         AC_C_INLINE.
10942         * modules/xalloc (Files): Add m4/inline.m4.
10943
10944 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10945
10946         * README: Fix typo.
10947         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
10948         (Miscellanous Notes): ...from this.
10949
10950 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
10951
10952         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
10953         Mention that offsetof should be used instead of sizeof.
10954         From Bruno Haible.
10955
10956 2006-11-07  Bruno Haible  <bruno@clisp.org>
10957
10958         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
10959
10960 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
10961
10962         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
10963         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
10964         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
10965         (gl_tree_add_before, gl_tree_add_after):
10966         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
10967         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
10968         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
10969         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
10970         (gl_linked_add_after, gl_linked_add_at): Likewise.
10971         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
10972         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
10973         (gl_tree_add_before, gl_tree_add_after): Likewise.
10974         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
10975         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
10976         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
10977
10978 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10979
10980         * lib/gl_oset.h: Use C comment style, not C++ comment style.
10981
10982 2006-11-06  Bruno Haible  <bruno@clisp.org>
10983
10984         * m4/inline.m4: New file.
10985         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
10986         * modules/list (Files): Add m4/inline.m4.
10987         * modules/oset (Files): Likewise.
10988
10989 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
10990
10991         * lib/idcache.c: Include <stddef.h>, for offsetof.
10992         (struct userid.name): Change from char * to a flexible array member.
10993         All uses changed.
10994         * modules/idcache (Depends-on): Add flexmember.
10995
10996         * MODULES.html.sh (Core language properties): New module flexmember.
10997         * modules/flexmember, m4/flexmember.m4: New files.
10998
10999         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
11000         inline functions that are identical with the old xnmalloc_inline,
11001         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
11002         that we can avoid some unnecessary integer multiplications and
11003         divisions in the common case where the element size is known at
11004         compile time.
11005         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
11006         needed.
11007         (xnboundedmalloc): Remove.
11008         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
11009         arguments, for consistency with rest of this header.
11010         (xcharalloc): Rewrite using XNMALLOC.
11011         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
11012         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
11013         versions have been moved to lib/xalloc.h and renamed to be the
11014         non-*_inline versions.
11015         (xmalloc, xrealloc): Implement without reference to the xnmalloc
11016         and xnrealloc functions, since those functions are now inline and
11017         now call us.
11018         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
11019         renaming described above.
11020         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
11021         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
11022         captures the dependency in AC_C_INLINE.
11023
11024         New module canonicalize-lgpl, proposed by Charles Wilson in
11025         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
11026         with a few small changes afterwards.
11027         * MODULES.html.sh (File system functions): New module
11028         canonicalize-lgpl.
11029         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
11030         and canonicalize_file_name.
11031         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
11032         * modules/canonicalize-lgpl: New files.
11033
11034 2006-11-05  Bruno Haible  <bruno@clisp.org>
11035
11036         * gnulib-tool (func_import, func_create_testdir): Create directories
11037         also for files in subdirectories of lib/.
11038
11039 2006-11-05  Bruno Haible  <bruno@clisp.org>
11040
11041         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
11042         ANSI C compliant.
11043
11044 2006-11-03  Bruno Haible  <bruno@clisp.org>
11045
11046         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
11047         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
11048         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
11049         (xnboundedmalloc): New inline function.
11050         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
11051         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
11052         xmalloc.
11053         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
11054         xmalloc.
11055         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
11056         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
11057         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
11058         xmalloc.
11059         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
11060         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
11061         xmalloc.
11062         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
11063         gl_tree_add_after): Use XMALLOC instead of xmalloc.
11064         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
11065         xmalloc.
11066         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
11067         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
11068         gl_tree_add_after): Use XMALLOC instead of xmalloc.
11069         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
11070         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
11071         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
11072         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
11073
11074 2006-11-03  Bruno Haible  <bruno@clisp.org>
11075
11076         * lib/c-ctype.h [C++]: Define functions without name mangling.
11077         * lib/fwriteerror.h [C++]: Likewise.
11078         * lib/gcd.h [C++]: Likewise.
11079         * lib/linebreak.h [C++]: Likewise.
11080
11081 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
11082
11083         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
11084         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
11085         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
11086         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11087         Check for functions and headers just once.
11088         Check for declaration of canonicalize_file_name.
11089         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
11090
11091 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
11092
11093         * gnulib-tool (func_import): Fix typo in actioncmd.
11094
11095 2006-11-02  Bruno Haible  <bruno@clisp.org>
11096
11097         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
11098         newline sequence in the Makefile.am snippet as a space, like "make"
11099         does.
11100         Reported by Roger Persson <perrog@gmail.com>.
11101
11102 2006-11-01  Bruno Haible  <bruno@clisp.org>
11103
11104         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
11105         already declared in <string.h>.
11106         * lib/strcase.h (strncasecmp): Don't declare it if yes.
11107
11108 2006-11-01  Bruno Haible  <bruno@clisp.org>
11109
11110         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
11111         * lib/strcase.h: Include <string.h>.
11112         (strcasecmp): Define to rpl_strcasecmp here.
11113
11114 2006-11-01  Bruno Haible  <bruno@clisp.org>
11115
11116         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
11117
11118 2006-11-01  Eric Blake  <ebb9@byu.net>
11119
11120         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
11121
11122         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
11123
11124 2006-10-29  Bruno Haible  <bruno@clisp.org>
11125
11126         Make it compile in C++ mode.
11127         * lib/full-write.c (full_rw): Add a cast.
11128
11129 2006-11-01  Bruno Haible  <bruno@clisp.org>
11130
11131         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
11132         be POSIX compliant.
11133         Reported by Roger Persson <perrog@gmail.com>.
11134
11135 2006-11-01  Eric Blake  <ebb9@byu.net>
11136
11137         * lib/getopt_.h: Fix comments.
11138
11139 2006-10-31  Eric Blake  <ebb9@byu.net>
11140
11141         * modules/tmpdir (Depends-on): Add sys_stat.
11142         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
11143         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
11144         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
11145         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
11146         tempname.
11147
11148 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
11149
11150         Avoid some C++ diagnostics reported by Bruno Haible.
11151         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
11152         xmalloc.
11153         (quotearg_alloc): Use xcharalloc rather than xmalloc.
11154         (struct slotvec): Move to top level.
11155         (quotearg_n_options): Rewrite to avoid xmalloc.
11156         * lib/xalloc.h (xcharalloc): New function.
11157         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
11158         [defined __cplusplus]: Add function template that provides result
11159         type propagation.  This part of the change is from Bruno Haible.
11160
11161 2006-10-29  Bruno Haible  <bruno@clisp.org>
11162
11163         Make it compile in C++ mode.
11164         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
11165         * lib/strnlen1.c (strnlen1): Cast memchr result.
11166         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
11167         * lib/clean-temp.c (string_equals, string_hash): Add casts.
11168         (create_temp_dir): Rename local variable 'template'.
11169         (compile_csharp_using_sscli): Add cast.
11170         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
11171         * lib/findprog.c (find_in_path): Likewise.
11172         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
11173         * lib/wait-process.c (register_slave_subprocess): Likewise.
11174
11175 2006-10-22  Bruno Haible  <bruno@clisp.org>
11176
11177         * modules/tsearch: New file.
11178         * lib/tsearch.h: New file.
11179         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
11180         * m4/tsearch.m4: New file.
11181         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
11182
11183 2006-10-29  Eric Blake  <ebb9@byu.net>
11184
11185         * lib/arcfour.c: Assume config.h.
11186         * lib/arctwo.c: Likewise.
11187         * lib/base64.c: Likewise.
11188         * lib/check-version.c: Likewise.
11189         * lib/crc.c: Likewise.
11190         * lib/des.c: Likewise.
11191         * lib/gc-gnulib.c: Likewise.
11192         * lib/gc-libgcrypt.c: Likewise.
11193         * lib/gc-pbkdf2-sha1.c: Likewise.
11194         * lib/getaddrinfo.c: Likewise.
11195         * lib/getdelim.c: Likewise.
11196         * lib/getline.c: Likewise.
11197         * lib/hmac-md5.c: Likewise.
11198         * lib/hmac-sha1.c: Likewise.
11199         * lib/iconvme.c: Likewise.
11200         * lib/md2.c: Likewise.
11201         * lib/md4.c: Likewise.
11202         * lib/memxor.c: Likewise.
11203         * lib/read-file.c: Likewise.
11204         * lib/readline.c: Likewise.
11205         * lib/rijndael-alg-fst.c: Likewise.
11206         * lib/rijndael-api-fst.c: Likewise.
11207         * lib/xgetdomainname.c: Likewise.
11208
11209 2006-10-28  Eric Blake  <ebb9@byu.net>
11210
11211         * lib/xstrndup.c: Assume config.h.
11212
11213 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
11214
11215         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
11216         stat-macros.h is now for our own macros, whereas stat_h is for
11217         macros in the <sys/stat.h> name space.
11218         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
11219         (STAT_MACROS_H): Remove.
11220         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
11221         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
11222         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
11223         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
11224         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
11225         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
11226         Move these macros to ...
11227         * lib/stat_.h: here.  Don't include stat-macros.h.
11228         * lib/canonicalize.c: Don't include stat-macros.h.
11229         * lib/chown.c: Likewise.
11230         * lib/euidaccess.c: Likewise.
11231         * lib/file-type.c: Likewise.
11232         * lib/filemode.c: Likewise.
11233         * lib/glob.c: Likewise.
11234         * lib/isapipe.c: Likewise.
11235         * lib/lchown.c: Likewise.
11236         * lib/lstat.c: Likewise.
11237         * lib/mkdir-p.c: Likewise.
11238         * lib/rmdir.c: Likewise.
11239         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
11240         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
11241         unless mkdir isn't declared, to speed up 'configure'.
11242         Always create sys/stat.h, since it's unlikely any real sys/stat.h
11243         would define all the S_* symbols.
11244         * modules/canonicalize (Depends-on):
11245         Depend on sys_stat, not stat-macros.
11246         * modules/chown: Likewise.
11247         * modules/euidaccess: Likewise.
11248         * modules/filemode: Likewise.
11249         * modules/file-type: Likewise.
11250         * modules/glob: Likewise.
11251         * modules/isapipe: Likewise.
11252         * modules/lchown: Likewise.
11253         * modules/lstat: Likewise.
11254         * modules/mkancesdirs: Likewise.
11255         * modules/rmdir: Likewise.
11256         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
11257         * modules/modechange: Likewise.
11258         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
11259         (configure.ac): Remove gl_STAT_MACROS.
11260         * modules/sys_stat (Depends-on): Remove stat-macros.
11261
11262 2006-10-27  Bruno Haible  <bruno@clisp.org>
11263
11264         * m4/signed.m4: Remove file.
11265         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
11266         invocation.
11267         * modules/vasnprintf (Files): Remove m4/signed.m4.
11268
11269 2006-10-27  Bruno Haible  <bruno@clisp.org>
11270
11271         Update to GNU gettext 0.16.
11272         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
11273         m4/inttypes-h.m4, m4/signed.m4.
11274         * m4/gettext.m4: Update to GNU gettext 0.16.
11275         * m4/intl.m4: New file, from GNU gettext.
11276         * m4/intldir.m4: New file, from GNU gettext.
11277         * config/srclist.txt: Update
11278
11279 2006-10-27  Eric Blake  <ebb9@byu.net>
11280
11281         * MODULES.html.sh: Document tempname.
11282         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
11283         dependencies.
11284         (Files): Move lib/tempname.c...
11285         * modules/tempname: ...to this new module.
11286         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
11287         (gl_PREREQ_TEMPNAME): Move...
11288         * m4/tempname.m4: ...to this new file.
11289         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
11290         * modules/sys_stat (Depends-on): Add stat-macros.
11291         * lib/stat_.h (includes): Pick up stat macros.
11292         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
11293         if stat macros are broken.
11294         * lib/tempname.c (includes): No need to include "stat-macros.h".
11295         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
11296         (direxists, __path_search) [!_LIBC]: Don't compile these in
11297         gnulib; the tmpdir module covers that.
11298         * lib/tempname.h: New file.
11299
11300 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
11301
11302         * COPYING: Explain how gnulib-tool converts licence headers.
11303         Almost all wording by Eric Blake.
11304
11305 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
11306
11307         * lib/mbchar.h (is_basic_table): Make read-only.
11308         * lib/mbchar.c (is_basic_table): Likewise.
11309         Reported by John Darrington.
11310
11311 2006-10-25  Bruno Haible  <bruno@clisp.org>
11312
11313         * lib/progname.h (set_program_name): Undefine before defining.
11314
11315 2006-10-25  Bruno Haible  <bruno@clisp.org>
11316
11317         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
11318         false for non-gcc C++ compilers.
11319         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
11320
11321 2006-10-24  Bruno Haible  <bruno@clisp.org>
11322
11323         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
11324         iconv implementations like Irix iconv.
11325
11326 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11327
11328         * modules/vararrays: New file.
11329         * m4/vararrays.m4: New file, taken from diffutils.
11330         * MODULES.html.sh: New module vararrays.
11331
11332 2006-10-24  Karl Berry  <karl@gnu.org>
11333
11334         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
11335         Don't call GNU Unix.
11336
11337 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11338
11339         * users.txt: Add Libtool.
11340
11341         Sync from Libtool:
11342
11343         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11344
11345         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
11346         to gnulib's policy of including config.h unconditionally.
11347
11348 2006-10-24  Bruno Haible  <bruno@clisp.org>
11349
11350         * modules/wcwidth (Files): Add m4/wint_t.m4.
11351         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
11352         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
11353
11354 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11355
11356         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
11357         to pacify GCC with some -W flags enabled.  Problem reported by
11358         Bruno Haible.
11359
11360 2006-10-24  Jim Meyering  <jim@meyering.net>
11361
11362         * MODULES.html.sh: Remove uinttostr.  It's not a module.
11363         Reported by Karl Berry.
11364
11365 2006-10-23  Bruno Haible  <bruno@clisp.org>
11366
11367         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
11368
11369 2006-10-24  Bruno Haible  <bruno@clisp.org>
11370
11371         * lib/gl_list.h: Use C comment style, not C++ comment style.
11372
11373 2006-10-23  Eric Blake  <ebb9@byu.net>
11374
11375         * lib/getaddrinfo.c (includes): Add missing include.
11376
11377 2006-10-23  Bruno Haible  <bruno@clisp.org>
11378             Paul Eggert  <eggert@cs.ucla.edu>
11379
11380         Ability to rename obstack_free.
11381         * lib/obstack.h (__obstack_free): New macro. Declare instead of
11382         obstack_free.
11383         (obstack_free): Invoke the __obstack_free macro.
11384         * lib/obstack.c (obstack_free): Use __obstack_free macro.
11385
11386 2006-10-23  Bruno Haible  <bruno@clisp.org>
11387             Paul Eggert  <eggert@cs.ucla.edu>
11388
11389         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
11390         __argc, __argv from the declaration. (They are defined as macros on
11391         mingw.)
11392
11393 2006-10-22  Bruno Haible  <bruno@clisp.org>
11394
11395         * doc/gnulib-intro.texi: New file.
11396         * doc/gnulib.texi: Include it.
11397
11398 2006-10-21  Bruno Haible  <bruno@clisp.org>
11399
11400         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
11401         "Introduction", "Miscellanous Notes", "Particular Modules".
11402
11403 2006-10-21  Bruno Haible  <bruno@clisp.org>
11404
11405         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11406         Change mostlyclean-local rule to avoid sh syntax error from bash
11407         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
11408
11409 2006-10-23  Jim Meyering  <jim@meyering.net>
11410
11411         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
11412         in place of snprintf.
11413
11414         * modules/inttostr (Files): Add lib/uinttostr.c.
11415         * lib/uinttostr.c (inttostr): New file/function.
11416         * lib/inttostr.h (uinttostr): Declare.
11417         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
11418         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
11419         Add uinttostr.
11420         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
11421
11422 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
11423
11424         * lib/canonicalize.c (ELOOP): Define if not already defined.
11425         Problem reported by Bruno Haible in
11426         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
11427
11428 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
11429
11430         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
11431         Problem reported by Perry Smith and Ville Laurikari.
11432
11433         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
11434         uses.
11435
11436 2006-10-19  Bruno Haible  <bruno@clisp.org>
11437
11438         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
11439         for mingw.
11440
11441 2006-10-19  Bruno Haible  <bruno@clisp.org>
11442
11443         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
11444         Needed for mingw.
11445
11446 2006-10-19  Bruno Haible  <bruno@clisp.org>
11447
11448         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
11449
11450 2006-10-19  Bruno Haible  <bruno@clisp.org>
11451
11452         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
11453         it.
11454
11455 2006-10-19  Bruno Haible  <bruno@clisp.org>
11456
11457         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
11458         invocation.
11459
11460 2006-10-19  Bruno Haible  <bruno@clisp.org>
11461
11462         * gnulib-tool (func_create_testdir): Don't include ftruncate and
11463         mountlist by default.
11464
11465 2006-10-16  Bruno Haible  <bruno@clisp.org>
11466
11467         * lib/c-strstr.c: Include c-strstr.h.
11468
11469 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
11470
11471         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
11472         in a slash.
11473
11474 2006-10-18  Bruno Haible  <bruno@clisp.org>
11475
11476         * lib/lock.h [C++]: Wrap definitions in extern "C".
11477
11478 2006-10-18  Bruno Haible  <bruno@clisp.org>
11479
11480         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
11481         gl_LIBOBJS list.
11482
11483 2006-10-18  Bruno Haible  <bruno@clisp.org>
11484
11485         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
11486
11487 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
11488
11489         * lib/xstrtol.h: Include gettext.h.
11490         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
11491         Problem reported by Eric Blake.
11492         * modules/xstrtol (Depends-on): Add gettext-h.
11493
11494 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
11495
11496         * lib/strftime.c (advance): New macro.
11497         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
11498         incomplete type, so you can't add 0 to it.  Problem and patch
11499         reported by Eelco Dolstra for dietlibc.
11500
11501 2006-10-18  Jim Meyering  <jim@meyering.net>
11502
11503         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
11504         type for a local, and rename it: s/up/user_proc/.
11505
11506 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
11507
11508         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
11509         READ_UTMP_USER_PROCESS.
11510         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
11511
11512 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
11513
11514         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
11515         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
11516
11517 2006-10-17  Eric Blake  <ebb9@byu.net>
11518
11519         * lib/sigprocmask.c (sigprocmask): Fix typo.
11520
11521         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
11522
11523         * modules/clean-temp (Makefile.am): Don't add to make output...
11524         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
11525         config.h.
11526
11527 2006-10-17  Bruno Haible  <bruno@clisp.org>
11528
11529         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
11530         differently if DEFAULT_TEXT_DOMAIN is set.
11531
11532 2006-10-16  Bruno Haible  <bruno@clisp.org>
11533
11534         * lib/clean-temp.c: Include fwriteerror.h.
11535
11536 2006-10-16  Bruno Haible  <bruno@clisp.org>
11537
11538         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
11539
11540 2006-10-16  Bruno Haible  <bruno@clisp.org>
11541
11542         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
11543         * lib/sigprocmask.h: Include <sys/types.h>.
11544         (sigset_t): Use the system's definition if present.
11545
11546 2006-10-17  Eric Blake  <ebb9@byu.net>
11547
11548         * lib/xvasprintf.c (includes): Assume config.h.
11549         * lib/xasprintf.c (includes): Likewise.
11550
11551 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
11552
11553         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
11554         at least as wide as intmax_t.
11555
11556 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
11557
11558         (Imported from Automake.)
11559         * build-aux/gnupload: Update to version 1.1 of directive file.
11560
11561 2006-10-16  Eric Blake  <ebb9@byu.net>
11562
11563         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
11564         match Automake 1.10a.
11565
11566 2006-10-14  Bruno Haible  <bruno@clisp.org>
11567
11568         * modules/sigprocmask: New file.
11569         * lib/sigprocmask.h: New file.
11570         * lib/sigprocmask.c: New file.
11571         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
11572         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
11573         request sigprocmask.o.
11574         (gl_PREREQ_SIGPROCMASK): New macro.
11575         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
11576         (Depends-on): Add sigprocmask.
11577         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
11578         gt_SIGNALBLOCKING. Test for 'raise' only once.
11579         * lib/fatal-signal.c: Include sigprocmask.h.
11580         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
11581         unblock_fatal_signals): Define always.
11582         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11583         sigprocmask.
11584
11585 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11586
11587         Sync from Automake.
11588         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
11589         which incorrectly sets the mode of an existing destination
11590         directory.  In some cases the unpatched install-sh could do the
11591         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
11592         system.  We hope this is rare in practice, but it's clearly worth
11593         fixing.  Problem reported by Alex Unleashed in
11594         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
11595         Also, don't bother to check for -m bugs unless we're using -m;
11596         suggested by Stepan Kasal.
11597
11598 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11599
11600         Sync from Automake.
11601         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
11602         `-c' flag, so they appear at the same position as in %FASTDEP%
11603         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
11604         which ignores unknown options only after the first non-option.
11605         Bug report against M4 by Nelson H. F. Beebe.
11606
11607 2006-10-13  Jim Meyering  <jim@meyering.net>
11608
11609         Fix a bug in yesterday's change.
11610         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
11611         p->fts_statp->st_dev would be used uninitialized.
11612         Ensures that we always call fts_stat on the very first entry.
11613         Miklos Szeredi reported that find -xdev stopped working.
11614
11615 2006-10-12  Bruno Haible  <bruno@clisp.org>
11616
11617         * gnulib-tool (func_get_automake_snippet): Append an automatically
11618         computed EXTRA_DIST augmentation.
11619         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
11620         * modules/alloca-opt (Makefile.am): Likewise.
11621         * modules/allocsa (Makefile.am): Likewise.
11622         * modules/arcfour (Makefile.am): Likewise.
11623         * modules/arctwo (Makefile.am): Likewise.
11624         * modules/argmatch (Makefile.am): Likewise.
11625         * modules/argz (Makefile.am): Likewise.
11626         * modules/atexit (Makefile.am): Likewise.
11627         * modules/backupfile (Makefile.am): Likewise.
11628         * modules/byteswap (Makefile.am): Likewise.
11629         * modules/c-strtod (Makefile.am): Likewise.
11630         * modules/c-strtold (Makefile.am): Likewise.
11631         * modules/calloc (Makefile.am): Likewise.
11632         * modules/canon-host (Makefile.am): Likewise.
11633         * modules/canonicalize (Makefile.am): Likewise.
11634         * modules/chdir-long (Makefile.am): Likewise.
11635         * modules/chdir-safer (Makefile.am): Likewise.
11636         * modules/check-version (Makefile.am): Likewise.
11637         * modules/chown (Makefile.am): Likewise.
11638         * modules/cloexec (Makefile.am): Likewise.
11639         * modules/close-stream (Makefile.am): Likewise.
11640         * modules/closeout (Makefile.am): Likewise.
11641         * modules/crc (Makefile.am): Likewise.
11642         * modules/csharpexec (Makefile.am): Likewise.
11643         * modules/cycle-check (Makefile.am): Likewise.
11644         * modules/des (Makefile.am): Likewise.
11645         * modules/dev-ino (Makefile.am): Likewise.
11646         * modules/dirfd (Makefile.am): Likewise.
11647         * modules/dirname (Makefile.am): Likewise.
11648         * modules/dup2 (Makefile.am): Likewise.
11649         * modules/eealloc (Makefile.am): Likewise.
11650         * modules/error (Makefile.am): Likewise.
11651         * modules/euidaccess (Makefile.am): Likewise.
11652         * modules/exclude (Makefile.am): Likewise.
11653         * modules/exitfail (Makefile.am): Likewise.
11654         * modules/fcntl-safer (Makefile.am): Likewise.
11655         * modules/fcntl (Makefile.am): Likewise.
11656         * modules/file-type (Makefile.am): Likewise.
11657         * modules/fileblocks (Makefile.am): Likewise.
11658         * modules/filemode (Makefile.am): Likewise.
11659         * modules/filenamecat (Makefile.am): Likewise.
11660         * modules/fnmatch (Makefile.am): Likewise.
11661         * modules/fopen-safer (Makefile.am): Likewise.
11662         * modules/fpending (Makefile.am): Likewise.
11663         * modules/fprintftime (Makefile.am): Likewise.
11664         * modules/free (Makefile.am): Likewise.
11665         * modules/fsusage (Makefile.am): Likewise.
11666         * modules/ftruncate (Makefile.am): Likewise.
11667         * modules/fts (Makefile.am): Likewise.
11668         * modules/gc-arcfour (Makefile.am): Likewise.
11669         * modules/gc-des (Makefile.am): Likewise.
11670         * modules/gc-hmac-md5 (Makefile.am): Likewise.
11671         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
11672         * modules/gc-md4 (Makefile.am): Likewise.
11673         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
11674         * modules/gc-sha1 (Makefile.am): Likewise.
11675         * modules/gc (Makefile.am): Likewise.
11676         * modules/getaddrinfo (Makefile.am): Likewise.
11677         * modules/getcwd (Makefile.am): Likewise.
11678         * modules/getdelim (Makefile.am): Likewise.
11679         * modules/getdomainname (Makefile.am): Likewise.
11680         * modules/getgroups (Makefile.am): Likewise.
11681         * modules/gethostname (Makefile.am): Likewise.
11682         * modules/gethrxtime (Makefile.am): Likewise.
11683         * modules/getline (Makefile.am): Likewise.
11684         * modules/getloadavg (Makefile.am): Likewise.
11685         * modules/getlogin_r (Makefile.am): Likewise.
11686         * modules/getndelim2 (Makefile.am): Likewise.
11687         * modules/getopt (Makefile.am): Likewise.
11688         * modules/getpagesize (Makefile.am): Likewise.
11689         * modules/getpass-gnu (Makefile.am): Likewise.
11690         * modules/getpass (Makefile.am): Likewise.
11691         * modules/getsubopt (Makefile.am): Likewise.
11692         * modules/gettime (Makefile.am): Likewise.
11693         * modules/gettimeofday (Makefile.am): Likewise.
11694         * modules/getugroups (Makefile.am): Likewise.
11695         * modules/getusershell (Makefile.am): Likewise.
11696         * modules/glob (Makefile.am): Likewise.
11697         * modules/group-member (Makefile.am): Likewise.
11698         * modules/hard-locale (Makefile.am): Likewise.
11699         * modules/hash (Makefile.am): Likewise.
11700         * modules/hmac-md5 (Makefile.am): Likewise.
11701         * modules/hmac-sha1 (Makefile.am): Likewise.
11702         * modules/human (Makefile.am): Likewise.
11703         * modules/idcache (Makefile.am): Likewise.
11704         * modules/imaxabs (Makefile.am): Likewise.
11705         * modules/imaxdiv (Makefile.am): Likewise.
11706         * modules/inet_ntop (Makefile.am): Likewise.
11707         * modules/inet_pton (Makefile.am): Likewise.
11708         * modules/intprops (Makefile.am): Likewise.
11709         * modules/inttostr (Makefile.am): Likewise.
11710         * modules/inttypes (Makefile.am): Likewise.
11711         * modules/isapipe (Makefile.am): Likewise.
11712         * modules/javaversion (Makefile.am): Likewise.
11713         * modules/lchmod (Makefile.am): Likewise.
11714         * modules/lchown (Makefile.am): Likewise.
11715         * modules/localcharset (Makefile.am): Likewise.
11716         * modules/long-options (Makefile.am): Likewise.
11717         * modules/lstat (Makefile.am): Likewise.
11718         * modules/malloc (Makefile.am): Likewise.
11719         * modules/mathl (Makefile.am): Likewise.
11720         * modules/mbchar (Makefile.am): Likewise.
11721         * modules/md2 (Makefile.am): Likewise.
11722         * modules/md4 (Makefile.am): Likewise.
11723         * modules/md5 (Makefile.am): Likewise.
11724         * modules/memcasecmp (Makefile.am): Likewise.
11725         * modules/memchr (Makefile.am): Likewise.
11726         * modules/memcmp (Makefile.am): Likewise.
11727         * modules/memcoll (Makefile.am): Likewise.
11728         * modules/memcpy (Makefile.am): Likewise.
11729         * modules/memmem (Makefile.am): Likewise.
11730         * modules/memmove (Makefile.am): Likewise.
11731         * modules/mempcpy (Makefile.am): Likewise.
11732         * modules/memrchr (Makefile.am): Likewise.
11733         * modules/memset (Makefile.am): Likewise.
11734         * modules/memxor (Makefile.am): Likewise.
11735         * modules/mkancesdirs (Makefile.am): Likewise.
11736         * modules/mkdir-p (Makefile.am): Likewise.
11737         * modules/mkdir (Makefile.am): Likewise.
11738         * modules/mkdtemp (Makefile.am): Likewise.
11739         * modules/mkstemp (Makefile.am): Likewise.
11740         * modules/mktime (Makefile.am): Likewise.
11741         * modules/modechange (Makefile.am): Likewise.
11742         * modules/mountlist (Makefile.am): Likewise.
11743         * modules/nanosleep (Makefile.am): Likewise.
11744         * modules/obstack (Makefile.am): Likewise.
11745         * modules/openat (Makefile.am): Likewise.
11746         * modules/pagealign_alloc (Makefile.am): Likewise.
11747         * modules/pathmax (Makefile.am): Likewise.
11748         * modules/physmem (Makefile.am): Likewise.
11749         * modules/poll (Makefile.am): Likewise.
11750         * modules/posixtm (Makefile.am): Likewise.
11751         * modules/posixver (Makefile.am): Likewise.
11752         * modules/putenv (Makefile.am): Likewise.
11753         * modules/quote (Makefile.am): Likewise.
11754         * modules/quotearg (Makefile.am): Likewise.
11755         * modules/raise (Makefile.am): Likewise.
11756         * modules/read-file (Makefile.am): Likewise.
11757         * modules/readline (Makefile.am): Likewise.
11758         * modules/readlink (Makefile.am): Likewise.
11759         * modules/readtokens (Makefile.am): Likewise.
11760         * modules/readutmp (Makefile.am): Likewise.
11761         * modules/realloc (Makefile.am): Likewise.
11762         * modules/regex (Makefile.am): Likewise.
11763         * modules/rename-dest-slash (Makefile.am): Likewise.
11764         * modules/rename (Makefile.am): Likewise.
11765         * modules/rijndael (Makefile.am): Likewise.
11766         * modules/rmdir (Makefile.am): Likewise.
11767         * modules/rpmatch (Makefile.am): Likewise.
11768         * modules/safe-read (Makefile.am): Likewise.
11769         * modules/safe-write (Makefile.am): Likewise.
11770         * modules/same-inode (Makefile.am): Likewise.
11771         * modules/same (Makefile.am): Likewise.
11772         * modules/save-cwd (Makefile.am): Likewise.
11773         * modules/savedir (Makefile.am): Likewise.
11774         * modules/setenv (Makefile.am): Likewise.
11775         * modules/settime (Makefile.am): Likewise.
11776         * modules/sha1 (Makefile.am): Likewise.
11777         * modules/sig2str (Makefile.am): Likewise.
11778         * modules/snprintf (Makefile.am): Likewise.
11779         * modules/stat-macros (Makefile.am): Likewise.
11780         * modules/stat-time (Makefile.am): Likewise.
11781         * modules/stdbool (Makefile.am): Likewise.
11782         * modules/stdint (Makefile.am): Likewise.
11783         * modules/stdlib-safer (Makefile.am): Likewise.
11784         * modules/stpcpy (Makefile.am): Likewise.
11785         * modules/stpncpy (Makefile.am): Likewise.
11786         * modules/strcase (Makefile.am): Likewise.
11787         * modules/strcasestr (Makefile.am): Likewise.
11788         * modules/strchrnul (Makefile.am): Likewise.
11789         * modules/strcspn (Makefile.am): Likewise.
11790         * modules/strdup (Makefile.am): Likewise.
11791         * modules/strerror (Makefile.am): Likewise.
11792         * modules/strftime (Makefile.am): Likewise.
11793         * modules/strndup (Makefile.am): Likewise.
11794         * modules/strnlen (Makefile.am): Likewise.
11795         * modules/strpbrk (Makefile.am): Likewise.
11796         * modules/strsep (Makefile.am): Likewise.
11797         * modules/strstr (Makefile.am): Likewise.
11798         * modules/strtod (Makefile.am): Likewise.
11799         * modules/strtoimax (Makefile.am): Likewise.
11800         * modules/strtok_r (Makefile.am): Likewise.
11801         * modules/strtol (Makefile.am): Likewise.
11802         * modules/strtoll (Makefile.am): Likewise.
11803         * modules/strtoul (Makefile.am): Likewise.
11804         * modules/strtoull (Makefile.am): Likewise.
11805         * modules/strtoumax (Makefile.am): Likewise.
11806         * modules/strverscmp (Makefile.am): Likewise.
11807         * modules/sys_socket (Makefile.am): Likewise.
11808         * modules/sys_stat (Makefile.am): Likewise.
11809         * modules/sysexits (Makefile.am): Likewise.
11810         * modules/time_r (Makefile.am): Likewise.
11811         * modules/timegm (Makefile.am): Likewise.
11812         * modules/timespec (Makefile.am): Likewise.
11813         * modules/tmpfile-safer (Makefile.am): Likewise.
11814         * modules/trim (Makefile.am): Likewise.
11815         * modules/unistd-safer (Makefile.am): Likewise.
11816         * modules/unlinkdir (Makefile.am): Likewise.
11817         * modules/unlocked-io (Makefile.am): Likewise.
11818         * modules/userspec (Makefile.am): Likewise.
11819         * modules/utime (Makefile.am): Likewise.
11820         * modules/utimecmp (Makefile.am): Likewise.
11821         * modules/utimens (Makefile.am): Likewise.
11822         * modules/vasnprintf (Makefile.am): Likewise.
11823         * modules/vasprintf (Makefile.am): Likewise.
11824         * modules/vsnprintf (Makefile.am): Likewise.
11825         * modules/xalloc (Makefile.am): Likewise.
11826         * modules/xgetcwd (Makefile.am): Likewise.
11827         * modules/xnanosleep (Makefile.am): Likewise.
11828         * modules/xreadlink (Makefile.am): Likewise.
11829         * modules/xstrtod (Makefile.am): Likewise.
11830         * modules/xstrtol (Makefile.am): Likewise.
11831         * modules/xstrtold (Makefile.am): Likewise.
11832         * modules/yesno (Makefile.am): Likewise.
11833         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
11834
11835 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
11836
11837         * modules/error (Makefile.am): Distribute files through
11838         EXTRA_DIST, not lib_SOURCES.
11839
11840 2006-10-12  Eric Blake  <ebb9@byu.net>
11841
11842         * modules/error (Makefile.am): Distribute files in /lib.
11843         * modules/obstack (Makefile.am): Likewise.
11844
11845 2006-10-12  Bruno Haible  <bruno@clisp.org>
11846
11847         * modules/acl (Makefile.am): Distribute all files in lib/ through
11848         EXTRA_DIST.
11849         * modules/arcfour (Makefile.am): Likewise.
11850         * modules/arctwo (Makefile.am): Likewise.
11851         * modules/argmatch (Makefile.am): Likewise.
11852         * modules/argz (Makefile.am): Likewise.
11853         * modules/atexit (Makefile.am): Likewise.
11854         * modules/backupfile (Makefile.am): Likewise.
11855         * modules/c-strtod (Makefile.am): Likewise.
11856         * modules/c-strtold (Makefile.am): Likewise.
11857         * modules/calloc (Makefile.am): Likewise.
11858         * modules/canon-host (Makefile.am): Likewise.
11859         * modules/canonicalize (Makefile.am): Likewise.
11860         * modules/chdir-long (Makefile.am): Likewise.
11861         * modules/chdir-safer (Makefile.am): Likewise.
11862         * modules/check-version (Makefile.am): Likewise.
11863         * modules/chown (Makefile.am): Likewise.
11864         * modules/cloexec (Makefile.am): Likewise.
11865         * modules/close-stream (Makefile.am): Likewise.
11866         * modules/closeout (Makefile.am): Likewise.
11867         * modules/crc (Makefile.am): Likewise.
11868         * modules/cycle-check (Makefile.am): Likewise.
11869         * modules/des (Makefile.am): Likewise.
11870         * modules/dirfd (Makefile.am): Likewise.
11871         * modules/dirname (Makefile.am): Likewise.
11872         * modules/dup2 (Makefile.am): Likewise.
11873         * modules/euidaccess (Makefile.am): Likewise.
11874         * modules/exclude (Makefile.am): Likewise.
11875         * modules/exitfail (Makefile.am): Likewise.
11876         * modules/fcntl-safer (Makefile.am): Likewise.
11877         * modules/file-type (Makefile.am): Likewise.
11878         * modules/fileblocks (Makefile.am): Likewise.
11879         * modules/filemode (Makefile.am): Likewise.
11880         * modules/filenamecat (Makefile.am): Likewise.
11881         * modules/fnmatch (Makefile.am): Likewise.
11882         * modules/fopen-safer (Makefile.am): Likewise.
11883         * modules/fpending (Makefile.am): Likewise.
11884         * modules/fprintftime (Makefile.am): Likewise.
11885         * modules/free (Makefile.am): Likewise.
11886         * modules/fsusage (Makefile.am): Likewise.
11887         * modules/ftruncate (Makefile.am): Likewise.
11888         * modules/fts (Makefile.am): Likewise.
11889         * modules/gc (Makefile.am): Likewise.
11890         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
11891         * modules/getaddrinfo (Makefile.am): Likewise.
11892         * modules/getcwd (Makefile.am): Likewise.
11893         * modules/getdelim (Makefile.am): Likewise.
11894         * modules/getdomainname (Makefile.am): Likewise.
11895         * modules/getgroups (Makefile.am): Likewise.
11896         * modules/gethostname (Makefile.am): Likewise.
11897         * modules/gethrxtime (Makefile.am): Likewise.
11898         * modules/getline (Makefile.am): Likewise.
11899         * modules/getloadavg (Makefile.am): Likewise.
11900         * modules/getlogin_r (Makefile.am): Likewise.
11901         * modules/getopt (Makefile.am): Likewise.
11902         * modules/getpass (Makefile.am): Likewise.
11903         * modules/getpass-gnu (Makefile.am): Likewise.
11904         * modules/getsubopt (Makefile.am): Likewise.
11905         * modules/gettime (Makefile.am): Likewise.
11906         * modules/gettimeofday (Makefile.am): Likewise.
11907         * modules/getugroups (Makefile.am): Likewise.
11908         * modules/getusershell (Makefile.am): Likewise.
11909         * modules/glob (Makefile.am): Likewise.
11910         * modules/group-member (Makefile.am): Likewise.
11911         * modules/hard-locale (Makefile.am): Likewise.
11912         * modules/hash (Makefile.am): Likewise.
11913         * modules/hmac-md5 (Makefile.am): Likewise.
11914         * modules/hmac-sha1 (Makefile.am): Likewise.
11915         * modules/human (Makefile.am): Likewise.
11916         * modules/idcache (Makefile.am): Likewise.
11917         * modules/imaxabs (Makefile.am): Likewise.
11918         * modules/imaxdiv (Makefile.am): Likewise.
11919         * modules/inet_ntop (Makefile.am): Likewise.
11920         * modules/inet_pton (Makefile.am): Likewise.
11921         * modules/inttostr (Makefile.am): Likewise.
11922         * modules/isapipe (Makefile.am): Likewise.
11923         * modules/lchown (Makefile.am): Likewise.
11924         * modules/long-options (Makefile.am): Likewise.
11925         * modules/lstat (Makefile.am): Likewise.
11926         * modules/malloc (Makefile.am): Likewise.
11927         * modules/mathl (Makefile.am): Likewise.
11928         * modules/mbchar (Makefile.am): Likewise.
11929         * modules/md2 (Makefile.am): Likewise.
11930         * modules/md4 (Makefile.am): Likewise.
11931         * modules/md5 (Makefile.am): Likewise.
11932         * modules/memcasecmp (Makefile.am): Likewise.
11933         * modules/memchr (Makefile.am): Likewise.
11934         * modules/memcmp (Makefile.am): Likewise.
11935         * modules/memcoll (Makefile.am): Likewise.
11936         * modules/memcpy (Makefile.am): Likewise.
11937         * modules/memmem (Makefile.am): Likewise.
11938         * modules/memmove (Makefile.am): Likewise.
11939         * modules/mempcpy (Makefile.am): Likewise.
11940         * modules/memrchr (Makefile.am): Likewise.
11941         * modules/memset (Makefile.am): Likewise.
11942         * modules/memxor (Makefile.am): Likewise.
11943         * modules/mkancesdirs (Makefile.am): Likewise.
11944         * modules/mkdir (Makefile.am): Likewise.
11945         * modules/mkdir-p (Makefile.am): Likewise.
11946         * modules/mkdtemp (Makefile.am): Likewise.
11947         * modules/mkstemp (Makefile.am): Likewise.
11948         * modules/mktime (Makefile.am): Likewise.
11949         * modules/modechange (Makefile.am): Likewise.
11950         * modules/mountlist (Makefile.am): Likewise.
11951         * modules/nanosleep (Makefile.am): Likewise.
11952         * modules/openat (Makefile.am): Likewise.
11953         * modules/pagealign_alloc (Makefile.am): Likewise.
11954         * modules/physmem (Makefile.am): Likewise.
11955         * modules/poll (Makefile.am): Likewise.
11956         * modules/posixtm (Makefile.am): Likewise.
11957         * modules/posixver (Makefile.am): Likewise.
11958         * modules/putenv (Makefile.am): Likewise.
11959         * modules/quote (Makefile.am): Likewise.
11960         * modules/quotearg (Makefile.am): Likewise.
11961         * modules/raise (Makefile.am): Likewise.
11962         * modules/read-file (Makefile.am): Likewise.
11963         * modules/readline (Makefile.am): Likewise.
11964         * modules/readlink (Makefile.am): Likewise.
11965         * modules/readtokens (Makefile.am): Likewise.
11966         * modules/readutmp (Makefile.am): Likewise.
11967         * modules/realloc (Makefile.am): Likewise.
11968         * modules/regex (Makefile.am): Likewise.
11969         * modules/rename (Makefile.am): Likewise.
11970         * modules/rename-dest-slash (Makefile.am): Likewise.
11971         * modules/rijndael (Makefile.am): Likewise.
11972         * modules/rmdir (Makefile.am): Likewise.
11973         * modules/rpmatch (Makefile.am): Likewise.
11974         * modules/safe-read (Makefile.am): Likewise.
11975         * modules/safe-write (Makefile.am): Likewise.
11976         * modules/same (Makefile.am): Likewise.
11977         * modules/save-cwd (Makefile.am): Likewise.
11978         * modules/savedir (Makefile.am): Likewise.
11979         * modules/setenv (Makefile.am): Likewise.
11980         * modules/settime (Makefile.am): Likewise.
11981         * modules/sha1 (Makefile.am): Likewise.
11982         * modules/sig2str (Makefile.am): Likewise.
11983         * modules/snprintf (Makefile.am): Likewise.
11984         * modules/stdlib-safer (Makefile.am): Likewise.
11985         * modules/stpcpy (Makefile.am): Likewise.
11986         * modules/stpncpy (Makefile.am): Likewise.
11987         * modules/strcase (Makefile.am): Likewise.
11988         * modules/strcasestr (Makefile.am): Likewise.
11989         * modules/strchrnul (Makefile.am): Likewise.
11990         * modules/strcspn (Makefile.am): Likewise.
11991         * modules/strdup (Makefile.am): Likewise.
11992         * modules/strerror (Makefile.am): Likewise.
11993         * modules/strftime (Makefile.am): Likewise.
11994         * modules/strndup (Makefile.am): Likewise.
11995         * modules/strnlen (Makefile.am): Likewise.
11996         * modules/strpbrk (Makefile.am): Likewise.
11997         * modules/strsep (Makefile.am): Likewise.
11998         * modules/strstr (Makefile.am): Likewise.
11999         * modules/strtod (Makefile.am): Likewise.
12000         * modules/strtoimax (Makefile.am): Likewise.
12001         * modules/strtok_r (Makefile.am): Likewise.
12002         * modules/strtol (Makefile.am): Likewise.
12003         * modules/strtoll (Makefile.am): Likewise.
12004         * modules/strtoul (Makefile.am): Likewise.
12005         * modules/strtoull (Makefile.am): Likewise.
12006         * modules/strtoumax (Makefile.am): Likewise.
12007         * modules/strverscmp (Makefile.am): Likewise.
12008         * modules/time_r (Makefile.am): Likewise.
12009         * modules/timegm (Makefile.am): Likewise.
12010         * modules/tmpfile-safer (Makefile.am): Likewise.
12011         * modules/unistd-safer (Makefile.am): Likewise.
12012         * modules/unlinkdir (Makefile.am): Likewise.
12013         * modules/userspec (Makefile.am): Likewise.
12014         * modules/utime (Makefile.am): Likewise.
12015         * modules/utimecmp (Makefile.am): Likewise.
12016         * modules/utimens (Makefile.am): Likewise.
12017         * modules/vasnprintf (Makefile.am): Likewise.
12018         * modules/vasprintf (Makefile.am): Likewise.
12019         * modules/vsnprintf (Makefile.am): Likewise.
12020         * modules/xalloc (Makefile.am): Likewise.
12021         * modules/xgetcwd (Makefile.am): Likewise.
12022         * modules/xnanosleep (Makefile.am): Likewise.
12023         * modules/xreadlink (Makefile.am): Likewise.
12024         * modules/xstrtod (Makefile.am): Likewise.
12025         * modules/xstrtol (Makefile.am): Likewise.
12026         * modules/xstrtold (Makefile.am): Likewise.
12027         * modules/yesno (Makefile.am): Likewise.
12028
12029 2006-10-12  Jim Meyering  <jim@meyering.net>
12030
12031         * m4/getloadavg.m4: Revert the change below.
12032
12033         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
12034         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
12035         fail with a symlink, which is what coreutils' ./bootstrap now
12036         creates by default.
12037
12038 2006-10-12  Bruno Haible  <bruno@clisp.org>
12039
12040         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
12041         mingw.
12042         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
12043         MSVC and mingw explicitly.
12044
12045 2006-10-11  Simon Josefsson  <jas@extundo.com>
12046             Bruno Haible  <bruno@clisp.org>
12047
12048         Add support for multiple gnulib-tool invocations in the scope of a
12049         single configure.ac file.
12050         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
12051         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
12052         with the same contents as the _LIBADD variable.
12053         (func_emit_initmacro_start, func_emit_initmacro_end,
12054         func_emit_initmacro_done): New functions.
12055         (func_import, func_create_testdir): Invoke them. Allow the identifiers
12056         gl_LIBOBJS and gl_LTLIBOBJS.
12057
12058 2006-10-11  Bruno Haible  <bruno@clisp.org>
12059
12060         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
12061         (func_create_testdir): Don't create po/Makefile.am, don't invoke
12062         autoreconf. Instead, invoke autopoint explicitly but move back the
12063         *.m4 files from gnulib.
12064
12065 2006-10-11  Bruno Haible  <bruno@clisp.org>
12066
12067         * gnulib-tool (func_usage): Make module names after --create-testdir
12068         optional.
12069         (func_create_testdir): If no module was specified, use nearly all
12070         modules.
12071
12072 2006-10-12  Jim Meyering  <jim@meyering.net>
12073
12074         Big performance improvement for fts-based tools that use FTS_NOSTAT.
12075         Avoid spurious inode-mismatch problems on non-POSIX file systems.
12076         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
12077         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
12078         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
12079         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
12080         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
12081         (fts_set_stat_required): New function.
12082         (fts_open): Defer the calls to fts_stat, if possible or requested.
12083         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
12084         into fts_stat itself.
12085         (fts_read): Perform any required (deferred) fts_stat call.
12086         (fts_build): Likewise, for the directory we're about to open and read.
12087         In the readdir loop, carefully decide whether each entry will require
12088         an eventual call to fts_stat, using dirent.d_type info if available.
12089         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
12090         a command line argument into this function.  Update all callers.
12091         Map a return value of FTS_DOT to FTS_D for a command line argument.
12092         * modules/fts (Depends-on): Add d-type.  Alphabetize.
12093         Thanks to Miklos Szeredi for his tenacity and for the initial
12094         bug report about "find" failing on a FUSE-based file system.
12095
12096         * lib/fts.c (fts_open): Use consistent indentation.
12097
12098 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
12099
12100         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
12101         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
12102         reported by Jim Meyering.  All uses of cache variables renamed
12103         to match Autoconf's.
12104         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
12105         the other one.
12106
12107         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
12108         Fix misspelling in diagnostic.
12109
12110 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
12111
12112         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
12113         defined.  Problem reported by Matthew Woehlke.
12114
12115         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
12116         Add support for Tandem NonStop R series.
12117         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
12118         Use new macro.
12119
12120         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
12121         (has_trailing_slash): Omit size arg; all callers changed.
12122         Omit 'inline', since it doesn't help performance and we'd
12123         need to configure it.
12124         Don't count //, ///, etc. as having a trailing slash.
12125         As a side effect, this removes a C99ism reported by Matthew Woehlke.
12126         (rpl_rename_dest_slash): On failure, use rename's errno rather
12127         than (in some cases) an incorrect or junk errno.
12128         Simplify code by removing need to compute length; this does
12129         cause it to make two passes instead of one over the file name,
12130         but it's worth it.
12131
12132         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
12133         change, since Autoconf's version may no longer be appropriate now
12134         that we are using CVS Autoconf's version.  Add support for Tandem.
12135
12136 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
12137             Bruno Haible  <bruno@clisp.org>
12138
12139         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
12140         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
12141         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
12142         gl_AC_TYPE_LONG_LONG.
12143
12144         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
12145         instead of HAVE_LONG_LONG.
12146         * lib/printf-args.c (printf_fetchargs): Likewise.
12147         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
12148         * lib/vasnprintf.c (VASNPRINTF): Likewise.
12149         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
12150         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
12151         gl_AC_TYPE_LONG_LONG.
12152
12153 2006-10-11  Bruno Haible  <bruno@clisp.org>
12154
12155         * m4/longlong.m4: Add comments.
12156         * m4/ulonglong.m4: Likewise.
12157
12158 2006-10-10  Bruno Haible  <bruno@clisp.org>
12159
12160         Make it possible to #define stpcpy, strdup to aliases.
12161         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
12162         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
12163
12164 2006-10-10  Bruno Haible  <bruno@clisp.org>
12165
12166         Make it possible to #define gcd to an alias.
12167         * lib/gcd.c: Include config.h.
12168
12169 2006-10-10  Bruno Haible  <bruno@clisp.org>
12170
12171         Make it possible to #define c_isascii to an alias.
12172         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
12173         defined. Undefine the macros before defining them, to avoid gcc
12174         warnings.
12175         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
12176         define NO_C_CTYPE_MACROS early.
12177
12178 2006-10-10  Bruno Haible  <bruno@clisp.org>
12179
12180         Make it possible to #define set_program_name to an alias.
12181         * lib/progname.c: Don't undefine set_program_name; instead, undefine
12182         ENABLE_RELOCATABLE early.
12183
12184 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
12185
12186         Port to Tandem NSK OSS, which has 64-bit signed int but at most
12187         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
12188         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
12189         More generally, don't assume that 64-bit signed int is available
12190         if unsigned int is, and vice versa.
12191         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
12192         unsigned symbols, not on their signed counterparts.
12193         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
12194         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
12195         (UINT64_C, UINTMAX_C):
12196         Likewise.
12197         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
12198         unsigned counterparts.
12199         (Have_long_long, Unsigned): New macros.
12200         (Int): Renamed from INT.
12201         (strtoimax): Use the new macros.
12202         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
12203         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
12204         * modules/inttypes (inttypes.h): Substitute
12205         HAVE_UNSIGNED_LONG_LONG_INT.
12206         * modules/stdint (stdint.h): Likewise.
12207         (Files): Add m4/ulonglong.m4.
12208
12209 2006-10-10  Bruno Haible  <bruno@clisp.org>
12210
12211         Fix a gcc -Wshadow warning.
12212         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
12213         to 'bucket'.
12214         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
12215         gl_linked_indexof_from_to): Likewise.
12216         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
12217         Likewise.
12218         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
12219         Likewise.
12220         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
12221         Reported by Eric Blake.
12222
12223 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
12224
12225         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
12226         for NetBSD.  Problem reported by Bruno Haible.
12227
12228 2006-10-09  Jim Meyering  <jim@meyering.net>
12229
12230         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
12231         Patch from Bruno Haible.
12232
12233 2006-10-09  Jim Meyering  <jim@meyering.net>
12234
12235         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
12236         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
12237         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
12238
12239 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
12240
12241         Don't include <config.h> twice; this doesn't work in some cases,
12242         e.g., when config.h has "#define intmax_t long long int" and
12243         we include <config.h>, <inttypes.h>, <config.h> in that order.
12244         Problem reported by Matthew Woehlke in:
12245         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
12246         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
12247         * lib/fts-cycle.c: Don't include config.h.
12248         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
12249         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
12250         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
12251         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
12252         inttypes.h.
12253         * lib/xstrtoumax.c: Likewise.
12254         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
12255         __strtol and the like, so that this module is more like its siblings.
12256         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
12257         Remove; no longer needed now that we assume gnulib inttypes.h.
12258
12259 2006-10-08  Bruno Haible  <bruno@clisp.org>
12260
12261         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
12262         option.
12263
12264 2006-10-07  Jim Meyering  <jim@meyering.net>
12265
12266         * modules/inttypes (inttypes.h): Revert what seems to have been
12267         an inadvertent part of today's change: use "|", not "/" in the
12268         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
12269
12270 2006-10-07  Bruno Haible  <bruno@clisp.org>
12271
12272         * modules/sublist: New file.
12273
12274 2006-10-07  Bruno Haible  <bruno@clisp.org>
12275
12276         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
12277         * modules/argz (argz.h): Likewise.
12278         * modules/arpa_inet (arpa/inet.h): Likewise.
12279         * modules/byteswap (byteswap.h): Likewise.
12280         * modules/configmake (configmake.h): Likewise.
12281         * modules/fcntl (fcntl.h): Likewise.
12282         * modules/fnmatch (fnmatch.h): Likewise.
12283         * modules/getopt (getopt.h): Likewise.
12284         * modules/glob (glob.h): Likewise.
12285         * modules/inttypes (inttypes.h): Likewise.
12286         * modules/netinet_in (netinet/in.h): Likewise.
12287         * modules/poll (poll.h): Likewise.
12288         * modules/stdbool (stdbool.h): Likewise.
12289         * modules/stdint (stdint.h): Likewise.
12290         * modules/sys_select (sys/select.h): Likewise.
12291         * modules/sys_socket (sys/socket.h): Likewise.
12292         * modules/sys_stat (sys/stat.h): Likewise.
12293         * modules/sysexits (sysexits.h): Likewise.
12294         * modules/unistd (unistd.h): Likewise.
12295         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12296         Add a "DO NOT EDIT" comment to the generated file.
12297         (func_import): Likewise for gnulib-comp.m4.
12298
12299 2006-10-07  Bruno Haible  <bruno@clisp.org>
12300
12301         * lib/gl_sublist.h: New file.
12302         * lib/gl_sublist.c: New file.
12303
12304 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
12305
12306         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
12307         name (relative to the original working directory) and the file
12308         name component (relative to the temporary working directory).  All
12309         callers changed.
12310         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
12311         * lib/mkdir-p.c (make_dir_parents): Likewise.
12312         * lib/mkdir-p.h (make_dir_parents): Likewise.
12313
12314 2006-10-06  Eric Blake  <ebb9@byu.net>
12315
12316         Define several macros for use by the clean-temp module.
12317         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
12318         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
12319         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
12320
12321         * lib/clean-temp.h (close_stream_temp): New declaration.
12322         * lib/clean-temp.c (includes): Pull in headers according to what
12323         other modules are in use.
12324         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
12325
12326 2006-10-06  Bruno Haible  <bruno@clisp.org>
12327
12328         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
12329         instead of fopen, fwriteerror.
12330
12331 2006-10-06  Bruno Haible  <bruno@clisp.org>
12332
12333         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
12334         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
12335         int.
12336         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
12337         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
12338         Return an error indicator.
12339         Suggested by Eric Blake.
12340
12341 2006-10-06  Bruno Haible  <bruno@clisp.org>
12342
12343         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
12344         Reported by Eric Blake.
12345
12346 2006-10-06  Bruno Haible  <bruno@clisp.org>
12347
12348         * modules/closeout (Description): Mention stderr too.
12349
12350 2006-10-06  Bruno Haible  <bruno@clisp.org>
12351         and Paul Eggert  <eggert@cs.ucla.edu>
12352
12353         * lib/closeout.c (close_stdout): Also close stderr.
12354         * lib/closeout.h: Update comment.
12355
12356 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
12357
12358         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
12359         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
12360         * lib/dirchownmod.c: Include lchown.h.
12361         * lib/lchown.c: Don't include files that lchown.h now includes.
12362         Don't declare chown, since lchown.h now does that.
12363         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
12364         (lchown): Define to rpl_chown if lchown is declared but
12365         does not exist.  Declare using a prototype if lchown is not
12366         declared.  Add a copyright notice.
12367         * lib/mkstemp.h: Include <unistd.h>.
12368         * lib/openat.c: Include lchown.h.
12369
12370         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
12371         we now test for that separately.
12372         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
12373         rather than O_NOFOLLOW, when testing whether it's possible to
12374         avoid a race condition reliably.
12375         * lib/savewd.c (savewd_chdir): Likewise.
12376
12377         Remove macros that are no longer needed now that stdint.h is
12378         reliable.
12379         * lib/fsusage.c (UINTMAX_MAX): Remove.
12380         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
12381         * lib/utimecmp.c (SIZE_MAX): Remove.
12382
12383         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
12384
12385         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
12386         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
12387         O_NOATIME works.
12388
12389 2006-10-05  Bruno Haible  <bruno@clisp.org>
12390
12391         * lib/gl_list.h (gl_sortedlist_search_from_to,
12392         gl_sortedlist_indexof_from_to): New declarations.
12393         (gl_list_implementation): New fields sortedlist_search_from_to,
12394         sortedlist_indexof_from_to.
12395         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
12396         inline functions.
12397         * lib/gl_list.c (gl_sortedlist_search_from_to,
12398         gl_sortedlist_indexof_from_to): New functions.
12399         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
12400         function.
12401         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
12402         (gl_array_sortedlist_search_from_to): New function.
12403         (gl_array_list_implementation): Update.
12404         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
12405         function.
12406         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
12407         (gl_carray_sortedlist_search_from_to): New function.
12408         (gl_carray_list_implementation): Update.
12409         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
12410         gl_linked_sortedlist_indexof_from_to): New functions.
12411         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
12412         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
12413         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
12414         gl_tree_sortedlist_indexof_from_to): New functions.
12415         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
12416         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
12417         Update.
12418         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
12419         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
12420         Update.
12421
12422 2006-10-05  Bruno Haible  <bruno@clisp.org>
12423
12424         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
12425         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
12426         (struct gl_list_implementation): Add fields search_from_to,
12427         indexof_from_to. Remove fields search, indexof.
12428         (gl_list_search): Use the search_from_to method.
12429         (gl_list_search_from, gl_list_search_from_to): New functions.
12430         (gl_list_indexof): Use the indexof_from_to method.
12431         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
12432         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
12433         (gl_list_search_from, gl_list_search_from_to): New functions.
12434         (gl_list_indexof): Use the indexof_from_to method.
12435         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
12436         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
12437         gl_array_indexof. Add start_index, end_index arguments.
12438         (gl_array_search_from_to): Renamed from gl_array_search. Add
12439         start_index, end_index arguments.
12440         (gl_array_remove, gl_array_list_implementation): Update.
12441         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
12442         gl_carray_indexof. Add start_index, end_index arguments.
12443         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
12444         start_index, end_index arguments.
12445         (gl_carray_remove, gl_carray_list_implementation): Update.
12446         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
12447         gl_linked_search. Add start_index, end_index arguments.
12448         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
12449         start_index, end_index arguments.
12450         (gl_linked_remove): Update.
12451         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
12452         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
12453         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
12454         field to 'size_t'.
12455         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
12456         gl_tree_search. Add start_index, end_index arguments.
12457         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
12458         start_index, end_index arguments.
12459         (gl_tree_remove): Update.
12460         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
12461         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
12462         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
12463         function.
12464         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
12465         gl_tree_search. Add start_index, end_index arguments.
12466         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
12467         start_index, end_index arguments.
12468         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
12469         Update.
12470         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
12471
12472 2006-10-05  Bruno Haible  <bruno@clisp.org>
12473
12474         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
12475
12476         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
12477         fwriteerror_temp): New declarations.
12478         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
12479         (descriptors): New variable.
12480         (cleanup): First, close the descriptors.
12481         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
12482         fclose_temp, fwriteerror_temp): New functions.
12483
12484 2006-10-04  Jim Meyering  <jim@meyering.net>
12485
12486         * lib/fts.c (fts_open): Tiny comment change.
12487
12488 2006-10-04  Bruno Haible  <bruno@clisp.org>
12489
12490         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
12491         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
12492         gl_LOCK_BODY.
12493         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
12494         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
12495         gl_LOCK_EARLY_BODY.
12496         (gl_LOCK): Require gl_LOCK_BODY.
12497
12498 2006-10-04  Bruno Haible  <bruno@clisp.org>
12499
12500         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
12501         (gl_oset_search_atleast): New declaration.
12502         (struct gl_oset_implementation): Add field 'search_atleast'.
12503         (gl_oset_search_atleast): New inline function.
12504         * lib/gl_oset.c (gl_oset_search_atleast): New function.
12505         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
12506         (gl_array_oset_implementation): Update.
12507         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
12508         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
12509         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
12510
12511 2006-10-04  Bruno Haible  <bruno@clisp.org>
12512
12513         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
12514
12515 2006-10-03  Bruno Haible  <bruno@clisp.org>
12516
12517         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
12518         from gl_avltreehash_list_implementation.
12519
12520 2006-10-03  Bruno Haible  <bruno@clisp.org>
12521
12522         * lib/gl_oset.c (gl_oset_add): Fix return type.
12523
12524 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
12525
12526         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
12527
12528 2006-10-02  Eric Blake  <ebb9@byu.net>
12529
12530         * modules/strnlen (Depends-on): Add extensions.
12531
12532 2006-10-02  Eric Blake  <ebb9@byu.net>
12533
12534         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
12535         definition in 2.60+.
12536
12537 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
12538
12539         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
12540         checks.
12541
12542 2006-10-02  Bruno Haible  <bruno@clisp.org>
12543
12544         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
12545         to the AUTOMAKE_OPTIONS.
12546         Reported by Jim Meyering.
12547
12548 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
12549
12550         Work around bug in Solaris 10 /proc file system:
12551         /proc/self/fd/NNN/.. isn't the parent directory of
12552         the directory whose file descriptor is NNN.  This needs to
12553         be worked around at run time, not compile time, since a
12554         program might be built on Solaris 8, where things work, and
12555         run on Solaris 10.
12556         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
12557         to use the following interface instead:
12558         (OPENAT_BUFFER_SIZE): New macro.
12559         (openat_proc_name): New function.
12560         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
12561         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
12562         Likewise.
12563         * lib/openat-proc.c: New file.
12564         * modules/openat (Files): Add lib/openat-proc.c.
12565         (Depends-on): Add same-inode, stdbool.
12566         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
12567
12568 2006-09-29  Bruno Haible  <bruno@clisp.org>
12569
12570         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
12571         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
12572         argument. Set stdout_closed before testing for ferror, not after.
12573         (fwriteerror, fwriteerror_no_ebadf): New functions.
12574
12575 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12576
12577         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
12578
12579 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
12580
12581         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
12582         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
12583
12584 2006-09-28  Jim Meyering  <jim@meyering.net>
12585
12586         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
12587         Include <unistd.h>.
12588
12589 2006-09-28  Bruno Haible  <bruno@clisp.org>
12590
12591         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
12592         * modules/linkedhash-list (Depends-on): Likewise.
12593         * modules/rbtreehash-list (Depends-on): Likewise.
12594
12595 2006-09-28  Bruno Haible  <bruno@clisp.org>
12596
12597         * lib/strndup.h: Simplify the redefinition of strndup.
12598         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
12599         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
12600
12601 2006-09-28  Bruno Haible  <bruno@clisp.org>
12602
12603         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
12604         * lib/gl_linkedhash_list.c: Likewise.
12605         * lib/gl_rbtreehash_list.c: Likewise.
12606
12607 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
12608
12609         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
12610         getaddrinfo.
12611
12612         * lib/__fpending.h: Don't include <stdio_ext.h> unless
12613         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
12614         it causes <stdio_ext.h> to cause a compile-time error.
12615         Problem reported by Nelson H. F. Beebe.
12616         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
12617         of HAVE_DECL___PENDING.
12618
12619         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
12620         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
12621         declaration.
12622
12623 2006-09-27  Jim Meyering  <jim@meyering.net>
12624
12625         This file could end up with a definition for a function
12626         named __strndup, rather than rpl_strndup on a system with
12627         incomplete weak_alias support.
12628         * lib/strndup.c (strndup): Rename from __strndup.
12629         Remove #defines that used to map __strndup to strndup.
12630         Don't use K&R prototypes.
12631         Remove LIBC-related code, since this file is not sync'd with glibc.
12632         * lib/strndup.h: Revamp, accordingly.
12633         * m4/strndup.m4: Modernize.
12634
12635 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
12636
12637         * modules/savewd (Depends-on): Add 'raise'.
12638         * lib/savewd.c: Include <signal.h>, for 'raise'.
12639
12640 2006-09-26  Jim Meyering  <jim@meyering.net>
12641
12642         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
12643         when we detect Darwin 8.7.0's acl_get_file bug.
12644         Rearrange to perform the new (below) run-test while $LIBS
12645         contains any acl-related library.  Set USE_ACL at the end.
12646         (gl_ACL_GET_FILE): New function.
12647
12648 2006-09-26  Eric Blake  <ebb9@byu.net>
12649
12650         * lib/verror.c: Include <config.h> unconditionally.
12651
12652 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
12653
12654         * modules/clock-time (Maintainer): Add self.
12655         * modules/getlogin_r (Depends-on): Add extensions.
12656
12657 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12658
12659         * modules/clock-time: New module.
12660         * modules/nanosleep (Depends-on): Add clock-time.
12661         * modules/gethrxtime (Depends-on): Likewise.
12662         * modules/gettime (Depends-on): Likewise.
12663         * modules/settime (Depends-on): Likewise.
12664
12665         * modules/fts-lgpl: Depend on openat.
12666         * modules/mkancesdirs: Depend on savewd.
12667         * modules/mkdir-p: Likewise.
12668
12669 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12670
12671         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
12672
12673         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
12674         `gl_have_arbitrary_file_name_length_limit' to
12675         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
12676         actually works between configure runs.
12677
12678 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12679             Bruno Haible  <bruno@clisp.org>
12680
12681         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
12682
12683 2006-09-25  Jim Meyering  <jim@meyering.net>
12684
12685         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
12686         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
12687
12688 2006-09-25  Eric Blake  <ebb9@byu.net>
12689
12690         * gnulib-tool (func_import, func_create_testdir): Fix typos in
12691         exec's in 2006-09-18 patch when shuffling fds.
12692
12693 2006-09-25  Bruno Haible  <bruno@clisp.org>
12694
12695         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
12696         Reported by Jim Meyering.
12697
12698 2006-09-24  Jim Meyering  <jim@meyering.net>
12699
12700         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
12701         compare a pointer against a literal "0".  That caused failures with
12702         at least HP-UX's hpcc.
12703
12704 2006-09-22  Simon Josefsson  <jas@extundo.com>
12705
12706         * modules/gc-sha1:
12707         * modules/gc-md4:
12708         * modules/gc-hmac-sha1:
12709         * modules/gc-hmac-md5:
12710         * modules/gc-des:
12711         * modules/gc-arcfour: Distribute more files.
12712
12713 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12714
12715         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
12716         (gl_linked_iterator_from_to): Initialize struct completely.
12717         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
12718         (gl_tree_iterator_from_to): Likewise
12719         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
12720         * lib/gl_array_list.c [lint] (gl_array_iterator)
12721         (gl_array_iterator_from_to): Likewise.
12722         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
12723         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
12724         (gl_carray_iterator_from_to): Likewise.
12725
12726         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
12727         * lib/md4.c (md4_process_block): Remove unused variable.
12728         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
12729         parentheses for clarity.
12730
12731 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12732
12733         * modules/bison-i18n (Depends-on): Add gettext.
12734
12735 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12736
12737         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
12738         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
12739         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
12740         also add missing comma that caused broken test.
12741         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
12742         stdlib.h, for `abort'.
12743         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
12744         variables.
12745         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
12746         include unistd.h if present, for `rmdir'.
12747         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
12748         variables.
12749         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
12750         in the process include standard headers for prototypes.
12751         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
12752         gets declared on GNU/Linux.
12753         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
12754         unistd.h, for `rmdir'.
12755         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
12756
12757         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
12758         always true.
12759         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
12760
12761         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
12762
12763 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12764
12765         * gnulib-tool (func_version): Create output all at once.  This
12766         may help avoid triggering unnecessary SIGPIPEs, and at any
12767         rate it doesn't hurt.
12768
12769 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12770             Bruno Haible  <bruno@clisp.org>
12771
12772         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
12773         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
12774         * m4/signed.m4 (bh_C_SIGNED): Likewise.
12775
12776         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
12777         (gl_FUNC_VASPRINTF): Invoke it.
12778
12779 2006-09-22  Bruno Haible  <bruno@clisp.org>
12780
12781         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
12782         getloadavg.c as first argument.
12783
12784 2006-09-22  Bruno Haible  <bruno@clisp.org>
12785
12786         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
12787         at the beginning of the gl_INIT macro.
12788         * modules/getloadavg (configure.ac): Pass $gl_source_base to
12789         gl_GETLOADAVG.
12790
12791 2006-09-22  Bruno Haible  <bruno@clisp.org>
12792
12793         * gnulib-tool (func_create_megatestdir): Don't include the config-h
12794         module.
12795         Suggested by Ralf Wildenhues.
12796
12797 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
12798
12799         Import this patch from libc:
12800
12801         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
12802
12803         * lib/regex_internal.c (re_string_reconstruct): Handle
12804         offset < pstr->valid_raw_len && pstr->offsets_needed case.
12805         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
12806         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
12807         re_string_context_at.
12808
12809         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
12810         now requires it.
12811         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
12812         gl_REGEX now does it for us.
12813         (gl_REGEX): Add test taken from
12814         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
12815
12816         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
12817         Check that large offsets work.  Modernize Autoconf usages.
12818         Prefer "yes" to mean a good thing rather than a bad.
12819         Don't put "#define mkstemp" in config.h, as this might interfere
12820         with standard system headers that "#define mkstemp mkstemp64".
12821
12822         * modules/mkstemp (Depends-on): Add extensions, so that
12823         mkstemp is visible on some platforms.
12824         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
12825         (Include): Change to "mkstemp.h" from <stdlib.h>.
12826         (Files): Add mkstemp.h.
12827
12828         * lib/mkstemp.h: New file, since some standard headers
12829         #define mkstemp.
12830         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
12831         Include "mkstemp.h".
12832         Make the _LIBC code resemble glibc original more,
12833         e.g., use K&R style.
12834         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
12835         (mkstemp): Remove, since mkstemp.h does this for us.
12836         * lib/stdlib--.h: Include mkstemp.h.
12837
12838         Import this patch from libc:
12839
12840         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
12841
12842         * lib/tempname.c (__gen_tempname): Change attempts_min
12843         into a macro.  Use preprocessor to decide how to initialize
12844         attempts [Coverity CID 67].
12845
12846 2006-09-20  Bruno Haible  <bruno@clisp.org>
12847
12848         * lib/mkdtemp.c: Import from libc.
12849         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
12850                 * sysdeps/posix/tempname.c (__gen_tempname): Change
12851                 attempts_min into a macro.  Use preprocessor to decide how to
12852                 initialize attempts [Coverity CID 67].
12853         2001-11-27  Paul Eggert  <eggert@twinsun.com>
12854                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
12855                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
12856
12857 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12858
12859         * gnulib-tool (func_exit): New function, to allow to pass the
12860         exit status portably through the trap.  Use everywhere.
12861         (--help, --version): Signal a write error.
12862         (trap): catch SIGPIPE, for write errors.
12863         Exit at the end of the trap, with the correct exit status.
12864
12865 2006-09-19  Karl Berry  <karl@gnu.org>
12866
12867         * doc/gnulib.texi: note about the license texinfo files.
12868
12869 2006-09-19  Eric Blake  <ebb9@byu.net>
12870
12871         * gnulib-tool: Avoid space-tab.
12872
12873 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
12874
12875         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
12876         that prevented coreutils 6.1 from building.  Problem reported
12877         by Petter Reinholdtsen.
12878
12879 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
12880
12881         * gnulib-tool (avoidlist): Fix typo that broke options like
12882         --avoid=lock that are used by coreutils bootstrap.
12883
12884 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
12885
12886         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
12887         more systematically.
12888
12889 2006-09-18  Jim Meyering  <jim@meyering.net>
12890
12891         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
12892
12893 2006-09-18  Bruno Haible  <bruno@clisp.org>
12894
12895         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
12896
12897 2006-09-18  Bruno Haible  <bruno@clisp.org>
12898
12899         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
12900         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
12901         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
12902         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
12903         * m4/gettext.m4: Require autoconf >= 2.52.
12904         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
12905         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
12906         of gl_cv_header_inttypes_h.
12907
12908 2006-09-18  Bruno Haible  <bruno@clisp.org>
12909
12910         * lib/javaversion.c: Include configmake.h.
12911
12912 2006-09-18  Bruno Haible  <bruno@clisp.org>
12913
12914         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
12915         avoid that the while loops be executed in a subshell.
12916
12917 2006-09-18  Bruno Haible  <bruno@clisp.org>
12918
12919         * MODULES.html.sh (func_module): Break long lines.
12920         Suggested by Bruce Korb <bkorb@gnu.org>.
12921
12922 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12923
12924         Speed up by a factor of 1.12.
12925         * gnulib-tool (nl): New variable.
12926         (func_import): Rewrite include directive extraction to only read each
12927         directive once.
12928
12929 2006-09-17  Bruno Haible  <bruno@clisp.org>
12930
12931         * modules/javaversion (Makefile.am): Remove DEFS setting.
12932         (Depends-on): Add configmake, for PKGDATADIR definition.
12933
12934 2006-09-17  Bruno Haible  <bruno@clisp.org>
12935
12936         * gnulib-tool (func_create_testdir): Rewrite all files at once.
12937
12938 2006-09-17  Bruno Haible  <bruno@clisp.org>
12939
12940         * gnulib-tool (func_append): New function, stolen from libtool.m4.
12941         (func_modules_transitive_closure, func_modules_add_dummy,
12942         func_modules_to_filelist, func_import, func_create_testdir,
12943         func_create_megatestdir, ...): Use it wherever possible.
12944         Suggested by Ralf Wildenhues.
12945
12946 2006-09-16  Karl Berry  <karl@gnu.org>
12947
12948         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
12949         to avoid sectioning errors.
12950         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
12951         [ifinfo]: blank line after @center-ed titles.
12952         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
12953         Spell FSF address consistently with others.
12954         (These changes approved by rms.)
12955
12956 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12957
12958         Speed up by a factor of 1.61.
12959         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
12960         already checked module names again.
12961
12962 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12963
12964         Speed up by a factor of 1.13.
12965         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
12966         for new_files, and the input to func_add_or_update.
12967
12968 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12969
12970         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
12971         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
12972
12973 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
12974
12975         * modules/mkancesdirs (Depends-on): Add fcntl.
12976         * modules/savewd: New file.
12977         * MODULES.html.sh (File system functions): Add savewd.
12978
12979         * modules/configmake (Makefile.am): Add support for the
12980         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
12981
12982 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
12983
12984         * m4/savewd.m4: New file.
12985
12986 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
12987
12988         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
12989         (dirchownmod): New arg FD.  All callers changed.
12990         Use FD rather than opening the directory ourself, as opening is
12991         now the caller's responsibility.
12992         * lib/dirchownmod.h: Likewise.
12993         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
12994         hosts that require <sys/types.h> before <sys/stat.h>.  Include
12995         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
12996         (test_dir): Remove.
12997         (mkancesdirs): Return length of prefix of FILE that has already
12998         been made, or -2 if there is a child doing the work.  Redo
12999         algorithm so that it is O(N) rather than O(N**2).  Optimize away
13000         ".", and treat ".." specially since it might stray back into
13001         already-created areas.  Use a subprocess if necessary.  New arg
13002         WD; all users changed.  MAKE_DIR function should now return 1
13003         if it creates a directory that is not readable.  Return -2 if
13004         a child process is spun off.
13005         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
13006         Adjust signature to match code.
13007         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
13008         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
13009         all users changed.
13010         * lib/savewd.c, lib/savewd.h: New files.
13011
13012 2006-09-15  Jim Meyering  <jim@meyering.net>
13013
13014         * modules/rename-dest-slash: New module.
13015         * MODULES.html.sh (posix_compat): Add it here.
13016
13017         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
13018
13019 2006-09-15  Jim Meyering  <jim@meyering.net>
13020
13021         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
13022         file.
13023
13024         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
13025
13026 2006-09-15  Jim Meyering  <jim@meyering.net>
13027
13028         * lib/rename-dest-slash.c (has_trailing_slash): Use
13029         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
13030         (rpl_rename_dest_slash): Perform the cheaper trailing slash
13031         test before testing whether SRC is a directory.
13032         Suggestions from Bruno Haible.
13033
13034         Avoid a warning about an unused variable.
13035         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
13036         into the #ifdef block where it's used.
13037
13038         * lib/rename-dest-slash.c: New file.
13039
13040 2006-09-14  Bruno Haible  <bruno@clisp.org>
13041
13042         * lib/allocsa.c: Include <config.h> unconditionally.
13043         * lib/asnprintf.c: Likewise.
13044         * lib/asprintf.c: Likewise.
13045         * lib/c-strcasecmp.c: Likewise.
13046         * lib/c-strcasestr.c: Likewise.
13047         * lib/c-strncasecmp.c: Likewise.
13048         * lib/c-strstr.c: Likewise.
13049         * lib/classpath.c: Likewise.
13050         * lib/clean-temp.c: Likewise.
13051         * lib/concatpath.c: Likewise.
13052         * lib/copy-file.c: Likewise.
13053         * lib/csharpcomp.c: Likewise.
13054         * lib/csharpexec.c: Likewise.
13055         * lib/execute.c: Likewise.
13056         * lib/fatal-signal.c: Likewise.
13057         * lib/findprog.c: Likewise.
13058         * lib/fwriteerror.c: Likewise.
13059         * lib/gl_array_list.c: Likewise.
13060         * lib/gl_array_oset.c: Likewise.
13061         * lib/gl_avltree_list.c: Likewise.
13062         * lib/gl_avltree_oset.c: Likewise.
13063         * lib/gl_avltreehash_list.c: Likewise.
13064         * lib/gl_carray_list.c: Likewise.
13065         * lib/gl_linked_list.c: Likewise.
13066         * lib/gl_linkedhash_list.c: Likewise.
13067         * lib/gl_list.c: Likewise.
13068         * lib/gl_oset.c: Likewise.
13069         * lib/gl_rbtree_list.c: Likewise.
13070         * lib/gl_rbtree_oset.c: Likewise.
13071         * lib/gl_rbtreehash_list.c: Likewise.
13072         * lib/imaxabs.c: Likewise.
13073         * lib/imaxdiv.c: Likewise.
13074         * lib/javacomp.c: Likewise.
13075         * lib/javaexec.c: Likewise.
13076         * lib/javaversion.c: Likewise.
13077         * lib/linebreak.c: Likewise.
13078         * lib/localcharset.c: Likewise.
13079         * lib/lock.c: Likewise.
13080         * lib/mbchar.c: Likewise.
13081         * lib/mbswidth.c: Likewise.
13082         * lib/mkdtemp.c: Likewise.
13083         * lib/pipe.c: Likewise.
13084         * lib/printf-args.c: Likewise.
13085         * lib/printf-parse.c: Likewise.
13086         * lib/progname.c: Likewise.
13087         * lib/progreloc.c: Likewise.
13088         * lib/readlink.c: Likewise.
13089         * lib/sh-quote.c: Likewise.
13090         * lib/stpcpy.c: Likewise.
13091         * lib/stpncpy.c: Likewise.
13092         * lib/strcasecmp.c: Likewise.
13093         * lib/strcasestr.c: Likewise.
13094         * lib/strcspn.c: Likewise.
13095         * lib/striconv.c: Likewise.
13096         * lib/strncasecmp.c: Likewise.
13097         * lib/strnlen1.c: Likewise.
13098         * lib/strstr.c: Likewise.
13099         * lib/strtok_r.c: Likewise.
13100         * lib/tls.c: Likewise.
13101         * lib/tmpdir.c: Likewise.
13102         * lib/unicodeio.c: Likewise.
13103         * lib/unsetenv.c: Likewise.
13104         * lib/vasnprintf.c: Likewise.
13105         * lib/vasprintf.c: Likewise.
13106         * lib/wait-process.c: Likewise.
13107         * lib/xallocsa.c: Likewise.
13108         * lib/xsetenv.c: Likewise.
13109         * lib/xstriconv.c: Likewise.
13110
13111 2006-09-13  Simon Josefsson  <jas@extundo.com>
13112
13113         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
13114         that internally, suggested by Ralf Wildenhues
13115         <Ralf.Wildenhues@gmx.de>.
13116
13117 2006-09-13  Simon Josefsson  <jas@extundo.com>
13118
13119         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
13120         @LIBOBJS@.
13121         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13122
13123 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
13124
13125         * lib/_fpending.c: Include <config.h> unconditionally, since we no
13126         longer worry about uses that don't define HAVE_CONFIG_H.
13127         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
13128         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
13129         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
13130         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
13131         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
13132         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
13133         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
13134         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
13135         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
13136         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
13137         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
13138         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
13139         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
13140         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
13141         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
13142         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
13143         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
13144         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
13145         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
13146         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
13147         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
13148         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
13149         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
13150         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
13151         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
13152         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
13153         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
13154         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
13155         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
13156         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
13157         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
13158         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
13159         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
13160         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
13161         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
13162         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
13163         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
13164         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
13165         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
13166         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
13167         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
13168         Likewise.
13169
13170 2006-09-13  Eric Blake  <ebb9@byu.net>
13171
13172         * lib/getopt.c: Fix typo in last commit.
13173
13174 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13175
13176         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
13177         dgettext.
13178
13179 2006-09-12  Jim Meyering  <jim@meyering.net>
13180
13181         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
13182         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
13183         Reported by Nelson H. F. Beebe.
13184
13185 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13186
13187         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
13188         program_invocation_name and program_invocation_short_name are
13189         initialized.
13190         * lib/argp-namefrob.h: Move declarations of program_invocation_name
13191         and program_invocation_short_name to argp.h, so they are visible
13192         to user programs.
13193         * lib/argp.h: Likewise
13194
13195 2006-09-10  Bruno Haible  <bruno@clisp.org>
13196
13197         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
13198         m4/inttypes_h.m4, m4/uintmax_t.m4.
13199
13200 2006-09-10  Bruno Haible  <bruno@clisp.org>
13201
13202         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
13203         gl_AC_TYPE_UINTMAX_T.
13204
13205 2006-09-10  Bruno Haible  <bruno@clisp.org>
13206
13207         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
13208
13209 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13210
13211         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
13212         convention.  Text proposed by Bruno Haible.
13213         (struct argp_option): Document the use of N_() wrappers.
13214
13215         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
13216         '\v', and translate the two parts separately, instead of feeding
13217         the whole string to gettext.  This allows to exclude
13218         '\v' from the strings visible to the translator by writing doc
13219         strings as N_("..") "\v" N_("..").
13220
13221 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
13222
13223         * config/srclist.txt: Undo latest change; the bug was fixed.
13224
13225 2006-09-09  Bruno Haible  <bruno@clisp.org>
13226
13227         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
13228         assignments if building a library without libtool.
13229         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
13230         in func_emit_lib_Makefile_am.
13231         (func_import): When building a static library libfoo.a, arrange to
13232         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
13233         (func_create_testdir): Likewise.
13234         * modules/gc (configure.ac, Makefile.am): If building statically,
13235         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
13236         * modules/iconvme (configure.ac, Makefile.am): Likewise.
13237         * modules/striconv (configure.ac, Makefile.am): Likewise.
13238         Based on a suggestion by Ralf Wildenhues.
13239
13240 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13241
13242         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
13243         Check for unistd.h too, since Autoconf doesn't assume POSIX.
13244         Also:
13245
13246         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13247         Add year_2050_test to catch glibc bug 2821
13248         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
13249
13250         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13251         Prefer #ifdef to #if.
13252
13253         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
13254         Return from 'main' instead of calling 'exit'.
13255
13256 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13257
13258         * lib/mktime.c (guess_time_tm): Fix bug where mktime
13259         returned the maximum time_t value rather than (time_t) -1.
13260         Problem originally reported by William Bardwell
13261         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
13262
13263         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
13264         Moved to here ...
13265         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
13266         ... from here.
13267
13268 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13269
13270         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
13271         2821 is fixed.
13272
13273 2006-09-08  Jim Meyering  <jim@meyering.net>
13274
13275         Don't make generated files read-only.  That would bother too many
13276         people.  However, do retain the ability to work when targets are
13277         read-only: remove the destination and temporary files before writing
13278         them (when generated via sed or echo), or by using the -f option for
13279         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
13280         * modules/alloca-opt, modules/argz, modules/arpa_inet:
13281         * modules/byteswap, modules/configmake, modules/fcntl:
13282         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
13283         * modules/localcharset, modules/netinet_in, modules/poll:
13284         * modules/stdbool, modules/stdint, modules/sys_select:
13285         * modules/sys_socket, modules/sys_stat, modules/sysexits:
13286
13287 2006-09-08  Jim Meyering  <jim@meyering.net>
13288
13289         Avoid new build failure on FreeBSD 6.0.
13290         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
13291         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
13292         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
13293
13294 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13295
13296         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
13297
13298 2006-09-07  Jim Meyering  <jim@meyering.net>
13299
13300         Fix global typo in last change: use chmod u-w, not chmod u-x.
13301         Spotted by Paul Eggert and Bruce Korb.
13302         * modules/alloca-opt, modules/argz, modules/arpa_inet:
13303         * modules/byteswap, modules/configmake, modules/fcntl:
13304         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
13305         * modules/localcharset, modules/netinet_in, modules/poll:
13306         * modules/stdbool, modules/stdint, modules/sys_select:
13307         * modules/sys_socket, modules/sys_stat, modules/sysexits:
13308
13309 2006-09-06  Jim Meyering  <jim@meyering.net>
13310
13311         Make generated files be read-only.
13312         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
13313         Ensure that each generated file is now read-only.
13314         * modules/argz: Likewise.
13315         * modules/arpa_inet: Likewise.
13316         * modules/byteswap: Likewise.
13317         * modules/configmake: Likewise.
13318         * modules/fcntl: Likewise.
13319         * modules/fnmatch: Likewise.
13320         * modules/getopt: Likewise.
13321         * modules/glob: Likewise.
13322         * modules/inttypes: Likewise.
13323         * modules/netinet_in: Likewise.
13324         * modules/poll: Likewise.
13325         * modules/stdbool: Likewise.
13326         * modules/stdint: Likewise.
13327         * modules/sys_select: Likewise.
13328         * modules/sys_socket: Likewise.
13329         * modules/sys_stat: Likewise.
13330         * modules/sysexits: Likewise.
13331         * modules/localcharset: Same as above, but continue using temporary
13332         file named "t-$@" (why different?) rather than the "$@-t" used
13333         everywhere else.
13334
13335         * modules/sysexits (Makefile.am): Replace literal occurrences
13336         of "sysexit.h" more readable, and more consistent, "$@".
13337
13338 2006-09-06  Bruno Haible  <bruno@clisp.org>
13339
13340         * modules/striconv: New file.
13341         * modules/xstriconv: New file.
13342         * MODULES.html.sh (Internationalization functions): Add striconv,
13343         xstriconv.
13344
13345 2006-09-06  Bruno Haible  <bruno@clisp.org>
13346
13347         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
13348         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
13349         not using libtool correctly.
13350
13351 2006-09-06  Bruno Haible  <bruno@clisp.org>
13352
13353         * lib/striconv.h: New file.
13354         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
13355         iconvstring.c.
13356         * lib/xstriconv.h: New file.
13357         * lib/xstriconv.c: New file.
13358
13359 2006-09-06  Bruno Haible  <bruno@clisp.org>
13360
13361         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
13362         lib_..._LDFLAGS.
13363
13364 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13365
13366         * lib/argz_.h: Sync from Libtool.
13367
13368         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
13369                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13370
13371         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
13372
13373 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
13374
13375         * modules/trim: New file.
13376
13377 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
13378
13379         * lib/trim.h: New file.
13380         * lib/trim.c: New file.
13381
13382 2006-09-05  Bruno Haible  <bruno@clisp.org>
13383
13384         * MODULES.html.sh (String handling): Add trim.
13385
13386 2006-09-04  Karl Berry  <karl@gnu.org>
13387
13388         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
13389         until next release.
13390
13391 2006-09-03  Bruno Haible  <bruno@clisp.org>
13392
13393         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
13394         correctly.
13395
13396 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13397
13398         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
13399         not gl_GETLOADAVG.  Omit unneeded semicolons.
13400         Problems reported by Ralf Wildenhues in
13401         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
13402         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
13403         at the end, which is the usual gnulib style.
13404
13405         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
13406         of doing all the work ourselves.
13407         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
13408         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
13409
13410 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13411
13412         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
13413         Problem reported by Ralf Wildenhues in
13414         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
13415
13416         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
13417         HAVE_STRUCT_STATFS_F_FSTYPENAME.
13418
13419 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13420
13421         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
13422         yesterday's patch by changing test -n to test -z.
13423
13424 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13425
13426         * modules/getloadavg (Files): Add m4/getloadavg.m4.
13427         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
13428         the former is now obsolescent.
13429
13430         * modules/chdir-long (Depends-on): Add fcntl.
13431
13432 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13433
13434         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
13435         obsolescent, and programs should use gnulib instead.
13436         * m4/getloadavg.m4: New file, with contents taken from Autoconf
13437         but with prefixes changed.
13438
13439 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13440
13441         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
13442         or stdbool.h, because they might not exist while configuring.
13443
13444         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
13445         Don't include unistd.h or limits.h; not needed, since chdir-long.h
13446         does that for us.
13447         (O_DIRECTORY): Remove.
13448
13449 2006-08-31  Eric Blake  <ebb9@byu.net>
13450
13451         * gnulib-tool: Don't let emacs change spaces to TAB.
13452
13453 2006-08-31  Bruno Haible  <bruno@clisp.org>
13454
13455         * gnulib-tool: When calling func_import more than once, do it in a
13456         subshell.
13457         Reported by Eric Blake <ebb9@byu.net>.
13458
13459 2006-08-31  Bruno Haible  <bruno@clisp.org>
13460
13461         * gnulib-tool (nl): Remove variable.
13462         (sed_transform_lib_file): Use more robust test for config-h module.
13463         (func_import): Fix typo in 2006-08-25 patch.
13464
13465 2006-08-31  Bruno Haible  <bruno@clisp.org>
13466
13467         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
13468         specified, augment Makefile.am variables instead of assigning them.
13469
13470 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13471
13472         Work around a bug in both the Linux and SunOS 64-bit kernels:
13473         nanosleep mishandles sleeps for longer than 2**31 seconds.
13474         Problem reported by Frank v Waveren in
13475         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
13476         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
13477         Check for nanosleep bug.
13478         (LIB_NANOSLEEP): Append clock_gettime library if needed.
13479
13480 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13481
13482         Work around a bug in both the Linux and SunOS 64-bit kernels:
13483         nanosleep mishandles sleeps for longer than 2**31 seconds.
13484         Problem reported by Frank v Waveren in
13485         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
13486         * lib/nanosleep.c (BILLION): New constant.
13487         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
13488         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
13489         implementation.
13490
13491 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13492
13493         * modules/nanosleep (Depends-on): Add gettime.
13494
13495 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13496         and Simon Josefsson  <jas@extundo.com>
13497         and Oskar Liljeblad  <oskar@osk.mine.nu>
13498
13499         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
13500         * gnulib-tool (func_import): New license type 'unmodifiable license
13501         text'.
13502         * modules/fdl: Use it.  Longer description.
13503         * module/gpl, module/lgpl: New files.
13504
13505 2006-08-30  Jim Meyering  <jim@meyering.net>
13506
13507         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
13508         shadowing the parameter.
13509
13510 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13511
13512         Sync from Libtool:
13513
13514         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13515
13516         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
13517         sharing with gnulib.  Report by Eric Blake.
13518
13519 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13520
13521         * modules/isapipe: New file.
13522         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
13523
13524 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13525
13526         * modules/configmake (Makefile.am): Add a comment, and omit
13527         the CONFIGMAKE_ prefix from generated macro names.  Suggested
13528         by Bruno Haible.
13529
13530 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13531
13532         * m4/isapipe.m4: New file.
13533
13534 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13535
13536         * lib/isapipe.c, lib/isapipe.h: New files.
13537
13538 2006-08-29  Jim Meyering  <jim@meyering.net>
13539
13540         * modules/configmake (Makefile.am): Make configmake.h depend on
13541         Makefile.  Otherwise, a stale configmake.h could hang around.
13542
13543 2006-08-29  Eric Blake  <ebb9@byu.net>
13544
13545         * lib/error.c (error_at_line, print_errno_message): Match libc, after
13546         resolution of upstream bug 3044.
13547
13548 2006-08-29  Bruno Haible  <bruno@clisp.org>
13549
13550         * modules/localcharset (Depends-on): Add configmake.
13551         (Makefile.am): Remove setting of LIBDIR through DEFS.
13552
13553 2006-08-29  Bruno Haible  <bruno@clisp.org>
13554
13555         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
13556         defined.
13557
13558 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13559
13560         * modules/fcntl: New file.
13561         * modules/chdir-safer (Depends-on): Add fcntl.
13562         * modules/fts: Likewise.
13563         * modules/mkdir-p: Likewise.
13564
13565         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
13566         This undoes the most recent change, since we're now addressing the
13567         problem in a different way.
13568
13569         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
13570         into output, since the output might be called Makefile.am even
13571         if $makefile_name is something different.
13572         (func_import): Use $makefile_am rather than
13573         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
13574         empty.
13575
13576         * modules/inttypes (Files): Add m4/inttypes-h.m4.
13577
13578 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13579
13580         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
13581         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
13582         recent change to stdint.m4, since we're now addressing the problem in a
13583         different way.
13584
13585 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13586
13587         * m4/fcntl_h.m4: New file.
13588
13589 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13590
13591         * lib/fcntl_.h: New file.
13592         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
13593         the fcntl module.
13594         * lib/dirchownmod.c: Likewise.
13595         * lib/fts.c: Likewise.
13596
13597         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
13598         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
13599         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
13600         just before including <inttypes.h>, to avoid circular inclusion.
13601
13602 2006-08-28  Jim Meyering  <jim@meyering.net>
13603
13604         * doc/visibility.texi: Actually read and correct the grammar of the
13605         sentence affected by yesterday's change.
13606
13607 2006-08-28  Eric Blake  <ebb9@byu.net>
13608
13609         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
13610         needs wrapper.
13611
13612 2006-08-28  Eric Blake  <ebb9@byu.net>
13613
13614         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
13615
13616 2006-08-28  Eric Blake  <ebb9@byu.net>
13617
13618         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
13619
13620 2006-08-28  Bruno Haible  <bruno@clisp.org>
13621
13622         * modules/c-strstr: New file, from GNU gettext.
13623         * MODULES.html.sh (String handling): Add c-strstr.
13624
13625 2006-08-28  Bruno Haible  <bruno@clisp.org>
13626
13627         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
13628         macros.
13629         Reported by Eric Blake.
13630
13631 2006-08-28  Bruno Haible  <bruno@clisp.org>
13632
13633         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
13634         (VASNPRINTF): Return a string of length > INT_MAX without failing.
13635         * lib/vasprintf.c: Include errno.h, limits.h.
13636         (EOVERFLOW): New fallback definition.
13637         (vasprintf): Test here whether the string length is > INT_MAX.
13638         * lib/vsnprintf.c: Include errno.h, limits.h.
13639         (EOVERFLOW): New fallback definition.
13640         (vsnprintf): Fix bug when generated string was too long for the buffer.
13641         Test here whether the string length is > INT_MAX.
13642
13643 2006-08-28  Bruno Haible  <bruno@clisp.org>
13644
13645         * lib/inttypes_.h (SCNX*): Remove definitions.
13646         Reported by Eric Blake.
13647
13648 2006-08-28  Bruno Haible  <bruno@clisp.org>
13649
13650         * lib/c-strstr.h: New file, from GNU gettext.
13651         * lib/c-strstr.c: New file, from GNU gettext.
13652
13653 2006-08-28  Bruno Haible  <bruno@clisp.org>
13654
13655         * gnulib-tool: Reorder some statements.
13656
13657 2006-08-28  Bruno Haible  <bruno@clisp.org>
13658
13659         * gnulib-tool: New option --makefile-name.
13660         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
13661         $makefile_name.
13662         (func_import): Write $makefile_name to the cache file, and read it from
13663         there unless explicitly specified. Use $makefile_name as file name
13664         instead of Makefile.am. Adjust the recommendations accordingly.
13665
13666 2006-08-28  Bruno Haible  <bruno@clisp.org>
13667
13668         * gnulib-tool (func_verify_module): Check against misapplying patch.
13669
13670 2006-08-28  Bruno Haible  <bruno@clisp.org>
13671
13672         * gnulib-tool (func_relativize, func_relconcat): New functions.
13673         Give an error if --local-dir is given with --update.
13674         Remove trailing slashes from $local_gnulib_dir.
13675         (func_import): Store the relativized $local_gnulib_dir in
13676         gnulib-cache.m4, and read it from there if not specified explicitly.
13677
13678 2006-08-28  Bruno Haible  <bruno@clisp.org>
13679
13680         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
13681         is the current directory. Respect also $local_gnulib_dir.
13682
13683 2006-08-28  Bruno Haible  <bruno@clisp.org>
13684             Simon Josefsson  <jas@extundo.com>
13685
13686         BeOS portability.
13687         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
13688
13689 2006-08-27  Jim Meyering  <jim@meyering.net>
13690
13691         * doc/visibility.texi: Remove duplicate word: "pointer".
13692
13693 2006-08-26  Bruno Haible  <bruno@clisp.org>
13694
13695         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
13696         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
13697         (Makefile.am): Create inttypes.h from inttypes_.h.
13698         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
13699
13700         * modules/imaxabs: New file.
13701
13702         * modules/imaxdiv: New file.
13703
13704 2006-08-26  Bruno Haible  <bruno@clisp.org>
13705
13706         * m4/inttypes.m4: New file.
13707         * m4/_inttypes_h.m4: Remove file.
13708         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
13709         PRI_MACROS_BROKEN.
13710         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
13711
13712         * m4/imaxabs.m4: New file.
13713
13714         * m4/imaxdiv.m4: New file.
13715
13716 2006-08-26  Bruno Haible  <bruno@clisp.org>
13717
13718         * lib/inttypes_.h: New file.
13719         * lib/inttypes.h: Remove file.
13720         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
13721
13722         * lib/imaxabs.c: New file.
13723
13724         * lib/imaxdiv.c: New file.
13725
13726 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13727
13728         New config-h module, so that "make" output needn't be cluttered
13729         by -DHAVE_CONFIG_H.
13730         * MODULES.html.sh (Support for building libraries and executables):
13731         Add config-h.
13732         * modules/config-h: New file.
13733         * gnulib-tool (nl, sed_transform_lib_file): New vars.
13734         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
13735         the config-h module is used.
13736
13737         New configmake module, so that "make" output needn't be cluttered
13738         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
13739         * MODULES.html.sh (Support for building libraries and executables):
13740         Add configmake.
13741         * modules/configmake: New file.
13742
13743 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13744
13745         * m4/config-h.m4: New file.
13746
13747 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13748
13749         * config/srclist.txt: Add elisp-comp.
13750
13751 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13752
13753         * MODULES.html.sh (Support for building libraries and executables):
13754         Add elisp-comp.
13755         * build-aux/elisp-comp: New file.
13756         * modules/elisp-comp: New file.
13757
13758 2006-08-24  Bruno Haible  <bruno@clisp.org>
13759
13760         * gnulib-tool (func_create_testdir): Use non-default values of
13761         sourcebase and m4base.
13762
13763 2006-08-24  Bruno Haible  <bruno@clisp.org>
13764
13765         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
13766         HTML structure.
13767
13768 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13769
13770         * modules/openat (Depends-on): Add lchown.
13771
13772 2006-08-23  Bruno Haible  <bruno@clisp.org>
13773
13774         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
13775         of gl_LOCK_EARLY instead of gl_LOCK.
13776
13777 2006-08-23  Bruno Haible  <bruno@clisp.org>
13778
13779         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
13780         on OSF/1 to no.
13781         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
13782
13783 2006-08-23  Bruno Haible  <bruno@clisp.org>
13784
13785         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
13786         as unusable.
13787
13788         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
13789         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
13790         (gl_LOCK): New macro.
13791
13792 2006-08-22  Simon Josefsson  <jas@extundo.com>
13793
13794         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
13795         to md5 module.
13796
13797 2006-08-22  Simon Josefsson  <jas@extundo.com>
13798
13799         * MODULES.html.sh: Add "Support for maintaining and release
13800         projects".
13801
13802         * build-aux/gnupload: New file, from coreutils.
13803
13804 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
13805
13806         Avoid the need for AC_LIBSOURCES in m4 macros.
13807         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
13808         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
13809         * modules/check-version (EXTRA_DIST): Add check-version.h.
13810         * modules/crc (EXTRA_DIST): Add crc.h.
13811         * modules/des (EXTRA_DIST): Add des.h.
13812         * modules/gc (EXTRA_DIST): Add gc.h.
13813         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
13814         * modules/getline (EXTRA_DIST): Add getline.h.
13815         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
13816         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
13817         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
13818         * modules/md2 (EXTRA_DIST): Add md2.h.
13819         * modules/md4 (EXTRA_DIST): Add md4.h.
13820         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
13821         * modules/read-file (EXTRA_DIST): Add read-file.h.
13822         * modules/readline (EXTRA_DIST): Add readline.h.
13823         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
13824         rijndael-api-fst.h.
13825
13826 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
13827
13828         * m4/rijndael.m4 (gl_ARCFOUR):
13829         * m4/arctwo.m4 (gl_ARCTWO):
13830         * m4/check-version.m4 (gl_CHECK_VERSION):
13831         * m4/crc.m4 (gl_CRC):
13832         * m4/des.m4 (gl_DES):
13833         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
13834         * m4/gc.m4 (gl_GC):
13835         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
13836         * m4/getline.m4 (gl_FUNC_GETLINE):
13837         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
13838         * m4/hmac-md5.m4 (gl_HMAC_MD5):
13839         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
13840         * m4/md2.m4 (gl_MD2):
13841         * m4/md4.m4 (gl_MD4):
13842         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
13843         * m4/read-file.m4 (gl_FUNC_READ_FILE):
13844         * m4/readline.m4 (gl_FUNC_READLINE):
13845         * m4/rijndael.m4 (gl_RIJNDAEL):
13846         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
13847         to get the necessary .h files and whatnot.
13848
13849 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
13850
13851         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
13852         gnulib rather than the other way around.
13853         * config/srclistvars.sh (COREUTILS): Remove.
13854
13855 2006-08-22  Jim Meyering  <jim@meyering.net>
13856
13857         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
13858
13859         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
13860
13861 2006-08-22  Eric Blake  <ebb9@byu.net>
13862
13863         * modules/regexprops-generic: New file.
13864         * MODULES.html.sh (Support for building documentation): List it.
13865
13866 2006-08-22  Eric Blake  <ebb9@byu.net>
13867
13868         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
13869         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
13870         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
13871         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
13872
13873 2006-08-22  Bruno Haible  <bruno@clisp.org>
13874
13875         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
13876         and lib_LTLIBRARIES like the other lib_* variables.
13877
13878 2006-08-22  Bruno Haible  <bruno@clisp.org>
13879
13880         * build-aux/x-to-1.in: New file, from GNU gettext.
13881
13882 2006-08-22  Bruno Haible  <bruno@clisp.org>
13883
13884         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
13885         <utmpx.h> exists.
13886
13887 2006-08-22  Bruno Haible  <bruno@clisp.org>
13888
13889         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
13890         <utmpx.h> exists.
13891
13892 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
13893
13894         BeOS portability.
13895         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
13896         exist.
13897         Problem reported by Bruno Haible.
13898
13899 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
13900
13901         Avoid the need for AC_LIBSOURCES in m4 macros.
13902         * modules/acl (EXTRA_DIST): Add acl.h.
13903         * modules/argmatch (Files): Add m4/argmatch.m4.
13904         (configure.ac): Add gl_ARGMATCH.
13905         (EXTRA_DIST): Renamed from lib_SOURCES, for
13906         consistency with the other modules.  Remove argmatch.c.
13907         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
13908         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
13909         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
13910         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
13911         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
13912         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
13913         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
13914         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
13915         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
13916         * modules/closeout (EXTRA_DIST): Add closeout.h.
13917         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
13918         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
13919         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
13920         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
13921         dirname.h; remove basename.c and stripslash.c.
13922         * modules/exclude (EXTRA_DIST): Add exclude.h.
13923         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
13924         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
13925         * modules/file-type (EXTRA_DIST): Add file-type.h.
13926         * modules/filemode (EXTRA_DIST): Add filemode.h.
13927         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
13928         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
13929         * modules/fpending (EXTRA_DIST): Add __fpending.h.
13930         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
13931         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
13932         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
13933         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
13934         * modules/getdate (EXTRA_DIST): Add getdate.c.
13935         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
13936         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
13937         * modules/getpass (EXTRA_DIST): Add getpass.h.
13938         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
13939         * modules/group-member (EXTRA_DIST): Add group-member.h.
13940         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
13941         * modules/hash (EXTRA_DIST): Add hash.h.
13942         * modules/human (EXTRA_DIST): Add human.h.
13943         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
13944         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
13945         * modules/lchown (EXTRA_DIST): Add lchown.h.
13946         * modules/long-options (EXTRA_DIST): Add long-options.h.
13947         * modules/lstat (EXTRA_DIST): Add lstat.h.
13948         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
13949         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
13950         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
13951         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
13952         * modules/memxor (EXTRA_DIST): Add memxor.h.
13953         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
13954         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
13955         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
13956         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
13957         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
13958         * modules/physmem (EXTRA_DIST): Add physmem.h.
13959         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
13960         * modules/posixver (EXTRA_DIST): Add posixver.h.
13961         * modules/quote (EXTRA_DIST): Add quote.h.
13962         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
13963         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
13964         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
13965         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
13966         regex_internal.h regexec.c.
13967         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
13968         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
13969         * modules/same (EXTRA_DIST): Add same.h.
13970         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
13971         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
13972         * modules/savedir (EXTRA_DIST): Add savedir.h.
13973         * modules/sha1 (EXTRA_DIST): Add sha1.h.
13974         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
13975         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
13976         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
13977         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
13978         * modules/strdup (EXTRA_DIST): Add strdup.h.
13979         * modules/strftime (EXTRA_DIST): Add strftime.h.
13980         * modules/strndup (EXTRA_DIST): Add strndup.h.
13981         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
13982         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
13983         * modules/time_r (EXTRA_DIST): Add time_r.h.
13984         * modules/timespec (EXTRA_DIST): Add timespec.h.
13985         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
13986         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
13987         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
13988         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
13989         * modules/userspec (EXTRA_DIST): Add userspec.h.
13990         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
13991         * modules/utimens (EXTRA_DIST): Add utimens.h.
13992         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
13993         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
13994         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
13995         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
13996         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
13997         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
13998         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
13999         * modules/yesno (EXTRA_DIST): Add yesno.h.
14000
14001 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14002
14003         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
14004
14005         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
14006         * m4/dev-ino.m4, same-inode.m4: Remove.
14007
14008         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
14009         * m4/acl.m4 (AC_FUNC_ACL):
14010         * m4/backupfile.m4 (gl_BACKUPFILE):
14011         * m4/c-strtod.m4 (gl_C99_STRTOLD):
14012         * m4/canon-host.m4 (gl_CANON_HOST):
14013         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
14014         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
14015         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
14016         * m4/cloexec.m4 (gl_CLOEXEC):
14017         * m4/close-stream.m4 (gl_CLOSE_STREAM):
14018         * m4/closeout.m4 (gl_CLOSEOUT):
14019         * m4/dirfd.m4 (gl_FUNC_DIRFD):
14020         * m4/dirname.m4 (gl_DIRNAME):
14021         * m4/exclude.m4 (gl_EXCLUDE):
14022         * m4/exitfail.m4 (gl_EXITFAIL):
14023         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
14024         * m4/file-type.m4 (gl_FILE_TYPE):
14025         * m4/filemode.m4 (gl_FILEMODE):
14026         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
14027         * m4/fpending.m4 (gl_FUNC_FPENDING):
14028         * m4/fprintftime.m4 (gl_FPRINTFTIME):
14029         * m4/fts.m4 (gl_FUNC_FTS):
14030         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
14031         * m4/getdate.m4 (gl_GETDATE):
14032         * m4/gethrxtime.m4 (gl_GETHRXTIME):
14033         * m4/getpagesize.m4 (gl_GETPAGESIZE):
14034         * m4/getpass.m4 (gl_FUNC_GETPASS):
14035         * m4/gettime.m4 (gl_GETTIME):
14036         * m4/getugroups.m4 (gl_GETUGROUPS):
14037         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
14038         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
14039         * m4/hard-locale.m4 (gl_HARD_LOCALE):
14040         * m4/hash.m4 (gl_HASH):
14041         * m4/idcache.m4 (gl_IDCACHE):
14042         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
14043         * m4/lchown.m4 (gl_FUNC_LCHOWN):
14044         * m4/long-options.m4 (gl_LONG_OPTIONS):
14045         * m4/lstat.m4 (gl_FUNC_LSTAT):
14046         * m4/md5.m4 (gl_MD5):
14047         * m4/memcasecmp.m4 (gl_MEMCASECMP):
14048         * m4/memcoll.m4 (gl_MEMCOLL):
14049         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
14050         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
14051         * m4/memxor.m4 (gl_MEMXOR):
14052         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
14053         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
14054         * m4/modechange.m4 (gl_MODECHANGE):
14055         * m4/mountlist.m4 (gl_MOUNTLIST):
14056         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
14057         * m4/openat.m4 (gl_FUNC_OPENAT):
14058         * m4/pathmax.m4 (gl_PATHMAX):
14059         * m4/physmem.m4 (gl_PHYSMEM):
14060         * m4/posixtm.m4 (gl_POSIXTM):
14061         * m4/posixver.m4 (gl_POSIXVER):
14062         * m4/quote.m4 (gl_QUOTE):
14063         * m4/quotearg.m4 (gl_QUOTEARG):
14064         * m4/readtokens.m4 (gl_READTOKENS):
14065         * m4/readutmp.m4 (gl_READUTMP):
14066         * m4/regex.m4 (gl_REGEX):
14067         * m4/safe-read.m4 (gl_SAFE_READ):
14068         * m4/safe-write.m4 (gl_SAFE_WRITE):
14069         * m4/same.m4 (gl_SAME):
14070         * m4/save-cwd.m4 (gl_SAVE_CWD):
14071         * m4/savedir.m4 (gl_SAVEDIR):
14072         * m4/settime.m4 (gl_SETTIME):
14073         * m4/sha1.m4 (gl_SHA1):
14074         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
14075         * m4/stat-macros.m4 (gl_STAT_MACROS):
14076         * m4/stat-time.m4 (gl_STAT_TIME):
14077         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
14078         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
14079         * m4/strdup.m4 (gl_FUNC_STRDUP):
14080         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
14081         * m4/strndup.m4 (gl_FUNC_STRNDUP):
14082         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
14083         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
14084         * m4/time_r.m4 (gl_TIME_R):
14085         * m4/timespec.m4 (gl_TIMESPEC):
14086         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
14087         * m4/unlinkdir.m4 (gl_UNLINKDIR):
14088         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
14089         * m4/userspec.m4 (gl_USERSPEC):
14090         * m4/utimecmp.m4 (gl_UTIMECMP):
14091         * m4/utimens.m4 (gl_UTIMENS):
14092         * m4/xalloc.m4 (gl_XALLOC):
14093         * m4/xgetcwd.m4 (gl_XGETCWD):
14094         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
14095         * m4/xreadlink.m4 (gl_XREADLINK):
14096         * m4/xstrtod.m4 (gl_XSTRTOD):
14097         * m4/yesno.m4 (gl_YESNO):
14098         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
14099         to get the necessary .h files and whatnot.
14100
14101 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
14102             Bruno Haible  <bruno@clisp.org>
14103
14104         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
14105         /bin/sh understanding of '!' conditional negation.
14106
14107 2006-08-21  Jim Meyering  <jim@meyering.net>
14108
14109         * modules/openat (Depends-on): Really alphabetize.
14110
14111         * modules/acl (Depends-on): Add error and quote.
14112
14113         * check-module (find_included_lib_files): Add at-func.c to the
14114         ok-to-include-more-than-once white list.
14115
14116         * modules/openat (Depends-on): Add lstat.  Alphabetize.
14117
14118 2006-08-21  Bruno Haible  <bruno@clisp.org>
14119
14120         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14121         Emit a pkgdata_DATA variable only if some snippets add contents to it.
14122         Reported by Martin Lambers <marlam@marlam.de>.
14123
14124 2006-08-21  Bruno Haible  <bruno@clisp.org>
14125
14126         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
14127         specify an installation location, don't emit a noinst_LIBRARIES or
14128         noinst_LTLIBRARIES assignment.
14129
14130 2006-08-21  Bruno Haible  <bruno@clisp.org>
14131
14132         BeOS portability.
14133         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
14134         BeOS has mbrtowc() but no <wctype.h>.
14135
14136 2006-08-21  Bruno Haible  <bruno@clisp.org>
14137
14138         BeOS portability.
14139         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
14140         exist.
14141
14142 2006-08-21  Bruno Haible  <bruno@clisp.org>
14143
14144         BeOS portability.
14145         * lib/mbchar.h: Include <wctype.h> only if it exists.
14146
14147 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14148
14149         Remove files that are no longer needed by their respective modules.
14150         * m4/obstack.m4: Remove.
14151         * m4/strerror_r.m4: Remove.
14152         * m4/uint32_t.m4: Remove.
14153         * m4/uintptr_t.m4: Remove.
14154         * m4/ullong_max.m4: Remove.
14155         * m4/xstrtoimax.m4: Remove.
14156         * m4/xstrtoumax.m4: Remove.
14157
14158         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
14159         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
14160         dependencies now capture this.
14161
14162         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
14163         Do not use AC_LIBSOURCES, since gnulib modules now do this.
14164         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
14165         * m4/human.m4 (gl_HUMAN): Likewise.
14166         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
14167         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
14168
14169         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
14170
14171         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
14172         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
14173         stdint.
14174         * m4/human.m4 (gl_HUMAN): Likewise.
14175         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
14176         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
14177         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
14178         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
14179         * m4/xstrtol (gl_XSTRTOL): Likewise.
14180
14181         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
14182         AC_TYPE_LONG_LONG_INT.
14183         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
14184         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
14185         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
14186         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
14187
14188         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
14189         on stdbool.
14190
14191         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
14192         (gl_PREREQ_XSTRTOUL): Remove.
14193
14194         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
14195
14196         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
14197         mode.
14198
14199 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14200
14201         Add and change modules to make it easier for coreutils to use
14202         gnulib-tool.
14203         * modules/backupfile (Files): Remove m4/d-ino.m4.
14204         (Depends-on): Add d-ino.
14205         * modules/cycle-check (Depends-on): Add stdint.
14206         (lib_SOURCES): Add cycle-check.h.
14207         * modules/d-ino: New module.
14208         * modules/d-type: New module.
14209         * modules/error (Files): Remove m4/strerror_r.m4.
14210         * modules/filemode (Files): Add m4/st_dm_mode.m4.
14211         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
14212         m4/inttypes_h.m4, m4/uintmax_t.m4.
14213         (Depends-on): Add stdint.
14214         (lib_SOURCES): Add fsusage.h.
14215         * modules/getcwd (Files): Remove d-ino.m4.
14216         (Depends-on): Add d-ino.
14217         * modules/getndelim2 (Depends-on): Add stdint.
14218         * modules/glob (Files): Remove m4/d-type.m4.
14219         (Depends-on): Add d-type.
14220         * modules/host-os: New module.
14221         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
14222         m4/inttypes_h.m4, m4/uintmax_t.m4.
14223         * Depends-on: Add stdint.
14224         (lib_SOURCES): Add human.h.
14225         * modules/inttostr (Files): Remove m4/intmax_t.m4,
14226         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
14227         m4/uintmax_t.m4, m4/ulonglong.m4.
14228         (Depends-on): Add stdint.
14229         (EXTRA_DIST): Add inttostr.h.
14230         * modules/lchmod: New module.
14231         * modules/link-follow: New module.
14232         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
14233         (Depends-on): Add lchmod.
14234         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
14235         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
14236         (Depends-on): Add stdint.
14237         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
14238         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
14239         (Depends-on): Add stdint.
14240         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
14241         * modules/perl: New module.
14242         * modules/regex (Depends-on): Add stdint.
14243         * modules/rmdir-errno: New module.
14244         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
14245         m4/intmax_t.m4.
14246         (Depends-on): Add stdint.
14247         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
14248         m4/uintmax_t.m4.
14249         (Depends-on): Add stdint.
14250         * modules/unlink-busy: New module.
14251         * modules/utimecmp (Depends-on): Add stdint.
14252         * modules/uptime: New module.
14253         * modules/winsz-ioctl: New module.
14254         * modules/winsz-termios: New module.
14255         * modules/xnanosleep (Depends-on): Add nanosleep.
14256         * modules/ullong_max: Remove.
14257         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
14258         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
14259         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
14260         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
14261         (Depends-on): Add inttypes.
14262         (lib_SOURCES): Add xstrtol.h.
14263         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
14264         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
14265         * MODULES.html.sh: Move 'assert' into the assert section.
14266         Move 'dummy' into the linking section.
14267         Remove ullong_max.
14268         Add section for compatibility checks for POSIX:2001 functions,
14269         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
14270         winsz-ioctl, and winsz-termios into it.
14271         Add lchmod.
14272         Add top-level Misc section and put host-os, perl, and uptime
14273         into it.
14274
14275 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14276
14277         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
14278         now assume the stdint module.  Do not include inttypes.h.
14279         * lib/fsusage.h: Likewise.
14280         * lib/getndelim2.c: Likewise.
14281         * lib/human.h: Likewise.
14282         * lib/inttostr.h: Likewise.
14283         * lib/obstack.c: Likewise.
14284         * lib/regex_internal.h: Likewise.
14285         * lib/tempname.c: Likewise.
14286         * lib/utimecmp.c: Likewise.
14287         * lib/xstrtol.h: Likewise.
14288
14289         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
14290
14291         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
14292         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
14293         * lib/xtime.h: Likewise.
14294
14295 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14296
14297         * modules/openat (Files): Add lib/fchmodat.c.
14298         Fixes problem reported by Jay Youngman.
14299
14300 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14301
14302         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
14303         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
14304
14305 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
14306             Bruno Haible  <bruno@clisp.org>
14307
14308         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
14309         and is a script that invokes bison. Tighten the code. Add comments.
14310
14311 2006-08-18  Jim Meyering  <jim@meyering.net>
14312
14313         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
14314         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
14315         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
14316         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
14317
14318 2006-08-18  Bruno Haible  <bruno@clisp.org>
14319
14320         * modules/bison-i18n: New file.
14321         * MODULES.html.sh (Internationalization functions): Add it.
14322
14323 2006-08-18  Bruno Haible  <bruno@clisp.org>
14324
14325         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
14326         sys/statvfs.h. When getmntinfo was found, check its declaration and
14327         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
14328
14329 2006-08-18  Bruno Haible  <bruno@clisp.org>
14330
14331         * m4/bison-i18n.m4: New file, from bison.
14332
14333 2006-08-18  Bruno Haible  <bruno@clisp.org>
14334
14335         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
14336         (ME_DUMMY): Treat "kernfs" as a dummy.
14337         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
14338
14339 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14340
14341         Update from coreutils.
14342
14343         2006-08-15  Jim Meyering  <jim@meyering.net>
14344
14345         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
14346
14347         2006-01-17  Jim Meyering  <jim@meyering.net>
14348
14349         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
14350
14351         2006-01-11  Jim Meyering  <jim@meyering.net>
14352
14353         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
14354         Check for the lchmod function.
14355
14356 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14357
14358         Update from coreutils.
14359
14360         * lib/__fpending.h: Add copyright notice.
14361         * lib/fprintftime.h: Likewise.
14362         * lib/savedir.c: Use (C) in copyright notice.
14363         * lib/savedir.h: Likewise.
14364
14365         2006-08-15  Jim Meyering  <jim@meyering.net>
14366
14367         * lib/at-func.c: New file, with the logic of all emulated at-functions.
14368         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
14369         in support of the EXPECTED_ERRNO macro.
14370         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
14371         definitions.  Instead, define the appropriate symbols and include
14372         "at-func.c".
14373         * lib/mkdirat.c (mkdirat): Likewise.
14374         * lib/fchmodat.c (fchmodat): Likewise.
14375         (ENOSYS): Remove definition.
14376         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
14377         it.  Don't include "unistd--.h" -- it wasn't ever used.
14378
14379         2006-01-17  Jim Meyering  <jim@meyering.net>
14380
14381         Rewrite fts.c not to change the current working directory,
14382         by using openat, fstatat, fdopendir, etc..
14383
14384         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
14385         (HAVE_OPENAT_SUPPORT): Define.
14386         [_LIBC] (fchdir): Don't undef or define; no longer used.
14387         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
14388         Now, this `function' always succeeds, and consumes its file descriptor
14389         parameter -- so callers must not close such FDs.  Update callers.
14390         (diropen_fd, opendirat, cwd_advance_fd): New functions.
14391         (diropen): Add parameter, SP.  Adjust all callers.
14392         Implement using diropen_fd, rather than open.
14393         (fts_open): Initialize new member, fts_cwd_fd.
14394         Remove fts_rft-setting code.
14395         (fts_close): Close fts_cwd_fd, if necessary.
14396         (__opendir2): Define in terms of opendir or opendirat,
14397         depending on whether the FST_NOCHDIR flag is set.
14398         (fts_build): Since fts_safe_changedir consumes its FD, and since
14399         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
14400         and close the dup'd file descriptor upon failure.
14401         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
14402         (fts_safe_changedir): Tweak semantics to reflect that this function
14403         now calls cwd_advance_fd and hence consumes its FD argument.
14404         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
14405         [struct FTS] (fts_rft): Remove now-unused member.
14406         [struct FTS] (fts_cycle.state): Improve comment.
14407
14408         * lib/openat.c (openat_needs_fchdir): New function.
14409         * lib/openat.h (openat_needs_fchdir): Declare it.
14410
14411 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
14412
14413         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
14414         Problem and fix reported by Pádraig Brady in
14415         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
14416
14417 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14418
14419         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
14420
14421 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14422
14423         * lib/memcoll.c (memcoll): Optimize for the common case where the
14424         arguments are bytewise equal.
14425
14426 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14427
14428         * doc/regexprops-generic.texi: Add a copyright notice.
14429
14430 2006-08-15  Bruno Haible  <bruno@clisp.org>
14431
14432         * modules/tmpdir (License): Change to LGPL.
14433
14434 2006-08-15  Bruno Haible  <bruno@clisp.org>
14435
14436         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
14437         module.
14438
14439 2006-08-14  Simon Josefsson  <jas@extundo.com>
14440
14441         * config/srclist.txt: Add gnupload.
14442
14443 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14444
14445         Change copyright notice from LGPL 2 to GPL 2, since that's the
14446         standard form used in the gnulib repository.
14447         * tests/test-lock.c: Likewise.
14448         * tests/test-stdint.c: Likewise.
14449         * tests/test-tls.c: Likewise.
14450
14451         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
14452         prelude-manager.  User shorter URLs for GNU projects, without '?'.
14453         Add copyright notice.
14454
14455         * check-module: Add copyright notice.  Output a copyright
14456         notice if "--version" is specified.
14457         * modules/COPYING: New file.
14458         * tests/test-getaddrinfo.c: Add copyright notice.
14459         * tests/test-verify.c: Likewise.
14460
14461 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14462
14463         Change copyright notice from LGPL 2 to GPL 2, since that's the
14464         standard form used in the gnulib repository.
14465         * lib/lock.c: LGPL -> GPL.
14466         * lib/lock.h: Likewise.
14467         * lib/strnlen1.c: Likewise.
14468         * lib/strnlen1.h: Likewise.
14469         * lib/tls.c: Likewise.
14470         * lib/tls.h: Likewise.
14471         * lib/tmpdir.c: Likewise.
14472
14473         * lib/TODO: Remove; this belongs only in coreutils.
14474
14475 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14476
14477         Add copyright notices to long-enough files that lack them, since
14478         otherwise the files aren't clearly free.  Use the same notice that
14479         getdate.texi already uses.
14480         * doc/alloca-opt.texi: Add copyright notice.
14481         * doc/alloca.texi: Likewise.
14482         * doc/ctime.texi: Likewise.
14483         * doc/functions.texi: Likewise.
14484         * doc/gcd.texi: Likewise.
14485         * doc/gnulib-tool.texi: Likewise.
14486         * doc/inet_ntoa.texi: Likewise.
14487         * doc/visibility.texi: Likewise.
14488
14489         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
14490         * doc/quote.texi: Add copyright notice.
14491
14492         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
14493         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
14494         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
14495         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
14496         is now obsolete, and give a pointer to the Sun list.
14497         Add copyright notice.
14498
14499 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14500
14501         * config/srclistvars.sh: Add copyright notice.
14502
14503 2006-08-14  Eric Blake  <ebb9@byu.net>
14504
14505         Import the following change from libc:
14506
14507         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
14508
14509         Upstream bug 2997.
14510         * lib/misc/error.c: Add space between program name and message if file
14511         name is missing.
14512
14513 2006-08-12  Karl Berry  <karl@gnu.org>
14514
14515         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
14516         remove, these originate in gnulib now.
14517
14518 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14519
14520         * doc/Makefile (standards.info standards.html standards.dvi):
14521         Also depend on make-stds.texi.
14522
14523 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14524
14525         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
14526         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
14527
14528         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
14529         in wchar_t.  Problem reported by Eric Blake.
14530
14531         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
14532         LEN is smaller than SIZE.  Suggested by Bruno Haible.
14533         Also, help the compiler to keep LEN in a register.
14534
14535 2006-08-11  Eric Blake  <ebb9@byu.net>
14536
14537         * users.txt: Sort.  Add tar.
14538
14539 2006-08-11  Bruno Haible  <bruno@clisp.org>
14540
14541         * users.txt: New file.
14542
14543 2006-08-11  Bruno Haible  <bruno@clisp.org>
14544
14545         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
14546         before <wchar.h>. Needed for OSF/1 and BSD/OS.
14547
14548 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
14549
14550         * modules/snprintf (Depends-on): Remove minmax.
14551         (Maintainer): Add self and Bruno.
14552
14553 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
14554
14555         * lib/.cppi-disable: Add snprintf.h, socket_.h.
14556         * lib/snprintf.c: Include <errno.h> and <limits.h>.
14557         (EOVERFLOW): Define if the system does not.
14558         Do not include "minmax.h"; it wasn't used.
14559         (snprintf): Don't assume size_t promotes to an unsigned type.
14560         Fix bug when generated string was too long for the buffer: the
14561         buffer's contents are supposed to be the initial prefix of the
14562         output.  Don't assume vasnprintf returns EOVERFLOW if the size
14563         exceeds INT_MAX; do the check ourselves.
14564
14565         Import the following changes from libc:
14566
14567         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
14568
14569         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
14570         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
14571         set wc to the byte which couldn't be converted.
14572         (re_string_reconstruct): Don't clear valid_raw_len before calling
14573         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
14574         tip_context using re_string_context_at.
14575
14576         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
14577
14578         * lib/posix/regex.h: g++ still cannot handled [restrict].
14579
14580         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
14581
14582         * lib/posix/regex.h: Remove special handling for VMS.
14583
14584 2006-08-10  Jim Meyering  <jim@meyering.net>
14585
14586         * modules/same-inode: New module.
14587         * modules/dev-ino: New module.
14588         * modules/cycle-check: Depend on these modules, rather than simply
14589         including their .h files.
14590         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
14591         required via m4/cycle-check.m4.
14592         * modules/same: Depend on new same-inode module, rather than
14593         including same-inode.h.
14594         * modules/chdir-safer: New file.
14595
14596         * modules/chown (Depends-on): Add stat-macros.
14597
14598 2006-08-10  Jim Meyering  <jim@meyering.net>
14599
14600         * m4/cycle-check.m4: New file.
14601         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
14602         * m4/dev-ino.m4, m4/same-inode.m4: New files.
14603
14604 2006-08-10  Eric Blake  <ebb9@byu.net>
14605
14606         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
14607         in from original proposal.
14608
14609 2006-08-10  Eric Blake  <ebb9@byu.net>
14610         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14611
14612         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
14613         namespace.
14614
14615 2006-08-10  Bruno Haible  <bruno@clisp.org>
14616
14617         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
14618         as well.
14619
14620 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14621
14622         Sync from coreutils.
14623
14624         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
14625
14626         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
14627         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
14628
14629 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14630
14631         * modules/restrict: Remove; no longer needed now that we assume
14632         Autoconf 2.59 or later.
14633         * MODULES.html.sh: Remove 'restrict'.
14634         * modules/argp (Depends-on): Remove 'restrict'.
14635         * modules/base64 (Depends-on): Likewise.
14636         * modules/gc (Depends-on): Likewise.
14637         * modules/getaddrinfo (Depends-on): Likewise.
14638         * modules/glob (Depends-on): Likewise.
14639         * modules/inet_ntop (Depends-on): Likewise.
14640         * modules/inet_pton (Depends-on): Likewise.
14641         * modules/memxor (Depends-on): Likewise.
14642         * modules/regex (Depends-on): Likewise.
14643         * modules/strtok_r (Depends-on): Likewise.
14644         * modules/time_r (Depends-on): Likewise.
14645
14646 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14647
14648         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
14649         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
14650         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
14651         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
14652         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
14653         * m4/memxor.m4 (gl_MEMXOR): Likewise.
14654         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
14655         gl_C_RESTRICT replaced by AC_C_RESTRICT.
14656
14657         Merge from coreutils.
14658         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
14659         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
14660         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
14661         * m4/time_r.m4 (gl_TIME_R): Likewise.
14662
14663 2006-08-09  Karl Berry  <karl@gnu.org>
14664
14665         * config/srclist.txt: no more gettext-tools, per Bruno.
14666
14667 2006-08-08  Eric Blake  <ebb9@byu.net>
14668
14669         * modules/verror: New module.
14670         * MODULES.html.sh: Document it.
14671
14672 2006-08-08  Eric Blake  <ebb9@byu.net>
14673
14674         * lib/verror.h, lib/verror.c: New files.
14675
14676 2006-08-08  Eric Blake  <ebb9@byu.net>
14677
14678         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
14679         verror_at_line output complies with GNU Coding Standards even when
14680         file is NULL.
14681
14682 2006-08-07  Bruno Haible  <bruno@clisp.org>
14683
14684         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
14685         versions of AIX.
14686         Reported by Ralf Wildenhues.
14687
14688 2006-08-07  Bruno Haible  <bruno@clisp.org>
14689
14690         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
14691         in an AC_DEFUN. Needed so that the autoconf snippets can use
14692         AC_REQUIRE.
14693
14694 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14695
14696         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14697         Initialize pkgdata_DATA.
14698         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
14699         overriding it.
14700
14701 2006-08-06  Eric Blake  <ebb9@byu.net>
14702
14703         * lib/error.h: Fold in some upstream changes from glibc.
14704         * lib/error.c: Likewise.
14705
14706 2006-08-04  Bruno Haible  <bruno@clisp.org>
14707
14708         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14709         Make the mostlyclean-local rule depend on mostlyclean-generic.
14710         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
14711
14712 2006-07-31  Bruno Haible  <bruno@clisp.org>
14713
14714         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
14715         <stdlib.h>, <string.h>.
14716
14717 2006-07-30  Bruno Haible  <bruno@clisp.org>
14718
14719         * modules/readlink (License): Change to LGPL.
14720
14721 2006-07-30  Bruno Haible  <bruno@clisp.org>
14722
14723         * modules/javaversion (Makefile.am): Distribute javaversion.java and
14724         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
14725         set PKGDATADIR to point to it.
14726
14727 2006-07-30  Bruno Haible  <bruno@clisp.org>
14728
14729         * modules/csharpexec (configure.ac): Comment out macro invocation.
14730         * modules/javaexec (configure.ac): Likewise.
14731         * modules/javacomp-script (configure.ac): Likewise.
14732
14733         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
14734
14735 2006-07-30  Bruno Haible  <bruno@clisp.org>
14736
14737         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
14738         linked-list.
14739
14740 2006-07-30  Bruno Haible  <bruno@clisp.org>
14741
14742         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
14743
14744 2006-07-30  Bruno Haible  <bruno@clisp.org>
14745
14746         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14747         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
14748         get removed.
14749
14750 2006-07-29  Bruno Haible  <bruno@clisp.org>
14751
14752         Make it possible for gnulib-tool to work with locally modified or
14753         augmented gnulib repositories.
14754         * gnulib-tool (func_usage): Document --local-dir option.
14755         (local_gnulib_dir): New variable.
14756         Handle --local-dir option.
14757         (func_lookup_file): New function.
14758         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
14759         (func_get_description, func_get_filelist, func_get_description,
14760         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
14761         func_get_automake_snippet, func_get_include_directive,
14762         func_get_license, func_get_maintainer): Use func_lookup_file.
14763         (func_import, func_create_testdir): Use func_lookup_file.
14764
14765 2006-07-29  Bruno Haible  <bruno@clisp.org>
14766
14767         * modules/setenv (Depends-on): Add unistd.
14768
14769 2006-07-29  Bruno Haible  <bruno@clisp.org>
14770
14771         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
14772
14773 2006-07-29  Bruno Haible  <bruno@clisp.org>
14774
14775         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
14776
14777 2006-07-29  Bruno Haible  <bruno@clisp.org>
14778
14779         * gnulib-tool (import, update): If there is no Makefile.am, look at
14780         aclocal.m4, instead of bailing out.
14781
14782 2006-07-29  Bruno Haible  <bruno@clisp.org>
14783
14784         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
14785         Categorize the options by when they are useful.
14786
14787 2006-07-29  Bruno Haible  <bruno@clisp.org>
14788
14789         * gnulib-tool (func_usage): Document option --no-libtool.
14790         Handle option --no-libtool.
14791         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
14792         for changed semantics of $libtool variable.
14793         (func_import): Likewise. If libtool is not used, show this through
14794         an option --no-libtool.
14795         (func_create_testdir): Update.
14796
14797 2006-07-29  Bruno Haible  <bruno@clisp.org>
14798
14799         * gnulib-tool (func_import): Extend error message about missing
14800         --doc-base.
14801
14802 2006-07-29  Bruno Haible  <bruno@clisp.org>
14803
14804         * gnulib-tool (func_import): Don't create the $docbase directory if
14805         there is no file to store there.
14806
14807 2006-07-29  Bruno Haible  <bruno@clisp.org>
14808
14809         * gnulib-tool (autoconf_minversion): If a --dir option is given and
14810         relevant, look for configure.ac there, not in the current directory.
14811         Also use a simple search for AC_PREREQ, not "autoconf --trace".
14812
14813 2006-07-29  Bruno Haible  <bruno@clisp.org>
14814
14815         * gnulib-tool (SORT): New variable.
14816         (func_usage): Undocument --assume-autoconf option.
14817         Remove --assume-autoconf option handling.
14818         (autoconf_minversion): Determine from the contents of configure.ac.
14819         (func_import): Remove autoconf_minversion handling.
14820         Suggested by Eric Blake.
14821
14822 2006-07-29  Bruno Haible  <bruno@clisp.org>
14823
14824         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
14825
14826 2006-07-29  Bruno Haible  <bruno@clisp.org>
14827
14828         * config/srclist.txt (*setenv.[ch]): Remove rules.
14829
14830 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14831
14832         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
14833
14834 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14835
14836         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
14837         arpa/inet.h.
14838
14839 2006-07-28  Simon Josefsson  <jas@extundo.com>
14840
14841         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
14842         * modules/inet_pton (Depends-on): Likewise.
14843
14844 2006-07-28  Simon Josefsson  <jas@extundo.com>
14845
14846         * m4/netinet_in_h.m4: New file.
14847
14848 2006-07-28  Simon Josefsson  <jas@extundo.com>
14849
14850         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
14851         #include's.
14852
14853 2006-07-28  Simon Josefsson  <jas@extundo.com>
14854
14855         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
14856         #include's.
14857
14858 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
14859
14860         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
14861         setgid on directories only if they set these bits.
14862         * lib/modechange.h: Remove obsolete comment about masks.
14863
14864 2006-07-28  Eric Blake  <ebb9@byu.net>
14865
14866         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
14867         macro expansion.
14868
14869 2006-07-28  Bruno Haible  <bruno@clisp.org>
14870
14871         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
14872
14873 2006-07-28  Bruno Haible  <bruno@clisp.org>
14874
14875         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
14876
14877 2006-07-28  Bruno Haible  <bruno@clisp.org>
14878
14879         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
14880         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
14881         Define fallbacks.
14882         Avoids link error on FreeBSD 4.x.
14883         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14884
14885         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
14886         encoding.
14887         * lib/mbswidth.c (iswcntrl): Likewise.
14888
14889 2006-07-27  Bruno Haible  <bruno@clisp.org>
14890
14891         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
14892         test.
14893
14894 2006-07-27  Bruno Haible  <bruno@clisp.org>
14895
14896         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
14897         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
14898         defined.
14899
14900 2006-07-26  Eric Blake  <ebb9@byu.net>
14901
14902         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
14903
14904 2006-07-26  Eric Blake  <ebb9@byu.net>
14905
14906         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
14907         like mingw that lack mkstemp.
14908         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
14909         avoid compilation warning on mingw.
14910
14911 2006-07-26  Bruno Haible  <bruno@clisp.org>
14912
14913         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
14914         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
14915         INT_FAST*_MIN, INTPTR_MIN.
14916
14917 2006-07-25  Bruno Haible  <bruno@clisp.org>
14918
14919         * modules/version-etc (Depends-on): Add stdarg.
14920
14921 2006-07-25  Bruno Haible  <bruno@clisp.org>
14922
14923         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
14924         complex commands.
14925
14926 2006-07-25  Bruno Haible  <bruno@clisp.org>
14927
14928         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
14929         defined in <stdarg.h> or config.h.
14930
14931 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
14932
14933         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
14934         (gl_STDIO_SAFER): Remove.
14935
14936 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
14937
14938         * MODULES.html.sh (File stream based Input/Output):
14939         Add fopen-safer, tmpfile-safer; remove stdio-safer.
14940         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
14941         * modules/fopen-safer, modules/tmpfile-safer: New files.
14942         * modules/stdio-safer: Remove.
14943
14944 2006-07-24  Bruno Haible  <bruno@clisp.org>
14945
14946         * modules/tmpdir: New file.
14947         * MODULES.html.sh (File system functions): Add it.
14948
14949 2006-07-24  Bruno Haible  <bruno@clisp.org>
14950
14951         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
14952         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
14953
14954 2006-07-24  Bruno Haible  <bruno@clisp.org>
14955
14956         * modules/clean-temp: New file.
14957
14958 2006-07-24  Bruno Haible  <bruno@clisp.org>
14959
14960         * m4/tmpdir.m4: New file, from GNU gettext.
14961
14962 2006-07-24  Bruno Haible  <bruno@clisp.org>
14963
14964         * lib/tmpdir.h: New file, from GNU gettext.
14965         * lib/tmpdir.c: New file, from GNU gettext.
14966
14967 2006-07-24  Bruno Haible  <bruno@clisp.org>
14968
14969         * lib/clean-temp.h: New file, from GNU gettext.
14970         * lib/clean-temp.c: New file, from GNU gettext.
14971
14972 2006-07-23  Eric Blake  <ebb9@byu.net>
14973
14974         * modules/stdio-safer (Files): Add tmpfile-safer.c.
14975         (Depends-on): Add binary-io.
14976
14977 2006-07-23  Eric Blake  <ebb9@byu.net>
14978
14979         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
14980
14981 2006-07-23  Eric Blake  <ebb9@byu.net>
14982
14983         * lib/tmpfile-safer.c: New file.
14984         * lib/stdio-safer.h (fopen_safer): Add prototype.
14985         * lib/stdio--.h (tmpfile): Make safer.
14986
14987 2006-07-23  Bruno Haible  <bruno@clisp.org>
14988
14989         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
14990         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
14991         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
14992         gl_linked_remove_at): Use it.
14993
14994 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14995         and Simon Josefsson <jas@extundo.com>
14996
14997         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
14998
14999         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
15000
15001 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15002
15003         * modules/close-stream: New file.
15004         * modules/closeout (Description): Make it clear that it exits
15005         with a diagnostic on error.
15006         (Depends-on): Add close-stream.  Remove fpending, stdbool.
15007         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
15008
15009 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15010
15011         * m4/close-stream.m4: New file.
15012
15013 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15014
15015         * lib/close-stream.c, lib/close-stream.h: New files.
15016
15017 2006-07-22  Bruno Haible  <bruno@clisp.org>
15018
15019         Merge from GNU gettext 0.15.
15020
15021         2006-05-01  Bruno Haible  <bruno@clisp.org>
15022
15023                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
15024
15025         2006-07-22  Bruno Haible  <bruno@clisp.org>
15026
15027                 * modules/javaversion: New file.
15028                 * MODULES.html.sh (Java): Add javaversion.
15029
15030         2006-03-12  Bruno Haible  <bruno@clisp.org>
15031
15032                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
15033
15034         2005-12-04  Bruno Haible  <bruno@clisp.org>
15035
15036                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
15037                 (untested).
15038
15039         2006-06-21  Bruno Haible  <bruno@clisp.org>
15040
15041                 Avoid warnings from recent versions of mcs.
15042                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
15043                 -o, -L, -r any more. Use options documented since mcs-1.0
15044                 instead. Similarly for -g.
15045
15046         2005-12-04  Bruno Haible  <bruno@clisp.org>
15047
15048                 * build-aux/csharpcomp.sh.in: Suffix for resources is
15049                 .resources, not .resource.
15050
15051         2005-07-09  Bruno Haible  <bruno@clisp.org>
15052
15053                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
15054                 add a .dll suffix.
15055                 Reported by Mark Junker <mjscod@gmx.de>.
15056
15057         2006-07-22  Bruno Haible  <bruno@clisp.org>
15058
15059                 * modules/gettext: Upgrade to gettext-0.15.
15060                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
15061                 m4/visibility.m4.
15062                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
15063
15064 2006-07-22  Bruno Haible  <bruno@clisp.org>
15065
15066         Merge from GNU gettext 0.15.
15067
15068         2006-03-25  Bruno Haible  <bruno@clisp.org>
15069
15070                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
15071
15072         2006-07-21  Bruno Haible  <bruno@clisp.org>
15073
15074                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
15075                 "1.1".
15076
15077         2006-05-09  Bruno Haible  <bruno@clisp.org>
15078
15079                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
15080                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
15081                 for the conftestver execution.
15082
15083         2006-05-01  Bruno Haible  <bruno@clisp.org>
15084
15085                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
15086                 optional target-version argument. Verify that the compiler
15087                 groks source of the specified source-version, or add -source
15088                 option as necessary. Verify that the compiler produces
15089                 bytecode in the specified target-version, or add -target and
15090                 -source options as necessary. Make the result of the test
15091                 available as variable CONF_JAVAC. Also log error output in
15092                 config.log.
15093
15094         2006-03-11  Bruno Haible  <bruno@clisp.org>
15095
15096                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
15097
15098         2006-05-09  Bruno Haible  <bruno@clisp.org>
15099
15100                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
15101                 CLASSPATH_SEPARATOR to a semicolon.
15102
15103         2006-03-12  Bruno Haible  <bruno@clisp.org>
15104
15105                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
15106                 available as variable CONF_JAVA, for subsequent autoconf
15107                 tests. Also log error output in config.log.
15108
15109         2006-07-19  Bruno Haible  <bruno@clisp.org>
15110
15111                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
15112                 that getline works on glibc2 systems. Needed to avoid trouble
15113                 in relocatable.c.
15114                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
15115
15116         2005-12-04  Bruno Haible  <bruno@clisp.org>
15117
15118                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
15119                 launcher (untested).
15120
15121         2005-12-04  Bruno Haible  <bruno@clisp.org>
15122
15123                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
15124
15125         2006-07-22  Bruno Haible  <bruno@clisp.org>
15126
15127                 * gettext.m4: Update from GNU gettext-0.15.
15128                 * nls.m4: Likewise.
15129                 * po.m4: Likewise.
15130                 * inttypes-pri.m4: Likewise.
15131                 * inttypes-h.m4: Renamed from inttypes.m4.
15132                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
15133
15134 2006-07-22  Bruno Haible  <bruno@clisp.org>
15135
15136         Merge from GNU gettext 0.15.
15137
15138         2005-07-05  Bruno Haible  <bruno@clisp.org>
15139
15140                 * printf-args.c (printf_fetchargs): Work around broken
15141                 definition of wint_t on mingw.
15142
15143         2005-02-12  Bruno Haible  <bruno@clisp.org>
15144
15145                 * xallocsa.h: Add extern "C" for C++.
15146
15147         2006-05-17  Bruno Haible  <bruno@clisp.org>
15148
15149                 Cygwin portability.
15150                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
15151
15152         2006-04-30  Bruno Haible  <bruno@clisp.org>
15153
15154                 * progreloc.c: Include <mach-o/dyld.h> if available.
15155                 (find_executable): Use _NSGetExecutablePath when possible.
15156
15157         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
15158
15159                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
15160                 function.
15161
15162         2005-12-29  Bruno Haible  <bruno@clisp.org>
15163
15164                 * progreloc.c (set_program_name_and_installdir): Fix
15165                 compilation error.
15166
15167         2005-12-04  Bruno Haible  <bruno@clisp.org>
15168
15169                 Cygwin portability.
15170                 * progreloc.c: Include <windows.h> also on Cygwin.
15171                 (find_executable): Add support for Cygwin.
15172                 (set_program_name_and_installdir): Handle also platforms with
15173                 nonempty EXEEXT.
15174
15175         2006-07-11  Bruno Haible  <bruno@clisp.org>
15176
15177                 * javacomp.c: Fix a comment.
15178                 Reported by Jim Meyering.
15179
15180         2006-04-30  Bruno Haible  <bruno@clisp.org>
15181
15182                 * javacomp.h (compile_java_class): Add source_version,
15183                 target_version arguments.
15184                 * javacomp.c: Rewritten to choose only a compiler that
15185                 respects the specified source_version and target_version.
15186
15187         2006-06-27  Bruno Haible  <bruno@clisp.org>
15188
15189                 Assume correct S_ISDIR macro.
15190                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
15191
15192         2006-07-22  Bruno Haible  <bruno@clisp.org>
15193
15194                 * javaversion.h: New file, from GNU gettext.
15195                 * javaversion.c: New file, from GNU gettext.
15196                 * javaversion.java: New file, from GNU gettext.
15197                 * javaversion.class: New file, from GNU gettext.
15198
15199         2006-05-17  Bruno Haible  <bruno@clisp.org>
15200
15201                 Cygwin portability.
15202                 * javaexec.c (execute_java_class): Test for jview program
15203                 also on Cygwin.
15204
15205         2006-04-09  Bruno Haible  <bruno@clisp.org>
15206
15207                 * fatal-signal.c: Don't include string.h.
15208                 (at_fatal_signal): Use a copying loop instead of memcpy.
15209
15210         2005-12-04  Bruno Haible  <bruno@clisp.org>
15211
15212                 * csharpexec.c: Add support for 'clix' launcher (untested).
15213                 (execute_csharp_using_sscli): New function.
15214                 (execute_csharp_program): Call it.
15215
15216         2006-06-21  Bruno Haible  <bruno@clisp.org>
15217
15218                 Avoid warnings from recent versions of mcs.
15219                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
15220                 -o, -L, -r any more. Use options documented since mcs-1.0
15221                 instead. Similarly for -g.
15222
15223         2005-07-09  Bruno Haible  <bruno@clisp.org>
15224
15225                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
15226                 add a .dll suffix.
15227                 Reported by Mark Junker <mjscod@gmx.de>.
15228
15229         2006-06-17  Bruno Haible  <bruno@clisp.org>
15230
15231                 * config.charset: Update for NetBSD 3.0.
15232
15233         2006-05-17  Bruno Haible  <bruno@clisp.org>
15234
15235                 Cygwin portability.
15236                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
15237
15238         2006-05-16  Bruno Haible  <bruno@clisp.org>
15239
15240                 * localcharset.c [CYGWIN]: Include <windows.h>.
15241                 (get_charset_aliases): For Cygwin, return the same CPxxx
15242                 aliases list as under WIN32.
15243                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
15244                 the environment variables. Fall back to GetACP().
15245
15246         2006-04-05  Bruno Haible  <bruno@clisp.org>
15247
15248                 * config.charset: Update Juan Manuel Guerrero's address.
15249
15250         2005-02-12  Bruno Haible  <bruno@clisp.org>
15251
15252                 * allocsa.h: Add extern "C" for C++.
15253
15254         2005-02-10  Bruno Haible  <bruno@clisp.org>
15255
15256                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
15257                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
15258
15259         2006-07-22  Bruno Haible  <bruno@clisp.org>
15260
15261                 * gettext.h: Update to GNU gettext-0.15.
15262
15263 2006-07-22  Bruno Haible  <bruno@clisp.org>
15264
15265         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
15266         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
15267         lib-prefix.m4, longdouble.m4, ssize_t.m4.
15268
15269 2006-07-21  Eric Blake  <ebb9@byu.net>
15270
15271         * modules/stdlib-safer: New file.
15272         * MODULES.html.sh (File stream based Input/Output): Add
15273         stdlib-safer.
15274
15275 2006-07-21  Eric Blake  <ebb9@byu.net>
15276
15277         * lib/stdlib-safer.h: New file from coreutils, required by
15278         stdlib--.h.
15279
15280 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
15281
15282         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
15283
15284 2006-07-20  Bruno Haible  <bruno@clisp.org>
15285
15286         * gnulib-tool: Recognize new option --assume-autoconf.
15287         (autoconf_minversion): New variable.
15288         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
15289
15290 2006-07-20  Bruno Haible  <bruno@clisp.org>
15291
15292         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
15293
15294 2006-07-19  Derek R. Price  <derek@ximbiot.com>
15295
15296         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
15297         Reindent and repaginate.
15298
15299 2006-07-19  Derek Price  <derek@ximbiot.com>
15300
15301         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
15302         Correct grammar.
15303
15304 2006-07-17  Bruno Haible  <bruno@clisp.org>
15305
15306         * modules/list: New file.
15307         * modules/array-list: New file.
15308         * modules/carray-list, modules/carray-list-tests: New files.
15309         * modules/linked-list, modules/linked-list-tests: New files.
15310         * modules/avltree-list, modules/avltree-list-tests: New files.
15311         * modules/rbtree-list, modules/rbtree-list-tests: New files.
15312         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
15313         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
15314         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
15315         * modules/oset: New file.
15316         * modules/array-oset: New file.
15317         * modules/avltree-oset, modules/avltree-oset-tests: New files.
15318         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
15319         * tests/test-carray_list.c: New file.
15320         * tests/test-linked_list.c: New file.
15321         * tests/test-avltree_list.c: New file.
15322         * tests/test-rbtree_list.c: New file.
15323         * tests/test-linkedhash_list.c: New file.
15324         * tests/test-avltreehash_list.c: New file.
15325         * tests/test-rbtreehash_list.c: New file.
15326         * tests/test-avltree_oset.c: New file.
15327         * tests/test-rbtree_oset.c: New file.
15328         * MODULES.html.sh (Container data structures): New section.
15329
15330 2006-07-17  Bruno Haible  <bruno@clisp.org>
15331
15332         * m4/gl_list.m4: New file.
15333
15334 2006-07-17  Bruno Haible  <bruno@clisp.org>
15335
15336         * lib/gl_list.h: New file.
15337         * lib/gl_list.c: New file.
15338         * lib/gl_array_list.h: New file.
15339         * lib/gl_array_list.c: New file.
15340         * lib/gl_carray_list.h: New file.
15341         * lib/gl_carray_list.c: New file.
15342         * lib/gl_linked_list.h: New file.
15343         * lib/gl_linked_list.c: New file.
15344         * lib/gl_anylinked_list1.h: New file.
15345         * lib/gl_anylinked_list2.h: New file.
15346         * lib/gl_avltree_list.h: New file.
15347         * lib/gl_avltree_list.c: New file.
15348         * lib/gl_anyavltree_list1.h: New file.
15349         * lib/gl_anyavltree_list2.h: New file.
15350         * lib/gl_rbtree_list.h: New file.
15351         * lib/gl_rbtree_list.c: New file.
15352         * lib/gl_anyrbtree_list1.h: New file.
15353         * lib/gl_anyrbtree_list2.h: New file.
15354         * lib/gl_anytree_list1.h: New file.
15355         * lib/gl_anytree_list2.h: New file.
15356         * lib/gl_linkedhash_list.h: New file.
15357         * lib/gl_linkedhash_list.c: New file.
15358         * lib/gl_anyhash_list1.h: New file.
15359         * lib/gl_anyhash_list2.h: New file.
15360         * lib/gl_avltreehash_list.h: New file.
15361         * lib/gl_avltreehash_list.c: New file.
15362         * lib/gl_rbtreehash_list.h: New file.
15363         * lib/gl_rbtreehash_list.c: New file.
15364         * lib/gl_anytreehash_list1.h: New file.
15365         * lib/gl_anytreehash_list2.h: New file.
15366
15367         * lib/gl_oset.h: New file.
15368         * lib/gl_oset.c: New file.
15369         * lib/gl_array_oset.h: New file.
15370         * lib/gl_array_oset.c: New file.
15371         * lib/gl_avltree_oset.h: New file.
15372         * lib/gl_avltree_oset.c: New file.
15373         * lib/gl_rbtree_oset.h: New file.
15374         * lib/gl_rbtree_oset.c: New file.
15375         * lib/gl_anytree_oset.h: New file.
15376
15377 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15378
15379         * m4/mkancesdirs.m4: New file.
15380         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
15381         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
15382         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
15383         it.
15384
15385 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15386
15387         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
15388         * lib/mkancesdirs.h: New files.
15389         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
15390         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
15391         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
15392         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
15393         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
15394         callers changed.  Revamp internals significantly, by not
15395         attempting to create directories that are temporarily more
15396         permissive than the final results.  Do not attempt to use
15397         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
15398         This removes some race conditions, fixes some bugs, and simplifies
15399         things.  Use new dirchownmod function to do owner and mode changes.
15400         * lib/mkdir-p.h: Likewise.
15401         * lib/modechange.c (octal_to_mode): New function.
15402         (struct mode_change): New member mentioned.
15403         (make_node_op_equals): New arg mentioned.  All callers changed.
15404         (mode_compile): Keep track of which mode bits the user has explicitly
15405         mentioned.
15406         (mode_adjust): New arg DIR, so that we implement the X op correctly.
15407         New arg PMODE_BITS, to keep track of which mode bits the user
15408         mentioned; it treats S_ISUID and S_ISGID speciall.
15409         All callers changed.
15410         * lib/modechange.h: Likewise.
15411
15412 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15413
15414         * MODULES.html.sh: Add mkancestors.
15415         * modules/mkancesdirs: New module.
15416         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
15417         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
15418         The chdir-safer and afs files are now orphans; I'll remove them
15419         unless someone speaks up.
15420         Add lib/dirchownmod.c, lib/dirchownmod.h.
15421         (Depends-on): Remove alloca, chown, save-cwd, dirname.
15422         Add lchown, mkancesdirs.
15423         (Maintainer): Add self.
15424
15425 2006-07-15  Karl Berry  <karl@gnu.org>
15426
15427         * gnulib-tool: help message wording/arrangement.
15428
15429 2006-07-14  Simon Josefsson  <jas@extundo.com>
15430
15431         * doc/gnulib.texi (Libtool and Windows): New section.
15432
15433 2006-07-12  Simon Josefsson  <jas@extundo.com>
15434
15435         * modules/gendocs (License): Fix license, approved by Karl.
15436
15437 2006-07-12  Eric Blake  <ebb9@byu.net>
15438
15439         * MODULES.html.sh: Add gendocs.
15440
15441 2006-07-11  Eric Blake  <ebb9@byu.net>
15442
15443         * modules/fdl: New module, to install doc/fdl.texi.
15444         * MODULES.html.sh: Add new section for documentation modules.
15445         * gnulib-tool: Avoid space-tab.
15446         (--doc-base): New option, to manage files from doc.
15447
15448 2006-07-11  Eric Blake  <ebb9@byu.net>
15449
15450         * m4/absolute-header.m4: Fix comments to match recent change.
15451
15452 2006-07-11  Eric Blake  <ebb9@byu.net>
15453
15454         * gnulib-tool: List --doc-base before --tests-base.
15455
15456 2006-07-11  Derek R. Price  <derek@ximbiot.com>
15457
15458         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
15459
15460 2006-07-11  Bruno Haible  <bruno@clisp.org>
15461
15462         * README: Mention where to put documentation.
15463
15464 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15465
15466         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
15467
15468 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
15469
15470         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
15471         to stdint.m4.
15472
15473 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
15474
15475         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
15476         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
15477         "no/such/file/stdint.h" when there is no such file, so that
15478         the resulting C code can be parsed by dodgy compilers.
15479         Problems reported by Bob Proulx.
15480
15481 2006-07-10  Derek R. Price  <derek@ximbiot.com>
15482
15483         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
15484         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
15485         macros into the GNU _D_EXACT_NAMLEN.
15486         * lib/savedir.c:  Likewise.
15487         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
15488
15489 2006-07-10  Derek R. Price  <derek@ximbiot.com>
15490         and Paul Eggert  <eggert@cs.ucla.edu>
15491
15492         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
15493         * m4/savedir.m4:
15494         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
15495         macros into the GNU _D_EXACT_NAMLEN.
15496
15497 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15498
15499         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
15500         around the absolute name, to work around a problem with the HP-UX
15501         11.23 native C compiler, reported by Bob Proulx.
15502
15503 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15504
15505         * doc/maintain.texi, make-stds.texi: Sync from
15506         <http://savannah.gnu.org/projects/gnustandards>.
15507
15508 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15509
15510         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
15511
15512 2006-07-09  Jim Meyering  <jim@meyering.net>
15513
15514         * m4/glob.m4: Remove a doubled word in a comment.
15515
15516 2006-07-09  Jim Meyering  <jim@meyering.net>
15517
15518         * lib/argp-pv.c: Remove a doubled word in a comment.
15519         * lib/check-version.c (check_version): Likewise.
15520         * lib/javacomp.c (compile_java_class): Likewise.
15521
15522 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
15523
15524         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
15525         for the benefit of people using Autoconf 2.60.  If you want to
15526         support older Autoconf versions you can copy m4/onceonly_2_57.m4
15527         (or m4/onceonly.m4, if pre-2.57) manually.
15528
15529 2006-07-08  Jim Meyering  <jim@meyering.net>
15530
15531         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
15532         comment.
15533         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
15534         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
15535         comment.
15536
15537 2006-07-08  Jim Meyering  <jim@meyering.net>
15538
15539         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
15540
15541 2006-07-07  Simon Josefsson  <jas@extundo.com>
15542
15543         * tests/test-crc.c: Change expected crc value, the test vector
15544         were probably computed using the old broken crc.c?
15545
15546 2006-07-06  Simon Josefsson  <jas@extundo.com>
15547
15548         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
15549         now the canonical place for the M4 file).
15550
15551         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
15552         from the sys_socket dependency now.
15553
15554         * modules/inet_pton (Files): Ditto.
15555
15556         * modules/inet_ntop (Files): Ditto.
15557
15558 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15559
15560         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
15561         not gl_PREREQ_GETUSERSHELL.
15562
15563 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15564
15565         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
15566         with only one argument, for Autoconf 2.60.
15567         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
15568         expand to nothing, so add a shell command to avoid syntax error.
15569         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
15570
15571 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15572
15573         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
15574
15575 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15576
15577         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
15578         no longer needed.  Check for isblank decl.
15579         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
15580         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
15581         of existence.
15582
15583 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15584
15585         * lib/getloadavg.c: Use __VMS, not VMS.
15586         * lib/getopt.c: Likewise.
15587         * lib/getpagesize.h: Likewise.
15588         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
15589         and probably does not work.
15590
15591 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15592
15593         * lib/.cppi-disable: Add wcwidth.
15594         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
15595         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
15596         (ISGRAPH): Remove.  All uses changed to isgraph.
15597         (FOLD) [!defined _LIBC]: Remove special case.
15598         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
15599         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
15600         HAVE_ISBLANK.
15601         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
15602         case.
15603
15604 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
15605
15606         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
15607         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
15608         brackets.  Other minor changes to suppress some compiler
15609         warnings.
15610
15611 2006-07-06  Derek R. Price  <derek@ximbiot.com>
15612         and Paul Eggert  <eggert@cs.ucla.edu>
15613
15614         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
15615         of invoking obsolescent AC_HEADER_DIRENT macro.
15616         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
15617         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
15618         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
15619         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
15620         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
15621         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
15622         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
15623         * m4/readdir.m4: Remove; no longer needed.
15624
15625 2006-07-06  Derek R. Price  <derek@ximbiot.com>
15626         and Paul Eggert  <eggert@cs.ucla.edu>
15627
15628         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
15629         Don't worry about this obsolete case any more.
15630         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
15631         directories.
15632         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
15633         worry about this obsolete case any more.
15634         * lib/fts.c: Likewise.
15635         * lib/getcwd.c: Likewise.
15636         * lib/glob.h: Likewise.
15637         * lib/savedir.c: Likewise.
15638
15639 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
15640
15641         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
15642         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
15643         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
15644         needed.
15645         All uses removed.
15646         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
15647         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
15648         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
15649         needed.
15650         * m4/getdate.m4 (gl_GETDATE): Likewise.
15651         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
15652         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
15653         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
15654         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
15655         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
15656         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
15657         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
15658         needed.
15659
15660 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
15661
15662         * lib/memcasecmp.c: Include <limits.h>.
15663         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
15664         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
15665         Don't assume isdigit succeeds only on '0' through '9'.
15666
15667 2006-07-05  Eric Blake  <ebb9@byu.net>
15668
15669         * modules/getaddrinfo (Depends-on): Add snprintf.
15670
15671 2006-07-05  Eric Blake  <ebb9@byu.net>
15672
15673         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
15674         to avoid 'header present but could not be compiled' on cygwin.
15675
15676 2006-07-05  Eric Blake  <ebb9@byu.net>
15677
15678         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
15679         missing from netdb.h.
15680         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
15681
15682 2006-07-05  Derek R. Price  <derek@ximbiot.com>
15683
15684         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
15685         no longer needed.
15686         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
15687         * m4/getdate.m4 (gl_GETDATE): Likewise.
15688         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
15689         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
15690         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
15691         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
15692         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
15693
15694 2006-07-05  Derek R. Price  <derek@ximbiot.com>
15695
15696         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
15697         All uses of is_space replaced by isspace.
15698         * lib/exit.h: Don't talk about STDC_HEADERS.
15699         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
15700         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
15701         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
15702         replaced by isprint etc.
15703         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
15704         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
15705         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
15706         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
15707         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
15708         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
15709
15710 2006-07-05  Bruno Haible  <bruno@clisp.org>
15711
15712         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
15713         the function exists, before testing against AIX.
15714         Reported by Martin Lambers <marlam@marlam.de>.
15715
15716 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
15717
15718         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
15719         From Mark D. Baushke.
15720
15721 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
15722
15723         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
15724         to the absolute name, not just one, to bypass Sun C 5.8's
15725         "warning: #include of /usr/include/... may be non-portable".
15726
15727 2006-07-04  Eric Blake  <ebb9@byu.net>
15728
15729         * modules/dirname-tests: New test module.
15730         * tests/test-dirname.c: New file, replacing dirname.c
15731         TEST_DIRNAME section that was recently deleted.
15732
15733 2006-07-04  Bruno Haible  <bruno@clisp.org>
15734
15735         Assume ANSI C header files and <ctype.h> functions.
15736         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
15737         (mbsnwidth): Use isprint, iscntrl instead.
15738
15739 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15740
15741         Merge from coreutils.
15742         * MODULES.html.sh: Add xstrtold.
15743         * modules/xstrtold: New file.
15744         * modules/cycle-check (Files): Add lib/same-inode.h.
15745         * modules/dirname (Files): Add m4/double-slash-root.m4.
15746         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
15747         * modules/mkdir-p (Files): Add lib/same-inode.h.
15748         * modules/same (Files): Add lib/same-inode.h.
15749
15750 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15751
15752         * m4/absolute-header.m4: Renamed from full-header-path.m4.
15753         This is to keep the terminology clean; POSIX talks about
15754         "absolute pathnames", not "full pathnames", but the GNU
15755         Coding Standards say to use "path" for something else;
15756         so use "absolute" to keep both sides happy.
15757         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
15758         Set gl_absolute_header, not gl_full_header_path.
15759         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
15760         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
15761         All uses changed.
15762
15763         Merge from coreutils.
15764
15765         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
15766
15767         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
15768         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
15769         want to require the building of c-strtod.o.
15770         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
15771         needs -lm directly.
15772         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
15773
15774         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
15775
15776         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
15777         --as-needed option if available.  Problem reported by Albert Chin in
15778         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
15779         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
15780         cc merely issues a bunch of annoying warnings for --as-needed
15781         (this problem was reported by Bob Proulx).  Also, try linking with
15782         -lm to detect a bug in binutils 2.16 (this problem was reported
15783         by Ralf Wildenhues).
15784
15785         2006-06-18  Jim Meyering  <jim@meyering.net>
15786
15787         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
15788         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
15789         macro.
15790         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
15791         also check for glibc-2.4's abort-inducing bug.
15792
15793         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
15794         Low-probability clean-up should be to use rmdir to get rid of
15795         the just-created directory, not unlink.
15796
15797         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
15798         configure fail, and request a bug report to inform us about it.
15799         Add a comment that, barring reports to the contrary, in 2007 we'll
15800         assume ftruncate is universally available.
15801
15802         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
15803
15804         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
15805
15806         2006-03-12  Jim Meyering  <jim@meyering.net>
15807
15808         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
15809         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
15810         * m4/same.m4 (gl_SAME): Likewise.
15811         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
15812
15813         2006-03-11  Eric Blake  <ebb9@byu.net>
15814
15815         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
15816         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
15817         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
15818         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
15819
15820 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15821
15822         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
15823         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
15824         reported by Mark D. Baushke, one in
15825         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
15826
15827         Merge from coreutils.
15828
15829         * lib/.cppi-disable: Add stdint_.h.
15830         * lib/.cvsignore: Add stdint.h.
15831
15832         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
15833
15834         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
15835         both double and long double versions.
15836         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
15837         * lib/xstrtold.c: New file.
15838         * lib/xstrtod.h (xstrtold): New decl.
15839
15840         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
15841
15842         * lib/filemode.c (setst): Remove.
15843         (strmode): Rewrite to avoid setst.  This makes the code shorter,
15844         (arguably) clearer, and the generated code is a bit smaller on my
15845         Debian GNU/Linux stable x86 host.
15846
15847         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
15848
15849         * lib/filemode.c: Include "filemode.h" first, to test the interface.
15850         Assume that filemode.h includes sys/types.h and sys/stat.h.
15851         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
15852         (ftypelet): Reorder to put common cases first, for efficiency.
15853         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
15854         to do 'M'.
15855         (strmode): Renamed from mode_string, and now stores 12 bytes instead
15856         of 10, for compatibility with FreeBSD.  All callers changed.
15857         (filemodestring): Now stores 12 bytes instead of 10, and sets file
15858         types that can't be deduced solely from st_mode.  First arg is now a
15859         const pointer.
15860         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
15861         (strmode): Renamed from mode_string.
15862         (filemodestring): New decl.
15863         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
15864         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
15865         needed.
15866         (S_ISPORT, S_ISWHT): New macros, if not already defined.
15867
15868         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
15869
15870         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
15871         fsusage.h now does that.  Include fsusage.h first, to test interface.
15872         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
15873         at most one method (the old code could have generated decls that
15874         didn't conform to C89, not that this was ever exercised).
15875         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
15876
15877         2006-03-19  Jim Meyering  <jim@meyering.net>
15878
15879         Work even in a chroot where d_ino values for entries in "/"
15880         don't match the stat.st_ino values for the same names.
15881         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
15882         number, iterate through all entries again, using lstat instead.
15883         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
15884         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
15885
15886         * lib/getcwd.c (__getcwd): Clarify a comment.
15887         Use memcpy in place of a call to strcpy.
15888
15889         2006-03-12  Jim Meyering  <jim@meyering.net>
15890
15891         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
15892         matches that of the current directory (which we're about to chdir ".."
15893         out of), then save the dev-ino of the parent, instead.
15894
15895         * lib/same-inode.h (SAME_INODE): New file/macro.
15896         * lib/chdir-safer.c (SAME_INODE): Remove definition.
15897         Include "same-inode.h", instead.
15898         * lib/same.c: Likewise.
15899         * lib/cycle-check.h: Include "same-inode.h".
15900         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
15901         * lib/cycle-check.c (SAME_INODE): Remove definition.
15902         * lib/root-dev-ino.h: Include "same-inode.h".
15903
15904         2006-03-11  Eric Blake  <ebb9@byu.net>
15905
15906         * lib/same.c (same_name): s/base_name/last_component/
15907         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
15908         * lib/filenamecat.c (file_name_concat): Likewise.
15909
15910         2006-03-11  Eric Blake  <ebb9@byu.net>,
15911                     Paul Eggert  <eggert@cs.ucla.edu>
15912
15913         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
15914         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
15915         drive prefix.
15916         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
15917         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
15918         (last_component): New method.
15919         * lib/dirname.c (dir_len): Determine when drive letters need a
15920         subsequent slash.  Preserve // when it is special.
15921         (dir_name): Don't append dot when drive letter is absolute.
15922         [TEST_DIRNAME]: Move into a full-blown gnulib test.
15923         * lib/basename.c (base_name): New semantics - malloc the result.
15924         Preserve // when it is special.  Preserve relative files that look
15925         like drive letters.
15926         (base_len): Preserve // when it is special.
15927         (last_component): New method, similar to old base_name semantics.
15928         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
15929         base_name.  Strip redundant slashes from ///.
15930
15931 2006-07-03  Jim Meyering  <jim@meyering.net>
15932
15933         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
15934         macro is used before the first cycle_check call.
15935
15936 2006-07-03  Eric Blake  <ebb9@byu.net>
15937
15938         * modules/dirname (Depends-on): Add xstrndup.
15939
15940 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
15941
15942         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
15943         test cases, so that config.log is a bit easier to follow.
15944
15945 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
15946
15947         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
15948         both are 64 bits, since this seems to be the tradition, and this
15949         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
15950         we ever run into a host that prefers long long to long in this
15951         case, we'll need another configure-time test.  Problem reported by
15952         Jim Meyering.
15953
15954 2006-07-02  Eric Blake  <ebb9@byu.net>
15955
15956         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
15957
15958 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
15959
15960         * modules/inttypes (Depends-on): No longer depends on stdint.
15961         * modules/stdint (Description): Say more about assumptions.
15962         Say that the fast types might differ.  Say macros are used.
15963         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
15964         (Makefile.am): Revise list of substituted symbols to match
15965         new stdint.m4.
15966         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
15967         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
15968         * tests/test-stdint.c (verify_same_types)
15969         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
15970         the code conforms to C99/C89.
15971         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
15972         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
15973
15974 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
15975
15976         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
15977         but fix a bug, by requiring at least 64 bits.
15978         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
15979         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
15980         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
15981         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
15982
15983         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
15984         changes.  Make 2.59 a prerequisite.  Check and substitute for
15985         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
15986         inttypes.h.  Do not use special include files; just use the
15987         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
15988         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
15989         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
15990         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
15991         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
15992         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
15993         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
15994         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
15995         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
15996         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
15997         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
15998         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
15999         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
16000         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
16001         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
16002         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
16003         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
16004         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
16005         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
16006         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
16007         WINT_MAX.  Check for C99 conformance more strictly, by detecting
16008         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
16009         not check for things that C99 does not require, e.g., int8_t.  If
16010         a test isn't needed unless <stdint.h> isn't working, and is
16011         unlikely to be needed for any other reason, then don't do it
16012         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
16013         size_t, since we assume C89 freestanding at least.  Do not check
16014         for sig_atomic_t, wchar_t, or wint_t, since the code now does
16015         the right thing even if the types are not defined.  Instead use:
16016         (gl_STDINT_TYPE_PROPERTIES): New macro.
16017         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
16018         testing whether <sys/types.h> clashes, as Autoconf does this for
16019         us now.  All uses removed.
16020         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
16021         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
16022         (gl_CHECK_TYPE_SAME):
16023         Remove; no longer needed.
16024         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
16025         exists, since we'll return 0 anyway in that case.
16026         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
16027
16028 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16029
16030         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
16031         possible collision with system files.
16032         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
16033         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
16034         WCHAR_MIN and WCHAR_MAX in this case.
16035         (<stddef.h>): Do not include; no longer needed.
16036         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
16037         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
16038         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
16039         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
16040         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
16041         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
16042         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
16043         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
16044         !defined(__c99))]: Include in this case too, since it's harmless
16045         now.
16046         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
16047         dangerous to do so.
16048         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
16049         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
16050         (_STDINT_MIN, _STDINT_MAX): New macros.
16051         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
16052         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
16053         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
16054         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
16055         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
16056         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
16057         macros, not typedefs; this simplifies things quite a bit.
16058         Use long int for all types narrower than int64_t.
16059         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
16060         Define in terms of long long int or int64_t or long int,
16061         not int64_t or int32_t.  This saves some compile-time testing.
16062         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
16063         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
16064         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
16065         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
16066         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
16067         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
16068         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
16069         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
16070         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
16071         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
16072         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
16073         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
16074         undef any previous version and define our own version, for
16075         simplicity and consistency with the new macros for types.
16076         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
16077         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
16078         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
16079         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
16080         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
16081         @WINT_T_SUFFIX@ to keep things simple here.
16082         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
16083         Simplify by assuming typical 8/16/32/64 host, since we're
16084         already doing that elsewhere anyway.
16085         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
16086         and assume long long int is 64 bits if available.  This
16087         speeds up 'configure'.
16088
16089 2006-07-01  Eric Blake  <ebb9@byu.net>
16090
16091         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
16092         Reported by Andreas Buening.
16093
16094 2006-07-01  Eric Blake  <ebb9@byu.net>
16095
16096         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
16097
16098 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
16099
16100         * lib/getaddrinfo.c: fixed typo
16101
16102 2006-06-29  Jim Meyering  <jim@meyering.net>
16103
16104         * modules/strftime (Maintainer): Add my name, since with the
16105         FPRINTFTIME changes strftime.c has forked from glibc.
16106
16107 2006-06-29  Eric Blake  <ebb9@byu.net>
16108
16109         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
16110
16111 2006-06-29  Eric Blake  <ebb9@byu.net>
16112
16113         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
16114
16115 2006-06-29  Eric Blake  <ebb9@byu.net>
16116
16117         * lib/stat_.h: New file.
16118
16119 2006-06-29  Eric Blake  <ebb9@byu.net>
16120
16121         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
16122         unused static function.
16123
16124 2006-06-29  Eric Blake  <ebb9@byu.net>
16125
16126         * doc/functions.texi (Function Portability): Document missing lstat
16127         on mingw.
16128
16129 2006-06-29  Eric Blake  <ebb9@byu.net>
16130
16131         * MODULES.html.sh: Add sys_stat.
16132         * modules/sys_stat: New module.
16133         * modules/mkstemp (Depends-on): Add sys_stat.
16134
16135 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16136
16137         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
16138
16139 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16140
16141         * m4/c-bs-a.m4: Removed.
16142
16143 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16144
16145         * lib/strftime.c: Assume strftime() exists.
16146
16147 2006-06-29  Derek Price  <derek@ximbiot.com>
16148
16149         * modules/c-bs-a: Removed - \a is C89.
16150         * MODULES.html.sh: Remove c-bs-a.
16151
16152 2006-06-29  Bruno Haible  <bruno@clisp.org>
16153
16154         * modules/wcwidth (License): Change to LGPL.
16155
16156 2006-06-28  Simon Josefsson  <jas@extundo.com>
16157
16158         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
16159         on _WIN32.
16160
16161         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
16162         getnameinfo.
16163
16164 2006-06-28  Simon Josefsson  <jas@extundo.com>
16165
16166         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
16167
16168 2006-06-28  Simon Josefsson  <jas@extundo.com>
16169
16170         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
16171         functions there.  It will succeed on Windows XP, but on Windows
16172         2000 and (presumably) earlier, it will fail, and use the internal
16173         re-implementation.
16174         (use_win32_p): New function.
16175         (getaddrinfo): Use strtoul on servname, to support numeric ports.
16176         Support AI_NUMERICSERV to disable getservbyname.
16177         (getnameinfo): New function, only supports
16178         NI_NUMERICHOST|NI_NUMERICSERV for now.
16179
16180         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
16181         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
16182         getnameinfo.
16183
16184 2006-06-28  Eric Blake  <ebb9@byu.net>
16185
16186         * modules/wcwidth: New file.
16187         * modules/mbchar (Depends-on): Add wcwidth.
16188         * modules/mbswidth (Depends-on): Add wcwidth.
16189         * MODULES.html.sh: Add wcwidth.
16190
16191 2006-06-28  Eric Blake  <ebb9@byu.net>
16192
16193         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
16194         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
16195
16196 2006-06-28  Eric Blake  <ebb9@byu.net>
16197
16198         * lib/xvasprintf.h: Fix comments.
16199
16200 2006-06-28  Eric Blake  <ebb9@byu.net>
16201
16202         * lib/mbchar.h (wcwidth): Include wcwidth.h.
16203         * lib/mbswidth.c (wcwidth): Move from here...
16204         * lib/wcwidth.h: ...to this new file.
16205
16206 2006-06-28  Derek R. Price  <derek@ximbiot.com>
16207
16208         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
16209
16210         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
16211         it's obsolete.
16212         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
16213
16214 2006-06-28  Derek R. Price  <derek@ximbiot.com>
16215
16216         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
16217         Autoconf 2.60 says this stuff was obsolete.
16218
16219 2006-06-28  Bruno Haible  <bruno@clisp.org>
16220
16221         * modules/wcwidth (Files): Add m4/wchar_t.m4.
16222
16223 2006-06-28  Bruno Haible  <bruno@clisp.org>
16224
16225         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
16226         gt_TYPE_WCHAR_T.
16227
16228 2006-06-28  Bruno Haible  <bruno@clisp.org>
16229
16230         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
16231         declaration for wcwidth.
16232         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
16233
16234 2006-06-28  Bruno Haible  <bruno@clisp.org>
16235
16236         * lib/mkdtemp.c [MINGW]: Include <io.h>.
16237         (mkdir): Define using _mkdir.
16238
16239 2006-06-28  Bruno Haible  <bruno@clisp.org>
16240
16241         * lib/getaddrinfo.h: Fix POSIX URL.
16242         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
16243         _WIN32.
16244         (use_win32_p): Make static.
16245         (getaddrinfo): Reject service name if it is empty or does not consist
16246         solely of decimal digits, or if its value is > 65535.
16247         (getnameinfo): Remove useless casts.
16248
16249 2006-06-27  Simon Josefsson  <jas@extundo.com>
16250
16251         * modules/sys_select: New file, suggested by Bruno Haible, Paul
16252         Eggert and Martin Lambers.
16253
16254 2006-06-27  Simon Josefsson  <jas@extundo.com>
16255
16256         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
16257         Eggert and Martin Lambers.
16258
16259 2006-06-27  Bruno Haible  <bruno@clisp.org>
16260
16261         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
16262         result to 0, not to empty.
16263         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
16264
16265 2006-06-27  Bruno Haible  <bruno@clisp.org>
16266
16267         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
16268
16269 2006-06-26  Simon Josefsson  <jas@extundo.com>
16270
16271         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
16272         present.
16273
16274 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
16275
16276         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
16277         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
16278         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
16279
16280 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
16281
16282         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
16283
16284 2006-06-26  Bruno Haible  <bruno@clisp.org>
16285
16286         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
16287
16288 2006-06-26  Bruno Haible  <bruno@clisp.org>
16289
16290         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
16291
16292 2006-06-26  Bruno Haible  <bruno@clisp.org>
16293
16294         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
16295         SGI C compiler in pre-C99 mode.
16296         Suggested by Mark D. Baushke and Larry Jones.
16297
16298 2006-06-26  Bruno Haible  <bruno@clisp.org>
16299
16300         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
16301         WCHAR_MAX.
16302         Reported by Mark D. Baushke and Larry Jones.
16303
16304 2006-06-26  Bruno Haible  <bruno@clisp.org>
16305
16306         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
16307         in pre-C99 mode.
16308         Suggested by Mark D. Baushke and Larry Jones.
16309
16310 2006-06-23  Simon Josefsson  <jas@extundo.com>
16311             Bruno Haible  <bruno@clisp.org>
16312
16313         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
16314         Emit mostlyclean-local rule.
16315         (func_emit_tests_Makefile_am): Likewise.
16316         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
16317
16318 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
16319
16320         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
16321
16322 2006-06-23  Bruno Haible  <bruno@clisp.org>
16323
16324         * tests/test-stdint.c: Update to match ISO C 99 Technical
16325         Corrigendum 1.
16326
16327 2006-06-23  Bruno Haible  <bruno@clisp.org>
16328
16329         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
16330
16331 2006-06-23  Bruno Haible  <bruno@clisp.org>
16332
16333         * lib/stdint_.h: Treat IRIX like OpenBSD.
16334
16335 2006-06-23  Bruno Haible  <bruno@clisp.org>
16336
16337         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
16338         ISO C 99 Technical Corrigendum 1.
16339
16340 2006-06-22  Simon Josefsson  <jas@extundo.com>
16341
16342         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
16343         MinGW.
16344
16345 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16346
16347         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
16348         needed.  Some compiler complained about some of them.  Problem reported
16349         by Larry Jones in
16350         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
16351
16352 2006-06-21  Simon Josefsson  <jas@extundo.com>
16353
16354         * tests/test-getaddrinfo.c: New file.
16355
16356         * modules/getaddrinfo-tests: New file.
16357
16358         * MODULES.html.sh: Add inet_pton.
16359
16360         * modules/inet_pton: New file.
16361
16362 2006-06-21  Simon Josefsson  <jas@extundo.com>
16363
16364         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
16365         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
16366         of using the (limited) gnulib implementation on Windows XP.
16367
16368         * m4/inet_pton.m4: New file.
16369
16370 2006-06-21  Simon Josefsson  <jas@extundo.com>
16371
16372         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
16373         variable.
16374
16375         * lib/socket_.h: Don't define WINVER.
16376
16377         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
16378         slightly modified to work in gnulib.
16379
16380 2006-06-21  Simon Josefsson  <jas@extundo.com>
16381
16382         * doc/gnulib.texi (Windows sockets): Add.
16383
16384 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
16385
16386         * lib/read-file.c (fread_file): Start with buffer allocation of
16387         0 bytes rather than 1 byte; this simplifies the code.
16388         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
16389         code to free buffer and save/restore errno.
16390         (internal_read_file): Remove unused local.
16391
16392 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
16393
16394         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
16395         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
16396         Problem reported by Denis Excoffier in
16397         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
16398
16399 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16400
16401         * modules/sys_socket, modules/socklen: Include sys/types since
16402         FreeBSD 4.x's sys/socket.h needs it.
16403
16404 2006-06-19  Simon Josefsson  <jas@extundo.com>
16405
16406         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
16407
16408 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
16409
16410         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
16411
16412 2006-06-19  Bruno Haible  <bruno@clisp.org>
16413
16414         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
16415         and FULL_PATH_INTTYPES_H in angle brackets.
16416         Reported by Mark D. Baushke <mdb@gnu.org>.
16417
16418 2006-06-17  Eric Blake  <ebb9@byu.net>
16419
16420         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
16421         errno.
16422
16423 2006-06-17  Bruno Haible  <bruno@clisp.org>
16424
16425         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
16426         <sys/inttypes.h>.
16427
16428 2006-06-17  Bruno Haible  <bruno@clisp.org>
16429
16430         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
16431         whether errno is declared. Assume <errno.h> declares errno.
16432
16433 2006-06-17  Bruno Haible  <bruno@clisp.org>
16434
16435         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
16436
16437 2006-06-17  Bruno Haible  <bruno@clisp.org>
16438
16439         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
16440         problem on Solaris 2.5.1.
16441
16442 2006-06-16  Eric Blake  <ebb9@byu.net>
16443
16444         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
16445         * lib/unicodeio.c [!defined errno]: Likewise.
16446         * lib/strtol.c [!defined errno]: Likewise.
16447         * lib/strtod.c [!defined errno]: Likewise.
16448
16449 2006-06-15  Eric Blake  <ebb9@byu.net>
16450
16451         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
16452
16453 2006-06-15  Eric Blake  <ebb9@byu.net>
16454
16455         * config/srclist.txt (ssize_t.m4): Lose sync.
16456
16457 2006-06-15  Bruno Haible  <bruno@clisp.org>
16458
16459         * modules/stdint (Files): Include m4/full-header-path.m4,
16460         m4/size_max.m4, m4/wchar_t.m4.
16461         (Makefile.am): Many more substitutions.
16462         * modules/stdint-tests: New file.
16463         * tests/test-stdint.c: New file.
16464
16465 2006-06-15  Bruno Haible  <bruno@clisp.org>
16466
16467         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
16468         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
16469         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
16470         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
16471         gl_CHECK_TYPE_SAME): New macros.
16472
16473 2006-06-15  Bruno Haible  <bruno@clisp.org>
16474
16475         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
16476
16477 2006-06-15  Bruno Haible  <bruno@clisp.org>
16478
16479         * lib/stdint_.h: Rewritten to be fully auto-configured.
16480         Fixes bug on HP-UX/IA64.
16481
16482 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
16483
16484         * lib/getdate.y (__attribute__): Don't define if already defined.
16485         Problem reported by Larry Jones.
16486         * lib/utimens.c (__attribute__): Likewise.
16487
16488 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
16489
16490         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
16491         reported by Andreas Schwab.
16492
16493 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16494             Bruno Haible  <bruno@clisp.org>
16495
16496         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
16497         check for the declaration of strnlen and a run test that exposes the
16498         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
16499         rpl_strndup.
16500
16501 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16502             Bruno Haible  <bruno@clisp.org>
16503
16504         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
16505
16506 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16507
16508         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
16509         compile test, for Tru64 4.0D.
16510
16511 2006-05-28  Karl Berry  <karl@gnu.org>
16512
16513         * config/srclist.txt (printf-args.c): lose sync.
16514
16515 2006-05-26  Martin Lambers  <marlam@marlam.de>
16516
16517         * lib/getpass.c: Updates the test for the native W32 API, and adds
16518         missing includes, thus fixing compilation warnings.
16519
16520 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
16521
16522         * lib/exclude.c (exclude_fnmatch): New function.
16523         (excluded_file_name): Call exclude_fnmatch.
16524         * lib/exclude.h (excluded_file_name): New prototype
16525
16526 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
16527
16528         * lib/tempname.c (small_open, large_open): New macros.
16529         (__open, __open64) [!_LIBC]: Remove.
16530         (__gen_tempname): Use small_open and large_open instead of __open
16531         and __open64.  This fixes a portability bug on HP-UX 11.11i
16532         reported by Simon Wing-Tang in
16533         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
16534
16535 2006-05-24  Bruno Haible  <bruno@clisp.org>
16536
16537         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
16538         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
16539         Reported by Thorsten Maerz <torte@netztorte.de> via
16540         Aaron Stone <aaron@serendipity.cx>.
16541
16542 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16543
16544         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
16545         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
16546         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
16547         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
16548         not really conditional on the cache.
16549         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
16550
16551 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16552
16553         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
16554         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
16555         (my_usleep): Don't mishandle maximum value.
16556
16557 2006-05-19  Jim Meyering  <jim@meyering.net>
16558
16559         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
16560
16561 2006-05-17  Bruno Haible  <bruno@clisp.org>
16562
16563         Cygwin portability.
16564         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
16565
16566 2006-05-17  Bruno Haible  <bruno@clisp.org>
16567
16568         * lib/stdint_.h: Fix recognition of Cygwin.
16569
16570 2006-05-15  Bruno Haible  <bruno@clisp.org>
16571
16572         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
16573         on libtool patch by Ralf Wildenhues.
16574
16575 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16576
16577         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
16578         test for C99 conformance; (bool) 0.5 is an integer constant
16579         expression, but (bool) -0.5 is not.  Problem reported by Fedor
16580         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
16581
16582 2006-05-11  Simon Josefsson  <jas@extundo.com>
16583
16584         * m4/xvasprintf.m4: Fix obvious typo.
16585
16586 2006-05-11  Jim Meyering  <jim@meyering.net>
16587
16588         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
16589         James Lemley.
16590
16591 2006-05-10  Simon Josefsson  <jas@extundo.com>
16592
16593         * lib/md4.c: Typo fix, update copyright years.
16594         (K1, K2): Don't use L because it turn computations into 64-bit on
16595         64-bit platforms.
16596
16597 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
16598
16599         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
16600         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
16601         unwanted sign propagation, e.g., on hosts with 64-bit int.
16602         There still are some problems with reeelly weird theoretical hosts
16603         (e.g., 33-bit int) but it's not worth worrying about now.
16604         * lib/sha1.c (rol): Likewise.
16605         (K1, K2, K3, K4): Remove unnecessary L suffix.
16606
16607 2006-05-10  Bruno Haible  <bruno@clisp.org>
16608
16609         * lib/des.c: Cast to avoid warnings.
16610
16611 2006-05-09  Bruno Haible  <bruno@clisp.org>
16612
16613         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
16614         (Depends-on): Depend also on xsize, stdarg.
16615         (configure.ac): Add gl_XVASPRINTF.
16616
16617 2006-05-09  Bruno Haible  <bruno@clisp.org>
16618
16619         * m4/xvasprintf.m4: New file.
16620
16621 2006-05-09  Bruno Haible  <bruno@clisp.org>
16622
16623         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
16624         (EOVERFLOW): Define fallback value.
16625         (xstrcat): New function.
16626         (xvasprintf): Recognize the special case of a string concatenation.
16627
16628 2006-05-08  Eric Blake  <ebb9@byu.net>
16629
16630         * gnulib-tool (func_version): Base copyright year on CVS date.
16631         (func_emit_copyright_notice): New function.
16632         (func_emit_lib_Makefile_am): Use it.
16633         (func_emit_tests_Makefile_am): Likewise.
16634         (func_import): Likewise.
16635
16636 2006-05-08  Bruno Haible  <bruno@clisp.org>
16637
16638         * modules/stdarg: New file.
16639         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
16640
16641 2006-05-08  Bruno Haible  <bruno@clisp.org>
16642
16643         * m4/stdarg.m4: New file, from GNU gettext.
16644
16645 2006-05-08  Bruno Haible  <bruno@clisp.org>
16646
16647         * config/srclist.txt (build-aux/config.rpath): different from latest
16648         release.
16649
16650 2006-05-08  Bruno Haible  <bruno@clisp.org>
16651
16652         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
16653
16654 2006-05-05  Jim Meyering  <jim@meyering.net>
16655
16656         * m4/warning.m4: New file, derived from bison's file by the same name.
16657
16658 2006-05-03  Bruno Haible  <bruno@clisp.org>
16659
16660         * lib/stdint_.h: Shorter URL.
16661         * lib/inttypes.h: Likewise.
16662
16663 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16664
16665         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
16666
16667 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16668
16669         * lib/verify.h: Document the internals better.  Most of this change
16670         was written by Bruno Haible.
16671
16672 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16673
16674         * doc/verify.texi: New file, partly based on a proposal by
16675         Bruno Haible.
16676
16677 2006-05-02  Bruno Haible  <bruno@clisp.org>
16678
16679         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
16680         test from here...
16681         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
16682
16683 2006-04-29  Bruno Haible  <bruno@clisp.org>
16684
16685         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
16686         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
16687
16688 2006-04-29  Bruno Haible  <bruno@clisp.org>
16689
16690         * gnulib-tool: Make --update option actually work.
16691
16692 2006-04-29  Bruno Haible  <bruno@clisp.org>
16693
16694         * doc/gcd.texi: New file.
16695         * doc/gnulib.texi: Include it.
16696
16697 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
16698
16699         * lib/getdate.y (get_date): When adding relative date, start with the
16700         initial time, not with the result of the first mktime call.
16701
16702 2006-04-25  Bruno Haible  <bruno@clisp.org>
16703
16704         * gnulib-tool (func_import): Output the include directives in three
16705         blocks, sorted separately.
16706         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16707
16708 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
16709
16710         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
16711         to define main with arguments, for C++.  Reported by Eric Blake.
16712         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
16713         Prefer 'int main ()' to 'int main (void)', for C++.
16714         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
16715         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
16716         for 'main', for C99 and C++.
16717
16718 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
16719
16720         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
16721         Don't assume that exit status -1 is valid.
16722         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
16723         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
16724         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
16725         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
16726         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
16727         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
16728         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
16729         functions can be used without declaring them, or that you can
16730         exit with status -1.
16731         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
16732
16733 2006-04-24  Karl Berry  <karl@gnu.org>
16734
16735         * config/srclist.txt (longdouble.m4): sync lost.
16736
16737 2006-04-24  Eric Blake  <ebb9@byu.net>
16738
16739         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
16740
16741 2006-04-24  Bruno Haible  <bruno@clisp.org>
16742
16743         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
16744         poll() implementation in AIX.
16745         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16746
16747 2006-04-24  Bruno Haible  <bruno@clisp.org>
16748
16749         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
16750         assigned exactly once.
16751
16752 2006-04-23  Claudio Fontana  <claudio@gnu.org>
16753             Bruno Haible  <bruno@clisp.org>
16754
16755         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
16756         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
16757         for AM_CPPFLAGS.
16758
16759 2006-04-23  Bruno Haible  <bruno@clisp.org>
16760
16761         * modules/copy-file: Depend on unistd.
16762         * modules/execute: Likewise.
16763         * modules/fatal-signal: Likewise.
16764         * modules/findprog: Likewise.
16765         * modules/mkdtemp : Likewise.
16766         * modules/pipe: Likewise.
16767         * modules/wait-process: Likewise.
16768
16769 2006-04-23  Bruno Haible  <bruno@clisp.org>
16770
16771         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
16772         condition was already detected.
16773         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16774
16775 2006-04-23  Bruno Haible  <bruno@clisp.org>
16776
16777         * lib/copy-file.c: Include <unistd.h> unconditionally.
16778         * lib/execute.c: Likewise.
16779         * lib/fatal-signal.c: Likewise.
16780         * lib/findprog.c: Likewise.
16781         * lib/mkdtemp.c: Likewise.
16782         * lib/pipe.h: Likewise.
16783         * lib/pipe.c: Likewise.
16784         * lib/wait-process.h: Likewise.
16785
16786 2006-04-23  Bruno Haible  <bruno@clisp.org>
16787
16788         * gnulib-tool (func_usage): Fix --import description. Document
16789         --update.
16790         (func_import): Create temporary file in a temporary directory, if
16791         --dry-run is specified. Silence errors from 'grep' when there are no
16792         m4 files in $m4dir.
16793         (func_create_testdir): Silence errors from 'grep' when there are no
16794         m4 files in $m4dir.
16795         Reported by Karl Berry <karl@freefriends.org>.
16796
16797 2006-04-20  Bruno Haible  <bruno@clisp.org>
16798
16799         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
16800         one argument, so that the code will be portable to Autoconf 2.60.
16801         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
16802         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
16803         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
16804
16805 2006-04-19  Derek Price  <derek@ximbiot.com>
16806             Eric Blake  <ebb9@byu.net>
16807
16808         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
16809         rather than "/full/path.h".  Update comment to match.  Shorten &
16810         generalize m4_translit call via AS_TR_CPP.
16811
16812 2006-04-19  Derek Price  <derek@ximbiot.com>
16813             Eric Blake  <ebb9@byu.net>
16814
16815         * lib/inttypes.h: Correct grammar in comment.
16816
16817 2006-04-18  Derek Price  <derek@ximbiot.com>
16818             Paul Eggert  <eggert@cs.ucla.edu>
16819
16820         * modules/inttypes: New file.
16821         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
16822
16823 2006-04-18  Derek Price  <derek@ximbiot.com>
16824             Paul Eggert  <eggert@cs.ucla.edu>
16825
16826         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
16827         New files.
16828
16829 2006-04-18  Derek Price  <derek@ximbiot.com>
16830             Paul Eggert  <eggert@cs.ucla.edu>
16831
16832         * lib/inttypes.h: New file.
16833         * lib/strtoimax.c: Assume <inttypes.h>.
16834
16835 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
16836
16837         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
16838         isn't mounted.  Problem reported by Kir Kolyshkin.
16839
16840 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
16841
16842         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
16843         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
16844         Derek R. Price.
16845         * lib/regex.h (RE_DUP_MAX): Update comment to match current
16846         implementation.
16847
16848 2006-04-12  Eric Blake  <ebb9@byu.net>
16849
16850         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
16851         is now done automatically by the corresponding Autoconf macro.
16852
16853 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
16854
16855         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
16856         time_r.h.
16857
16858 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
16859
16860         Merge regex changes from libc, removing some of our
16861         POSIX-conformance changes that were rejected and redoing them in a
16862         less-intrusive way.
16863
16864         * lib/regcomp.c (re_compile_internal, init_dfa):
16865         Length arg is now size_t, not Idx.  All uses changed.
16866         (peek_token): Forward decl now says internal_function.
16867         (__re_error_msgid, __re_error_msgid_idx):
16868         Now static rather than extern with attribute_hidden.
16869         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
16870         For some reason libc prefers K&R style defns for external functions.
16871         (regerror) [!defined _LIBC]: Likewise.
16872         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
16873         (seek_collating_symbol_entry, lookup_collation_sequence_value):
16874         (build_range_exp, build_collating_symbol):
16875         Use K&R-style defn.
16876         (re_compile_fastmap): Use '\0' to memset, not 0.
16877         (utf8_sb_map): Make the calculations more obvious.
16878         (init_dfa, parse_bracket_exp, build_charclass_op):
16879         Call calloc and cast result, as glibc does.
16880         (init_word_char, fetch_token, peek_token, peek_token_bracket):
16881         (build_range_exp, build_collating_symbol):
16882         Now internal functions.
16883
16884         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
16885
16886         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
16887         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
16888         Don't depend on VMS; depend on __VMS instead, for POSIX
16889         namespace cleanness.
16890         (regoff_t): Define to ssize_t, not long int.
16891
16892         Remove the REG_ macros named below.  Instead, make the old names
16893         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
16894         __USE_GNU_REGEX.
16895         (REG_BACKSLASH_ESCAPE_IN_LISTS):
16896         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
16897         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
16898         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
16899         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
16900         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
16901         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
16902         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
16903         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
16904         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
16905         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
16906         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
16907         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
16908         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
16909         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
16910         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
16911         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
16912         (REG_NREGS):
16913         Remove.  All uses replaced by the old RE_* names.
16914         (RE_BACKSLASH_ESCAPE_IN_LISTS):
16915         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
16916         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
16917         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
16918         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
16919         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
16920         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
16921         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
16922         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
16923         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
16924         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
16925         Don't bother having these macros be independent of each others'
16926         values, since they no longer exist in the POSIX name space.
16927
16928         Rename the following member names back to their old names,
16929         unless !__USE_GNU_REGEX.  All uses changed back.
16930         (buffer): Renamed from re_buffer.
16931         (allocated): Renamed from re_allocated.
16932         (used): Renamed from re_used.
16933         (syntax): Renamed from re_syntax.
16934         (fastmap): Renamed from re_fastmap.
16935         (translate): Renamed from re_translate.
16936         (can_be_null): Renamed from re_can_be_null.
16937         (regs_allocated): Renamed from re_regs_allocated.
16938         (fastmap_accurate): Renamed from re_fastmap_accurate.
16939         (no_sub): Renamed from re_no_sub.
16940         (not_bol): Renamed from re_not_bol.
16941         (not_eol): Renamed from re_not_eol.
16942         (newline_anchor): Renamed from re_newline_anchor.
16943         (num_regs): Renamed from rm_num_regs.
16944         (start): Renamed from rm_start.
16945         (end): Renamed from rm_end.
16946
16947         (free_state): Move up a bit.
16948
16949         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
16950         #define to be empty.
16951         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
16952         when that is what is intended.
16953         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
16954         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
16955         (MAX): New macro.
16956         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
16957         All uses changed back to re_malloc, etc.  It's now the caller's
16958         responsibility to check for overflow; all callers changed.
16959         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
16960         (re_x2nrealloc): Remove.
16961         (free_state): Remove decl.
16962
16963         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
16964         (re_set_registers, re_exec):
16965         Use K&R-style defn.
16966
16967         2006-01-31  Roland McGrath  <roland@redhat.com>
16968
16969         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
16970         Reported by Mike Frysinger <vapier@gentoo.org>.
16971
16972         2006-01-15  Andreas Jaeger  <aj@suse.de>
16973
16974         [BZ #1950]
16975         * lib/regex_internal.c (re_string_reconstruct): Adjust for
16976         build_wcs_upper_buffer change.
16977         (build_wcs_upper_buffer): Change return type.
16978
16979         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
16980
16981         * lib/regex_internal.h: Include <stdint.h> if available.
16982
16983         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
16984
16985         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
16986
16987         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
16988
16989         * lib/regcomp.c: Adjust for changed secondary hash function.
16990
16991         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
16992
16993         * lib/regex.h: Pretty printing.
16994         Clean up namespace a bit.
16995
16996         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
16997
16998         * lib/regexec.c (update_cur_sifted_state, check_arrival,
16999         check_arrival_add_next_nodes): Avoid using uninitialized variable.
17000
17001         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17002                     Ulrich Drepper  <drepper@redhat.com>
17003
17004         [BZ #1302]
17005         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
17006         changed.
17007         (bitset_word_t): Renamed from bitset_word.  All uses changed.
17008
17009         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
17010
17011         [BZ #281]
17012         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
17013         * lib/regcomp.c: Remove unnecessary uses of
17014         unsigned RE_TRANSLATE_TYPE.
17015         * lib/regex_internal.h: Likewise.
17016         * lib/regex_internal.c: Likewise.
17017         * lib/regexec.c: Likewise.
17018         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
17019
17020         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
17021
17022         * lib/regexec.c (find_recover_state): Remove unnecessary
17023         initialization.
17024         (transit_state_bkref): Make DFA a const pointer.
17025         (get_subexp): Likewise.
17026         (check_arrival): Likewise.
17027         (update_cur_sifted_state): Likewise.
17028         (re_search_internal): Likewise.
17029         (prune_impossible_nodes): Likewise.
17030         (acquire_init_state_context): Likewise.
17031         (proceed_next_node): Likewise.
17032         (set_regs): Likewise.
17033         (free_fail_stack_return): Likewise.
17034         (check_arrival_expand_ecl): Mark DFA parameter as const.
17035         (check_arrival_expand_ecl_sub): Likewise.
17036         (check_subexp_limits): Likewise.
17037         (sub_epsilon_src_nodes):  Likewise.
17038         (add_epsilon_src_nodes):  Likewise.
17039         (merge_state_array): Likewise.
17040         (update_regs): Likewise.
17041         (build_trtable): Likewise.
17042         (sift_states_backward): Mark MCTX parameter as const.
17043         (build_sifted_states): Likewise.
17044         (update_cur_sifted_state): Likewise.
17045         (sift_states_mkref): Likewise.
17046         (check_arrival_expand_ecl): Mark eclosure as const.
17047         (check_dst_limits_calc_pos_1): Likewise.
17048         * lib/regex_internal.h (re_match_context_t): Make dfa a const
17049         pointer.
17050
17051         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
17052
17053         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
17054         (transit_state_sb): Likewise.
17055         (transit_state_mb): Likewise.
17056         (sift_states_iter_mb): Likewise.
17057         (check_arrival_add_next_nodes): Likewise.
17058         (check_node_accept_bytes): Change first parameter to pointer-to-const.
17059         [_LIBC] (re_search_2_stub): Use mempcpy.
17060
17061         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
17062         mbrtowc for very simple UTF-8 case.
17063
17064         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
17065         a pointer-to-const.
17066         (re_acquire_state_context): Likewise.
17067         * lib/regex_internal.h: Adjust prototypes.
17068
17069         * lib/regex.c: Prevent using C++ compilers.
17070
17071         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
17072         (re_acquire_state_context): Likewise.
17073
17074 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17075
17076         * modules/regex (Depends-on): Add ssize_t.
17077
17078 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17079
17080         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
17081         translation table.
17082
17083 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17084
17085         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
17086
17087 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
17088             Bruno Haible  <bruno@clisp.org>
17089
17090         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
17091         <sys/types.h> and <inttypes.h>.
17092
17093 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17094
17095         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
17096         `__error_t_defined', so argp.h will not typedef the former.
17097
17098 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
17099
17100         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
17101         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
17102         glibc names.  Even if glibc is changed to conform to POSIX, the
17103         traditional names will be available anyway, since regex depends on
17104         the extensions module.  Also, fix a longstanding typo in the
17105         implementation of Spencer ERE test #75 from grep 2.3.  Problems
17106         reported by Emanuele Giaquinta.  Also, change sense of cached
17107         variable, so that the message makes sense.
17108
17109 2006-03-24  Simon Josefsson  <jas@extundo.com>
17110
17111         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
17112         including some doc fixes.
17113         (base64_encode_alloc): Fix +1 bug on allocation failures.
17114
17115 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17116
17117         * lib/base64.c (base64_encode): Do not read past end of array with
17118         unsanitized input on systems with CHAR_BIT > 8.
17119
17120 2006-03-24  Eric Blake  <ebb9@byu.net>
17121
17122         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
17123
17124 2006-03-22  Karl Berry  <karl@gnu.org>
17125
17126         * config/srclist.txt (*setenv.[ch]): get from coreutils.
17127         * config/srclistvars.sh (COREUTILS): new var.
17128
17129 2006-03-17  Jim Meyering  <jim@meyering.net>
17130
17131         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
17132         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
17133
17134 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
17135
17136         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
17137         no longer needs it.  Instead, check that regoff_t is as least
17138         as wide as ptrdiff_t.
17139
17140         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
17141         so that our regex.h stays compatible with the installed regex.
17142         This is helpful for installers who configure --without-included-regex.
17143         Problem reported by Emanuele Giaquinta.
17144
17145 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
17146
17147         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
17148         Typedef to long int, not to off_, as POSIX will likely change
17149         in that direction.
17150
17151 2006-03-15  Eric Blake  <ebb9@byu.net>
17152
17153         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
17154
17155 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
17156
17157         * lib/argp-help.c (validate_uparams): Fix typo
17158         * lib/argp-parse.c (argp_default_options): Consistently begin help
17159         messages with a lowercase letter.
17160
17161 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
17162
17163         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
17164         overrun buffers and shouldn't be used (much as gets shouldn't be
17165         used).
17166         * lib/time_r.c (asctime_r, ctime_r): Likewise.
17167
17168 2006-03-08  Simon Josefsson  <jas@extundo.com>
17169
17170         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
17171         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17172
17173 2006-03-08  Simon Josefsson  <jas@extundo.com>
17174
17175         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
17176         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17177
17178 2006-03-08  Simon Josefsson  <jas@extundo.com>
17179
17180         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
17181         signal that configure disabled the device.
17182
17183 2006-03-08  Simon Josefsson  <jas@extundo.com>
17184
17185         * build-aux/maint.mk: Fix refresh-po, to handle no translated
17186         languages.
17187
17188 2006-03-07  Simon Josefsson  <jas@extundo.com>
17189
17190         * modules/getopt (Depends-on): Add unistd.
17191
17192         * modules/unistd: New file.
17193
17194 2006-03-07  Simon Josefsson  <jas@extundo.com>
17195
17196         * modules/gc-random: New file.
17197
17198 2006-03-07  Simon Josefsson  <jas@extundo.com>
17199
17200         * m4/unistd_h.m4: New file.
17201
17202 2006-03-07  Simon Josefsson  <jas@extundo.com>
17203
17204         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
17205         test to be side-effect free by storing the result in the cache
17206         variable gl_cv_lib_readline, and moving the assignment of
17207         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
17208         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17209
17210 2006-03-07  Simon Josefsson  <jas@extundo.com>
17211
17212         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
17213         error on missing devices (the functions will return an error).
17214
17215         * m4/gc.m4: Move random stuff to gc-random.m4
17216
17217 2006-03-07  Simon Josefsson  <jas@extundo.com>
17218
17219         * lib/unistd_.h: New file.
17220
17221 2006-03-07  Simon Josefsson  <jas@extundo.com>
17222
17223         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
17224
17225 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17226
17227         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
17228         Problem reported by Juan Manuel Guerrero.
17229
17230 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17231
17232         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
17233         the unistd module.
17234         * lib/getlogin_r.c: Likewise.
17235         * lib/getlogin_r.h: Likewise.
17236         * lib/glob.c: Likewise.
17237         * lib/pagealign_alloc.c: Likewise.
17238         * lib/unistd_.h: Remove; no longer needed.
17239
17240 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17241
17242         * MODULES.html.sh (Support for systems lacking POSIX:2001):
17243         Add unistd.
17244         * modules/c-stack (Depends-on): Add unistd.
17245         * modules/getlogin_r: Likewise.
17246         * modules/glob: Likewise.
17247         * modules/pagealign_alloc: Likewise.
17248         * modules/unistd (Files): Remove lib/unistd_.h.
17249         (EXTRA_DIST): Remove.
17250         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
17251         need unistd_.h.
17252         (MOSTLYCLEANFILES): Remove unistd.h-t.
17253
17254 2006-03-03  Simon Josefsson  <jas@extundo.com>
17255
17256         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
17257
17258 2006-03-03  Simon Josefsson  <jas@extundo.com>
17259
17260         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
17261         libidn and bison.
17262
17263 2006-03-03  Simon Josefsson  <jas@extundo.com>
17264
17265         * build-aux/maint.mk: Add indent target.
17266
17267 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
17268
17269         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
17270         our replacement poll.h in any case, to avoid a differing
17271         declaration from a system header.  Seen on AIX.
17272
17273 2006-03-01  Simon Josefsson  <jas@extundo.com>
17274
17275         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
17276         <kasal@ucw.cz>.
17277
17278 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17279
17280         * modules/gettime (Depends-on): Add extensions module.
17281         * modules/nanosleep (Depends-on): Likewise.
17282         * modules/settime (Depends-on): Likewise.
17283
17284 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17285
17286         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
17287         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
17288         pedantically.
17289         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
17290         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
17291
17292         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
17293         not "==".  Reported by Ralf Wildenhues.
17294
17295 2006-03-01  Karl Berry  <karl@gnu.org>
17296
17297         * doc/Copyright/request-*: new files, synced from gnuorg.
17298
17299 2006-03-01  Karl Berry  <karl@gnu.org>
17300
17301         * config/srclist.txt (Copyright/*): new entries.
17302
17303 2006-02-28  Simon Josefsson  <jas@extundo.com>
17304
17305         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
17306
17307 2006-02-27  Simon Josefsson  <jas@extundo.com>
17308
17309         * lib/base64.h: Indent #define's.  From Jim Meyering
17310         <jim@meyering.net>.
17311
17312 2006-02-27  Jim Meyering  <jim@meyering.net>
17313
17314         Revert the change of 2006-02-24, so these files can continue
17315         to be sync'd from gettext.
17316         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
17317         of `config.h'.
17318
17319 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17320
17321         * modules/intprops: New file.
17322         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
17323         Add intprops.
17324         * modules/getloadavg (Files): Remove lib/intprops.h.
17325         (Depends-on): Add intprops.
17326         * modules/human: Likewise.
17327         * modules/inttostr: Likewise.
17328         * modules/openat: Likewise.
17329         * modules/sig2str: Likewise.
17330         * modules/userspec: Likewise.
17331         * modules/utimecmp: Likewise.
17332         * modules/xnanosleep: Likewise.
17333         * modules/xstrtol: Likewise.
17334
17335 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
17336
17337         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
17338         * modules/lock-tests (TESTS): Use $(EXEEXT).
17339         * modules/tls-tests: Likewise.
17340         * modules/argp-tests: Likewise.
17341         (check_PROGRAMS): New var, replacing...
17342         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
17343
17344 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17345
17346         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
17347         `config.h'.
17348
17349 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
17350
17351         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
17352
17353 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17354
17355         Sync from coreutils.
17356         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
17357         gl_CHDIR_SAFER.
17358
17359 2006-02-22  Jim Meyering  <jim@meyering.net>
17360
17361         Sync from coreutils.
17362         * m4/chdir-safer.m4: New file.
17363
17364 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
17365
17366         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
17367         AT_FDCWD exceeds INT_MAX.
17368         * lib/openat.h (AT_FDCWD): Likewise.
17369
17370 2006-02-17  Eric Blake  <address@hidden>
17371
17372         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
17373
17374 2006-02-16  Simon Josefsson  <jas@extundo.com>
17375
17376         * modules/getaddrinfo (Depends-on): Add sys_socket.
17377
17378 2006-02-15  Simon Josefsson  <jas@extundo.com>
17379
17380         * build-aux/maint.mk: Add dsyntax-check rule.
17381
17382 2006-02-15  Eric Blake  <ebb9@byu.net>
17383
17384         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
17385         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
17386         'present but cannot compile' warnings on cygwin.
17387         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
17388         use ws2tcpip.h if sys/socket.h works.
17389         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
17390         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
17391
17392 2006-02-14  Simon Josefsson  <jas@extundo.com>
17393
17394         * modules/maintainer-makefile (Files): Rename.
17395
17396         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
17397         and (the local) Makefile.cfg to maint-cfg.mk.
17398
17399         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
17400         to the latter.
17401
17402         * modules/maintainer-makefile: New module.
17403
17404         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
17405         severaly stripped to make it possible to build it up from scratch
17406         with reliable tests.
17407
17408         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
17409         fixes to permit overriding the default actions when configure and
17410         makefile are not available.
17411
17412 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
17413
17414         Sync from coreutils.
17415         * modules/lstat (Depends-on): Don't depend on xalloc.
17416         (License): Change from GPL to LGPL, since this is now simply a
17417         replacement for a libc function.
17418
17419 2006-02-14  Jim Meyering  <jim@meyering.net>
17420
17421         Sync from coreutils.
17422
17423         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
17424         failure on deficient systems, and simplify gnulib lgpl dependencies.
17425         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
17426         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
17427
17428         * lib/xalloc-die.c: Remove unused definition of N_.
17429
17430 2006-02-14  Jim Meyering  <jim@meyering.net>
17431
17432         Sync from coreutils.
17433         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
17434         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
17435         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
17436         double-quote uses of that variable, to accommodate the rare case in
17437         which getmntent is available in none of the libraries checked.  This
17438         happens at least on FreeBSD 5.0.
17439
17440 2006-02-13  Simon Josefsson  <jas@extundo.com>
17441
17442         * gnulib-tool (Usage): Fix --import, from
17443         karl@freefriends.org (Karl Berry).
17444
17445 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
17446
17447         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
17448
17449 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
17450
17451         * lib/argp-namefrob.h: Restore changes accidentally lost during the
17452         "autoupdate" on 2005-12-12.
17453
17454 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
17455
17456         * modules/closeout (Depends-on): Remove atexit.
17457
17458 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
17459
17460         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
17461         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
17462
17463 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
17464
17465         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
17466         __EXTENSIONS__ if this causes compilation to fail.  Problem
17467         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
17468         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
17469
17470 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
17471
17472         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
17473         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
17474         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
17475         All uses changed.
17476
17477 2006-01-26  Simon Josefsson  <jas@extundo.com>
17478
17479         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
17480         prototype is visible on mingw32.
17481
17482         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
17483         for mingw32.
17484
17485         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
17486         mingw32).
17487
17488 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
17489
17490         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
17491         attempt to open for write; this always fails, at least on POSIX
17492         hosts.  This reinstates the 2006-01-09 change, which was
17493         inadvertently removed.
17494
17495 2006-01-26  Bruno Haible  <bruno@clisp.org>
17496
17497         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
17498         Reported by Paul Eggert.
17499
17500 2006-01-26  Bruno Haible  <bruno@clisp.org>
17501             Paul Eggert  <eggert@cs.ucla.edu>
17502
17503         * lib/stdbool_.h (_Bool)
17504         [(! (defined __cplusplus || defined __BEOS__)
17505           && !defined __GNUC__
17506           && !(defined __HP_cc || defined __xlc__
17507                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
17508                || defined __sgi))]:
17509         #define to signed char in these cases too; this simplifies
17510         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
17511         etc., separately) and makes it more conservative.
17512
17513 2006-01-25  Simon Josefsson  <jas@extundo.com>
17514
17515         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
17516         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
17517         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
17518
17519 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
17520
17521         * lib/argp-namefrob.h: Bugfix. Remove stray #
17522
17523 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
17524
17525         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
17526         so that we test the test.
17527         Check for yet another HP-UX cc bug involving *bool |= bool.
17528
17529 2006-01-25  Karl Berry  <karl@gnu.org>
17530
17531         * config/srclist.txt (vasnprintf.c): sync lost.
17532
17533 2006-01-25  Jim Meyering  <jim@meyering.net>
17534
17535         Sync from the stable (b5) branch of coreutils:
17536
17537         * lib/fts.c (fts_children): Don't let close() clobber errno from
17538         failed fchdir().
17539
17540         * lib/fts.c (fts_stat): When following a symlink-to-directory,
17541         don't necessarily interpret stat-fails+lstat-succeeds as indicating
17542         a dangling symlink.  That can also happen at least for ELOOP.
17543         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
17544         FYI, this bug predates the inclusion of fts.c in coreutils.
17545
17546         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
17547         in their own block, so pre-c99 compilers don't object.
17548
17549         Avoid the double-free (first in fts_read, second in fts_close) that
17550         would occur when an `active' directory is made inaccessible (e.g.,
17551         via chmod a-x) during a traversal.
17552         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
17553         before returning.  Reproduce this failure by
17554         mkdir -p a/b; cd a; chmod a-x . b
17555         Reported by Stavros Passas.
17556
17557 2006-01-25  Jim Meyering  <jim@meyering.net>
17558
17559         * lib/fileblocks.c: Remove more useless parentheses.
17560         * lib/readutmp.h: Likewise.
17561
17562 2006-01-25  Bruno Haible  <bruno@clisp.org>
17563
17564         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
17565         warnings.
17566         Reported by Paul Eggert.
17567
17568 2006-01-25  Bruno Haible  <bruno@clisp.org>
17569
17570         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
17571         rid of a trap command. For Solaris sh.
17572         Reported by Mark D. Baushke <mdb@gnu.org>.
17573
17574 2006-01-24  Simon Josefsson  <jas@extundo.com>
17575
17576         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
17577         Bruno.
17578
17579 2006-01-24  Karl Berry  <karl@gnu.org>
17580
17581         * config/srclist.txt (argp-namefrob.h): sync lost.
17582
17583 2006-01-24  Jim Meyering  <jim@meyering.net>
17584
17585         * modules/openat (Files): Add lib/intprops.h.
17586         From Mark D. Baushke.
17587
17588 2006-01-24  Jim Meyering  <jim@meyering.net>
17589
17590         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
17591         Reported by Mark D. Baushke.
17592
17593 2006-01-24  Jim Meyering  <jim@meyering.net>
17594
17595         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
17596
17597 2006-01-24  Bruno Haible  <bruno@clisp.org>
17598
17599         * modules/strnlen (Maintainer): Change from glibc to all.
17600
17601 2006-01-24  Bruno Haible  <bruno@clisp.org>
17602
17603         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
17604         Patch by Paul Eggert.
17605
17606 2006-01-24  Bruno Haible  <bruno@clisp.org>
17607
17608         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
17609         already has it.
17610         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
17611         2005-11-26.
17612
17613         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
17614         'signed char' to avoid problems with the built-in _Bool type.
17615         Reported by Paul Eggert on 2005-11-26.
17616
17617 2006-01-24  Bruno Haible  <bruno@clisp.org>
17618
17619         * gnulib-tool (func_import): Avoid constructing complicated sed
17620         expressions inside backquote.
17621         Report and solution by Mark D. Baushke <mdb@gnu.org>.
17622
17623 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
17624
17625         These changes imported from libc.
17626         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
17627         test and two separate function calls.
17628         * lib/strndup.c (__strndup): Add libc_hidden_def.
17629
17630 2006-01-23  Simon Josefsson  <jas@extundo.com>
17631
17632         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
17633         Remove the test_*_SOURCES variable: automake infers it by default.
17634         * modules/tls-tests: Likewise.
17635
17636 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17637
17638         Work around porting bugs reported by Dieter in
17639         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
17640         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
17641         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
17642         Include "getopt.h" first, to check interface.
17643         (getenv): Declare only if defined HAVE_DECL_GETENV &&
17644         !HAVE_DECL_GETENV.
17645         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
17646         (__strndup): Revert to K&R-style function dfns, the glibc style.
17647         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
17648         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
17649         Include strnlen.h first, to get prototype properly.
17650         (strnlen): Renamed from __strnlen.
17651         Remove weak alias.
17652
17653 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17654
17655         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
17656
17657 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17658
17659         * config/srclist.txt: Adjust to reflect glibc reorganization.
17660         This affects only comments.
17661
17662 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17663
17664          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
17665          Reported by Bruce Korb <bkorb@gnu.org>.
17666
17667 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
17668
17669         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
17670         to pacify gcc -Wswitch-default.
17671
17672 2006-01-22  Bruno Haible  <bruno@clisp.org>
17673
17674         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
17675         temporary buffer for sprintf, take into account the precision also
17676         for 'd', 'i', 'u', 'o', 'x', 'X'.
17677
17678 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
17679
17680         * modules/argp-tests: New module
17681         * tests/test-argp.c: New file
17682         * tests/test-argp-2.sh: New file
17683
17684 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
17685
17686         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
17687         (__argp_base_name): Removed
17688         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
17689         typo.
17690         (__argp_base_name): Provide macro definition or extern declaration
17691         depending on the configuration
17692
17693 2006-01-20  Simon Josefsson  <jas@extundo.com>
17694
17695         * modules/inet_ntop (Depends-on): Depend on sys_socket.
17696
17697 2006-01-20  Simon Josefsson  <jas@extundo.com>
17698
17699         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
17700
17701 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17702
17703         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
17704         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
17705         Suggested by Bruno Haible.
17706
17707 2006-01-20  Karl Berry  <karl@gnu.org>
17708
17709         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
17710         until changes propagate, I guess.
17711
17712 2006-01-19  Simon Josefsson  <jas@extundo.com>
17713
17714         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
17715
17716 2006-01-19  Simon Josefsson  <jas@extundo.com>
17717
17718         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
17719
17720 2006-01-19  Simon Josefsson  <jas@extundo.com>
17721
17722         * gnulib-tool: Set check_PROGRAMS.
17723
17724         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
17725         modules/des-tests, modules/gc-arcfour-tests,
17726         modules/gc-arctwo-tests, modules/gc-des-tests,
17727         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
17728         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
17729         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
17730         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
17731         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
17732         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
17733         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
17734         test_*_SOURCES.
17735
17736 2006-01-18  Simon Josefsson  <jas@extundo.com>
17737
17738         * modules/socklen (Depends-on): Depend on sys_socket.
17739
17740 2006-01-18  Simon Josefsson  <jas@extundo.com>
17741
17742         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
17743         modules/des-tests, modules/gc-arcfour-tests,
17744         modules/gc-arctwo-tests, modules/gc-des-tests,
17745         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
17746         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
17747         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
17748         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
17749         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
17750         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
17751         $(EXEEXT) to automake TESTS variable, for mingw32.
17752
17753 2006-01-17  Simon Josefsson  <jas@extundo.com>
17754
17755         * modules/socklen (Include): Need sys/socket.h.
17756
17757 2006-01-17  Bruno Haible  <bruno@clisp.org>
17758
17759         * modules/ssize_t (Include): Add <sys/types.h>.
17760
17761 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
17762
17763         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
17764         it's not portable and it doesn't work with cross-compiles.
17765         Problem reported by Bruno Haible.  Fix missing-$ typo in
17766         'test "gl_cv_ignore_unused_libraries" ...' that prevented
17767         -zignore from being used with Sun's C compiler.
17768
17769 2006-01-12  Simon Josefsson  <jas@extundo.com>
17770
17771         * lib/base64.c: Fix warning, reported by Bruno Haible
17772         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
17773
17774 2006-01-12  Bruno Haible  <bruno@clisp.org>
17775
17776         * modules/ldd: New file.
17777         * build-aux/ldd.sh.in: New file.
17778         * MODULES.html.sh (Support for building libraries and executables): Add
17779         ldd.
17780
17781 2006-01-12  Bruno Haible  <bruno@clisp.org>
17782
17783         * m4/ldd.m4: New file.
17784
17785 2006-01-12  Bruno Haible  <bruno@clisp.org>
17786
17787         * gnulib-tool (func_import, func_create_testdir): Don't go into an
17788         endless loop while replacing $auxdir with build-aux.
17789
17790 2006-01-11  Simon Josefsson  <jas@extundo.com>
17791
17792         * lib/stdint_.h (SIZE_MAX): Add missing (.
17793
17794 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
17795
17796         Sync from coreutils.
17797         * lib/md5.c: Fix commentary typos.
17798         (alignof, UNALIGNED_P): No need for a GCC-specific version.
17799         * lib/md5.h (__attribute__): Remove; unused.
17800         * lib/sha1.c: Fix commentary to match md5 better.
17801         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
17802         so that we don't need to worry about alignment.  All uses changed.
17803         This merges the 2005-10-28 md5 change into sha1.
17804
17805 2006-01-11  Jim Meyering  <jim@meyering.net>
17806
17807         Sync from coreutils.
17808         * lib/md5.c (OP): Fix spacing.
17809
17810 2006-01-11  Bruno Haible  <bruno@clisp.org>
17811
17812         Ensure automatic ordering between gl_LOCK and gl_ARGP.
17813         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
17814         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
17815
17816 2006-01-11  Bruno Haible  <bruno@clisp.org>
17817
17818         Ensure automatic ordering between gl_LOCK and gl_ARGP.
17819         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
17820         the "early" section as well.
17821
17822 2006-01-11  Bruno Haible  <bruno@clisp.org>
17823
17824         Avoid "ar: no archive members specified" error on MacOS X.
17825         * gnulib-tool (func_modules_add_dummy): New function.
17826         (func_import, func_create_testdir): Invoke it.
17827
17828 2006-01-11  Bruno Haible  <bruno@clisp.org>
17829
17830         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
17831         with $auxdir in AC_CONFIG_FILES statements.
17832
17833 2006-01-11  Bruno Haible  <bruno@clisp.org>
17834
17835         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
17836         Initialize also noinst_HEADERS to empty.
17837
17838 2006-01-11  Bruno Haible  <bruno@clisp.org>
17839
17840         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
17841         variables.
17842         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
17843         autoreconf.
17844
17845 2006-01-11  Bruno Haible  <bruno@clisp.org>
17846
17847         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
17848         overridable by the user.
17849         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17850
17851 2006-01-10  Simon Josefsson  <jas@extundo.com>
17852
17853         * modules/sys_socket: New file.
17854
17855 2006-01-10  Simon Josefsson  <jas@extundo.com>
17856
17857         * m4/sys_socket_h.m4: New file.
17858
17859 2006-01-10  Simon Josefsson  <jas@extundo.com>
17860
17861         * lib/socket_.h: New file.
17862
17863 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
17864
17865         * modules/readutmp (Maintainer): Add myself.
17866
17867 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
17868
17869         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
17870         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
17871         People who are still concerned with buggy memcmp implementations
17872         can invoke gl_FUNC_MEMCMP themselves.
17873
17874 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
17875
17876         * lib/regex_internal.h (BITSET_WORD_BITS):
17877         Work around a bug in 64-bit PGC (before version 6.1-2), where the
17878         preprocessor mishandles large unsigned values as if they were signed.
17879         Problem reported by Claudio Fontana in
17880         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
17881
17882 2006-01-10  Jim Meyering  <jim@meyering.net>
17883
17884         Avoid the double-free (first in fts_read, second in fts_close) that
17885         would occur when an `active' directory is made inaccessible (e.g.,
17886         via chmod a-x) during a traversal.
17887         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
17888         before returning.  Reproduce this failure by
17889         mkdir -p a/b; cd a; chmod a-x . b
17890         Reported by Stavros Passas.
17891
17892         Sync from coreutils.
17893         * lib/sha1.c: Tweak grammar in a comment.
17894
17895 2006-01-10  Jim Meyering  <jim@meyering.net>
17896
17897         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
17898         Patch by Joerg Sonnenberger.
17899
17900 2006-01-10  Bruno Haible  <bruno@clisp.org>
17901
17902         * modules/readutmp: Depend on module free.
17903         * modules/strtok_r: Depend on module restrict.
17904
17905 2006-01-10  Bruno Haible  <bruno@clisp.org>
17906
17907         * modules/gettext (configure.ac): Add an invocation of
17908         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
17909
17910 2006-01-10  Bruno Haible  <bruno@clisp.org>
17911
17912         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
17913         Reported by Werner Lemberg <wl@gnu.org>.
17914
17915 2006-01-10  Bruno Haible  <bruno@clisp.org>
17916
17917         * lib/localcharset.c: Update from GNU gettext.
17918
17919 2006-01-10  Bruno Haible  <bruno@clisp.org>
17920
17921         * lib/argp.h (__const): Remove macro. Use const instead.
17922         * lib/argp-fmtstream.h (__const): Likewise.
17923         * lib/glob_.h (__const): Remove macro.
17924         * lib/glob-libc.h: Use const instead of __const.
17925
17926 2006-01-10  Bruno Haible  <bruno@clisp.org>
17927
17928         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
17929         variable.
17930         Needed to avoid an automake error regarding the 'gettext' module.
17931
17932 2006-01-09  Simon Josefsson  <jas@extundo.com>
17933
17934         * modules/inet_ntop (Depends-on): Add restrict.
17935
17936 2006-01-09  Simon Josefsson  <jas@extundo.com>
17937
17938         * modules/gc-rijndael-tests (License): Put under LGPL.
17939
17940         * modules/gc-des-tests (License): Likewise.
17941
17942         * modules/gc-arcfour-tests (License): Likewise.
17943
17944         * modules/gc-arctwo-tests (License): Likewise.
17945
17946         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
17947
17948         * modules/gc-hmac-sha1-tests (Files): Likewise.
17949
17950         * modules/gc-hmac-md5-tests (License): Likewise.
17951
17952         * modules/gc-sha1-tests (License): Likewise.
17953
17954         * modules/gc-md5-tests (License): Likewise.
17955
17956         * modules/gc-md4-tests (License): Likewise.
17957
17958         * modules/gc-md2-tests (License): Likewise.
17959
17960         * modules/gc-tests (License): Likewise.
17961
17962         * modules/des-tests (License): Likewise.
17963
17964         * modules/md4-tests (License): Likewise.
17965
17966         * modules/md2-tests (License): Likewise.
17967
17968 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
17969
17970         Sync from coreutils:
17971
17972         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
17973         * modules/lib-ignore: New file.
17974         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
17975         chdir-safer.m4, lchmod.m4.
17976         * modules/openat: Add mkdirat.c, openat-priv.h.
17977
17978 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
17979
17980         Sync from coreutils.
17981         * m4/lib-ignore.m4: New file.
17982         * m4/lchmod.m4: New file.
17983
17984 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
17985
17986         Sync from coreutils.
17987         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
17988         for write access: POSIX says that must fail.
17989         * lib/fts.c (diropen): Likewise.
17990         * lib/save-cwd.c (save_cwd): Likewise.
17991         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
17992         well, for minor improvements on hosts that lack O_DIRECTORY.
17993         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
17994         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
17995         Fall back on chown if open failed with EACCES.
17996
17997         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
17998         Report an error at compile-time if only a 1-second nominal clock
17999         resolution is found.
18000
18001         * lib/lchmod.h: New file.
18002         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
18003         (make_dir_parents): Use lchown rather than chown, and
18004         lchmod rather than chmod.
18005
18006         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
18007         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
18008         "proc" reported by n0dalus.
18009
18010         * lib/mountlist.c: Include <limits.h>.
18011         (dev_from_mount_options)
18012         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
18013         New function.  It no longer assumes "dev=" has the System V meaning
18014         on Linux (since it doesn't).  It also parses "dev=" more carefully.
18015         (read_file_system_list)
18016         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
18017         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
18018         dev= in that case.
18019
18020         * lib/posixtm.h (PDS_PRE_2000): New macro.
18021         * lib/posixtm.c (year): Arg is now syntax_bits rather than
18022         allow_century.  All usages changed.  Reject dates outside the range
18023         1969-1999 if PDS_PRE_2000 is used.
18024
18025 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18026
18027         Sync from coreutils.
18028         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
18029         (Time of day items): Mention the possibility of leap seconds.
18030         Problem reported by Dr. David Alan Gilbert.
18031
18032 2006-01-09  Jim Meyering  <jim@meyering.net>
18033
18034         Sync from coreutils.
18035
18036         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
18037
18038         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
18039
18040         * lib/modechange.c (mode_compile): Reject an invalid mode string
18041         that starts with an octal digit.  From Andreas Gruenbacher.
18042
18043         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
18044         and dup to open_safer and dup_safer, respectively.
18045         (openat_permissive): Fix typo in comment.
18046
18047         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
18048         "gettext.h"; either no longer needed or are guaranteed by openat.h.
18049         (_): Remove; no longer needed.
18050         (openat): Renamed from rpl_openat; no need for rpl_openat
18051         since openat.h renames openat for us.
18052         Replace most of the body with a call to openat_permissive,
18053         to avoid duplicate code.
18054         Port to (probably hypothetical) environments were mode_t is
18055         wider than int.
18056         (openat_permissive): Require mode arg, so that we can check
18057         types better.  Put it just after flags.  Change cwd failure
18058         indicator from pointer-to-bool to pointer-to-errno-value.
18059         All callers changed.
18060         Invoke openat_save_fail and/or openat_restore_fail if
18061         cwd_errno is null, so that openat can call us.
18062         (openat_permissive, fdopendir, fstatat, unlinkat):
18063         Simplify errno handling to avoid some duplicate code,
18064         as it's OK to set errno on success.
18065         * lib/openat.h: Revamp code so that function macros depend on
18066         __OPENAT_PREFIX only, not also on AT_FDCWD.
18067         (openat_ro): Remove.  Caller changed to use openat_permissive.
18068         (openat_permissive): Now a macro, if not a function.
18069         (openat_restore_fail, openat_save_fail): Now always functions,
18070         since mkdirat needs them even if __OPENAT_PREFIX is defined.
18071
18072         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
18073         and openat.c.
18074         * lib/mkdirat.c: Include openat-priv.h.
18075         Remove definitions of macros defined therein.
18076         * lib/openat.c: Likewise.
18077
18078         * lib/mkdirat.c (mkdirat): New file and function.
18079         * lib/openat.h (mkdirat): Declare.
18080
18081         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
18082
18083         * lib/openat.h (openat_permissive): Declare.
18084         (openat_ro): Define.
18085
18086         * lib/openat.c (EXPECTED_ERRNO): New macro.
18087         (openat_permissive): New function -- used in remove.c rewrite.
18088         (all functions): Set errno just before returning, only if there
18089         was an actual failure.
18090         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
18091
18092         Emulate openat-family functions using Linux's procfs, if possible.
18093         Idea and some code based on Ulrich Drepper's glibc changes.
18094
18095         * lib/openat.c: (BUILD_PROC_NAME): New macro.
18096         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
18097         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
18098         before falling back on save_cwd and restore_cwd.
18099         (fdopendir, fstatat, unlinkat): Likewise.
18100
18101         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
18102         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
18103
18104         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
18105         as second argument to va_arg.  Otherwise, some versions of gcc
18106         warn that `if this code is reached, the program will abort'.
18107
18108 2006-01-09  Jim Meyering  <jim@meyering.net>
18109
18110         Sync from coreutils.
18111         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
18112         Require openat-priv.h.
18113
18114 2006-01-09  Bruno Haible  <bruno@clisp.org>
18115
18116         * modules/strnlen (Include): Use strnlen.h.
18117
18118 2006-01-09  Bruno Haible  <bruno@clisp.org>
18119
18120         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
18121
18122 2006-01-09  Bruno Haible  <bruno@clisp.org>
18123
18124         * lib/sysexit_.h (EX_OK): New macro.
18125         Suggested by Martin Lambers <marlam@marlam.de>.
18126
18127 2006-01-09  Bruno Haible  <bruno@clisp.org>
18128
18129         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
18130         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
18131
18132 2006-01-09  Bruno Haible  <bruno@clisp.org>
18133
18134         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
18135         numbers.
18136
18137 2006-01-09  Bruno Haible  <bruno@clisp.org>
18138
18139         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
18140         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
18141         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
18142         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
18143
18144 2006-01-09  Bruno Haible  <bruno@clisp.org>
18145
18146         * build-aux/javacomp.sh.in: New file, moved from lib/.
18147         * modules/javacomp-script (Files): Update.
18148         (configure.ac): Add AC_CONFIG_FILES invocation.
18149         (EXTRA_DIST): Remove variable.
18150
18151         * build-aux/javaexec.sh.in: New file, moved from lib/.
18152         * modules/javaexec (Files): Update.
18153         (configure.ac): Add AC_CONFIG_FILES invocation.
18154         (EXTRA_DIST): Remove javaexec.sh.in.
18155
18156         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
18157         * modules/csharpcomp-script (Files): Update.
18158         (configure.ac): Add AC_CONFIG_FILES invocation.
18159         (EXTRA_DIST): Remove variable.
18160
18161         * build-aux/csharpexec.sh.in: New file, moved from lib/.
18162         * modules/csharpexec (Files): Update.
18163         (configure.ac): Add AC_CONFIG_FILES invocation.
18164         (EXTRA_DIST): Remove csharpexec.sh.in.
18165
18166 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
18167
18168         Sync from coreutils.
18169
18170         Add POSIX ACL support
18171         * lib/acl.h (copy_acl, set_acl): Add declarations.
18172         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
18173         systems other than Linux.
18174         (chmod_or_fchmod): New function: use fchmod when possible,
18175         and chmod otherwise.
18176         (file_has_acl): Add a POSIX ACL implementation, with a
18177         Linux-specific subcase.
18178         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
18179         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
18180         acls are unsupported.
18181         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
18182         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
18183         are unsupported.
18184
18185 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
18186
18187         Sync from coreutils.
18188         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
18189
18190 2006-01-07  Bruno Haible  <bruno@clisp.org>
18191
18192         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
18193         gl_EARLY.
18194
18195 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18196
18197         * lib/strftime.c (tzname): Don't declare if it is already #defined.
18198         Problem reported for Mingw by Mark Junker.
18199
18200 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18201
18202         * README: Gnulib normally doesn't generate a tarball.
18203
18204 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
18205
18206         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
18207         long int, not int, for nanosecond counts, so that people who are
18208         used to POSIX struct timespec won't be surprised.  Reported by Jim
18209         Meyering.
18210
18211 2005-12-28  Bruno Haible  <bruno@clisp.org>
18212
18213         * build-aux/config.rpath: Update from GNU gettext.
18214
18215 2005-12-16  Jim Meyering  <jim@meyering.net>
18216
18217         * modules/fprintftime: New module.
18218         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
18219
18220 2005-12-16  Jim Meyering  <jim@meyering.net>
18221
18222         * m4/fprintftime.m4: New file.
18223
18224 2005-12-16  Jim Meyering  <jim@meyering.net>
18225
18226         * lib/fprintftime.c, lib/fprintftime.h: New files.
18227
18228 2005-12-15  Simon Josefsson  <jas@extundo.com>
18229
18230         * modules/socklen (configure.ac): Fix M4 macro name, to align with
18231         new m4/socklen.m4.
18232
18233 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18234
18235         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
18236         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
18237
18238 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18239
18240         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
18241         * lib/argp-help.c (fill_in_uparams): Check if the constructed
18242         struct uparams is valid. Fall back to the default values if it is
18243         not.
18244
18245 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18246
18247         * modules/argp (Files): Add argp-pin.c
18248         (Depends-on): dirname
18249         (lib_SOURCES): Add argp-pin.c
18250
18251 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18252
18253         * m4/argp.m4:  Check if program_invocation_name and
18254         program_invocation_short_name are declared and define appropriate
18255         macros if they are not.
18256
18257 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18258
18259         * lib/argp-help.c (__argp_base_name): New function
18260         (__argp_short_program_name): Rewrite using __argp_base_name
18261         * lib/argp-namefrob.h: Define program_invocation_name and
18262         program_invocation_short_name if requested
18263         (__argp_base_name): Add prototype
18264         * lib/argp-parse.c (argp_def): Use gettext wrappers
18265         (argp_default_parser): Use __argp_base_name
18266         * lib/argp-pin.c: New file. Defines program_invocation_name and
18267         program_invocation_short_name on systems that lack them.
18268
18269 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18270
18271         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
18272         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
18273         porting problem reported by Georg Schwarz in
18274         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
18275
18276 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18277
18278         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
18279         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
18280         porting problem reported by Georg Schwarz in
18281         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
18282
18283 2005-12-05  Bruno Haible  <bruno@clisp.org>
18284
18285         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
18286         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
18287         Reported by Mark Junker <mjscod@gmx.de>.
18288
18289 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
18290
18291         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
18292         Use implementation from Albert Chin, with some
18293         comments/corrections by Stepan Kasal and myself.
18294
18295 2005-12-02  Bruno Haible  <bruno@clisp.org>
18296
18297         * gnulib-tool (func_import): Accept GPLed build tool modules when
18298         --lgpl is given.
18299         * modules/csharpcomp-script: New file.
18300         * modules/csharpcomp: Depend on it.
18301         * modules/javacomp-script: New file.
18302         * modules/javacomp: Depend on it.
18303         Suggested by Simon Josefsson.
18304
18305 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
18306
18307         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
18308         statement, to work around an HP-UX 10.20 compiler bug reported by
18309         Peter O'Gorman.
18310
18311 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
18312
18313         * modules/savedir (Depends-on): Add openat.
18314
18315 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
18316
18317         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
18318         (uintmax_t) [defined uintmax_t]: Do not declare.
18319         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
18320         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
18321         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
18322         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
18323         sake of portability to weird hosts that C allows (though we don't
18324         know of any practical examples).
18325
18326         * lib/savedir.h (fdsavedir): New decl.
18327         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
18328         contains most of the former guts of savedir.
18329         (savedir): Use savedirstream.
18330         Include "openat.h".
18331
18332 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18333
18334         * modules/obstack (Files): Add m4/ulonglong.m4.
18335         Problem reported by Davide Angelocola.
18336
18337 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
18338
18339         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
18340         coreutils no longer futzes with rounding modes.
18341
18342 2005-11-14  Jim Meyering  <jim@meyering.net>
18343
18344         * lib/mkstemp-safer.c: Include <config.h>, required for possible
18345         replacement of mkstemp.
18346
18347 2005-11-10  Simon Josefsson  <jas@extundo.com>
18348
18349         * lib/readline.c: Remove EOL.
18350
18351 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18352
18353         * modules/gethrxtime (Depends-on): Add gettime.
18354
18355 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18356
18357         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
18358         or gettimeofday; no longer needed.
18359
18360 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18361
18362         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
18363         time business.
18364         (gethrxtime) [! (HAVE_NANOUPTIME
18365         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
18366         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
18367         our own approximation.
18368
18369 2005-11-08  Eric Blake  <ebb9@byu.net>
18370
18371         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
18372
18373 2005-11-08  Eric Blake  <ebb9@byu.net>
18374
18375         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
18376
18377 2005-11-04  Bruno Haible  <bruno@clisp.org>
18378
18379         * gnulib-tool: Implement --update mode.
18380
18381 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18382
18383         Fix porting problem reported by Theodoros V. Kalamatianos.
18384         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
18385         Don't assume that futimes failing means we must fail.
18386
18387 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18388
18389         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
18390         variables to suggest the intended function of the PATH_MAX check.
18391
18392 2005-10-30  Kean Johnston  <jkj@sco.com>
18393
18394         Trivial changes to support SCO systems.
18395         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
18396         as PATH_MAX.
18397         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
18398         where __ptr is null when no I/O is pending.
18399
18400 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18401
18402         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
18403         leave errno alone.  Problem reported by Dmitry V. Levin.
18404
18405 2005-10-28  Simon Josefsson  <jas@extundo.com>
18406
18407         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
18408         Test more.
18409
18410         * tests/test-gc-md2.c, tests/test-md2.c: New files.
18411
18412         * modules/md2, modules/md2-tests: New files.
18413
18414 2005-10-28  Simon Josefsson  <jas@extundo.com>
18415
18416         * m4/inet_ntop.m4: More tests.
18417
18418         * m4/gc-md2.m4, md2.m4: New file.
18419
18420 2005-10-28  Simon Josefsson  <jas@extundo.com>
18421
18422         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
18423         "restrict" keywords, as per POSIX.  Protect the function
18424         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
18425         Don't use K&R prototypes.  Check the sprintf return values.
18426         Re-define EAFNOSUPPORT if not present.  Indent.
18427
18428         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
18429         suggested by Bruno Haible <bruno@clisp.org>.
18430
18431         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
18432
18433         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
18434
18435         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
18436         libgcrypt).
18437
18438         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
18439
18440         * lib/md2.h, lib/md2.c: New files.
18441
18442 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
18443
18444         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
18445         errno alone.  Problem reported by Frederic Jolliton.
18446
18447 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
18448
18449         * modules/verify (License): Change from GPL to LGPL.  This is a
18450         tiny module and there are apparently near-equivalents that are
18451         under the BSD license.
18452
18453 2005-10-24  Simon Josefsson  <jas@extundo.com>
18454
18455         * modules/sha1: Relicense to LGPL.
18456
18457 2005-10-24  Simon Josefsson  <jas@extundo.com>
18458
18459         * lib/md4.h: Shrink buffer size, now that we changed the type.
18460
18461 2005-10-23  Simon Josefsson  <jas@extundo.com>
18462
18463         * gnulib-tool (func_import): Fix --tests-base.
18464
18465 2005-10-22  Simon Josefsson  <jas@extundo.com>
18466
18467         * modules/arcfour (Depends-on): Need stdint.
18468
18469 2005-10-22  Simon Josefsson  <jas@extundo.com>
18470
18471         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
18472         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
18473
18474 2005-10-22  Simon Josefsson  <jas@extundo.com>
18475
18476         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
18477         suggested by Bruno Haible <bruno@clisp.org>.
18478
18479 2005-10-22  Simon Josefsson  <jas@extundo.com>
18480
18481         * lib/crc.h: Include stddef.h, for size_t.
18482
18483 2005-10-22  Simon Josefsson  <jas@extundo.com>
18484
18485         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
18486         arcfour_context struct (simplify test vector testing in GNU
18487         Shishi).
18488
18489 2005-10-21  Simon Josefsson  <jas@extundo.com>
18490
18491         * modules/des, modules/des-tests: New files.
18492
18493         * modules/gc-des, modules/gc-des-tests: New files.
18494
18495         * tests/test-des.c, tests/test-gc-des.c: New file.
18496
18497 2005-10-21  Simon Josefsson  <jas@extundo.com>
18498
18499         * modules/arctwo, modules/arctwo-tests: New files.
18500
18501         * tests/test-arctwo.c: New file.
18502
18503         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
18504
18505         * tests/test-gc-arctwo.c: New file.
18506
18507 2005-10-21  Simon Josefsson  <jas@extundo.com>
18508
18509         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
18510         Bruno Haible <bruno@clisp.org>.
18511
18512         * m4/gc-des.m4: New file.
18513
18514 2005-10-21  Simon Josefsson  <jas@extundo.com>
18515
18516         * m4/arctwo.m4: New file.
18517
18518         * m4/gc-arctwo.m4: New file.
18519
18520 2005-10-21  Simon Josefsson  <jas@extundo.com>
18521
18522         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
18523         block.
18524
18525 2005-10-21  Simon Josefsson  <jas@extundo.com>
18526
18527         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
18528         <bruno@clisp.org>.
18529
18530         * lib/hmac-sha1.c (hmac_sha1): Likewise.
18531
18532         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
18533         Bruno Haible <bruno@clisp.org>.
18534
18535         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
18536         <bruno@clisp.org>.
18537
18538 2005-10-21  Simon Josefsson  <jas@extundo.com>
18539
18540         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
18541
18542 2005-10-21  Simon Josefsson  <jas@extundo.com>
18543
18544         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
18545
18546 2005-10-21  Simon Josefsson  <jas@extundo.com>
18547
18548         * lib/des.h, lib/des.c: New files.
18549
18550         * lib/gc-gnulib.c: Support DES.c
18551
18552 2005-10-21  Simon Josefsson  <jas@extundo.com>
18553
18554         * lib/arctwo.h, lib/arctwo.c: New files.
18555
18556         * lib/gc-gnulib.c: Support ARCTWO.
18557
18558 2005-10-21  Simon Josefsson  <jas@extundo.com>
18559
18560         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
18561         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18562
18563 2005-10-21  Simon Josefsson  <jas@extundo.com>
18564
18565         * gnulib-tool (func_import, func_create_testdir): Define automake
18566         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
18567         Makefile.am snippet),
18568         suggested by Bruno Haible <bruno@clisp.org>.
18569
18570         * modules/gc (Makefile.am): Use it.
18571
18572 2005-10-21  Bruno Haible  <bruno@clisp.org>
18573
18574         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
18575         patch.
18576
18577 2005-10-19  Simon Josefsson  <jas@extundo.com>
18578
18579         * tests/test-gc-rijndael.c: New file.
18580
18581         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
18582
18583 2005-10-19  Simon Josefsson  <jas@extundo.com>
18584
18585         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
18586         interface too.
18587
18588 2005-10-19  Simon Josefsson  <jas@extundo.com>
18589
18590         * tests/test-gc-arcfour.c: New file.
18591
18592         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
18593
18594 2005-10-19  Simon Josefsson  <jas@extundo.com>
18595
18596         * modules/gc-md4, modules/gc-md4-tests: New file.
18597
18598         * tests/test-gc-md4.c: New file.
18599
18600 2005-10-19  Simon Josefsson  <jas@extundo.com>
18601
18602         * m4/gc-md4.m4: New file.
18603
18604 2005-10-19  Simon Josefsson  <jas@extundo.com>
18605
18606         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
18607         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
18608         <kasal@ucw.cz>.
18609
18610 2005-10-19  Simon Josefsson  <jas@extundo.com>
18611
18612         * m4/gc-arcfour.m4: New file.
18613
18614         * m4/gc-rijndael.m4: New file.
18615
18616 2005-10-19  Simon Josefsson  <jas@extundo.com>
18617
18618         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
18619
18620 2005-10-19  Simon Josefsson  <jas@extundo.com>
18621
18622         * lib/gc-gnulib.c: Support ARCFOUR.
18623
18624 2005-10-19  Simon Josefsson  <jas@extundo.com>
18625
18626         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
18627         support.
18628
18629         * lib/gc.h: Add ECB enum type.
18630
18631         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
18632
18633 2005-10-18  Simon Josefsson  <jas@extundo.com>
18634
18635         * tests/test-md5.c: New file.
18636
18637         * modules/md5-tests: New file.
18638
18639 2005-10-18  Simon Josefsson  <jas@extundo.com>
18640
18641         * tests/test-md4.c: New file.
18642
18643         * modules/md4, modules/md4-tests: New files.
18644
18645 2005-10-18  Simon Josefsson  <jas@extundo.com>
18646
18647         * m4/md4.m4: New file.
18648
18649 2005-10-18  Simon Josefsson  <jas@extundo.com>
18650
18651         * lib/md4.h, lib/md4.c: New files, based on md5.?.
18652
18653 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
18654
18655         * gnulib-tool (func_create_testdir): Omit the second check whether
18656         BUILT_SOURCES in nonempty.
18657
18658 2005-10-17  Simon Josefsson  <jas@extundo.com>
18659
18660         * tests/test-rijndael.c: New file.
18661
18662 2005-10-17  Simon Josefsson  <jas@extundo.com>
18663
18664         * modules/sha1: Depend on stdint instead of md5.
18665
18666         * modules/md5: Depend on stdint, remove uint32_t.
18667
18668 2005-10-17  Simon Josefsson  <jas@extundo.com>
18669
18670         * modules/gc-sha1-tests: New file.
18671
18672         * tests/test-gc-sha1.c: New file.
18673
18674 2005-10-17  Simon Josefsson  <jas@extundo.com>
18675
18676         * m4/md5.m4: Remove call to uint32_t.m4.
18677
18678 2005-10-17  Simon Josefsson  <jas@extundo.com>
18679
18680         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
18681
18682         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
18683         md5.h.
18684
18685         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
18686
18687         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
18688
18689 2005-10-17  Simon Josefsson  <jas@extundo.com>
18690
18691         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
18692
18693 2005-10-17  Simon Josefsson  <jas@extundo.com>
18694
18695         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
18696
18697 2005-10-17  Simon Josefsson  <jas@extundo.com>
18698
18699         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
18700
18701         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
18702
18703 2005-10-17  Bruno Haible  <bruno@clisp.org>
18704
18705         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
18706         that it can also be used in a test.
18707
18708 2005-10-16  Bruno Haible  <bruno@clisp.org>
18709
18710         * gnulib-tool (func_emit_tests_Makefile_am): Also define
18711         TESTS_ENVIRONMENT, so that individual tests can augment it.
18712
18713         * gnulib-tool (func_create_testdir): Use an intermediate target for
18714         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
18715         macros, like $(ALLOCA_H), which cannot be passed through the command
18716         line.
18717
18718 2005-10-15  Simon Josefsson  <jas@extundo.com>
18719
18720         * modules/rijndael-tests: New file.
18721
18722         * modules/rijndael: New file.
18723
18724 2005-10-15  Simon Josefsson  <jas@extundo.com>
18725
18726         * m4/rijndael.m4: New file.
18727
18728 2005-10-15  Simon Josefsson  <jas@extundo.com>
18729
18730         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
18731
18732         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
18733
18734 2005-10-14  Simon Josefsson  <jas@extundo.com>
18735
18736         * tests/test-arcfour.c: New file.
18737
18738         * modules/arcfour, modules/arcfour-tests: New files.
18739
18740 2005-10-14  Simon Josefsson  <jas@extundo.com>
18741
18742         * m4/arcfour.m4: New file.
18743
18744 2005-10-14  Simon Josefsson  <jas@extundo.com>
18745
18746         * lib/arcfour.h, lib/arcfour.c: New files.
18747
18748 2005-10-14  Roland McGrath  <roland@redhat.com>
18749
18750         Import from libc.  [BZ #1331]
18751         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
18752         macro argument.
18753         Reported by Matej Vela <vela@debian.org>.
18754
18755 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
18756
18757         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
18758         include <wchar.h>; no longer needed.
18759
18760 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
18761
18762         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
18763
18764 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
18765         and  Ulrich Drepper  <drepper@redhat.com>
18766
18767         Import from libc.
18768         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
18769         instead of inline stream orientation test and two separate
18770         function calls.  Pay no attention to USE_IN_LIBIO.
18771
18772 2005-10-13  Simon Josefsson  <jas@extundo.com>
18773
18774         * modules/gc-hmac-md5-tests: New file.
18775
18776         * tests/test-gc-hmac-sha1.c: New file.
18777
18778         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
18779
18780         * modules/gc-hmac-md5-tests: New file.
18781
18782         * tests/test-gc-md5.c: New file.
18783
18784         * modules/gc-md5-tests: New file.
18785
18786 2005-10-13  Simon Josefsson  <jas@extundo.com>
18787
18788         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
18789         Move memory allocation outside of loop.
18790
18791 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
18792
18793         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
18794         intermediate directory is in a read-only file system.  Problem
18795         reported by Eric Blake.
18796
18797 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
18798
18799         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
18800
18801 2005-10-12  Simon Josefsson  <jas@extundo.com>
18802
18803         * tests/test-hmac-sha1.c: New file.
18804
18805         * modules/hmac-sha1-tests: New file.
18806
18807         * modules/hmac-sha1: New file.
18808
18809 2005-10-12  Simon Josefsson  <jas@extundo.com>
18810
18811         * modules/gc-sha1: New file.
18812
18813 2005-10-12  Simon Josefsson  <jas@extundo.com>
18814
18815         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
18816
18817         * tests/test-gc-pbkdf2-sha1.c: New file.
18818
18819 2005-10-12  Simon Josefsson  <jas@extundo.com>
18820
18821         * modules/gc-md5, modules/gc-hmac-md5: New files.
18822
18823         * modules/gc (Files): Remove md5, memxor and hmac files.
18824
18825 2005-10-12  Simon Josefsson  <jas@extundo.com>
18826
18827         * m4/gc-pbkdf2-sha1.m4: New file.
18828
18829         * m4/gc-hmac-sha1.m4: New file.
18830
18831         * m4/gc-sha1: New file.
18832
18833         * m4/hmac-sha1.m4: New file.
18834
18835 2005-10-12  Simon Josefsson  <jas@extundo.com>
18836
18837         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
18838
18839         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
18840
18841 2005-10-12  Simon Josefsson  <jas@extundo.com>
18842
18843         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
18844         suggested by Bruno Haible <bruno@clisp.org>.
18845
18846 2005-10-12  Simon Josefsson  <jas@extundo.com>
18847
18848         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
18849
18850 2005-10-12  Simon Josefsson  <jas@extundo.com>
18851
18852         * lib/gc-pbkdf2-sha1.c: New file.
18853
18854         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
18855
18856 2005-10-12  Simon Josefsson  <jas@extundo.com>
18857
18858         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
18859
18860         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
18861
18862 2005-10-12  Simon Josefsson  <jas@extundo.com>
18863
18864         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
18865         GC_USE_HMAC_MD5, respectively.
18866
18867         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
18868         (gc_md5): Fix typo.
18869
18870         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
18871
18872         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
18873
18874         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
18875
18876 2005-10-12  Bruno Haible  <bruno@clisp.org>
18877
18878         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
18879         Reported by Stepan Kasal <kasal@ucw.cz>.
18880
18881 2005-10-11  Simon Josefsson  <jas@extundo.com>
18882
18883         * tests/test-crc.c: New file.
18884
18885         * modules/crc, modules/crc-tests: New files.
18886
18887 2005-10-11  Simon Josefsson  <jas@extundo.com>
18888
18889         * m4/crc.m4: New file.
18890
18891 2005-10-11  Simon Josefsson  <jas@extundo.com>
18892
18893         * lib/gc.h: Add gc_hash and gc_hash_buffer.
18894
18895         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
18896
18897         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
18898
18899 2005-10-11  Simon Josefsson  <jas@extundo.com>
18900
18901         * lib/crc.h, lib/crc.c: New files.
18902
18903         * lib/gc.h (gc_hash_buffer): Add doc.
18904
18905 2005-10-11  Bruno Haible  <bruno@clisp.org>
18906
18907         * modules/c-strcasestr: New file.
18908         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
18909
18910 2005-10-11  Bruno Haible  <bruno@clisp.org>
18911
18912         * modules/c-strcase: New file.
18913         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
18914
18915 2005-10-11  Bruno Haible  <bruno@clisp.org>
18916
18917         * lib/strcasecmp.c: Include limits.h.
18918         (strcasecmp): Avoid integer overflow on exotic platforms.
18919         * lib/strncasecmp.c: Include limits.h.
18920         (strncasecmp): Avoid integer overflow on exotic platforms.
18921         Reported by Paul Eggert.
18922
18923 2005-10-11  Bruno Haible  <bruno@clisp.org>
18924
18925         * lib/c-strcasestr.h: New file, from GNU gettext.
18926         * lib/c-strcasestr.c: New file, from GNU gettext.
18927
18928 2005-10-11  Bruno Haible  <bruno@clisp.org>
18929
18930         * lib/c-strcase.h: New file, from GNU gettext.
18931         * lib/c-strcasecmp.c: New file, from GNU gettext.
18932         * lib/c-strncasecmp.c: New file, from GNU gettext.
18933
18934 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18935
18936         * modules/mempcpy (License): GPL -> LGPL.
18937         * modules/strchrnul (License): Likewise.
18938         * modules/sysexits (License): Likewise.
18939
18940 2005-10-08  Simon Josefsson  <jas@extundo.com>
18941
18942         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
18943
18944 2005-10-07  Simon Josefsson  <jas@extundo.com>
18945
18946         * m4/memxor.m4: Remove gl_C_RESTRICT call.
18947
18948 2005-10-06  Simon Josefsson  <jas@extundo.com>
18949
18950         * tests/test-hmac-md5.c: New file.
18951
18952         * modules/hmac-md5-tests: New file.
18953
18954         * modules/hmac-md5: New file.
18955
18956 2005-10-06  Simon Josefsson  <jas@extundo.com>
18957
18958         * m4/hmac-md5.m4: New file.
18959
18960         * m4/memxor.m4: Require gl_C_RESTRICT.
18961
18962 2005-10-06  Simon Josefsson  <jas@extundo.com>
18963
18964         * lib/memxor.c (memxor): Avoid casts and warnings.
18965
18966 2005-10-06  Simon Josefsson  <jas@extundo.com>
18967
18968         * lib/hmac-md5.c: New file.
18969
18970         * lib/hmac.h: New file.
18971
18972 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18973
18974         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
18975         promotes to int, not unsigned int, to catch the AIX 5.3
18976         compiler bug.
18977
18978 2005-10-05  Simon Josefsson  <jas@extundo.com>
18979
18980         * modules/memxor: New file.
18981
18982         * modules/iconv (Files): Move config.rpath to havelib, it is used
18983         there.
18984
18985         * modules/havelib (Files): Add config.rpath.
18986
18987 2005-10-05  Simon Josefsson  <jas@extundo.com>
18988
18989         * m4/memxor.m4: New file.
18990
18991 2005-10-05  Simon Josefsson  <jas@extundo.com>
18992
18993         * lib/memxor.c (memxor): Fix compiler error.
18994
18995         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
18996         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
18997
18998         * lib/memxor.h, lib/memxor.c: New files.
18999
19000         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
19001         we assume all systems have it, suggested by Jim Meyering
19002         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
19003         any systems lack sys/socket.h; mingw32 is known to lack it, but we
19004         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
19005         same reasons.
19006
19007 2005-10-05  Simon Josefsson  <jas@extundo.com>
19008
19009         * config/srclist.txt: Add glibc bug 1423 for md5.h.
19010
19011 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
19012
19013         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
19014         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
19015         needed, since the source code now assumes these .h files.
19016
19017 2005-10-05  Derek Price  <derek@ximbiot.com>
19018
19019         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
19020
19021 2005-10-05  Bruno Haible  <bruno@clisp.org>
19022
19023         * modules/stdint (License): Change to LGPL.
19024
19025 2005-10-04  Simon Josefsson  <jas@extundo.com>
19026
19027         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
19028         D. Baushke" <mdb@gnu.org>.
19029
19030 2005-10-04  Bruno Haible  <bruno@clisp.org>
19031
19032         * lib/verify.h (verify_true): Provide alternative definition for C++.
19033
19034 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
19035
19036         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
19037         (SSIZE_MAX): New macro, if not already defined.
19038         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
19039         than 2 GiB.
19040
19041 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19042
19043         Sync from coreutils.
19044         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
19045         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
19046         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
19047         ULLONG_MAX doesn't work with 2.7.2.1.
19048
19049 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19050
19051         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
19052         From Ben Pfaff.
19053
19054         * modules/exclude (Depends-on): Depend on verify.
19055         * modules/strtoimax (Depends-on): Likewise.
19056         * modules/utimecmp (Depends-on): Likewise.
19057
19058 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19059
19060         * lib/exclude.c: Include verify.h.
19061         (verify): Remove.  All callers changed to use verify.h's version.
19062         * lib/strtoimax.c: Likewise.
19063         * lib/utimecmp.c: Likewis.e
19064
19065         Sync from coreutils.
19066         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
19067         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
19068         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
19069         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
19070         bother returning ENOSYS if settimeofday or stime fails; just let
19071         them return whatever errno they want to return.
19072         * lib/utimens.c: Include unistd.h, for dup2.
19073         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
19074         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
19075
19076 2005-10-02  Jim Meyering  <jim@meyering.net>
19077
19078         Sync from coreutils.
19079         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
19080         from glibc-2.2.5 that fails for read-only files.
19081
19082 2005-10-02  Jim Meyering  <jim@meyering.net>
19083
19084         Sync from coreutils.
19085         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
19086         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
19087         `#if HAVE_CONFIG_H'.
19088         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
19089         Remove AT_FDCWD test.
19090         Do not consume the fd unless successful.
19091         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
19092         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
19093         block, so that we don't even try to compile it if settimeofday is
19094         available.  This works around a compilation failure on OSF1 V5.1,
19095         due to stime requiring a `long int*' while tv_sec is `int'.
19096
19097 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
19098
19099         Sync from coreutils.
19100         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
19101         against `yes', rather than just testing for nonempty.
19102
19103 2005-10-01  Simon Josefsson  <jas@extundo.com>
19104
19105         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
19106         and Darwin.
19107
19108         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
19109         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
19110         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
19111         freeaddrinfo and gai_strerror are declared by the POSIX headers.
19112         Check if struct addrinfo is declared.
19113
19114 2005-10-01  Simon Josefsson  <jas@extundo.com>
19115
19116         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
19117         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
19118         AI_* and EAI_* definitions.  Protect function declarations.
19119
19120 2005-10-01  Jim Meyering  <jim@meyering.net>
19121
19122         Sync from coreutils.
19123
19124         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
19125         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
19126         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
19127         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
19128         in the inet and nsl libraries.  Required on Solaris 5.7.
19129
19130 2005-10-01  Jim Meyering  <jim@meyering.net>
19131
19132         Sync from coreutils.
19133         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
19134         in the inet and nsl libraries.  Required on Solaris 5.7.
19135
19136 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
19137
19138         * lib/getdelim.c (getdelim): Remove unused variables.
19139
19140 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
19141
19142         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
19143         so that the code works even with ancient cpp.  Portability problem
19144         with GCC 2.7.2.1 reported by Thomas M.Ott.
19145
19146 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
19147
19148         * modules/regex (Depends-on): Add strcase.
19149
19150         * modules/gethostname (Licence): Change from GPL to LGPL, since
19151         gethostname.c is a trivial implementation of a standard library
19152         function.
19153         * modules/poll (License): Change from GPL to LGPL, since it's
19154         derived from LGPL code.
19155
19156 2005-09-27  Jim Meyering  <jim@meyering.net>
19157
19158         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
19159         HAVE_CONFIG_H.
19160
19161         * lib/intprops.h (signed_type_or_expr__): Define.
19162         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
19163         for unsigned types.
19164
19165 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
19166
19167         * lib/verify.h (verify_expr): Remove, replacing with:
19168         (verify_true): New macro that returns true instead of void.
19169         (verify_type__): Remove.
19170         (verify): Use verify_true rather than verify_type__.
19171
19172 2005-09-26  Bruno Haible  <bruno@clisp.org>
19173
19174         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
19175         is necessary.
19176         (lib_SOURCES): Remove mbchar.c.
19177         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
19178         (Files): Add m4/mbrtowc.m4.
19179         * modules/mbiter: Likewise.
19180         * modules/mbuiter: Likewise.
19181
19182 2005-09-26  Bruno Haible  <bruno@clisp.org>
19183
19184         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
19185         compile mbchar.c if they are not both present.
19186         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
19187         * m4/mbiter.m4 (gl_MBITER): Likewise.
19188         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
19189         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
19190         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
19191
19192 2005-09-25  Jim Meyering  <jim@meyering.net>
19193
19194         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
19195         also uses socklen_t.
19196
19197 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
19198
19199         * lib/utimens.c (ENOSYS): Define if not already defined.
19200         (futimens): Support having a null PATH if the file descriptor
19201         is nonnegative.
19202
19203         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
19204         Remove.
19205         (__attribute): Define to empty unless GCC 3.1 or later.
19206         This works around a core dump on OpenBSD 3.4, which has GCC
19207         2.95.3, which dumps core when given __attribute__(()).  It also
19208         simplifies other tests, since we really don't want to bother with
19209         worrying about which ancient version of GCC supported what.
19210         Original problem reported by Yoann Vandoorselaere, with part of
19211         the fix suggested by Derek Price.
19212
19213 2005-09-24  Jim Meyering  <jim@meyering.net>
19214
19215         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
19216         so we can once again use a positive bitfield width of 1 -- now we
19217         don't have to explain why we were using a bitfield width of 2.
19218
19219 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
19220
19221         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
19222         and similarly for the other external symbols.  Problem reported
19223         by James Gallager.
19224
19225         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
19226         bug reported by Jim Meyering.
19227
19228         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
19229         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
19230         not needed, since socklen is a prerequisite module.
19231
19232 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
19233
19234         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
19235         Problem reported by Eric Blake.
19236         (getaddrinfo): Initialize se so that it's not garbage.
19237         Redo internal storage allocation so that it doesn't make unportable
19238         assumptions about alignment.
19239         Fix a memory leak.
19240
19241         * lib/utimens.c (futimens): Use futimesat if available.
19242         Prefer it to futimes since it doesn't have the futimes bug.
19243
19244         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
19245         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
19246         Instead, declare a function that returns a pointer to an array,
19247         and use verify_type__ to declare the size of the array.
19248         Problem and germ of a solution reported by Bruno Haible.
19249         (verify_type__): Use 2, not 1, for bitfield size, to avoid
19250         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
19251
19252 2005-09-23  Jim Meyering  <jim@meyering.net>
19253
19254         Sync from coreutils.
19255         Correct build failure (socklen_t not defined) on at least
19256         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
19257         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
19258
19259 2005-09-23  Jim Meyering  <jim@meyering.net>
19260
19261         * modules/getaddrinfo (Depends-on): Add socklen.
19262
19263 2005-09-23  Bruno Haible  <bruno@clisp.org>
19264
19265         * tests/test-verify.c: New file.
19266
19267 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19268
19269         Sync from coreutils.
19270
19271         * modules/argmatch (Depends-on): Add verify.
19272         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
19273         unistd-safer.
19274         * modules/save-cwd (Depends-on): Likewise.
19275
19276         * modules/openat (Files): Add lib/openat-die.c.
19277         (Depends-on): Remove error, exitfail.
19278         Add dirname.
19279
19280         * modules/verify: New file.
19281         * MODULES.html.sh (Diagnostics <assert.h>): New section,
19282         with "verify" module.
19283
19284 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19285
19286         Sync from coreutils.
19287
19288         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
19289         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
19290         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
19291         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
19292         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
19293         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
19294         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
19295         Don't bother checking for string.h, stdlib.h, unistd.h.
19296         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
19297         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
19298         module's job.
19299         * m4/jm-macros.m4 (gl_MACROS): Likewise.
19300         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
19301
19302         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
19303         (gl_GETDATE): Use it.
19304
19305         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
19306
19307 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19308
19309         Sync from coreutils.
19310
19311         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
19312         stat-time.h.
19313         * lib/argmatch.h: Include verify.h
19314         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
19315         (ARGMATCH_ASSERT): Remove; unused.
19316         * lib/canonicalize.c: Assume STDC_HEADERS.
19317         * lib/exclude.c: Include "strcase.h".
19318         * lib/regex_internal.h [!defined _LIBC]: Likewise.
19319         * lib/getusershell.c: Include stdio--.h rather than stdio.h
19320         and stdio-safer.h.
19321         (getusershell): Call fopen, not fopen_safer.
19322         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
19323         Do not include unistd-safer.h.
19324         (save_cwd): Don't call fd_safer; no longer needed
19325         now that we include fcntl--.h.
19326
19327         * lib/getdate.y (relative_time): New type.
19328         (RELATIVE_TIME_0): New constant.
19329         (parser_control): Use relative_time instead of doing it ourselves.
19330         (%union): Add new relative_time rel member.
19331         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
19332         Now typeless.
19333         (relunit, relunit_snumber): Now of type rel.
19334         (zone, rel, relunit, get_date): Adjust to above changes.
19335
19336         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
19337         Do not include unistd-safer.h.
19338         (getloadavg): Don't call fd_safer; no longer needed
19339         now that we include fcntl--.h.
19340
19341         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
19342         (make_dir_parents): Treat ENOSYS like EEXIST.
19343
19344         Improve quality of diagnostics on restore_cwd failure.
19345         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
19346         (make_dir_parents): Last arg is now int * (for errno), not bool *.
19347         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
19348         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
19349         each time through the loop.  Do not diagnose restore_cwd failure;
19350         that is the caller's job (and perhaps the caller does not care).
19351
19352         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
19353         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
19354         If the file already exists but is not a directory, don't bother
19355         to try to make its parents.
19356         Close potential file descriptor leak if we can't chdir("/") (!).
19357         Don't always return true if chdir($PWD) fails; return true only
19358         if the requested action was done successfully (except for the
19359         chdir($PWD)).
19360         Don't log final directory unless we actually made it.
19361         Refactor to avoid duplicate code to fix up permissions.
19362         Don't attempt to fix up parent permissions if chdir($PWD) fails.
19363
19364         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
19365         to make it a bit faster and (I hope) clearer.
19366         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
19367         Fix bug in formats like %2N.
19368
19369         * lib/verify.h: New file.
19370
19371 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19372
19373         Sync from coreutils.
19374         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
19375
19376 2005-09-22  Jim Meyering  <jim@meyering.net>
19377
19378         Sync from coreutils.
19379
19380         * m4/lstat.m4 (gl_FUNC_LSTAT):
19381         Use AC_LIBSOURCES to require lstat.c and lstat.h.
19382         Remove obsolete comment.
19383         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
19384         * m4/xstrtod.m4: Likewise.
19385
19386         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
19387
19388 2005-09-22  Jim Meyering  <jim@meyering.net>
19389
19390         Sync from coreutils.
19391
19392         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
19393
19394         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
19395         the .tm_year member, since otherwise gcc-4.0 would now warn about
19396         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
19397
19398         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
19399         order to avoid an unsuppressible warning from gcc on 64-bit systems.
19400
19401         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
19402         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
19403         when run in a time zone for which daylight savings time is in effect
19404         for the starting date.
19405
19406         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
19407         stop us from restricting permissions of just-created absolute-named
19408         directories.
19409         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
19410         to restore initial working directory.
19411         * lib/mkdir-p.c (make_dir_parents): New parameter:
19412         different_working_dir, to tell caller if/when we change the working
19413         directory and are unable to return to the initial one.
19414         * lib/mkdir-p.h (make_dir_parents): Update prototype.
19415         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
19416         `return false'.  This fixes a bug introduced on 2004-07-30.
19417
19418         * lib/openat.c (fdopendir): Be sure to close the supplied
19419         file descriptor before returning.  This makes our replacement
19420         implementation a little closer to Solaris's, where fdopendir
19421         ties the file descriptor to the returned DIR* pointer.
19422         * lib/openat.c (unlinkat): New function.
19423         * lib/openat.h (unlinkat): Add prototype.
19424         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
19425         (openat_restore_fail): Rename from openat_restore_die.
19426         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
19427
19428         Provide an alternative to exiting immediately upon save_cwd or
19429         restore_cwd failure.  Now, an application can arrange e.g.,
19430         to perform a longjump in that case.
19431         * lib/openat.c: Include dirname.h.
19432         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
19433         (rpl_openat, fdopendir, fstatat): Call openat_save_die
19434         and openat_restore_die rather than calling error directly.
19435         Don't include "error.h" or "exitfail.h"; they're no longer needed.
19436
19437         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
19438         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
19439         define.
19440
19441         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
19442         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
19443                             int utc, int nanoseconds);
19444         Background:
19445         date should not have to allocate a megabyte of virtual memory to
19446         handle a format argument like +%1048575T.  When implemented with
19447         strftime, it must allocate such a buffer, use strftime to fill it
19448         in, print it, then free it.
19449         With fprintftime, it simply prints everything and exits.
19450         With no need for memory allocation, that's one fewer way to fail.
19451         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
19452         optional field width, not before, so we accept %9:z, not %:9z.
19453         (my_strftime): Be sure to use L_('x') for literals.
19454
19455         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
19456         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
19457         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
19458         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
19459         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
19460         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
19461         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
19462         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
19463         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
19464         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
19465         * lib/xgethostname.c, lib/xreadlink.c:
19466         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
19467
19468         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
19469         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
19470         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
19471         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
19472         and don't include <sys/file.h>).
19473
19474 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
19475
19476         Sync from coreutils.
19477
19478         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
19479         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
19480         [!LDAV_DONE]: Avoid unused variable warning.
19481
19482 2005-09-21  Bruno Haible  <bruno@clisp.org>
19483
19484         * lib/unicodeio.h (unicode_to_mb): New declaration.
19485
19486 2005-09-20  Derek Price  <derek@ximbiot.com>
19487
19488         * lib/getaddrinfo.c: Don't include <netdb.h> included from
19489         getaddrinfo.h.
19490
19491 2005-09-20  Bruno Haible  <bruno@clisp.org>
19492
19493         * gnulib-tool: Remove trailing slashes from the values specified for
19494         --source-base, --m4-base, --tests-base, --aux-dir.
19495         Suggested by Simon Josefsson <jas@extundo.com>.
19496
19497 2005-09-20  Bruno Haible  <bruno@clisp.org>
19498
19499         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
19500         func_modules_to_filelist, func_import, func_create_testdir): Make all
19501         sorting results locale-independent, so that gnulib-cache.m4 doesn't
19502         change when gnulib-tool is invoked in a different locale.
19503
19504 2005-09-19  Simon Josefsson  <jas@extundo.com>
19505
19506         * m4/socklen.m4: Fix typo.
19507
19508 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19509
19510         Use a consistent style for including <config.h>.
19511         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
19512         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
19513         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
19514         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
19515         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
19516         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
19517         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
19518         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
19519         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
19520         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
19521         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
19522         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
19523         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
19524         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
19525         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
19526         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
19527         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
19528         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
19529         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
19530         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
19531         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
19532         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
19533         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
19534         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
19535         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
19536         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
19537         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
19538         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
19539         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
19540         lib/xstrtoumax.c, lib/yesno.c:
19541         Standardize inclusion of config.h.
19542         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
19543         lib/inttostr.h:  Removed inclusion of config.h from header files.
19544         * lib/inttostr.c:  Adjusted in-tree users.
19545         * lib/timespec.h: Remove superfluous warning to include config.h.
19546         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
19547         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
19548         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
19549         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
19550         config.h with HAVE_CONFIG_H.
19551
19552 2005-09-19  Jim Meyering  <jim@meyering.net>
19553
19554         * modules/pathmax (License): Change to LGPL.
19555
19556 2005-09-19  Derek Price  <derek@ximbiot.com>
19557
19558         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
19559
19560 2005-09-19  Bruno Haible  <bruno@clisp.org>
19561
19562         * gnulib-tool (import): Provide default for --tests-base.
19563
19564 2005-09-19  Bruno Haible  <bruno@clisp.org>
19565
19566         * doc/quote.texi: New file, extracted from gnulib.texi.
19567         * doc/ctime.texi: New file, extracted from gnulib.texi.
19568         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
19569         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
19570         * doc/gnulib.texi: Include them.
19571
19572 2005-09-18  Bruno Haible  <bruno@clisp.org>
19573
19574         Portability fix.
19575         * gnulib-tool (func_readlink): New function.
19576         (func_ln_if_changed): Use it.
19577
19578 2005-09-18  Bruno Haible  <bruno@clisp.org>
19579
19580         * gnulib-tool: Support --with-tests also with --import.
19581         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
19582         (func_import): Use variables $testsbase and $inctests. Emit a
19583         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
19584         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
19585         SUBDIRS += $testsdir.
19586         (func_create_testdir): Update.
19587
19588 2005-09-18  Bruno Haible  <bruno@clisp.org>
19589
19590         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
19591         instead of $dry_run.
19592         (func_cp_if_changed, func_mv_if_changed): Remove functions.
19593         (func_ln_if_changed): Don't handle dry-run here.
19594         (func_import): In dry-run mode, detect more precisely which actions
19595         would be performed, and don't use "...ing" verbs.
19596
19597 2005-09-18  Bruno Haible  <bruno@clisp.org>
19598
19599         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
19600         (func_import): Use join on two temporary files instead of three nested
19601         loops, in order to determine which files are new or old.
19602
19603 2005-09-18  Bruno Haible  <bruno@clisp.org>
19604
19605         * gnulib-tool (func_import): Comment out code that spits out the
19606         new files with --dry-run.
19607
19608 2005-09-18  Bruno Haible  <bruno@clisp.org>
19609
19610         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
19611
19612 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
19613
19614         * lib/stat-time.h: New file.
19615         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
19616         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
19617         in a different way.
19618         (timespec_cmp): New function.
19619         * lib/utimecmp.c: Include stat-time.h.
19620         (SYSCALL_RESOLUTION): Depend on whether various struct stat
19621         members exist, not on the obsolescent ST_MTIM_NSEC.
19622         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
19623
19624 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
19625
19626         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
19627
19628 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
19629
19630         * MODULES.html.sh (File system functions): Add stat-time.
19631         * modules/stat-time: New file.
19632         * modules/timespec (Files): Remove m4/st_mtim.m4; this
19633         is now done in a different way, by the stat-time module.
19634         * modules/utimecmp (Depends-on): Add stat-time.
19635
19636 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
19637
19638         * m4/st_mtim.m4: Remove.  Superseded by...
19639         * m4/stat-time.m4: New file.
19640         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
19641         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
19642
19643 2005-09-15  Derek Price  <derek@ximbiot.com>
19644
19645         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
19646
19647 2005-09-15  Derek Price  <derek@ximbiot.com>
19648
19649         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
19650         * lib/regex_internal.c: Ditto, using this...
19651         (__GNUC_PREREQ): ...new macro.
19652         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
19653         using...
19654         (__GNUC_PREREQ): ...this new macro.
19655
19656         * lib/strstr.h: Include string.h. Define strstr as a macro here.
19657
19658 2005-09-15  Derek Price  <derek@ximbiot.com>
19659             Paul Eggert  <eggert@cs.ucla.edu>
19660
19661         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
19662         changes, consolidating in...
19663         * lib/regex_internal.h: ...this file.
19664
19665 2005-09-13  Jim Meyering  <jim@meyering.net>
19666
19667         * lib/canon-host.c: Filter through gnu indent and reword comments
19668         slightly.
19669         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
19670
19671 2005-09-13  Derek Price  <derek@ximbiot.com>
19672
19673         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
19674         failure.
19675         Reported by Jim Meyering  <jim@meyering.net>.
19676
19677 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
19678
19679         * lib/base64.c: Typo.
19680         (base64_encode): Put b64str in initialized data section.
19681
19682 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
19683
19684         Merge glibc and coreutils changes into gnulib, plus a few
19685         extra fixes.
19686         * lib/md5.c: Use #error rather than a string.
19687         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
19688         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
19689         (__attribute__): Define to empty for non recent-GCC.
19690         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
19691         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
19692         Renamed from their non-__ counterparts, with new macros replacing
19693         them if not _LIBC.  Add __THROW attribute.
19694         (rol): Remove.
19695         (struct md5_ctx): Align buffer if using GCC.
19696         * lib/sha1.h (struct sha1_ctx): Likewise.
19697         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
19698         The old name was backwards.
19699         (NOTSWAP): Remove; not used.
19700         (rol): New macro, moved here from md5.h.
19701         (sha1_process_block): Remove a FIXME that doesn't make sense.
19702
19703 2005-09-12  Derek Price  <derek@ximbiot.com>
19704
19705         Return usable errors from canon-host.
19706         * lib/canon-host.h: New file.
19707         * lib/canon-host.c (canon_host): Wrap...
19708         (canon_host_r): ...this new function, which now relies exclusively on
19709         getaddrinfo.
19710         (ch_strerror): New function.
19711         (last_cherror): New global.
19712         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
19713         interface.
19714         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
19715         void *.
19716         (freeaddrinfo): Free ai->ai_canonname when set.
19717
19718 2005-09-12  Derek Price  <derek@ximbiot.com>
19719
19720         Make canon-host require getaddrinfo.
19721         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
19722         AC_LIBSOURCE canon-host.h.  Call...
19723         (gl_PREREQ_CANON_HOST): ...this new function, which requires
19724         gl_GETADDRINFO.
19725         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
19726
19727 2005-09-12  Derek Price  <derek@ximbiot.com>
19728
19729         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
19730         LGPL.
19731         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
19732
19733 2005-09-12  Derek Price  <derek@ximbiot.com>
19734
19735         * lib/gai_strerror.c: Include config.h when available.  Include
19736         getaddrinfo.h before other headers to test interface.
19737         Reported by Larry Jones <lawrence.jones@ugs.com>.
19738
19739 2005-09-12  Derek Price  <derek@ximbiot.com>
19740             Paul Eggert  <eggert@cs.ucla.edu>
19741
19742         * modules/glob (Files): Add glob-libc.h.
19743
19744 2005-09-12  Derek Price  <derek@ximbiot.com>
19745             Paul Eggert  <eggert@cs.ucla.edu>
19746
19747         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
19748         glob_.h, glob-libc.h.
19749         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
19750
19751 2005-09-12  Derek Price  <derek@ximbiot.com>
19752             Paul Eggert  <eggert@cs.ucla.edu>
19753
19754         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
19755         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
19756         protecting things that should be done only in gnulib contexts.
19757         * lib/glob_.h: New file, containing only the glob things needed for
19758         gnulib.
19759         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
19760         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
19761         (glob, globfree, glob_pattern_p): Now defined simply in terms of
19762         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
19763         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
19764         and to respect the namespace rules better.
19765
19766 2005-09-08  Simon Josefsson  <jas@extundo.com>
19767
19768         * modules/socklen: New file.
19769
19770 2005-09-08  Simon Josefsson  <jas@extundo.com>
19771
19772         * m4/socklen.m4: New file.
19773
19774 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19775
19776         * modules/utimens (Files): Add m4/utimbuf.m4, since
19777         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
19778         Reported by Sergey Poznyakoff.
19779
19780 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19781
19782         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
19783         definitions, since that's the preferred style in glibc.
19784         Fix a minor spacing issue, and update copyright notice to match
19785         glibc's.
19786
19787 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19788
19789         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
19790
19791 2005-09-06  Simon Josefsson  <jas@extundo.com>
19792
19793         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
19794         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
19795
19796 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
19797
19798         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
19799         warning.
19800
19801 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
19802
19803         * config/srclist.txt: Add glibc bug 1302.
19804
19805 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
19806
19807         Change bitset word type from unsigned int to unsigned long int,
19808         as this has better performance on typical 64-bit hosts.
19809         Port bitset code to hosts with unusual word sizes.
19810         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
19811         (build_collating_symbol):
19812         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
19813         argument is a bitset.  This is merely a style issue, but it makes
19814         it clearer that an entire array is expected.
19815         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
19816         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
19817         Port to the case where bitset_word is not the same as unsigned int.
19818         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
19819         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
19820         Likewise.
19821         * lib/regexec.c (check_dst_limits_calc_pos_1,
19822         check_subexp_matching_top):
19823         (build_trtable, group_nodes_into_DFAstates):
19824         Likewise.
19825         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
19826         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
19827         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
19828         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
19829         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
19830         * lib/regcomp.c (optimize_subexps, lower_subexp):
19831         Work even if bitset_word has holes in its bitwise representation.
19832         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
19833         * lib/regexec.c (check_dst_limits_calc_pos_1,
19834         check_subexp_matching_top):
19835         Likewise.
19836         * lib/regex_internal.c (re_string_reconstruct):
19837         Don't assume UCHAR_MAX == 255.
19838         * lib/regex_internal.h (bitset_set_all): Likewise.
19839         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
19840         All uses changed.
19841         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
19842         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
19843         All uses changed.
19844         (BITSET_WORD_MAX): New macro.
19845         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
19846         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
19847         (bitset_empty, bitset_copy):
19848         Prefer sizeof (bitset) to multiplying it out ourselves.
19849         (bitset_not_merge): Remove; unused.
19850         (bitset_contain): Return bool, not unsigned int with one bit on.
19851         All callers changed.
19852         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
19853         alignment than re_node_set; do this by defining a new internal
19854         type struct dests_alloc and using it to allocate memory.
19855
19856 2005-09-05  Bruno Haible  <bruno@clisp.org>
19857
19858         * gnulib-tool (func_import): Fix comparison in handling of symbolic
19859         links.
19860
19861 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
19862
19863         * modules/size_max (Makefile.am): Add size_max.h
19864
19865 2005-09-04  Derek Price  <derek@ximbiot.com>
19866
19867         * gnulib-tool (func_import): Fix reversed $symbolic logic.
19868
19869 2005-09-03  Simon Josefsson  <jas@extundo.com>
19870
19871         * gnulib-tool: Fix typo.
19872
19873 2005-09-03  Simon Josefsson  <jas@extundo.com>
19874
19875         * config/srclist.txt: Add glibc bug 1293.
19876
19877 2005-09-03  Derek Price  <derek@ximbiot.com>
19878
19879         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
19880         From Larry Jones <lawrence.jones@ugs.com>.
19881
19882 2005-09-02  Simon Josefsson  <jas@extundo.com>
19883
19884         * modules/socklen: New file.
19885
19886 2005-09-02  Simon Josefsson  <jas@extundo.com>
19887
19888         * modules/havelib: New module.
19889
19890         * modules/gettext, modules/iconv, modules/lock, modules/readline:
19891         Use havelib.
19892
19893 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
19894
19895         Check for arithmetic overflow when calculating sizes, to prevent
19896         some buffer-overflow issues.  These patches are conservative, in the
19897         sense that when I couldn't determine whether an overflow was possible,
19898         I inserted a run-time check.
19899         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
19900         macros.
19901         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
19902         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
19903         (re_xnrealloc, re_x2nrealloc): New inline functions.
19904         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
19905         parse_bracket_exp):
19906         (build_equiv_class, build_charclass): Check for arithmetic overflow
19907         in size expression calculations.
19908         * lib/regex_internal.c (re_string_realloc_buffers):
19909         (build_wcs_upper_buffer, re_node_set_add_intersect):
19910         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
19911         (re_dfa_add_node, register_state): Likewise.
19912         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
19913         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
19914         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
19915         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
19916
19917 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
19918
19919         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
19920         m4/ulonglong.m4.  Problem reported by Martin Lambers.
19921
19922 2005-09-02  Bruno Haible  <bruno@clisp.org>
19923
19924         Support for lib vs. lib64 distinction on biarch platforms.
19925         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
19926         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
19927         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
19928
19929 2005-09-02  Bruno Haible  <bruno@clisp.org>
19930
19931         * gnulib-tool (import): In the other first-use case, provide defaults
19932         as well.
19933
19934 2005-09-02  Bruno Haible  <bruno@clisp.org>
19935
19936         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
19937         patches not yet found in the latest gettext release.
19938
19939 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
19940
19941         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
19942         to avoid a collision with bits/local_lim.h in glibc.
19943         All uses changed.  Problem reported by Dmitry V. Levin in
19944         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
19945
19946         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
19947         bugs in int versus size_t comparisons.
19948         (re_string_context_at): Fix bug where the code assumed that
19949         Idx is signed.
19950
19951         Use bool where appropriate.
19952         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
19953         All callers changed.
19954         (calc_eclosure_iter): Likewise, for ROOT arg.
19955         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
19956         (build_charclass_op): Likewise, for NON_MATCH arg.
19957         * lib/regex_internal.c (re_string_allocate, re_string_construct):
19958         (re_string_construct_common): Likewise, for ICASE arg.
19959         * lib/regexec.c (re_search_2_stub, re_search_stub):
19960         Likewise, for RET_LEN arg.
19961         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
19962         (set_regs): Likewise, for FL_BACKTRACK arg.
19963         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
19964         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
19965         (calc_eclosure_iter, parse_bracket_exp):
19966         Use bool for internal variables that are booleans.
19967         * lib/regexec.c (re_search_internal, check_matching,
19968         proceed_next_node):
19969         (set_regs, build_sifted_states, sift_states_bkref):
19970         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
19971         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
19972         (find_collation_sequence_value):
19973         Likewise.
19974         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
19975         (re_node_set_compare):
19976         Return bool, not int. All callers changed.
19977         * lib/regexec.c (check_halt_node_context, check_dst_limits):
19978         (build_trtable, check_node_accept): Likewise.
19979         * lib/regex_internal.h: Include stdbool.h.
19980
19981         Fix bugs uncovered when converting to bool.
19982         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
19983         failure instead of charging ahead blindly.
19984         * lib/regex_internal.c (register_state): Likewise.
19985         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
19986         for freeing internal storage.
19987         (group_nodes_into_DFA_states): Use unsigned int, not int, for
19988         bitset pieces used as boolean, to avoid undefined behavior
19989         on hosts that do int overflow checking.
19990
19991 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
19992
19993         * config/srclist.txt: Add glibc bugs 1285-1287.
19994
19995 2005-09-01  Jim Meyering  <jim@meyering.net>
19996
19997         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
19998         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
19999         Require gl_STAT_MACROS, too.
20000
20001 2005-09-01  Bruno Haible  <bruno@clisp.org>
20002
20003         * gnulib-tool (import): In the first-use case, provide defaults.
20004
20005 2005-09-01  Bruno Haible  <bruno@clisp.org>
20006
20007         * gnulib-tool (func_import): Remove the .tmp files.
20008
20009 2005-09-01  Bruno Haible  <bruno@clisp.org>
20010
20011         * gnulib-tool (func_import): Fix handling of symbolic links.
20012
20013 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20014
20015         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
20016         old glibc regex code mishandles strings longer than 2**31 bytes.
20017         This patch fixes this when the regex code is used in gnulib
20018         (i.e., outside glibc).
20019
20020         This patch should not affect the use of the regex code inside
20021         glibc.  No doubt this problem also needs to be handled for glibc
20022         as well, but the result will be an incompatible change to the
20023         glibc ABI, and the old ABI will have to be supported too.  That
20024         can be the the subject for another patch.
20025
20026         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
20027         governing whether the rest of this patch is active.  By default,
20028         the macro is disabled and the patch has no effect.
20029         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
20030         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
20031         (struct re_pattern_buffer, re_search, re_search_2, re_match):
20032         (re_match_2, re_set_registers): Use the new types.
20033         * lib/regex_internal.h (Idx, re_hashval_t): New types.
20034         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
20035         New macros.
20036         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
20037         (re_string_context_at, bin_tree_t, re_dfastate_t):
20038         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
20039         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
20040         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
20041         (re_string_char_size_at, re_string_wchar_at):
20042         (re_string_elem_size_at):
20043         Use the new types and macros to port to 64-bit hosts.
20044         Use unsigned types for internal values, so that the code
20045         mostly works even for arrays larger than SSIZE_MAX.
20046         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
20047         (search_duplicated_node, calc_eclosure_iter, fetch_number):
20048         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
20049         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
20050         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
20051         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
20052         (calc_inveclosure, parse_dup_op, build_range_exp):
20053         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
20054         (fetch_number, create_token_tree, mark_opt_subexp):
20055         Likewise.
20056         * lib/regex_internal.c (re_string_construct_common,
20057         create_ci_newstate):
20058         (create_cd_newstate, re_string_allocate, re_string_construct):
20059         (re_string_realloc_buffers, build_wcs_upper_buffer):
20060         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
20061         (re_string_reconstruct, re_string_peek_byte_case):
20062         (re_string_fetch_byte_case, re_string_context_at):
20063         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
20064         (re_node_set_init_copy, re_node_set_add_intersect):
20065         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
20066         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
20067         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
20068         (re_acquire_state, re_acquire_state_context, register_state):
20069         Likewise.
20070         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
20071         search_cur_bkref_entry):
20072         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
20073         (re_search_internal, re_search_2_stub, re_search_stub)
20074         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
20075         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
20076         (update_cur_sifted_state, check_dst_limits):
20077         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
20078         (check_subexp_limits, sift_states_bkref, merge_state_array):
20079         (check_subexp_matching_top, get_subexp, get_subexp_sub):
20080         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
20081         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
20082         (expand_bkref_cache, check_node_accept_bytes):
20083         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
20084         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
20085         (acquire_init_state_context, check_halt_node_context):
20086         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
20087         (sift_states_backward, clean_state_log_if_needed):
20088         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
20089         (find_recover_state, transit_state_sb, transit_state_mb):
20090         (transit_state_bkref, build_trtable, match_ctx_clean):
20091         Likewise.
20092         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
20093         to work around an assumption that REG_MISSING is negative.
20094
20095         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
20096         (seek_collating_symbol_entry) [defined _LIBC]:
20097         (lookup_collation_sequence_value) [defined _LIBC]:
20098         (build_range_exp, build_collating_symbol) [defined _LIBC]:
20099         Use prototypes rather than old-style function definitions.
20100         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
20101         (transit_state_sb) [0]:
20102         (find_collation_sequence_value) [defined _LIBC]: Likewise.
20103
20104         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
20105         rm_eo.
20106
20107         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
20108         (optimize_subexps, lower_subexp):
20109         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
20110         since the signed shift might overflow.  Use 1u<<31 instead.
20111         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
20112         Likewise.
20113         * lib/regexec.c (check_dst_limits_calc_pos_1,
20114         check_subexp_matching_top): Likewise.
20115
20116         * lib/regcomp.c (optimize_subexps, lower_subexp):
20117         Use CHAR_BIT rather than 8, for clarity.
20118         * lib/regexec.c (check_dst_limits_calc_pos_1):
20119         (check_subexp_matching_top): Likewise.
20120         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
20121         have to worry about portability issues when shifting it left.
20122         Remove no-longer-needed test for table_size > 0.
20123         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
20124         in a word, as the resulting behavior is undefined.
20125         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
20126         in one case, a <= should have been an <, and in another case the
20127         whole test was missing.
20128         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
20129         the standard name CHAR_BIT.
20130         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
20131         this is not true on one's complement and signed-magnitude hosts.
20132
20133         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
20134         next_last_offset.
20135         (struct re_dfa_t): Remove unused member states_alloc.
20136         * lib/regcomp.c (init_dfa): Don't initialize unused members.
20137
20138 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20139
20140         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
20141         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
20142         and large-file glibc and in 32-bit large-file Solaris.
20143
20144 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20145
20146         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
20147         lengths fit in regoff_t; this isn't true if regoff_t is the same
20148         width as size_t.
20149         * lib/regex.c (re_search_internal): 5th arg is LAST_START
20150         (= START + RANGE) instead of RANGE.  This avoids overflow
20151         problems when regoff_t is the same width as size_t.
20152         All callers changed.
20153         (re_search_2_stub): Check for overflow when adding the
20154         sizes of the two strings.
20155         (re_search_stub): Check for overflow when adding START
20156         to RANGE; if it occurs, substitute the extreme value.
20157
20158 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20159
20160         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
20161
20162 2005-08-31  Jim Meyering  <jim@meyering.net>
20163
20164         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
20165         a pointer-to-const.
20166         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
20167         (register_state): Likewise.
20168         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
20169         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
20170         (group_nodes_into_DFAstates): Likewise.
20171
20172 2005-08-31  Jim Meyering  <jim@meyering.net>
20173
20174         * check-module: Add a FIXME comment.
20175
20176 2005-08-31  Eric Blake  <ebb9@byu.net>
20177
20178         * modules/unistd-safer (Files): Add unistd--.h.
20179         * modules/stdio-safer (Files): Add stdio--.h.
20180
20181 2005-08-31  Derek Price  <derek@ximbiot.com>
20182
20183         * lib/getdelim.c (getdelim): Return EOF on EOF.
20184         Reported by Larry Jones <lawrence.jones@ugs.com>.
20185
20186 2005-08-31  Bruno Haible  <bruno@clisp.org>
20187
20188         Avoid unnecessary diffs in the generated lib/Makefile.am.
20189         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
20190         the generated files.
20191         (func_import): Don't set cmd.
20192
20193 2005-08-31  Bruno Haible  <bruno@clisp.org>
20194
20195         * lib/strstr.c: Include <stddef.h>, for NULL.
20196         * lib/strcasestr.c: Likewise.
20197         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20198
20199 2005-08-31  Bruno Haible  <bruno@clisp.org>
20200
20201         * gnulib-tool: New option --macro-prefix.
20202         (func_import): Use macro_prefix.
20203         (import): Handle option --macro-prefix.
20204
20205 2005-08-31  Bruno Haible  <bruno@clisp.org>
20206
20207         * gnulib-tool (import): Rename most ac_* variables to cached_*.
20208         Also use new variables cached_lgpl, cached_libtool.
20209
20210 2005-08-31  Bruno Haible  <bruno@clisp.org>
20211
20212         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
20213         always instantiating them.
20214
20215 2005-08-31  Bruno Haible  <bruno@clisp.org>
20216
20217         * gnulib-tool (func_import): Read the previous cached settings
20218         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
20219         earlier added by gnulib but are now dropped. Warn when a gnulib file
20220         overwrites a non-gnulib file.
20221
20222 2005-08-31  Bruno Haible  <bruno@clisp.org>
20223
20224         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
20225         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
20226         projects that don't keep autogenerated files in CVS. Put into
20227         actioncmd only the specified modules, not the transitive closure.
20228
20229 2005-08-31  Bruno Haible  <bruno@clisp.org>
20230
20231         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
20232         Create directories that shall be filled.
20233         (import): Don't look for gl_* macros in configure.ac. Recurse across
20234         all directories containing a gnulib-cache.m4 files, if meaningful.
20235
20236 2005-08-31  Bruno Haible  <bruno@clisp.org>
20237
20238         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
20239         (import): Set seen_libtool when we see gl_LIBTOOL.
20240
20241 2005-08-31  Bruno Haible  <bruno@clisp.org>
20242
20243         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
20244         declaration macro definitions from generated gnulib.m4.
20245
20246 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
20247
20248         * lib/iconvme.h: Add prototype for iconv_alloc.
20249
20250 2005-08-29  Simon Josefsson  <jas@extundo.com>
20251
20252         * lib/iconvme.c: Fix errno.
20253
20254 2005-08-29  Bruno Haible  <bruno@clisp.org>
20255
20256         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
20257         that it works when the directory contains spaces.
20258
20259 2005-08-29  Bruno Haible  <bruno@clisp.org>
20260
20261         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
20262
20263 2005-08-29  Bruno Haible  <bruno@clisp.org>
20264
20265         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
20266         Emit more advice.
20267
20268 2005-08-29  Bruno Haible  <bruno@clisp.org>
20269         and Stepan Kasal  <kasal@ucw.cz>
20270
20271         * check-module: If more parameters are given, check each of them
20272         separately; add more exceptions, as noted by Jim Meyering.
20273         (check_module): New procedure.
20274         (%exempt_header): Now contains all exceptions.
20275
20276 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
20277
20278         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
20279
20280 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
20281
20282         * lib/iconvme.c: Split iconv_string into iconv_alloc.
20283
20284 2005-08-28  Bruno Haible  <bruno@clisp.org>
20285
20286         * m4/gnulib-tool.m4: New file.
20287
20288 2005-08-27  Jim Meyering  <jim@meyering.net>
20289
20290         * modules/unistd-safer (Files): Add pipe-safer.c.
20291         * modules/fcntl-safer (Files): Add creat-safer.c.
20292
20293 2005-08-27  Jim Meyering  <jim@meyering.net>
20294
20295         * m4/stdlib-safer.m4: New file.  From coreutils.
20296         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
20297         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
20298         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
20299         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
20300         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
20301
20302 2005-08-27  Jim Meyering  <jim@meyering.net>
20303
20304         * lib/fopen-safer.c: Merge minor changes from coreutils.
20305         * lib/dup-safer.c: Likewise.
20306         * lib/fd-safer.c: Likewise.
20307
20308         Merge from coreutils.
20309         * lib/stdio--.h: New file.
20310         * lib/stdlib--.h: New file.
20311         * lib/mkstemp-safer.c: New file.
20312
20313         GNU tar needs these.
20314         * lib/pipe-safer.c: New file.
20315         * lib/creat-safer.c: New file.
20316         * lib/fcntl--.h (creat): Define to creat_safer.
20317         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
20318         * lib/unistd--.h (pipe): Define to pipe_safer.
20319         * lib/unistd-safer.h: Declare pipe_safer.
20320
20321 2005-08-26  Simon Josefsson  <jas@extundo.com>
20322
20323         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
20324         Haible <bruno@clisp.org>.
20325
20326 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
20327
20328         * lib/regex_internal.h: Remove all references to
20329         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
20330         or better.
20331         (bitset_not, bitset_merge, bitset_not_merge):
20332         (bitset_mask, re_string_allocate, re_string_construct):
20333         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
20334         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
20335         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
20336         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
20337         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
20338         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
20339         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
20340         (re_acquire_state_context):
20341         Remove unnecessary forward decls.
20342         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
20343         Put __attribute at function definition,
20344         now that the function decl has been removed.
20345         * lib/regex_internal.c (re_string_peek_byte_case):
20346         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
20347         Likewise.
20348
20349 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
20350
20351         * m4/regex.m4: Add AC_PREREQ(2.50).
20352         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
20353
20354 2005-08-25  Simon Josefsson  <jas@extundo.com>
20355
20356         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
20357         __fsetlocking.
20358
20359 2005-08-25  Simon Josefsson  <jas@extundo.com>
20360
20361         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
20362         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
20363         GLIBC specific code.
20364
20365 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20366
20367         Make regex safe for g++.  This fixes one real bug (an "err"
20368         that should have been "*err").  g++ problem reported by
20369         Sam Steingold.
20370         * lib/regex_internal.h (re_calloc): New macro, consistent with
20371         re_malloc etc.  All callers of calloc changed to use re_calloc.
20372         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
20373         not int.  All callers changed.
20374         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
20375         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
20376         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
20377         (find_recover_state): Change "err" to "*err"; this fixes what
20378         appears to be a real bug.
20379         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
20380         versus int.
20381
20382 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20383
20384         * modules/regex (Depends-on): Add malloc, since the code
20385         assumes that !malloc(0) means failure.
20386
20387 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20388
20389         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
20390
20391         alloca modernization/simplification for regex.
20392         * lib/regex.c: Remove portability cruft for alloca.  This no longer
20393         needs to be at the start of the file, and can be moved into
20394         regex_internal.h and simplified.
20395         * lib/regex_internal.h: Include <alloca.h>.
20396         (__libc_use_alloca) [!defined _LIBC]: New macro.
20397         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
20398         now works outside glibc.
20399
20400 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20401
20402         * config/srclist.txt: Add glibc bugs 1241, 1245.
20403
20404 2005-08-25  Jim Meyering  <jim@meyering.net>
20405
20406         * lib/open-safer.c: Include <config.h>.
20407         Otherwise, we'd lose LARGEFILE support in any file using
20408         e.g. "fcntl--.h"
20409
20410 2005-08-25  Bruno Haible  <bruno@clisp.org>
20411
20412         * m4/minmax.m4: Require autoconf 2.52.
20413         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
20414         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
20415         alternatives of translit over the alphabet.
20416         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
20417
20418 2005-08-24  Simon Josefsson  <jas@extundo.com>
20419
20420         * tests/test-getpass.c: New file.
20421
20422 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20423
20424         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
20425         for GNU regex features.
20426
20427 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20428
20429         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
20430         * lib/regex.h (regerror): Likewise.
20431
20432         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
20433         requires this.  (The code never needed it.)
20434
20435         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
20436         All uses of recently-renamed identifiers changed to use the new,
20437         POSIX-compliant names.  The code will build and run just fine
20438         without these changes, but it's better to eat our own dog food
20439         and use the standard-conforming names.
20440
20441         * lib/regex.h: Fix a multitude of POSIX name space violations.
20442         These changes have an effect only for programs that define
20443         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
20444         do not change anything for programs compiled in the normal way.
20445         Also, there is no effect on the ABI.
20446
20447         (_REGEX_SOURCE): New macro.
20448         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
20449         defined and _GNU_SOURCE is not; this fixes a name space violation.
20450
20451         Rename the following macros to obey POSIX requirements.
20452         The old names are still visible as macros if _REGEX_SOURCE is defined.
20453         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
20454         RE_BACKSLASH_ESCAPE_IN_LISTS.
20455         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
20456         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
20457         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
20458         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
20459         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
20460         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
20461         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
20462         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
20463         (REG_INTERVALS): renamed from RE_INTERVALS.
20464         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
20465         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
20466         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
20467         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
20468         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
20469         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
20470         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
20471         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
20472         RE_UNMATCHED_RIGHT_PAREN_ORD.
20473         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
20474         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
20475         (REG_DEBUG): renamed from RE_DEBUG.
20476         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
20477         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
20478         unusual, since we can't clash with the POSIX REG_ICASE.
20479         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
20480         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
20481         (REG_NO_SUB): renamed from RE_NO_SUB.
20482         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
20483         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
20484         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
20485         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
20486         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
20487         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
20488         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
20489         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
20490         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
20491         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
20492         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
20493         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
20494         RE_SYNTAX_POSIX_MINIMAL_BASIC.
20495         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
20496         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
20497         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
20498         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
20499         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
20500         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
20501         (REG_FIXED): Renamed from REGS_FIXED.
20502         (REG_NREGS): Renamed from RE_NREGS.
20503
20504         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
20505         of other REG_* macros, since POSIX says the user is allowed to
20506         #undef these macros selectively.
20507
20508         (reg_errcode_t): Update comment stating what other tables need
20509         to be consistent.
20510
20511         Rename the following enum values to obey POSIX requirements.
20512         The old names are still visible as macros.
20513         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
20514         is not defined, since GNU is supposed to be a superset of POSIX as
20515         much as possible, and since we want reg_errcode_t to be a signed
20516         type for implementation consistency.
20517         (_REG_NOERROR): Renamed from REG_NOERROR.
20518         (_REG_NOMATCH): Renamed from REG_NOMATCH.
20519         (_REG_BADPAT): Renamed from REG_BADPAT.
20520         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
20521         (_REG_ECTYPE): Renamed from REG_ECTYPE.
20522         (_REG_EESCAPE): Renamed from REG_EESCAPE.
20523         (_REG_ESUBREG): Renamed from REG_ESUBREG.
20524         (_REG_EBRACK): Renamed from REG_EBRACK.
20525         (_REG_EPAREN): Renamed from REG_EPAREN.
20526         (_REG_EBRACE): Renamed from REG_EBRACE.
20527         (_REG_BADBR): Renamed from REG_BADBR.
20528         (_REG_ERANGE): Renamed from REG_ERANGE.
20529         (_REG_ESPACE): Renamed from REG_ESPACE.
20530         (_REG_BADRPT): Renamed from REG_BADRPT.
20531         (_REG_EEND): Renamed from REG_EEND.
20532         (_REG_ESIZE): Renamed from REG_ESIZE.
20533         (_REG_ERPAREN): Renamed from REG_ERPAREN.
20534         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
20535         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
20536         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
20537         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
20538
20539         (_REG_RE_NAME, _REG_RM_NAME): New macros.
20540         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
20541         changed.  But support the old name if the new one is not defined
20542         and if _REGEX_SOURCE.
20543
20544         Change the following member names in struct re_pattern_buffer.
20545         The old names are still supported if !_REGEX_SOURCE.
20546         The new names are always supported, regardless of _REGEX_SOURCE.
20547         (re_buffer): Renamed from buffer.
20548         (re_allocated): Renamed from allocated.
20549         (re_used): Renamed from used.
20550         (re_syntax): Renamed from syntax.
20551         (re_fastmap): Renamed from fastmap.
20552         (re_translate): Renamed from translate.
20553         (re_can_be_null): Renamed from can_be_null.
20554         (re_regs_allocated): Renamed from regs_allocated.
20555         (re_fastmap_accurate): Renamed from fastmap_accurate.
20556         (re_no_sub): Renamed from no_sub.
20557         (re_not_bol): Renamed from not_bol.
20558         (re_not_eol): Renamed from not_eol.
20559         (re_newline_anchor): Renamed from newline_anchor.
20560
20561         Change the following member names in struct re_registers.
20562         The old names are still supported if !_REGEX_SOURCE.
20563         The new names are always supported, regardless of _REGEX_SOURCE.
20564         (rm_num_regs): Renamed from num_regs.
20565         (rm_start): Renamed from start.
20566         (rm_end): Renamed from end.
20567
20568         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
20569         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
20570         Prepend __ to parameter names.
20571
20572         Undo yesterday's changes.
20573
20574 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20575
20576         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
20577         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
20578         lib/regex.c.
20579
20580 2005-08-24  Jim Meyering  <jim@meyering.net>
20581
20582         Sync from coreutils.
20583         * m4/fcntl-safer.m4: New file.
20584
20585         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
20586         and object files for this module.
20587
20588 2005-08-24  Jim Meyering  <jim@meyering.net>
20589
20590         Sync from coreutils.
20591         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
20592
20593 2005-08-24  Jim Meyering  <jim@meyering.net>
20594
20595         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
20596         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
20597
20598 2005-08-24  Jim Meyering  <jim@meyering.net>
20599
20600         * modules/fcntl-safer: New module.
20601         * modules/fts (Depends-on): Add fcntl-safer.
20602         * MODULES.html.sh (File descriptor based Input/Output):
20603         Add fcntl-safer.
20604
20605 2005-08-24  Bruno Haible  <bruno@clisp.org>
20606
20607         Support for unit test modules.
20608         * modules/README: Mention tests modules.
20609         * modules/TEMPLATE-TESTS: New file.
20610         * gnulib-tool: New options --extract-tests-module, --with-tests and
20611         --tests-base (unused for the moment).
20612         (testsbase, inctests): New variables.
20613         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
20614         (func_verify_module): Exclude TEMPLATE-TESTS.
20615         (func_verify_nontests_module, func_verify_tests_module): New functions.
20616         (func_get_dependencies): Add implicit dependency for tests modules.
20617         (func_get_tests_module): New function.
20618         (func_modules_transitive_closure): When --with-tests was specified,
20619         include the unit tests as well, unless explicitly avoided.
20620         (func_emit_lib_Makefile_am): Ignore the tests modules here.
20621         (func_emit_tests_Makefile_am): New function.
20622         (func_create_testdir): When --with-tests was specified, emit a
20623         tests/ directory.
20624         * MODULES.html.sh (Future developments): Update.
20625
20626 2005-08-24  Bruno Haible  <bruno@clisp.org>
20627
20628         * modules/tls-tests: New file.
20629         * tests/test-tls.c: New file, from GNU gettext.
20630
20631 2005-08-24  Bruno Haible  <bruno@clisp.org>
20632
20633         * modules/lock-tests: New file.
20634         * tests/test-lock.c: New file, from GNU gettext.
20635
20636 2005-08-24  Bruno Haible  <bruno@clisp.org>
20637
20638         * lib/lock.h: Add multiple inclusion guard.
20639         * lib/tls.h: Add multiple inclusion guard.
20640
20641 2005-08-24  Bruno Haible  <bruno@clisp.org>
20642
20643         * gnulib-tool: Add support for the --aux-dir option to
20644         --create-testdir, --create-megatestdir, --test, --megatest.
20645         (func_create_testdir, func_create_megatestdir): Optionally emit a
20646         AC_CONFIG_AUX_DIR directive.
20647         (create-testdir, create-megatestdir, test, megatest): Provide a
20648         default value for $auxdir.
20649
20650 2005-08-24  Bruno Haible  <bruno@clisp.org>
20651
20652         * gnulib-tool (import): Use compound statement instead of subshell
20653         where possible.
20654
20655 2005-08-24  Bruno Haible  <bruno@clisp.org>
20656
20657         * gnulib-tool (import): Change --aux-dir default to "build-aux".
20658
20659 2005-08-24  Bruno Haible  <bruno@clisp.org>
20660
20661         * gnulib-tool (func_version): Update.
20662
20663 2005-08-24  Bruno Haible  <bruno@clisp.org>
20664
20665         * gnulib-tool (func_import, func_create_testdir,
20666         func_create_megatestdir): Quote all autoconf macro arguments.
20667
20668 2005-08-24  Bruno Haible  <bruno@clisp.org>
20669
20670         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
20671         option --force, because --force causes the aclocal.m4 of each
20672         subdirectory to be newer than the corresponding config.h.in.
20673
20674 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
20675
20676         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
20677         All contents moved to gl_REGEX.
20678         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
20679         assume that it does.
20680
20681 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
20682
20683         * lib/regex.h (REG_NOSYS)
20684         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
20685         Define, since POSIX requires it as of 2001.
20686         (_REG_ENOSYS)
20687         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
20688         New private symbol, used to keep the enum signed in all cases.
20689         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
20690         Youngman in
20691         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
20692
20693         * lib/regex_internal.c (re_string_skip_chars, register_state):
20694         (calc_state_hash):
20695         Remove forward decls; no longer needed now that we use prototypes.
20696         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
20697         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
20698         (clean_state_log_if_needed): Likewise.
20699
20700 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
20701
20702         * config/srclist.txt: Add glibc bugs 1231-1233.
20703
20704 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20705
20706         Fix problems reported by Sam Steingold in
20707         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
20708         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
20709         assumed that reg_errcode_t is a signed type, which is not
20710         necessarily true if _XOPEN_SOURCE is not defined.
20711         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
20712         since some compilers warn about it otherwise.
20713
20714 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20715
20716         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
20717         (init_word_char, create_initial_state, duplicate_node_closure):
20718         (fetch_token, peek_token_bracket, build_range_exp):
20719         (build_collating_symbol): Remove forward decls; no longer needed
20720         now that we use prototypes.
20721
20722         * lib/regcomp.c:
20723         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
20724         (re_compile_fastmap_iter, regcomp, regerror, regfree):
20725         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
20726         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
20727         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
20728         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
20729         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
20730         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
20731         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
20732         (build_range_exp, build_collating_symbol, parse_bracket_exp):
20733         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
20734         (build_charclass, build_charclass_op, fetch_number, create_tree):
20735         (create_token_tree, mark_opt_subexp, duplicate_tree):
20736         Use prototypes rather than old-style definitions.
20737
20738         * lib/regex_internal.c:
20739         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
20740         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
20741         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
20742         (re_string_reconstruct, re_string_peek_byte_case):
20743         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
20744         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
20745         (re_node_set_init_copy, re_node_set_add_intersect):
20746         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
20747         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
20748         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
20749         (re_acquire_state, re_acquire_state_context, register_state):
20750         (create_ci_newstate, create_cd_newstate, free_state):
20751         Likewise.
20752         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
20753         re_search_2):
20754         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
20755         (re_search_internal, prune_impossible_nodes):
20756         (acquire_init_state_context, check_matching, static):
20757         (check_halt_node_context, check_halt_state_context, proceed_next_node):
20758         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
20759         (update_regs, sift_states_backward, build_sifted_states):
20760         (clean_state_log_if_needed, merge_state_array):
20761         (update_cur_sifted_state, add_epsilon_src_nodes):
20762         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
20763         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
20764         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
20765         (find_recover_state, check_subexp_matching_top, transit_state_mb):
20766         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
20767         (check_arrival, check_arrival_add_next_nodes):
20768         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
20769         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
20770         (check_node_accept_bytes, check_node_accept, extend_buffers):
20771         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
20772         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
20773         (sift_ctx_init):
20774         Likewise.
20775
20776         * lib/regex_internal.h:
20777         (re_string_allocate, re_string_construct, re_string_reconstruct):
20778         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
20779         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
20780         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
20781         (re_string_context_at, re_string_peek_byte_case):
20782         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
20783         is defined, since we now use prototypes always.
20784
20785         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
20786         C89 or better.  All uses removed.
20787
20788 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20789
20790         * config/srclist.txt: Add glibc bugs 1220-1227.
20791
20792 2005-08-20  Jim Meyering  <jim@meyering.net>
20793
20794         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
20795         of unused local, dfa.
20796
20797 2005-08-20  Bruno Haible  <bruno@clisp.org>
20798
20799         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
20800
20801 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20802
20803         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
20804         (re_node_set_insert_last, re_dfa_add_node):
20805         Rename local variables to avoid GCC shadowing warnings.
20806
20807 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20808
20809         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
20810         [defined lint]: Suppress bogus uninitialized-variable warnings.
20811
20812         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
20813         and let the caller return REG_ESPACE if out of space.  This
20814         removes an uninitialied-variable warning with GCC 4.0.1, and also
20815         avoids taking the address of a local variable.  All callers
20816         changed.
20817
20818 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20819
20820         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
20821         $LIBCSRC/posix/regexec.c.
20822         Add glibc bug 1217 for regcomp.c.
20823
20824 2005-08-19  Jim Meyering  <jim@meyering.net>
20825
20826         * lib/regexec.c (proceed_next_node): Redo local variables to
20827         avoid GCC shadowing warnings.
20828
20829 2005-08-18  Bruno Haible  <bruno@clisp.org>
20830
20831         * lib/strstr.c (strstr): Fix return value in multibyte case.
20832         * lib/strcasestr.c (strcasestr): Likewise.
20833
20834 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
20835
20836         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
20837
20838 2005-08-17  Jim Meyering  <jim@meyering.net>
20839
20840         Make the %s format (seconds since the epoch) work for a negative
20841         number and when used with a zero-padded field width, e.g. %015s.
20842
20843         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
20844         label so that it precedes the code to set `digits'.  Otherwise,
20845         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
20846         print `00-22'.  Now, it prints `-0022', as it should.
20847
20848 2005-08-17  Bruno Haible  <bruno@clisp.org>
20849
20850         * modules/strstr (Files): Add m4/mbrtowc.m4.
20851         (Depends-on): Add mbuiter.
20852
20853 2005-08-17  Bruno Haible  <bruno@clisp.org>
20854
20855         * modules/strcasestr: New file.
20856         * MODULES.html.sh (String handling, based on ANSI C 89): Add
20857         strcasestr.
20858
20859 2005-08-17  Bruno Haible  <bruno@clisp.org>
20860
20861         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
20862
20863 2005-08-17  Bruno Haible  <bruno@clisp.org>
20864
20865         * modules/mbuiter: New file.
20866         * MODULES.html.sh (Extended multibyte and wide character utilities):
20867         Add mbuiter.
20868
20869 2005-08-17  Bruno Haible  <bruno@clisp.org>
20870
20871         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
20872         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
20873
20874 2005-08-17  Bruno Haible  <bruno@clisp.org>
20875
20876         * m4/strcasestr.m4: New file.
20877
20878 2005-08-17  Bruno Haible  <bruno@clisp.org>
20879
20880         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
20881         * lib/strstr.c: Completely rewritten, with multibyte locale support.
20882
20883 2005-08-17  Bruno Haible  <bruno@clisp.org>
20884
20885         * lib/strcasestr.h: New file.
20886         * lib/strcasestr.c: New file.
20887
20888 2005-08-17  Bruno Haible  <bruno@clisp.org>
20889
20890         * lib/strcasecmp.c: Use mbuiter.h.
20891
20892 2005-08-17  Bruno Haible  <bruno@clisp.org>
20893
20894         * lib/mbuiter.h: New file.
20895
20896 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
20897
20898         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
20899         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
20900         and gl_GETOPT are both invoked via different paths (as happens
20901         with GNU tar CVS because it uses both argp and getopt), the former
20902         wins.
20903
20904 2005-08-16  Bruno Haible  <bruno@clisp.org>
20905
20906         * modules/tls: New file.
20907         * MODULES.html.sh (Multithreading): Add tls.
20908
20909 2005-08-16  Bruno Haible  <bruno@clisp.org>
20910
20911         * modules/strnlen1: New file.
20912         * MODULES.html.sh (String handling): Add strnlen1.
20913
20914 2005-08-16  Bruno Haible  <bruno@clisp.org>
20915
20916         * modules/strcase (Files): Add m4/mbrtowc.m4.
20917         (Depends-on): Add strnlen1, mbchar.
20918
20919 2005-08-16  Bruno Haible  <bruno@clisp.org>
20920
20921         * modules/mbiter: New file.
20922         * MODULES.html.sh (Extended multibyte and wide character utilities):
20923         Add mbiter.
20924
20925 2005-08-16  Bruno Haible  <bruno@clisp.org>
20926
20927         * modules/mbfile: New file.
20928         * MODULES.html.sh (Extended multibyte and wide character utilities):
20929         Add mbfile.
20930
20931 2005-08-16  Bruno Haible  <bruno@clisp.org>
20932
20933         * modules/mbchar: New file.
20934         * MODULES.html.sh (Extended multibyte and wide character utilities):
20935         New section.
20936
20937 2005-08-16  Bruno Haible  <bruno@clisp.org>
20938
20939         * m4/tls.m4: New file, from GNU gettext.
20940
20941 2005-08-16  Bruno Haible  <bruno@clisp.org>
20942
20943         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
20944         always.
20945         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
20946
20947 2005-08-16  Bruno Haible  <bruno@clisp.org>
20948
20949         * m4/mbiter.m4: New file.
20950
20951 2005-08-16  Bruno Haible  <bruno@clisp.org>
20952
20953         * m4/mbfile.m4: New file.
20954
20955 2005-08-16  Bruno Haible  <bruno@clisp.org>
20956
20957         * m4/mbchar.m4: New file.
20958
20959 2005-08-16  Bruno Haible  <bruno@clisp.org>
20960
20961         * lib/tls.h: New file, from GNU gettext.
20962         * lib/tls.c: New file, from GNU gettext.
20963
20964 2005-08-16  Bruno Haible  <bruno@clisp.org>
20965
20966         * lib/strnlen1.h: New file.
20967         * lib/strnlen1.c: New file.
20968
20969 2005-08-16  Bruno Haible  <bruno@clisp.org>
20970
20971         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
20972         (mbi_init): Update.
20973         (mbi_avail, mbi_advance): Let the iteration end before the terminating
20974         NUL byte, not after it.
20975
20976 2005-08-16  Bruno Haible  <bruno@clisp.org>
20977
20978         * lib/strcase.h (strcasecmp): Add note in comments.
20979         * lib/strncasecmp.c: Use code from strcasecmp.c.
20980         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
20981         (strcasecmp): Work correctly in multibyte locales.
20982
20983 2005-08-16  Bruno Haible  <bruno@clisp.org>
20984
20985         * lib/mbiter.h: New file.
20986
20987 2005-08-16  Bruno Haible  <bruno@clisp.org>
20988
20989         * lib/mbfile.h: New file.
20990
20991 2005-08-16  Bruno Haible  <bruno@clisp.org>
20992
20993         * lib/mbchar.h: New file.
20994         * lib/mbchar.c: New file.
20995
20996 2005-08-16  Bruno Haible  <bruno@clisp.org>
20997
20998         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
20999         the valid ones. Makes the comparison operations transitive:
21000         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
21001         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
21002
21003 2005-08-15  Simon Josefsson  <jas@extundo.com>
21004
21005         * modules/ssize_t (License): Change to 'unlimited'.
21006
21007         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
21008
21009 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21010
21011         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
21012         Add comments for each pending glibc patch.
21013
21014 2005-08-15  Bruno Haible  <bruno@clisp.org>
21015
21016         * lib/regex.h (__restrict_arr): Don't define to __restrict if
21017         __cplusplus is defined.
21018
21019 2005-08-14  Jim Meyering  <jim@meyering.net>
21020
21021         Sync from coreutils.
21022
21023         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
21024         Use the hash-table-based cycle-detection code not just when
21025         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
21026         Reported by James Youngman in
21027         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
21028         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
21029         FTS_TIGHT_CYCLE_CHECK.
21030         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
21031         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
21032         once again.
21033         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
21034         * lib/fts.c (fd_safer): Remove decl.
21035         Include fcntl--.h rather than unistd-safer.h
21036         (fts_safe_changedir): Don't call fd_safer; no longer needed
21037         now that we include fcntl--.h.
21038
21039 2005-08-12  Simon Josefsson  <jas@extundo.com>
21040
21041         * modules/getndelim2: Use ssize_t module.
21042         * modules/getnline: Likewise.
21043         * modules/safe-read: Likewise.
21044         * modules/xreadlink: Likewise.
21045
21046         * modules/ssize_t: New file.
21047
21048 2005-08-12  Simon Josefsson  <jas@extundo.com>
21049
21050         * m4/readline.m4: Look for termcap, curses or ncurses if required.
21051
21052 2005-08-12  Simon Josefsson  <jas@extundo.com>
21053
21054         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21055         ssize_t.
21056
21057 2005-08-12  Simon Josefsson  <jas@extundo.com>
21058
21059         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
21060         readline, getdelim and check_version.
21061         (Support for systems lacking ISO C 99: Sizes of integer types):
21062         Add size_max.
21063
21064 2005-08-12  Bruno Haible  <bruno@clisp.org>
21065
21066         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
21067
21068 2005-08-11  Simon Josefsson  <jas@extundo.com>
21069
21070         * modules/readline: New file.
21071
21072         * modules/strnlen (Files): Add strnlen.h.
21073
21074 2005-08-11  Simon Josefsson  <jas@extundo.com>
21075
21076         * m4/readline.m4: New file.
21077
21078 2005-08-11  Simon Josefsson  <jas@extundo.com>
21079
21080         * lib/readline.h, readline.c: New file.
21081
21082 2005-08-11  Simon Josefsson  <jas@extundo.com>
21083
21084         * doc/gnulib.texi (Initial import, Finishing touches): Mention
21085         gl_AVOID.
21086
21087 2005-08-11  Bruno Haible  <bruno@clisp.org>
21088
21089         * lib/strnlen.h (strnlen): Change parameter name to match comment.
21090
21091 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
21092
21093         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
21094
21095 2005-08-10  Simon Josefsson  <jas@extundo.com>
21096
21097         * tests/test-iconvme.c: New file.
21098
21099 2005-08-10  Simon Josefsson  <jas@extundo.com>
21100
21101         * m4/strnlen.m4: New file.
21102
21103         * m4/strndup.m4: Don't check for strnlen declaration, done in
21104         strnlen.m4.
21105
21106 2005-08-10  Simon Josefsson  <jas@extundo.com>
21107
21108         * lib/strndup.c: Use strnlen.h.
21109
21110         * lib/strnlen.h: New file.
21111
21112 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
21113
21114         * README: Typos.
21115
21116 2005-08-02  Simon Josefsson  <jas@extundo.com>
21117
21118         * modules/readline: New file.
21119
21120 2005-08-02  Simon Josefsson  <jas@extundo.com>
21121
21122         * modules/getdelim: New file.
21123
21124         * modules/getline: Rewrite, don't use getndelim2.
21125
21126 2005-08-02  Simon Josefsson  <jas@extundo.com>
21127
21128         * m4/getline.m4: Separate out getdelim stuff into separate module.
21129
21130         * m4/getdelim.m4: New file.
21131
21132 2005-08-02  Simon Josefsson  <jas@extundo.com>
21133
21134         * lib/getline.h, getline.c: Rewrite.
21135
21136         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
21137
21138 2005-07-31  Bruno Haible  <bruno@clisp.org>
21139
21140         * lib/lock.h (gl_lock_initializer): New macro.
21141         (gl_lock_define_initialized): Use it.
21142         (gl_rwlock_initializer): New macro.
21143         (gl_rwlock_define_initialized): Use it.
21144         (gl_recursive_lock_initializer): New macro.
21145         (gl_recursive_lock_define_initialized): Use it.
21146
21147 2005-07-30  Karl Berry  <karl@gnu.org>
21148
21149         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
21150         Report from Ben Pfaff, regarding getopt.
21151
21152 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
21153
21154         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
21155         normal way.
21156         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
21157         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
21158         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
21159         (gl_GETOPT): Use the new macros.  Most of the implementation
21160         is moved to the new macros.  This is for programs like Emacs
21161         that don't want all the functionality of gl_GETOPT.
21162
21163 2005-07-26  Bruno Haible  <bruno@clisp.org>
21164
21165         * m4/lock.m4: Update from GNU gettext.
21166
21167 2005-07-26  Bruno Haible  <bruno@clisp.org>
21168
21169         * lib/lock.h: Update from GNU gettext.
21170         * lib/lock.c: Update from GNU gettext.
21171
21172 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
21173
21174         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
21175         obsolescent AC_TRY_RUN.  Include the default includes files, for
21176         'exit'.
21177
21178 2005-07-24  Bruno Haible  <bruno@clisp.org>
21179
21180         * modules/visibility: New file.
21181         * MODULES.html.sh (Misc): Add visibility.
21182
21183 2005-07-24  Bruno Haible  <bruno@clisp.org>
21184
21185         * m4/visibility.m4: New file.
21186
21187 2005-07-24  Bruno Haible  <bruno@clisp.org>
21188
21189         * doc/visibility.texi: New file.
21190
21191 2005-07-22  Bruno Haible  <bruno@clisp.org>
21192
21193         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
21194         $(ALLOCA_H), redundant through BUILT_SOURCES.
21195         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
21196         redundant through BUILT_SOURCES.
21197         * modules/byteswap (Makefile.am): Remove explicit dependency on
21198         $(BYTESWAP_H), redundant through BUILT_SOURCES.
21199         * modules/fnmatch (Makefile.am): Remove explicit dependency on
21200         $(FNMATCH_H), redundant through BUILT_SOURCES.
21201         * modules/getopt (Makefile.am): Remove explicit dependency on
21202         $(GETOPT_H), redundant through BUILT_SOURCES.
21203         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
21204         redundant through BUILT_SOURCES.
21205         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
21206         redundant through BUILT_SOURCES.
21207         * modules/stdbool (Makefile.am): Remove explicit dependency on
21208         $(STDBOOL_H), redundant through BUILT_SOURCES.
21209         * modules/stdint (Makefile.am): Remove explicit dependency on
21210         $(STDINT_H), redundant through BUILT_SOURCES.
21211         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
21212         Remove explicit dependency on $(SYSEXITS_H).
21213         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
21214
21215 2005-07-18  Simon Josefsson  <jas@extundo.com>
21216
21217         * lib/check-version.c (check_version): Accept identical versions too.
21218
21219 2005-07-18  Bruno Haible  <bruno@clisp.org>
21220
21221         * modules/lock: New file.
21222         * MODULES.html.sh (Multithreading): New section.
21223
21224 2005-07-18  Bruno Haible  <bruno@clisp.org>
21225
21226         * m4/lock.m4: New file, from GNU gettext.
21227
21228 2005-07-18  Bruno Haible  <bruno@clisp.org>
21229
21230         * lib/lock.h: New file, from GNU gettext.
21231         * lib/lock.c: New file, from GNU gettext.
21232
21233 2005-07-18  Bruno Haible  <bruno@clisp.org>
21234
21235         * lib/lock.h (gl_once_t): New type.
21236         (gl_once_define, gl_once): New macros.
21237         * lib/lock.c (fresh_once): New variable.
21238         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
21239         functions.
21240
21241 2005-07-16  Simon Josefsson  <jas@extundo.com>
21242
21243         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
21244         workaround, suggested by Bruno.
21245
21246 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
21247
21248         * modules/xalloc (Depends-on): Add xalloc-die.
21249         * modules/xvasprintf (Depends-on): Add xalloc-die.
21250
21251 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
21252
21253         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
21254         with a minor change.
21255
21256 2005-07-15  Bruno Haible  <bruno@clisp.org>
21257
21258         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
21259         When using lib/poll.c, define poll as rpl_poll.
21260
21261 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
21262
21263         * modules/argp (Depends-on): Remove unlocked-io.
21264
21265 2005-07-14  Derek Price  <derek@ximbiot.com>
21266
21267         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
21268         for glob symlink bug.
21269
21270 2005-07-14  Bruno Haible  <bruno@clisp.org>
21271
21272         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
21273         Instead, test for *_unlocked function declarations directly.
21274
21275 2005-07-11  Simon Josefsson  <jas@extundo.com>
21276
21277         * modules/size_max: New file.
21278
21279         * modules/xsize: Depend on size_max module for size_max.m4.
21280
21281 2005-07-11  Simon Josefsson  <jas@extundo.com>
21282
21283         * lib/size_max.h: New file.
21284
21285 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
21286
21287         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
21288         copyright symbol and the year.
21289         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
21290         (version_etc_va): Use parameterized copyright notice.
21291         Reword to conform to the current GNU coding standards.
21292
21293 2005-07-11  Karl Berry  <karl@gnu.org>
21294
21295         * doc/gnulib.texi (Quoting): new node.
21296         (Initial import): more info, from Patrice.
21297
21298 2005-07-11  Bruno Haible  <bruno@clisp.org>
21299
21300         * gnulib-tool (func_usage): Document option --avoid.
21301         (Command line options): Handle --avoid.
21302         (func_acceptable): New function.
21303         (func_modules_transitive_closure): Use it.
21304
21305 2005-07-11  Bruno Haible  <bruno@clisp.org>
21306
21307         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
21308         Reported by Jim Meyering.
21309
21310 2005-07-10  Bruno Haible  <bruno@clisp.org>
21311
21312         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
21313         Needed when size_t is smaller than 'unsigned int'.
21314         Reported by Paul Eggert.
21315
21316 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21317
21318         * modules/argp (Depends-on): Add unlocked-io
21319
21320 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21321
21322         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
21323         block of defines.
21324
21325 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
21326
21327         * config/srclist.txt: Comment out regcomp.c, since we have a porting
21328         fix now.
21329
21330 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
21331         and Paul Eggert  <eggert@cs.ucla.edu>
21332
21333         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
21334         in wint_t, not wchar_t.  Remove now-unnecessary cast.
21335
21336 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21337
21338         * modules/regex (Files): Add lib/regex_internal.c,
21339         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
21340         (Depends-on): Add extensions.
21341         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
21342
21343 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21344
21345         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
21346         pathconf.
21347         * m4/same.m4 (gl_SAME): Likewise.
21348         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
21349
21350         * m4/regex.m4: Adjust to new libc regex implementation.
21351         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
21352         all the .c and .h parts of (the new) regex.
21353         Quote the m4 stuff better.
21354         Check for RE_ICASE bug of old gnulib.
21355         Check for REG_STARTEND of recent libc.
21356         Rename local variables from jm_* to gl_*.
21357         Quote operand of "test -f".
21358         Say "recent enough" version of libc, not "version 2".
21359         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
21360         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
21361         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
21362         Remove check for btowc, isascii.
21363         Require AM_LANGINFO_CODESET.
21364
21365 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21366
21367         * lib/regex.c, regex.h: Sync from libc.
21368         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
21369         * lib/regexec.c:
21370         New files, synced from libc, except that regex_internal.h
21371         currently has a small porting fix.
21372
21373 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21374
21375         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
21376         regex_internal.c, regexec.c.
21377         Add regex_internal.h too, but as a comment, since the libc version
21378         is currently broken in gnulib mode.
21379
21380 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
21381
21382         Support programs like Emacs that use gnulib but not gettext.
21383         * MODULES.html.sh (Internationalization functions): Add gettext-h.
21384         * modules/gettext-h: New file.
21385         * modules/gettext (Files): Remove lib/gettext.h.
21386         (Depends-on): Add gettext-h.
21387         (Makefile.am): Remove lib_SOURCES.
21388         * modules/argmatch, modules/c-stack, modules/closeout:
21389         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
21390         * modules/execute, modules/file-type, modules/getaddrinfo:
21391         * modules/getopt, modules/human, modules/javacomp:
21392         * modules/javaexec, modules/mkdir-p, modules/obstack:
21393         * modules/openat, modules/pagealign_alloc, modules/pipe:
21394         * modules/quotearg, modules/regex, modules/rpmatch:
21395         * modules/unicodeio, modules/userspec, modules/version-etc:
21396         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
21397         * modules/xsetenv:
21398         Depend on gettext-h, not gettext.
21399
21400 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
21401
21402         * gnulib-tool (func_import): Add support for 'public domain' license.
21403         * modules/alloca, modules/atexit, modules/memmove:
21404         Now public domain, not GPL.
21405         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
21406         * modules/realloc, modules/strerror, modules/strtod:
21407         Now LGPL, not GPL.
21408
21409 2005-07-05  Bruno Haible  <bruno@clisp.org>
21410
21411         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
21412         autoconf CVS. Needed for mingw.
21413
21414 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21415
21416         Remove the dependency of the strftime module on the tzset module.
21417         * modules/strftime (Depends-on): Remove dependency on tzset.
21418
21419 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21420
21421         Remove the dependency of the strftime module on the tzset module.
21422         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
21423         gl_FUNC_TZSET_CLOBBER.
21424
21425 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21426
21427         Remove the dependency of the strftime module on the tzset module.
21428         * lib/strftime.c (my_strftime)
21429         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
21430         Copy the input structure, to work around some of the bug with
21431         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
21432         Solaris releases, you should also use the tzset module, but we won't
21433         require it as a dependency any more since we don't want LGPLed code
21434         to depend on GPLed code.
21435
21436 2005-07-02  Jim Meyering  <jim@meyering.net>
21437
21438         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
21439         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
21440         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
21441         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
21442
21443 2005-07-02  Jim Meyering  <jim@meyering.net>
21444
21445         * lib/backupfile.c (backup_args): Change a `0' to NULL.
21446
21447 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21448
21449         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
21450         declares only 'struct timespec;' (!).
21451
21452 2005-07-01  Jim Meyering  <jim@meyering.net>
21453
21454         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
21455         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
21456         * lib/save-cwd.c, tempname.c:
21457         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
21458         and don't include <sys/file.h>).
21459
21460 2005-06-29  Jim Meyering  <jim@meyering.net>
21461
21462         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
21463         type name.  Use the variable name instead.
21464         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
21465         Likewise.
21466
21467 2005-06-28  Simon Josefsson  <jas@extundo.com>
21468
21469         * modules/check-version (Files): Add check-version.m4.
21470
21471 2005-06-28  Simon Josefsson  <jas@extundo.com>
21472
21473         * m4/check-version.m4: New file, suggested by Jim Meyering
21474         <jim@meyering.net>.
21475
21476 2005-06-28  Simon Josefsson  <jas@extundo.com>
21477
21478         * lib/check-version.h, lib/check-version.c: New files.
21479
21480 2005-06-28  Simon Josefsson  <jas@extundo.com>
21481
21482         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
21483         collision with global variable.  Better indentation.  Don't
21484         increment buffer pointer beyond buffer end.  Based on comments
21485         from Paul Eggert <eggert@cs.ucla.edu>.
21486
21487         * lib/base64.h: Indent.
21488
21489 2005-06-28  Simon Josefsson  <jas@extundo.com>
21490
21491         * doc/gnulib.texi (Library version handling): New section.
21492
21493 2005-06-28  Jim Meyering  <jim@meyering.net>
21494
21495         * check-module (find_included_lib_files): Hard-code another
21496         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
21497         but modules/fts-lgpl (correctly) does not list those files.
21498
21499         * modules/canonicalize (Files): Add lib/pathmax.h.
21500
21501 2005-06-25  Simon Josefsson  <jas@extundo.com>
21502
21503         * modules/check-version: New file.
21504
21505 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
21506
21507         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
21508         initializer of struct addrinfo, as an indication that we don't
21509         care how many members the structure has.
21510
21511 2005-06-24  Derek Price  <derek@ximbiot.com>
21512         and Bruno Haible  <bruno@clisp.org>
21513
21514         Remove stat module & update lstat.
21515         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
21516         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
21517         * m4/stat.m4: Remove this file.
21518
21519 2005-06-24  Derek Price  <derek@ximbiot.com>
21520         and Bruno Haible  <bruno@clisp.org>
21521
21522         Remove stat module & update lstat.
21523         * lib/stat.c: Remove this file...
21524         (slash_aware_lstat): ...moving this content and its support...
21525         * lib/lstat.c (rpl_lstat): ...into here.
21526         * lib/lstat.h: New file.
21527
21528 2005-06-24  Derek Price  <derek@ximbiot.com>
21529         and Bruno Haible  <bruno@clisp.org>
21530
21531         Remove stat module & update lstat.
21532         * config/srclist.txt (libc sources): Remove stat.
21533
21534 2005-06-24  Derek Price  <derek@ximbiot.com>
21535         and Bruno Haible  <bruno@clisp.org>
21536
21537         Remove stat module & update lstat.
21538         * MODULES.html.sh (stat): Remove.
21539         * MODULES.html: Regenerated.
21540         * modules/lstat (Description): Correct function name.
21541         (Files): Add "lstat.h".
21542         (Depends-on): Remove stat, add xalloc, stat-macros.
21543         * modules/stat: Remove this file.
21544         (Include): Add "lstat.h", remove <sys/stat.h>.
21545
21546 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
21547
21548         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
21549         (ranged_convert): Don't save conversion in a temporary struct.
21550         This causes a warning with GCC 4.0.0, and anyway in the typical
21551         case it's not worth the extra 100 bytes or so of code.
21552         (ranged_convert, __mktime_internal): When calling a function via a
21553         pointer P, use P () rather than (*P) (), as we now assume C89 or
21554         better.
21555
21556 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
21557
21558         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
21559         "who -r" failed to give output.  Problem reported by Tim Waugh.
21560
21561         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
21562         (xcalloc): Use it to avoid needless tests.
21563         Problem reported by Jim Meyering.
21564
21565 2005-06-20  Derek Price  <derek@ximbiot.com>
21566
21567         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
21568         unnecessary for Autoconfs > 2.59c.
21569
21570 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21571
21572         * lib/argp.h (__option_is_short): Check upper limit of
21573         __key. Isprint() requires its argument to have the value
21574         of an unsigned char or EOF.
21575
21576 2005-06-16  Jim Meyering  <jim@meyering.net>
21577
21578         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
21579         when either N or S is zero.
21580
21581 2005-06-16  Derek Price  <derek@ximbiot.com>
21582
21583         * m4/bison.m4: Declare YACC & YFLAGS precious.
21584
21585 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
21586
21587         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
21588         multibyte string or pattern, fall back on unibyte matching.
21589         Problem reported by James Youngman.
21590
21591 2005-06-08  Bruno Haible  <bruno@clisp.org>
21592
21593         * modules/csharpcomp: New file.
21594         * MODULES.html.sh (C#): Add csharpcomp.
21595
21596 2005-06-08  Bruno Haible  <bruno@clisp.org>
21597
21598         * m4/csharpcomp.m4: New file, from GNU gettext.
21599
21600 2005-06-08  Bruno Haible  <bruno@clisp.org>
21601
21602         * lib/csharpcomp.h: New file, from GNU gettext.
21603         * lib/csharpcomp.c: New file, from GNU gettext.
21604         * lib/csharpcomp.sh.in: New file, from GNU gettext.
21605
21606 2005-06-08  Bruno Haible  <bruno@clisp.org>
21607
21608         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
21609         warning on mingw.
21610
21611 2005-06-07  Derek Price  <derek@ximbiot.com>
21612
21613         Sync from CVS.
21614         * lib/glob_.h: Indent nested #ifdef.
21615
21616 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
21617
21618         Sync from coreutils.
21619         Use "file name" when talking about file names, instead of "filename"
21620         or "path", as per the GNU coding standards.
21621         * lib/mkdir-p.c: Renamed from makepath.c.
21622         (make_dir_parents): Renamed from make_path.  All callers changed.
21623         * lib/mkdir-p.h: Likewise.  All includers changed.
21624         * lib/filenamecat.c: Renamed from path-concat.c.
21625         (file_name_concat): Renamed from path_concat.  All callers changed.
21626         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
21627         * lib/filenamecat.h: Likewise.  All includers changed.
21628         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
21629         in comments or local variable names.
21630         * lib/basename.c: Likewise.
21631         * lib/canonicalize.c, canonicalize.h: Likewise.
21632         * lib/dirname.c, dirname.h: Likewise.
21633         * lib/euidaccess.c: Likewise.
21634         * lib/exclude.c: Likewise
21635         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
21636         * lib/fsusage.c, fsuage.h: Likewise.
21637         * lib/fts.c, fts_.h: Likewise.
21638         * lib/getcwd.c: Likewise.
21639         * lib/getloadavg.c: Likewise.
21640         * lib/mkstemp.c: Likewise.
21641         * lib/mountlist.c, mountlist.h: Likewise.
21642         * lib/openat.c, openat.h: Likewise.
21643         * lib/readlink-stub.c: Likewise.
21644         * lib/readutmp.c, readutmp.h: Likewise.
21645         * lib/rename.c: Likewise.
21646         * lib/rmdir.c: Likewise.
21647         * lib/same.c: Likewise.
21648         * lib/savedir.c: Likewise.
21649         * lib/stripslash.c: Likewise.
21650         * lib/tempname.c: Likewise.
21651         * lib/xreadlink.c: Likewise.
21652         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
21653         All uses changed.
21654         * lib/exclude.h: Likewise.
21655
21656         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
21657         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
21658         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
21659         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
21660         * lib/pathmax.h: Include <limits.h> unconditionally, since other
21661         files have been getting away with it for years (MORE/BSD 4.3
21662         is extinct now).
21663         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
21664         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
21665
21666         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
21667         Define to 256, not 255, as per modern POSIX.
21668
21669 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
21670
21671         Sync from coreutils.
21672         Use "file name" when talking about file names, instead of "filename"
21673         or "path", as per the GNU coding standards.
21674         * MODULES.html.sh: mkdir-p renamed from makepath.
21675         filenamecat renamed from path-concat.
21676         * modules/filenamecat: Renamed from modules/path-concat.
21677         (Files): filenamecat.h and filenamecat.c renamed from
21678         path-concat.h and path-concat.c.
21679         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
21680         (Include): filenamecat.h, not path-concat.h.
21681         * modules/mkdir-p: Renamed from modules/makepath.
21682         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
21683         makepath.c.
21684         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
21685         (Include): mkdir-p.h, not makepath.h.
21686
21687 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
21688
21689         Sync from coreutils.
21690         * m4/mkdir-p.m4: Renamed from makepath.m4.
21691         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
21692         Rename files from makepath.c to mkdir-p.c, and from
21693         makepath.h to mkdir-p.h.
21694         * m4/filenamecat.m4: Renamed from path-concat.m4.
21695         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
21696         Rename files from path-concat.c to filenamecat.c,
21697         and from path-concat.h to filenamecat.h.
21698         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
21699         "file name" in local variables or comments.
21700         * m4/rename.m4: Likewise.
21701
21702 2005-06-01  Bruno Haible  <bruno@clisp.org>
21703
21704         * modules/csharpexec: New file.
21705         * MODULES.html.sh (C#): New section.
21706
21707 2005-06-01  Bruno Haible  <bruno@clisp.org>
21708
21709         * m4/csharp.m4: New file, from GNU gettext.
21710         * m4/csharpexec.m4: New file, from GNU gettext.
21711
21712 2005-06-01  Bruno Haible  <bruno@clisp.org>
21713
21714         * lib/csharpexec.h: New file, from GNU gettext.
21715         * lib/csharpexec.c: New file, from GNU gettext.
21716         * lib/csharpexec.sh.in: New file, from GNU gettext.
21717
21718 2005-05-31  Derek Price  <derek@ximbiot.com>
21719             Paul Eggert  <eggert@cs.ucla.edu>
21720
21721         Sync from cvs.
21722         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
21723
21724 2005-05-31  Derek Price  <derek@ximbiot.com>
21725             Paul Eggert  <eggert@cs.ucla.edu>
21726
21727         Sync from cvs.
21728         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
21729
21730 2005-05-29  Derek Price  <derek@ximbiot.com>
21731
21732         * config/srclist.txt (glob_.h, glob.c): Add these files.
21733
21734 2005-05-29  Derek Price  <derek@ximbiot.com>
21735
21736         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
21737         * modules/glob: New file.
21738         * modules/getlogin_r: Add link to POSIX spec in description.
21739
21740 2005-05-29  Derek Price  <derek@ximbiot.com>
21741             Paul Eggert  <eggert@cs.ucla.edu>
21742
21743         * m4/glob.m4: New file.
21744
21745 2005-05-29  Derek Price  <derek@ximbiot.com>
21746             Paul Eggert  <eggert@cs.ucla.edu>
21747
21748         * lib/glob_.h, lib/glob.c: New files.
21749
21750 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
21751
21752         * modules/fts (Files): Remove m4/inttypes-pri.m4.
21753         * modules/fts-lgpl (Depends-on): Remove gettext.
21754
21755 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
21756
21757         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
21758         and don't require gt_INTTYPES_PRI.
21759
21760 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
21761
21762         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
21763
21764         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
21765         the configuration hassle isn't worth it.
21766         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
21767         (LONGEST_MODIFIER, PRIuMAX): Remove.
21768
21769 2005-05-27  Bruno Haible  <bruno@clisp.org>
21770
21771         * lib/getlogin_r.h: Remove second include of <stddef.h>.
21772
21773 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
21774
21775         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
21776         _POSIX_PTHREAD_SEMANTICS for Solaris.
21777
21778 2005-05-25  Derek Price  <derek@ximbiot.com>
21779
21780         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
21781
21782 2005-05-25  Derek Price  <derek@ximbiot.com>
21783             Paul Eggert  <eggert@cs.ucla.edu>
21784
21785         * modules/getlogin_r, m4/getlogin_r.m4: New files.
21786         * lib/getlogin_r.c, getlogin_r.h: New files.
21787
21788 2005-05-25  Bruno Haible  <bruno@clisp.org>
21789             Derek Price  <derek@ximbiot.com>
21790
21791         * lib/getlogin_r.h: Simplify API documentation.
21792
21793 2005-05-23  Derek Price  <derek@ximbiot.com>
21794
21795         * modules/minmax (Files): Add m4/minmax.m4.
21796         (configure.ac): Add gl_MINMAX.
21797
21798 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
21799
21800         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
21801         so that unistd-safer.h (GPL'ed code) need not be included.
21802
21803 2005-05-22  Bruno Haible  <bruno@clisp.org>
21804
21805         * m4/minmax.m4: New file.
21806         Based on a patch by Derek Price <derek@ximbiot.com>.
21807
21808 2005-05-22  Bruno Haible  <bruno@clisp.org>
21809
21810         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
21811         (INT64_MIN): Fix definition.
21812         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
21813
21814         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
21815         NEED_SIGNED_INT_TYPES.
21816
21817         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
21818         HAVE_SYSTEM_INTTYPES.
21819
21820 2005-05-22  Bruno Haible  <bruno@clisp.org>
21821
21822         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
21823         Also include <sys/param.h> if it defines MIN, MAX.
21824         Based on a patch by Derek Price <derek@ximbiot.com>.
21825
21826 2005-05-21  Jim Meyering  <jim@meyering.net>
21827
21828         * modules/fts (Files): Add m4/inttypes-pri.m4.
21829         (Depends-on): Add lstat and remove gettext.  Alphabetize.
21830
21831 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
21832
21833         New fts module.
21834         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
21835         (setup_dir, free_dir): New functions.
21836         (enter_dir, leave_dir): Define trivial
21837         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
21838         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
21839         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
21840         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
21841         Move to fts-cycle.c.
21842         (fts_open): Use setup_dir.
21843         (fts_close): Use free_dir.
21844         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
21845         This adds a label and some gotos, but the alternatives were messier.
21846         Check for memory allocation failure when entering a dir.
21847         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
21848         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
21849         (FTS): New member fts_cycle, that is a union that contains the
21850         old active_dir_ht and cycle_state.  All uses changed to mention
21851         fts_cycle.ht and fts_cycle.state.
21852         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
21853         fts.c, with the following changes:
21854         (setup_dir, free_dir): New functions.
21855         (enter_dir): Now returns bool.  Return true if successful, false
21856         if memory exhausted.  All callers changed.
21857         Do not bother partly cleaning up on
21858         memory allocation failure; that is free_dir's job.
21859         However, free ad if hash_insert fails, to avoid memory leak.
21860         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
21861         fts->fts_options to see which union member to use.
21862
21863 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
21864
21865         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
21866         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
21867
21868 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
21869
21870         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
21871
21872 2005-05-20  Jim Meyering  <jim@meyering.net>
21873
21874         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
21875         Now a macro, to pacify GCC.
21876
21877 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
21878
21879         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
21880         of -1.
21881
21882 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
21883
21884         * lib/chown.c (rpl_chown): Return -1 on failure.
21885
21886 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
21887
21888         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
21889         Don't check for stddef.h.
21890         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
21891         don't use its results.
21892         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
21893         since we include them unconditionally.  Don't require
21894         AM_STDBOOL_H, since stdbool is a prerequisite.
21895         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
21896         since we assume C89 or better.
21897         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
21898         as we don't use their results.
21899         Don't check for fchdir, memmove, memset, strrchr, as we use
21900         them unconditionally.
21901         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
21902         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
21903
21904 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
21905
21906         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
21907         Include <stddef.h> unconditionally, since we assume C89 now.
21908         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
21909         * lib/fts.c: Include fts_.h first, to check interface.
21910         Do not include intprops.h; no longer needed.
21911         Include cycle-check.h and hash.h, since fts_.h no longer does.
21912         Remove unnecessary casts of closedir to void.
21913         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
21914         decide whether to decrement nlinks.
21915         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
21916         (FTS): Use struct hash_table * instead of Hash_table, so that
21917         we no longer need to include hash.h here.
21918
21919 2005-05-18  Jim Meyering  <jim@meyering.net>
21920
21921         * modules/dirfd (License): Change to LGPL.  Most of the code
21922         is already in the public domain.
21923
21924 2005-05-18  Jim Meyering  <jim@meyering.net>
21925
21926         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
21927         Reported by Yoann Vandoorselaere.
21928
21929 2005-05-17  Jim Meyering  <jim@meyering.net>
21930
21931         * m4/fts.m4: New file, from coreutils.
21932
21933 2005-05-17  Jim Meyering  <jim@meyering.net>
21934
21935         * lib/fts.c, lib/fts_.h: New files, from coreutils.
21936
21937 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
21938
21939         Sync from coreutils.
21940         * m4/unlinkdir.m4: New file.
21941
21942 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
21943
21944         Sync from coreutils.
21945         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
21946         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
21947         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
21948         White space changes only.
21949         * lib/makepath.c (make_path): Port to hosts where leading "//" is
21950         special.
21951         * lib/yesno.c: Include getline.h, not ctype.h.
21952         (yesno): Don't remove leading white space; POSIX doesn't allow it.
21953         Use getline to remove arbitrary restriction on response length.
21954
21955 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
21956
21957         * config/srclist-update: Spell out "Street" in FSF postal
21958         mail address; this is the style the FSF seems to prefer.
21959
21960         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
21961         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
21962         this updates FSF postal mail address.
21963
21964         Sync from coreutils.
21965         * modules/unlinkdir: New file.
21966         * modules/yesno (Depends-on): Add getline.
21967         * MODULES.html.sh (File system functions): Add unlinkdir.
21968
21969 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
21970
21971         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
21972         lib/strsep.h:
21973         Change the initial comment to refer to GPL, not LGPL.
21974         gnulib-tool will change it to LGPL as needed.
21975
21976         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
21977         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
21978         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
21979         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
21980         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
21981         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
21982         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
21983         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
21984         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
21985         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
21986         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
21987         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
21988         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
21989         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
21990         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
21991         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
21992         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
21993         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
21994         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
21995         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
21996         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
21997         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
21998         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
21999         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
22000         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
22001         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
22002         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
22003         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
22004         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
22005         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
22006         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
22007         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
22008         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
22009         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
22010         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
22011         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
22012         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
22013         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
22014         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
22015         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
22016         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
22017         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
22018         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
22019         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
22020         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
22021         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
22022         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
22023         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
22024         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
22025         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
22026         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
22027         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
22028         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
22029         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
22030         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
22031         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
22032         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
22033         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
22034         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
22035         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
22036         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
22037         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
22038         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
22039         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
22040         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
22041         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
22042         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
22043         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
22044         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
22045         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
22046         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
22047         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
22048         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
22049         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
22050         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
22051         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
22052         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
22053         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
22054         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
22055         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
22056         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
22057         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
22058         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
22059         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
22060         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
22061         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
22062         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
22063         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
22064         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
22065         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
22066         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
22067         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
22068         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
22069         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
22070         lib/yesno.c, lib/yesno.h:
22071         Update FSF postal mail address.
22072
22073 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22074
22075         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
22076         tests/test-memmem.c, tests/test-stpncpy.c:
22077         Update FSF postal mail address.
22078
22079 2005-05-13  Bruno Haible  <bruno@clisp.org>
22080
22081         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
22082         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
22083         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
22084         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
22085         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
22086         Add support for 64-bit integers in the MSVC compiler.
22087
22088 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22089
22090         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
22091
22092 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
22093
22094         * gnulib-tool (func_import): Sort and uniquify recommended includes.
22095
22096 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
22097
22098         * doc/getdate.texi (General date syntax): Don't say that date
22099         date --iso-8601=ns generates acceptable dates; it doesn't yet.
22100         Problem reported by Nic Ferrier.
22101
22102 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22103
22104         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
22105         specified in ai_socktype. Fix invalid ai_protocol
22106         check. ai_protocol is usually set to 0 or depending on
22107         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
22108         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
22109         ai_socktype / ai_protocol in the returned addrinfo structure.
22110
22111 2005-05-10  Simon Josefsson  <jas@extundo.com>
22112
22113         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
22114         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22115
22116 2005-05-10  Karl Berry  <karl@gnu.org>
22117
22118         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
22119         (from http://www.gnu.org/licenses).
22120         * doc/COPYING.LIB: also rename to COPYING.LESSER.
22121         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
22122         fdl.texi suffices.
22123
22124 2005-05-10  Karl Berry  <karl@gnu.org>
22125
22126         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
22127         (COPYING.DOC): remove.
22128
22129         * config/srclist-update: new FSF address.
22130
22131 2005-05-10  Derek Price  <derek@ximbiot.com>
22132
22133         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
22134         possible.
22135
22136 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22137             Bruno Haible  <bruno@clisp.org>
22138
22139         * modules/inet_ntop: New file.
22140         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22141         inet_ntop.
22142
22143 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22144             Bruno Haible  <bruno@clisp.org>
22145
22146         * m4/inet_ntop.m4: New file.
22147
22148 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22149             Bruno Haible  <bruno@clisp.org>
22150
22151         * lib/inet_ntop.h: New file.
22152         * lib/inet_ntop.c: New file, from glibc with modifications.
22153
22154 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
22155
22156         * modules/time_r (License): Change to LGPL.
22157         * modules/extensions (License): Change to LGPL.  Actually,
22158         the license is more permissive than that, but currently gnulib-tool
22159         doesn't know how to handle more-permissive licenses.
22160
22161         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
22162         Problem reported by Dave Love.
22163
22164 2005-05-08  Jim Meyering  <jim@meyering.net>
22165
22166         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
22167         blank.
22168
22169 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22170
22171         * modules/argmatch (Depends-on): Add stdbool.
22172         * modules/backupfile (Depends-on): Likewise.
22173         * modules/chdir-long (Depends-on): Likewise.
22174         * modules/closeout (Depends-on): Likewise.
22175         * modules/cycle-check (Depends-on): Likewise.
22176         * modules/dirname (Depends-on): Likewise.
22177         * modules/fnmatch (Depends-on): Likewise.
22178         * modules/fsusage (Depends-on): Likewise.
22179         * modules/fwriteerror (Depends-on): Likewise.
22180         * modules/getcwd (Depends-on): Likewise.
22181         * modules/getloadavg (Depends-on): Likewise.
22182         * modules/hard-locale (Depends-on): Likewise.
22183         * modules/makepath (Depends-on): Likewise.
22184         * modules/mountlist (Depends-on): Likewise.
22185         * modules/nanosleep (Depends-on): Likewise.
22186         * modules/posixtm (Depends-on): Likewise.
22187         * modules/quotearg (Depends-on): Likewise.
22188         * modules/readtokens (Depends-on): Likewise.
22189         * modules/readtokens0 (Depends-on): Likewise.
22190         * modules/readutmp (Depends-on): Likewise.
22191         * modules/save-cwd (Depends-on): Likewise.
22192         * modules/strftime (Depends-on): Likewise.
22193         * modules/userspec (Depends-on): Likewise.
22194         * modules/utimecmp (Depends-on): Likewise.
22195         * modules/xgetcwd (Depends-on): Likewise.
22196         * modules/xnanosleep (Depends-on): Likewise.
22197         * modules/xstrtod (Depends-on): Likewise.
22198         * modules/yesno (Depends-on): Likewise.
22199
22200 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
22201
22202         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
22203         needless checks.
22204
22205 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22206
22207         Merge from coreutils.  Among other things,
22208         add bulletproofing for cases where stdin, stdout, or stderr are closed.
22209         * lib/fd-safer.c: New file.
22210         * lib/fcntl-safer.h, open-safer.c: Remove.
22211         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
22212         * lib/dup-safer.c: Include unistd-safer.h first.
22213         Don't include errno.h.
22214         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
22215         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
22216         * lib/file-type.c: Rely on file-type.h change.
22217         * lib/getloadavg.c: Include unistd-safer.h.
22218         (getloadavg): Use safer open.
22219         * lib/getusershell.c: Include "stdio-safer.h".
22220         (getusershell): Use safer fopen.
22221         * lib/long-options.c (long_options): Use NULL rather than 0.
22222         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
22223         'free'.
22224         * lib/modechange.c: Likewise.
22225         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
22226         (MODE_DONE): New constant.
22227         (struct mode_change): Remove 'next' member.
22228         (make_node_op_equals): New function; like the old one of the
22229         same name, except it allocates an array.
22230         (mode_compile, mode_create_from_ref): Use it.
22231         (mode_compile): Allocate result as an array, not a linked list.
22232         Parse octal string ourself, so that we catch mistakes like "+0".
22233         (mode_adjust): Arg is an array, not a linked list.
22234         * lib/modechange.c: Include stat-macros.h, xalloc.h.
22235         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
22236         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
22237         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
22238         Remove.  This is now stat-macros.h's job.
22239         (talloc): Remove.  All callers replaced by xalloc, so that
22240         our invokers don't have to worry about reporting memory failures.
22241         (make_node_op_equals): Remove.
22242         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
22243         New constants.
22244         (struct mode_change): Moved here from modechange.h.
22245         (mode_append_entry): Remove.
22246         (mode_compile): Remove MASKED_OPS arg, since it encouraged
22247         apps to have incorrect behavior.  Use simpler algorithm for head
22248         and tail.  Don't futz with umask; that's now the job of mode_adjust.
22249         Detect more invalid usages rather than having somewhat-random behavior.
22250         Don't insert an "a=" action, as that leads to incorrect behavior.
22251         (mode_compile, mode_create_from_ref): Return NULL on error instead
22252         of an enum, since now there's only one way to have an error.  All
22253         callers changed.
22254         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
22255         at the correct time.  Simplify calculation of "+u" and its ilk.
22256         Don't mishandle "+X".
22257         (mode_free): Remove "register" and localize decls.
22258         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
22259         (struct mode_change): Move to modechange.c; callers don't
22260         need to see this stuff.
22261         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
22262         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
22263         (mode_change, mode_adjust): Reflect the new signatures noted above.
22264         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
22265         that might redefine system include files.
22266         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
22267         (my_usleep): Use NULL rather than (void *) 0.
22268         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
22269         Use siginterrupt to specify that system calls should be interrupted.
22270         (rpl_nanosleep): Move initialization of suspended closer to call of
22271         my_usleep.
22272         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
22273         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
22274         (desirable_utmp_entry): New function.
22275         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
22276         using x2nrealloc, to simplify logic.
22277         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
22278         size calculation.  Do not assume utmp file is a regular file.
22279         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
22280         (READ_UTMP_CHECK_PIDS): New constant.
22281         * lib/save-cwd.c: Include unistd-safer.h.
22282         (save_cwd): Use fd_safer.
22283         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
22284         [!_LIBC] Include "stat-macros.h" instead.
22285         * lib/unistd-safer.h (fd_safer): New decl.
22286
22287 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22288
22289         * modules/getloadavg (Depends-on): Add unistd-safer.
22290         * modules/getusershell (Depends-on): Add stdio-safer.
22291         * modules/lstat (Depends-on): Remove xalloc.
22292         * modules/mkstemp (Depends-on): Add stat-macros.
22293         * modules/modechange (Depends-on): Remove xstrtol.
22294         Add stat-macros, xalloc.
22295         * modules/save-cwd (Depends-on): Add unistd-safer.
22296         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
22297         * modules/unistd-safer (Files): Add lib/fd-safer.c
22298         (Makefile.am): Remove lib_SOURCES.
22299
22300         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
22301         Remove fcntl-safer; unistd-safer supersedes it.
22302
22303 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22304
22305         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
22306         AC_HEADER_STAT.
22307         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
22308         (gl_PREREQ_CHOWN): Remove.
22309         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
22310         it.  Don't require AC_HEADER_STAT.
22311         (gl_PREREQ_LSTAT): Remove.
22312         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
22313         Don't require AC_HEADER_STAT.
22314         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
22315         (gl_PREREQ_RMDIR): Remove.
22316         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
22317         mention stat-macros.h or AC_HEADER_STAT, since we'll make
22318         the stat-macros module a prerequisite.
22319         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
22320         * m4/filemode.m4 (gl_FILEMODE): Likewise.
22321         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
22322         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
22323         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
22324         variable names.
22325         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
22326         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
22327         variable prefixes.
22328         * m4/fcntl-safer.m4: Remove.
22329         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
22330         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
22331         Invoke gl_PREREQ_FD_SAFER.
22332         (gl_PREREQ_FD_SAFER): New macro.
22333         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
22334         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
22335         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
22336         Remove duplicate call to AC_LIBOBJ(readutmp).
22337         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
22338
22339         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
22340         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
22341
22342 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22343
22344         * MODULES.html.sh (Misc): Add byteswap.
22345
22346 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22347
22348         * modules/getcwd (Depends-on): Add extensions.
22349         * modules/openat (Depends-on): Likewise.
22350
22351 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22352
22353         * modules/byteswap: New file.
22354
22355 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22356
22357         * m4/byteswap.m4: New file.
22358
22359 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22360
22361         * lib/byteswap_.h: New file.
22362
22363 2005-04-25  Karl Berry  <karl@gnu.org>
22364
22365         * m4/gettext.m4: Update from GNU gettext 0.14.4.
22366
22367 2005-04-25  Albert Chin  <china@thewrittenword.com>
22368
22369         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
22370         Toolkit C bug.
22371
22372 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
22373
22374         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
22375         (func_ln_if_changed) Remove forcibly for no error message
22376         in case file does not exist.
22377
22378 2005-04-19  Simon Josefsson  <jas@extundo.com>
22379
22380         * gnulib-tool (Options): Make --symlink mean --symbolic.
22381
22382 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
22383
22384         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
22385
22386 2005-04-16  Simon Josefsson  <jas@extundo.com>
22387
22388         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
22389
22390 2005-04-15  Simon Josefsson  <jas@extundo.com>
22391
22392         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
22393
22394 2005-04-15  Simon Josefsson  <jas@extundo.com>
22395
22396         * gnulib-tool: Rename --symlink to --symbolic.
22397
22398 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
22399
22400         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
22401         symbolic links to files instead of copying/moving.  Add --aux-dir,
22402         specifying directory relative --dir where auxiliary build tools
22403         are placed.
22404
22405 2005-04-14  Bruno Haible  <bruno@clisp.org>
22406
22407         * modules/allocsa (License): Change to LGPL.
22408         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
22409
22410 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
22411
22412         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
22413         that "UTC +1 second" continues to work.  Problem reported
22414         by Dmitry V. Levin.
22415         (relunit_snumber): New rule.
22416         (relunit): Use it.
22417
22418 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
22419
22420         * lib/getdate.y (universal_time_zone_table): New constant.
22421         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
22422         universal_time_zone_table.
22423         (lookup_zone): Prefer universal_time_zone_table to
22424         local_time_zone_table, so that "GMT" time stamps are allowed in
22425         London during the summer.  Problem reported by Ian Abbott.
22426
22427 2005-04-12  Jim Meyering  <jim@meyering.net>
22428
22429         * lib/human.c (humblock): Set *options even when returning due to
22430         xstrtoumax conversion failure.  Thanks to a used-uninitialized
22431         warning from gcc-4.
22432
22433 2005-04-09  Jim Meyering  <jim@meyering.net>
22434
22435         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
22436         -Wuninitialized: initialize tm0.tm_year.
22437
22438 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
22439
22440         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
22441         count, since there's no maximum.  All uses changed.
22442         Add member dsts_seen.
22443         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
22444         not being INT_MAX.
22445         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
22446         Use pc_rels_seen to decide whther a date is absolute.
22447
22448         * lib/getdate.y (number): Don't overwrite year.
22449         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
22450         check.
22451
22452 2005-04-02  Simon Josefsson  <jas@extundo.com>
22453
22454         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
22455         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
22456
22457 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
22458
22459         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
22460         where no absolute path name can be longer than PATH_MAX.
22461
22462 2005-03-27  Jim Meyering  <jim@meyering.net>
22463
22464         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
22465
22466 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
22467
22468         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
22469         "one's complement" -> "ones' complement" in comment, as per Knuth.
22470         "value of type" -> "type or expression" in comment.
22471         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
22472
22473 2005-03-26  Jim Meyering  <jim@meyering.net>
22474
22475         Comment nits.
22476         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
22477         Correct typos: s/or/of/.
22478
22479 2005-03-26  Jim Meyering  <jim@meyering.net>
22480
22481         * modules/check-include-files: Move to ../ and rename to...
22482         * check-module: ...this.
22483
22484 2005-03-25  Jim Meyering  <jim@meyering.net>
22485
22486         * modules/xvasprintf (Files): Add xalloc.h.
22487
22488 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
22489
22490         * modules/gettext (Files): config/config.rpath ->
22491         build-aux/config.rpath
22492         * modules/iconv (Files): Likewise.
22493         Problem reported by Oskar Liljeblad.
22494
22495 2005-03-23  Jim Meyering  <jim@meyering.net>
22496
22497         * modules/check-include-files: New script to check for
22498         missing dependencies, multiple includes, etc.
22499
22500         * modules/c-strtold (Depends-on): Add xalloc.
22501         * modules/c-strtod (Depends-on): Add xalloc.
22502         * modules/hash (Depends-on): Add xalloc.
22503         (Files): Remove lib/xalloc.h.
22504
22505         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
22506         * modules/userspec (Files): Add lib/inttostr.h.
22507
22508 2005-03-23  Jim Meyering  <jim@meyering.net>
22509
22510         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
22511
22512 2005-03-22  Jim Meyering  <jim@meyering.net>
22513
22514         * modules/stat-macros: New module.
22515         * modules/canonicalize, modules/euidaccess, modules/file-type,
22516         * modules/filemode, modules/lchown, modules/makepath,
22517         * modules/rmdir, modules/stat: Depend on new stat-macros module
22518         rather than listing lib/stat-macros.h manually.
22519         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
22520
22521 2005-03-22  Jim Meyering  <jim@meyering.net>
22522
22523         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
22524
22525 2005-03-22  Bruno Haible  <bruno@clisp.org>
22526
22527         * config/srclist.txt: Replace target directory 'config' with
22528         'build-aux'.
22529         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
22530         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
22531         ../build-aux/.
22532
22533 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
22534
22535         * modules/chdir-long (Depends-on): Add mempcpy.
22536
22537         * modules/acl, modules/backupfile, modules/c-strtod,
22538         modules/c-strtold, modules/canon-host, modules/canonicalize,
22539         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
22540         modules/exclude, modules/exitfail, modules/file-type,
22541         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
22542         modules/getdate, modules/getline, modules/getpagesize,
22543         modules/getpass, modules/getugroups, modules/group-member,
22544         modules/hard-locale, modules/hash, modules/human, modules/idcache,
22545         modules/inttostr, modules/long-options, modules/makepath,
22546         modules/md5, modules/memcasecmp, modules/memcoll,
22547         modules/modechange, modules/mountlist, modules/path-concat,
22548         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
22549         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
22550         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
22551         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
22552         modules/strftime, modules/strndup, modules/strverscmp,
22553         modules/timespec, modules/unlocked-io, modules/userspec,
22554         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
22555         modules/yesno:
22556         Remove lib_SOURCES line from Makefile.am section, as this is now
22557         done automatically by the corresponding Autoconf macro.
22558
22559 2005-03-21  Jim Meyering  <jim@meyering.net>
22560
22561         Changes imported from coreutils.
22562
22563         * lib/cycle-check.c: Don't include xalloc.h.
22564
22565         * lib/path-concat.c: Don't include assert.h.
22566         (path_concat): Remove assertion that would have triggered
22567         for ABASE starting with more than one slash.
22568         Reported by Andreas Schwab.
22569
22570         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
22571         properly when ABASE is an absolute file name.
22572         Correct the description of this function.
22573         Include <assert.h>.
22574         Add an assertion and a test driver.
22575         This fixes a bug introduced on 2004-07-02.
22576         Andreas Schwab reported the resulting failure of cp --parents:
22577         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
22578
22579 2005-03-21  Jim Meyering  <jim@meyering.net>
22580
22581         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
22582         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
22583
22584 2005-03-21  Jim Meyering  <jim@meyering.net>
22585         and  Paul Eggert  <eggert@cs.ucla.edu>
22586
22587         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
22588         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
22589         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
22590         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
22591         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
22592         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
22593         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
22594         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
22595         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
22596         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
22597         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
22598         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
22599         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
22600         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
22601         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
22602         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
22603         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
22604         for these modules.
22605
22606 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
22607
22608         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
22609         (which shouldn't happen), generate nothing instead of returning 0
22610         immediately, so that nstrftime (NULL, ...) doesn't return 0.
22611
22612 2005-03-16  Bruno Haible  <bruno@clisp.org>
22613
22614         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
22615         HAVE_LONGLONG_64BIT.
22616
22617 2005-03-16  Bruno Haible  <bruno@clisp.org>
22618
22619         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
22620         HAVE_LONGLONG_64BIT.
22621
22622 2005-03-16  Bruno Haible  <bruno@clisp.org>
22623
22624         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
22625         HAVE_LONGLONG_64BIT.
22626
22627 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
22628
22629         * lib/strftime.c (my_strftime): Prepend space to format so that we can
22630         reliably distinguish strftime failure from empty output on POSIX
22631         hosts.
22632
22633 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
22634
22635         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
22636         (iconv_string): Don't guess a size-zero buffer, as that might cause
22637         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
22638         result would be 'too large', where 'too large' is (heuristically)
22639         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
22640         overflow concerns.  This will prevent some unwanted malloc failures
22641         when the inputs are very large.
22642
22643 2005-03-15  Karl Berry  <karl@gnu.org>
22644
22645         * config/srclist.txt (config.rpath): from gettext.
22646         * config/config.rpath: update.
22647
22648 2005-03-15  Bruno Haible  <bruno@clisp.org>
22649
22650         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
22651         to 'negate'.
22652
22653         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
22654         variable.
22655
22656         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
22657         results.
22658
22659 2005-03-14  Simon Josefsson  <jas@extundo.com>
22660
22661         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
22662         <fx@gnu.org>.
22663
22664 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
22665
22666         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
22667         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
22668         intprops.h.
22669         * lib/strtol.c: Likewise.
22670
22671 2005-03-14  Jim Meyering  <jim@meyering.net>
22672
22673         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
22674         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
22675         to be nonzero so that we (and caller) can detect the difference
22676         between a valid zero-length expansion and an error return, even
22677         when the underlying strftime fails before writing anything into
22678         that location.
22679
22680 2005-03-14  Bruno Haible  <bruno@clisp.org>
22681
22682         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
22683         Update from GNU gettext 0.14.3.
22684
22685 2005-03-10  Jim Meyering  <jim@meyering.net>
22686
22687         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
22688
22689 2005-03-10  Jim Meyering  <jim@meyering.net>
22690
22691         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
22692         so that this module works on systems without fchdir.
22693
22694 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
22695
22696         Factor int-properties macros into a single file, except for
22697         glibc-related files.
22698         * lib/intprops.h: New file.
22699         * lib/getloadavg.c: Include it instead of limits.h.
22700         (INT_STRLEN_BOUND): Remove.
22701         * lib/human.c: Include intprops.h.
22702         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
22703         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
22704         302/1000.
22705         * lib/inttostr.h: Include intprops.h instead of limits.h.
22706         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
22707         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
22708         for consistency with intprops.h.
22709         (time_t_is_integer, twos_complement_arithmetic): Use them.
22710         * lib/sig2str.h: Include <signal.h>, intprops.h.
22711         (INT_STRLEN_BOUND): Remove.
22712         * lib/strftime.c (TYPE_SIGNED): Remove.
22713         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
22714         * lib/strtol.c: Adjust comments to match intprops.h.
22715         * lib/userspec.c: Include intprops.h.
22716         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
22717         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
22718         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
22719         instead of rolling our own expressions.
22720         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
22721
22722         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
22723         instead of int.
22724         (my_strftime): Do not mishandle years close to INT_MAX, by doing
22725         the right thing even if adding 1900 would overflow.  Similarly
22726         for tm_mon + 1 and tm_yday + 1.
22727         Make %Y always equivalent to %C%y, and similarly for %G and %g.
22728         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
22729         (DO_SIGNED_NUMBER): New macro.
22730         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
22731
22732 2005-03-07  Bruno Haible  <bruno@clisp.org>
22733
22734         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
22735
22736 2005-03-07  Bruno Haible  <bruno@clisp.org>
22737
22738         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
22739
22740 2005-03-04  Derek R. Price  <derek@ximbiot.com>
22741
22742         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
22743         (func_import): Only replace files via --import when they have actually
22744         changed.
22745
22746 2005-03-03  Derek R. Price  <derek@ximbiot.com>
22747
22748         * m4/mmap-anon.m4: New file.
22749         * m4/pagealign_alloc.m4: New file.
22750
22751 2005-03-03  Derek R. Price  <derek@ximbiot.com>
22752             Bruno Haible  <bruno@clisp.org>
22753
22754         * modules/pagealign_alloc: New file.
22755         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
22756
22757 2005-03-03  Derek R. Price  <derek@ximbiot.com>
22758             Bruno Haible  <bruno@clisp.org>
22759
22760         * lib/pagealign_alloc.h: New file.
22761         * lib/pagealign_alloc.c: New file.
22762
22763 2005-03-03  Bruno Haible  <bruno@clisp.org>
22764
22765         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
22766         Use an all-permissive copyright notice, recommended by RMS.
22767
22768 2005-03-02  Bruno Haible  <bruno@clisp.org>
22769
22770         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
22771         of AIX, the replacement has to be done only after <string.h> is
22772         included, therefore not in config.h. stpncpy.h does the replacement,
22773         and stpncpy.c uses it.
22774
22775 2005-03-02  Bruno Haible  <bruno@clisp.org>
22776
22777         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
22778         stpncpy.c uses it.
22779
22780 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22781
22782         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
22783         The workaround isn't strictly needed for POSIX conformance, and
22784         it's too much of a pain to configure and maintain.  We'll ask
22785         people to fix their kernels instead.
22786         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
22787         (NANOSLEEP_BUG_WORKAROUND): Remove.
22788         (xnanosleep): Remove the workaround.
22789
22790 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22791
22792         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
22793         Reported by Derek Price.
22794         (Include): Add "timespec.h".
22795
22796         * modules/xnanosleep (Depends-on): Remove gethrxtime.
22797
22798 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22799
22800         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
22801         to detect nanosleep bug.
22802
22803 2005-03-01  Bruno Haible  <bruno@clisp.org>
22804
22805         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
22806
22807 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
22808
22809         * modules/gethrxtime: New file.
22810         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
22811         (Depends-on): Add gethrxtime.
22812         (configure.ac): Add gl_XNANOSLEEP.
22813         (Makefile.am): Remove lib_SOURCES line.
22814
22815 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
22816
22817         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
22818         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
22819
22820 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
22821
22822         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
22823         * lib/timespec.h (gettime): Return void, since it always
22824         succeeds now.  All uses changed.
22825         * lib/gettime.c (gettime) Likewise.
22826         [HAVE_NANOTIME]: Prefer nanotime.
22827         Assume gettimeofday succeeds, as POSIX requires.
22828         Assime time () succeeds, since other code already does.
22829         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
22830         (timespec_subtract): Remove.
22831         (NANOSLEEP_BUG_WORKAROUND): New constant.
22832         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
22833         things considerably.  Use it only on GNU/Linux hosts, since the
22834         workaround shouldn't be needed elsewhere.
22835
22836 2005-02-24  Bruno Haible  <bruno@clisp.org>
22837
22838         * modules/gettext (Files): Add m4/glibc2.m4.
22839
22840 2005-02-24  Bruno Haible  <bruno@clisp.org>
22841
22842         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
22843         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
22844         * m4/progtest.m4:
22845         Update from GNU gettext 0.14.2.
22846         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
22847
22848 2005-02-24  Bruno Haible  <bruno@clisp.org>
22849
22850         * lib/localcharset.c: Update from GNU gettext 0.14.2.
22851         * lib/config.charset: Update from GNU gettext 0.14.2.
22852
22853 2005-02-24  Bruno Haible  <bruno@clisp.org>
22854
22855         * lib/gettext.h: Update from GNU gettext 0.14.2.
22856
22857 2005-02-23  Simon Josefsson  <jas@extundo.com>
22858
22859         * m4/iconvme.m4: New file.
22860
22861 2005-02-23  Jim Meyering  <jim@meyering.net>
22862
22863         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
22864         change.
22865         Thanks to Bruno Haible for catching it.
22866
22867 2005-02-22  Simon Josefsson  <jas@extundo.com>
22868
22869         * modules/iconvme: New file.
22870
22871         * MODULES.html.sh: Add iconvme.
22872
22873 2005-02-22  Simon Josefsson  <jas@extundo.com>
22874
22875         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
22876
22877 2005-02-22  Simon Josefsson  <jas@extundo.com>
22878
22879         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
22880
22881 2005-02-22  Jim Meyering  <jim@meyering.net>
22882
22883         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
22884         s/ifndef/ifdef/.
22885
22886 2005-02-20  Neil Conway  <neilc@samurai.com>
22887
22888         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
22889         returned by OSX/Darwin if the specified buffer is not large
22890         enough for the hostname.
22891
22892 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22893
22894         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
22895         pass it to _help, otherwise the latter coredumps trying to
22896         dereference state.root_argp.
22897
22898 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
22899
22900         * modules/chdir-long (Depends-on): Add memrchr.
22901         * modules/memrchr (Files): Add lib/memrchr.h.
22902         (Include): "memrchr.h".
22903
22904 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
22905
22906         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
22907
22908 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
22909
22910         * lib/memrchr.h: New file.
22911         * lib/chdir-long.c: Include it.
22912         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
22913         Don't bother including stddef.h.
22914
22915 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
22916
22917         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
22918         inclusion.
22919         Include <sys/types.h>, for dev_t.
22920         (ME_DUMMY, ME_REMOTE): Move from here....
22921         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
22922         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
22923         Dmitry V. Levin.
22924         Include mountlist.h first, to test the interface.
22925
22926 2005-01-29  Bruno Haible  <bruno@clisp.org>
22927
22928         * lib/progname.c (program_name): Initialize.
22929         Needed when linking statically on MacOS X.
22930
22931 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
22932
22933         Sync from coreutils.
22934         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
22935         (Depends-on): Add c-strtod.
22936         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
22937
22938 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
22939
22940         Sync from coreutils.
22941         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
22942
22943         Remove files that are specific to coreutils.
22944         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
22945
22946 2005-01-28  Bruno Haible  <bruno@clisp.org>
22947
22948         * modules/javacomp: New file.
22949         * MODULES.html.sh (Java): Add javacomp.
22950
22951 2005-01-28  Bruno Haible  <bruno@clisp.org>
22952
22953         * m4/javacomp.m4: New file, from GNU gettext.
22954
22955 2005-01-28  Bruno Haible  <bruno@clisp.org>
22956
22957         * lib/javacomp.sh.in: New file, from GNU gettext.
22958         * lib/javacomp.h: New file, from GNU gettext.
22959         * lib/javacomp.c: New file, from GNU gettext.
22960
22961 2005-01-26  Simon Josefsson  <jas@extundo.com>
22962
22963         * lib/gai_strerror.c: Use GPL in header.
22964
22965 2005-01-26  Bruno Haible  <bruno@clisp.org>
22966
22967         * modules/javaexec: New file.
22968         * MODULES.html.sh (Java): Add javaexec.
22969
22970 2005-01-26  Bruno Haible  <bruno@clisp.org>
22971
22972         * m4/javaexec.m4: New file, from GNU gettext.
22973
22974 2005-01-26  Bruno Haible  <bruno@clisp.org>
22975
22976         * lib/javaexec.sh.in: New file, from GNU gettext.
22977         * lib/javaexec.h: New file, from GNU gettext.
22978         * lib/javaexec.c: New file, from GNU gettext.
22979
22980 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22981
22982         * modules/lchown (Depends-on): Remove lchown.h
22983
22984 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22985
22986         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
22987         must be defined if the header file was not found, in order
22988         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
22989
22990 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22991
22992         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
22993         initializers for struct pentry_state.
22994         (__argp_error): Check return value of __asprintf
22995         (__argp_failure): Translate error message
22996
22997         * lib/argp-parse.c: Removed braces around the expansion of N_()
22998
22999 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
23000
23001         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
23002         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
23003         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
23004         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
23005         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
23006         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
23007         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
23008         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
23009         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
23010         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
23011         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
23012         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
23013         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
23014         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
23015         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
23016         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
23017         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
23018         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
23019         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
23020         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
23021         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
23022         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
23023         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
23024         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
23025         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
23026         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
23027         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
23028         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
23029         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
23030         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
23031         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
23032         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
23033         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
23034         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
23035         xstrtol.m4, xstrtoumax.m4, yesno.m4:
23036         Use an all-permissive copyright notice, recommended by RMS.
23037
23038 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
23039
23040         * modules/chdir-long (Depends-on): Remove mempcpy.
23041
23042 2005-01-21  Jim Meyering  <jim@meyering.net>
23043
23044         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
23045         same value as for Solaris 9.
23046
23047         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
23048         component length.  This included changing the parameter to be
23049         of type `char *' rather than `char const *'.
23050         * lib/chdir-long.h (chdir_long): Update prototype.
23051
23052         * lib/openat.c (fdopendir, fstatat): New functions.
23053         * lib/openat.h: Include headers required for use of DIR and struct
23054         stat.
23055         [AT_SYMLINK_NOFOLLOW]: Define.
23056         (fdopendir, fstatat): Add prototypes.
23057
23058 2005-01-21  Bruno Haible  <bruno@clisp.org>
23059
23060         * modules/classpath: New file.
23061         * MODULES.html.sh (Java): Add classpath.
23062
23063 2005-01-21  Bruno Haible  <bruno@clisp.org>
23064
23065         * lib/classpath.h: New file, from GNU gettext.
23066         * lib/classpath.c: New file, from GNU gettext.
23067
23068 2005-01-20  Simon Josefsson  <jas@extundo.com>
23069
23070         * modules/version-etc-fsf: New file.
23071
23072 2005-01-20  Simon Josefsson  <jas@extundo.com>
23073
23074         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
23075         * lib/version-etc.c: Remove version_etc_copyright.
23076         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
23077         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
23078
23079 2005-01-20  Simon Josefsson  <jas@extundo.com>
23080
23081         * lib/base64.h (isbase64): Add.
23082
23083         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
23084         using a unsigned prototype, don't inline.
23085         (base64_decode): Use it.
23086
23087 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23088
23089         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
23090         it.
23091
23092 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23093
23094         * lib/save-cwd.c (save_cwd): Remove code to support the case
23095         where fchdir is missing or flaky.
23096
23097 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23098
23099         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
23100
23101 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
23102
23103         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
23104         AC_LIBSOURCES now does this.
23105         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
23106         with new ullong_max module.
23107
23108 2005-01-19  Bruno Haible  <bruno@clisp.org>
23109
23110         * modules/sh-quote: New file.
23111         * MODULES.html.sh (Executing programs): Add sh-quote.
23112
23113 2005-01-19  Bruno Haible  <bruno@clisp.org>
23114
23115         * lib/sh-quote.h: New file, from GNU gettext.
23116         * lib/sh-quote.c: New file, from GNU gettext.
23117
23118 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23119
23120         Merge from coreutils.
23121         * m4/ullong_max.m4: New file.
23122         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
23123         (gl_MACROS): Assume localeconv exists.
23124
23125 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23126
23127         Merge changes from coreutils, as described below in several
23128         changelogs dated today.
23129
23130         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
23131         (O_DIRECTORY): Remove; not needed here, since "." must be
23132         a directory.  All uses removed.
23133         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
23134         universal on Suns, and we also need to test for IRIX.
23135         Revamp code to use 'if' rather than '#if'.
23136         Avoid unnecessary comparison of cwd->desc to 0.
23137
23138         * lib/utimens.c (futimens): Robustify the previous patch, by checking
23139         for known valid error numbers rather than observed invalid ones.
23140
23141 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23142
23143         * modules/ullong_max: New file.
23144
23145         * modules/chdir-long, modules/openat: New files.
23146         * modules/save-cwd (Depends-on): Depend on chdir-long.
23147         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
23148
23149 2005-01-18  Jim Meyering  <jim@meyering.net>
23150
23151         Merge from coreutils.
23152         * m4/chdir-long.m4, m4/openat.m4: New files.
23153         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
23154         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
23155         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
23156         is sane and DOES follow symlinks.  Besides, testing 20 different
23157         systems found no broken chown implementations.
23158         Prompted by a change in rsync's copy of this macro.
23159         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
23160
23161         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
23162
23163         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
23164         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
23165         NULL-means-set-to-current-time semantics.
23166         Remove temporary file immediately, rather than waiting
23167         for configure's at-exit trap code to do it.
23168
23169 2005-01-18  Jim Meyering  <jim@meyering.net>
23170
23171         * lib/version-etc.c (version_etc_copyright): Update copyright date.
23172
23173         * lib/utimens.c (futimens): Account for the fact that futimes
23174         can also fail with errno == ENOSYS or errno == ENOENT.
23175         Patch from Dmitry V. Levin.
23176
23177         Change the name of the robust chdir function from chdir to chdir_long.
23178         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
23179         (restore_cwd): Use chdir_long, not chdir.
23180         * lib/chdir-long.c: Renamed from chdir.c.
23181         * lib/chdir-long.h: Renamed from chdir.h.
23182         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
23183         Hurd.
23184
23185 2005-01-18  Bruno Haible  <bruno@clisp.org>
23186
23187         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
23188         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
23189         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
23190         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
23191         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
23192         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
23193         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
23194         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
23195         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
23196         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
23197         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
23198         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
23199         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
23200         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
23201         Use an all-permissive copyright notice, recommended by RMS.
23202
23203 2005-01-18  Bob Proulx  <bob@proulx.com>
23204
23205         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
23206         simplify offsetof() macro construct to avoid compile failure with
23207         native HP-UX 11.0 ANSI C compiler.
23208
23209 2005-01-17  Bruno Haible  <bruno@clisp.org>
23210
23211         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
23212         redundant because stpncpy.m4 takes care of it.
23213
23214 2005-01-17  Bruno Haible  <bruno@clisp.org>
23215
23216         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
23217
23218 2005-01-17  Bruno Haible  <bruno@clisp.org>
23219
23220         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
23221         used.
23222
23223 2005-01-17  Bruno Haible  <bruno@clisp.org>
23224
23225         * lib/fwriteerror.h (fwriteerror): Change specification to include
23226         fclose.
23227         * lib/fwriteerror.c: Include <stdbool.h>.
23228         (fwriteerror): At the end, close the file stream. Record whether
23229         stdout was already closed.
23230
23231 2005-01-17  Bruno Haible  <bruno@clisp.org>
23232
23233         * lib/execute.c (environ): Declare if needed.
23234         * lib/pipe.c (environ): Likewise.
23235         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
23236
23237 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23238
23239         * modules/argp: Depend on vsnprintf
23240
23241 2005-01-10  Jim Meyering  <jim@meyering.net>
23242
23243         * modules/closeout (Depends-on): Add atexit.
23244
23245 2005-01-06  Bruno Haible  <bruno@clisp.org>
23246
23247         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
23248
23249 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
23250
23251         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
23252         definitions to be after all include files, to avoid collisions.
23253         Problem reported by Bob Proulx.
23254
23255 2005-01-04  Jim Meyering  <jim@meyering.net>
23256
23257         Changes imported from coreutils.
23258         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
23259         as the mkstemp template, use a temporary directory and an
23260         8.3-friendly template to avoid trouble on systems like DJGPP.
23261         Reported by Juan M. Guerrero via Stepan Kasal.
23262         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
23263         close. Remove the temporary directory right away, rather than waiting
23264         for configure's at-exit trap code to do it.
23265         Suggestion from Stepan Kasal.
23266
23267 2005-01-01  Simon Josefsson  <jas@extundo.com>
23268
23269         * gnulib-tool: Print #include directives when --import'ing.
23270
23271 2004-12-28  Simon Josefsson  <jas@extundo.com>
23272
23273         * tests/test-base64.c: Include required header files.  Remove
23274         unused variables.
23275
23276 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
23277
23278         * modules/error (Depends-on): Remove gettext.
23279
23280 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
23281
23282         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
23283         not needed.  This removes a dependency on the gettext module.
23284         [defined _LIBC]: Do not include <libintl.h>; not needed.
23285
23286 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
23287
23288         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
23289         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
23290
23291 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
23292
23293         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
23294         HAVE_DECL_STRTOLD.
23295
23296 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23297
23298         * modules/getdate (Depends-on): Remove alloca-opt.
23299
23300 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23301
23302         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
23303
23304 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23305
23306         * lib/argp-parse.c: Include <stddef.h>.
23307         (alignof, alignto): New macros.
23308         (parser_init): Don't assume that void * is aligned sufficiently
23309         for struct option.
23310
23311         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
23312         need to extend the stack.
23313         (YYINITDEPTH): New macro, so that the initial stack isn't overly
23314         large.
23315
23316 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23317
23318         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
23319
23320 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
23321
23322         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
23323         (2004-10-24) change.  Apparently this was a false alarm.
23324
23325         * modules/getdate: Depend on alloca-opt, not alloca.
23326
23327 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
23328
23329         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
23330         Remove now-obsolete comment about AIX.
23331         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
23332         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
23333         (YYMAXDEPTH): New macro.
23334
23335 2004-12-18  Simon Josefsson  <jas@extundo.com>
23336
23337         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
23338
23339 2004-12-18  Bruno Haible  <bruno@clisp.org>
23340
23341         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
23342
23343 2004-12-18  Bruno Haible  <bruno@clisp.org>
23344
23345         * lib/fatal-signal.c (fatal_signals): Make non-const.
23346         (init_fatal_signals): New function.
23347         (uninstall_handlers, install_handlers): Ignore signals that were set to
23348         SIG_IGN.
23349         (at_fatal_signal): Call init_fatal_signals.
23350         (init_fatal_signal_set): Likewise. Ignore signals that were set to
23351         SIG_IGN.
23352         Reported by Paul Eggert.
23353
23354 2004-12-18  Bruno Haible  <bruno@clisp.org>
23355
23356         * doc/alloca.texi: New file.
23357         * doc/alloca-opt.texi: New file.
23358
23359 2004-12-17  Jim Meyering  <jim@meyering.net>
23360
23361         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
23362         Otherwise, install-sh could exit with improper exit status when
23363         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
23364
23365 2004-12-16  Simon Josefsson  <jas@extundo.com>
23366
23367         * tests/test-base64.c: Add license.
23368
23369 2004-12-15  Stepan Kasal  <address@hidden>
23370
23371         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
23372
23373 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
23374
23375         * modules/getcwd (Files): Add m4/d-ino.m4.
23376         Suggested by Mark D. Baushke.
23377
23378 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
23379
23380         * lib/getdate.y (textint): New member "negative".
23381         (time_zone_hhmm): New function.
23382         Expect 14 shift-reduce conflicts, not 13.
23383         (o_colon_minutes): New rule.
23384         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
23385         (yylex): Set the "negative" member of signed numbers.
23386
23387 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
23388
23389         * doc/getdate.texi (Time of day items, Time zone items):
23390         Describe new formats +00:00, UTC+00:00.
23391
23392 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
23393
23394         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
23395         spurious "-l"s.  Problem reported by Stepan Kasal.
23396
23397 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
23398
23399         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
23400         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
23401
23402 2004-12-04  Simon Josefsson  <jas@extundo.com>
23403
23404         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
23405         Vandoorselaere <yoann@prelude-ids.org>.
23406
23407 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23408
23409         Changes imported from coreutils.
23410         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
23411         exist.
23412         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
23413
23414 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23415
23416         Changes imported from coreutils.
23417         * lib/hard-locale.c: Assume <locale.h> exists.
23418         Include "strdup.h".
23419         (GLIBC_VERSION): New macro.
23420         (hard_locale): Assume setlocale exists.
23421         Rewrite to avoid #ifdef.
23422         Use strdup rather than malloc + strcpy.
23423         * lib/human.c: Assume <locale.h> exists.
23424         (human_readable): Assume localeconv exists.
23425
23426 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23427
23428         * modules/hard-locale (Depends-on): Add strdup.
23429
23430 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
23431
23432         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
23433         convert T2, not T.  (Imported from libc.)
23434
23435 2004-11-30  Simon Josefsson  <jas@extundo.com>
23436
23437         * modules/restrict (License): Change to LGPL.
23438
23439 2004-11-30  Simon Josefsson  <jas@extundo.com>
23440
23441         * m4/restrict.m4: Add copyright and copying conditions.
23442
23443 2004-11-30  Simon Josefsson  <jas@extundo.com>
23444
23445         * m4/base64.m4: New file.
23446
23447 2004-11-30  Simon Josefsson  <jas@extundo.com>
23448
23449         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
23450         base64.
23451
23452         * tests/test-base64.c: New file.
23453
23454         * modules/base64: New file.
23455
23456 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
23457
23458         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
23459         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
23460
23461         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
23462
23463 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
23464
23465         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
23466         (__getcwd.c): Don't restore errno; glibc doesn't.
23467         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
23468         first, falling back to our code only if its results look suspicious.
23469         Ensure that the resulting buffer is only as large as necessary.
23470
23471         * lib/readutmp.c: Include readutmp.h first.
23472         Include <errno.h>, since readutmp.h no longer does that.
23473         * lib/readutmp.h: Don't include <errno.h>,
23474         <sys/param.h>, <time.h>; not needed to establish interface.
23475         (errno): Remove decl.
23476         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
23477         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
23478         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
23479
23480 2004-11-28  Simon Josefsson  <jas@extundo.com>
23481
23482         * lib/base64.h, base64.c: New file.
23483
23484 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
23485
23486         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
23487
23488 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
23489
23490         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
23491         (Depends-on): Remove pathmax, same.  Add mempcpy.
23492         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
23493         (Makefile.am): Append getcwd.h to lib_SOURCES.
23494         (Include): Add getcwd.h.
23495         (Maintainer): Change from Jim Meyering to "all, glibc",
23496         since getdate now uses intended-for-glibc code.
23497         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
23498         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
23499
23500 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
23501
23502         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
23503         HP's ANSI C compiler.
23504         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
23505         Declaring int functions causes warnings on some modern systems and
23506         shouldn't be needed to compile on ancient ones.
23507         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
23508         defined.
23509
23510         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
23511         with the following changes.
23512         (__set_errno): Parenthesize properly.
23513         Include <stdbool.h>.
23514         (MIN, MAX, MATCHING_INO): New macros.
23515         (__getcwd): Define with prototype, not K&R form.
23516         Use heuristics to allocate default buffer on stack if possible.
23517         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
23518         behavior, and to avoid the PATH_MAX limit when computing
23519         ../../../../...
23520         Use MATCHING_INO to compare inode number to file.
23521         Check for arithmetic overflow in size calculations.
23522         Fix bug in reallocation of dot array that caused getcwd to fail
23523         on directories nested deeper than 75.
23524         Be more careful about saving errno on error.
23525         Do not use realloc; use only free+malloc, as this is a bit
23526         more flexible and avoids a needless copy operation.
23527         Do not inspect st_dev and st_ino for symbolic links; POSIX
23528         doesn't specify the latter.
23529         Check for closedir errors.
23530         Avoid needless casts.
23531         Use "#ifdef weak_alias" around weak_alias, to be like other
23532         glibc code.
23533         The following changes to getcwd.c have effect only when used in
23534         gnulib; they have no effect inside glibc proper.
23535         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
23536         as alloca isn't used.
23537         (alloca, __alloca): Likewise.
23538         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
23539         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
23540         unconditionally, as gnulib assumes C89 or better.
23541         Do not include <sys/param.h>.
23542         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
23543         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
23544         better.
23545         (NULL) [!defined NULL]: Remove; we assume C89 or better.
23546         Include <dirent.h> in a way that is compatible with modern Autoconf.
23547         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
23548         New macros, if not already defined.
23549         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
23550         Use "_LIBC", not "defined _LIBC", for consistency.
23551         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
23552         a mempcpy module.
23553         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
23554         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
23555         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
23556         credit only to Jim Meyering and adjust the copyright dates.
23557         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
23558         <stdlib.h>, <unistd.h>, "pathmax.h".
23559         Instead, include "xgetcwd.h" (first) and "getcwd.h".
23560         (INITIAL_BUFFER_SIZE): Remove.
23561         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
23562
23563 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
23564
23565         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
23566         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
23567         Use the _ONCE methods, for efficiency.
23568         Check for fcntl.h.  In test program, include <errno.h>
23569         and <fcntl.h> if available.  Remove old K&R cruft from
23570         test program.  Check for common errors in GNU/Linux,
23571         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
23572         don't do AC_LIBOBJ, as that's getcwd.m4's job.
23573         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
23574         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
23575         name accordingly.
23576         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
23577         accommodate new getcwd.c.
23578         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
23579         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
23580         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
23581         that's all we need now.
23582
23583 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23584
23585         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
23586         argp-parse.c depends on getopt internals, that means we should
23587         always use our getopt, to be on the safe side.
23588         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
23589         order not to spoil the result of an eventual previous invocation
23590         of gl_GETOPT_SUBSTITUTE.
23591
23592 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23593
23594         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
23595         redefinition warnings. To avoid them, include the defines
23596         in `#if !defined __need_getopt ... #endif'. The only place
23597         where __getopt_argv_const is used is in definitions
23598         of getopt_long and getopt_long_only below, which are as well
23599         protected by `#ifndef __need_getopt'.
23600         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
23601         __need_getopt after including <stdio.h> and <unistd.h> These
23602         headers might have defined it.
23603
23604 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
23605
23606         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
23607
23608 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
23609
23610         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
23611         (futimens): New function, which uses futimes if available.
23612         (futimens, utimens): Support timespec==NULL, with same semantics
23613         as utime and utimens.
23614         * lib/utimens.h (futimens): New decl.
23615
23616 2004-11-23  Jim Meyering  <jim@meyering.net>
23617
23618         * lib/getopt_.h: Remove trailing blanks.
23619
23620 2004-11-23  Jim Meyering  <jim@meyering.net>
23621
23622         * lib/__fpending.c: Add comment.
23623
23624 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
23625
23626         * modules/canonicalize (Depends-on): Add xreadlink.
23627         Problem reported by James Youngman.
23628
23629 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
23630
23631         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
23632         New macros.
23633         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
23634         optopt): Use them instead of invoking ## directly; otherwise, the
23635         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
23636
23637 2004-11-19  Bruno Haible  <bruno@clisp.org>
23638
23639         * lib/strtok_r.c: Move comments from here...
23640         * lib/strtok_r.h: ... to here.
23641
23642 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
23643
23644         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
23645         implementations that mishandle size_t overflow.
23646
23647 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
23648
23649         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
23650         might fail.  Problem reported by Yoann Vandoorselaere.
23651         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
23652         implementations that mishandle size_t overflow.
23653
23654 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23655
23656         * modules/canon-host (Depends-on): Add strdup.
23657
23658 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23659
23660         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
23661
23662 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23663
23664         * lib/canon-host.c: Include "strdup.h".
23665         (canon_host): Use getaddrinfo if available, so that IPv6 works.
23666         Use strdup instead of malloc/strcpy to duplicate strings.
23667
23668         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
23669         (human_space_before_unit): New constant.
23670         * lib/human.c (human_readable): Support it.
23671
23672         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
23673         (xgetcwd): Set errno correctly when failing.
23674         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
23675         the failure is actually due to a PATH_MAX problem.
23676
23677         Further getopt changes to make it more likely that glibc will
23678         buy the changes back.
23679         * lib/getopt.c (POSIXLY_CORRECT): New constant.
23680         (getopt): Use it, so to preserve glibc semantic
23681         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
23682         when compiling for libc.
23683         * lib/getopt_.h (__getopt_argv_const): Bring it back.
23684         (getopt_long, getopt_long_only): Use it.
23685
23686         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
23687         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
23688         (getopt): Argv is now char * const *, as per standard.
23689         (_getopt_internal_r, _getopt_internal): Argv is now char **,
23690         not char *__getopt_argv_const *.
23691         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
23692         _getopt_long_only_r): Likewise.
23693         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
23694         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
23695         _getopt_long_r, _getopt_long_only_r): Likewise.
23696         * lib/getopt_.h (__getopt_argv_const): Remove.
23697         (getopt): Argv is now char * const *, as per standard.
23698
23699         * lib/getdate.y (tORDINAL): New token.
23700         (day, relunit): Allow it for relative times.
23701         (relative_time_table): Use tORDINAL for ordinals.
23702
23703 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23704
23705         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
23706         Document that "second" isn't allowed as an ordinal number.
23707
23708 2004-11-16  Jim Meyering  <jim@meyering.net>
23709
23710         * modules/closeout (Depends-on): Add fpending.
23711
23712 2004-11-15  Jim Meyering  <jim@meyering.net>
23713
23714         * lib/closeout.c: Include "__fpending.h" once again.
23715         Include <stdbool.h>.
23716         (close_stdout): Don't fail just because stdout was closed initially,
23717         since some programs don't write to stdout in the normal course of
23718         operation (other than --version and --help), and we don't want this
23719         function to make e.g. `touch file >&-' fail.
23720         But do fail if it was closed and someone has tried to write to it.
23721         E.g., `printf foo >&-' must fail.
23722
23723 2004-11-13  Jim Meyering  <jim@meyering.net>
23724
23725         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
23726
23727 2004-11-12  Simon Josefsson  <jas@extundo.com>
23728
23729         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
23730         small doc fix is still pending.
23731
23732 2004-11-11  Simon Josefsson  <jas@extundo.com>
23733
23734         * modules/strtok_r: New file.
23735
23736         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23737         strtok_r.
23738
23739 2004-11-11  Simon Josefsson  <jas@extundo.com>
23740
23741         * m4/strtok_r.m4: New file.
23742
23743         * m4/getopt.m4: Replace opterr.
23744
23745 2004-11-11  Simon Josefsson  <jas@extundo.com>
23746
23747         * lib/strtok_r.h, strtok_r.c: New file.
23748
23749 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
23750
23751         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
23752         of replacing opterr, getopt, etc.  This should handle the
23753         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
23754
23755 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
23756
23757         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
23758         we can stop lying to compilers about the constness of argv when we
23759         are compiled outside glibc.
23760         (getopt, getopt_long, getopt_long_only): Use it.
23761         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
23762         _getopt_internal, getopt): Likewise.
23763         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
23764         _getopt_long_only_r): Likewise.
23765         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
23766         _getopt_long_r, _getopt_long_only_r): Likewise.
23767
23768         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
23769         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
23770         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
23771         the other external symbols.
23772         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
23773         declaration, since the above renaming now works around collisions.
23774
23775 2004-11-11  Jim Meyering  <jim@meyering.net>
23776
23777         * lib/linebreak.c: Remove trailing blanks.
23778         * lib/alloca_.h: Likewise.
23779         * lib/acosl.c: Likewise.
23780         * lib/euidaccess.c: Likewise.
23781         * lib/allocsa.h: Likewise.
23782
23783 2004-11-10  Simon Josefsson  <jas@extundo.com>
23784
23785         * m4/getaddrinfo.m4: New file.
23786
23787 2004-11-10  Simon Josefsson  <jas@extundo.com>
23788
23789         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
23790
23791 2004-11-10  Simon Josefsson  <jas@extundo.com>
23792
23793         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23794         getaddrinfo.
23795
23796         * modules/getaddrinfo: New file.
23797
23798 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
23799
23800         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
23801
23802 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
23803
23804         * lib/mktime.c (SHR): New macro, which is a portable
23805         substitute for >> that should work even on Crays.
23806         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
23807         Problem reported by Mark D. Baushke in
23808         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
23809         * lib/getdate.y (SHR): Likewise.
23810         (tm_diff): Use it.
23811         * lib/strftime.c (SHR): Likewise.
23812         (tm_diff): Use it.
23813         * lib/quotearg.c (struct quoting_options): Use unsigned int for
23814         quote_these_too, so that right shifts are well defined.  All uses
23815         changed.
23816
23817 2004-11-10  Jim Meyering  <jim@meyering.net>
23818
23819         Ensure that no close failure goes unreported.
23820         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
23821         return early when it seems there's nothing to flush.
23822         Don't include __fpending.h.
23823
23824 2004-11-10  Jim Meyering  <jim@meyering.net>
23825
23826         * modules/closeout (Depends-on): Remove fpending.
23827
23828 2004-11-10  Jim Meyering  <jim@meyering.net>
23829
23830         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
23831
23832 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
23833
23834         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
23835         gl_FUNC_STRFTIME.
23836         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
23837         and AC_REQUIRE when possible, to avoid duplicate checks.
23838         Check for <wchar.h>.
23839
23840 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
23841
23842         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
23843
23844 2004-11-09  Bruno Haible  <bruno@clisp.org>
23845
23846         * m4/sockpfaf.m4: New file.
23847
23848 2004-11-05  Bruno Haible  <bruno@clisp.org>
23849
23850         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
23851         Reported by Mark D. Baushke <mdb@cvshome.org>.
23852
23853 2004-11-04  Bruno Haible  <bruno@clisp.org>
23854
23855         2004-09-11  Bruno Haible  <bruno@clisp.org>
23856                 * allocsa.valgrind: New file.
23857         2004-02-06  Bruno Haible  <bruno@clisp.org>
23858                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
23859                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
23860                 Reported by Christopher Seip <chris.seip@hp.com>.
23861
23862 2004-11-04  Bruno Haible  <bruno@clisp.org>
23863
23864         * modules/allocsa (Files): Add lib/allocsa.valgrind.
23865         (Makefile.am): Distribute it.
23866
23867 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
23868
23869         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
23870         with errno == ERANGE if the buffer is too small.
23871         Problem reported by Mark D. Baushke.
23872
23873 2004-11-03  Albert Chin  <china@thewrittenword.com>
23874             Paul Eggert  <eggert@cs.ucla.edu>
23875
23876         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
23877         equivalent, substitute $ac_type for equivalent type rather than
23878         blindly using uint32_t *always* which won't work if uint32_t is not
23879         available.  Define _UINT32_T to work around typedef of uint32_t if
23880         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
23881         2.5.1.
23882
23883 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
23884
23885         * m4/jm-macros.m4: Sync from coreutils.
23886         (gl_MACROS): Check for mbrlen, for pathchk.
23887         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
23888
23889 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
23890
23891         * lib/xreadlink.c (MAXSIZE): New macro.
23892         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
23893         size does not exceed MAXSIZE.  Avoid cast.
23894         As suggested by Mark D. Baushke in
23895         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
23896         if readlink fails with buffer size just under MAXSIZE, try again
23897         with MAXSIZE.
23898
23899 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
23900
23901         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
23902
23903 2004-11-02  Derek R. Price  <derek@ximbiot.com>
23904         and  Paul Eggert  <eggert@cs.ucla.edu>
23905
23906         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
23907         (get_date): Overparenthesize to avoid GCC warning.
23908
23909 2004-11-02  Bruno Haible  <bruno@clisp.org>
23910
23911         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
23912         returns void.
23913
23914 2004-11-02  Bruno Haible  <bruno@clisp.org>
23915
23916         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
23917         function returns void.
23918
23919 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
23920
23921         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
23922         fflush_unlocked, flockfile, funlockfile, funlockfile,
23923         fputs_unlocked, putc_unlocked.
23924
23925 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
23926
23927         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
23928         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
23929         already declared.
23930
23931 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
23932
23933         * modules/getdate (Files): Add doc/getdate.texi.
23934         (Depends-on): Add setenv, xalloc.
23935
23936 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
23937
23938         * lib/getdate.y: Add support for TZ="foo" within a date string.
23939         Fix some bugs near time_t boundaries.  Reject dates with
23940         out-of-range components, e.g., "Sept 31".
23941         Include <stdlib.h>, "setenv.h", "xalloc.h".
23942         (ISDIGIT_LOCALE): Remove; unused.
23943         Note that the TZ and time functions used here are not reentrant.
23944         (mktime_ok, get_tz): New functions.
23945         (TZBUFSIZE): New constant.
23946         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
23947         This requires that we sometimes generate our own TZ="XXX..." setting.
23948
23949 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
23950
23951         * doc/getdate.texi: New file, from coreutils with modifications for
23952         the new TZ parsing.
23953
23954 2004-10-27  Derek R. Price  <derek@ximbiot.com>
23955
23956         * lib/mktime.c (not_equal_tm): Remove redundant check.
23957
23958 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23959
23960         * modules/regex (lib_SOURCES): Add regex.c.
23961         Reported by James Youngman in
23962         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
23963
23964 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23965
23966         * lib/getdate.y: Use Bison 1.875 features, and some minor
23967         code cleanups.  This change does not affect semantics.
23968         Don't include <stdlib.h>; no longer needed.
23969         Don't include unlocked-io.h; only the "#if TEST" code uses
23970         stdio, and performance isn't crucial there.
23971         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
23972         Bison 1.875 features as described below.
23973         All uses of "PC." replaced by "pc->".
23974         (YYSTYPE): Add a forward declaration.
23975         (yylex, yyerror): Use full prototypes in forward decls.
23976         Use "%pure-parser" rather than obsolescent "%pure_parser".
23977         Use %parse-param and %lex-param instead of obsolescent
23978         YYPARSE_PARAM and YYLEX_PARAM.
23979         (meridian_table, month_and_day_table, time_units_table,
23980         relative_time_table, time_zone_table, military_table,
23981         lookup_zone, lookup_word, get_date):
23982         Use NULL instead of 0 where appropriate.
23983         (to_hour): Avoid abort (), to avoid a dependency on
23984         stdlib.h.
23985         (yyerror, yylex): Now accepts parser_control * arg.
23986         (main) [TEST]: Use '\0' rather than 0 for char.
23987
23988 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
23989
23990         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
23991
23992 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
23993
23994         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
23995         It's now the caller's responsibility to handle the case where
23996         !HAVE_GETPAGESIZE && !defined getpagesize.
23997
23998         * lib/mktime.c (leapyear): Arg is long int, not int.
23999
24000 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
24001
24002         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
24003
24004 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
24005
24006         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
24007         missing.  Problem reported by James Youngman.
24008
24009 2004-10-16  Simon Josefsson  <jas@extundo.com>
24010
24011         * gnulib-tool: Fix comments.  Fix parse problem.
24012         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
24013
24014 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
24015
24016         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
24017         implementation of getopt_long.  Problem reported by Alexander Taler in:
24018         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
24019
24020 2004-10-15  Bruno Haible  <bruno@clisp.org>
24021
24022         * gnulib-tool: Untabify. Initialize supplied_libname.
24023         (func_usage): More homogenous output.
24024         (func_modules_transitive_closure, func_modules_to_filelist,
24025         func_emit_lib_Makefile_am): New functions.
24026         (func_import): New function, extracted from big case statement. Use
24027         func_get_license, func_modules_transitive_closure,
24028         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
24029         opt_lgpl. Don't use test -a, as it's not portable.
24030         (func_create_testdir): Use func_modules_transitive_closure,
24031         func_modules_to_filelist, func_emit_lib_Makefile_am.
24032
24033 2004-10-15  Bruno Haible  <bruno@clisp.org>
24034
24035         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
24036
24037 2004-10-15  Bruno Haible  <bruno@clisp.org>
24038
24039         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
24040         the portions belonging to each module.
24041         Suggested by Derek Robert Price <derek@ximbiot.com>.
24042
24043 2004-10-12  Simon Josefsson  <jas@extundo.com>
24044
24045         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
24046         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
24047         to real functions.
24048
24049 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24050
24051         * modules/vsnprintf: New file.
24052
24053 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24054
24055         * m4/vsnprintf.m4: New file.
24056
24057 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24058
24059         * lib/vsnprintf.h: New file.
24060         * lib/vsnprintf.c: New file.
24061
24062 2004-10-11  Bruno Haible  <bruno@clisp.org>
24063
24064         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
24065         vsnprintf.
24066
24067 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
24068
24069         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
24070
24071 2004-10-07  Bruno Haible  <bruno@clisp.org>
24072
24073         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
24074         fits into the provided buffer.
24075
24076 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
24077
24078         * lib/diacrit.c, diacrit.h: Add GPL notice.
24079
24080         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
24081         notice.
24082         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
24083         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
24084         This avoids a potential constant-folding bug.
24085
24086 2004-10-05  Bruno Haible  <bruno@clisp.org>
24087
24088         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
24089         for the declaration of strsep.
24090
24091 2004-10-05  Bruno Haible  <bruno@clisp.org>
24092
24093         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
24094
24095 2004-10-04  Simon Josefsson  <jas@extundo.com>
24096
24097         * modules/memmem: New file.
24098         * tests/test-memmem.c: New file.
24099         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
24100
24101 2004-10-04  Simon Josefsson  <jas@extundo.com>
24102
24103         * m4/memmem.m4: New file.
24104
24105 2004-10-04  Simon Josefsson  <jas@extundo.com>
24106
24107         * lib/memmem.h: New file.
24108         * lib/memmem.c: New file, taken from glibc.
24109
24110 2004-10-04  Simon Josefsson  <jas@extundo.com>
24111
24112         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
24113         '#ifdef USE_UNLOCKED_IO'.
24114
24115 2004-10-04  Simon Josefsson  <jas@extundo.com>
24116
24117         * config/srclist.txt: Add memmem from glibc.
24118
24119 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24120
24121         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
24122
24123         * modules/argmatch, modules/argp, modules/closeout, modules/error,
24124         modules/exclude, modules/getdate, modules/getline,
24125         modules/getndelim2, modules/getpass, modules/getpass-gnu,
24126         modules/getusershell, modules/linebuffer, modules/md5,
24127         modules/mountlist, modules/posixtm, modules/readtokens,
24128         modules/readutmp, modules/regex, modules/sha1,
24129         modules/version-etc, modules/yesno:
24130         Remove dependency on unlocked-io.
24131
24132 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24133
24134         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
24135
24136         * m4/unlocked-io.m4: Add copyright notice.
24137         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
24138
24139 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24140
24141         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
24142         * lib/xmalloc.c (xmemdup): Likewise.
24143         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
24144         XFREE): Remove these long-obsolescent macros.
24145         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
24146         * lib/xstrdup.c: Remove.
24147
24148         * lib/regex.c (re_comp): Cast gettext return value to char *,
24149         Problem reported by Martin Neitzel via Mark D. Baushke.
24150
24151 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24152
24153         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
24154         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
24155         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
24156         regex.c, sha1.c, version-etc.c, yesno.c:
24157         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
24158         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
24159         the includer's responsibility.
24160
24161         Sync from coreutils.
24162
24163         * lib/modechange.c (mode_compile): Don't decrement a pointer that
24164         points to the start of a string, as the C Standard says the
24165         resulting behavior is undefined.
24166
24167         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
24168         simple -> simple_backups, numbered_existing ->
24169         numbered_existing_backups, numbered -> numbered_backups
24170         to avoid shadowing problems.  All uses changed.
24171         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
24172         * lib/backupfile.c (check_extension, numbered_backup):
24173         Rename locals to avoid shadowing 'basename'.
24174         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
24175         once.
24176
24177         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
24178         * lib/.cvsignore: Add getopt.h.
24179
24180 2004-10-04  Bruno Haible  <bruno@clisp.org>
24181
24182         * modules/README: New file.
24183         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
24184         not a module.
24185
24186 2004-10-02  Jim Meyering  <jim@meyering.net>
24187
24188         * lib/dirfd.h, getpagesize.h: Add copyright notice.
24189
24190 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24191
24192         * modules/strsep: New file.
24193
24194 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24195
24196         * m4/strsep.m4: New file.
24197
24198 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24199
24200         * lib/strsep.h: New file.
24201         * lib/strsep.c: New file.
24202
24203 2004-10-01  Simon Josefsson  <jas@extundo.com>
24204
24205         * lib/snprintf.c (snprintf): Handle size==0.
24206
24207 2004-10-01  Simon Josefsson  <jas@extundo.com>
24208             Bruno Haible  <bruno@clisp.org>
24209
24210         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
24211         (snprintf): Declare 'args'.
24212
24213 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
24214
24215         * lib/snprintf.c: Remove comments as to why each header is needed.
24216
24217 2004-10-01  Bruno Haible  <bruno@clisp.org>
24218
24219         * MODULES.html.sh: Add strsep.
24220
24221 2004-09-30  Simon Josefsson  <jas@extundo.com>
24222
24223         * modules/snprintf: New file.
24224
24225 2004-09-30  Simon Josefsson  <jas@extundo.com>
24226
24227         * m4/snprintf.m4: New file.
24228
24229 2004-09-30  Simon Josefsson  <jas@extundo.com>
24230
24231         * lib/snprintf.h, lib/snprintf.c: New files.
24232
24233 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24234
24235         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
24236         (hol_entry_help): Never translate an empty string.
24237         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
24238         * lib/argp.h (OPTION_NO_TRANS): New option.
24239
24240 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24241
24242         * modules/argp (Maintainer): Replace Simon Josefsson
24243         by Sergey Poznyakoff.
24244
24245 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24246
24247         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
24248         changes merged back into glibc.
24249
24250 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24251
24252         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
24253
24254 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
24255
24256         * lib/xvasprintf.c: Include xalloc.h.
24257         (xvasprintf): Use xalloc_die, not xmalloc_die.
24258
24259 2004-09-29  Bruno Haible  <bruno@clisp.org>
24260
24261         * modules/alloca-opt: New file, derived from modules/alloca.
24262         * modules/allocsa: Depend on alloca-opt instead of alloca.
24263         * modules/setenv: Likewise.
24264         * modules/vasnprintf: Likewise.
24265         * MODULES.html.sh: Add alloca-opt.
24266
24267 2004-09-28  Simon Josefsson  <jas@extundo.com>
24268
24269         * gnulib-tool: New parameter --lgpl, to asseert that modules are
24270         LGPL, and to replace license template from GPL to LGPL.
24271
24272 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
24273
24274         * modules/dummy: Change license to LGPL.
24275
24276 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
24277
24278         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
24279
24280 2004-09-24  Simon Josefsson  <jas@extundo.com>
24281
24282         * modules/minmax (License): Change from GPL to LGPL.
24283
24284 2004-09-23  Simon Josefsson  <jas@extundo.com>
24285
24286         * gnulib-tool (--import): Typo.
24287
24288 2004-09-23  Simon Josefsson  <jas@extundo.com>
24289
24290         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
24291
24292 2004-09-22  Bruno Haible  <bruno@clisp.org>
24293
24294         * modules/*: Add 'License' field.
24295         * gnulib-tool: Accept --extract-license option.
24296         (func_get_license): New function.
24297
24298 2004-09-21  Bruno Haible  <bruno@clisp.org>
24299
24300         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
24301         Reported by Simon Josefsson.
24302
24303 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24304
24305         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
24306         gl_AC_TYPE_LONG_LONG.
24307
24308 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24309
24310         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
24311
24312 2004-09-18  Simon Josefsson  <jas@extundo.com>
24313         and  Paul Eggert  <eggert@cs.ucla.edu>
24314
24315         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
24316         calls with autoreconf.  Define GL_LIB.
24317
24318 2004-09-14  Karl Berry  <karl@gnu.org>
24319
24320         * config/srclist.txt: unsync setenv.c, sigh.
24321
24322 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24323
24324         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
24325         Problem reported by Bruno Haible in:
24326         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
24327
24328 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24329
24330         * config/srclist.txt: Comment out argp-pvh.c.
24331
24332 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
24333
24334         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
24335         in case some system header has #define'd it.  Problem reported by
24336         Soeren D. Schulze in
24337         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
24338
24339 2004-09-09  Karl Berry  <karl@gnu.org>
24340
24341         * regex.[ch]: delete from the root.  These were supposed to be
24342                 synced with emacs cvs, but this has not happened for about
24343                 a year, and anyway nothing else uses emacs regex.[ch].
24344                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
24345                 lib/regex[.ch] is untouched.
24346
24347 2004-09-09  Bruno Haible  <bruno@clisp.org>
24348
24349         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
24350
24351 2004-09-09  Bruno Haible  <bruno@clisp.org>
24352
24353         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
24354         modifications.
24355         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
24356
24357 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
24358
24359         * modules/xvasprintf: New file.
24360         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
24361
24362 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
24363
24364         * lib/xvasprintf.h: New file.
24365         * lib/xvasprintf.c: New file.
24366         * lib/xasprintf.c: New file.
24367
24368 2004-09-08  Bruno Haible  <bruno@clisp.org>
24369
24370         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
24371
24372 2004-09-08  Bruno Haible  <bruno@clisp.org>
24373
24374         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
24375         length is > INT_MAX.
24376         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
24377         more.
24378
24379 2004-09-08  Bruno Haible  <bruno@clisp.org>
24380
24381         * lib/stdint_.h: New file, taken from GNU clisp.
24382
24383 2004-09-08  Bruno Haible  <bruno@clisp.org>
24384             Oskar Liljeblad  <oskar@osk.mine.nu>
24385
24386         * modules/stdint: New file.
24387         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
24388
24389 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24390
24391         Import from coreutils.
24392         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
24393         strings on unbounded length.  alloca's performance benefits aren't
24394         that important here.
24395         (V_STRDUP): Remove.
24396         (parse_with_separator): New function, with most of the internals
24397         of the old parse_user_spec.  Allow user to omit both user and group,
24398         for compatibility with FreeBSD.
24399         Clone only the user name, not the entire spec.
24400         Do not set *uid, *gid unless entirely successful.
24401         Avoid memory leak in some failing cases.
24402         Fix regression for USER.GROUP reported by Dmitry V. Levin in
24403         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
24404         (parse_user_spec): Rewrite to use parse_with_separator.
24405
24406 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24407
24408         * modules/userspec: Don't depend on alloca.
24409
24410 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24411
24412         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
24413
24414 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
24415
24416         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
24417         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
24418         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
24419
24420 2004-08-16  Simon Josefsson  <jas@extundo.com>
24421
24422         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
24423         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
24424         Add --dry-run for --import.
24425         Let user provided command line parameters override configure.ac
24426         settings.
24427
24428 2004-08-12  Simon Josefsson  <jas@extundo.com>
24429
24430         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
24431         as discussed with Paul Eggert in threads rooted at
24432         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
24433         and
24434         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
24435         Before, the test was empty, and relied on ELIDE_CODE in source
24436         code.)
24437         (gl_PREREQ_GETOPT): New macro.
24438         (gl_GETOPT): Use them.
24439
24440 2004-08-12  Simon Josefsson  <jas@extundo.com>
24441
24442         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
24443         * lib/getopt_.h: Renamed from getopt.h.
24444
24445 2004-08-12  Simon Josefsson  <jas@extundo.com>
24446
24447         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
24448         Change default library name from libfoo to libgnu.
24449         Now, if you have a configure.ac that says:
24450                 gl_SOURCE_BASE(gl)
24451                 gl_M4_BASE(gl/m4)
24452                 gl_MODULES(error getopt etcetera)
24453                 gl_INIT
24454         you can import all you need by running:
24455                 ../gnulib/gnulib-tool --import
24456
24457         * modules/getopt (Files): Rename getopt.h to getopt_.h.
24458         (Makefile.am): Rewrite, use logic from argz.
24459         (Include): Use <getopt.h> instead of "getopt.h".
24460
24461 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24462
24463         * modules/argp (Files): Add m4/unlocked-io.m4.
24464         (Depends-on): Add extensions.
24465
24466 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24467
24468         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
24469         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
24470         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
24471         Check for program_invocation_name, program_invocation_short_name,
24472         flockfile, funlockfile, features.h, _getopt_long_only_r.
24473
24474 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24475
24476         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
24477         its complicated substitute.
24478         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
24479         and program_invocation_name.
24480         (__argp_basename) [!_LIBC]: Remove; the only use was
24481         replaced by its body.
24482         (__argp_short_program_name): Change condition from
24483         !defined __argp_short_program_name to
24484         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
24485         to match argp-namefrob.h.
24486         (__argp_failure): Don't assume strerror_r returns char *.
24487         * lib/argp-parse.c (N_): Define unconditionally.
24488         (argp_default_options): Fill out initializers with 0 to avoid
24489         gcc warnings.
24490
24491 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24492
24493         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
24494         getopt1.c.
24495
24496 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24497
24498         Merge from coreutils.
24499
24500         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
24501
24502         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
24503         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
24504
24505 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24506
24507         Merge from coreutils.
24508
24509         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
24510         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
24511         for Reliant Unix 5.43.
24512
24513         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
24514         (union fooround): Use uintmax_t, not long int.
24515         The rest is a merge from libc:
24516         [defined _LIBC]: Include <shlib-compat.h>.
24517         (_obstack) [defined _LIBC]: Remove after 2.3.4.
24518
24519         * lib/settime.c (settime): Recode to avoid warning with
24520         Sun Forte C 6U2.
24521
24522         * lib/strverscmp.c: Convert to UTF-8.
24523
24524 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24525
24526         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
24527         m4/uintmax_t.m4.
24528
24529 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24530
24531         * modules/xalloc-die: New file.
24532         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
24533
24534         * modules/md5 (Files): Add m4/uint32_t.m4.
24535         * modules/sha1: Renamed from modules/sha.
24536         (Files):
24537         Rename lib/sha.h to lib/sha1.h.
24538         Rename lib/sha.c to lib/sha1.c.
24539         Rename m4/sha.m4 to m4/sha1.m4.
24540         (lib_SOURCES): Likewise.
24541         (configure.ac): Rename gl_SHA to gl_SHA1.
24542         (Include): sha.h -> sha1.h.
24543
24544 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24545
24546         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
24547         * m4/sha1.m4: Renamed from sha.m4.
24548         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
24549
24550 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24551
24552         * lib/obstack.h (obstack_empty_p):
24553         Don't assume that chunk->contents is suitably aligned.
24554         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
24555         Likewise. Problem reported by Benno in
24556         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
24557
24558         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
24559         readable.  This could be improved further but it'd take some work.
24560
24561 2004-08-08  Simon Josefsson  <jas@extundo.com>
24562
24563         * modules/xgethostname (Depends-on): Remove exit and error (not
24564         used).
24565
24566         * modules/getpass-gnu: Add getpass.h.
24567         (Depends-on): Add stdbool.
24568         * modules/getpass: Add getpass.h.
24569
24570 2004-08-08  Simon Josefsson  <jas@extundo.com>
24571
24572         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
24573         Check getpass declaration.
24574
24575 2004-08-08  Simon Josefsson  <jas@extundo.com>
24576
24577         * lib/xgethostname.c: Don't include error.h (not used).
24578
24579         * lib/getpass.h: Add.
24580         * lib/getpass.c: Include getpass.h first.
24581
24582 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
24583
24584         * lib/xalloc-die.c: New file.
24585         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
24586         All uses removed.
24587         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
24588         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
24589         xalloc-die.c.
24590         (_, N_, xalloc_die): Move to xalloc-die.c.
24591         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
24592         so that we needn't mess with xalloc_msg_memory_exhausted.
24593
24594         * lib/sha1.h: Renamed from sha.h.
24595         (SHA1_H): Renamed from _SHA_H.
24596         (sha1_ctx): Renamed from sha_ctx.
24597         (sha1_init_ctx): Renamed from sha_init_ctx.
24598         (sha1_process_block): Renamed from sha_process_block.
24599         (sha1_process_bytes): Renamed from sha_process_bytes.
24600         (sha1_finish_ctx): Renamed from sha_finish_ctx.
24601         (sha1_read_ctx): Renamed from sha_read_ctx.
24602         (sha1_stream): Renamed from sha_stream.
24603         (sha1_buffer): Renamed from sha_buffer.
24604         * lib/sha1.c: Likewise; renamed from sha.c.
24605         Do not include <sys/types.h>.
24606         Include <stddef.h> rather than <stdlib.h>.
24607
24608 2004-08-08  Bruno Haible  <bruno@clisp.org>
24609
24610         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
24611         FILESYSTEM_PREFIX_LEN.
24612         * lib/progreloc.c: Likewise.
24613         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
24614
24615 2004-08-06  Simon Josefsson  <jas@extundo.com>
24616
24617         * modules/progname (Depends-on): Don't depend on stdbool.
24618
24619 2004-08-06  Simon Josefsson  <jas@extundo.com>
24620
24621         * modules/getsubopt: New file.
24622         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24623         getsubopt.
24624
24625 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
24626
24627         More merge from coreutils.
24628
24629         * m4/utimens.m4, m4/utimecmp.m4: New files.
24630         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
24631         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
24632         prereq.m4, sha.m4: Import changes from coreutils.
24633
24634 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
24635
24636         More merge from coreutils.
24637         * modules/raise, modules/readtokens0, modules/utimens:
24638         * modules/utimecmp, module/xnanosleep: New files.
24639         * modules/strftime: Add lib/strftime.h.
24640         Change include from <time.h> to "strftime.h".
24641         * modules/yesno: Add lib/yesno.h.
24642         * modules/backupfile: Remove lib/addext.c.
24643         * modules/euidaccess: Add stat-macros.h.
24644         * modules/canonicalize, modules/euidaccess,
24645         modules/filemode, modules/lchown, modules/makepath,
24646         modules/rmdir, modules/stat: Likewise.
24647
24648 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
24649
24650         Merge from tar.
24651         * lib/argp-help.c (make_hol, hol_append): Don't assume that
24652         SIZE_MAX is a valid preprocessor constant.
24653         (__argp_basename): Change from "#ifndef _LIBC"
24654         to "#ifndef __argp_short_program_name", so that
24655         we don't compile these functions for tar.
24656
24657         More merges from coreutils.
24658         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
24659         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
24660         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
24661         * lib/addext.c: Remove; no longer needed.
24662         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
24663         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
24664         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
24665         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
24666         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
24667         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
24668         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
24669         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
24670         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
24671         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
24672         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
24673         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
24674         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
24675         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
24676         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
24677         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
24678         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
24679         Import changes from coreutils.
24680
24681 2004-08-05  Simon Josefsson  <jas@extundo.com>
24682
24683         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
24684
24685 2004-08-05  Simon Josefsson  <jas@extundo.com>
24686
24687         * m4/getsubopt.m4: New file.
24688
24689 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
24690
24691         Merge from coreutils.
24692
24693         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
24694         * m4/getcwd-path-max.m4: New files.
24695
24696         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
24697         FILESYSTEM_PREFIX_LEN ->
24698         FILE_SYSTEM_PREFIX_LEN.
24699         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
24700         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
24701         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
24702         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
24703
24704         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
24705         prerequisite modules now handle the DOS stuff.
24706         Don't check for unistd.h.
24707
24708 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
24709
24710         Merge from coreutils.
24711
24712         * lib/.gdb-history: Remove; this doesn't belong here.
24713
24714         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
24715         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
24716         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
24717         * lib/getcwd.c: New files.
24718
24719         * lib/dirname.h: Include <stdbool.h>.
24720         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
24721         for consistency with POSIX terminology.  All uses changed.
24722         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
24723         (strip_trailing_slashes): Use bool for booleans.
24724         * lib/stripslash.c (strip_trailing_slashes): Likewise.
24725
24726         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
24727         sometimes returns a positive errno value even when it succeeds.
24728         (print_errno_message) [!LIBC]: Fall back on strerror if
24729         __strerror_r fails.
24730
24731         * lib/path-concat.c (mempcpy): Don't define if a system header defines
24732         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
24733         (longest_relative_suffix): New function.
24734         (path_concat): Use it.  Assume first argument is not NULL.
24735         Port to DOS.  Omit redundant separators.
24736         Report an error instead of returning NULL.
24737         Use mempcpy instead of memcpy.
24738         (xpath_concat): Remove: not declared or used.
24739
24740         * lib/same.h: Include <stdbool.h>
24741         (same_name): Return bool, not int.
24742         * lib/same.c (same_name): Likewise.
24743         (errno): Don't declare; we assume C89 or better now.
24744
24745         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
24746         if not already defined.
24747
24748         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
24749         * lib/dup-safer.c (errno): Likewise.
24750
24751 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
24752
24753         Merge from coreutils.
24754         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
24755         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
24756         * modules/path-concat: Don't depend on strdup.
24757
24758 2004-08-03  Simon Josefsson  <jas@extundo.com>
24759
24760         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
24761         * lib/progname.h: Don't include stdbool.h.
24762
24763 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
24764
24765         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
24766         * MODULES.html.sh (func_all_modules): Remove fatal.
24767
24768 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
24769
24770         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
24771
24772 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
24773
24774         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
24775         working.
24776
24777 2004-08-02  Simon Josefsson  <jas@extundo.com>
24778
24779         * lib/getsubopt.h: New file, with comments from Bruno Haible.
24780         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
24781         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
24782
24783 2004-08-01  Simon Josefsson  <jas@extundo.com>
24784
24785         * lib/xgetdomainname.c: Include stdlib.h, for free().
24786
24787 2004-07-19  Bruno Haible  <bruno@clisp.org>
24788
24789         * MODULES.html.sh (func_all_modules): Add dummy.
24790
24791 2004-07-16  Simon Josefsson  <jas@extundo.com>
24792
24793         * modules/dummy: New file.
24794
24795 2004-07-16  Simon Josefsson  <jas@extundo.com>
24796
24797         * lib/dummy.c: New file.
24798
24799 2004-07-16  Bruno Haible  <bruno@clisp.org>
24800
24801         * lib/backupfile.h: Add extern "C" for C++.
24802         * lib/closeout.h: Likewise.
24803         * lib/copy-file.h: Likewise.
24804         * lib/findprog.h: Likewise.
24805         * lib/full-write.h: Likewise.
24806         * lib/pathname.h: Likewise.
24807         * lib/progname.h: Likewise.
24808         * lib/stpcpy.h: Likewise.
24809         * lib/stpncpy.h: Likewise.
24810         * lib/strcase.h: Likewise.
24811         * lib/strstr.h: Likewise.
24812         * lib/xalloc.h: Likewise.
24813
24814         * lib/mbswidth.h: Add extern "C" for C++.
24815         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
24816
24817 2004-07-13  Robert Millan  <robertmh@gnu.org>
24818
24819         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
24820
24821 2004-07-09  Simon Josefsson  <jas@extundo.com>
24822
24823         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
24824         failed without this.)
24825
24826 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
24827
24828         * modules/chown (Files): Add lib/fchown-stub.c, since
24829         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
24830
24831 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
24832
24833         * lib/fchown-stub.c: New file.
24834
24835 2004-06-24  Jim Meyering  <jim@meyering.net>
24836
24837         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
24838
24839 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
24840
24841         * modules/argz: Omit "#include".
24842
24843         * MODULES.html.sh (func_all_modules): Add calloc, to match
24844         2004-06-01 addition of calloc module.
24845
24846 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
24847
24848         * m4/argz.m4: New file, which is autoupdated from libtool.
24849
24850 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
24851
24852         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
24853         libtool.
24854
24855 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
24856
24857         * config/srclist-update: Don't insist on "USA." before the
24858         close-comment, as libtool omits the period and puts the */ on a
24859         separate line.
24860         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
24861         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
24862
24863 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
24864
24865         * modules/argz: New file.
24866         * MODULES.html.sh (func_all_modules): Add argz.
24867
24868 2004-06-12  Jim Meyering  <jim@meyering.net>
24869         and  Paul Eggert  <eggert@cs.ucla.edu>
24870
24871         * modules/hash (Files): Add lib/xalloc.h.
24872         * modules/pipe (Depends-on): Add wait-process.
24873         * modules/stat (Depends-on): Add xalloc.
24874         * modules/userspec (Files): Add lib/userspec.h.
24875         * modules/xstrto
24876
24877         Upgrade from gettext-0.13.
24878         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
24879         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
24880         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
24881
24882 2004-06-10  Jim Meyering  <jim@meyering.net>
24883
24884         * lib/calloc.c: New file.
24885
24886 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
24887
24888         * lib/getdate.y (yylex): Allow space between sign and number.
24889         Problem reported by Dan Jacobson.
24890
24891 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
24892
24893         Merge from coreutils CVS.
24894
24895         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
24896         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
24897         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
24898         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
24899         xstrtol.m4: Fix copyright date and/or serial number.
24900
24901         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
24902         See if we need an fchown replacement.
24903         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
24904         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
24905         and use the replacement function if we detect either defect.
24906
24907         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
24908         gl_UTIMECMP.
24909
24910 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
24911         and  Jim Meyering  <jim@meyering.net>
24912
24913         Merge from coreutils CVS.
24914
24915         * lib/stat-macros.h: New file, with contents from file-type.h
24916         and coreutils' system.h.
24917         * lib/file-type.c: Include "stat-macros.h".
24918         * lib/file-type.h (file_type): Move all macro definitions to new file,
24919         stat-macros.h.
24920
24921         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
24922         Wrap old code with this conditional.
24923         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
24924         function that does not dereference symlinks.
24925         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
24926
24927         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
24928         dependency problems.
24929         (xreadlink): Accept new arg SIZE, for efficiency.
24930         All decls and uses changed.
24931         * lib/xreadlink.h: Include <stddef.h>, for size_t.
24932
24933         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
24934         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
24935
24936         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
24937         sysexits.h.
24938
24939 2004-06-01  Jim Meyering  <jim@meyering.net>
24940
24941         * m4/calloc.m4: New file.
24942
24943 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
24944
24945         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
24946         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
24947         Also, fix a typo in a diagnostic.
24948
24949 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
24950
24951         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
24952         or AC_FUNC_REALLOC.
24953
24954 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
24955
24956         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
24957         macros to be defined.
24958         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
24959         the allocator returns NULL because the requested size is zero.
24960
24961 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
24962
24963         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
24964         var.  Add comment explaining why libc still defines it.  This
24965         merges the following patch from glibc:
24966         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
24967
24968 2004-05-20  Andreas Schwab  <schwab@suse.de>
24969
24970         * m4/free.m4: Replace free if it not known to work, not the other
24971         way round.
24972
24973 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
24974
24975         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
24976         present in glibc since revision 1.1 of this file.
24977         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
24978         obstack_alignment_mask, obstack_alloc, obstack_base,
24979         obstack_blank, obstack_blank_fast, obstack_chunk_size,
24980         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
24981         obstack_grow0, obstack_init, obstack_int_grow,
24982         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
24983         obstack_next_free, obstack_object_size, obstack_ptr_grow,
24984         obstack_ptr_grow_fast, obstack_room): Remove declarations of
24985         nonexistent functions.
24986
24987 2004-05-18  Karl Berry  <karl@gnu.org>
24988
24989         * config/srclist.txt: break link for vasnprintf.c.
24990
24991 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
24992
24993         Port obstack to the AS/400, where pointers are 16 bytes wide and
24994         you cannot cast an integer to a valid pointer.  This patch is
24995         currently waiting to be integrated into glibc; see
24996         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
24997
24998         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
24999         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
25000         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
25001         (struct obstack): temp member is now a union of a pointer and
25002         an integer, instead of an integer.  All integer uses changed.
25003         This does not affect the physical layout of struct obstack,
25004         except on hosts (like the AS/400) where the size or alignment of
25005         void * is greater than that of ptrdiff_t.
25006         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
25007         __STDC__)]: Store temporary in pointer member of union, not
25008         integer member.
25009         * lib/obstack.c: Include <stddef.h>, for offsetof.
25010         (struct fooalign): Remove; it doesn't need a name.
25011         (union fooround): Change double to long double, and add void *.
25012         (DEFAULT_ALIGNMENT): Use offsetof to compute.
25013         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
25014         not a macro.  Hence the values are always int; so remove all
25015         casts-to-int in uses.
25016
25017 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
25018
25019         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
25020         we can get this patch merged into glibc.
25021
25022 2004-05-17  Derek R. Price  <derek@ximbiot.com>
25023             Paul Eggert  <eggert@cs.ucla.edu>
25024
25025         * m4/argp: Depend on alloca.
25026
25027 2004-05-17  Derek R. Price  <derek@ximbiot.com>
25028             Paul Eggert  <eggert@cs.ucla.edu>
25029
25030         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
25031         freecoding.
25032
25033 2004-05-17  Bruno Haible  <bruno@clisp.org>
25034
25035         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
25036         precision that consists of a '.' followed by an empty digit string.
25037         Patch by Tor Lillqvist <tml@iki.fi>.
25038
25039 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
25040
25041         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
25042         for backward compatibility with older code.  We need our own
25043         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
25044         it under some other name, and our alloca.h will define it.
25045
25046 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
25047             Derek Price  <derek@ximbiot.com>
25048
25049         * lib/alloca.c: Include <alloca.h>, to get our interface.
25050         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
25051         include <alloca.h> first.  Use C89 prototype for alloca; this
25052         requires including <stddef.h> for size_t.  Use extern "C" if C++.
25053         Use #elif for simplicity, since we can assume C89 now.
25054         Don't try to source the system alloca.h since it will not be found
25055         and to prevent recursively including its replacement.
25056         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
25057         * lib/regex.c: Likewise.
25058
25059 2004-05-16  Derek Price  <derek@ximbiot.com>
25060             Paul Eggert  <eggert@cs.ucla.edu>
25061
25062         getline cleanup.  This changes the getndelim2 API: both order of
25063         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
25064         no delimiter).
25065
25066         * lib/getline.c: Don't include stddef.h or stdio.h, since our
25067         interface does that.
25068         (getline): Always use getdelim, so that we don't have two
25069         copies of this code.
25070         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
25071         if available.
25072         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
25073         (GETNDELIM2_MAXIMUM): New macro.
25074         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
25075         instead of the old practice of delim2==0.  All callers changed.
25076         Return -1 on overflow, instead of returning junk.
25077         Do not set *linesize unless allocation succeeds.
25078         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
25079         that we include sys/types.h.
25080         * lib/getnline.h: Likewise.
25081         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
25082         (getndelim2): Reorder arguments.
25083         * lib/getnline.c (getnline, getndelim):
25084         Don't discard the NMAX argument.
25085         (getnline): Invoke getndelim, to avoid code duplication.
25086         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
25087         of (size_t) -1 by callers of the getnline family.
25088
25089 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
25090
25091         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
25092         Check for gettimeofday.
25093         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
25094         Check for settimeofday, stime.
25095
25096 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
25097
25098         * lib/nanosleep.c (suspended): Change its type from int to
25099         sig_atomic_t volatile.
25100         (first_call): Make it private to rpl_nanosleep, and have it
25101         be zero initially as that's a bit faster.
25102         (my_usleep): Round up fractional times instead of truncating them,
25103         as this is the usual meaning for 'sleep'.
25104
25105         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
25106         doesn't work.
25107         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
25108         (ENOSYS): Define if not defined.
25109         (settime): Fall back on stime if it exists and settimeofday fails.
25110         But don't bother with fallbacks if a method fails with errno == EPERM.
25111
25112 2004-05-11  Jim Meyering  <jim@meyering.net>
25113
25114         Prior to this change, the save_cwd caller required read access to the
25115         current directory on most systems (ones with the fchdir function).
25116
25117         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
25118         fails, try write-only, and finally, resort to using xgetcwd.
25119
25120 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
25121
25122         * lib/obstack.c, obstack.h: Import changes from libc.
25123
25124 2004-04-28  Bruno Haible  <bruno@clisp.org>
25125
25126         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
25127         also implicitly appends .exe to executables.
25128         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
25129         accepts Windows pathnames.
25130         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
25131         Treat Cygwin like Windows, since it now accepts Windows pathnames.
25132         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
25133         Treat Cygwin like Windows, since it now accepts Windows pathnames.
25134         Reported by Derek Robert Price <derek@ximbiot.com>.
25135
25136 2004-04-21  Karl Berry  <karl@gnu.org>
25137
25138         * config/srclist.txt (localcharset.c): break sync.
25139
25140 2004-04-20  Paul Eggert  <eggert@twinsun.com>
25141
25142         * m4/host-os.m4: Add a copyright notice.
25143
25144 2004-04-20  Jim Meyering  <jim@meyering.net>
25145
25146         Change UTILS_ to gl_ in AC_DEFINE'd names.
25147         Change utils_- and jm_-prefixed variables, too.
25148         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
25149         UTILS_FUNC_MKDIR_TRAILING_SLASH.
25150         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
25151
25152         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
25153         Don't emit trailing blanks.
25154         Also rename jm_-prefixed variables to have gl_ prefix.
25155
25156         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
25157         Also rename jm_-prefixed variables to have gl_ prefix.
25158
25159         * m4/jm-macros.m4: Reflect the renamings.
25160         * m4/prereq.m4: Likewise.
25161
25162 2004-04-20  Jim Meyering  <jim@meyering.net>
25163
25164         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
25165         memory.
25166
25167 2004-04-20  Jim Meyering  <jim@meyering.net>
25168             Bruno Haible  <bruno@clisp.org>
25169
25170         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
25171         memory when realloc fails.
25172
25173 2004-04-19  Jim Meyering  <jim@meyering.net>
25174
25175         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
25176         now that readutmp.c may call `free (0)'.
25177
25178 2004-04-19  Bruno Haible  <bruno@clisp.org>
25179
25180         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
25181         * m4/inttypes_h.m4: Likewise.
25182         * m4/stdint_h.m4: Likewise.
25183         * m4/intmax_t.m4: Likewise.
25184         * m4/uintmax_t.m4: Likewise.
25185
25186 2004-04-18  Jim Meyering  <jim@meyering.net>
25187
25188         * m4/prereq.m4: Don't forbid jm_ prefix.
25189
25190         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
25191         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
25192         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
25193         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
25194         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
25195         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
25196         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
25197         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
25198         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
25199         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
25200         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
25201         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
25202         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
25203         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
25204         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
25205         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
25206         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
25207         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
25208         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
25209
25210 2004-04-18  Jim Meyering  <jim@meyering.net>
25211
25212         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
25213         failure, don't leak memory and do call END_UTMP_ENT.
25214
25215 2004-04-16  Jim Meyering  <jim@meyering.net>
25216
25217         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
25218         coreutils' stat program.
25219         (gl_PREREQ): Don't require jm_PREREQ_STAT.
25220
25221 2004-04-11  Paul Eggert  <eggert@twinsun.com>
25222
25223         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
25224         C89.
25225         (CHAR_BIT): Remove, since we assume C89.
25226         Include <stdint.h> if available, as per current Autoconf CVS advice.
25227
25228 2004-03-31  Jim Meyering  <jim@meyering.net>
25229
25230         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
25231         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
25232         * m4/xalloc.m4: Likewise.
25233
25234 2004-03-30  Paul Eggert  <eggert@twinsun.com>
25235
25236         Merge from coreutils.
25237
25238         * m4/inttostr.m4: New file.
25239         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
25240         Require AM_STDBOOL_H and gl_TIMESPEC instead.
25241         Require gl_CLOCK_TIME.
25242         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
25243
25244 2004-03-30  Paul Eggert  <eggert@twinsun.com>
25245
25246         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
25247         not bool, to be more consistent with Unix conventions.
25248         Suggested by Bruno Haible.
25249
25250         Merge from coreutils.
25251
25252         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
25253         * lib/umaxtostr.c: New files.
25254
25255         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
25256         the usual <time.h> dance.
25257         (get_date): Change signature to support fractional time stamps.
25258         All callers changed.
25259         * lib/getdate.y: Include "getdate.h" first, as we can now
25260         assume C89 and don't need to worry about 'const'.
25261         Similarly, include "unlocked-io.h" near start, not in middle.
25262         Include <limits.h>.
25263         (textint.value): Use long int rather than int.
25264         (textint.digits): Use size_t rather than int.
25265         (BILLION, LOG10_BILLION): New constants.
25266         (parser_control): New member rel_ns.  Members day_ordinal,
25267         time_zone, month, day, hour, minutes, rel_year, rel_month,
25268         rel_day, rel_hour, rel_minutes, rel_seconds
25269         are now long int, not int.  Member seconds is now struct timespec,
25270         not int.  New member timespec_seen.  Members dates_seen, days_seen,
25271         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
25272         not int.
25273         (%union.intval): Now long int, not int.
25274         New member timespec.
25275         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
25276         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
25277         (spec): Now is a timespec or an item list.
25278         (timespec, items): New nonterminals.
25279         (time, rel, relunit, number, get_date):
25280         Add support for fractional seconds.
25281         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
25282         (gmtime, localtime, mktime): Remove decls; not needed with C89.
25283         (to_hour): First arg is now long int, not int.
25284         (to_year): Returns long int, not int.
25285         Don't treat year -70 like 70.
25286         (tm_diff): Returns long int, not int.
25287         (lookup_word): Use bool instead of int when appropriate.
25288         (yylex): Use size_t for count, not int.
25289         Detect overflow when parsing large integer constants.
25290         Add support for fractions.
25291         (get_date): Make pointers 'const' if possible.
25292         Use more-portable code to detect integer overflow.
25293         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
25294         Don't use ctime; it's not reliable if the year has >4 digits.
25295
25296         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
25297         This is for compatibility with BSD.
25298
25299         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
25300         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
25301         From coreutils' system.h.
25302
25303         * lib/userspec.c: Don't include "posixver.h".
25304         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
25305         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
25306         compatible extension.  Simplify code by removing a boolean int
25307         that was always nonzero if a string was nonnull.
25308
25309 2004-03-30  Jim Meyering  <jim@meyering.net>
25310
25311         Merge from coreutils.
25312
25313         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
25314         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
25315         on some systems one must include <grp.h> before it.
25316         Reported by Christian Krackowizer.
25317
25318 2004-03-30  Jim Meyering  <jim@meyering.net>
25319
25320         Merge from coreutils.
25321
25322         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
25323
25324         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
25325         an empty input stream.
25326
25327         * lib/readtokens.c: Include <stdbool.h>.
25328         (readtoken): Use `size_t' rather than int/long.
25329         All callers adjusted.
25330         Use `bool' rather than `int' where appropriate.
25331         Use memset rather than an explicit loop.
25332         Use x2nrealloc rather than xrealloc.
25333         Allow the use of `\0' as a delimiter.
25334         (readtokens): Likewise.
25335         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
25336
25337 2004-03-30  Jim Meyering  <jim@meyering.net>
25338
25339         * m4/realloc.m4: Remove file, since now it does no more than
25340         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
25341         the `configure.ac' section of module/realloc.
25342         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
25343
25344 2004-03-30  Bruno Haible  <bruno@clisp.org>
25345
25346         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
25347         nonnull.
25348
25349 2004-03-29  Paul Eggert  <eggert@twinsun.com>
25350
25351         Merge changes to getloadavg.c from coreutils and Emacs.
25352
25353         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
25354         Define to an expression, not to the empty string.
25355         Include cloexec.h and xalloc.h.
25356         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
25357         Use set_cloexec_flag rather than rolling our own.
25358         * lib/cloexec.c, lib/cloexec.h: New files.
25359
25360 2004-03-29  Paul Eggert  <eggert@twinsun.com>
25361
25362         * m4/cloexec.m4: New file.
25363
25364 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25365
25366         * lib/getopt.h: Sync with libc CVS.
25367
25368 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25369             Bruno Haible  <bruno@clisp.org>
25370
25371         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
25372         mbswidth.
25373
25374 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25375             Bruno Haible  <bruno@clisp.org>
25376
25377         * lib/mbswidth.h: Include <wchar.h> only if
25378         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
25379         <wchar.h>.
25380         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
25381
25382 2004-03-09  Paul Eggert  <eggert@twinsun.com>
25383
25384         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
25385         Sync with libc CVS.
25386         * lib/getopt_int.h: New file, also synced from libc.
25387
25388 2004-03-09  Paul Eggert  <eggert@twinsun.com>
25389
25390         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
25391         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
25392         Bring back getopt.c, getopt.h, getopt1.c.
25393
25394 2004-03-07  Paul Eggert  <eggert@twinsun.com>
25395
25396         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
25397         All uses changed.  Check for sa_sigaction member; this fixes
25398         a bug first reported by Jason Andrade in
25399         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
25400
25401 2004-03-07  Paul Eggert  <eggert@twinsun.com>
25402
25403         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
25404         '#if' expressions.  Unlike the code it replaces, it does not
25405         depend on (defined _SC_PAGESIZE).  However, it does depend on
25406         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
25407         first reported by Jason Andrade in
25408         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
25409
25410 2004-02-25  Simon Josefsson  <jas@extundo.com>
25411
25412         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
25413
25414 2004-02-25  Simon Josefsson  <jas@extundo.com>
25415
25416         * lib/strdup.h: New file.
25417         * lib/strdup.c: Include it.
25418         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
25419         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
25420
25421 2004-02-23  Karl Berry  <karl@gnu.org>
25422
25423         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
25424         (from fencepost.gnu.org:/gd/gnuorg).
25425
25426 2004-02-23  Karl Berry  <karl@gnu.org>
25427
25428         * config/srclistvars.sh (GNUORG) [karl]: redefine.
25429         * config/srclist.txt: add maintain/standards documents.
25430
25431 2004-02-18  Bruno Haible  <bruno@clisp.org>
25432
25433         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
25434         Reported by Derek Robert Price <derek@ximbiot.com>.
25435
25436 2004-02-16  Karl Berry  <karl@gnu.org>
25437
25438         * config/mkinstalldirs, install-sh: update from automake.
25439
25440 2004-02-06  Karl Berry  <karl@gnu.org>
25441
25442         * m4/po.m4: update from gettext 0.14.1.
25443
25444 2004-02-06  Karl Berry  <karl@gnu.org>
25445
25446         * lib/config.charset: update from gettext 0.14.1.
25447
25448 2004-02-05  Paul Eggert  <eggert@twinsun.com>
25449
25450         Add comments and code, prompted by suggestions from Bruno Haible
25451         for sh-quote.
25452         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
25453         describing the enum quoting_style values.
25454         * lib/quotearg.c (quotearg_alloc): New function.
25455         (quotearg_buffer_restyled): Treat lone { and } as special.
25456         Treat = as special.  Work around bug with older shells
25457         that "see" a '\' that is really the 2nd byte of a multibyte char.
25458         Quote empty string with shell_quoting_style.
25459
25460 2004-02-03  Bruno Haible  <bruno@clisp.org>
25461
25462         * m4/pipe.m4: New file, from GNU gettext.
25463
25464 2004-02-03  Bruno Haible  <bruno@clisp.org>
25465
25466         * lib/pipe.h: New file, from GNU gettext.
25467         * lib/pipe.c: New file, from GNU gettext.
25468
25469 2004-01-27  Bruno Haible  <bruno@clisp.org>
25470
25471         * m4/execute.m4: New file, from GNU gettext.
25472
25473 2004-01-27  Bruno Haible  <bruno@clisp.org>
25474
25475         * lib/execute.h: New file, from GNU gettext.
25476         * lib/execute.c: New file, from GNU gettext.
25477         * lib/w32spawn.h: New file, from GNU gettext.
25478
25479 2004-01-24  Paul Eggert  <eggert@twinsun.com>
25480
25481         Merge from diffutils.
25482
25483         * lib/file-type.c (file_type): Add typed memory objects.
25484         * lib/file-type.h (S_TYPEISTMO): New macro.
25485
25486         * lib/c-stack.h (c_stack_action): Remove argv argument.
25487         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
25488         (die): Don't calculate message unless segv_action returns.
25489         (get_stack_location, min_address_from_argv, max_address_from_argv,
25490         volatile stack_base, volatile_stack_size): Remove.
25491         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
25492         that every segmentation violation is a stack overflow.  (Ouch!)
25493         See Debian bug 136249 (still outstanding) for more info about why
25494         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
25495
25496 2004-01-24  Paul Eggert  <eggert@twinsun.com>
25497
25498         Exit-status fix from coreutils.
25499
25500         Use exit_failure consistently in place of EXIT_FAILURE,
25501         so that program exit statuses are consistent on failure.
25502
25503         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
25504         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
25505         * lib/argmatch.h: Comment fix to match the above.
25506         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
25507         Now a macro referring to exit_failure, instead of a separate
25508         variable.  Include "exitfail.h" to get it.
25509         * lib/xstrtol.h: Include "exitfail.h".
25510         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
25511
25512         * lib/long-options.c (parse_long_options): Use prototype
25513         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
25514         for clarity.
25515
25516 2004-01-21  Jim Meyering  <jim@meyering.net>
25517
25518         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
25519         so as not to conflict with a different-sized __mktime_internal
25520         function in GNU libc.
25521         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
25522         Problem building statically-linked `ls' reported by Michael Brunnbauer.
25523
25524 2004-01-20  Karl Berry  <karl@gnu.org>
25525
25526         * config/config.guess: update from config.
25527
25528         * config/srclistvars.sh: GNUWWWLICENSES for karl.
25529
25530 2004-01-20  Bruno Haible  <bruno@clisp.org>
25531
25532         Safer stack allocation.
25533         * lib/setenv.c: Include allocsa.h.
25534         (alloca): Remove fallback definition.
25535         (freea): Remove macro.
25536         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
25537         instead of freea.
25538
25539 2004-01-20  Bruno Haible  <bruno@clisp.org>
25540
25541         * m4/eealloc.m4: New file, from GNU gettext.
25542
25543 2004-01-20  Bruno Haible  <bruno@clisp.org>
25544
25545         * m4/allocsa.m4: New file, from GNU gettext.
25546
25547 2004-01-20  Bruno Haible  <bruno@clisp.org>
25548
25549         * lib/xallocsa.h: New file, from GNU gettext.
25550         * lib/xallocsa.c: New file, from GNU gettext.
25551
25552 2004-01-20  Bruno Haible  <bruno@clisp.org>
25553
25554         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
25555
25556 2004-01-20  Bruno Haible  <bruno@clisp.org>
25557
25558         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
25559         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
25560         specially.
25561
25562 2004-01-20  Bruno Haible  <bruno@clisp.org>
25563
25564         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
25565         patch.
25566
25567 2004-01-20  Bruno Haible  <bruno@clisp.org>
25568
25569         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
25570
25571 2004-01-20  Bruno Haible  <bruno@clisp.org>
25572
25573         * lib/eealloc.h: New file.
25574
25575 2004-01-20  Bruno Haible  <bruno@clisp.org>
25576
25577         * lib/binary-io.h: Avoid warnings on Cygwin.
25578
25579 2004-01-20  Bruno Haible  <bruno@clisp.org>
25580
25581         * lib/allocsa.h: New file, from GNU gettext.
25582         * lib/allocsa.c: New file, from GNU gettext.
25583
25584 2004-01-18  Karl Berry  <karl@gnu.org>
25585
25586         * doc/gpl.texi, doc/lgpl.texi: new files.
25587
25588 2004-01-18  Karl Berry  <karl@gnu.org>
25589
25590         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
25591         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
25592
25593 2004-01-15  Paul Eggert  <eggert@twinsun.com>
25594
25595         Merge from coreutils.
25596
25597         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
25598         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
25599         (gl_DEFAULT_POSIX2_VERSION): Move
25600         the documentation from 'configure' into 'config.hin',
25601         so that 'configure --help' isn't burdened by it and
25602         we don't have to worry about its formatting there.
25603         Reword the documentation so that it's more succinct
25604         and can be run together into a single paragraph.
25605         * m4/same.m4 (gl_SAME): Check for pathconf.
25606
25607 2004-01-15  Paul Eggert  <eggert@twinsun.com>
25608
25609         Merge from coreutils.
25610
25611         * lib/posixver.c: Include posixver.h.
25612
25613         * lib/same.c: Include <stdbool.h>, <limits.h>.
25614         (_POSIX_NAME_MAX): Define if not defined.
25615         (MIN): New macro.
25616         (same_name): If file names are silently truncated, report
25617         that the file names are the same if they are the same after
25618         the silent truncation.
25619
25620         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
25621         conversion function.
25622         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
25623         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
25624         longer needed.
25625
25626 2004-01-15  Jim Meyering  <jim@meyering.net>
25627
25628         Merge from coreutils.
25629
25630         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
25631         if no library is required.
25632         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
25633         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
25634         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
25635         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
25636         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
25637         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
25638         value, $ac_cv_search_crypt, if it's "none required".
25639         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
25640         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
25641         not gl_FUNC_GETLOADAVG.
25642         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
25643         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
25644
25645 2004-01-15  Jim Meyering  <jim@meyering.net>
25646
25647         Merge from coreutils.
25648
25649         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
25650         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
25651         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
25652
25653         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
25654         optional configure-time default.
25655
25656         * lib/version-etc.c (version_etc_copyright): Update copyright date.
25657
25658         * lib/xreadlink.c (xreadlink): Correct outdated comment.
25659
25660 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
25661
25662         Merge from coreutils.
25663
25664         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
25665         value, $ac_cv_search_nanosleep, if it's "none required".
25666
25667 2004-01-14  Paul Eggert  <eggert@twinsun.com>
25668
25669         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
25670         with like-named macro in fnmatch.c.
25671         (EXT): Use an internal constant instead.
25672
25673         Merge fnmatch patches from glibc.
25674         * lib/fnmatch.c (mbsinit): Remove define.
25675         Add libc_hidden_ver (__fnmatch, fnmatch).
25676         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
25677         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
25678
25679 2004-01-14  Karl Berry  <karl@gnu.org>
25680
25681         * config/install-sh: update from automake.
25682
25683 2004-01-13  Karl Berry  <karl@gnu.org>
25684
25685         * config/install-sh: update from automake.
25686
25687 2004-01-09  Karl Berry  <karl@gnu.org>
25688
25689         * config/install-sh: update from automake.
25690
25691 2004-01-05  Karl Berry  <karl@gnu.org>
25692
25693         * config/config.{sub,guess}: update from config.
25694
25695 2003-12-31  Karl Berry  <karl@gnu.org>
25696
25697         * config/depcomp: update from automake.
25698
25699 2003-12-14  Karl Berry  <karl@gnu.org>
25700
25701         * lib/config.charset: update from gettext-runtime.
25702
25703 2003-12-03  Paul Eggert  <eggert@twinsun.com>
25704
25705         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
25706         Bug reported by Alfred M. Szmidt.
25707
25708 2003-12-03  Bruno Haible  <bruno@clisp.org>
25709
25710         * m4/gettext.m4: Upgrade from gettext-0.13.
25711         * m4/po.m4: Upgrade from gettext-0.13.
25712         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
25713         * m4/intmax.m4: New file, from gettext-0.13.
25714         * m4/printf-posix.m4: New file, from gettext-0.13.
25715
25716 2003-11-29  Karl Berry  <karl@gnu.org>
25717
25718         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
25719
25720 2003-11-25  Paul Eggert  <eggert@twinsun.com>
25721             Bruno Haible  <bruno@clisp.org>
25722
25723         * lib/printf-parse.h: Don't include sys/types.h.
25724         (ARG_NONE): New macro.
25725         (char_directive): Change type of *arg_index fields to size_t.
25726         * lib/printf-parse.c: Don't include sys/types.h.
25727         (SSIZE_MAX): Remove macro.
25728         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
25729         Remove unnecessary overflow check.
25730         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
25731         fields.
25732
25733 2003-11-25  Bruno Haible  <bruno@clisp.org>
25734
25735         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
25736
25737 2003-11-25  Bruno Haible  <bruno@clisp.org>
25738
25739         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
25740         gt_TYPE_SSIZE_T.
25741
25742 2003-11-24  Paul Eggert  <eggert@twinsun.com>
25743
25744         * modules/alloca: Remove dependency on xalloc.
25745
25746 2003-11-24  Paul Eggert  <eggert@twinsun.com>
25747
25748         * lib/alloca.c: Remove dependency on xalloc module.
25749         (xalloc_die): Remove.
25750         (memory_full) [!defined emacs]: New macro.
25751         [!defined emacs]: Don't include xalloc.h.
25752         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
25753         address arithmetic overflows.  Change datatypes a bit to avoid
25754         unnecessary casts.
25755
25756 2003-11-22  Jim Meyering  <jim@meyering.net>
25757
25758         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
25759         s/size/size_t/.
25760
25761 2003-11-21  Karl Berry  <karl@gnu.org>
25762
25763         * config/config.{sub,guess}: update from config.
25764
25765 2003-11-18  Karl Berry  <karl@gnu.org>
25766
25767         * config/config.{sub,guess}: update from config.
25768
25769         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
25770
25771 2003-11-17  Paul Eggert  <eggert@twinsun.com>
25772
25773         * README: Mention that S+T cannot overflow if S is the size of
25774         an existing object and T is sufficiently small.
25775
25776 2003-11-17  Jim Meyering  <jim@meyering.net>
25777
25778         On systems without utime and without a utimes function capable of
25779         dealing with a NULL struct utimbuf* argument, this utime replacement
25780         could -- in unusual circumstances -- leak a file descriptor.
25781         * lib/utime.c: Include <unistd.h> and <errno.h>.
25782         (utime_null): Be sure to close `fd' and to preserve errno.
25783         Reported by Geoff Collyer via Arnold Robbins.
25784
25785 2003-11-17  Bruno Haible  <bruno@clisp.org>
25786
25787         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
25788         (Depends-on): Add xsize.
25789
25790 2003-11-17  Bruno Haible  <bruno@clisp.org>
25791
25792         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
25793
25794 2003-11-17  Bruno Haible  <bruno@clisp.org>
25795
25796         * lib/vasnprintf.c (alloca): Remove fallback definition.
25797         (freea): Remove definition.
25798         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
25799         Reported by Paul Eggert.
25800
25801 2003-11-16  Paul Eggert  <eggert@twinsun.com>
25802             Bruno Haible  <bruno@clisp.org>
25803
25804         Protect against address arithmetic overflow.
25805         * lib/printf-args.h: Include stddef.h.
25806         (arguments): Change type of field 'count' to size_t.
25807         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
25808         'unsigned int' where appropriate.
25809         * lib/printf-parse.h: Include sys/types.h.
25810         (char_directive): Change type of *arg_index fields to ssize_t.
25811         (char_directives): Change type of fields 'count', max_*_length to
25812         size_t.
25813         * lib/printf-parse.c: Include sys/types.h and xsize.h.
25814         (SSIZE_MAX): Define fallback value.
25815         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
25816         instead of 'int' where appropriate. Check a_allocated, d_allocated
25817         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
25818         * lib/vasnprintf.c: Include xsize.h.
25819         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
25820         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
25821         overflow. Avoid wraparound when converting a width or precision from
25822         decimal to binary.
25823
25824 2003-11-16  Bruno Haible  <bruno@clisp.org>
25825
25826         Update from GNU gettext.
25827         * lib/printf-parse.c: Generalize to it can be compiled for wide
25828         strings.
25829         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
25830         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
25831         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
25832         SNPRINTF): New macros.
25833         Don't include <alloca.h> if the file is used inside libintl.
25834         (local_wcslen): New function, for Solaris 2.5.1.
25835         (VASNPRINTF): Use it instead of wcslen.
25836
25837 2003-11-16  Bruno Haible  <bruno@clisp.org>
25838
25839         * lib/xsize.h (xmax): New function.
25840         (xsum, xsum3, xsum4): Declare as "pure" functions.
25841
25842 2003-11-12  Paul Eggert  <eggert@twinsun.com>
25843
25844         * modules/xalloc (Files): Undo latest change, since xalloc.h
25845         no longer needs SIZE_MAX or PTRDIFF_MAX.
25846
25847 2003-11-12  Paul Eggert  <eggert@twinsun.com>
25848
25849         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
25850         gl_PTRDIFF_MAX.
25851
25852 2003-11-12  Paul Eggert  <eggert@twinsun.com>
25853
25854         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
25855         "return", to pacify some unknown compiler.  Problem reported
25856         by Joerg Schilling.
25857
25858 2003-11-12  Paul Eggert  <eggert@twinsun.com>
25859
25860         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
25861         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
25862         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
25863         heuristic is just as accurate as far as we know, and it removes a
25864         dependency on size_max.m4 and ptrdiff_max.m4.
25865
25866 2003-11-11  Bruno Haible  <bruno@clisp.org>
25867
25868         * modules/xsize (Files): Add m4/size_max.m4.
25869         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
25870
25871 2003-11-11  Bruno Haible  <bruno@clisp.org>
25872
25873         * m4/size_max.m4: New file.
25874         * m4/ptrdiff_max.m4: New file.
25875         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
25876         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
25877         (gl_XALLOC): Invoke it.
25878
25879 2003-11-11  Bruno Haible  <bruno@clisp.org>
25880
25881         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
25882         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
25883         defined.
25884
25885 2003-11-10  Paul Eggert  <eggert@twinsun.com>
25886
25887         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
25888         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
25889         rejected some allocations of exactly SIZE_MAX - 2 bytes.
25890         From Bruno Haible.
25891         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
25892         not (size_t) -1, since it's defined here.
25893
25894 2003-11-09  Karl Berry  <karl@gnu.org>
25895
25896         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
25897
25898 2003-11-06  Paul Eggert  <eggert@twinsun.com>
25899
25900         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
25901         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
25902         Reject sizes of exactly SIZE_MAX bytes.
25903         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
25904         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
25905
25906 2003-11-05  Bruno Haible  <bruno@clisp.org>
25907
25908         * lib/xsize.h: Include limits.h, to avoid a possible collision with
25909         SIZE_MAX defined in <limits.h> on Solaris.
25910
25911 2003-11-04  Jim Meyering  <jim@meyering.net>
25912
25913         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
25914         variable names, rather than @VAR@.
25915         * modules/poll: Likewise.
25916
25917 2003-11-04  Bruno Haible  <bruno@clisp.org>
25918
25919         * modules/xsize: New file.
25920         * modules/linebreak: Depend on xsize.
25921         * MODULES.html.sh (func_all_modules): Add xsize.
25922
25923 2003-11-04  Bruno Haible  <bruno@clisp.org>
25924
25925         * m4/xsize.m4: New file.
25926
25927 2003-11-04  Bruno Haible  <bruno@clisp.org>
25928
25929         * lib/xsize.h: New file.
25930         * lib/linebreak.c: Include xsize.h.
25931         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
25932         argument for overflow.
25933         Suggested by Paul Eggert.
25934
25935 2003-11-03  Karl Berry  <karl@gnu.org>
25936
25937         * config/config.{guess,sub}: update from config.
25938
25939 2003-11-03  Jim Meyering  <jim@meyering.net>
25940
25941         * modules/userspec (lib_SOURCES): Add userspec.h.
25942         (Include): Add "userspec.h".
25943         Improve description.
25944
25945 2003-11-03  Jim Meyering  <jim@meyering.net>
25946
25947         * lib/userspec.c: Include "userspec.h".
25948         * lib/userspec.h: New file.
25949
25950 2003-11-03  Bruno Haible  <bruno@clisp.org>
25951
25952         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
25953
25954 2003-11-03  Bruno Haible  <bruno@clisp.org>
25955
25956         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
25957         available, to avoid (extremely rare) race condition.
25958         Suggested by Paul Eggert.
25959
25960 2003-11-02  Karl Berry  <karl@gnu.org>
25961
25962         * config/srclist.txt (vasprintf.c): sync broken, sigh.
25963
25964 2003-10-31  Paul Eggert  <eggert@twinsun.com>
25965
25966         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
25967         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
25968         (read_filesystem_list): Set and use me_type_malloced.
25969         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
25970         whatever the type happens to be), for brevity and consistency.
25971         Check for size calculation overflow on Alphas running OSF/1.
25972
25973 2003-10-31  Jim Meyering  <jim@meyering.net>
25974
25975         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
25976
25977         * lib/linebuffer.c: Include <string.h> for declaration of memset.
25978
25979 2003-10-30  Paul Eggert  <eggert@twinsun.com>
25980             Bruno Haible  <bruno@clisp.org>
25981
25982         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
25983         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
25984
25985 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
25986
25987         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
25988         netbsd*-gnu*.  Suggested by Robert Millan.
25989
25990 2003-10-29  Paul Eggert  <eggert@twinsun.com>
25991
25992         * modules/group-member: Depend on stdbool.
25993
25994 2003-10-29  Paul Eggert  <eggert@twinsun.com>
25995
25996         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
25997
25998 2003-10-29  Paul Eggert  <eggert@twinsun.com>
25999
26000         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
26001         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
26002         after the 'gnu' in these cases.  This fixes some bugs in the
26003         previous change, and is based on suggestions by Robert Millan.
26004
26005 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26006
26007         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
26008         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
26009         no longer needed.
26010         * lib/quotearg.c (quotearg_n_options): Use it.
26011         * lib/group-member.c: Include <stdbool.h>.
26012         (free_group_info): Arg is now const *; don't free arg.
26013         (get_group_info): Now returns bool and accepts struct group_info *,
26014         rather than returning a malloc'ed struct group_info *.
26015         All uses changed.  Check for overflow in internal size calculation.
26016
26017         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
26018         rather than xmalloc/xrealloc.
26019         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
26020         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
26021         conformance bug: the old code used a pointer after freeing the
26022         storage that it addressed.
26023         * lib/hash.c (hash_initialize): Simplify the code by using
26024         xalloc_oversized rather than doing it by hand.
26025         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
26026         the buffer preserved.  Use free and xmalloc instead.
26027         * lib/quotearg.c (quotearg_n_options): Likewise.
26028         Use a simpler test for size overflow.  Don't use xalloc_oversized
26029         because unsigned int might be wider than size_t (!); this suggests
26030         that we should switch from unsigned int to size_t for slot numbers.
26031
26032 2003-10-28  Paul Eggert  <eggert@twinsun.com>
26033
26034         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
26035         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
26036         NetBSD kernels.  Requested by Richard Stallman.
26037
26038 2003-10-27  Paul Eggert  <eggert@twinsun.com>
26039
26040         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
26041         to allocate the returned structure.  Do not allocate a subarray,
26042         as x2nrealloc will do that.
26043         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
26044         instead of xnrealloc.
26045         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
26046
26047 2003-10-27  Bruno Haible  <bruno@clisp.org>
26048
26049         * lib/stdbool_.h: Better support for BeOS.
26050
26051 2003-10-26  Paul Eggert  <eggert@twinsun.com>
26052
26053         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
26054         now uses inline.
26055
26056 2003-10-26  Paul Eggert  <eggert@twinsun.com>
26057
26058         * lib/xalloc.h (xalloc_oversized): New static inline function, for
26059         callers that want to do their own size-overflow checking.  Include
26060         <stdbool.h>, since xalloc_oversized returns bool.
26061         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
26062         to use xalloc_oversized.
26063
26064         Add two functions x2realloc, x2nrealloc, for programs that grow
26065         arrays dynamically by doubling their sizes.
26066         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
26067         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
26068         New functions.
26069
26070         Port to C99 semantics for 'inline' of external functions.
26071         Bug reported by Bruno Haible.
26072         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
26073         with the old contents of xnmalloc.
26074         (xnmalloc, xmalloc): Use it.
26075         (xnrealloc_inline): New static inline function,
26076         with the old contents of xnrealloc.
26077         (xnrealloc, xrealloc): Use it.
26078
26079         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
26080         that.
26081
26082 2003-10-26  Karl Berry  <karl@gnu.org>
26083
26084         * config/srclist.txt (COPYING.DOC): no longer available from
26085         /gd/gnuorg; don't know where the ultimate source is.
26086
26087 2003-10-25  Paul Eggert  <eggert@twinsun.com>
26088
26089         Fix several address-calculation bugs in the hash modules,
26090         plus some minor code cleanup.
26091
26092         * lib/hash.h: Include <stdbool.h>, for bool.
26093         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
26094         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
26095         hash_get_n_entries, hash_get_max_bucket_length,
26096         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
26097         hash_rehash): Use size_t rather than unsigned.
26098         * lib/hash.c (struct hash_table, hash_get_n_buckets,
26099         hash_get_n_buckets_used, hash_get_n_entries,
26100         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
26101         hash_get_entries, hash_do_for_each, hash_string, is_prime,
26102         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
26103         Likewise.
26104         (SIZE_MAX): Define if not defined.
26105         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
26106         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
26107         hash_print):
26108         Use const * when possible.
26109         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
26110         (check_tuning): Fix bug: if tuning parameters were very close to
26111         0 or 1, rounding errors could have caused subscript violations.
26112         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
26113         (hash_initialize): Add 'fail:' label
26114         to free table and return NULL, and use it to simplify code.
26115         Use calloc rather than clearing the storage ourself.
26116         (hash_initialize, hash_rehash): Check for arithmetic overflow in
26117         buffer size calculations.
26118         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
26119         Include <stddef.h>, for size_t.
26120         * lib/hash-pjw.c (hash_pjw): Likewise.
26121         Switch to method described by Bruno Haible.
26122         Include <limits.h>, for CHAR_BIT.
26123         (SIZE_BITS): New macro.
26124
26125 2003-10-23  Paul Eggert  <eggert@twinsun.com>
26126
26127         * m4/getline.m4 (AM_FUNC_GETLINE):
26128         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
26129         hosts.  Problem reported by Derek Robert Price in
26130         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
26131         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
26132         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
26133
26134 2003-10-21  Paul Eggert  <eggert@twinsun.com>
26135
26136         * lib/getndelim2.c (getndelim2): When size calculation overflows,
26137         ceiling the allocation at NMAX bytes rather than silently
26138         discarding input bytes before NMAX is reached.  This makes
26139         a difference only if NMAX exceeds SIZE_MAX / 2.
26140
26141         * lib/obstack.c: Merge from glibc.
26142         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
26143         Add libc_hidden_def (_obstack_newchunk).
26144         (_obstack_free) [! defined _LIBC]: Remove.
26145         [defined _LIBC]: Make a strong alias from obstack_free, rather than
26146         a clone of the function body.
26147         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
26148         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
26149
26150         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
26151         glibc.
26152         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
26153         arg to memcpy.
26154
26155         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
26156         (obstack_ptr_grow_fast, obstack_int_grow_fast):
26157         Don't use lvalue casts, as GCC plans to remove support for them
26158         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
26159         was also present in the non-GCC version, indicating that this
26160         code had always been buggy and had never been widely used.
26161         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
26162         Use the fast variant of each macro, rather than copying the
26163         definiens of the fast variant; that way, we'll be more likely to
26164         catch future bugs in the fast variants.
26165
26166 2003-10-20  Bruno Haible  <bruno@clisp.org>
26167
26168         * modules/wait-process: New file.
26169         * MODULES.html.sh (func_all_modules): Add wait-process.
26170
26171 2003-10-20  Bruno Haible  <bruno@clisp.org>
26172
26173         * m4/wait-process.m4: New file.
26174
26175 2003-10-20  Bruno Haible  <bruno@clisp.org>
26176
26177         * lib/wait-process.h: New file, from GNU gettext.
26178         * lib/wait-process.c: New file, from GNU gettext.
26179
26180 2003-10-19  Jim Meyering  <jim@meyering.net>
26181
26182         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
26183         HPUX 10.20.
26184
26185 2003-10-18  Karl Berry  <karl@gnu.org>
26186
26187         * config/config.guess: update from config.
26188
26189 2003-10-16  Paul Eggert  <eggert@twinsun.com>
26190
26191         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
26192         (getgroups): First arg is int, not size_t.
26193         Don't let 'free' mangle errno.
26194
26195 2003-10-16  Paul Eggert  <eggert@twinsun.com>
26196
26197         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
26198
26199 2003-10-16  Karl Berry  <karl@gnu.org>
26200
26201         * config/config.{guess,sub}: update from config.
26202
26203 2003-10-16  Jim Meyering  <jim@meyering.net>
26204
26205         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
26206         memcpy.
26207
26208 2003-10-15  Paul Eggert  <eggert@twinsun.com>
26209
26210         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
26211         (SIZE_MAX): Remove.
26212         (new_exclude, add_exclude_file): Initial size no longer needs to
26213         be a power of 2.
26214         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
26215         our own address arithmetic overflow checking.
26216
26217         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
26218         (fnmatch): Do not alloca more than 2000 wide characters;
26219         instead, use malloc for large buffers.
26220         Check for address arithmetic overflow, and return -1
26221         with errno set to ENOMEM in that case.
26222         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
26223         (NEW_PATTERN): Do not alloca more than 8000 bytes;
26224         instead, return -1.  Check for address arithmetic overflow.
26225
26226 2003-10-14  Paul Eggert  <eggert@twinsun.com>
26227
26228         Handle invalid suffixes and overflow independently, so that
26229         callers can treat them independently as needed.  Fix some bugs in
26230         suffix handling, e.g., "100k@" was not diagnosed as an invalid
26231         suffix for a human-readable blocksize.  The major caller-visible
26232         change is the addition of a new
26233         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
26234         that both overflow and suffix chars were found.
26235
26236         * lib/human.c (humblock): Don't check separately for invalid suffix
26237         char; that is xstrtoumax's job (now that its bug is fixed).
26238         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
26239         INTMAX_MAX]: New macros.
26240         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
26241         TYPE_MAXIMUM): New macros.
26242         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
26243         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
26244         if overflow occurs, as it's what __strtol does and it's more useful
26245         in practice.
26246         (__xstrtol): If __strtol reports some error other than ERANGE,
26247         reflect it to the caller as LONGINT_INVALID.  If it reports
26248         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
26249         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
26250         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
26251         value.
26252         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
26253         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
26254         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
26255         [defined UINTMAX_MAX]: New macros.
26256
26257 2003-10-14  Bruno Haible  <bruno@clisp.org>
26258
26259         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
26260
26261 2003-10-14  Bruno Haible  <bruno@clisp.org>
26262
26263         * m4/sig_atomic_t: New file, from GNU gettext.
26264         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
26265
26266 2003-10-14  Bruno Haible  <bruno@clisp.org>
26267
26268         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
26269         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
26270         Also use volatile where needed.
26271
26272 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26273
26274         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
26275         Change maintainer from Bruno Haible to 'all'.
26276
26277 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26278
26279         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
26280
26281 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26282
26283         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
26284         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
26285         and define in terms of the other primitives.
26286         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
26287         (SIZE_MAX): Define if not already defined.
26288         (array_size_overflow): New function.
26289         (xalloc_die): Abort instead of exiting if 'error' returns.
26290         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
26291         (xmalloc, xrealloc): Use them.
26292         (xcalloc): Check for address arithmetic overflow.
26293         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
26294         a bit faster than strcpy.
26295
26296 2003-10-10  Simon Josefsson  <jas@extundo.com>
26297
26298         * modules/argp (Depends-on): Add restrict and strcase.
26299
26300 2003-10-10  Simon Josefsson  <jas@extundo.com>
26301
26302         * m4/argp.m4: Add AC_C_INLINE.
26303
26304 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26305
26306         Merge getpass from libc, plus a few fixes.
26307
26308         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
26309         Include <stdbool.h>.
26310         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
26311         __fsetlocking to empty.
26312         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
26313         do include <bits/libc-lock.h>.
26314         Do not include <fcntl.h>; not needed.
26315         [_LIBC]: Include <wchar.h>.
26316         (NOTCANCEL_MODE): New macro.
26317         (flockfile, funlockfile) [_LIBC]: New macros.
26318         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
26319         [!_LIBC]: New macros.
26320         (call_fclose): New function.
26321         (getpass): Use it.  Save tty stream separately; this simplifies the
26322         code and makes it more reliable if stdin happens to equal stdout.
26323         Invoke __fsetlocking on tty.
26324         Handle thread cancellation if needed.
26325         Namespace cleanup (use __tcgetattr, __getline).
26326         Use bool for Booleans.
26327         [USE_IN_LIBIO]: Handle wide streams.
26328         [!_LIBC]: Unconditionally do the fseek, since we don't know what
26329         stream might go where.
26330
26331         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
26332         doesn't have to include <stdio.h> before us.
26333         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
26334         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
26335         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
26336         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
26337         if not declared, so that we can use getpass.c code from libc without
26338         rewriting it.
26339         (flockfile, ftrylockfile, funlockfile): New macros.
26340
26341 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26342
26343         * modules/getpass: Depend on stdbool.
26344
26345 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26346
26347         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
26348
26349 2003-10-07  Karl Berry  <karl@gnu.org>
26350
26351         * config/config.{guess,sub}: update from config.
26352
26353 2003-10-06  Jim Meyering  <jim@meyering.net>
26354             Bruno Haible  <bruno@clisp.org>
26355
26356         This lets translators provide better translations for the
26357         "Written by ..." part of --version output.
26358         * lib/version-etc.h: Include stdarg.h.
26359         (version_etc_copyright): Declare as readonly.
26360         (version_etc): Make this function variadic with a NULL-terminated list
26361         of author name strings.
26362         (version_etc_va): New declaration.
26363         * lib/version-etc.c: Include stdarg.h, stdlib.h.
26364         (version_etc_copyright): Declare as readonly.
26365         (version_etc_va): New function. Provide a different translatable string
26366         for each possible number of authors < 10. Abbreviate when there are 10
26367         authors or more.
26368         (version_etc): Make this function variadic. Call version_etc_va.
26369         Suggestion from Gary V. Vaughan.
26370
26371         * lib/long-options.h (parse_long_options): Change prototype: the
26372         authors string is moved to the end and becomes variadic.
26373         * lib/long-options.c: Include stdarg.h.
26374         (parse_long_options): Make this function variadic, too.
26375         Call version_etc_va, not version_etc.
26376
26377 2003-10-06  Bruno Haible  <bruno@clisp.org>
26378
26379         * modules/version-etc-2: Remove file.
26380         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
26381
26382 2003-10-06  Bruno Haible  <bruno@clisp.org>
26383
26384         * modules/fatal-signal: New file.
26385         * MODULES.html.sh (func_all_modules): Add fatal-signal.
26386
26387 2003-10-06  Bruno Haible  <bruno@clisp.org>
26388
26389         * m4/fatal-signal.m4: New file.
26390         * m4/signalblocking.m4: New file, from GNU gettext.
26391
26392 2003-10-06  Bruno Haible  <bruno@clisp.org>
26393
26394         * lib/version-etc-2.h: Remove file.
26395         * lib/version-etc-2.c: Remove file.
26396
26397 2003-10-06  Bruno Haible  <bruno@clisp.org>
26398
26399         * lib/fatal-signal.h: New file, from GNU gettext.
26400         * lib/fatal-signal.c: New file, from GNU gettext.
26401
26402 2003-10-05  Paul Eggert  <eggert@twinsun.com>
26403
26404         * README: Rework advice for preventing empty .o files.
26405         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
26406         not <sys/types.h>.
26407
26408 2003-10-04  Karl Berry  <karl@gnu.org>
26409
26410         * lib/argp*: update from libc.
26411
26412 2003-10-04  Karl Berry  <karl@gnu.org>
26413
26414         * config/config.{guess,sub}: update from config.
26415
26416 2003-10-02  Bruno Haible  <bruno@clisp.org>
26417
26418         * modules/lchown (Include): Add lchown.h.
26419         * modules/time_r (Include): Use "..." syntax.
26420         * modules/xgetdomainname (Include): Add xgetdomainname.h.
26421
26422 2003-10-01  Simon Josefsson  <jas@extundo.com>
26423
26424         * MODULES.html.sh (func_all_modules): Move gethostname from section
26425         'based on' to section 'lacking' POSIX:2001.
26426
26427 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
26428
26429         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
26430         to output mode on the same stream.
26431
26432 2003-09-29  Paul Eggert  <eggert@twinsun.com>
26433
26434         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
26435         Fix arg typo in previous patch.
26436
26437 2003-09-28  Jim Meyering  <jim@meyering.net>
26438
26439         * lib/error.c: Correct cpp indentation.
26440
26441 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26442
26443         * modules/free: New file.
26444
26445 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26446
26447         * m4/free.m4: New file.
26448
26449 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26450
26451         * lib/minmax.h (MIN, MAX)
26452         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
26453         Omit the special code that used __typeof__, since we worry that
26454         it could be more trouble than it's worth.  See:
26455         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
26456         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
26457
26458         * lib/free.c: New file.
26459
26460 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
26461
26462         Trivial fixes to Makefile.am parts of module listings.
26463         * modules/strstr: Append strstr.h to lib_SOURCES.
26464         * modules/strcase: Likewise, for strcase.h.
26465
26466 2003-09-27  Karl Berry  <karl@gnu.org>
26467
26468         * config/mkinstalldirs: update from automake.
26469
26470 2003-09-26  Paul Eggert  <eggert@twinsun.com>
26471
26472         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
26473         (error_tail): Do not loop, reallocating temporary buffer, since
26474         the output cannot contain more wide characters than the input
26475         contains bytes, the size must be big enough already.  This avoids
26476         one potential size overflow calculation.  Check for size overflow
26477         when calculating temporary buffer size.  Free temporary buffer
26478         when done, if it was allocated with malloc; this plugs a memory
26479         leak.  Remove casts from void * to pointers, that are no longer
26480         needed now that we're assuming C89 or better.
26481
26482         Merge error changes from glibc.
26483
26484         * lib/error.c, error.h: Update copyright notice header to match glibc.
26485         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
26486         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
26487         Disable cancellation while printing error.
26488         * lib/error.h: Prepend __ to parameter names.
26489
26490 2003-09-26  Jim Meyering  <jim@meyering.net>
26491
26492         * lib/error.c (error_tail): Move some declarations
26493         into inner scope where the local variables are used.
26494
26495 2003-09-26  Bruno Haible  <bruno@clisp.org>
26496
26497         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
26498         stpncpy().
26499         Don't define stpncpy through config.h; it's now done through stpncpy.h.
26500
26501 2003-09-26  Bruno Haible  <bruno@clisp.org>
26502
26503         * lib/stpncpy.h (gnu_stpncpy): New declaration.
26504         (stpncpy): Define as alias for gnu_stpncpy.
26505         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
26506
26507 2003-09-25  Simon Josefsson  <jas@extundo.com>
26508
26509         * lib/xgetdomainname.h: New file.
26510         * lib/xgetdomainname.c: New file.
26511
26512 2003-09-25  Simon Josefsson  <jas@extundo.com>
26513             Bruno Haible  <bruno@clisp.org>
26514
26515         * modules/getdomainname: New file.
26516         * modules/xgetdomainname: New file.
26517         * MODULES.html.sh (func_all_modules): Add getdomainname,
26518         xgetdomainname.
26519
26520 2003-09-25  Simon Josefsson  <jas@extundo.com>
26521             Bruno Haible  <bruno@clisp.org>
26522
26523         * m4/getdomainname.m4: New file.
26524
26525 2003-09-25  Simon Josefsson  <jas@extundo.com>
26526             Bruno Haible  <bruno@clisp.org>
26527
26528         * lib/getdomainname.h: New file.
26529         * lib/getdomainname.c: New file.
26530
26531 2003-09-25  Karl Berry  <karl@gnu.org>
26532
26533         * lib/argp-fmtstream.c, argp-help.c: update from libc.
26534
26535 2003-09-25  Karl Berry  <karl@gnu.org>
26536
26537         * config/install-sh: update from automake.
26538
26539 2003-09-25  Bruno Haible  <bruno@clisp.org>
26540
26541         * modules/version-etc-2: New file, from modules/version-etc with
26542         modifications.
26543         * MODULES.html.sh (func_all_modules): Add version-etc-2.
26544
26545 2003-09-25  Bruno Haible  <bruno@clisp.org>
26546
26547         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
26548         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
26549
26550 2003-09-24  Simon Josefsson  <jas@extundo.com>
26551
26552         * modules/xgethostname: Add xgethostname.h.
26553
26554 2003-09-24  Paul Eggert  <eggert@twinsun.com>
26555
26556         * lib/linebuffer.c (freebuffer): Don't free the argument, just
26557         the buffer associated with the argument.  Bug reported by
26558         Simon Josefsson.
26559
26560 2003-09-24  Paul Eggert  <eggert@twinsun.com>
26561
26562         * README: Document assumptions that 'int' is at least 32 bits
26563         wide, that integer arithmetic is 2's complement without overflow,
26564         that there are no holes in integer values, that adding sizes of
26565         two nonoverlapping objects can't overflow, and that all-bits-zero
26566         yields scalar zero.  Fix spelling and capitalization typos.
26567
26568 2003-09-19  Karl Berry  <karl@gnu.org>
26569
26570         * lib/argp.h: update from libc.
26571
26572 2003-09-17  Paul Eggert  <eggert@twinsun.com>
26573
26574         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
26575         to avoid spurious warnings like "AC_RUN_IFELSE was called before
26576         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
26577
26578 2003-09-17  Paul Eggert  <eggert@twinsun.com>
26579
26580         * gnulib-tool: Use "test -h", not "test -L", for portability
26581         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
26582         (tags_regexp): Remove, since \| doesn't conform to POSIX.
26583         (sed_extract_prog): Issue s commands one-by-one, rather than
26584         using \| in one s command.
26585
26586 2003-09-16  Paul Eggert  <eggert@twinsun.com>
26587
26588         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
26589         input error, instead of returning NULL the next time we are called
26590         (and therefore losing track of errno).
26591
26592 2003-09-16  Bruno Haible  <bruno@clisp.org>
26593
26594         * gnulib-tool (func_create_testdir): Warn about duplicated
26595         dependencies.
26596
26597 2003-09-15  Paul Eggert  <eggert@twinsun.com>
26598
26599         * modules/argmatch, modules/fatal, modules/obstack,
26600         modules/xalloc, modules/xgethostname: Sort dependencies by
26601         importance, not alphabetically.
26602
26603 2003-09-15  Paul Eggert  <eggert@twinsun.com>
26604
26605         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
26606         fails, so that the caller gets the proper errno.
26607
26608         * lib/readutmp.c (read_utmp): Likewise.
26609         Check for fstat error.  Close stream and free storage
26610         when failing.
26611
26612 2003-09-14  Karl Berry  <karl@gnu.org>
26613
26614         * config/srclist.txt (strdup.c): disable for c89 changes.
26615
26616 2003-09-14  Jim Meyering  <jim@meyering.net>
26617
26618         * lib/getloadavg.c: Correct cpp indentation.
26619         * lib/strdup.c: Likewise.
26620         * lib/vasnprintf.c: Likewise.
26621
26622 2003-09-14  Bruno Haible  <bruno@clisp.org>
26623
26624         * modules/fwriteerror: New file.
26625         * MODULES.html.sh (func_all_modules): Add fwriteerror.
26626
26627 2003-09-14  Bruno Haible  <bruno@clisp.org>
26628
26629         * lib/fwriteerror.h: New file.
26630         * lib/fwriteerror.c: New file.
26631
26632 2003-09-12  Paul Eggert  <eggert@twinsun.com>
26633
26634         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
26635         modules/xgethostname, modules/xalloc: Depend on exit.
26636
26637 2003-09-12  Paul Eggert  <eggert@twinsun.com>
26638
26639         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
26640
26641         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
26642         and AC_MINIX, too, so that their extensions are available.
26643
26644         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
26645         This macro has been superseded by gl_BACKUPFILE.
26646
26647         More patches to assume C89 or better.
26648
26649         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
26650
26651         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
26652         unconditionally.
26653         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
26654         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
26655         Include <string.h>, <stdlib.h> unconditionally.
26656         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
26657         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
26658         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
26659         headers or for string.h.
26660         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
26661         or strtoul.
26662
26663         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
26664         headers.
26665         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
26666         * m4/userspec.m4 (gl_USERSPEC): Likewise.
26667         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
26668         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
26669         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26670         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
26671         memcpy, memset.
26672         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
26673         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
26674         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
26675         strtol.
26676         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
26677         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
26678         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
26679         strtoul.
26680
26681 2003-09-12  Paul Eggert  <eggert@twinsun.com>
26682
26683         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
26684         * lib/obstack.c [!defined _LIBC]: Likewise.
26685         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
26686         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
26687         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
26688
26689         More changes to assume C89 or better.
26690
26691         * lib/error.c (error_tail): Assume vprintf.
26692
26693         * lib/argmatch.c (getenv): Remove decl.
26694         * lib/progreloc.c (get_full_program_name): Define via prototype.
26695         * lib/setenv.c (clearenv): Likewise.
26696         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
26697         needed.
26698         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
26699         (malloc, memcpy): Remove decls.
26700         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
26701         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
26702         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
26703         (memcpy): Remove macro.
26704         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
26705         (__P): Remove.  All uses removed.
26706         (PTR): Remove.  All uses changed to void *.
26707         (CHAR_BIT, NULL): Remove.
26708         (spaces, zeros, memset_space, memset_zero)
26709         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
26710         Remove.
26711         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
26712         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
26713         Define with prototype.
26714         Remove now-unnecessary prototype decl.
26715         (extra_args_spec): Assume ANSI C.  All uses changed.
26716         (extra_args_spec_iso): Remove.
26717         (my_strftime, emacs_strftimeu): Define via prototype.
26718         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
26719         unconditionally.
26720         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
26721         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
26722         (strtoul, strtol): Remove decls.
26723         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
26724         LONG_MAX): Remove.
26725         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
26726         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
26727         (LOCALE_PARAM_PROTO): New macro.
26728         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
26729         (INTERNAL (strtol), strtol): Define with a prototype.
26730         (PARAMS): Remove.  All uses removed.
26731         * lib/tempname.c: Include <string.h> unconditionally.
26732         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
26733         * lib/xgethostname.c (main): Define with a prototype.
26734         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
26735         Include <stdlib.h> unconditionally.
26736         (calloc, malloc, realloc, free): Remove decls.
26737         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
26738         Include <stdlib.h> unconditionally.  Sort include file names.
26739         (strtod): Remove.
26740         (xstrtod): Define with a prototype.
26741         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
26742         (strtol, strtoul): Remove decls.
26743
26744 2003-09-11  Paul Eggert  <eggert@twinsun.com>
26745
26746         More patches to assume C89 or better.
26747         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
26748         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
26749         string.h, memchr, STDC_HEADERS.
26750
26751 2003-09-11  Paul Eggert  <eggert@twinsun.com>
26752
26753         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
26754         Include <stdlib.h>, <string.h> unconditionally.
26755         Remove now-unnecessary cast to char *.
26756         * lib/strnlen.c: Include <string.h> unconditionally.
26757         * lib/yesno.c (yesno): Define with a prototype.
26758
26759 2003-09-11  Bruno Haible  <bruno@clisp.org>
26760
26761         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
26762
26763 2003-09-10  Jim Meyering  <jim@meyering.net>
26764
26765         * lib/error.c: Correct indentation of cpp directives.
26766
26767 2003-09-10  Bruno Haible  <bruno@clisp.org>
26768
26769         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
26770         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
26771         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
26772         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
26773         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
26774         <stdlib.h> and <string.h> checks.
26775         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
26776         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
26777
26778 2003-09-10  Bruno Haible  <bruno@clisp.org>
26779
26780         * lib/strcspn.c: Include <string.h> unconditionally.
26781         * lib/strpbrk.c: Include <string.h> unconditionally.
26782         * lib/strstr.c: Include <string.h> unconditionally.
26783         * lib/unicodeio.c: Include <string.h> unconditionally.
26784         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
26785         * lib/unsetenv.c: Likewise.
26786         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
26787         * lib/yesno.c: Include <stdlib.h> unconditionally.
26788         (rpmatch): Add prototype.
26789
26790 2003-09-09  Paul Eggert  <eggert@twinsun.com>
26791
26792         More patches to assume C89 or better.
26793         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
26794         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
26795         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
26796         or for string.h.
26797         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
26798         stdlib.h.
26799         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
26800         C headers.
26801         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
26802         string.h.
26803         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
26804         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
26805         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
26806         or for string.h.
26807         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
26808         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
26809         C headers.
26810         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
26811         memcpy.
26812         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
26813         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
26814         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
26815         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
26816         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
26817         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
26818         string.h, free.
26819         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
26820         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
26821         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
26822         C headers, or for string.h.
26823         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
26824         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
26825         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
26826         headers, memory.h, stdlib.h, string.h, strings.h.
26827         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
26828         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
26829         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
26830         strchr.
26831         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
26832         headers, memory.h, string.h.
26833         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
26834         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
26835         free.
26836         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
26837         headers.
26838         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
26839         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
26840         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
26841         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
26842         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
26843
26844 2003-09-09  Paul Eggert  <eggert@twinsun.com>
26845
26846         More K&R removal.
26847
26848         * lib/acosl.c (main): Use a prototype.
26849         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
26850         tanl.c: Likewise.
26851
26852         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
26853
26854         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
26855         (getopt, etopt_long, getopt_long_only, _getopt_internal)
26856         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
26857         with a prototype.
26858         * lib/getopt.c (const): Remove macro.
26859         Include <string.h> unconditionally.
26860         (my_index): Remove; all uses changed to strchr.
26861         (strlen): Remove decl.
26862         (exchange): Remove forward decl; no longer needed.
26863         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
26864         Define with prototype.
26865         * lib/getopt1.c (const): Remove macro.
26866         (getopt_long, getopt_long_only, main): Define with prototype.
26867
26868         * lib/getugroups.c: Include <string.h> unconditionally.
26869
26870         * lib/getusershell.c: Include <stdlib.h> unconditionally.
26871         (getusershell, setusershell, endusershell, readname, main):
26872         Define with prototypes.
26873
26874         * lib/group-member.c: Include group-member.h first.
26875         Include <stdlib.h> unconditionally.
26876
26877         * lib/hard-locale.c: Include hard-locale.h first.
26878         Include <stdlib.h>, <string.h> unconditionally.
26879
26880         * lib/hash.c (free, malloc): Remove decls.
26881         Include <stdlib.h> unconditionally.
26882
26883         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
26884         (getenv): Do not declare.
26885
26886         * lib/idcache.c: Include <string.h> unconditionally.
26887
26888         * lib/long-options.c: Include long-options.h first, to test interface.
26889         Include <stdlib.h> unconditionally.
26890
26891         * lib/makepath.c: Include makepath.h first, to test interface.
26892         Include <stdlib.h> and <string.h> unconditionally.
26893
26894         * lib/linebuffer.c: Include <stdlib.h>.
26895         (free): Remove decl.
26896
26897         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
26898         stddef.h. rpl_malloc returns void *, not char *.
26899         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
26900         prototype.
26901
26902         * lib/md5.h: Include <limits.h> unconditionally.
26903         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
26904         (__P): Remove; all uses removed.
26905         * lib/md5.c: Include "md5.h" first.
26906         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
26907         md5_buffer, md5_process_bytes, md5_process_block):
26908         Define with prototypes.
26909         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
26910         * lib/sha.c: Include "sha.h" first.
26911         Include <stdlib.h>, <string.h> unconditionally.
26912
26913         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
26914         * lib/memcmp.c (__ptr_t): Likewise.
26915         * lib/memrchr.c (__ptr_t): Likewise.
26916         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
26917         Include <string.h> unconditionally.
26918         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
26919         * lib/memchr.c: Include <stdlib.h> unconditionally.
26920         * lib/memchr.c (LONG_MAX): Remove.
26921         * lib/memrchr.c (LONG_MAX): Likewise.
26922         * lib/memchr.c (__memchr): Define via a prototype.
26923         * lib/memrchr.c (__memrchr): Likewise.
26924         * lib/memcmp.c (__P): Remove, and remove all uses.
26925         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
26926         Remove forward decls; no longer needed.
26927         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
26928         Use types required by C89 in prototype.
26929
26930         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
26931         * lib/savedir.c: Likewise.
26932         * lib/mkdir.c (free): Remove decl.
26933         * lib/rmdir.c (rmdir): Define with a prototype.
26934         * lib/savedir.c: Include savedir.h first, to test interface.
26935
26936         * lib/mktime.c (STDC_HEADERS): Remove.
26937         Include <stdlib.h>, <string.h> unconditionally.
26938
26939         * lib/modechange.c: Include <stdlib.h> unconditionally.
26940         (malloc): Remove decl.
26941
26942         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
26943         (free): Remove decl.
26944
26945         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
26946         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
26947         (This type really should be intptr_t, but that's a C99ism.)
26948         (_obstack_memcpy): Remove: all uses changed to memcpy.
26949         Include <string.h> unconditionally.
26950         (struct obstack): Assume __STDC__ for types of members
26951         chunkfun, freefun, extra_arg.
26952         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
26953         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
26954         obstack_begin, obstack_specify_allocation,
26955         obstack_specify_allocation_with_arg, obstack_chunkfun,
26956         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
26957         Remove unprototyped decls and the macros that use them.
26958         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
26959         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
26960         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
26961         (defined __STDC__ && __STDC__)]:
26962         Remove nonprototyped code.
26963         Include <stdlib.h> unconditionally.
26964         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
26965         _obstack_allocated_p, _obstack_free, obstack_free,
26966         _obstack_memory_used, print_and_abort):
26967         Define using prototypes.
26968         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
26969         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
26970         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
26971         obstack_next_free, obstack_object_size, obstack_room) [0]:
26972         Remove unused, unprototyped code.
26973
26974         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
26975
26976         * lib/physmem.c (physmem_total, physmem_available, main): Define
26977         with prototypes.
26978
26979         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
26980         (main): Define with a prototype.
26981
26982         * lib/posixver.c (getenv): Remove decl.
26983
26984         * lib/putenv.c (malloc): Returns void *, not char *.
26985         Include <string.h> unconditionally.
26986         (strchr, memcpy, NULL): Do not define.
26987
26988         * lib/readtokens.c: Include readtokens.h first, to test interface.
26989         Include <stdlib.h>, <string.h> unconditionally.
26990         (init_tokenbuffer): Define with a prototype.
26991
26992         * lib/regex.c (PARAMS): Remove.  All uses removed.
26993         All uses of _RE_ARGS removed, too.
26994         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
26995         unconditionally.
26996         (bzero): Assume memset exists.
26997         (memcmp, memcpy, NULL): Remove.
26998         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
26999         char, or assignments to local vars of type signed char.
27000         (init_syntax_once, PREFIX(extract_number_and_incr),
27001         PREFIX(print_partial_compiled_pattern),
27002         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
27003         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
27004         PREFIX(regex_grow_registers), PREFIX(regex_compile),
27005         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
27006         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
27007         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
27008         wcs_compile_range, byte_compile_range, truncate_wchar,
27009         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
27010         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
27011         count_mbs_length, wcs_re_match_2_internal,
27012         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
27013         PREFIX(alt_match_null_string_p),
27014         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
27015         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
27016         regfree, PREFIX(extract_number)): Define with prototype.  Remove
27017         now-unnecessary declaration, if any.
27018         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
27019         regcomp, regexec):
27020         Remove now-unnecessary casts among pointer types.
27021         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
27022
27023         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
27024         (free): Remove decl.
27025
27026         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
27027
27028         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
27029         (free): Remove decl.
27030
27031         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
27032         * lib/xgetcwd.c: Likewise.
27033
27034         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
27035         (free): Remove decl.
27036
27037         * lib/strchrnul.c (strchrnul): Define with a prototype.
27038         Fix bug: c_in was not converted to char before searching.
27039
27040         The following changes are not K&R related:
27041
27042         * lib/group-member.h: Include <sys/types.h>, so that this file is
27043         self-contained.
27044         * lib/makepath.h: Likewise.
27045
27046         * lib/getusershell.c (readname, default_index, line_size, readname):
27047         Use size_t, not int, for sizes.
27048         (readname): If the size overflows, report an error instead of
27049         looping forever.
27050
27051 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27052
27053         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
27054         libc.
27055
27056 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27057
27058         * README: New section: portability guidelines.
27059
27060 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
27061
27062         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
27063         C89 spec.
27064
27065 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
27066
27067         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
27068
27069 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27070
27071         Assume C89 or better; remove K&R cruft.
27072         A few of these changes were first proposed by Derek Robert Price
27073         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
27074
27075         * lib/addext.c: Include <string.h> unconditionally.
27076         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
27077         Don't declare getenv or malloc.
27078
27079         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
27080         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
27081         (NULL): Remove.
27082         (find_stack_direction, alloca): Use prototypes.
27083
27084         * lib/atexit.c (atexit): Define using a prototype.
27085
27086         * lib/basename.c, dirname.c, stripslash.c:
27087         Include <string.h> unconditionally.
27088
27089         * lib/bcopy.c: Include <stddef.h>.
27090         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
27091
27092         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
27093
27094         * lib/error.h (error, error_at_line, error_print_progname)
27095         [! (defined (__STDC__) && __STDC__)]: Remove decls.
27096         * lib/error.c: Include error.h first, to check interface.
27097         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
27098         (VA_START): Remove; all uses changeed to va_start.
27099         (exit, strerror): Remove decls.
27100         (error_print_progname): Prototype uncondionally.
27101         Don't include <errno.h>; no longer needed.
27102         (private_strerror): Remove.
27103         (error_tail): Always define.
27104         (error, error_at_line): Assume C89 or better; always use prototypes.
27105         * lib/fatal.c: Include "fatal.h" first, to test interface.
27106         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
27107         (VA_START): Remove; all uses changed to va_start.
27108         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
27109         this case.
27110         (exit): Remove decl.
27111         (fatal): Prototype unconditionally.  Assume va_start works.
27112         Abort at end, to pacify gcc.
27113
27114         * lib/euidaccess.c (main): Define with a prototype.
27115
27116         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
27117
27118         * lib/exitfail.c: Include <stdlib.h> unconditionally.
27119
27120         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
27121         prototypes.
27122         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
27123         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
27124         (getenv): Remove decl.
27125         (fnmatch): Define using a prototype.
27126         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
27127         (FCT): Define using a prototype.
27128
27129         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
27130
27131         * lib/gethostname.c: Include <stddef.h>.
27132         (gethostname): Define with prototype.  Length is size_t, not int.
27133
27134 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27135
27136         Assume C89 or better; remove K&R cruft.
27137         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
27138         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
27139         string.h, getenv, malloc.
27140         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
27141         headers.
27142         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
27143         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
27144         do not check for strerror.
27145         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
27146         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
27147         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
27148         do not check for doprnt or vprintf.
27149         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
27150         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
27151
27152 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27153
27154         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
27155         getversion.c should have been removed then, but was accidentally
27156         preserved.
27157
27158         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
27159         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
27160
27161 2003-09-08  Karl Berry  <karl@gnu.org>
27162
27163         * config/config.sub, config.guess, srclistvars.sh: update from savannah
27164                 config, forget about prep.
27165
27166         * config/depcomp, missing: update from automake.
27167
27168 2003-09-07  Paul Eggert  <eggert@twinsun.com>
27169
27170         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
27171         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
27172
27173 2003-09-07  Paul Eggert  <eggert@twinsun.com>
27174
27175         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
27176         copy_tm_result.  Bug reported by Simon Josefsson in
27177         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
27178
27179 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27180
27181         * m4/time_r.m4: New file.
27182         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
27183         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
27184         is. Check for timegm declaration.
27185         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
27186         Do not check for gmtime_r.
27187         Replace mktime if __mktime_internal does not exist and if mktime
27188         hasn't been replaced already.
27189
27190 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27191
27192         * lib/time_r.c, lib/time_r.h: New files.
27193
27194         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
27195         __localtime_r.
27196         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
27197         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
27198
27199         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
27200         __gmtime_r.
27201         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
27202         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
27203         Include <time_r.h>.
27204
27205         * lib/timegm.c: Switch to glibc implementation, with the following
27206         changes:
27207         [defined HAVE_CONFIG_H]: Include <config.h>.
27208         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
27209         (__mktime_internal) [!defined _LIBC]: New decl.
27210         (__gmtime_r) [!defined _LIBC]: New macro and function.
27211         (timegm): Use a prototype, since gnulib assumes C89.
27212         Do not bother declaring tmp to be const, as it's not really usefu.
27213         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
27214         (timegm): Declare only if HAVE_DECL_TIMEGM.
27215
27216 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27217
27218         * MODULES.html.sh (func_all_modules): Add time_r.
27219         * modules/time_r: New file.
27220         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
27221         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
27222
27223 2003-09-03  Paul Eggert  <eggert@twinsun.com>
27224
27225         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
27226         Bug reported by Lute Kamstra in
27227         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
27228
27229         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
27230         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
27231         course with correspondingly smaller numbers for tomorrow and
27232         yesterday.  From Tadayoshi Funaba.  Originally installed into
27233         sh-utils on 1999-08-07, but the patch got lost (I guess during the
27234         coreutils merge?).
27235
27236 2003-08-31  Simon Josefsson  <jas@extundo.com>
27237
27238         * modules/timegm: New file.
27239         * MODULES.html.sh (func_all_modules): Add timegm.
27240
27241 2003-08-31  Simon Josefsson  <jas@extundo.com>
27242
27243         * m4/timegm.m4: New file.
27244
27245 2003-08-31  Simon Josefsson  <jas@extundo.com>
27246
27247         * lib/timegm.h: New file.
27248         * lib/timegm.c: New file.  Based on
27249         wget-1.8.2/src/http.c:mktime_from_utc.
27250
27251 2003-08-31  Karl Berry  <karl@gnu.org>
27252
27253         * lib/argp.h: update from libc.
27254
27255 2003-08-28  Bruno Haible  <bruno@clisp.org>
27256
27257         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
27258         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
27259         followed by '#define fnmatch fnmatch_posix' gives an error.
27260
27261 2003-08-28  Bruno Haible  <bruno@clisp.org>
27262
27263         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
27264         warning on QNX, which defines O_BINARY to 000000.
27265
27266 2003-08-27  Jim Meyering  <jim@meyering.net>
27267
27268         * m4/mkstemp.m4: Require that the system mkstemp be able to create
27269         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
27270         would fail after 32.  Reported by Danny Levinson.  Details here:
27271         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
27272
27273 2003-08-24  Bruno Haible  <bruno@clisp.org>
27274
27275         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
27276         MSVC7 <stdio.h> is included later.
27277
27278 2003-08-22  Simon Josefsson  <jas@extundo.com>
27279
27280         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
27281
27282 2003-08-20  Karl Berry  <karl@gnu.org>
27283
27284         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
27285
27286 2003-08-20  Bruno Haible  <bruno@clisp.org>
27287
27288         * modules/progname: New file.
27289         * MODULES.html.sh (func_all_modules): Add progname.
27290
27291 2003-08-20  Bruno Haible  <bruno@clisp.org>
27292
27293         * lib/progname.h: New file, from GNU gettext.
27294         * lib/progname.c: New file, from GNU gettext.
27295         * lib/progreloc.c: New file, from GNU gettext.
27296
27297 2003-08-19  Jim Meyering  <jim@meyering.net>
27298
27299         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
27300         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
27301
27302 2003-08-19  Bruno Haible  <bruno@clisp.org>
27303
27304         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
27305         more.
27306
27307 2003-08-19  Bruno Haible  <bruno@clisp.org>
27308
27309         * lib/xstrdup.c: Assume <string.h> exists.
27310
27311 2003-08-18  Paul Eggert  <eggert@twinsun.com>
27312
27313         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
27314         in makefile rules.
27315
27316 2003-08-18  Jim Meyering  <jim@meyering.net>
27317
27318         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
27319         * m4/lib-ld.m4: Likewise.
27320
27321 2003-08-18  Jim Meyering  <jim@meyering.net>
27322
27323         * lib/setenv.h: Indent nested cpp directive.
27324         * lib/vasnprintf.c: Remove trailing blanks.
27325
27326 2003-08-17  Simon Josefsson  <jas@extundo.com>
27327
27328         * modules/xstrndup: New file.
27329         * MODULES.html.sh (func_all_modules): Add xstrndup.
27330
27331 2003-08-17  Simon Josefsson  <jas@extundo.com>
27332
27333         * modules/argp: Fix autoconf macro name. Add more dependencies.
27334
27335 2003-08-17  Simon Josefsson  <jas@extundo.com>
27336
27337         * m4/xstrndup.m4: New file.
27338
27339 2003-08-17  Simon Josefsson  <jas@extundo.com>
27340
27341         * m4/argp.m4: New file.
27342
27343 2003-08-17  Simon Josefsson  <jas@extundo.com>
27344             Bruno Haible  <bruno@clisp.org>
27345
27346         * lib/xstrndup.h: New file.
27347         * lib/xstrndup.c: New file.
27348
27349 2003-08-17  Bruno Haible  <bruno@clisp.org>
27350
27351         * modules/strndup (Files, Include): Add lib/strndup.h.
27352
27353 2003-08-17  Bruno Haible  <bruno@clisp.org>
27354
27355         * modules/euidaccess (Files): Add lib/euidaccess.h.
27356
27357 2003-08-17  Bruno Haible  <bruno@clisp.org>
27358
27359         * lib/strndup.h: New file.
27360
27361 2003-08-17  Bruno Haible  <bruno@clisp.org>
27362
27363         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
27364         like AC_GNU_SOURCE.
27365         * modules/extensions (configure.ac): Comment out the invocation of
27366         gl_USE_SYSTEM_EXTENSIONS.
27367
27368 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27369
27370         Merges from coreutils, etc.
27371         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
27372         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
27373         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
27374         fixing a typo.
27375         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
27376         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
27377
27378 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27379
27380         Document merge from coreutils.
27381         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
27382         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
27383         * modules/utime: Add m4/utimes-null.m4.
27384
27385 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27386
27387         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
27388         space, undoing this 2003-08-12 change:
27389         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
27390
27391 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27392
27393         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
27394         strtoul.c from libc, undoing this 2003-08-12 change:
27395         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
27396
27397 2003-08-16  Jim Meyering  <jim@meyering.net>
27398
27399         Merges from coreutils.
27400         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
27401         prefix.  Adjust cache variables similarly.  Create 500 rather than
27402         just 300 files, to exercise bug on Darwin6.5, too.
27403         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
27404         $missing_dir.
27405         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
27406         AM_SYS_POSIX_TERMIOS.
27407         Reported by mkc@mathdogs.com.
27408         Also change use of $am_cv_sys_posix_termios
27409         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
27410         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
27411         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
27412         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
27413         in /proc/mounts until it finds one with matching device number.  This
27414         is unnecessary when the FILE argument *is* a mount point.  No stat call
27415         is necessary in that case.  So, disable the statvfs-testing code on
27416         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
27417         as RedHat bug# 84846.
27418         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
27419         to 1MB, so as not to render systems with no stack size limit (e.g.,
27420         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
27421         Include <unistd.h>.  On some systems,
27422         it is required for the definition of _SC_PAGESIZE.
27423
27424 2003-08-16  Jim Meyering  <jim@meyering.net>
27425
27426         Merge from coreutils.
27427         * lib/xstrtoimax.c: #else #if -> #elif.
27428         * lib/xstrtoumax.c: Likewise.
27429
27430 2003-08-16  Jim Meyering  <jim@meyering.net>
27431
27432         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
27433         * m4/utimes.m4: Removed.
27434         * m4/utimes-null.m4: Renamed from utimes.m4.
27435
27436         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
27437         to 1MB, so as not to render systems with no stack size limit (e.g.,
27438         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
27439         Include <unistd.h>.  On some systems,
27440         it is required for the definition of _SC_PAGESIZE.
27441
27442 2003-08-16  Jim Meyering  <jim@meyering.net>
27443         and Paul Eggert  <eggert@cs.ucla.edu>
27444
27445         Merges from coreutils, etc.
27446
27447         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
27448         using the latest version from cvs.  This avoids problems with #line
27449         directives using a vendor (Sun) compiler.
27450         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
27451         Don't set GETGROUPS_LIB here; now it's
27452         done via getgroups.m4's wrapper function.
27453         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
27454         rather than just in sh-util/configure.in, so that the
27455         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
27456         same.
27457         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
27458         AC_FUNC_GETLOADAVG where to find getloadavg.c.
27459         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
27460         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
27461         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
27462         Remove code that is now done by the newly-required macros.
27463         Append $(EXEEXT) to DF_PROG.
27464         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
27465         Do not invoke or require the following here,
27466         since prereq.m4 or some gnulib .m4 now does this for us:
27467         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
27468         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
27469         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
27470         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
27471         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
27472         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
27473         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
27474         AC_FUNC_OBSTACK.
27475         Do not replace the following functions, as this is now the job
27476         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
27477         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
27478         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
27479         atexit getpass, strdup, getpagesize.
27480         Replace 'raise'.
27481         Do not check for the following functions, as this is now the job
27482         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
27483         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
27484         setregid.
27485         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
27486         Check for sys/sysctl.h.
27487         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
27488         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
27489         of checking for ssize_t ourselves.
27490
27491         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
27492         Require every macro that gnulib/modules/* suggests for us.
27493         (jm_PREREQ_ADDEXT): New macro.
27494         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
27495         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
27496
27497         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
27498         (gl_PHYSMEM): Use it.
27499         Also check for `table' function.
27500         Check for new headers and functions.
27501         Add check for sys/sysmp.h.
27502         With suggestions from Kaveh Ghazi.
27503         Ignore headers that are present but cannot be compiled.  This
27504         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
27505         C 5.4.
27506
27507 2003-08-15  Paul Eggert  <eggert@twinsun.com>
27508
27509         Document merge from coreutils.
27510         * modules/userspec: Depend on posixver.
27511         * modules/strftime: Depend on tzset.
27512
27513 2003-08-15  Paul Eggert  <eggert@twinsun.com>
27514
27515         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
27516         rather than tab, after '#' in shell-script copyright notices.
27517         Suggested by Bruno Haible.
27518
27519 2003-08-15  Paul Eggert  <eggert@twinsun.com>
27520
27521         * config/srclist-update: Use three spaces, rather than tab, after '#'
27522         in shell-script copyright notices.  Suggested by Bruno Haible.
27523         Remove unnecessary parenthesization in regular expression.
27524
27525 2003-08-15  Jim Meyering  <jim@meyering.net>
27526
27527         Merge from coreutils.
27528         * lib/xgethostname.c: Include <stdlib.h>.
27529         (xghostname): Don't exit for anything other than memory-related
27530         failure; just return NULL.
27531         * lib/userspec.c: Include "posixver.h".
27532         (parse_user_spec): Accept `.' as a separator only
27533         in pre-POSIX-200112 mode.
27534         * lib/strtoimax.c: Use #elif rather than #else #if.
27535         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
27536         Remove function, now that we can rely on a working tzset function.
27537         [!_LIBC]: Ensure that the required autoconf test has been run.
27538         [!defined _NL_CURRENT && HAVE_STRFTIME]:
27539         Use underlying_strftime for %r.
27540         * lib/sha.c: Merge in some clean-up and optimization changes from
27541         glibc.
27542         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
27543         Ensure that it is a multiple of 64.
27544         Rearrange loop exit tests so as to avoid performing an
27545         additional fread after encountering an error or EOF.
27546         * lib/realloc.c: Update copyright date.
27547
27548 2003-08-15  Jim Meyering  <jim@meyering.net>
27549         and Paul Eggert  <eggert@twinsun.com>
27550
27551         Merge from coreutils.
27552         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
27553         member but strut utmpx does not.  Needed for AIX 4.3.3.
27554         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
27555
27556 2003-08-15  Jim Meyering  <jim@meyering.net>
27557         and Paul Eggert  <eggert@cs.ucla.edu>
27558
27559         Merges from coreutils, etc.
27560         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
27561         Require gl_FUNC_TZSET_CLOBBER.
27562         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
27563         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
27564         members.
27565
27566 2003-08-14  Paul Eggert  <eggert@twinsun.com>
27567
27568         Help the merge from coreutils.
27569         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
27570         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
27571         * m4/tzset.m4: Use it too.
27572
27573 2003-08-14  Paul Eggert  <eggert@twinsun.com>
27574
27575         * modules/tzset: New file.
27576
27577 2003-08-14  Jim Meyering  <jim@meyering.net>
27578
27579         Merges from coreutils.
27580         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
27581         variable names, rather than @FNMATCH_H@.
27582         * modules/alloca: Likewise for $(ALLOCA_H).
27583
27584         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
27585         the three copies of the literal target, `fnmatch.h'.
27586         * modules/alloca (alloca.h): Likewise.
27587
27588 2003-08-14  Jim Meyering  <jim@meyering.net>
27589
27590         Merge from coreutils.
27591         * m4/tzset.m4: New file.
27592         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
27593         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
27594         otherwise, AIX 5.1 systems would end up using the latter.
27595         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
27596         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
27597         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
27598         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
27599
27600 2003-08-14  Jim Meyering  <jim@meyering.net>
27601
27602         Merge from coreutils.
27603         * lib/obstack.h: Whitespace changes.
27604         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
27605         and xcalloc return values.
27606         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
27607         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
27608         hang on OSF/1 5.1 for DIR on both local and remote file systems.
27609         Reported by (and fix confirmed by) Nelson H. F. Beebe.
27610         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
27611         error from mntctl.
27612         Use mntctl's return value to drive the entry-processing loop, since
27613         we can't rely on the value of the vmt_length member in the last
27614         entry.  On some systems doing so could result in exhausting
27615         virtual memory.  Based in part on a patch from Mike Jetzer.
27616
27617 2003-08-14  Jim Meyering  <jim@meyering.net>
27618         and Paul Eggert  <eggert@twinsun.com>
27619
27620         Merges from coreutils, plus other fixes.
27621         * lib/physmem.c: Merge in portability changes from gcc/libiberty
27622         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
27623         for credits and details.  Thanks to Kaveh Ghazi for helping
27624         to keep these files in sync.
27625         (ARRAY_SIZE): Define it.
27626         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
27627         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
27628         (memcasecmp): Don't assume size_t fits in unsigned int.
27629         Remove casts and duplicate code.
27630         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
27631         (memcpy): Remove definition.
27632         Merge in some clean-up and optimization changes from glibc.
27633         [BLOCKSIZE]: Move definition to top of file.
27634         Ensure that it is a multiple of 64.
27635         Rearrange loop exit tests so as to avoid performing an
27636         additional fread after encountering an error or EOF.
27637         * lib/md5.h (md5_uintptr): Define.
27638         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
27639         return to the initial working directory.  Preserve errno
27640         for caller.
27641         * lib/idcache.c: Include "xalloc.h".
27642         (xmalloc, xrealloc): Remove decls.
27643         (getuser): Remove casts no longer required in C89.
27644         * lib/human.c: Include stdio.h, for sprintf.
27645         * lib/group-member.c: Include "xalloc.h".
27646         (xmalloc, xrealloc): Remove decls.
27647         (get_group_info): Remove casts no longer required in C89.
27648         * lib/getusershell.c (readname): Remove casts no longer required in
27649         C89.
27650         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
27651         * lib/getline.c: Whitespace fix, from coreutils.
27652
27653 2003-08-13  Paul Eggert  <eggert@twinsun.com>
27654
27655         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
27656         Check for isascii.
27657
27658         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
27659         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
27660         Undo previous (whitespace-only) change.
27661
27662 2003-08-13  Paul Eggert  <eggert@twinsun.com>
27663
27664         * lib/exclude.c: Include <ctype.h>
27665         (IN_CTYPE_DOMAIN): New macro.
27666         (is_space): New fn.
27667         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
27668         and empty lines.
27669
27670         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
27671         Undo previous (whitespace-only) change.
27672
27673 2003-08-13  Paul Eggert  <eggert@twinsun.com>
27674
27675         * config/srclist-update: Change update back to the old behavior,
27676         leaving whitespace alone.  Use one 'sed' command rather than a
27677         pipeline.
27678         (fixlicense): Now a variable, not a function.
27679         (remove_trailing_blanks): Remove.
27680         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
27681         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
27682         Undo previous (whitespace-only) change.
27683
27684 2003-08-12  Paul Eggert  <eggert@twinsun.com>
27685
27686         Merge from coreutils.
27687         * modules/euidaccess: Add lib_SOURCES, include for new
27688         file euidaccess.h
27689
27690 2003-08-12  Paul Eggert  <eggert@twinsun.com>
27691
27692         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
27693         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
27694         Normalize leading white space and remove trailing white space.
27695
27696         Merge from coreutils
27697         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
27698
27699         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
27700         0.12.1.  These files are now being upgraded automatically by
27701         ../config/srclist-update.
27702
27703 2003-08-12  Paul Eggert  <eggert@twinsun.com>
27704
27705         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
27706         Normalize leading white space and remove trailing white space.
27707         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
27708         notice, as per ../config/srclist-update.
27709
27710         Merge from coreutils.
27711         * lib/euidaccess.h: New file.
27712         * lib/euidaccess.c: Include it.
27713         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
27714         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
27715         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
27716
27717 2003-08-12  Paul Eggert  <eggert@twinsun.com>
27718
27719         * config/srclist-update: Add copyright notice.
27720         (remove_id_lines, remove_trailing_blanks): New constants.
27721         (fixfile): Use them to normalize spacing a bit in copied files.
27722         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
27723         Normalize leading white space and remove trailing white space.
27724
27725         * config/texinfo.tex: Sync with texinfo.
27726
27727         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
27728         strtoul.c from libc, to merge coreutils whitespace changes.
27729
27730         * config/srclist.txt: Get the following m4 files from gettext:
27731         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
27732         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
27733         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
27734         wint_t.m4.
27735
27736 2003-08-12  Karl Berry  <karl@gnu.org>
27737
27738         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
27739         been made.
27740
27741 2003-08-11  Paul Eggert  <eggert@twinsun.com>
27742
27743         * modules/gnu-source, m4/gnu-source.m4:
27744         Remove; we're assuming Autoconf 2.54 or later now.
27745         Suggested by Bruno Haible.
27746         * MODULES.html.sh (func_all_modules): Remove gnu-source.
27747
27748 2003-08-11  Bruno Haible  <bruno@clisp.org>
27749
27750         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
27751
27752 2003-08-11  Bruno Haible  <bruno@clisp.org>
27753
27754         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
27755         (vasnprintf): Use it instead of wcslen.
27756
27757 2003-08-11  Bruno Haible  <bruno@clisp.org>
27758
27759         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
27760         value to ensure that _Bool promotes to int. Use #define for _Bool when
27761         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
27762
27763 2003-08-10  Karl Berry  <karl@gnu.org>
27764
27765         * lib/regex.h: update from libc (whitespace fix).
27766
27767 2003-08-09  Paul Eggert  <eggert@twinsun.com>
27768
27769         Merge some files from coreutils.  These changes were
27770         originally made by Jim Meyering.
27771         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
27772         many older Unixes require this.
27773         * lib/alloca.c (alloca): Remove cast to argument of free;
27774         no longer needed in C89.
27775         * lib/alloca_.h, regex.h: Fix white space to match
27776         what GNU indent does.
27777
27778 2003-08-09  Paul Eggert  <eggert@twinsun.com>
27779
27780         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
27781         apparently Emacs's Unicode mode got confused before my 2003-08-05
27782         checkin.
27783
27784 2003-08-08  Paul Eggert  <eggert@twinsun.com>
27785
27786         * m4/extensions.m4: New file.
27787         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
27788         Require gl_USE_SYSTEM_EXTENSIONS.
27789         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
27790         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
27791
27792 2003-08-08  Paul Eggert  <eggert@twinsun.com>
27793
27794         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
27795         * modules/extensions, modules/gnu-source: New files.
27796         * modules/timespec, modules/unlocked-io: Depend on extensions.
27797
27798 2003-08-07  Paul Eggert  <eggert@twinsun.com>
27799
27800         * modules/restrict: New file.
27801         * MODULES.html.sh (func_all_modules): Add restrict.
27802         * modules/regex: Depend on restrict.
27803
27804 2003-08-07  Paul Eggert  <eggert@twinsun.com>
27805
27806         * m4/restrict.m4: New file.
27807         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
27808
27809 2003-08-07  Bruno Haible  <bruno@clisp.org>
27810
27811         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
27812         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
27813
27814 2003-08-07  Bruno Haible  <bruno@clisp.org>
27815
27816         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
27817         makes the module 'getndelim2' compatible with the module 'getline'.
27818
27819 2003-08-05  Paul Eggert  <eggert@twinsun.com>
27820
27821         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
27822         byte with "\201" to avoid glitches when editing that source file
27823         with multi-gnome-terminal.
27824
27825 2003-08-05  Paul Eggert  <eggert@twinsun.com>
27826
27827         * lib/bumpalloc.h: Remove.
27828
27829 2003-08-05  Paul Eggert  <eggert@twinsun.com>
27830
27831         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
27832         * modules/bumpalloc: Remove.
27833
27834 2003-08-04  Paul Eggert  <eggert@twinsun.com>
27835
27836         * lib/getloadavg.c: Change copyright notice and spacing to conform to
27837         GNU coding style.
27838
27839         Merge from coreutils.
27840         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
27841         1. From glibc.
27842         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
27843         from Karl Berry, implemented by Jim Meyering.
27844         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
27845         from Dmitry V. Levin.
27846         Remove anachronistic cast of xrealloc.
27847         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
27848         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
27849         type. Otherwise, it wouldn't compile with at least /bin/cc on
27850         ymp-cray-unicos9.0.2.X.
27851         Combine two mostly-identical uses of alloca into one.
27852         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
27853
27854 2003-08-04  Dave Love  <d.love@dl.ac.uk>
27855
27856         [From Emacs.]
27857
27858         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
27859         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
27860         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
27861         obsolete NLIST_NAME_UNION.
27862         [__GNU__]: Undef BSD and FSCALE.
27863         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
27864
27865 2003-08-03  Paul Eggert  <eggert@twinsun.com>
27866
27867         * lib/stdbool_.h (_Bool): Make it signed char, instead of
27868         an enum type, so that it's guaranteed to promote to int.  See:
27869         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
27870
27871 2003-08-03  Karl Berry  <karl@gnu.org>
27872
27873         * config/depcomp: update from automake.
27874
27875 2003-07-31  Paul Eggert  <eggert@twinsun.com>
27876
27877         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
27878         (strerror): Don't assume that a printable int fits in 14 bytes.
27879
27880 2003-07-31  Bruno Haible  <bruno@clisp.org>
27881
27882         * modules/getpass-gnu: New file.
27883         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
27884
27885 2003-07-31  Bruno Haible  <bruno@clisp.org>
27886
27887         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
27888
27889 2003-07-24  Karl Berry  <karl@gnu.org>
27890
27891         * config/missing: update from automake.
27892
27893 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
27894             Bruno Haible  <bruno@clisp.org>
27895
27896         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
27897         * lib/getline.c (getline, getdelim): Likewise.
27898         Remove _GNU_SOURCE define; now it's defined in config.h through
27899         m4/getline.m4.
27900
27901 2003-07-23  Karl Berry  <karl@gnu.org>
27902
27903         * config/config.sub: update from prep.
27904
27905 2003-07-22  Paul Eggert  <eggert@twinsun.com>
27906
27907         * modules/xalloc (Depends-on): Add exitfail.
27908         * modules/xmemcoll: Likewise.
27909
27910 2003-07-22  Paul Eggert  <eggert@twinsun.com>
27911
27912         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
27913         over-parenthesization in macros.
27914
27915         Sync with coreutils.
27916
27917         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
27918         required by C99.
27919
27920         Use `exit_failure' for xalloc and xmemcoll instead of their own
27921         private exit-failure variables.
27922         * lib/xalloc.h (xalloc_exit_failure): Remove.
27923         * lib/xmalloc.c: Likewise.  Include exitfail.h.
27924         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
27925         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
27926         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
27927         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
27928
27929 2003-07-20  Jim Meyering  <jim@meyering.net>
27930
27931         * modules/closeout (Depends-on): Add exitfail.
27932         Suggestion from Bruno Haible.
27933
27934 2003-07-19  Karl Berry  <karl@gnu.org>
27935
27936         * config/config.sub: update from prep.
27937
27938 2003-07-18  Paul Eggert  <eggert@twinsun.com>
27939
27940         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
27941         Remove.
27942         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
27943         to test that it can stand by itself.  Include "exitfail.h".
27944         Clients should set exit_failure instead.
27945         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
27946
27947 2003-07-18  Bruno Haible  <bruno@clisp.org>
27948
27949         * modules/getndelim2: New file.
27950         * modules/getline: Share files with module getndelim2.
27951         * modules/getnline: Depend on getndelim2 instead of sharing files with
27952         it. Add getnline.c to lib_SOURCES.
27953         * MODULES.html.sh (func_all_modules): Add getndelim2.
27954
27955 2003-07-18  Bruno Haible  <bruno@clisp.org>
27956
27957         * m4/getndelim2.m4: New file.
27958         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
27959         invoke gl_PREREQ_GETNDELIM2.
27960         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
27961         gl_PREREQ_GETNDELIM2.
27962         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
27963         gl_GETNDELIM2.
27964
27965 2003-07-18  Bruno Haible  <bruno@clisp.org>
27966
27967         * lib/getndelim2.h: New file.
27968         * lib/getndelim2.c: Make into a module of its own. Include config.h,
27969         getndelim2.h.
27970         (getndelim2): Make non-static. Change return type to ssize_t.
27971         * lib/getline.h: Change argument names.
27972         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
27973         * lib/getnline.c: Include getndelim2.h.
27974
27975 2003-07-18  Andreas Schwab  <schwab@suse.de>
27976
27977         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
27978
27979 2003-07-17  Karl Berry  <karl@gnu.org>
27980
27981         * config/config.sub: update from prep.
27982
27983 2003-07-17  Bruno Haible  <bruno@clisp.org>
27984
27985         * modules/getnline: New file.
27986         * modules/getline: Add lib/getndelim2.c to source file list.
27987         * MODULES.html.sh (func_all_modules): Add getnline.
27988
27989 2003-07-17  Bruno Haible  <bruno@clisp.org>
27990
27991         * m4/getnline.m4: New file.
27992
27993 2003-07-17  Bruno Haible  <bruno@clisp.org>
27994
27995         * m4/Makefile.am.in: Remove file.
27996         * m4/Makefile.am: Remove file.
27997         * m4/Makefile.in: Remove file.
27998
27999 2003-07-17  Bruno Haible  <bruno@clisp.org>
28000
28001         * lib/getnline.h: New file.
28002         * lib/getnline.c: New file.
28003         * lib/getndelim2.c: New file, extracted from getline.c.
28004         (getndelim2): Renamed from getdelim2, with added nmax argument.
28005         * lib/getline.c: Include getndelim2.c.
28006         (getdelim2): Moved out to getndelim2.c.
28007         (getline, getdelim): Update.
28008
28009 2003-07-17  Bruno Haible  <bruno@clisp.org>
28010
28011         * lib/Makefile.am: Remove file.
28012         * lib/Makefile.in: Remove file.
28013
28014 2003-07-17  Bruno Haible  <bruno@clisp.org>
28015
28016         * configure.in: Remove file.
28017         * Makefile.in: Remove file.
28018
28019 2003-07-17  Bruno Haible  <bruno@clisp.org>
28020
28021         * MODULES.html.sh: Put the </BODY> right before </HTML>.
28022
28023 2003-07-16  Karl Berry  <karl@gnu.org>
28024
28025         * config/srclist-update: was running fixlicense twice, which caused
28026                 texinfo.tex to be nullified for some reason.  Simplify,
28027                 $gplsrc is no longer needed as far as I can see?
28028
28029 2003-07-16  Jim Meyering  <jim@meyering.net>
28030
28031         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
28032
28033 2003-07-15  Paul Eggert  <eggert@twinsun.com>
28034
28035         * config/srclist.txt: Get the following files from gettext-runtime/intl
28036         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
28037         ref-del.sin.  From Bruno Haible.
28038         * config/srclist-update (fixfile): Change grep pattern again, since the
28039         previous fix didn't work (there was another trailing $).  Use
28040         '[$]' to escape the $s.
28041
28042 2003-07-15  Karl Berry  <karl@gnu.org>
28043
28044         * lib/vasnprintf.c: update from gettext.
28045
28046 2003-07-15  Karl Berry  <karl@gnu.org>
28047
28048         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
28049         gets expanded when surrounded by '$'.
28050
28051 2003-07-15  Jim Meyering  <jim@meyering.net>
28052
28053         * modules/save-cwd: Don't depend on error.  From Derek Price.
28054
28055 2003-07-15  Jim Meyering  <jim@meyering.net>
28056
28057         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
28058
28059 2003-07-14  Simon Josefsson  <jas@extundo.com>
28060
28061         * modules/mempcpy: New file.
28062         * MODULES.html.sh (func_all_modules): Add mempcpy.
28063
28064 2003-07-14  Simon Josefsson  <jas@extundo.com>
28065
28066         * m4/mempcpy.m4: New file.
28067
28068 2003-07-14  Simon Josefsson  <jas@extundo.com>
28069
28070         * lib/mempcpy.h: New file.
28071         * lib/mempcpy.c: New file.
28072
28073 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28074
28075         * modules/getdate, modules/posixtm: Depend on mktime.
28076
28077 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28078
28079         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
28080         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
28081         unicodeio.c, unicodeio.h, unlocked-io.h:
28082         Switch from LGPL to GPL.
28083
28084 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28085
28086         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
28087         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
28088         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
28089         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
28090         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
28091         updated automatically by ../config/srclist-update.  This changes
28092         their license from LPGL to GPL.
28093
28094 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28095
28096         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
28097         assumed to refer to the root of the most recent stable gettext version.
28098         * config/srclistvars.sh: Add defaults for eggert.
28099         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
28100         Match "This program" as well as "The program".  This is needed
28101         for gettext.
28102
28103 2003-07-14  Jim Meyering  <jim@meyering.net>
28104
28105         Don't emit diagnostics.  Let callers do that.
28106         * lib/save-cwd.c: Don't include "error.h".
28107         (save_cwd): Don't call error.  Ensure that errno is valid
28108         when returning nonzero.
28109
28110         * lib/save-cwd.h (restore_cwd): Update prototype.
28111         * lib/save-cwd.c (restore_cwd): Remove two parameters.
28112         Simplify.  Don't call error upon failure.  Let callers do that.
28113         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
28114         when auditing is enabled.  But don't bother updating the #if.
28115
28116 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
28117
28118         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
28119         it breaks C++ compilation.
28120         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
28121
28122 2003-07-10  Simon Josefsson  <jas@extundo.com>
28123
28124         * modules/strchrnul (Makefile.am): Add strchrnul.h.
28125
28126 2003-07-10  Jim Meyering  <jim@meyering.net>
28127
28128         * m4/clock_time.m4: Remove trailing blank.
28129         * m4/intmax_t.m4: Likewise.
28130
28131 2003-07-10  Jim Meyering  <jim@meyering.net>
28132
28133         * lib/vasnprintf.c: Remove trailing blanks.
28134         Make cpp indentation consistent.
28135
28136 2003-07-09  Paul Eggert  <eggert@twinsun.com>
28137
28138         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
28139         posixver.c, strftime.c, strnlen.c, strverscmp.c:
28140         Switch from LGPL to GPL.
28141
28142 2003-07-09  Paul Eggert  <eggert@twinsun.com>
28143
28144         * config/srclist.txt: Sort sublists.  Add
28145         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
28146         that differ from gnulib for one reason or another; we'd like this list
28147         to be smaller but for now let's document what we have.
28148
28149 2003-07-08  Paul Eggert  <eggert@twinsun.com>
28150
28151         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
28152         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
28153         and sweeter "eval x=$x".
28154         * config/srclist.txt: Get lib/argp* from glibc.
28155
28156 2003-07-07  Paul Eggert  <eggert@twinsun.com>
28157
28158         * lib/mktime.c: Fix some boundary cases and remove need for floating
28159         point.
28160
28161         Issue a compile-time diagnostic if time_t is floating point, or if
28162         two's complement arithmetic is not in effect, or if arithmetic
28163         right shift does not propagate the sign.  These assumptions were
28164         all in the original code but they weren't checked.
28165
28166         (TIME_T_MIDPOINT, verify): New macros.
28167         (__isleap): Remove; it has integer overflow problems.
28168         (leapyear): New function, without those problems.
28169         (ydhms_tm_diff): Remove; splitting into two parts.
28170         (ydhms_diff): New function, containing the arithmetic part of
28171         the old ydhms_tm_diff function.  Issue a compile-time
28172         diagnostic if we are not using C99 integer division.
28173         Avoid casts when possible.
28174         (guess_time_tm): New function, containing the checking part of
28175         the old ydhms_tm_diff function.  Return the new value, rather than
28176         the difference between it and the old.  Accept a new argument T
28177         so that *T specifies the old value.  Check for overflow in the result.
28178
28179         (__mktime_internal): Use a time_t offset, not a long int offset.
28180         This undoes the 2003-06-04 change, which is no longer needed now
28181         that we have better overflow checking.
28182         (localtime_offset): Likewise.
28183
28184         (__mktime_internal): Avoid harmful overflow on hosts where time_t
28185         and long are 64-bit but int is only 32-bit.
28186         (ydhms_diff): Use long int to store year1 and yday1.
28187         Issue a compile-time diagnostic if long int is not wide enough.
28188
28189         (__mktime_internal): Use long int to store adjusted year and yday.
28190         Use plain C rather than preprocessor commands, if that doesn't
28191         affect efficiency.
28192         Check for overflow (and try to repair) after each probe
28193         rather than checking only at the very end.  This avoids some bugs
28194         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
28195         does not equal GMT offset at maximum time).
28196         Use integer to check for overflow rather than floating point; this
28197         is more portable to non-IEEE hosts, and is a tad faster.
28198         When we detect that we are oscillating between two values,
28199         don't check whether tm_isdst has the requested value, since
28200         we already know the answer.  When tm_isdst has the wrong value,
28201         use a different heuristic to find the right one, based on the
28202         extreme values actually observed in practice in tz2003a,
28203         rather than the (overly optimistic) "previous 3 calendar quarters".
28204
28205         (not_equal_tm, print_tm, check_result): Use "const T" rather than
28206         "T const" to accommodate glibc style.
28207         (check_result): Use less-confusing report format.  "long" -> "long int.
28208         (main): Likewise.
28209         Don't loop if the iteration overflows time_t.
28210         Allow a negative step in the iteration.
28211
28212 2003-07-06  Karl Berry  <karl@gnu.org>
28213
28214         * config/depcomp: update from automake.
28215         * config/config.sub: update from prep.
28216
28217 2003-07-03  Karl Berry  <karl@gnu.org>
28218
28219         * config/config.guess: update from prep.
28220
28221 2003-07-01  Paul Eggert  <eggert@twinsun.com>
28222
28223         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
28224         xreadlink.c now includes it unconditionally.
28225
28226 2003-07-01  Paul Eggert  <eggert@twinsun.com>
28227
28228         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
28229         having it depend on HAVE_SYS_TYPES_H.
28230
28231 2003-07-01  Bruno Haible  <bruno@clisp.org>
28232
28233         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
28234         <sys/types.h> should be sufficient.
28235         Reported by Paul Eggert.
28236
28237 2003-06-26  Karl Berry  <karl@gnu.org>
28238
28239         * config/depcomp: update from automake.
28240
28241 2003-06-26  Bruno Haible  <bruno@clisp.org>
28242
28243         * modules/human: Depend on module stdbool.
28244
28245 2003-06-25  Bruno Haible  <bruno@clisp.org>
28246
28247         * modules/readlink: New file.
28248         * modules/xreadlink: Depend on it.
28249         * MODULES.html.sh (func_all_modules): Add readlink.
28250
28251 2003-06-25  Bruno Haible  <bruno@clisp.org>
28252
28253         * m4/readlink.m4: New file.
28254
28255 2003-06-25  Bruno Haible  <bruno@clisp.org>
28256
28257         * lib/readlink.c: New file.
28258
28259 2003-06-22  Karl Berry  <karl@gnu.org>
28260
28261         * config/srclist.txt: update mkinstalldirs from automake.
28262         * config/mkinstalldirs: update.
28263
28264 2003-06-22  Bruno Haible  <bruno@clisp.org>
28265
28266         Portability to mingw32.
28267         * m4/ssize_t.m4: New file, from GNU gettext.
28268         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
28269         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
28270
28271 2003-06-22  Bruno Haible  <bruno@clisp.org>
28272
28273         * modules/safe-read: Add m4/ssize_t.m4.
28274         * modules/xreadlink: Add m4/ssize_t.m4.
28275
28276 2003-06-20  Bruno Haible  <bruno@clisp.org>
28277
28278         Assume C89, so PARAMS isn't needed.
28279         * lib/unicodeio.h (PARAMS): Remove.
28280         * lib/unicodeio.c: Don't use PARAMS.
28281
28282 2003-06-18  Karl Berry  <karl@gnu.org>
28283
28284         * config/config.{guess,sub}: update from prep.
28285
28286 2003-06-18  Jim Meyering  <jim@meyering.net>
28287
28288         Merge changes from coreutils.
28289         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
28290         Remove explicit declarations of xmalloc and realloc.
28291         Include xalloc.h.
28292         (read_utmp): Remove anachronistic cast of xmalloc.
28293
28294 2003-06-17  Paul Eggert  <eggert@twinsun.com>
28295
28296         Assume C89, so PARAMS isn't needed.
28297         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
28298         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
28299         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
28300         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
28301         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
28302         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
28303         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
28304         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
28305         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
28306         lib/xstrtod.h, lib/xstrtol.h: Likewise.
28307         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
28308         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
28309         no longer needed. Anyway, config.h should always be included before any
28310         other file.
28311
28312 2003-06-11  Simon Josefsson  <jas@extundo.com>
28313
28314         * modules/sysexits: New file.
28315         * MODULES.html.sh (func_all_modules): Add sysexits.
28316
28317 2003-06-11  Simon Josefsson  <jas@extundo.com>
28318
28319         * lib/sysexit_.h: New file.
28320
28321 2003-06-11  Derek Price  <derek@ximbiot.com>
28322
28323         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
28324         necessary.
28325
28326 2003-06-11  Bruno Haible  <bruno@clisp.org>
28327
28328         * m4/sysexits.m4: New file.
28329
28330 2003-06-10  Simon Josefsson  <jas@extundo.com>
28331
28332         * lib/argp.h: New file, from glibc.
28333         * lib/argp-ba.c: New file, from glibc.
28334         * lib/argp-eexst.c: New file, from glibc.
28335         * lib/argp-fmtstream.c: New file, from glibc.
28336         * lib/argp-fmtstream.h: New file, from glibc.
28337         * lib/argp-fs-xinl.c: New file, from glibc.
28338         * lib/argp-help.c: New file, from glibc.
28339         * lib/argp-namefrob.h: New file, from glibc.
28340         * lib/argp-parse.c: New file, from glibc.
28341         * lib/argp-pv.c: New file, from glibc.
28342         * lib/argp-pvh.c: New file, from glibc.
28343         * lib/argp-xinl.c: New file, from glibc.
28344
28345 2003-06-10  Simon Josefsson  <jas@extundo.com>
28346
28347         * modules/strchrnul: New file.
28348
28349 2003-06-10  Simon Josefsson  <jas@extundo.com>
28350
28351         * modules/argp: New file.
28352
28353 2003-06-10  Simon Josefsson  <jas@extundo.com>
28354
28355         * m4/strchrnul.m4: New file.
28356
28357 2003-06-10  Simon Josefsson  <jas@extundo.com>
28358
28359         * lib/strchrnul.h: New file.
28360         * lib/strchrnul.c: New file.
28361
28362 2003-06-10  Bruno Haible  <bruno@clisp.org>
28363
28364         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
28365
28366 2003-06-07  Karl Berry  <karl@gnu.org>
28367
28368         * config/config.{guess,sub}: update from prep.
28369
28370 2003-06-07  Jim Meyering  <jim@meyering.net>
28371
28372         * modules/strtod: Use $(...) notation, not @...@ for
28373         AC_REPLACE'd variables.
28374         * modules/localcharset: Likewise.
28375
28376 2003-06-07  Jim Meyering  <jim@meyering.net>
28377
28378         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
28379         in place of my name in the copyright comment.
28380         Remove definition and uses of __P.
28381
28382         From coreutils.
28383         * lib/stat.c: Don't declare xmalloc explicitly.
28384         Instead, include "xalloc.h".
28385         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
28386         xrealloc, and xcalloc return values.
28387         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
28388         Improve comment.
28389         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
28390
28391 2003-06-07  Bruno Haible  <bruno@clisp.org>
28392
28393         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
28394         avoid AC_CONFIG_LINKS.
28395         * modules/fnmatch (Makefile.am): Use explicit creation rule for
28396         fnmatch.h, to avoid AC_CONFIG_LINKS.
28397         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
28398
28399 2003-06-07  Bruno Haible  <bruno@clisp.org>
28400
28401         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
28402         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
28403         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
28404         directory.
28405         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
28406         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
28407         directory.
28408
28409 2003-06-06  Jim Meyering  <jim@meyering.net>
28410
28411         Merge from coreutils.
28412         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
28413         Consolidate declarations and initializations of *_base* locals.
28414
28415         Merge from coreutils.
28416         This avoids a core dump on systems without GNU putenv,
28417         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
28418         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
28419         (unsetenv): New static function, from GNU libc.
28420         (rpl_putenv): Use it.
28421
28422         * lib/modechange.c: Remove trailing blanks.
28423
28424         Merge from coreutils.
28425         * lib/fsusage.c: Remove declaration of statfs.
28426         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
28427
28428         * lib/posixtm.c: Include <stdbool.h> unconditionally.
28429
28430 2003-06-06  Jim Meyering  <jim@meyering.net>
28431
28432         * lib/stdbool_.h: Renamed from stdbool.h.in.
28433
28434 2003-06-06  Jim Meyering  <jim@meyering.net>
28435             Bruno Haible  <bruno@clisp.org>
28436
28437         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
28438         Adjust Makefile.am snippet not to redirect directly to target.
28439         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
28440
28441 2003-06-05  Paul Eggert  <eggert@twinsun.com>
28442
28443         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
28444         mismatch, look in future quarters as well as past.  This fixes a
28445         bug when processing fall-backwards gaps immediately after a long
28446         period of daylight-saving time.
28447
28448         * lib/mktime.c: Assume freestanding C89 or better.
28449         (HAVE_LIMITS_H): Remove.  Assume it's 1.
28450         (__P): Remove; not used.
28451         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
28452         (mktime, not_equal_tm, print_tm, check_result,
28453         main): Use prototypes.  Use const * where appropriate.
28454         (main): Fix typo in testing code that uncovered by above changes.
28455         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
28456
28457 2003-06-04  Paul Eggert  <eggert@twinsun.com>
28458
28459         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
28460         locale.h, localeconv.  This merges changes from coreutils.
28461
28462         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
28463         It can be removed after the next Autoconf is released.
28464         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
28465         needed.
28466
28467 2003-06-04  Paul Eggert  <eggert@twinsun.com>
28468
28469         * lib/mktime.c: Fix Debian bug 177940
28470         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
28471         (localtime_offset): Now long int, not time_t, because we want it
28472         to be guaranteed to be signed.  All uses changed.
28473         (__mktime_internal): If overflow would occur when adding offset,
28474         don't add it.
28475
28476         Merge 'human' changes from coreutils.  Rewrite to support
28477         locale-specific notations like thousands separators.
28478         * lib/human.c: Simplify authorship notice.
28479         Include human.h immediately after config.h.
28480         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
28481         <limits.h>: Do not include, since human.h does.
28482         (SIZE_MAX, UINTMAX_MAX): New macros.
28483         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
28484         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
28485         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
28486         (power_letter): Renamed from suffixes.
28487         (generate_suffix_backwards): Remove.
28488         (adjust_value): Now takes int style (because of human.h changes)
28489         and long double value (for greater precision on some platforms).
28490         (group_number): New function.
28491         (human_readable): Use it.  Use integer options, not enum.
28492         Put the options before the sizes in the arg list.
28493         Support all the new options.
28494         The old human_readable function has been removed;
28495         use inttostr.h instead.
28496         (human_readable, default_block_size, humblock):
28497         Use uintmax_t, not int, for block sizes.
28498         (human_readable_inexact, block_size_types): Remove.
28499         (block_size_opts): New constant.
28500         (human_options): Renamed from human_block_size, with new signature
28501         that allows block sizes up to UINTMAX_MAX.  All callers changed.
28502         * lib/human.h: Add copyright and authorship notice.
28503         Include <limits.h> and <stdbool.h> unconditionally.
28504         (PARAMS): Remove.  All uses removed.
28505         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
28506         (enum human_inexact_style): Remove tag; now a nameless enum.
28507         (human_floor, human_ceiling, human_round_to_even): Now have
28508         values 2, 0, 1 rather than -1, 1, 0.
28509         (human_group_digits, human_suppress_point_zero, human_autoscale,
28510         human_base_1024, human_SI, human_B): New constants.
28511         (human_readable_inexact, human_block_size): Remove.
28512         (human_readable): Size args are now uintmax_t, not int.
28513         (human_options): New decl.
28514
28515         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
28516         unnecessary now that we assume C89 or better.  This change
28517         imported from coreutils.
28518
28519         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
28520         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
28521         in the 2003-05-30 sync from glibc.
28522
28523         .h files should stand alone, but we shouldn't include <sys/types.h>
28524         if we can get away with just <stddef.h>.
28525
28526         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
28527         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
28528         rather than <sys/types.h>, as we merely need size_t.
28529         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
28530         to get size_t.
28531         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
28532         Include <stdio.h>, to get FILE.
28533         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
28534         memcasecmp.h has included <stddef.h> and all we need is size_t.
28535         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
28536         our interface, instead of including <sys/types.h>
28537
28538 2003-06-04  Paul Eggert  <eggert@twinsun.com>
28539
28540         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
28541         now, as glibc mktime is buggy on non-glibc systems.
28542
28543 2003-06-03  Karl Berry  <karl@gnu.org>
28544
28545         * config/config.sub: update from prep.
28546
28547 2003-06-02  Paul Eggert  <eggert@twinsun.com>
28548
28549         [from coreutils]
28550         Fix some minor time-related bugs with POSIX time arguments.
28551         Some valid time stamps were being rejected (notably -1, and
28552         time stamps before 1900 on 64-bit hosts).  And some invalid
28553         time stamps were being accepted, e.g. September 31.
28554
28555         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
28556         that we can return (time_t) -1 successfully.
28557         * lib/posixtm.c: Likewise.
28558         [HAVE_STDBOOL_H]: Include <stdbool.h>.
28559         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
28560         (t): Remove static var.
28561         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
28562         of static var.  All uses changed.
28563         (year): Do not reject years before 1900; they can occur with
28564         64-bit time_t.
28565         (posix_time_parse): Do not check for out-of-range components;
28566         that is now the caller's responsibility, since our checks were
28567         only approximations.
28568         (posixtime): Use mktime to check for out-of-range components,
28569         since it knows them exactly.
28570         If mktime returns (time_t) -1, check whether an error actually occurred
28571         by invoking localtime on -1.
28572         (main) [TEST_POSIXTIME]: Check for input data errors, and report
28573         posixtime failures better.
28574         Improve the test data (in comments only).
28575
28576 2003-06-02  Karl Berry  <karl@gnu.org>
28577
28578         * config/mkinstalldirs (version): new variable.
28579         (--version): new option.
28580         (usage): improve message.
28581
28582 2003-05-30  Karl Berry  <karl@gnu.org>
28583
28584         * lib/mktime.c: update from libc.
28585
28586 2003-05-30  Bruno Haible  <bruno@clisp.org>
28587
28588         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
28589         * config/config.rpath: Upgrade to gettext-0.12.1.
28590
28591 2003-05-30  Bruno Haible  <bruno@clisp.org>
28592
28593         * m4/gettext.m4: Upgrade to gettext-0.12.1.
28594         * m4/nls.m4: New file, from gettext-0.12.1.
28595         * m4/po.m4: New file, from gettext-0.12.1.
28596         * m4/progtest.m4: Upgrade to gettext-0.12.1.
28597
28598 2003-05-30  Bruno Haible  <bruno@clisp.org>
28599
28600         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
28601         * lib/localcharset.h: Likewise.
28602         * lib/localcharset.c: Likewise.
28603
28604 2003-05-29  Karl Berry  <karl@gnu.org>
28605
28606         * config/config.rpath: update from gettext.
28607
28608 2003-05-28  Paul Eggert  <eggert@twinsun.com>
28609
28610         Assume the headers required for C89 freestanding compilers.
28611         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
28612         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
28613         * m4/human.m4 (gl_HUMAN): Likewise.
28614         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
28615         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
28616         * m4/userspec.m4 (gl_USERSPEC): Likewise.
28617         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
28618         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
28619         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
28620
28621 2003-05-28  Paul Eggert  <eggert@twinsun.com>
28622
28623         Assume the headers required for C89 freestanding compilers.
28624         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
28625         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
28626         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
28627         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
28628         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
28629         define, since <limits.h> is guaranteed to do that.
28630         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
28631         * lib/exclude.c: Include <stdbool.h> unconditionally.
28632         * lib/tempname.c: Include <stddef.h> unconditionally.
28633         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
28634         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
28635         <stddef.h> does that.
28636         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
28637         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
28638         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
28639         needed.
28640         * lib/xstrtol.c: Likewise.
28641         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
28642         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
28643
28644         * lib/addext.c (addext): Use assignment rather than cast, to avoid
28645         warnings on some platforms.
28646
28647         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
28648         arbitrarily.
28649
28650 2003-05-26  Jim Meyering  <jim@meyering.net>
28651
28652         Merge in a change from coreutils:
28653         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
28654         that is guaranteed to be `no'.  Use `no_such_member' to indicate
28655         that condition, rather than `-1' which is slightly misleading.
28656         Change the name of the cache variable to have the gl_ prefix.
28657         Prompted by a patch from Richard Dawe for DJGPP.
28658
28659 2003-05-24  Karl Berry  <karl@gnu.org>
28660
28661         * config/config.guess: update from prep.
28662
28663 2003-05-22  Karl Berry  <karl@gnu.org>
28664
28665         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
28666
28667 2003-05-20  Karl Berry  <karl@gnu.org>
28668
28669         * config/config.guess: update from prep.
28670
28671 2003-05-18  Karl Berry  <karl@gnu.org>
28672
28673         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
28674         might actually be set by the user.
28675
28676         * config/depcomp, install-sh, mdate-sh: update from automake.
28677
28678 2003-05-17  Bruno Haible  <bruno@clisp.org>
28679
28680         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
28681         invalid expansion for AC_EGREP_CPP.
28682         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
28683         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
28684         Suggested by Akim Demaille <akim@epita.fr> in
28685         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
28686
28687 2003-05-12  Jim Meyering  <jim@meyering.net>
28688
28689         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
28690         the space-padded-by-default conversion specifiers, %e, %k, %l.
28691
28692 2003-05-12  Bruno Haible  <bruno@clisp.org>
28693
28694         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
28695         the string is longer than 4 KB.
28696
28697 2003-05-11  Karl Berry  <karl@gnu.org>
28698
28699         * config/config.{guess,sub}: update from prep.
28700
28701 2003-05-09  Bruno Haible  <bruno@clisp.org>
28702
28703         * modules/error: Add m4/strerror_r.m4 to file list.
28704
28705 2003-05-03  Bruno Haible  <bruno@clisp.org>
28706
28707         Upgrade to Unicode-4.0.
28708         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
28709         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
28710         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
28711         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
28712         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
28713         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
28714         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
28715         Change width of U+E0100..U+E01EF from 1 to 0.
28716
28717 2003-04-25  Jim Meyering  <jim@meyering.net>
28718
28719         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
28720         of type size_t, not int.
28721
28722 2003-04-25  Bruno Haible  <bruno@clisp.org>
28723
28724         * lib/copy-file.c: Include <stddef.h>, for size_t.
28725
28726 2003-04-21  Paul Eggert  <eggert@twinsun.com>
28727
28728         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
28729         code which expansion is under static control.  Patch imported from
28730         Akim Demaille's patch to Bison; see
28731         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
28732
28733 2003-04-14  Bruno Haible  <bruno@clisp.org>
28734
28735         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
28736
28737 2003-04-11  Jim Meyering  <jim@meyering.net>
28738
28739         Merge changes from Coreutils.
28740
28741         2003-03-22  Jim Meyering  <jim@meyering.net>
28742
28743         * lib/strftime.c (widen): Cast alloca return value to proper type.
28744
28745         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
28746
28747         From GNU libc.
28748         * lib/strftime.c (my_strftime): Handle very large width
28749         specifications for numeric values correctly.  Improve checks for
28750         overflow.
28751
28752         2003-01-19  Jim Meyering  <jim@meyering.net>
28753
28754         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
28755         definitions.
28756         (nl_get_alt_digit) [! defined my_strftime]: Define.
28757         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
28758         _nl_get_alt_digit and _nl_get_walt_digit.
28759
28760         * lib/strftime.c (my_strftime): Merge in locale-related changes from
28761         libc. These changes have no effect outside of _LIBC.
28762
28763 2003-04-10  Bruno Haible  <bruno@clisp.org>
28764
28765         * modules/findprog: New file.
28766         * MODULES.html.sh (func_all_modules): Add it.
28767
28768 2003-04-10  Bruno Haible  <bruno@clisp.org>
28769
28770         * m4/findprog.m4: New file.
28771         * m4/eaccess.m4: New file.
28772
28773 2003-04-10  Bruno Haible  <bruno@clisp.org>
28774
28775         * lib/findprog.h: New file, from GNU gettext.
28776         * lib/findprog.c: New file, from GNU gettext.
28777
28778 2003-04-05  Jim Meyering  <jim@meyering.net>
28779
28780         Merge changes from Coreutils.
28781
28782         * lib/exclude.h (PARAMS): Remove definition and uses.
28783         * lib/exclude.c: Remove uses of `PARAMS'.
28784
28785         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
28786         Add test-cases for DOS filenames. Declare program_name.
28787         (main): Set up program_name.  Patch by Rich Dawe.
28788
28789         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
28790         error from mntctl.
28791         Use mntctl's return value to drive the entry-processing loop, since
28792         we can't rely on the value of the vmt_length member in the last
28793         entry.  On some systems doing so could result in exhausting
28794         virtual memory.  Based in part on a patch from Mike Jetzer.
28795
28796 2003-04-04  Bruno Haible  <bruno@clisp.org>
28797
28798         * modules/linebreak: New file.
28799         * MODULES.html.sh (func_all_modules): Add it.
28800
28801 2003-04-04  Bruno Haible  <bruno@clisp.org>
28802
28803         * m4/linebreak.m4: New file.
28804
28805 2003-04-04  Bruno Haible  <bruno@clisp.org>
28806
28807         * lib/linebreak.h: New file, from GNU gettext.
28808         * lib/linebreak.c: New file, from GNU gettext with slight
28809         modifications.
28810         * lib/lbrkprop.h: New file, from GNU gettext.
28811
28812 2003-04-03  Bruno Haible  <bruno@clisp.org>
28813
28814         * modules/utf8-ucs4: New file.
28815         * modules/utf16-ucs4: New file.
28816         * modules/ucs4-utf8: New file.
28817         * modules/ucs4-utf16: New file.
28818         * MODULES.html.sh (func_all_modules): Add them.
28819
28820 2003-04-03  Bruno Haible  <bruno@clisp.org>
28821
28822         * m4/utf-ucs4.m4: New file.
28823         * m4/ucs4-utf.m4: New file.
28824
28825 2003-04-03  Bruno Haible  <bruno@clisp.org>
28826
28827         * lib/utf8-ucs4.h: New file, from GNU gettext.
28828         * lib/utf16-ucs4.h: New file, from GNU gettext.
28829         * lib/ucs4-utf8.h: New file, from GNU gettext.
28830         * lib/ucs4-utf16.h: New file, from GNU gettext.
28831
28832 2003-04-02  Bruno Haible  <bruno@clisp.org>
28833
28834         * modules/binary-io: New file.
28835         * MODULES.html.sh (func_all_modules): Add it.
28836
28837 2003-04-02  Bruno Haible  <bruno@clisp.org>
28838
28839         * lib/binary-io.h: New file, from GNU gettext.
28840
28841 2003-04-01  Bruno Haible  <bruno@clisp.org>
28842
28843         * modules/pathname: New file.
28844         * MODULES.html.sh (func_all_modules): Add it.
28845
28846 2003-04-01  Bruno Haible  <bruno@clisp.org>
28847
28848         * lib/pathname.h: New file, from GNU gettext.
28849         * lib/concatpath.c: New file, from GNU gettext.
28850
28851 2003-03-30  Bruno Haible  <bruno@clisp.org>
28852
28853         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
28854
28855 2003-03-30  Bruno Haible  <bruno@clisp.org>
28856
28857         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
28858         function chown() doesn't exist.
28859
28860 2003-03-28  Bruno Haible  <bruno@clisp.org>
28861
28862         * modules/copy-file: New file.
28863         * MODULES.html.sh (func_all_modules): Add it.
28864
28865 2003-03-28  Bruno Haible  <bruno@clisp.org>
28866
28867         * m4/copy-file.m4: New file.
28868
28869 2003-03-28  Bruno Haible  <bruno@clisp.org>
28870
28871         * lib/copy-file.h: New file, from GNU gettext.
28872         * lib/copy-file.c: New file, from GNU gettext.
28873
28874 2003-03-18  Jim Meyering  <jim@meyering.net>
28875
28876         * lib/quote.c (quote_n): Fix typo in comment.
28877
28878 2003-03-18  Bruno Haible  <bruno@clisp.org>
28879
28880         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
28881         checking.
28882         * m4/onceonly_2_57.m4: Likewise.
28883
28884 2003-03-17  Bruno Haible  <bruno@clisp.org>
28885
28886         * m4/onceonly.m4: Require autoconf 2.54 or newer.
28887         (m4_quote): Remove macro.
28888         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
28889
28890 2003-03-14  Jim Meyering  <jim@meyering.net>
28891
28892         Merge changes from Coreutils.
28893         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
28894         to be const, in order to avoid warnings.
28895         (obstack_room): Likewise.
28896         (obstack_empty_p): Likewise.
28897
28898 2003-03-14  Bruno Haible  <bruno@clisp.org>
28899
28900         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
28901         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
28902
28903 2003-03-13  Paul Eggert  <eggert@twinsun.com>
28904
28905         Merge changes from Bison.
28906         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
28907         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
28908         when compiling Bison 1.875's `bitset bset = obstack_alloc
28909         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
28910         * lib/hash.c: Include <stdbool.h> unconditionally.
28911
28912 2003-03-13  Paul Eggert  <eggert@twinsun.com>
28913
28914         * m4/onceonly.m4 (m4_quote): New macro.
28915         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
28916         Quote AC_FOREACH variable-expansions properly.
28917
28918 2003-03-13  Paul Eggert  <eggert@twinsun.com>
28919
28920         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
28921
28922 2003-03-09  Paul Eggert  <eggert@twinsun.com>
28923
28924         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
28925         Reported by Bruce Becker; see:
28926         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
28927
28928 2003-03-03  Paul Eggert  <eggert@twinsun.com>
28929             Bruno Haible  <bruno@clisp.org>
28930
28931         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
28932         Reported by John Hughes, see
28933         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
28934
28935 2003-02-20  Bruno Haible  <bruno@clisp.org>
28936
28937         * MODULES.html.sh (func_all_modules): Add poll.
28938
28939 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
28940
28941         * modules/poll: New file.
28942
28943 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
28944
28945         * lib/poll_.h: New file.
28946         * lib/poll.c: New file.
28947
28948 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
28949
28950         * m4/poll.m4: New file.
28951
28952 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
28953
28954         * modules/mathl: New file.
28955
28956 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
28957
28958         * lib/mathl.h: New file.
28959         * lib/acosl.c: New file.
28960         * lib/asinl.c: New file.
28961         * lib/atanl.c: New file.
28962         * lib/ceill.c: New file.
28963         * lib/cosl.c: New file.
28964         * lib/expl.c: New file.
28965         * lib/floorl.c: New file.
28966         * lib/frexpl.c: New file.
28967         * lib/ldexpl.c: New file.
28968         * lib/logl.c: New file.
28969         * lib/sincosl.c: New file.
28970         * lib/sinl.c: New file.
28971         * lib/sqrtl.c: New file.
28972         * lib/tanl.c: New file.
28973         * lib/trigl.c: New file.
28974         * lib/trigl.h: New file.
28975
28976 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
28977
28978         * m4/mathl.m4: New file.
28979
28980 2003-02-18  Bruno Haible  <bruno@clisp.org>
28981
28982         * MODULES.html.sh (func_all_modules): Add mathl.
28983
28984 2003-02-17  Bruno Haible  <bruno@clisp.org>
28985
28986         * modules/mkdtemp: New module.
28987         * MODULES.html.sh (func_all_modules): Add it.
28988
28989 2003-02-17  Bruno Haible  <bruno@clisp.org>
28990
28991         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
28992
28993 2003-02-17  Bruno Haible  <bruno@clisp.org>
28994
28995         * lib/mkdtemp.h: New file, from GNU gettext.
28996         * lib/mkdtemp.c: New file, from GNU gettext.
28997
28998 2003-02-02  Jim Meyering  <jim@meyering.net>
28999
29000         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
29001         e.g. glibc-2.2.93.
29002
29003 2003-01-31  Bruno Haible  <bruno@clisp.org>
29004
29005         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
29006         'rpl_rename'.
29007         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
29008         'rpl_strnlen'.
29009         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
29010         'rpl_strtod'.
29011         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
29012         'rpl_utime'.
29013
29014 2003-01-31  Bruno Haible  <bruno@clisp.org>
29015
29016         * lib/rename.c: #undef rename before defining rpl_rename.
29017         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
29018
29019 2003-01-30  Bruno Haible  <bruno@clisp.org>
29020
29021         * modules/vasnprintf, modules/vasprintf: New modules.
29022         * MODULES.html.sh (func_all_modules): Add them.
29023
29024 2003-01-30  Bruno Haible  <bruno@clisp.org>
29025
29026         * m4/signed.m4: New file, from GNU gettext.
29027         * m4/longdouble.m4: New file, from GNU gettext.
29028         * m4/wchar_t.m4: New file, from GNU gettext.
29029         * m4/wint_t.m4: New file, from GNU gettext.
29030         * m4/vasnprintf.m4: New file.
29031         * m4/vasprintf.m4: New file.
29032
29033 2003-01-30  Bruno Haible  <bruno@clisp.org>
29034
29035         * lib/printf-args.h: New file, from GNU gettext.
29036         * lib/printf-args.c: New file, from GNU gettext.
29037         * lib/printf-parse.h: New file, from GNU gettext.
29038         * lib/printf-parse.c: New file, from GNU gettext.
29039         * lib/vasnprintf.h: New file, from GNU gettext.
29040         * lib/vasnprintf.c: New file, from GNU gettext.
29041         * lib/asnprintf.c: New file, from GNU gettext.
29042         * lib/vasprintf.h: New file, from GNU gettext with modifications.
29043         * lib/vasprintf.c: New file, from GNU gettext.
29044         * lib/asprintf.c: New file, from GNU gettext.
29045
29046 2003-01-29  Bruno Haible  <bruno@clisp.org>
29047
29048         * modules/stpncpy: New module.
29049         * MODULES.html.sh (func_all_modules): Add it.
29050
29051 2003-01-29  Bruno Haible  <bruno@clisp.org>
29052
29053         * m4/stpncpy.m4: New file.
29054
29055 2003-01-29  Bruno Haible  <bruno@clisp.org>
29056
29057         * lib/stpncpy.h: New file, from GNU gettext with modifications.
29058         * lib/stpncpy.c: New file, from GNU gettext with modifications.
29059
29060 2003-01-28  Bruno Haible  <bruno@clisp.org>
29061
29062         * modules/c-ctype: New module.
29063         * MODULES.html.sh (func_all_modules): Add it.
29064
29065 2003-01-28  Bruno Haible  <bruno@clisp.org>
29066
29067         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
29068         Paul Eggert.
29069         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
29070         Paul Eggert.
29071
29072 2003-01-27  Bruno Haible  <bruno@clisp.org>
29073
29074         * modules/xsetenv: New module.
29075         * MODULES.html.sh (func_all_modules): Add it.
29076
29077 2003-01-27  Bruno Haible  <bruno@clisp.org>
29078
29079         * lib/xsetenv.h: New file, from GNU gettext.
29080         * lib/xsetenv.c: New file, from GNU gettext.
29081
29082 2003-01-23  Jim Meyering  <jim@meyering.net>
29083
29084         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
29085         from working on systems without dirfd (at least Irix and OSF1/Tru64).
29086
29087 2003-01-23  Bruno Haible  <bruno@clisp.org>
29088
29089         * modules/minmax: New module.
29090         * MODULES.html.sh (func_all_modules): Add it.
29091
29092 2003-01-23  Bruno Haible  <bruno@clisp.org>
29093
29094         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
29095         Eggert.
29096
29097 2003-01-22  Bruno Haible  <bruno@clisp.org>
29098
29099         * modules/exit: New module.
29100         * MODULES.html.sh (func_all_modules): Add it.
29101
29102 2003-01-22  Bruno Haible  <bruno@clisp.org>
29103
29104         * lib/exit.h: New file, from GNU gettext.
29105
29106 2003-01-19  Bruno Haible  <bruno@clisp.org>
29107
29108         * gnulib-tool: Recognize option --extract-maintainer.
29109         (func_get_maintainer): New function.
29110         * modules/*: Add Maintainer entry.
29111
29112 2003-01-16  Jim Meyering  <jim@meyering.net>
29113
29114         * m4/regex.m4: The `regex' struct is both input and output.
29115         Initialize it before each use.  Patch by Tim Waugh.
29116
29117 2003-01-16  Bruno Haible  <bruno@clisp.org>
29118
29119         * MODULES.html.sh: Add a table of contents. Add the module name as
29120         leftmost column. Add hyperlinks.
29121
29122 2003-01-15  Bruno Haible  <bruno@clisp.org>
29123
29124         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
29125
29126 2003-01-15  Bruno Haible  <bruno@clisp.org>
29127
29128         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
29129         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
29130         suffix.
29131
29132 2003-01-15  Bruno Haible  <bruno@clisp.org>
29133
29134         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
29135
29136 2003-01-15  Bruno Haible  <bruno@clisp.org>
29137
29138         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
29139         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
29140
29141 2003-01-14  Jim Meyering  <jim@meyering.net>
29142
29143         * lib/same.c (same_name): Tweak a comment.
29144
29145 2003-01-14  Bruno Haible  <bruno@clisp.org>
29146
29147         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
29148         when a string comparison is sufficient.
29149
29150 2003-01-14  Bruno Haible  <bruno@clisp.org>
29151
29152         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
29153         'unsigned int'.
29154
29155 2003-01-14  Bruno Haible  <bruno@clisp.org>
29156
29157         * lib/hash-pjw.c: Add comment about low quality of this function.
29158
29159 2003-01-13  Bruno Haible  <bruno@clisp.org>
29160
29161         * modules/stpcpy: Distribute lib/stpcpy.h.
29162         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
29163
29164 2003-01-13  Bruno Haible  <bruno@clisp.org>
29165
29166         * modules/*: Add a description.
29167         * modules/strpbrk: Fix Makefile.am snippet.
29168         * modules/strtoimax: Fix dependencies.
29169         * modules/strtoumax: Likewise.
29170
29171 2003-01-13  Bruno Haible  <bruno@clisp.org>
29172
29173         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
29174         * modules/alloca (Makefile.am): All object files depend on alloca.h.
29175         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
29176
29177 2003-01-13  Bruno Haible  <bruno@clisp.org>
29178
29179         * gnulib-tool (func_create_testdir): Store config/* files in the main
29180         directory.
29181         * config.rpath: Move to ...
29182         * config/config.rpath: ... here.
29183         * modules/gettext: Contains config/config.rpath, not config.rpath.
29184         * modules/iconv: Likewise.
29185
29186 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29187
29188         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29189         to avoid collisions with libcurses and libreadline.
29190
29191         * m4/getstr.m4: Remove.
29192         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
29193
29194 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29195
29196         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29197         to avoid collisions with libcurses and libreadline.
29198
29199         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
29200         * lib/getstr.h, getstr.c: Remove.
29201         * lib/getline.c: Include "getline.h", to check interface.
29202         Move body of old getstr.c here: this defines MIN_CHUNK and
29203         declares getdelim2, which is renamed from getstr.
29204         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
29205
29206         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
29207         All uses changed.
29208         * lib/linebuffer.h: Likewise.
29209         (readline): Remove backward-compatibility macro.
29210
29211 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29212
29213         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29214         to avoid collisions with libcurses and libreadline.
29215         * getstr: Remove.
29216         * MODULES.html.sh: Remove getstr.
29217         * modules/getline: Depend on unlocked-io, not getstr.
29218
29219 2003-01-12  Jim Meyering  <jim@meyering.net>
29220
29221         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
29222
29223 2003-01-10  Bruno Haible  <bruno@clisp.org>
29224
29225         * modules/alloca: Change Makefile.am requirements. Simplify Include
29226         requirements. Add lib/alloca_.h to file list.
29227
29228 2003-01-10  Bruno Haible  <bruno@clisp.org>
29229
29230         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
29231
29232 2003-01-10  Bruno Haible  <bruno@clisp.org>
29233
29234         * lib/alloca_.h: New file.
29235         * lib/getdate.y: Unconditionally include alloca.h.
29236         * lib/makepath.c: Likewise.
29237         * lib/setenv.c: Likewise.
29238         * lib/userspec.c: Likewise.
29239
29240 2003-01-09  Karl Berry  <karl@gnu.org>
29241
29242         * MODULES.html.sh: include `dirname $0` in PATH, to find
29243         gnulib-tool.
29244
29245 2003-01-09  Bruno Haible  <bruno@clisp.org>
29246
29247         * modules/stdbool: Change configure.ac, Makefile.am requirements.
29248         Simplify Include requirements. Add lib/stdbool.h.in to file list.
29249
29250 2003-01-09  Bruno Haible  <bruno@clisp.org>
29251
29252         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
29253
29254 2003-01-09  Bruno Haible  <bruno@clisp.org>
29255
29256         * lib/stdbool.h.in: New file.
29257
29258 2003-01-09  Bruno Haible  <bruno@clisp.org>
29259
29260         * gnulib-tool (func_all_modules): Ignore files ending in ~.
29261         * MODULES.html.sh: Likewise.
29262
29263 2003-01-08  Jim Meyering  <jim@meyering.net>
29264
29265         * lib/full-write.c: Undefine and define-away `const' after inclusion
29266         of errno.h, not before.  Suggestion from Bruno Haible.
29267
29268 2003-01-08  Bruno Haible  <bruno@clisp.org>
29269
29270         * modules/full-read: Depend on full-write.
29271
29272 2003-01-08  Bruno Haible  <bruno@clisp.org>
29273
29274         * lib/safe-read.c: Include specification header first, to ensure its
29275         selfcontainedness.
29276         * lib/full-write.c: Likewise.
29277
29278 2003-01-07  Jim Meyering  <jim@meyering.net>
29279
29280         * lib/full-write.c: Rework so that it may serve to define full_read,
29281         too.
29282         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
29283
29284 2003-01-07  Bruno Haible  <bruno@clisp.org>
29285
29286         * lib/strtoimax.c: Include <stdint.h> as an alternative to
29287         <inttypes.h>.
29288         * lib/xstrtol.h: Likewise.
29289         * lib/xstrtoimax.c: Likewise.
29290         * lib/xstrtoumax.c: Likewise.
29291         * lib/human.h: Likewise.
29292
29293         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
29294         on systems that have <inttypes.h> but not <stdint.h>.
29295
29296 2003-01-07  Bruno Haible  <bruno@clisp.org>
29297
29298         * MODULES.html.sh: Add copyright notice.
29299         (missed_files): Omit CVS directory entries.
29300         (func_module): Make it work with sed-3.02.
29301         * MODULES.txt: Remove file.
29302
29303 2003-01-06  Jim Meyering  <jim@meyering.net>
29304
29305         * lib/version-etc.c: Update year in translatable copyright string.
29306
29307 2003-01-03  Karl Berry  <karl@gnu.org>
29308
29309         * config/config.{guess,sub}: update from prep.
29310
29311 2003-01-02  Karl Berry  <karl@gnu.org>
29312
29313         * doc/COPYING.DOC: belatedly updated to 1.2.
29314
29315 2003-01-01  Karl Berry  <karl@gnu.org>
29316
29317         * gnulib-tool (func_verify_module): report module name $module in
29318         error message, not $1.
29319         * gnulib-tool (create-testdir): don't complain if destdir couldn't
29320         be created, only if it doesn't exist.
29321         * gnulib-tool (last_checkin_date): don't expand the $Date here.
29322
29323 2002-12-31  Paul Eggert  <eggert@twinsun.com>
29324
29325         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
29326
29327 2002-12-31  Paul Eggert  <eggert@twinsun.com>
29328
29329         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
29330         memcmp if strcoll doesn't work.
29331
29332 2002-12-31  Bruno Haible  <bruno@clisp.org>
29333
29334         * lib/utime.c (utime_null): No need to call ftruncate if the file was
29335         nonempty.
29336
29337 2002-12-31  Bruno Haible  <bruno@clisp.org>
29338
29339         * lib/memcoll.c (STRCOLL): New macro.
29340         (memcoll): Use it.
29341
29342 2002-12-31  Bruno Haible  <bruno@clisp.org>
29343
29344         * lib/localcharset.h: New file.
29345         * lib/localcharset.c: Include it.
29346         * lib/unicodeio.c: Likewise.
29347
29348 2002-12-31  Bruno Haible  <bruno@clisp.org>
29349
29350         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
29351         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
29352
29353 2002-12-31  Bruno Haible  <bruno@clisp.org>
29354
29355         * lib/getline.h: Include <stddef.h>, for size_t.
29356
29357         * lib/unicodeio.h: Include <stddef.h>, for size_t.
29358         * lib/unicodeio.c: Don't include <stddef.h>.
29359
29360 2002-12-31  Bruno Haible  <bruno@clisp.org>
29361
29362         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
29363         HAVE_TM_ZONE.
29364
29365 2002-12-24  Karl Berry  <karl@gnu.org>
29366
29367         * config/config.guess: update from prep.
29368
29369 2002-12-24  Bruno Haible  <bruno@clisp.org>
29370
29371         General infrasructure.
29372         * m4/README: Rewritten.
29373         * m4/onceonly.m4: New file.
29374         * m4/onceonly_2_57.m4: New file.
29375
29376         Module atexit.
29377         * m4/atexit.m4: New file.
29378
29379         Module strtod.
29380         * m4/strtod.m4: New file.
29381
29382         Module strtol.
29383         * m4/strtol.m4: New file.
29384
29385         Module strtoul.
29386         * m4/strtoul.m4: New file.
29387
29388         Module memchr.
29389         * m4/memchr.m4: New file.
29390
29391         Module memcmp.
29392         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
29393         (jm_FUNC_MEMCMP): Invoke it.
29394
29395         Module memcpy.
29396         * m4/memcpy.m4: New file.
29397
29398         Module memmove.
29399         * m4/memmove.m4: New file.
29400
29401         Module memset.
29402         * m4/memset.m4: New file.
29403
29404         Module strcspn.
29405         * m4/strcspn.m4: New file.
29406
29407         Module strpbrk.
29408         * m4/strpbrk.m4: New file.
29409
29410         Module strstr.
29411         * m4/strstr.m4: New file.
29412
29413         Module strerror.
29414         * m4/strerror.m4: New file.
29415
29416         Module mktime.
29417         * m4/mktime.m4: Renamed from jm-mktime.m4.
29418         (gl_PREREQ_MKTIME): New macro.
29419         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
29420
29421         Module malloc.
29422         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
29423         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
29424         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
29425
29426         Module realloc.
29427         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
29428         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
29429         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
29430
29431         Module strftime.
29432         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
29433         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
29434         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
29435         gl_TM_GMTOFF.
29436         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
29437
29438         Module xalloc.
29439         * m4/xalloc.m4: New file.
29440
29441         Module alloca.
29442         * m4/alloca.m4: New file.
29443
29444         Module putenv.
29445         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
29446         (jm_FUNC_PUTENV): Invoke it.
29447
29448         Module setenv.
29449         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
29450         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
29451         when invoked twice.
29452         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
29453         gt_FUNC_SETENV.
29454
29455         Module memrchr.
29456         * m4/memrchr.m4: New file.
29457
29458         Module stpcpy.
29459         * m4/stpcpy.m4: New file.
29460
29461         Module strcase.
29462         * m4/strcase.m4: New file.
29463
29464         Module strdup.
29465         * m4/strdup.m4: New file.
29466
29467         Module strnlen.
29468         * m4/strnlen.m4: New file.
29469
29470         Module strndup.
29471         * m4/strndup.m4: New file.
29472
29473         Module xstrtod.
29474         * m4/xstrtod.m4: New file.
29475
29476         Module xstrtol.
29477         * m4/xstrtol.m4: New file.
29478
29479         Module getdate.
29480         * m4/getdate.m4: New file.
29481
29482         Module unlocked-io.
29483         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
29484         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
29485         * m4/jm-glibc-io.m4n: Remove file.
29486
29487         Module long-options.
29488         * m4/long-options.m4: New file.
29489
29490         Module md5.
29491         * m4/md5.m4: New file.
29492
29493         Module sha.
29494         * m4/sha.m4: New file.
29495
29496         Module getstr.
29497         * m4/getstr.m4: New file.
29498
29499         Module getline.
29500         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
29501         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
29502         <sys/types.h>, for size_t. Use the function name gnu_getline, not
29503         simply getline. Infoke gl_PREREQ_GETLINE.
29504
29505         Module obstack.
29506         * m4/obstack.m4: New file.
29507
29508         Module hash.
29509         * m4/hash.m4: New file.
29510
29511         Module readtokens.
29512         * m4/readtokens.m4: New file.
29513
29514         Module strverscmp.
29515         * m4/strverscmp.m4: New file.
29516
29517         Module stdbool.
29518         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
29519         OSF/1.
29520
29521         Module strtoll.
29522         * m4/strtoll.m4: New file.
29523
29524         Module strtoull.
29525         * m4/strtoull.m4: New file.
29526
29527         Module strtoimax.
29528         * m4/strtoimax.m4: New file.
29529
29530         Module strtoumax.
29531         * m4/strtoumax.m4: New file.
29532
29533         Module xstrtoimax.
29534         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
29535         jm_AC_PREREQ_XSTRTOIMAX.
29536         Moved the strtol prerequisites to strtol.m4.
29537         Moved the strtoll prerequisites to strtoll.m4.
29538         Moved the strtoimax prerequisites to strtoimax.m4.
29539
29540         Module xstrtoumax.
29541         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
29542         jm_AC_PREREQ_XSTRTOUMAX.
29543         Moved the strtoul prerequisites to strtoul.m4.
29544         Moved the strtoull prerequisites to strtoull.m4.
29545         Moved the strtoumax prerequisites to strtoumax.m4.
29546
29547         Module chown.
29548         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
29549         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
29550
29551         Module dup2.
29552         * m4/dup2.m4: New file.
29553
29554         Module ftruncate.
29555         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
29556         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
29557
29558         Module getgroups.
29559         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
29560         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
29561
29562         Module gettimeofday.
29563         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
29564         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
29565         gl_PREREQ_GETTIMEOFDAY.
29566
29567         Module mkdir.
29568         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
29569         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
29570
29571         Module mkstemp.
29572         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
29573         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
29574         jm_AC_TYPE_UINTMAX_T.
29575         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
29576
29577         Module stat.
29578         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
29579         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
29580
29581         Module lstat.
29582         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
29583         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
29584
29585         Module timespec.
29586         * m4/timespec.m4 (gl_TIMESPEC): New macro.
29587         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
29588         * m4/st_mtim.m4: Indentation.
29589
29590         Module nanosleep.
29591         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
29592         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
29593         gl_PREREQ_NANOSLEEP.
29594
29595         Module regex.
29596         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
29597         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
29598         (gl_REGEX): New macro.
29599
29600         Module rename.
29601         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
29602         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
29603
29604         Module rmdir.
29605         * m4/rmdir.m4: New file.
29606
29607         Module utime.
29608         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
29609         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
29610         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
29611
29612         Module dirname.
29613         * m4/dirname.m4: New file.
29614
29615         Module getopt.
29616         * m4/getopt.m4: New file.
29617
29618         Module unistd-safer.
29619         * m4/unistd-safer.m4: New file.
29620
29621         Module fnmatch.
29622         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
29623         declaration.
29624         (gl_PREREQ_FNMATCH_EXTRA): New macro.
29625         (gl_FUNC_FNMATCH_POSIX): New macro.
29626         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
29627         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
29628         simply fnmatch.
29629
29630         Module exclude.
29631         * m4/exclude.m4: New file.
29632
29633         Module human.
29634         * m4/human.m4: New file.
29635
29636         Module acl.
29637         * m4/acl.m4: Nop.
29638
29639         Module backupfile.
29640         * m4/backupfile.m4: New file.
29641         * m4/d-ino.m4: Indentation.
29642
29643         Module fsusage.
29644         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
29645         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
29646         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
29647
29648         Module dirfd.
29649         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
29650         requirements.
29651
29652         Module euidaccess.
29653         * m4/euidaccess.m4: New file.
29654
29655         Module file-type.
29656         * m4/file-type.m4: New file.
29657
29658         Module fileblocks.
29659         * m4/fileblocks.m4: New file.
29660
29661         Module filemode.
29662         * m4/filemode.m4: New file.
29663
29664         Module isdir.
29665         * m4/isdir.m4: New file.
29666
29667         Module lchown.
29668         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
29669         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
29670
29671         Module makepath.
29672         * m4/makepath.m4: New file.
29673
29674         Module modechange.
29675         * m4/modechange.m4: New file.
29676
29677         Module mountlist.
29678         * m4/mountlist.m4: New file.
29679         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
29680         Indentation.
29681
29682         Module path-concat.
29683         * m4/path-concat.m4: New file.
29684
29685         Module pathmax.
29686         * m4/pathmax.m4: New file.
29687
29688         Module same.
29689         * m4/same.m4: New file.
29690
29691         Module save-cwd.
29692         * m4/save-cwd.m4: New file.
29693
29694         Module savedir.
29695         * m4/savedir.m4: New file.
29696
29697         Module xgetcwd.
29698         * m4/xgetcwd.m4: New file.
29699         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
29700
29701         Module xreadlink.
29702         * m4/xreadlink.m4: New file.
29703
29704         Module safe-read.
29705         * m4/safe-read.m4: New file.
29706
29707         Module safe-write.
29708         * m4/safe-write.m4: New file.
29709
29710         Module closeout.
29711         * m4/closeout.m4: New file.
29712
29713         Module stdio-safer.
29714         * m4/stdio-safer.m4: New file.
29715
29716         Module getpass.
29717         * m4/getpass.m4: New file.
29718
29719         Module getugroups.
29720         * m4/getugroups.m4: New file.
29721
29722         Module group-member.
29723         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
29724         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
29725
29726         Module idcache.
29727         * m4/idcache.m4: New file.
29728
29729         Module userspec.
29730         * m4/userspec.m4: New file.
29731
29732         Module gettime.
29733         * m4/clock_time.m4: New file.
29734         * m4/gettime.m4: New file.
29735
29736         Module settime.
29737         * m4/settime.m4: New file.
29738
29739         Module posixtm.
29740         * m4/posixtm.m4: New file.
29741
29742         Module gethostname.
29743         * m4/gethostname.m4: New file.
29744
29745         Module canon-host.
29746         * m4/canon-host.m4: New file.
29747
29748         Module gettext.
29749         * m4/codeset.m4: New file, from gettext-0.11.5.
29750         * m4/gettext.m4: New file, from gettext-0.11.5.
29751         * m4/glibc21.m4: New file, from gettext-0.11.5.
29752         * m4/iconv.m4: New file, from gettext-0.11.5.
29753         * m4/intdiv0.m4: New file, from gettext-0.11.5.
29754         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
29755         * m4/inttypes.m4: New file, from gettext-0.11.5.
29756         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
29757         * m4/isc-posix.m4: New file, from gettext-0.11.5.
29758         * m4/lcmessage.m4: New file, from gettext-0.11.5.
29759         * m4/lib-ld.m4: New file, from gettext-0.11.5.
29760         * m4/lib-link.m4: New file, from gettext-0.11.5.
29761         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
29762         * m4/progtest.m4: New file, from gettext-0.11.5.
29763         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
29764         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
29765         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
29766
29767         Module localcharset.
29768         * m4/localcharset.m4: New file.
29769
29770         Module hard-locale.
29771         * m4/hard-locale.m4: New file.
29772
29773         Module mbswidth.
29774         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
29775         onceonly macros.
29776         * m4/mbrtowc.m4: Add comment.
29777
29778         Module memcasecmp.
29779         * m4/memcasecmp.m4: New file.
29780
29781         Module memcoll.
29782         * m4/memcoll.m4: New file.
29783
29784         Module unicodeio.
29785         * m4/unicodeio.m4: New file.
29786
29787         Module rpmatch.
29788         * m4/rpmatch.m4: New file.
29789
29790         Module yesno.
29791         * m4/yesno.m4: New file.
29792
29793         Module exitfail.
29794         * m4/exitfail.m4: New file.
29795
29796         Module c-stack.
29797         * m4/c-stack.m4 (gl_C_STACK): New macro.
29798         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
29799
29800         Module error.
29801         * m4/error.m4 (gl_ERROR): New macro.
29802         (jm_PREREQ_ERROR): Use onceonly macros.
29803
29804         Module fatal.
29805         * m4/fatal.m4: New file.
29806
29807         Module getloadavg.
29808         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
29809         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
29810
29811         Module getpagesize.
29812         * m4/getpagesize.m4: New file.
29813
29814         Module getusershell.
29815         * m4/getusershell.m4: New file.
29816
29817         Module physmem.
29818         * m4/physmem.m4: New file.
29819
29820         Module posixver.
29821         * m4/posixver.m4: New file.
29822
29823         Module quotearg.
29824         * m4/quotearg.m4: New file.
29825
29826         Module quote.
29827         * m4/quote.m4: New file.
29828
29829         Module readutmp.
29830         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
29831
29832         Module sig2str.
29833         * m4/sig2str.m4: New file.
29834
29835         Other.
29836         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
29837         ulonglong.m4.
29838         * m4/intmax_t.m4: New file.
29839         * m4/d-type.m4: Indentation.
29840         * m4/jm-macros.m4: Update.
29841         * m4/prereq.m4 (jm_PREREQ): Update.
29842         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
29843         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
29844         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
29845         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
29846         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
29847         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
29848         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
29849         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
29850         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
29851         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
29852         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
29853         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
29854         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
29855         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
29856         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
29857         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
29858         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
29859         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
29860         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
29861
29862 2002-12-24  Bruno Haible  <bruno@clisp.org>
29863
29864         * MODULES.txt: Update according to m4/ changes.
29865
29866         Module gettext.
29867         * config.rpath: New file, from gettext-0.11.5.
29868
29869         * modules/*: New module descriptions.
29870         * gnulib-tool: New file.
29871         * MODULES.html.sh: New file.
29872
29873 2002-12-21  Karl Berry  <karl@gnu.org>
29874
29875         * doc/fdl.texi: update to version 1.2.
29876
29877 2002-12-19  Karl Berry  <karl@gnu.org>
29878
29879         * config/config.guess: update from prep.
29880
29881 2002-12-18  Bruno Haible  <bruno@clisp.org>
29882
29883         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
29884         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
29885
29886 2002-12-17  Bruno Haible  <bruno@clisp.org>
29887
29888         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
29889         stdlib.h, string.h.
29890
29891 2002-12-17  Bruno Haible  <bruno@clisp.org>
29892
29893         * lib/canon-host.c (strdup): Remove unused declaration.
29894
29895         * lib/fsusage.c: Include full_read.h.
29896         (get_fs_usage): Use full_read instead of safe_read.
29897
29898         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
29899
29900 2002-12-12  Karl Berry  <karl@gnu.org>
29901
29902         * config/config.guess: update from prep.
29903
29904 2002-12-11  Bruno Haible  <bruno@clisp.org>
29905
29906         * m4/setenv.m4: New file, from gettext-0.11.5.
29907
29908 2002-12-11  Bruno Haible  <bruno@clisp.org>
29909
29910         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
29911         not unsetenv().
29912         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
29913         modifications:
29914
29915         2002-12-11  Bruno Haible  <bruno@clisp.org>
29916
29917                 * setenv.c (alloca): Fall back to malloc.
29918                 (freea): New macro.
29919                 (setenv): Use freea() to free memory allocated with alloca().
29920
29921         2002-11-13  Bruno Haible  <bruno@clisp.org>
29922
29923                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
29924                 function declarations.
29925                 * unsetenv.c (unsetenv): Likewise.
29926
29927         2002-03-04  Bruno Haible  <bruno@clisp.org>
29928
29929                 Portability to AIX 4.3.3.
29930                 * unsetenv.c: New file, extracted from setenv.c.
29931                 * setenv.c: Move the unsetenv() function to unsetenv.c.
29932
29933         2001-12-20  Bruno Haible  <bruno@clisp.org>
29934
29935                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
29936                 use malloc instead. For SunOS 4.
29937
29938         2001-12-11  Bruno Haible  <bruno@clisp.org>
29939
29940                 * setenv.c: Declare alloca.
29941                 (compar_fn_t): New typedef.
29942                 (KNOWN_VALUE, STORE_VALUE): Use it.
29943
29944         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
29945         setenv.h.
29946
29947 2002-12-10  Paul Eggert  <eggert@twinsun.com>
29948
29949         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
29950         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
29951         Choose values that are less likely to collide with system fnmatch
29952         options.
29953         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
29954         defined (e.g., a pure POSIX system).
29955         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
29956         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
29957
29958 2002-12-06  Paul Eggert  <eggert@twinsun.com>
29959
29960         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
29961         a pain in practice to deal with generated m4 files.  This change
29962         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
29963
29964         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
29965         and jm-glibc-io.m4, as they are no longer a special case.
29966         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
29967         kludge and the auto-generation stuff.  Check only whether the
29968         functions are declared, not whether they exist, since older hosts
29969         that don't declare the functions can't use the optimization anyway.
29970
29971 2002-12-06  Jim Meyering  <jim@meyering.net>
29972
29973         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
29974
29975         Merge in changes from libc's misc/error.c, in preparation
29976         for the merge of gnulib's changes back into libc.
29977
29978         * lib/error.c (_): Define only if not already defined.
29979         Move definition to follow all #include directives.
29980         Include unlocked-io.h only if !_LIBC.
29981         [_LIBC]: Include <libio/libioP.h>.
29982         [USE_IN_LIBIO]: Include <libio/iolibio.h>
29983         (fflush): Tweak definition to use INTUSE.
29984         (putc): Define.
29985
29986 2002-12-05  Paul Eggert  <eggert@twinsun.com>
29987
29988         * lib/alloca.c [defined emacs]: Include "lisp.h".
29989         (xalloc_die) [defined emacs]: New macro.
29990         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
29991         [! defined emacs]: Include <xalloc.h>.
29992         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
29993         (pointer): Typedef to POINTER_TYPE *.
29994         (malloc): Remove decl; we now always use xmalloc.
29995         (alloca): Use old-style definition, since Emacs needs this.
29996         Check for arithmetic overflow when computing combined size.
29997
29998 2002-12-04  Paul Eggert  <eggert@twinsun.com>
29999
30000         Do not generate unlocked-io.h automatically, since it's easier to
30001         maintain it by hand.
30002
30003         * lib/unlocked-io.h: New file, from GNU diffutils,
30004         but with proper copyright notice and attribution.
30005         * lib/gen-uio: Remove.
30006         * lib/Makefile.am: Add copyright notice.
30007         (libfetish_a_SOURCES): Add unlocked-io.h.
30008         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
30009         (DISTCLEANFILES, io_functions): Remove macros.
30010         (EXTRA_DIST): Remove gen_uio.
30011         (unlocked-io.h): Remove rule.
30012
30013 2002-12-04  Jim Meyering  <jim@meyering.net>
30014
30015         Reflect the fact that stat.c and lstat.c are no longer generated.
30016         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
30017         (DISTCLEANFILES): Likewise.
30018         (EXTRA_DIST): Likewise.
30019         (all_local): Don't depend on stat.c or lstat.c.
30020         (stat.c, lstat.c): Remove rules.
30021         (EXTRA_DIST): Remove xstat.in.
30022
30023         * lib/xstat.in: Remove file.  Contents moved into stat.c.
30024         * lib/stat.c: New file.  Contents mostly from xstat.in.
30025         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
30026         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
30027
30028         * lib/safe-read.c: Rework so that it may serve to define safe_write,
30029         too.
30030         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
30031
30032 2002-12-03  Jim Meyering  <jim@meyering.net>
30033
30034         * lib/safe-read.c, safe-write.c: Change variable names and comments,
30035         but not semantics, to minimize the differences between these two files.
30036         (safe_read): Change comment to mention SAFE_READ_ERROR.
30037
30038         * lib/safe-read.c (IS_EINTR): Define.
30039         (safe_read): Use IS_EINTR in place of in-function cpp directives.
30040
30041 2002-12-02  Jim Meyering  <jim@meyering.net>
30042
30043         * lib/safe-read.c (EINTR): Define.
30044         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
30045         (INT_MAX): Provide fallback.
30046         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
30047
30048         * lib/safe-read.h (SAFE_READ_ERROR): Define.
30049
30050 2002-12-02  Bruno Haible  <bruno@clisp.org>
30051
30052         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
30053         Define, taken from safe-read.c.
30054         (INT_MAX): Provide fallback.
30055         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
30056         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
30057
30058         * lib/safe-read.c (EINTR): Remove definition.
30059         (safe_read): Don't use EINTR if it is absent.
30060
30061 2002-12-01  Jim Meyering  <jim@meyering.net>
30062
30063         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
30064         zero.
30065         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
30066
30067 2002-11-27  Paul Eggert  <eggert@twinsun.com>
30068
30069         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
30070         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
30071         with `if (! (value < limit)) abort ();', for readability.
30072
30073 2002-11-26  Karl Berry  <karl@gnu.org>
30074
30075         * lib/strdup.c: copy from libc again, with jim's ok.
30076         * lib/.cppi-disable: re-add strdup.c
30077
30078 2002-11-25  Karl Berry  <karl@gnu.org>
30079
30080         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
30081         instead of "strtol.c".
30082
30083 2002-11-25  Karl Berry  <karl@gnu.org>
30084
30085         * config/install-sh: update from automake for variable quoting, $0 in
30086         error msgs, etc.
30087
30088         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
30089         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
30090         entry.
30091
30092 2002-11-25  Jim Meyering  <jim@meyering.net>
30093
30094         * lib/mktime.c: Sync from libc, now that it has the latest fix.
30095
30096 2002-11-24  Karl Berry  <karl@gnu.org>
30097
30098         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
30099         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
30100
30101 2002-11-24  Jim Meyering  <jim@meyering.net>
30102
30103         Update from coreutils:
30104
30105         * lib/mktime.c: Merge in changes from libc.
30106
30107         Avoid a link-time failure on some Linux systems.
30108         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
30109         (otherwise).
30110         (__mon_yday): Declare with the STATIC attribute.
30111         (__mktime_internal): Likewise.
30112         Based on a report from Greg Schafer.
30113
30114 2002-11-23  Jim Meyering  <jim@meyering.net>
30115
30116         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
30117         Use `unsigned', not `int', as type of index.
30118
30119         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
30120
30121         * lib/fsusage.c: Remove unneeded parentheses around operands of
30122         `defined'.
30123
30124 2002-11-22  Paul Eggert  <eggert@twinsun.com>
30125
30126         * lib/quotearg.h: Allow multiple inclusion by surrounding with
30127         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
30128         so that we can be included first.
30129         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
30130         * lib/quotearg.c: Include quotearg.h immediately after config.h.
30131         No need to include stddef.h or sys/types.h any more.
30132         Surround local include files with "", not "<>".
30133         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
30134         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
30135         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
30136         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
30137         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
30138         (ISPRINT): Remove; no longer needed now that we assume C89.
30139
30140         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
30141         Preserve errno.
30142
30143         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
30144         quotearg_char): Use SIZE_MAX rather than
30145         (size_t) -1 when we are talking about "infinity".
30146
30147         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
30148
30149 2002-11-22  Paul Eggert  <eggert@twinsun.com>
30150
30151         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
30152         hint that one should use `if (! x) abort ();' rather than `assert
30153         (x);', and anyway it's one less thing to worry about configuring.
30154         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
30155         hash_rehash, hash_insert): Use abort rather than assert.
30156
30157 2002-11-22  Bruno Haible  <bruno@clisp.org>
30158
30159         * lib/safe-read.h: Assume C89. Add comments.
30160         (safe_read): Change return type to size_t.
30161         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
30162         byte counts > SSIZE_MAX correctly.
30163         * lib/safe-write.h: New file.
30164         * lib/safe-write.c: New file.
30165         * lib/full-read.h: New file.
30166         * lib/full-read.c: New file.
30167         * lib/full-write.h: Assume C89. Add comments.
30168         * lib/full-write.c: Include safe-write.h.
30169         (full_write): Rewritten to use safe_write.
30170         Suggested by Jim Meyering and Paul Eggert.
30171
30172 2002-11-21  Jim Meyering  <jim@meyering.net>
30173
30174         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
30175
30176         Merge in changes from the coreutils.
30177
30178         2002-09-25  Paul Eggert  <eggert@twinsun.com>
30179         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
30180         <stdint.h>.
30181         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
30182         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
30183         int.  Work more efficiently if X is the same width as uintmax_t.
30184         Do not compare X to -1, to avoid bogus compiler warning.
30185         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
30186         Don't assume that f_frsize and f_bsize are the same type.
30187
30188         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
30189         warning on FreeBSD.
30190
30191         * lib/makepath.c (make_path): Restore umask *before* creating the final
30192         component.
30193         (make_path): Minor reformatting.
30194
30195         * lib/xmalloc.c: Adjust to work with new autoconf macros,
30196         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
30197         HAVE_MALLOC/HAVE_REALLOC.
30198
30199         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
30200         dummy ones.  At least on GNU/Linux systems, `auto' means something
30201         else.
30202         From Michael Stone.
30203
30204 2002-11-21  Bruno Haible  <bruno@clisp.org>
30205
30206         Remove case insensitive option matching.
30207         * lib/argmatch.h (argcasematch): Remove declaration.
30208         (ARGCASEMATCH): Remove macro.
30209         (__xargmatch_internal): Remove case_sensitive argument.
30210         (XARGMATCH): Update.
30211         (XARGCASEMATCH): Remove macro.
30212         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
30213         case_sensitive argument.
30214         (argcasematch): Remove function.
30215         (__xargmatch_internal): Remove case_sensitive argument.
30216         (main): Use XARGMATCH instead of XARGCASEMATCH.
30217
30218         * lib/xmalloc.c: Change compile-time error message. Add comment about
30219         required autoconf version.
30220
30221 2002-11-20  Paul Eggert  <eggert@twinsun.com>
30222
30223         Merge argmatch cleanups from Bison.  Assume C89.
30224
30225         * lib/argmatch.c: Include config.h here, not in argmatch.h.
30226         Include stdlib.h, for EXIT_FAILURE.
30227         Always include <string.h>, since we assume C89.
30228         (EXIT_FAILURE): Remove pre-C89 bug workaround.
30229         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
30230         Include <stddef.h> instead, since it's all we need for size_t.
30231         (PARAMS): Remove.  All uses removed.
30232         (ARRAY_CARDINALITY): Do not bother to #undef.
30233         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
30234         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
30235         Remove unnecessary parentheses.
30236         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
30237         Insert necessary parentheses.
30238         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
30239         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
30240
30241 2002-11-19  Bruno Haible  <bruno@clisp.org>
30242
30243         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
30244         * lib/mbswidth.h: Include <stddef.h>, for size_t.
30245
30246         * lib/mbswidth.h (PARAMS): Remove macro.
30247         (mbswidth, mbsnwidth): Use ANSI C function declarations.
30248         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
30249
30250         * lib/gcd.h (PARAMS): Remove macro.
30251         (gcd): Use ANSI C function declarations.
30252         * lib/gcd.c (gcd): Likewise.
30253
30254 2002-11-15  Bruno Haible  <bruno@clisp.org>
30255
30256         * lib/strcspn.c: Include <stddef.h>.
30257         (strcspn): Use ANSI C function declaration. Change return type to
30258         size_t. Use NULL.
30259         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
30260         (strpbrk): Use NULL.
30261         * lib/strpbrk.h (PARAMS): Remove macro.
30262         (strpbrk): Use ANSI C function declaration.
30263         * lib/strstr.c: Don't include <sys/types.h>.
30264         * lib/strstr.h (PARAMS): Remove macro.
30265         (strstr): Use ANSI C function declarations.
30266
30267 2002-11-14  Karl Berry  <karl@gnu.org>
30268
30269         * config/mkinstalldirs: `do' on separate line, instead of
30270         `for var; do'.
30271
30272 2002-11-06  Bruno Haible  <bruno@clisp.org>
30273
30274         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
30275         * lib/gcd.c (gcd): Likewise.
30276
30277 2002-11-05  Bruno Haible  <bruno@clisp.org>
30278
30279         * lib/gcd.h: New file, from gettext-0.11.5.
30280         * lib/gcd.c: New file, from gettext-0.11.5.
30281
30282 2002-11-05  Bruno Haible  <bruno@clisp.org>
30283
30284         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30285         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30286         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30287         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30288
30289         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
30290         <libintl.h>.
30291         * lib/makepath.c: Include gettext.h instead of <locale.h> and
30292         <libintl.h>.
30293
30294         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
30295         * lib/human.c: Include gettext.h instead of <libintl.h>.
30296         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
30297         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
30298         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
30299         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
30300         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
30301         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
30302         (textdomain): Remove definition.
30303         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
30304
30305         * lib/long-options.c: Remove include of <libintl.h> and definition of
30306         _.
30307         * lib/same.c: Remove include of <libintl.h> and definition of _.
30308
30309 2002-11-04  Owen Taylor  <otaylor@redhat.com>
30310
30311         * lib/config.charset: A few additions for Solaris.
30312
30313 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
30314
30315         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
30316         * lib/localcharset.c (locale_charset): Declare as extern "C".
30317
30318 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
30319
30320         * lib/config.charset: msdos in uk_UA uses CP1125.
30321
30322 2002-11-04  Bruno Haible  <bruno@clisp.org>
30323
30324         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
30325         * lib/strcase.h: New file, from GNU gettext-0.11.5.
30326         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
30327         * lib/strstr.h: New file, from GNU gettext-0.11.5.
30328         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
30329
30330 2002-11-04  Bruno Haible  <bruno@clisp.org>
30331
30332         * lib/localcharset.c (locale_charset): Don't return an empty string.
30333
30334 2002-11-04  Bruno Haible  <bruno@clisp.org>
30335
30336         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
30337         aliases.
30338
30339 2002-11-04  Bruno Haible  <bruno@clisp.org>
30340
30341         * lib/config.charset: Update for newest glibc. Add canonical names
30342         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
30343
30344 2002-11-04  Bruno Haible  <bruno@clisp.org>
30345
30346         * lib/config.charset: Add support for NetBSD.
30347
30348 2002-11-04  Bruno Haible  <bruno@clisp.org>
30349
30350         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
30351
30352 2002-11-01  Bruno Haible  <bruno@clisp.org>
30353
30354         * configure.in: Add AC_CONFIG_AUX_DIR call.
30355         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
30356         test/Makefile.
30357         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
30358
30359 2002-09-28  Karl Berry  <karl@gnu.org>
30360
30361         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
30362         installed automake until the next release, since changes have been
30363         made.
30364
30365 2002-09-25  Karl Berry  <karl@gnu.org>
30366
30367         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
30368         * lib/getopt*: copy from libc/posix.
30369         * lib/gettext.h: copy from gettext.
30370         * lib/.cppi-disable: add strdup.c, gettext.h.
30371
30372 2002-09-25  Karl Berry  <karl@gnu.org>
30373
30374         * config/srclist.txt: enable gettext.h check.
30375         * config/config.{guess,sub}: update from prep.
30376         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
30377                 from automake 1.6.3.
30378         See srclist*.
30379
30380 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
30381
30382         * regex.c (PATFETCH): Remove the translating fetch.
30383         (PATFETCH_RAW): Rename to PATFETCH.
30384         (set_image_of_range): New fun.
30385         (SET_RANGE_TABLE_WORK_AREA): Use it.
30386         (regex_compile): Don't translate the pattern chars so eagerly.
30387         Only do it when inserting an `exactn' bytecode or when handling
30388         a char-range.
30389         (mutually_exclusive_p): Avoid empty statement.
30390
30391 2002-07-06  Jim Meyering  <meyering@lucent.com>
30392
30393         * m4/README: Don't mention Makefile.am.in.
30394         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
30395
30396 2002-07-01  Jim Meyering  <meyering@lucent.com>
30397
30398         * lib/c-stack.c: Include sys/time.h.
30399         From Volker Borchert.
30400
30401 2002-06-26  Paul Eggert  <eggert@twinsun.com>
30402
30403         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
30404
30405 2002-06-26  Paul Eggert  <eggert@twinsun.com>
30406
30407         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
30408         New macro.  Use it uniformly instead of
30409         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
30410         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
30411         reported by Vin Shelton.
30412
30413 2002-06-22  Paul Eggert  <eggert@twinsun.com>
30414
30415         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
30416         Do not assume SA_SIGINFO behavior.
30417         Bug reported by Jim Meyering on NetBSD 1.5.2.
30418
30419 2002-06-22  Jim Meyering  <meyering@lucent.com>
30420
30421         * m4/c-stack.m4: New file, from diffutils-2.8.2.
30422         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
30423
30424         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
30425         now that configure.ac uses AC_GNU_SOURCE.
30426         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
30427         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
30428
30429         Update to latest tools.  Suggestions from Paul Eggert.
30430         * m4/stdbool.m4: New file, from diffutils-2.8.2.
30431         * m4/gnu-source.m4: Update from diffutils-2.8.2.
30432         * m4/fnmatch.m4: Likewise.
30433         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
30434         to AC_HEADER_STDBOOL
30435
30436 2002-06-22  Jim Meyering  <meyering@lucent.com>
30437
30438         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
30439         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
30440
30441 2002-06-22  Jim Meyering  <meyering@lucent.com>
30442
30443         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
30444
30445         * lib/exitfail.c, exitfail.h: Likewise.
30446         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
30447
30448         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
30449         of fnmatch.h.
30450         (EXTRA_DIST): Add fnmatch_loop.c.
30451         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
30452
30453         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
30454         * lib/fnmatch.c: Update from diffutils-2.8.2.
30455         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
30456         * lib/fnmatch.h: Remove file.
30457
30458 2002-06-21  Jim Meyering  <meyering@lucent.com>
30459
30460         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
30461         * m4/mbrtowc.m4: Likewise.
30462
30463         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
30464         * m4/mbswidth.m4: Reflect name change:
30465         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
30466         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
30467
30468         * m4/lib-link.m4: Update from gettext-0.11.2.
30469         * m4/gettext.m4: Likewise.
30470
30471         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
30472         From Alfred M. Szmidt.
30473
30474 2002-06-18  Paul Eggert  <eggert@twinsun.com>
30475
30476         * lib/file-type.h: Report an error if neither S_ISREG nor
30477         S_IFREG is defined, instead of using a test specific to glibc
30478         2.2.  This should be safe, since POSIX requires S_ISREG and
30479         Unix Version 7 had S_IFREG.  We don't need to check for
30480         <sys/types.h> since we don't use any symbols that it defines.
30481
30482 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
30483
30484         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
30485         $@-t, so that each temporary file name is unique and valid in the first
30486         8 characters, for operation under DOS.
30487
30488 2002-06-15  Paul Eggert  <eggert@twinsun.com>
30489
30490         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
30491
30492 2002-06-15  Jim Meyering  <meyering@lucent.com>
30493
30494         Work even with DJGPP 2.03, which lacks support for symlinks.
30495         From Richard Dawe.
30496         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
30497         is defined.
30498         * lib/lchown.c (S_ISLNK): Likewise.
30499
30500 2002-06-15  Jim Meyering  <meyering@lucent.com>
30501
30502         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
30503         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
30504         have been included before this file.
30505
30506 2002-06-14  Jim Meyering  <meyering@lucent.com>
30507
30508         * lib/file-type.h: Use the version from diffutils-2.8.2.
30509         * lib/file-type.c: Likewise.
30510
30511 2002-06-07  Jim Meyering  <meyering@lucent.com>
30512
30513         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
30514         They're needed at least for NetBSD 1.5.2.
30515         ($statxfs_includes): Include those same headers.
30516         ($statxfs_includes): Include sys/vfs.h if available.
30517         ($statxfs_includes): Likewise for sys/statvfs.h.
30518         Check for the following members in both structs statfs and statvfs:
30519         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
30520
30521 2002-06-01  Jim Meyering  <meyering@lucent.com>
30522
30523         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
30524         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
30525
30526 2002-05-28  Jim Meyering  <meyering@lucent.com>
30527
30528         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
30529         Reported by Volker Borchert.
30530
30531 2002-05-27  Jim Meyering  <meyering@lucent.com>
30532
30533         Fix a problem seen only on nonconforming systems whereby ls.c's
30534         use of localtime, and then of gettimeofday would cause trouble:
30535         the localtime call used to initialize rpl_gettimeofday's save
30536         mechanism would clobber ls's current local time information so
30537         that in any long listing the first file would always be listed
30538         with date 1970-01-01.  Analysis by Volker Borchert.
30539
30540         * lib/gettimeofday.c (localtime): Undefine.
30541         (rpl_localtime): New function.
30542
30543 2002-05-27  Jim Meyering  <meyering@lucent.com>
30544
30545         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
30546         localtime.
30547
30548         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
30549         use the replacement function; it wouldn't resolve at link time.
30550         Reported by Volker Borchert.
30551
30552 2002-05-22  Jim Meyering  <meyering@lucent.com>
30553
30554         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
30555         file-type.h.
30556         * lib/file-type.h: New file.
30557         * lib/file-type.c (file_type): New file/function.  Extracted from
30558         diffutils.
30559
30560 2002-04-30  Jim Meyering  <meyering@lucent.com>
30561
30562         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
30563
30564 2002-04-29  Paul Eggert  <eggert@twinsun.com>
30565
30566         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
30567
30568 2002-04-29  Paul Eggert  <eggert@twinsun.com>
30569
30570         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
30571         Do not check for alloca.h (no longer used) or stdbool.h (was never
30572         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
30573
30574 2002-04-29  Paul Eggert  <eggert@twinsun.com>
30575
30576         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
30577
30578 2002-04-29  Jim Meyering  <meyering@lucent.com>
30579
30580         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
30581         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
30582         Use AC_FUNC_STRNLEN here instead.
30583
30584         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
30585         With autoconf-2.53a, it's part of AC_PROG_CC.
30586
30587 2002-04-28  Paul Eggert  <eggert@twinsun.com>
30588
30589         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
30590         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
30591
30592 2002-04-28  Paul Eggert  <eggert@twinsun.com>
30593
30594         * lib/sig2str.h, lib/sig2str.c: New files.
30595         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
30596
30597 2002-04-28  Paul Eggert  <eggert@twinsun.com>
30598
30599         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
30600         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
30601         of 127, since 64 is the largest conceivable number for ancient
30602         nonstandard hosts.
30603         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
30604
30605 2002-04-28  Jim Meyering  <meyering@lucent.com>
30606
30607         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
30608
30609 2002-04-24  Jim Meyering  <meyering@lucent.com>
30610
30611         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
30612         (jm_PREREQ): Use it.
30613
30614         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
30615         mach/mach.h fcntl.h.
30616         Check for this function: setlocale.
30617
30618 2002-04-24  Jim Meyering  <meyering@lucent.com>
30619
30620         * lib/gettext.h: New file, from Gettext.
30621         * lib/Makefile.am (INCLUDES): Remove -I../intl.
30622         (libfetish_a_SOURCES): Add gettext.h.
30623
30624 2002-04-16  Jim Meyering  <meyering@lucent.com>
30625
30626         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
30627         ut_pid, ut_id, ut_exit.
30628
30629 2002-04-16  Jim Meyering  <meyering@lucent.com>
30630
30631         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
30632         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
30633         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
30634
30635 2002-04-12  Jim Meyering  <meyering@lucent.com>
30636
30637         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
30638         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
30639         existence of the getmntinfo function.  Needed for Darwin 5.3.
30640
30641         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
30642         This is necessary at least on Darwin 5.3.
30643
30644         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
30645         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
30646         strnlen.o in the library, and that makes some versions of ranlib
30647         object.
30648
30649 2002-04-12  Jim Meyering  <meyering@lucent.com>
30650
30651         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
30652
30653 2002-04-09  Jim Meyering  <meyering@lucent.com>
30654
30655         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
30656         to be more precise.  Rather than saying we're checking whether the
30657         function `works', say what we're testing.
30658         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
30659         Reported by Bruno Haible.
30660
30661 2002-03-10  Jim Meyering  <meyering@lucent.com>
30662
30663         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
30664         Suggestion from Santiago Vila.
30665
30666 2002-03-08  Jim Meyering  <meyering@lucent.com>
30667
30668         * lib/rename.c: Mention that this wrapper is needed also on
30669         mips-dec-ultrix4.4 systems.
30670
30671 2002-03-02  Jim Meyering  <meyering@lucent.com>
30672
30673         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
30674         not HAVE_CLOCK_SETTIME.
30675
30676 2002-02-27  Paul Eggert  <eggert@twinsun.com>
30677
30678         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
30679         Check for clock_settime.
30680
30681 2002-02-27  Paul Eggert  <eggert@twinsun.com>
30682
30683         * lib/nanosleep.h: Rename to....
30684         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
30685
30686         * lib/gettime.c: New file.
30687         * lib/settime.c: New file.
30688         * lib/stime.c: Remove.
30689
30690         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
30691         timespec.h.  Remove nanosleep.h.
30692
30693 2002-02-25  Paul Eggert  <eggert@twinsun.com>
30694
30695         * m4/acl.m4: New file.
30696         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
30697         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
30698
30699 2002-02-25  Paul Eggert  <eggert@twinsun.com>
30700
30701         * lib/acl.c, lib/acl.h: New files.
30702         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
30703
30704 2002-02-24  Jim Meyering  <meyering@lucent.com>
30705
30706         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
30707         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
30708         cause trouble.  Reported by Nelson Beebe.
30709
30710 2002-02-23  Paul Eggert  <eggert@twinsun.com>
30711
30712         * lib/path-concat.c (xpath_concat): Reorder code to pacify
30713         compilers that don't know that xalloc_die never returns.
30714
30715 2002-02-20  Jim Meyering  <meyering@lucent.com>
30716
30717         * lib/getdate.c: Regenerate using bison-1.33.
30718
30719 2002-02-17  Jim Meyering  <meyering@lucent.com>
30720
30721         * config/config.guess (main): Don't use `head -1'; it's no longer
30722         portable. Use `sed 1q' instead.
30723
30724 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
30725
30726         * m4/codeset.m4: Upgrade to gettext-0.11.
30727         * m4/gettext.m4: Upgrade to gettext-0.11.
30728         * m4/glibc21.m4: Upgrade to gettext-0.11.
30729         * m4/iconv.m4: Upgrade to gettext-0.11.
30730         * m4/isc-posix.m4: Upgrade to gettext-0.11.
30731         * m4/lcmessage.m4: Upgrade to gettext-0.11.
30732         * m4/lib-ld.m4: New file, from gettext-0.11.
30733         * m4/lib-link.m4: New file, from gettext-0.11.
30734         * m4/lib-prefix.m4: New file, from gettext-0.11.
30735         * m4/progtest.m4: Upgrade to gettext-0.11.
30736
30737 2002-02-15  Paul Eggert  <eggert@twinsun.com>
30738
30739         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
30740         (jm_PREREQ): Use it.
30741
30742 2002-02-15  Paul Eggert  <eggert@twinsun.com>
30743
30744         * lib/posixver.c, lib/posixver.h: New files.
30745         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
30746
30747 2002-02-02  Paul Eggert  <eggert@twinsun.com>
30748             Bruno Haible  <bruno@clisp.org>
30749
30750         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
30751         (fwrite_success_callback): New declaration.
30752         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
30753         print_unicode_char. Call failure callback instead of error.
30754         (fwrite_success_callback): New function.
30755         (exit_failure_callback): New function.
30756         (fallback_failure_callback): New function.
30757         (print_unicode_char): Call unicode_to_mb.
30758
30759 2002-01-26  Jim Meyering  <meyering@lucent.com>
30760
30761         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
30762         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
30763
30764 2002-01-26  Jim Meyering  <meyering@lucent.com>
30765
30766         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
30767
30768 2002-01-22  Paul Eggert  <eggert@twinsun.com>
30769
30770         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
30771
30772 2002-01-22  Jim Meyering  <meyering@lucent.com>
30773
30774         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
30775         Otherwise, some versions of automake would omit the rule that makes
30776         Makefile from Makefile.in.
30777
30778 2002-01-21  Paul Eggert  <eggert@twinsun.com>
30779
30780         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
30781         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
30782         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
30783         (memcoll): Set errno to zero if there is no error.
30784
30785         * lib/quotearg.c (quotearg_buffer_restyled):
30786         Fix bug with quoting buffers containing NUL when backslashing escapes.
30787         This bug was exposed by the other changes in this patch.
30788         (quotearg_n_options): New arg ARGSIZE.
30789         All callers changed.
30790         (quoting_options_from_style): New function.
30791         (quotearg_n_style): Use it.
30792         (quotearg_n_style_mem): New function.
30793
30794         * lib/quotearg.h (quotearg_n_style_mem): New function.
30795
30796 2002-01-19  Jim Meyering  <meyering@lucent.com>
30797
30798         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
30799         Remove useless quotes: DF_PROG="df".
30800         * m4/strnlen.m4: New file.
30801
30802 2002-01-16  Paul Eggert  <eggert@twinsun.com>
30803
30804         * lib/backupfile.c (ISDIGIT): Comment fix.
30805         * lib/getdate.y (ISDIGIT): Likewise.
30806         * lib/posixtm.c (ISDIGIT, year): Likewise.
30807         * lib/strverscmp.c (ISDIGIT): Likewise.
30808         * lib/userspec.c (ISDIGIT): Likewise.
30809
30810 2002-01-16  Jim Meyering  <meyering@lucent.com>
30811
30812         * lib/getdate.y: Add three semicolons, each just before a closing
30813         brace. Bison (as of version 1.31) no longer papers over that mistake.
30814
30815 2002-01-05  Jim Meyering  <meyering@lucent.com>
30816
30817         * lib/version-etc.c (version_etc_copyright): Update copyright year.
30818
30819 2001-12-19  Paul Eggert  <eggert@twinsun.com>
30820
30821         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
30822         not silently exit merely because the output buffer happens to
30823         have nothing pending.
30824
30825 2001-12-18  Paul Eggert  <eggert@twinsun.com>
30826
30827         See the big note in ../ChangeLog.
30828         * lib/human.c (suffixes): Prefer K to k for 1024.
30829         (generate_suffix_backwards): New function.
30830         (human_readable_inexact): Use it.
30831         * lib/xstrtol.c (__xstrtol): If there is no number but there
30832         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
30833         Accept 'K' as well as 'k'.
30834
30835 2001-12-15  Jim Meyering  <meyering@lucent.com>
30836
30837         * lib/regex.h (__restrict_arr): Update from libc.
30838
30839         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
30840         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
30841         (STREQ): Define.
30842
30843 2001-12-14  Jim Meyering  <meyering@lucent.com>
30844
30845         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
30846         Suggestion from Bruno Haible.
30847
30848 2001-12-10  Jim Meyering  <meyering@lucent.com>
30849
30850         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
30851         xrealloc, Instead, include "xalloc.h".
30852         (initbuffer): Don't cast xmalloc return value to char*.
30853         (readline): Reword comment.
30854         Don't cast xrealloc return value to char*
30855         Return NULL, not 0.
30856
30857 2001-12-09  Jim Meyering  <meyering@lucent.com>
30858
30859         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
30860         about `signed and unsigned type in conditional expression'.
30861         * lib/posixtm.c (posix_time_parse): Likewise.
30862
30863         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
30864
30865         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
30866         to avoid a pedantic warning.
30867
30868         * lib/getstr.c: Don't include assert.h.
30869         (getstr): Remove warning-evoking assertions.
30870         Return -1 if offset parameter is out of bounds.
30871         Change the type of a local from int to size_t.
30872
30873         * lib/strftime.c (my_strftime_localtime_r): Include this function
30874         definition in the `#if ! HAVE_TM_GMTOFF' block.
30875
30876         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
30877         Include xalloc.h instead.
30878
30879 2001-12-02  Jim Meyering  <meyering@lucent.com>
30880
30881         * lib/tempname.c: Don't declare getenv, thus reverting the change of
30882         2001-11-18.  It's no longer necessary, now that stdlib.h is always
30883         included.
30884
30885         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
30886         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
30887
30888 2001-11-30  Akim Demaille  <akim@epita.fr>
30889
30890         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
30891         before being defined.
30892
30893 2001-11-27  Paul Eggert  <eggert@twinsun.com>
30894
30895         * lib/quotearg.h (quotearg_n, quotearg_n_style):
30896         First arg is int, not unsigned.
30897         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
30898         (SIZE_MAX, UINT_MAX): New macros.
30899         (quotearg_n_options): Abort if N is negative.
30900         Avoid overflow check on hosts where size_t is 64 bits and int
30901         is 32 bits, as overflow is impossible there.
30902         Fix off-by-one typo that caused unnecessary reallocation.
30903
30904 2001-11-27  Jim Meyering  <meyering@lucent.com>
30905
30906         * lib/tempname.c: Merge with version from libc.
30907         * lib/regex.c: Likewise.
30908
30909         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
30910         systems for which STDC_HEADERS is 0, it was not included, resulting in
30911         a warning about an integer-to-pointer conversion problem with getenv.
30912         Reported by Volker Borchert.
30913
30914 2001-11-26  Jim Meyering  <meyering@lucent.com>
30915
30916         * lib/gtod.h: Remove file.
30917         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
30918         * lib/gettimeofday.c: Don't include gtod.h.
30919         (GTOD_init): Remove function.
30920         (rpl_gettimeofday): Do its job here instead, rather than aborting.
30921         Suggestion from Volker Borchert.
30922
30923 2001-11-23  Jim Meyering  <meyering@lucent.com>
30924
30925         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
30926         it.
30927         * lib/hash.c (struct hash_table): Define it here instead.
30928
30929 2001-11-22  Jim Meyering  <meyering@lucent.com>
30930
30931         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
30932
30933 2001-11-20  Jim Meyering  <meyering@lucent.com>
30934
30935         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
30936         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
30937
30938 2001-11-19  Jim Meyering  <meyering@lucent.com>
30939
30940         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
30941         directory.  Use "conftestXXXXXX" as the template.
30942         Suggestion from Paul Eggert.
30943
30944         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
30945         immediately, so the test doesn't mistakenly hit the max-open-files
30946         limit.
30947
30948 2001-11-18  Paul Eggert  <eggert@twinsun.com>
30949
30950         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
30951         (TEMPORARIES): New macro.
30952         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
30953         removes an artificial limitation (e.g. HP-UX 10.20, where
30954         TMP_MAX is 17576).
30955
30956 2001-11-18  Jim Meyering  <meyering@lucent.com>
30957
30958         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
30959
30960 2001-11-18  Jim Meyering  <meyering@lucent.com>
30961
30962         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
30963         on SunOS 4.
30964
30965         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
30966         files will be created before anything else.
30967
30968 2001-11-17  Paul Eggert  <eggert@twinsun.com>
30969
30970         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
30971         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
30972
30973 2001-11-17  Jim Meyering  <meyering@lucent.com>
30974
30975         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
30976         Prompted by a report from Bob Proulx.
30977
30978         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
30979         Instead, require UTILS_FUNC_MKSTEMP.
30980
30981 2001-11-17  Jim Meyering  <meyering@lucent.com>
30982
30983         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
30984         Now, that's done as part of AC_FUNC_STRTOD.
30985
30986 2001-11-17  Jim Meyering  <meyering@lucent.com>
30987
30988         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
30989         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
30990         rather than group writable.  Patch by Juan F. Codagnone.
30991
30992         * lib/readtokens.c: Remove explicit declarations of xmalloc and
30993         xrealloc, Instead, include "xalloc.h".
30994
30995         * lib/mountlist.c: Include unlocked-io.h after all system headers.
30996         Remove explicit declarations of xmalloc, xrealloc,
30997         and xstrdup.  Instead, include "xalloc.h".
30998
30999         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
31000         unlocked-io.h.
31001         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
31002         Likewise.
31003         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
31004
31005         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
31006         Reported by Padraig Brady.
31007
31008         * lib/mkstemp.c: #undef mkstemp.
31009         Include config.h.
31010         (rpl_mkstemp): Rename from mkstemp.
31011         Protoize.
31012
31013 2001-11-16  Jim Meyering  <meyering@lucent.com>
31014
31015         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
31016         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
31017         determine the amount of total physical memory, use pstat_getstatic.
31018         HPUX-11 doesn't define _SC_PHYS_PAGES.
31019         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
31020         If sysconf couldn't be used to determine the amount of available
31021         physical memory, use both pstat_getstatic and pstat_getdynamic.
31022         Based on a patch from Bob Proulx.
31023
31024 2001-11-10  Jim Meyering  <meyering@lucent.com>
31025
31026         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
31027         (jm_PREREQ): Use it.
31028
31029 2001-11-09  Jim Meyering  <meyering@lucent.com>
31030
31031         * m4/jm-macros.m4: Require autoconf-2.52f.
31032         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
31033         Use these AC_-prefixed names, not the AM_-prefixed ones.
31034
31035         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
31036
31037 2001-11-05  Jim Meyering  <meyering@lucent.com>
31038
31039         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
31040
31041 2001-11-04  Jim Meyering  <meyering@lucent.com>
31042
31043         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
31044         $DEFS.
31045
31046 2001-11-03  Jim Meyering  <meyering@lucent.com>
31047
31048         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
31049         of AC_DEFUN.
31050
31051         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
31052         know the name of the variable in the macro definition.
31053
31054 2001-11-03  Jim Meyering  <meyering@lucent.com>
31055
31056         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
31057         in argmatch_to_argument call.
31058
31059         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
31060         argument.
31061
31062         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
31063         e.g., a fault due to an attempt to free a NULL pointer.
31064
31065 2001-11-01  Jim Meyering  <meyering@lucent.com>
31066
31067         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
31068         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
31069
31070 2001-11-01  Jim Meyering  <meyering@lucent.com>
31071
31072         * lib/dirfd.c, lib/dirfd.h: New files.
31073         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
31074
31075         * lib/hash.c (hash_print) [TESTING]: Clean up.
31076
31077 2001-10-22  Paul Eggert  <eggert@twinsun.com>
31078
31079         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
31080         to avoid a warning if -Wall.
31081
31082 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
31083
31084         * README: New file
31085         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
31086         (per RMS's instructions, this is now the canonical source)
31087         * lgpl/, gpl/: New directories.
31088
31089 2001-10-21  Paul Eggert  <eggert@twinsun.com>
31090
31091         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
31092
31093 2001-10-21  Jim Meyering  <meyering@lucent.com>
31094
31095         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
31096         this code would end up calling gettext even in packages built
31097         with --disable-nls.
31098         * lib/getopt.c (_): Likewise.
31099         * lib/regex.c (_): Likewise.
31100
31101 2001-10-20  Paul Eggert  <eggert@twinsun.com>
31102
31103         * m4/error.m4 (jm_PREREQ_ERROR):
31104         Do not invoke AC_CHECK_FUNCS with strerror_r, as
31105         AC_FUNC_STRERROR_R does that.
31106         Check for strerror declaration.
31107
31108         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
31109         are supposed to have them these days.
31110         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
31111         Merge changes from latest Autoconf CVS.
31112         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
31113         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
31114         POSIX decided to standardize on the int flavor of strerror_r.
31115
31116 2001-10-20  Paul Eggert  <eggert@twinsun.com>
31117
31118         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
31119         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
31120         Use strerror_r that is only a macro, even if it is not a function.
31121         (strerror): Check for HAVE_DECL_STRERROR before declaring.
31122         (private_strerror): Use prototypes, not old-style function definition.
31123         (print_errno_message): New function.
31124         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
31125         char*-flavored one.
31126         (error_tail, error, error_at_line): Use it.
31127
31128 2001-10-11  Jim Meyering  <meyering@lucent.com>
31129
31130         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
31131         and quote_n (1, ... to avoid clobbering a buffer.
31132
31133 2001-10-05  Jim Meyering  <meyering@lucent.com>
31134
31135         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
31136         hash-pjw.h.
31137         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
31138         * lib/hash-pjw.h: New file.
31139
31140 2001-09-30  Jim Meyering  <meyering@lucent.com>
31141
31142         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
31143         `struct fsstat' has the `f_fstypename' member.
31144         Use that to define FS_TYPE, which is now used to make
31145         the getfsstat link test tighter.
31146
31147 2001-09-30  Jim Meyering  <meyering@lucent.com>
31148
31149         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
31150         Include <sys/ucred.h>, for Apple Darwin.
31151         Include sys/mount.h and sys/fs_types.h only if available.
31152         (FS_TYPE): Define.
31153         (read_filesystem_list): Use FS_TYPE.
31154
31155 2001-09-29  Paul Eggert  <eggert@twinsun.com>
31156
31157         * lib/exclude.c (excluded_filename): 0 -> false, since it's
31158         a boolean context.
31159
31160 2001-09-29  Jim Meyering  <meyering@lucent.com>
31161
31162         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
31163         [one-argument getmntent function]): Include stdio.h before mntent.h.
31164         SunOS 4.1.x needs it for the declaration of `FILE'.
31165         Patch by Volker Borchert.
31166
31167         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
31168         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
31169         sys/fs_types.h, and make the link-test for getfsstat guard #include
31170         directives with appropriate #if HAVE_*_H tests so that we can
31171         detect getfsstat on Apple Darwin1.3.7 systems.
31172         Reported by Nelson Beebe.
31173         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
31174
31175 2001-09-28  Paul Eggert  <eggert@twinsun.com>
31176
31177         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
31178         #defines strtoimax.  Also treat the other strto* functions
31179         like strtoimax.
31180
31181         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
31182         Check for strtoul and strtoumax,
31183         as those declarations are made even in the signed case.
31184         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
31185         Likewise, for strtol and strtoimax.
31186
31187 2001-09-28  Paul Eggert  <eggert@twinsun.com>
31188
31189         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
31190         #defines strtoimax.  Also treat the other strto* functions
31191         like strtoimax.
31192
31193         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
31194         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
31195         (strtoimax, strtoumax): Do not declare if already defined as a macro.
31196
31197 2001-09-26  Jim Meyering  <meyering@lucent.com>
31198
31199         Most macros in unlocked-io.h had the wrong number of arguments.
31200         * lib/gen-uio: New script.
31201         (USE_UNLOCKED_IO): Define to 1 if not already defined.
31202         * lib/unlocked-io.hin: Remove file.
31203         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
31204         rather than trying to embed it here.
31205         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
31206         Reported by Padraig Brady.
31207
31208 2001-09-25  Volker Borchert  <bt@teknon.de>
31209
31210         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
31211         `result'.
31212
31213 2001-09-24  Jim Meyering  <meyering@lucent.com>
31214
31215         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
31216
31217 2001-09-23  Jim Meyering  <meyering@lucent.com>
31218
31219         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
31220         instead of the mere test for existence of mntent.h.  The latter
31221         would get a false-positive on AIX 3.4 systems.
31222         In the outer getmntent if-block, don't die if neither of the getmntent
31223         tests succeeds.  Instead, just fall through and continue with the
31224         remaining tests.
31225
31226 2001-09-23  Jim Meyering  <meyering@lucent.com>
31227
31228         * lib/mountlist.c: Remove useless parentheses in #if directives.
31229         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
31230         the deprecated MOUNTED symbol is no longer defined in mntent.h.
31231
31232 2001-09-22  Jim Meyering  <meyering@lucent.com>
31233
31234         * m4/gettext.m4: New file.  From gettext.
31235         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
31236         * m4/progtest.m4: Likewise
31237         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
31238         * m4/glibc21.m4: Likewise.
31239
31240         * m4/libintl.m4: Remove.  No longer used.
31241
31242 2001-09-22  Jim Meyering  <meyering@lucent.com>
31243
31244         * lib/localcharset.c: Update from latest gettext.
31245         * lib/config.charset: Likewise.
31246
31247 2001-09-20  Jim Meyering  <meyering@lucent.com>
31248
31249         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
31250         strtoimax.
31251         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
31252         strtoumax.
31253
31254 2001-09-20  Jim Meyering  <meyering@lucent.com>
31255
31256         * lib/xstrtol.c (strtoimax): Guard declaration with
31257         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
31258         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
31259         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
31260         (strtoumax): Likewise, for completeness (it wasn't necessary).
31261
31262 2001-09-17  Paul Eggert  <eggert@twinsun.com>
31263
31264         * lib/strtoimax.c (HAVE_LONG_LONG):
31265         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
31266         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
31267         to work around bug in IBM C compiler.
31268
31269 2001-09-17  Jim Meyering  <meyering@lucent.com>
31270
31271         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
31272         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
31273         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
31274         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
31275         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
31276         whenever the right hand side need not be expanded by the shell.
31277
31278 2001-09-16  Paul Eggert  <eggert@twinsun.com>
31279
31280         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
31281         library.  It's not correct, as some older glibcs are buggy.
31282         fnmatch wasn't fixed until glibc 2.2.
31283
31284         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
31285         special shell magic here.
31286
31287 2001-09-16  Jim Meyering  <meyering@lucent.com>
31288
31289         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
31290         * m4/jm-macros.m4: Require it.
31291
31292 2001-09-16  Jim Meyering  <meyering@lucent.com>
31293
31294         * lib/mkdir.c: New file.
31295
31296 2001-09-15  Jim Meyering  <meyering@lucent.com>
31297
31298         * m4/jm-macros.m4: Check for help2man.
31299
31300 2001-09-11  Jim Meyering  <meyering@lucent.com>
31301
31302         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
31303         The body, by Paul Eggert, was moved here from configure.in.
31304         * m4/jm-macros.m4: Require UTILS_HOST_OS.
31305
31306 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31307
31308         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
31309         (jm_PREREQ): Use it.
31310
31311 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31312
31313         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
31314         Use ssize_t, not int, to store result of readlink.
31315         Check for ssize_t overflow as well as size_t overflow,
31316         as POSIX says the result of readlink is implementation-defined
31317         when ssize_t overflows.
31318         Remove unnecessary cast to char*.
31319         Use free+malloc instead of realloc, as the storage doesn't need
31320         to be preserved and it's clearer and can be more efficient that way.
31321         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
31322         * lib/xreadlink.h (xreadlink): Update prototype.
31323
31324 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31325
31326         * lib/xgetcwd.c: Revert some of the previous change; intead,
31327         fix the HAVE_GETCWD_NULL code to behave more like the
31328         !HAVE_GETCWD_NULL code used to.
31329
31330         Include "xalloc.h".
31331         (xgetcwd): Do not return NULL when memory is exhausted; instead,
31332         invoke xalloc_die.
31333
31334 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31335
31336         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
31337         sys/param.h, as pathmax.h includes them.
31338
31339 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31340
31341         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
31342         (jm_PREREQ_XGETCWD): New macro.
31343
31344         * m4/getcwd.m4: New file.
31345
31346 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31347
31348         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
31349         like the HAVE_GETCWD_NULL code.
31350         Include pathmax.h if not HAVE_GETCWD.
31351         Do not include xalloc.h.
31352         (INITIAL_BUFFER_SIZE): New symbol.
31353         Do not use xmalloc / xrealloc, since the caller is responsible for
31354         handling errors.  Preserve errno around `free' during failure.
31355         Do not overrun buffer when using getwd.
31356
31357 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31358
31359         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
31360         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
31361         getcwd (NULL, 0).
31362
31363 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31364
31365         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
31366         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
31367         spotted by Jim Meyering.
31368
31369 2001-09-03  Jim Meyering  <meyering@lucent.com>
31370
31371         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
31372         failure.
31373
31374 2001-09-02  Jim Meyering  <meyering@lucent.com>
31375
31376         * lib/error.c: Update from GNU libc.
31377
31378 2001-09-01  Jim Meyering  <meyering@lucent.com>
31379
31380         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
31381         Used by df.
31382
31383 2001-09-01  Jim Meyering  <meyering@lucent.com>
31384
31385         * lib/xreadlink.c: New file.
31386         * lib/xreadlink.h: New file.
31387         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
31388         xreadlink.h.
31389
31390         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
31391         doesn't conflict with sparc Solaris 7's definition in
31392         /usr/include/sys/int_types.h.
31393
31394         * lib/exclude.c: Use `""', not `<>' to #include non-system header
31395         files.
31396         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
31397         and strncasecmp as r-values.  Unixware didn't have declarations.
31398
31399 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31400
31401         * lib/xstrtol.h: Add copyright notice.
31402         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
31403         LONGINT_INVALID_SUFFIX_CHAR.
31404
31405 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31406
31407         * lib/xstrtol.c (strtoimax): New decl.
31408
31409 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31410
31411         * lib/xgetcwd.c: Don't include pathmax.h.
31412         Include stdlib.h and unistd.h if available.
31413         Include xalloc.h.
31414         (xmalloc, xstrdup, free): Remove decls.
31415         (xgetcwd): Don't assume sizes fit in unsigned.
31416         Check for overflow when computing sizes.
31417         Simplify reallocation code.
31418
31419 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31420
31421         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
31422         a directory's st_size can have an arbitrary value, so the old
31423         usage could waste an arbitrary amount of memory.  All uses
31424         changed.
31425         * lib/savedir.h: Update prototype.
31426
31427 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31428
31429         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
31430
31431         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
31432         old strtoimax.c.
31433
31434         Also, make the following further changes to make this file's
31435         configuration more similar to that of strtol.c:
31436         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
31437         (strtoumax, uintmax_t, strtoull, strtol): Remove.
31438         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
31439         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
31440         changed to signed values.
31441
31442         And make the following changes as well:
31443         Fix copyright notice, as 1999 was missing.
31444         (verify): New macro.
31445         (strtoimax): Check sizes at compile-time, not run-time.
31446         Prefer strtol to strtoll if both work.
31447         (main): Remove; it was not that useful and was a pain to maintain.
31448
31449         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
31450
31451 2001-08-31  Jim Meyering  <meyering@lucent.com>
31452
31453         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
31454         Use an initial, malloc'd, buffer of length 128 rather than
31455         a statically allocated one of length 1024.
31456
31457 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31458
31459         Simplify code, partly by assuming autoconf 2.52 semantics.
31460
31461         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
31462
31463         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
31464         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
31465         All uses removed.
31466         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
31467         Move AC_REQUIRE to next-to-top level, to avoid confusion.
31468         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
31469         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
31470         jm_AC_HEADER_INTTYPES_H.
31471         * m4/jm-macros.m4 (jm_MACROS): Likewise.
31472
31473         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
31474
31475         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
31476         Quote first arg of AC_DEFUN.
31477         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
31478         since they are needed to parse the include file even if we need
31479         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
31480         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
31481         but with opposite signedness.
31482
31483 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31484
31485         Merge 'exclude' changes from tar 1.13.22.
31486         This fixes one or two unlikely storage allocation overflow bugs,
31487         but doesn't change user-visible behavior otherwise.
31488
31489 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31490
31491         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
31492         (jm_PREREQ_EXCLUDE): New macro.
31493
31494 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31495
31496         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
31497         tm to be declared.
31498
31499 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31500
31501         * lib/hash.c: Remove '2001' from copyright notice.
31502
31503 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31504
31505         * lib/full-write.h: New file.
31506         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
31507         * lib/full-write.c: Correct credits, as cccp.c no longer
31508         exists and anyway it was so heavily changed from the old cccp
31509         code as to be unrecognizable.  Include full-write.h.
31510         (full_write) Return size_t, with short writes meaning failure.
31511         All callers changed.  This fixes a bug with large buffers
31512         on 64-bit hosts.
31513         * lib/utime.c: Include full-write.h.
31514
31515 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31516
31517         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
31518         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
31519         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
31520         Include if available.
31521         (<xalloc.h>): Include
31522         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
31523         (verify): New macro.  Use it to verify that EXCLUDE macros do not
31524         collide with FNM macros.
31525         (struct patopts): New struct.
31526         (struct exclude): Use it, as exclude patterns now come with options.
31527         (new_exclude): Support above changes.
31528         (new_exclude, add_exclude_file):
31529         Initial size must now be a power of two to simplify overflow checking.
31530         (free_exclude, fnmatch_no_wildcards): New function.
31531         (excluded_filename): No longer requires options arg, as the options
31532         are determined by add_exclude.  Now returns bool, not int.
31533         (excluded_filename, add_exclude):
31534         Add support for the fancy new exclusion options.
31535         (add_exclude, add_exclude_file): Now takes int options arg.
31536         Check for arithmetic overflow when computing sizes.
31537         (add_exclude_file): xrealloc might modify errno, so don't
31538         realloc until after errno might be used.
31539
31540         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
31541         New macros.
31542         (free_exclude): New decl.
31543         (add_exclude, add_exclude_file): Now takes int options arg.
31544         (excluded_filename): No longer requires options arg, as the options
31545         are determined by add_exclude.  Now returns bool, not int.
31546
31547 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31548
31549         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
31550
31551 2001-08-27  Jim Meyering  <meyering@lucent.com>
31552
31553         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
31554
31555         * lib/version-etc.c (N_): Remove definition.
31556         Revert most of last change.
31557         Instead, simply don't mark the `Copyright...' string for translation.
31558         Based on advice from Paul Eggert.
31559
31560         * lib/strtoxmax.c: Tweak comment.
31561
31562 2001-08-26  Jim Meyering  <meyering@lucent.com>
31563
31564         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
31565
31566         * m4/xstrtoimax.m4: New file.
31567         * m4/xstrtoumax.m4: Add comments explaining why we
31568         AC_REPLACE_FUNCS(strtol).
31569
31570 2001-08-26  Jim Meyering  <meyering@lucent.com>
31571
31572         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
31573         of copyright with `%s' so translators don't get an untranslated
31574         message in 2002.
31575         (COPYRIGHT_YEAR): Define.
31576         (version_etc): Use fprintf rather than fputs.
31577         Suggestion from Ulrich Drepper.
31578
31579         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
31580
31581         * lib/strtoll.c: New file, from GNU libc.
31582         * lib/xstrtoimax.c: New file.
31583
31584         * lib/xstrtol.h: Add xstrtoimax.
31585         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
31586         * lib/strtoimax.c: New file.  Likewise, but first define
31587         STRTOUXMAX_SIGNED.
31588
31589         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
31590         ...
31591         * lib/strtoxmax.c: ... then renamed to this.
31592
31593 2001-08-18  Paul Eggert  <eggert@twinsun.com>
31594
31595         * m4/inttypes.m4: Add AC_PREREQ(2.13).
31596         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
31597         (jm_AC_TYPE_INTMAX_T): New macro.
31598         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
31599
31600         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
31601
31602         * m4/longlong.m4: Renamed from ulonglong.m4.
31603         * m4/inttypes.m4: Renamed from inttypes_h.m4.
31604         * m4/uintmax_t.m4: Removed.
31605
31606 2001-08-13  Paul Eggert  <eggert@twinsun.com>
31607
31608         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
31609         Port to Solaris 8, where 'sed' requires a space after the 'r'
31610         command, and where sh dislikes "$/".  Clean up the spacing a bit.
31611         Redirect output to $tmp just once.
31612
31613 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
31614
31615         * lib/addext.c (<errno.h>): Include.
31616         (errno): Declare if not defined.
31617         (addext): Work correctly when pathconf returns -1 and leaves
31618         errno alone because there is no limit.  Also, work even if
31619         pathconf returns a value greater than SIZE_MAX.
31620
31621 2001-08-12  Jim Meyering  <meyering@lucent.com>
31622
31623         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
31624         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
31625         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
31626         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
31627         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
31628         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
31629         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
31630         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
31631         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
31632         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
31633         utime.m4, utimes.m4, xstrtoumax.m4:
31634         Quote the first argument in each use of AC_DEFUN.
31635
31636 2001-08-12  Jim Meyering  <meyering@lucent.com>
31637
31638         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
31639         Simply `return getcwd (NULL, 0);'.
31640         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
31641         Use 1300 as initial value for length, not PATH_MAX.
31642
31643         * lib/pathmax.h: Clean up cpp syntax.
31644
31645 2001-08-12  Jim Meyering  <meyering@lucent.com>
31646
31647         * lib/gettimeofday.c: New file.
31648         * lib/gtod.h: New file.
31649         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
31650
31651 2001-08-05  Jim Meyering  <meyering@lucent.com>
31652
31653         * m4/jm-macros.m4: Require autoconf-2.52.
31654
31655 2001-08-04  Jim Meyering  <meyering@lucent.com>
31656
31657         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
31658         stmt, to get in sync with glibc.
31659
31660 2001-08-03  Paul Eggert  <eggert@twinsun.com>
31661
31662         The following changes are from gettext 0.10.39 as maintained by
31663         Bruno Haible.
31664
31665         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
31666         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
31667         with inverted sense.  All uses changed.
31668
31669         * lib/mbswidth.c: Don't include <limits.h>.
31670         Include <stdlib.h> and <string.h> unconditionally.
31671         (iswcntrl, mbsinit, ISCNTRL): New macros.
31672         (mbsnwidth): Use K&R style function declarations.
31673         Don't bother checking for MB_LEN_MAX == 1, since the compiler
31674         can optimize it when MB_CUR_MAX == 1.
31675         The width of control characters is zero, not 1.
31676
31677 2001-08-03  Paul Eggert  <eggert@twinsun.com>
31678
31679         The following changes are from gettext 0.10.39 as maintained by
31680         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
31681
31682         * m4/codeset.m4: Upgrade to serial AM1.
31683         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
31684         all uses changed.  Quote first arg of AC_DEFUN.
31685         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
31686
31687         * m4/iconv.m4: Upgrade to serial AM2.
31688         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
31689         Add --with-libconv-prefix.
31690         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
31691         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
31692         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
31693         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
31694         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
31695
31696         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
31697         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
31698         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
31699         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
31700         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
31701         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
31702         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
31703         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
31704         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
31705
31706         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
31707         string.h any more.
31708
31709         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
31710         not the default value.
31711
31712         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
31713         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
31714         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
31715         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
31716         Also check for iswcntrl, used for wcwidth fallback.
31717         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
31718         to Autoconf 2.13.
31719
31720 2001-08-03  Jim Meyering  <meyering@lucent.com>
31721
31722         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
31723         as it was in the original.  Reported by Paul Eggert.
31724
31725 2001-07-16  Jim Meyering  <meyering@lucent.com>
31726
31727         * m4/gettimeofday.m4: New file.
31728         Prompted by a report from Bernhard Baehr.
31729
31730 2001-07-15  Jim Meyering  <meyering@lucent.com>
31731
31732         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
31733         stuff. Now it's in ../Makefile.cfg.
31734
31735 2001-07-15  Jim Meyering  <meyering@lucent.com>
31736
31737         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
31738         (BUILT_SOURCES): Add unlocked-io.h.
31739         (io_functions): Define.
31740         (unlocked-io.h): New rule.
31741         (DISTCLEANFILES): Add unlocked-io.h.
31742         (all-local): Depend on unlocked-io.h, to ensure it is created.
31743
31744         * lib/unlocked-io.hin: New file
31745
31746         * lib/regex.c: Update from glibc.
31747
31748 2001-07-05  Jim Meyering  <meyering@lucent.com>
31749
31750         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
31751         recommendation.
31752         (libfetish_a_SOURCES): Put all .h files here instead.
31753         Remove a thus-exposed (better checks in automake) duplicate and
31754         two unnecessary .h files.
31755
31756 2001-07-04  Jim Meyering  <meyering@lucent.com>
31757
31758         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
31759         that generates jm-glibc-io.m4 so that it doesn't trigger any make
31760         distcheck failure.
31761
31762 2001-07-02  Jim Meyering  <meyering@lucent.com>
31763
31764         The following changes were prompted by suggestions from Bruno Haible.
31765
31766         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
31767         is now generated.
31768         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
31769         definition of EXTRA_DIST.
31770         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
31771         ensure that the generated file is created/updated whenever the list
31772         of $(unlocked_functions) is changed.
31773         (jm-glibc-io.m4): New rule.
31774         (unlocked-io.h): New rule -- currently unused.
31775
31776 2001-06-24  Jim Meyering  <meyering@lucent.com>
31777
31778         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
31779         unmatched right bracket, rather than kludging it with an extra,
31780         falsely-matching quote in a comment.  Patch by Akim Demaille.
31781
31782 2001-06-11  Jim Meyering  <meyering@lucent.com>
31783
31784         * lib/regex.c: Update from GNU libc.
31785
31786 2001-05-27  Jim Meyering  <meyering@lucent.com>
31787
31788         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
31789         Check for ut_type in struct utmp.
31790
31791 2001-05-27  Jim Meyering  <meyering@lucent.com>
31792
31793         * lib/readutmp.h (UT_TYPE): Define.
31794
31795 2001-05-24  Jim Meyering  <meyering@lucent.com>
31796
31797         * lib/argmatch.c: Include "quote.h".
31798         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
31799         quote function.  Reported by Göran Uddeborg.
31800
31801 2001-05-22  Jim Meyering  <meyering@lucent.com>
31802
31803         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
31804         now that we use the package-supplied version unconditionally.
31805         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
31806
31807 2001-05-21  Jim Meyering  <meyering@lucent.com>
31808
31809         * m4/regex.m4: Change a couple backticks to single quotes to avoid
31810         shell syntax errors.
31811
31812 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
31813
31814         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
31815
31816 2001-05-20  Paul Eggert  <eggert@twinsun.com>
31817
31818         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
31819         Don't bother to check library strftime, since
31820         we'll be using our own my_strftime function anyway.
31821         Define my_strftime instead of strftime.
31822
31823 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
31824
31825         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
31826         which is not yet declared.
31827
31828 2001-05-15  Jim Meyering  <meyering@lucent.com>
31829
31830         * m4/regex.m4: Use proper quoting so brackets appear in the test
31831         program.
31832         Reported by, and with help from, Bruno Haible.
31833
31834 2001-05-13  Jim Meyering  <meyering@lucent.com>
31835
31836         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
31837         undefined.
31838
31839 2001-05-11  Paul Eggert  <eggert@twinsun.com>
31840
31841         dirname code cleanup.  base_name now behaves more compatibly
31842         with POSIX basename when given file names that have trailing
31843         slashes, and similarly for dir_name.  Add new primitives
31844         base_len and dir_len.  Put the directory-name-related decls
31845         into dirname.h.
31846
31847         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
31848         * lib/backupfile.c (base_name): Likewise.
31849         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
31850         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
31851         * lib/makepath.c (strip_trailing_slashes): Likewise.
31852         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
31853         ISSLASH): Likewise.
31854         * lib/rename.c (strip_trailing_slashes): Likewise.
31855         * lib/same.c (base_name): Likewise.
31856         * lib/stripslash.c (ISSLASH): Likewise.
31857
31858         * lib/addext.c: Include <dirname.h> after size_t is defined.
31859         * lib/backupfile.c: Likewise.
31860
31861         * lib/addext.c (addext): Use base_len to trim redundant
31862         trailing slashes instead of doing it ourselves.
31863         But do not trim the last slash if it is not redundant.
31864
31865         * lib/backupfile.c (find_backup_file_name,
31866         max_backup_version): Use base_len instead of rolling it ourselves.
31867         Handle the case of "" and (on DOS) "C:" correctly.
31868
31869         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
31870         needed. Include <string.h>, <dirname.h>.
31871         (base_name): Allow file names ending in slashes, other than names
31872         that are all slashes.  In this case, return the basename followed
31873         by the slashes.  This is more general, and can be used in places
31874         where the original base_name purposely had an assertion failure.
31875         (base_len): New function.
31876
31877         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
31878         Do not include <assert.h>; no longer needed.
31879         Include xalloc.h.
31880         (memrchr): Remove decl.
31881         (dir_name_r): Remove.
31882         (dir_len): Renamed from dirlen.  All callers changed.
31883         Rewrite in terms of base_name, for simplicity and consistency.
31884         (dir_name): Never return NULL.  All callers changed.
31885         Do not include <stdlib.h> in test program; no longer needed.
31886         return 0; is fine for test program.
31887
31888         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
31889         New macros.
31890         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
31891
31892         * lib/path-concat.c (path_concat): Use base_len to compute
31893         base length, not strlen; this means we cannot rely on memcpy
31894         to null-terminate.
31895
31896         * lib/same.c (STREQ): Remove.
31897         (same_name): Handle the case where the basename ends in trailing '/'.
31898
31899         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
31900         a slash was stripped.  Do not strip the last slash after a
31901         file system prefix.
31902
31903 2001-05-11  Paul Eggert  <eggert@twinsun.com>
31904
31905         * lib/Makefile.am (libfetish_a_SOURCES):
31906         Add strftime.c, since we now compile it on all hosts.
31907
31908         * lib/strftime.c (my_strftime):
31909         Define to nstrftime if emacs, but only if my_strftime is not defined.
31910         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
31911         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
31912         Add one more extra argument: a nanoseconds value.
31913         All uses changed.
31914         (ns): New macro.
31915         (my_strftime function): Add %N format.
31916         (emacs_strftimeu): Renamed from emacs_strftime,
31917         with extra ut argument.
31918
31919 2001-05-09  Paul Eggert  <eggert@twinsun.com>
31920
31921         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
31922
31923 2001-04-21  Jim Meyering  <meyering@lucent.com>
31924
31925         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
31926         doesn't interfere.
31927
31928 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
31929
31930         * m4/ftruncate.m4: Check for chsize.
31931         Link with ftruncate.o unconditionally if ftruncate is missing.
31932         This was required when cross-compiling to i586-mingw32msvc.
31933
31934 2001-04-08  Jim Meyering  <meyering@lucent.com>
31935
31936         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
31937         recomputed; that's necessary when the offset spans a DST transition.
31938         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
31939
31940 2001-04-02  Jim Meyering  <meyering@lucent.com>
31941
31942         * lib/regex.h, regex.c: Update from GNU libc.
31943
31944 2001-03-24  Jim Meyering  <meyering@lucent.com>
31945
31946         * m4/jm-macros.m4: Require autoconf-2.49d.
31947
31948 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
31949
31950         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
31951
31952 2001-03-19  Paul Eggert  <eggert@twinsun.com>
31953
31954         * lib/version-etc.c (version_etc_copyright): Update to 2001.
31955
31956 2001-03-17  Jim Meyering  <meyering@lucent.com>
31957
31958         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
31959         now that the version in autoconf is equivalent.
31960         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
31961
31962         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
31963         Suggestion from Akim Demaille.
31964
31965         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
31966         (jm_PREREQ_TEMPNAME): New function.
31967
31968 2001-03-16  Paul Eggert  <eggert@twinsun.com>
31969
31970         * lib/tempname.c (uint64_t): Define to uintmax_t if
31971         not defined, and if UINT64_MAX is not defined.
31972         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
31973         Reported by John David Anglin.
31974
31975 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
31976
31977         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
31978         resolve alias if codeset is empty.
31979         * lib/config.charset (BeOS): Use wildcard syntax.
31980
31981 2001-03-13  Jim Meyering  <meyering@lucent.com>
31982
31983         * lib/path-concat.c (path_concat)
31984         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
31985         concatenating e.g., `C:' and `foo'.
31986         From Bruno Haible.
31987
31988 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
31989
31990         * lib/localcharset.c (locale_charset): Don't use
31991         setlocale(LC_CTYPE,NULL). Don't return NULL.
31992         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
31993
31994 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
31995
31996         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
31997         support for DOS/DJGPP.
31998
31999 2001-03-01  Paul Eggert  <eggert@twinsun.com>
32000
32001         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
32002         lacks mkstemp.  Compile our own tempname.c if we compile our own
32003         mkstemp.c, as mkstemp relies on tempname.
32004
32005 2001-03-01  Jim Meyering  <meyering@lucent.com>
32006
32007         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
32008         AH_VERBATIM really does output its argument verbatim.
32009
32010 2001-02-28  Paul Eggert  <eggert@twinsun.com>
32011
32012         * lib/Makefile.am (libfetish_a_SOURCES):
32013         Add dup-safer.c, fopen-safer.c.
32014         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
32015
32016         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
32017         * lib/unistd-safer.h: New files.
32018
32019 2001-02-25  Paul Eggert  <eggert@twinsun.com>
32020
32021         The mkstemp replacement is taken from glibc 2.2.2, with some
32022         portability fixes for use outside glibc, as follows:
32023
32024         * lib/tempname.c (struct_stat64): New macro.
32025         (direxists, __gen_tempname): Use it.
32026         This avoids a portability problem with Solaris 8.
32027
32028         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
32029         (<stddef.h>, <stdint.h>, <string.h>):
32030         Include only if STDC_HEADERS || _LIBC.
32031         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
32032         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
32033         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
32034         (__set_errno): Define this macro if <errno.h> doesn't.
32035         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
32036         Define these macros if <stdio.h> doesn't.
32037         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
32038         Define these macros if <sys/stat.h>
32039         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
32040         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
32041         __xstat64): Define if not _LIBC.
32042         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
32043         (__gen_tempname): Invoke gettimeofday only if
32044         HAVE_GETTIMEOFDAY || _LIBC;
32045         otherwise, fall back on plain "time".
32046         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
32047
32048         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
32049
32050         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
32051
32052 2001-02-18  Paul Eggert  <eggert@twinsun.com>
32053
32054         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
32055
32056 2001-02-17  Paul Eggert  <eggert@twinsun.com>
32057
32058         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
32059         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
32060         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
32061         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
32062
32063 2001-02-17  Paul Eggert  <eggert@twinsun.com>
32064
32065         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
32066         Remove workaround macros for hosts that have mbrtowc but not
32067         mbstate_t, as we now insist on proper declarations for both
32068         before using mbrtowc.
32069
32070 2001-02-17  Jim Meyering  <meyering@lucent.com>
32071
32072         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
32073         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
32074         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
32075         UnixWare 7.1.1.
32076
32077         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
32078         rather than AC_CACHE_VAL.
32079
32080 2001-02-17  Jim Meyering  <meyering@lucent.com>
32081
32082         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
32083         around included file name.
32084
32085         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
32086
32087         * lib/strftime.c: Update from GNU libc (the only changes were to
32088         comments).
32089
32090 2001-02-17  Jim Meyering  <meyering@lucent.com>
32091
32092         * lib/regex.c: Update from libc.
32093
32094 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
32095
32096         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
32097         clash.
32098
32099 2001-02-16  Paul Eggert  <eggert@twinsun.com>
32100
32101         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
32102         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
32103         Reported by Mark Hounschell via Paul Eggert.
32104
32105 2001-02-07  Jim Meyering  <meyering@lucent.com>
32106
32107         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
32108
32109 2001-02-05  Jim Meyering  <meyering@lucent.com>
32110
32111         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
32112         it includes the patch required for `large file' support with at least
32113         HP-UX's 10.20 /bin/cc.
32114
32115 2001-02-03  Jim Meyering  <meyering@lucent.com>
32116
32117         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
32118         AS_IF, now that it works once again (mysteriously).
32119         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
32120
32121 2001-01-30  Jim Meyering  <meyering@lucent.com>
32122
32123         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
32124         * m4/chown.m4: Rename conftestchown to conftest.chown.
32125         * m4/rename.m4: s/conftestdir/conftest.d1/ and
32126         s/conftestdir2/conftest.d2/.
32127         * m4/utimes.m4: s/conftestdata/conftest.data/
32128         Inspired by Pavel Roskin's change in autoconf.
32129
32130 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
32131
32132         * lib/config.charset: Update for FreeBSD 4.2.
32133
32134 2001-01-27  Jim Meyering  <meyering@lucent.com>
32135
32136         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
32137         a use of AS_IF.
32138         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
32139
32140 2001-01-26  Jim Meyering  <meyering@lucent.com>
32141
32142         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
32143         quotearg.c includes it.
32144
32145 2001-01-26  Jim Meyering  <meyering@lucent.com>
32146
32147         * lib/quotearg.c: Include stddef.h.
32148         * lib/quote.c: Include stddef.h.
32149         Reported by Axel Kittenberger.
32150
32151         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
32152         line in double quotes so that it evokes a better diagnostic.
32153         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
32154         Reported by Axel Kittenberger.
32155
32156 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
32157
32158         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
32159         as if it was a `charset'.
32160
32161 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
32162
32163         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
32164         has const.
32165
32166 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
32167
32168         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
32169         to avoid a warning.  Add back 'const' to inptr.
32170
32171 2001-01-20  Jim Meyering  <meyering@lucent.com>
32172
32173         Be sure that headers are checked before used in code compiled
32174         for the type checks.
32175         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
32176         In place of that, invoke jm_CHECK_ALL_TYPES.
32177         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
32178         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
32179         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
32180         The check for ssize_t was mistakenly run before the test for unistd.h.
32181
32182         The configure-time check for stdbool.h was missing.
32183         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
32184         (jm_PREREQ_HASH): New function.
32185
32186 2001-01-17  Jim Meyering  <meyering@lucent.com>
32187
32188         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
32189         for autoconf-2.49c.
32190         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
32191
32192 2001-01-16  Jim Meyering  <meyering@lucent.com>
32193
32194         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
32195         From Bruno Haible.
32196
32197 2001-01-14  Jim Meyering  <meyering@lucent.com>
32198
32199         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
32200         foo and bar.  Create conftestdir/ in the script, not in the C code.
32201         Remove directories in the script, not in the C code.
32202         Remove conftestdir{,2} before trying to create the directory.
32203         Make the entire configure script fail if the mkdir fails.
32204
32205 2001-01-14  Jim Meyering  <meyering@lucent.com>
32206
32207         * lib/rename.c: New file.  From Volker Borchert.
32208         Include stdlib.h, string.h or strings.h, and xalloc.h.
32209         Use strip_trailing_slashes rather than open-coding it.
32210
32211 2001-01-03  Paul Eggert  <eggert@twinsun.com>
32212
32213         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
32214
32215 2001-01-03  Jim Meyering  <meyering@lucent.com>
32216
32217         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
32218         of local `inptr' to avoid warning with some system declarations of
32219         iconv.
32220
32221 2001-01-02  Volker Borchert  <bt@teknon.de>
32222
32223         * m4/rename.m4: New file.
32224         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
32225
32226 2001-01-01  Jim Meyering  <meyering@lucent.com>
32227
32228         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
32229         even on systems with utmpx.h.  It's necessary for the declaration of
32230         utmp's ut_user member.  Reported by Andreas Jaeger.
32231
32232         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
32233         available. They are required for the declarations of getgrgid and
32234         getpwuid resp.
32235         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
32236         Reported by Andreas Jaeger.
32237
32238 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
32239
32240         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
32241         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
32242         so `make install' also works in VPATH builds.
32243
32244 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
32245
32246         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
32247         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
32248         can be used in subdirectories.
32249
32250 2000-12-29  Paul Eggert  <eggert@twinsun.com>
32251
32252         * lib/modechange.c: Do not assume that mode_t uses the
32253         traditional octal encoding.  E.g. "chmod 1 FOO" should set
32254         the other-execute bit of FOO even if S_IXOTH != 1.
32255
32256         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
32257         WOTH, XOTH, ALLM): New macros.
32258         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
32259          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
32260         Use them.
32261         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
32262         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
32263         (mode_compile):
32264         No need to use uintmax_t; unsigned long is long enough.
32265         Don't bother to get suffix since we don't use it.
32266
32267 2000-12-26  Jim Meyering  <meyering@lucent.com>
32268
32269         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
32270         better with autoheader.
32271
32272 2000-12-24  Jim Meyering  <meyering@lucent.com>
32273
32274         * lib/hash.c (is_prime): Return explicit boolean values.
32275         (hash_get_first): Return NULL to appease Irix5.6's 89.
32276         Reported by Nelson Beebe.
32277
32278 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
32279
32280         * lib/localcharset.c (locale_charset): Add support for Win32.
32281
32282 2000-12-18  Paul Eggert  <eggert@twinsun.com>
32283
32284         * lib/physmem.h, lib/physmem.c: New files.
32285
32286         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
32287         (noinst_HEADERS): Add physmem.h.
32288
32289         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
32290         't' for compatibility with Solaris 8 sort.
32291
32292 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
32293
32294         * lib/config.charset: Add support for BeOS.
32295
32296 2000-12-17  Jim Meyering  <meyering@lucent.com>
32297
32298         * m4/dos.m4 (jm_AC_DOS): New file and macro.
32299         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
32300
32301 2000-12-16  Jim Meyering  <meyering@lucent.com>
32302
32303         This bug had a serious impact on chown: `chown N:M FILE' (for integer
32304         N and M) would have treated it like `chown N:N FILE'.
32305
32306         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
32307
32308 2000-12-16  Jim Meyering  <meyering@lucent.com>
32309
32310         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
32311         SHELLS_FILE to a file name that's useful on djgpp systems.
32312         Include stdlib.h.
32313         (ADDITIONAL_DEFAULT_SHELLS): Define.
32314         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
32315         Based mostly on a patch from Prashant TR.
32316
32317 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
32318
32319         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
32320         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
32321         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
32322
32323 2000-12-08  Andreas Schwab  <schwab@suse.de>
32324
32325         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
32326         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
32327
32328 2000-12-07  Jim Meyering  <meyering@lucent.com>
32329
32330         * lib/stripslash.c (ISSLASH): Define.
32331         (strip_trailing_slashes): Use ISSLASH rather than comparing against
32332         `/'.
32333         From Prashant TR.
32334
32335         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
32336         (dir_name_r): Declare this function as static.
32337         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
32338         manifest itself on a name containing a mix of slashes and
32339         backslashes.
32340         Make this function work with names starting with a DOS-style
32341         drive letter and colon prefix.
32342         (dir_name): Append `.' if necessary.
32343         Based mostly on patches from Prashant TR and Eli Zaretskii.
32344
32345         * lib/dirname.h (dir_name_r): Remove prototype.
32346
32347 2000-12-06  Paul Eggert  <eggert@twinsun.com>
32348
32349         * m4/off_t-format.m4: Remove this file.
32350         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
32351
32352 2000-12-06  Jim Meyering  <meyering@lucent.com>
32353
32354         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
32355         replacement strtoull, we may well need the replacement strtoul, too.
32356         Check for declarations of strtoul and strtoull.
32357         Check for strtol.  Mainly as a cue to cause automake to include
32358         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
32359         Check for limits.h -- strtol.c needs it.
32360
32361 2000-12-05  Jim Meyering  <meyering@lucent.com>
32362
32363         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
32364
32365 2000-12-04  Jim Meyering  <meyering@lucent.com>
32366
32367         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
32368         Also include memory.h, stdlib.h, unistd.h if appropriate.
32369         Reported by Andreas Jaeger (conflicting declaration of malloc).
32370
32371 2000-12-02  Jim Meyering  <meyering@lucent.com>
32372
32373         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
32374         * m4/jm-macros.m4 (jm_MACROS): require it.
32375
32376 2000-12-02  Jim Meyering  <meyering@lucent.com>
32377
32378         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
32379
32380 2000-12-01  Paul Eggert  <eggert@twinsun.com>
32381
32382         * lib/memrchr.c: Include <config.h> before any system include file.
32383
32384 2000-11-30  Jim Meyering  <meyering@lucent.com>
32385
32386         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
32387
32388 2000-11-30  Jim Meyering  <meyering@lucent.com>
32389
32390         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
32391
32392 2000-11-29  Paul Eggert  <eggert@twinsun.com>
32393
32394         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
32395
32396 2000-11-26  Jim Meyering  <meyering@lucent.com>
32397
32398         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
32399
32400 2000-11-22  Paul Eggert  <eggert@twinsun.com>
32401
32402         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
32403         size of (size_t) -1; it's not portable.
32404
32405 2000-11-17  Jim Meyering  <meyering@lucent.com>
32406
32407         * lib/strstr.c: Update from GNU libc.
32408
32409 2000-11-17  Akim Demaille  <akim@epita.fr>
32410
32411         * lib/obstack.h: Formatting changes.
32412         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
32413         prevent type checking.
32414         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
32415         cast the value to (void *): assigning a `foo *' to a `void *'
32416         variable is valid.
32417         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
32418
32419 2000-11-16  Jim Meyering  <meyering@lucent.com>
32420
32421         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
32422
32423 2000-11-11  Jim Meyering  <meyering@lucent.com>
32424
32425         * lib/error.c: Add a couple #includes, merging from GNU libc version.
32426
32427 2000-11-10  Jim Meyering  <meyering@lucent.com>
32428
32429         * lib/obstack.h: Update from GNU libc.
32430         * lib/obstack.c: Likewise.
32431
32432 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
32433
32434         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
32435
32436 2000-11-06  Paul Eggert  <eggert@twinsun.com>
32437
32438         * lib/getusershell.c (setusershell): Use rewind rather than
32439         fseek/fseeko, to avoid configuration hassles with fseeko.
32440         Don't bother opening SHELLS_FILE if shellstream is NULL;
32441         it's not necessary.
32442
32443 2000-11-05  Jim Meyering  <meyering@lucent.com>
32444
32445         * lib/makepath.h (make_dir): Declare.
32446         * lib/makepath.c (make_dir): Remove `static' attribute.
32447         Tweak a comment.
32448
32449 2000-11-04  Jim Meyering  <meyering@lucent.com>
32450
32451         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
32452
32453 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
32454
32455         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
32456         last one in a bucket, advance to the next bucket.
32457
32458 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
32459
32460         * lib/fnmatch.c: Do not comment out all the code if we are using
32461         the GNU C library, because in some cases we are replacing buggy
32462         code in the GNU C library itself.
32463
32464 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
32465
32466         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
32467         (regex_compile): Catch bogus \(\1\).
32468
32469 2000-10-30  Paul Eggert  <eggert@twinsun.com>
32470
32471         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
32472         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
32473         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
32474
32475 2000-10-30  Paul Eggert  <eggert@twinsun.com>
32476
32477         * lib/error.h, getline.h, modechange.h:
32478         Remove "2000" from Copyright line, as the file hasn't been
32479         changed this year other than in the copyright notice.
32480
32481         * lib/xalloc.h: Add "2000" to Copyright line, as this file
32482         was changed this year.
32483
32484 2000-10-29  Jim Meyering  <meyering@lucent.com>
32485
32486         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
32487         renaming.
32488         * m4/ls-mntd-fs.m4: Likewise
32489
32490 2000-10-29  Jim Meyering  <meyering@lucent.com>
32491
32492         * lib/xstat.in: Fix grammar in comment.
32493
32494 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
32495
32496         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
32497         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
32498         doesn't define __restrict_arr.
32499
32500 2000-10-28  Jim Meyering  <meyering@lucent.com>
32501
32502         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
32503         (jm_PREREQ_MEMCHR): New function.
32504
32505 2000-10-28  Jim Meyering  <meyering@lucent.com>
32506
32507         * lib/memchr.c: Update from libc.
32508         Adjust for portability:
32509         [HAVE_STDLIB_H]: Include stdlib.h.
32510         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
32511         Undef __memchr, too.
32512         [!weak_alias]: Define __memchr to memchr.
32513
32514         * lib/regex.c: Update from libc.
32515         * lib/regex.h: Likewise.
32516         * lib/getopt1.c: Likewise.
32517         * lib/memcmp.c: Likewise.
32518
32519         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
32520         Avoid using fseek, when possible -- it's broken by design.
32521         Patch by Ulrich Drepper.
32522
32523 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
32524
32525         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
32526         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
32527         Giving in to popular pressure to shut up the compiler with casts.
32528
32529 2000-10-26  Jim Meyering  <meyering@lucent.com>
32530
32531         * lib/strftime.c: Update from libc.
32532
32533 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
32534
32535         * regex.c: More `unsigned char' -> `re_char' changes.
32536         Also change several `int' into `re_wchar_t'.
32537         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
32538         (PUSH_FAILURE_POINTER): Don't cast any more.
32539         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
32540         We want GCC to complain, since this piece of code makes
32541         re_match non-reentrant, which *should* be fixed.
32542         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
32543         (EXTEND_BUFFER): Use RETALLOC.
32544         (SET_LIST_BIT): Don't cast.
32545         (re_wchar_t): New type.
32546         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
32547         that those two functions will always properly return.
32548         (IMMEDIATE_QUIT_CHECK): Cast to void.
32549         (analyse_first): Use recursion rather than an explicit stack.
32550         (re_compile_fastmap): Can't fail anymore.
32551         (re_search_2): Don't check re_compile_fastmap for failure.
32552         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
32553         Now also sets the new value (passed in a new argument).
32554         (re_match_2_internal): Use it.
32555         Also, use a new var `reg' of type size_t when looping through regs
32556         rather than reuse the inappropriate `mcnt'.
32557
32558 2000-10-25  Jim Meyering  <meyering@lucent.com>
32559
32560         * lib/obstack.c: Update from libc.
32561
32562 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
32563
32564         * regex.c (regex_compile): Change the way of handling a range from
32565         a char less than 256 to a char not less than 256.
32566
32567 2000-10-24  Andrew Innes  <andrewi@gnu.org>
32568
32569         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
32570         NT-Emacs only.
32571         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
32572         so that re_search functions only quit when callers expect them to.
32573
32574 2000-10-23  Jim Meyering  <meyering@lucent.com>
32575
32576         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
32577         wrong.  That set_locale call must not have any side effects.
32578         From Paul Eggert.
32579
32580 2000-10-22  Jim Meyering  <meyering@lucent.com>
32581
32582         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
32583         [CYCLIC]: Remove now-unused definition.
32584
32585         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
32586         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
32587         Suggestion from Ulrich Drepper.
32588
32589 2000-10-21  Jim Meyering  <meyering@lucent.com>
32590
32591         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
32592         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
32593         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
32594
32595 2000-10-21  Jim Meyering  <meyering@lucent.com>
32596
32597         * lib/dirname.c (memrchr): Declare if necessary.
32598         (dir_name): Remove the restriction that there be no
32599         trailing slashes.  Now, this code skips past them, effectively
32600         ignoring them.
32601         [TEST_DIRNAME] (main): New unit tests.
32602
32603         * lib/memrchr.c: New file from GNU libc.
32604         Undef __memrchr, too.
32605         [!weak_alias]: Define __memrchr to memrchr.
32606         Guard weak_alias use with `#ifdef weak_alias'.
32607
32608 2000-10-21  Jim Meyering  <meyering@lucent.com>
32609
32610         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
32611         (dir_name): Use dir_name_r.
32612         * lib/dirname.h (dir_name_r): Declare it.
32613
32614 2000-10-17  Jim Meyering  <meyering@lucent.com>
32615
32616         * lib/quote.h (PARAMS): Define and use.
32617         Reported by Akim Demaille.
32618
32619         * lib/getopt.c: Update from libc.
32620
32621 2000-10-16  Jim Meyering  <meyering@lucent.com>
32622
32623         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
32624         setlocale.
32625         From Jan Fedak.
32626
32627 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
32628
32629         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
32630
32631 2000-09-25  Jim Meyering  <meyering@lucent.com>
32632
32633         * lib/md5.h (rol): Define (from GnuPG).
32634
32635         * lib/sha.c: Give credit (GnuPG) where due.
32636         (M): Use rol rather than open-coding it.
32637         Add a FIXME comment.
32638
32639 2000-09-21  Jim Meyering  <meyering@lucent.com>
32640
32641         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
32642         Reported by Michael Stone.
32643
32644 2000-09-20  Jim Meyering  <meyering@lucent.com>
32645
32646         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
32647         (noinst_HEADERS): Add sha.h.
32648         Based on code from Scott G. Miller and from GnuPG.
32649
32650 2000-09-18  Jim Meyering  <meyering@lucent.com>
32651
32652         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
32653         LIBS. Otherwise, everyone ends up linking with -lelf for some
32654         configurations.
32655         Reported by Mike Stone.
32656
32657 2000-09-15  Jim Meyering  <meyering@lucent.com>
32658
32659         * lib/regex.c: Update from libc.
32660
32661 2000-09-10  Jim Meyering  <meyering@lucent.com>
32662
32663         * lib/getopt.c (_getopt_internal): Update from glibc.
32664
32665 2000-09-09  Jim Meyering  <meyering@lucent.com>
32666
32667         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
32668         think it should be used as a general replacement for isascii.
32669         * lib/fnmatch.c: Likewise.
32670         * lib/mbswidth.c: Likewise
32671         * lib/regex.c: Likewise.
32672
32673         Don't use atoi.
32674         * lib/userspec.c: Include sys/param.h and limits.h.
32675         Include xstrtol.h.
32676         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
32677         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
32678         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
32679         UID, GID.  Check range.
32680
32681 2000-09-06  Jim Meyering  <meyering@lucent.com>
32682
32683         * lib/getopt.c (_getopt_internal): Update from glibc.
32684
32685 2000-08-30  Jim Meyering  <meyering@lucent.com>
32686
32687         * lib/strftime.c: Merge in changes from GNU libc.
32688
32689 2000-08-26  Jim Meyering  <meyering@lucent.com>
32690
32691         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
32692         * m4/fpending.m4: New file.
32693
32694 2000-08-26  Jim Meyering  <meyering@lucent.com>
32695
32696         * lib/closeout.c: Include "__fpending.h".
32697         (close_stdout_status): Return right away if there's nothing to flush.
32698
32699         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
32700         * lib/__fpending.c: New file.
32701         * lib/__fpending.h: New file.
32702
32703 2000-08-20  Jim Meyering  <meyering@lucent.com>
32704
32705         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
32706         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
32707         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
32708
32709 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
32710
32711         Improve fileutils installation on systems where running
32712         programs (like install) can't be unlinked.
32713         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
32714         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
32715
32716 2000-08-07  Paul Eggert  <eggert@twinsun.com>
32717
32718         Standardize on "memory exhausted" instead of "Memory exhausted"
32719         or "virtual memory exhausted".
32720         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
32721         "virtual memory exhausted".
32722         * lib/same.c (same_name): Invoke xalloc_die instead of printing
32723         our own message.
32724         * lib/userspec.c (parse_user_spec): Likewise.
32725         * lib/bumpalloc.h: comment fix
32726         * lib/same.c, userspec.c: Include xalloc.h.
32727
32728         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
32729         not char *const and pointing to a constant array.
32730         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
32731         (xrealloc): Comment fix.
32732
32733         * lib/userspec.c (parse_user_spec):
32734         Don't translate a message until just before returning,
32735         to avoid unnecessary translation.
32736
32737 2000-08-07  Jim Meyering  <meyering@lucent.com>
32738
32739         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
32740         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
32741         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
32742         getgroups.c, gethostname.c, getopt.h, group-member.c,
32743         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
32744         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
32745         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
32746         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
32747         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
32748         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
32749         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
32750         yesno.c: Back out Copyright date changes for each file with no change
32751         this year.  This eases coordination with other programs using the same
32752         source code modules.  From Paul Eggert.
32753
32754 2000-08-06  Paul Eggert  <eggert@twinsun.com>
32755
32756         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
32757         not char, for compatibility with glibc 2.1.3 strftime.c.
32758
32759 2000-08-03  Greg McGary  <greg@mcgary.org>
32760
32761         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
32762         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
32763         (EXTEND_BUFFER): Use them.
32764
32765 2000-08-01  Jim Meyering  <meyering@lucent.com>
32766
32767         * lib/dirname.c (ISSLASH): Define.
32768         (BACKSLASH_IS_PATH_SEPARATOR): Define.
32769         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
32770         both `\' and `/' may be use as path separators.
32771         Based on a patch from Prashant TR.
32772
32773 2000-07-31  Paul Eggert  <eggert@twinsun.com>
32774
32775         * lib/quotearg.c (quotearg_n_options): Don't make the initial
32776         slot vector a constant, since it might get modified.
32777
32778 2000-07-31  Jim Meyering  <meyering@lucent.com>
32779
32780         * lib/xmalloc.c: Use `virtual memory exhausted', not
32781         `Memory exhausted'.
32782         * lib/obstack.c (print_and_abort): Likewise.
32783
32784 2000-07-30  Paul Eggert  <eggert@twinsun.com>
32785
32786         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
32787         buffer, so that the caller can always quote one small
32788         component of a "memory exhausted" message in slot 0.
32789         From a suggestion by Jim Meyering.
32790
32791 2000-07-30  Jim Meyering  <meyering@lucent.com>
32792
32793         * lib/makepath.c (make_path): Quote the other instance, too.
32794
32795         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
32796         (STATIC_BUF_SIZE): Define.
32797         (quotearg_n_options): Use only statically allocated storage when
32798         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
32799         than STATIC_BUF_SIZE.
32800
32801 2000-07-29  Jim Meyering  <meyering@lucent.com>
32802
32803         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
32804         * lib/dirname.c (dir_name): Likewise.
32805
32806         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
32807         `/'.
32808
32809         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
32810         (dir_name): Assert that there are no trailing slashes.
32811
32812 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
32813
32814         * lib/mbswidth.h (mbswidth): Add a flags argument.
32815         (mbswidth): New declaration.
32816         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
32817         * lib/mbswidth.c (mbswidth): Add a flags argument.
32818         (mbsnwidth): New function.
32819
32820 2000-07-24  Jim Meyering  <meyering@lucent.com>
32821
32822         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
32823
32824 2000-07-23  Paul Eggert  <eggert@twinsun.com>
32825
32826         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
32827
32828 2000-07-23  Paul Eggert  <eggert@twinsun.com>
32829
32830         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
32831         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
32832         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
32833         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
32834         invoke multibyte primitives.
32835
32836 2000-07-23  Paul Eggert  <eggert@twinsun.com>
32837
32838         * lib/quotearg.c:
32839         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
32840         so that mbstate_t is always defined.
32841
32842         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
32843         be 1 in at least one GCC installation, and this configuration
32844         error is likely to be common.  Ignoring MB_LEN_MAX hurts
32845         performance on hosts that have mbrtowc but have only unibyte
32846         locales, but I assume these hosts are rare.
32847
32848 2000-07-23  Paul Eggert  <eggert@twinsun.com>
32849
32850         * lib/mbswidth.c (_XOPEN_SOURCE):
32851         Don't define; this causes problems on Solaris 7.
32852         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
32853
32854 2000-07-23  Jim Meyering  <meyering@lucent.com>
32855
32856         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
32857         too: getgrgid, getpwuid, getuid.
32858
32859 2000-07-23  Jim Meyering  <meyering@lucent.com>
32860
32861         * lib/basename.c (base_name): Add an assertion.
32862
32863 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
32864
32865         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
32866         shadow its mbsinit function.
32867
32868 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
32869
32870         * lib/mbswidth.h: New file.
32871         * lib/mbswidth.c: New file.
32872         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
32873         (noinst_HEADERS): Add mbswidth.h.
32874
32875 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
32876
32877         * lib/config.charset: Add support for FreeBSD. Improve support for
32878         HP-UX and IRIX 6.
32879
32880 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
32881
32882         * m4/mbswidth.m4: New file.
32883         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
32884
32885 2000-07-15  Jim Meyering  <meyering@lucent.com>
32886
32887         * lib/makepath.c: Include quote.h.
32888         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
32889         corresponding argument in a `quote (...)' call.
32890         Give better diagnostics.
32891
32892         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
32893         (noinst_HEADERS): Add quote.h.
32894
32895         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
32896         from tar's src/misc.c.
32897         * lib/quote.h: New file.  Prototypes for same.
32898
32899 2000-07-14  Paul Eggert  <eggert@twinsun.com>
32900
32901         From a suggestion by Bruno Haible.
32902         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
32903         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
32904         to decide whether to define the BeOS workaround macro;
32905         this adjusts to the change to AC_MBSTATE_T.
32906
32907 2000-07-14  Jim Meyering  <meyering@lucent.com>
32908
32909         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
32910         jm_AC_TYPE_UINTMAX_T.
32911
32912 2000-07-13  Paul Eggert  <eggert@twinsun.com>
32913
32914         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
32915
32916         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
32917         quotearg_buffer_restyled): Add support for
32918         clocale_quoting_style.  Undo previous change to
32919         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
32920         and "{RIGHT QUOTATION MARK}" msgids.
32921
32922 2000-07-10  Paul Eggert  <eggert@twinsun.com>
32923
32924         From a suggestion by Bruno Haible.
32925         * m4/mbstate_t.m4 (AC_MBSTATE_T):
32926         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
32927         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
32928         and mbstate_t, to a single-part test that simply defines mbstate_t.
32929         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
32930         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
32931
32932 2000-07-10  Jim Meyering  <meyering@lucent.com>
32933
32934         * m4/strerror_r.m4: Mirror the correction made in autoconf.
32935
32936         * m4/gnu-source.m4: Output to confdefs.h directly.
32937         Suggestion from Akim Demaille.
32938
32939 2000-07-09  Paul Eggert  <eggert@twinsun.com>
32940
32941         The old behavior of quoting `like this' doesn't look good with
32942         newer, ISO-style fonts.  See:
32943         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
32944
32945         Instead, quote "like this" by default.  Let the translator
32946         tailor the locale-specific quoting behavior by providing
32947         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
32948
32949         * lib/quotearg.c (N_): New macro.
32950         (gettext_default): New function.
32951         (quotearg_buffer_restyled): Use
32952         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
32953         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
32954
32955 2000-07-09  Jim Meyering  <meyering@lucent.com>
32956
32957         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
32958         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
32959
32960         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
32961         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
32962
32963 2000-07-09  Jim Meyering  <meyering@lucent.com>
32964
32965         * lib/Most files: Update copyright dates to include 2000.
32966
32967 2000-07-08  Jim Meyering  <meyering@lucent.com>
32968
32969         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
32970         if not defined.
32971         (xgethostname): Remove now-unnecessary #ifdef.
32972         Move declaration of `err' into loop where it's used.
32973
32974 2000-07-05  Paul Eggert  <eggert@twinsun.com>
32975         and Bruno Haible  <haible@clisp.cons.org>
32976
32977         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
32978         only if the test for an object-type mbstate_t fails.  This
32979         prevents us from mistakenly reporting that mbstate_t is a
32980         system object type after we "#define mbstate_t int" to work
32981         around its lack.
32982
32983 2000-07-05  Paul Eggert  <eggert@twinsun.com>
32984         and Bruno Haible  <haible@clisp.cons.org>
32985
32986         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
32987
32988 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
32989
32990         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
32991         to strerror_r.
32992         Include <ctype.h> for use of isalpha.
32993
32994 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
32995
32996         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
32997         by allocating a larger buffer. Test the gethostname return value for
32998         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
32999         returns an error and ENAMETOOLONG isn't defined.
33000
33001 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33002
33003         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
33004         dimension.
33005
33006 2000-07-04  Jim Meyering  <meyering@lucent.com>
33007
33008         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
33009         of the deprecated AC_CHECKING.
33010
33011 2000-07-04  Jim Meyering  <meyering@lucent.com>
33012
33013         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
33014         Reported by Bruno Haible.
33015
33016 2000-07-04  Jim Meyering  <meyering@lucent.com>
33017
33018         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
33019         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
33020         lacks mbrtowc.
33021
33022 2000-07-03  Paul Eggert  <eggert@twinsun.com>
33023
33024         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
33025         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
33026
33027 2000-07-03  Paul Eggert  <eggert@twinsun.com>
33028         and Bruno Haible  <haible@clisp.cons.org>
33029
33030         * lib/quotearg.c (mbrtowc):
33031         Assign to *pwc, and return 1 only if result is nonzero.
33032         (iswprint): Use ISPRINT when substituting our own mbrtowc.
33033
33034 2000-07-03  Jim Meyering  <meyering@lucent.com>
33035
33036         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
33037
33038 2000-07-03  Jim Meyering  <meyering@lucent.com>
33039
33040         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
33041         This is necessary to get a definition of e.g., UTMP_FILE on
33042         HP-UX 10.20.
33043         From Bob Proulx.
33044
33045 2000-07-02  Jim Meyering  <meyering@lucent.com>
33046
33047         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
33048
33049         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
33050         AC_LIBOBJ(function_name).
33051         * m4/chown.m4: Likewise.
33052         * m4/fnmatch.m4: Likewise.
33053         * m4/ftruncate.m4: Likewise.
33054         * m4/getgroups.m4: Likewise.
33055         * m4/getline.m4: Likewise.
33056         * m4/group-member.m4: Likewise.
33057         * m4/jm-macros.m4: Likewise.
33058         * m4/lstat.m4: Likewise.
33059         * m4/malloc.m4: Likewise.
33060         * m4/memcmp.m4: Likewise.
33061         * m4/nanosleep.m4: Likewise.
33062         * m4/putenv.m4: Likewise.
33063         * m4/realloc.m4: Likewise.
33064         * m4/regex.m4: Likewise.
33065         * m4/stat.m4: Likewise.
33066         * m4/strftime.m4: Likewise.
33067
33068 2000-07-02  Jim Meyering  <meyering@lucent.com>
33069
33070         * lib/quotearg.c (mbstate_t): Don't define here.
33071
33072 2000-07-02  Jim Meyering  <meyering@lucent.com>
33073
33074         * lib/nanosleep.c (SIGCONT): Define if not already defined.
33075
33076 2000-07-01  Jim Meyering  <meyering@lucent.com>
33077
33078         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
33079
33080 2000-07-01  Jim Meyering  <meyering@lucent.com>
33081
33082         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
33083         problem.
33084
33085 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
33086
33087         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
33088         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
33089
33090 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
33091
33092         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
33093         per change in ../m4/ls-mntd-fs.m4.
33094         (read_filesystem_list): Ignore symbolic links.
33095
33096 2000-06-29  Jim Meyering  <meyering@lucent.com>
33097
33098         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
33099         for declaration of strcmp.
33100
33101         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
33102
33103         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
33104         Avoid warning by casting result to `char *' to remove `const'.
33105
33106 2000-06-28  Jim Meyering  <meyering@lucent.com>
33107
33108         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
33109         included by quotearg.c, for which we perform this test.  From
33110         Bruno Haible.
33111
33112 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
33113
33114         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
33115         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
33116         <utmpx.h> exists, put readutmp.o into LIBOBJS.
33117
33118 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
33119
33120         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
33121
33122 2000-06-26  Paul Eggert  <eggert@twinsun.com>
33123
33124         savedir now sets errno on failure and invokes xmalloc to get memory.
33125         Fix a couple of other minor bugs while we're at it.
33126
33127         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
33128         (NAMLEN): Remove macro.
33129         (malloc, realloc): Remove decls.
33130         (stpcpy): Likewise.
33131         ("xalloc.h"): Include.
33132         (NAME_SIZE_DEFAULT): New macro.
33133         (savedir): Use xmalloc / xrealloc to allocate memory.
33134         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
33135         Skip "" directory entries.
33136         Use strlen to calculate directory entry length, since the old method
33137         is rarely used these days and isn't worth supporting.
33138         Don't use a pointer after freeing it.
33139         Check for integer overflow when calculating allocation size.
33140         Use memcpy to copy entries, instead of stpcpy.
33141         Set errno properly when returning NULL.
33142         Check for readdir error.
33143
33144 2000-06-26  Jim Meyering  <meyering@lucent.com>
33145
33146         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
33147
33148 2000-06-25  Jim Meyering  <meyering@lucent.com>
33149
33150         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
33151         Linux header bug when _XOPEN_SOURCE is defined to 500.
33152
33153 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
33154
33155         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
33156         deficiency.
33157
33158 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
33159
33160         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
33161         Include xalloc.h.
33162         Don't include <stdlib.h>.  Don't declare malloc, realloc.
33163
33164 2000-06-24  Jim Meyering  <meyering@lucent.com>
33165
33166         * m4/strerror_r.m4: Revive this file -- to try out an experimental
33167         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
33168         for which strerror does return char*, but which lacks a conveniently
33169         accessible declaration of the function.  If the compile-test says
33170         strerror_r doesn't work, then resort to a `run'-test that works on
33171         BeOS and segfaults on DEC Unix.
33172
33173 2000-06-24  Jim Meyering  <meyering@lucent.com>
33174
33175         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
33176
33177 2000-06-23  Paul Eggert  <eggert@twinsun.com>
33178
33179         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
33180         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
33181
33182 2000-06-23  Paul Eggert  <eggert@twinsun.com>
33183
33184         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
33185         (mbrtowc, mbstate_t): Define substitutes if
33186         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
33187         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
33188         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
33189
33190 2000-06-23  Jim Meyering  <meyering@lucent.com>
33191
33192         * m4/afs.m4: Add missing AC_MSG_RESULT.
33193         Reported by Bruno Haible.
33194
33195         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
33196         Suggestion from Bruno Haible.
33197
33198 2000-06-23  Jim Meyering  <meyering@lucent.com>
33199
33200         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
33201
33202 2000-06-21  Jim Meyering  <meyering@lucent.com>
33203
33204         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
33205
33206 2000-06-21  Jim Meyering  <meyering@lucent.com>
33207
33208         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
33209         (noinst_HEADERS): Add getstr.h.
33210
33211         * lib/getline.c (getstr): Move into a separate file.
33212         * lib/getstr.c (getstr): New file, extracted from getline.c, with
33213         the following changes: new parameter, delim2; both delim[12]
33214         parameters have type `int', not `char'.  The latter would lose
33215         with 8-bit delimiters.
33216         * lib/getstr.h: New file.
33217
33218 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33219
33220         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
33221         than 1024, return a memory chunk of least possible size, instead
33222         of size PATH_MAX + 2. In the loop, increment the size proportionally.
33223         Use free/xmalloc instead of xrealloc to avoid copying for very long
33224         paths.
33225
33226 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33227
33228         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
33229         the empty string.
33230
33231 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33232
33233         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
33234         address, not strdup.  Include <stdlib.h> and don't declare free().
33235
33236 2000-06-19  Jim Meyering  <meyering@lucent.com>
33237
33238         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
33239
33240 2000-06-18  Jim Meyering  <meyering@lucent.com>
33241
33242         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
33243
33244         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
33245         `checking whether...' message to be consistent with that of the
33246         lstat test.
33247
33248 2000-06-18  Jim Meyering  <meyering@lucent.com>
33249
33250         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
33251         Besides, these days every porting target provides a mkdir function.
33252
33253         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
33254         needed. (this snippet comes from src/system.h).
33255
33256 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
33257
33258         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
33259
33260 2000-06-15  Paul Eggert  <eggert@twinsun.com>
33261
33262         * lib/human.c (adjust_value): New function.
33263         (human_readable_inexact): Apply rounding style even when
33264         printing approximate values.
33265
33266 2000-06-14  Paul Eggert  <eggert@twinsun.com>
33267
33268         * lib/human.c (human_readable_inexact): Allow an input block
33269         size that is not a multiple of the output block size, and vice versa.
33270         Reported by Piergiorgio Sartor.
33271
33272 2000-06-14  Paul Eggert  <eggert@twinsun.com>
33273
33274         * lib/getdate.y (get_date): Apply relative times after time
33275         zone indicator, not before.  Reported by Todd A. Jacobs.
33276
33277 2000-06-13  Jim Meyering  <meyering@lucent.com>
33278
33279         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
33280
33281         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
33282
33283 2000-06-12  Paul Eggert  <eggert@twinsun.com>
33284
33285         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
33286
33287 2000-06-12  Jim Meyering  <meyering@lucent.com>
33288
33289         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
33290         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
33291         optional argument.
33292         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
33293         the optional argument, `lib'.
33294
33295 2000-06-08  Jim Meyering  <meyering@lucent.com>
33296
33297         * m4/largefile.m4: Remove file (now that it's part of autoconf).
33298
33299 2000-06-04  Paul Eggert  <eggert@twinsun.com>
33300
33301         Rewrite largefile configuration so that we don't need to run
33302         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
33303         AC_CANONICAL_HOST in configure.in -- jmm]
33304
33305         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
33306         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
33307         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
33308         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
33309         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
33310         All uses changed.
33311         Instead of inspecting the output of getconf, try to compile the
33312         test program without and with the macro definition.
33313         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
33314         for getconf.  Instead, check for the needed flags by compiling
33315         test programs.
33316
33317 2000-06-04  Paul Eggert  <eggert@twinsun.com>
33318
33319         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
33320
33321 2000-06-04  Jim Meyering  <meyering@lucent.com>
33322
33323         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
33324         SunOS 4.1.4 for which gid_t is an unsigned type.
33325
33326 2000-06-03  Jim Meyering  <meyering@lucent.com>
33327
33328         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
33329         now that autoconf requires that.
33330
33331         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
33332         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
33333         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
33334
33335 2000-06-03  Jim Meyering  <meyering@lucent.com>
33336
33337         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
33338
33339 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
33340
33341         * m4/glibc21.m4: New file.
33342         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
33343
33344 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
33345
33346         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
33347         newer, don't install charset.alias.
33348         * lib/config.charset: Change the Linux/glibc rules so they become empty
33349         on glibc-2.1 or newer.
33350
33351 2000-06-02  Jim Meyering  <meyering@lucent.com>
33352
33353         * lib/mountlist.c: Back out last change.  Instead, do this...
33354         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
33355         me_dummy member using the same `ignore'-testing code.
33356         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
33357         fs_type strings.
33358         From Mark D. Roth.
33359
33360 2000-05-29  Jim Meyering  <meyering@lucent.com>
33361
33362         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
33363         mounts with the `ignore' attribute.  Based on a patch from
33364         Mark D. Roth.
33365
33366 2000-05-28  Jim Meyering  <meyering@lucent.com>
33367
33368         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
33369         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33370         * m4/stat.m4: Likewise.
33371         * m4/lstat.m4: Likewise.
33372         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
33373
33374         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
33375         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
33376
33377 2000-05-26  Jim Meyering  <meyering@lucent.com>
33378
33379         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
33380
33381 2000-05-24  Jim Meyering  <meyering@lucent.com>
33382
33383         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
33384         autoconf requires that.
33385         * m4/lib-check.m4: Likewise.
33386         * m4/jm-macros.m4: Likewise.
33387         * m4/strftime.m4: Likewise.
33388
33389         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
33390         AC_CHECK_DECLS, now that autoconf requires that.
33391
33392 2000-05-22  Jim Meyering  <meyering@lucent.com>
33393
33394         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33395         * m4/lstat.m4: Likewise.
33396
33397 2000-05-22  Jim Meyering  <meyering@lucent.com>
33398
33399         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
33400
33401 2000-05-20  Jim Meyering  <meyering@lucent.com>
33402
33403         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
33404         (jm_PREREQ): Use it.
33405
33406 2000-05-18  Jim Meyering  <meyering@lucent.com>
33407
33408         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
33409         back, too, since it may have been modified by allocate_entry.
33410         (hash_delete): Rewrite to use neither the assignment operator
33411         nor the comma operator in an if-expression.
33412
33413 2000-05-15  Paul Eggert  <eggert@twinsun.com>
33414
33415         * lib/closeout.c:
33416         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
33417         Remove; no longer needed.
33418         "quotearg.h": Add include.
33419         (file_name): Do not bother to explicitly initialize to NULL; it's less
33420         efficient on some hosts.
33421         (close_stdout_status): Remove test as to whether stdout was already
33422         closed; it breaks for the case "echo x | sort >&-".
33423         Quote file name colons.
33424         Do not assume that _("write error") lacks format strings.
33425
33426 2000-05-15  Jim Meyering  <meyering@lucent.com>
33427
33428         * lib/version-etc.c (version_etc_copyright): Update the copyright
33429         string used in all --version output.
33430
33431 2000-05-14  Jim Meyering  <meyering@lucent.com>
33432
33433         * lib/closeout.c (close_stdout_set_file_name): New function.
33434         (close_stdout_status): Use new file-scoped global.
33435         Return right away if fstat says the stdout file descriptor is invalid.
33436         * lib/closeout.h (close_stdout_set_file_name): Declare.
33437
33438 2000-05-10  Jim Meyering  <meyering@lucent.com>
33439
33440         * lib/closeout.c [default_exit_status]: New file-scoped variable.
33441         (close_stdout_set_status): New function.
33442         * lib/closeout.h (close_stdout_set_status): Declare.
33443
33444 2000-05-09  Jim Meyering  <meyering@lucent.com>
33445
33446         * m4/gettext.m4: Rename this...
33447         * m4/libintl.m4: ...to this.
33448
33449 2000-05-08  Jim Meyering  <meyering@lucent.com>
33450
33451         * lib/long-options.c: Don't include closeout.h.
33452         (parse_long_options): Don't call close_stdout for --version.
33453
33454 2000-05-06  Paul Eggert  <eggert@twinsun.com>
33455
33456         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
33457         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
33458         2.1.3 bug.  This avoids a clash when files like regex.c define
33459         _GNU_SOURCE.
33460
33461 2000-05-06  Jim Meyering  <meyering@lucent.com>
33462
33463         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
33464         (AC_REPLACE_FUNCS): Add strnlen.
33465
33466         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
33467         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
33468
33469         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
33470         AC_SEARCH_LIBS call for nanosleep.
33471         (LIB_NANOSLEEP): Set and AC_SUBST.
33472
33473 2000-05-06  Jim Meyering  <meyering@lucent.com>
33474
33475         * lib/strnlen.c: Undefine __strnlen and strnlen.
33476         [!weak_alias]: Define __strnlen to strnlen.
33477
33478         * lib/atexit.c: New file, from libiberty.
33479
33480 2000-05-06  Jim Meyering  <meyering@lucent.com>
33481
33482         * lib/closeout.c (close_stdout_status): Also check for errors on the
33483         stderr stream.
33484
33485 2000-05-05  Jim Meyering  <meyering@lucent.com>
33486
33487         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
33488         AC_SEARCH_LIBS call for clock_gettime.
33489         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
33490
33491         * m4/search-libs.m4: Update from autoconf.
33492
33493         su doesn't work on Solaris 2.6.
33494         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
33495         <shadow.h>.  Reported by Dragos Harabor.
33496
33497 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
33498
33499         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
33500         memcpy instead of xmalloc, xrealloc, path_concat.
33501         (locale_charset): Treat empty environment variables as absent.
33502         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
33503
33504 2000-05-04  Jim Meyering  <meyering@lucent.com>
33505
33506         * lib/getopt.c: Update from glibc.
33507         * lib/obstack.c: Likewise.
33508         * lib/obstack.h: Likewise.
33509         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
33510         file
33511
33512         * lib/regex.h: Likewise.
33513         * lib/strndup.c: Likewise.
33514         * lib/strnlen.c: New file, from glibc.
33515
33516 2000-05-03  Jim Meyering  <meyering@lucent.com>
33517
33518         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
33519
33520 2000-05-02  Paul Eggert  <eggert@twinsun.com>
33521
33522         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
33523         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
33524         compile-time test, rather than inspecting host and OS, to
33525         decide whether to define _LARGEFILE_SOURCE.
33526
33527 2000-05-01  Jim Meyering  <meyering@lucent.com>
33528
33529         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
33530
33531         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
33532         Based on a patch from Bruno Haible.
33533
33534 2000-05-01  Jim Meyering  <meyering@lucent.com>
33535
33536         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
33537
33538 2000-04-29  Jim Meyering  <meyering@lucent.com>
33539
33540         * lib/path-concat.c: Declare strdup only if it's not defined.
33541         * lib/canon-host.c: Likewise.
33542
33543 2000-04-28  Jim Meyering  <meyering@lucent.com>
33544
33545         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
33546         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
33547         is included first, then limits.h is included by locale.h by libintl.h.
33548         From John David Anglin.
33549
33550 2000-04-25  Jim Meyering  <meyering@lucent.com>
33551
33552         * lib/makepath.c (S_IRWXUGO): Define.
33553         (make_path): Always perform explicit chmod if MODE specifies any
33554         of the `special' permission bits.  Prompted by a bug report against
33555         install from Mate Wierdl and Joost van Baal.
33556
33557 2000-04-18  Jim Meyering  <meyering@lucent.com>
33558
33559         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
33560         (jm_PREREQ): Use it.
33561
33562 2000-04-18  Jim Meyering  <meyering@lucent.com>
33563
33564         * lib/README: New file.
33565
33566         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
33567         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
33568
33569 2000-04-17  Jim Meyering  <meyering@lucent.com>
33570
33571         Get it right :-)
33572         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
33573         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
33574         Suggestion from Akim Demaille.
33575
33576 2000-04-17  Jim Meyering  <meyering@lucent.com>
33577
33578         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
33579         the definition of it to rpl_strftime also defined-away the system's
33580         declaration.
33581
33582 2000-04-15  Jim Meyering  <meyering@lucent.com>
33583
33584         Use `C' to denote so-called `contiguous' files, the same way
33585         that tar does.
33586         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
33587         (ftypelet): Use S_ISCTG.
33588         From Michael Deutschmann.
33589
33590 2000-04-14  Jim Meyering  <meyering@lucent.com>
33591
33592         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
33593         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
33594         clobbered.
33595
33596 2000-04-14  Jim Meyering  <meyering@lucent.com>
33597
33598         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
33599
33600 2000-04-13  Jim Meyering  <meyering@lucent.com>
33601
33602         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
33603         AH_VERBATIM to insert required #ifndef into config.h.in.
33604         Suggestion from Akim Demaille.
33605
33606 2000-04-12  Jim Meyering  <meyering@lucent.com>
33607
33608         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
33609         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
33610         Christian Krackowizer.
33611
33612         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
33613         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
33614         (AC_SYS_LARGEFILE): Require.
33615         (AM_C_PROTOTYPES): Require.
33616
33617 2000-04-08  Jim Meyering  <meyering@lucent.com>
33618
33619         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
33620         names don't conflict.  Reported by Eli Zaretskii.
33621
33622 2000-04-07  Jim Meyering  <meyering@lucent.com>
33623
33624         * lib/putenv.c: Move inclusion of errno.h so it follows that of
33625         sys/types.h, to work around system header problems on AIX 3.2.5.
33626         From Bruno Haible.
33627
33628 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
33629
33630         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
33631         bug.  Deal with the different error behavior of Irix iconv.
33632
33633 2000-04-05  Paul Eggert  <eggert@twinsun.com>
33634
33635         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
33636         IRIX if the installer said otherwise.
33637
33638 2000-04-05  Jim Meyering  <meyering@lucent.com>
33639
33640         Portability tweaks required for ultrix4.3.
33641         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
33642         (jm_CHECK_DECLS): Add getutent to the list of functions.
33643         (_jm_DECL_HEADERS): Add utmpx.h.
33644         From John David Anglin.
33645
33646         * m4/strftime.m4: Back out the 2000-04-02 change.
33647         Instead of that change, simply undefine putenv in the test program.
33648
33649 2000-04-05  Jim Meyering  <meyering@lucent.com>
33650
33651         Portability tweaks required for ultrix4.3.
33652         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
33653         getutent.
33654         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
33655         * lib/canon-host.c: Declare strdup.
33656         * lib/path-concat.c: Likewise.
33657         From John David Anglin.
33658
33659 2000-04-04  Jim Meyering  <meyering@lucent.com>
33660
33661         Be more DOS 8.3-friendly.
33662         * lib/ref-add.sin: Renamed from ref-add.sed.in.
33663         * lib/ref-del.sin: Renamed from ref-del.sed.in.
33664         * lib/Makefile.am: Reflect renaming.
33665         Reported by Eli Zaretskii.
33666
33667         Use a temporary file name that won't clash with `charset.alias'
33668         in the DOS 8.3 name space.
33669         * lib/Makefile.am (charset_tmp): Define.
33670         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
33671         (uninstall-local): Likewise.
33672         Reported by Eli Zaretskii.
33673
33674 2000-04-03  Jim Meyering  <meyering@lucent.com>
33675
33676         * m4/gettext.m4: Fix typo in comment.
33677
33678         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
33679         textutils/configure.in).  Suggestion from Paul Eggert.
33680         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
33681
33682 2000-04-02  Paul Eggert  <eggert@twinsun.com>
33683
33684         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
33685         variable in the shell rather than using putenv, which isn't
33686         portable.  This avoids the configure-time inter-test dependency
33687         on the potentially-renamed putenv function.
33688
33689 2000-03-30  Paul Eggert  <eggert@twinsun.com>
33690
33691         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
33692         before checking struct stat.st_blksize, so that
33693         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
33694
33695 2000-03-29  Paul Eggert  <eggert@twinsun.com>
33696
33697         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
33698         since strftime.c uses HAVE_STRFTIME to decide whether to use
33699         the underlying strftime.
33700
33701 2000-03-29  Paul Eggert  <eggert@twinsun.com>
33702
33703         * lib/time/strftime.c (my_strftime): Make sure we call the system
33704         strftime, not ourselves, when invoking the underlying strftime.
33705
33706 2000-03-24  Jim Meyering  <meyering@lucent.com>
33707
33708         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
33709         (charset_alias): Define.
33710         (install-exec-local): Factor out common code.
33711         (uninstall-local): Split lines longer than 80.
33712         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
33713         (SUFFIXES): Define.
33714         (.sed.in.sed): New rule.  Don't redirect directly to $@.
33715         (CLEANFILES): Add ref-add.sed and ref-del.sed.
33716
33717 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
33718
33719         * lib/config.charset: Output a line containing "Packages using this
33720         file".
33721         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
33722         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
33723         ref-del.sed): New rules.
33724
33725 2000-03-17  Jim Meyering  <meyering@lucent.com>
33726
33727         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
33728         Otherwise, include <strings.h>
33729
33730 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
33731
33732         * lib/unicodeio.c (utf8_wctomb): New function.
33733         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
33734         format instead of in UCS-4 with platform dependent endianness.
33735
33736 2000-03-10  Jim Meyering  <meyering@lucent.com>
33737
33738         * m4/lib-check.m4: Look for getspnam in -lgen, too.
33739         From Marco Franzen.
33740
33741 2000-03-07  Paul Eggert  <eggert@twinsun.com>
33742
33743         * lib/savedir.c (savedir): Work even if directory size is
33744         negative; this can happen with some screwy NFS configurations.
33745
33746 2000-03-06  Jim Meyering  <meyering@lucent.com>
33747
33748         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
33749         if it's NULL (because we ran out of memory).  From Bruno Haible.
33750
33751 2000-03-05  Jim Meyering  <meyering@lucent.com>
33752
33753         * lib/localcharset.c ("path-concat.h"): Include.
33754         (get_charset_aliases): Use path_concat instead of ANSI string
33755         concatenation.
33756
33757         * lib/unicodeio.h (PARAMS): Define.
33758         Use it to guard prototype.
33759
33760 2000-03-04  Jim Meyering  <meyering@lucent.com>
33761
33762         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
33763         for lib/localcharset.c.
33764
33765 2000-03-04  Jim Meyering  <meyering@lucent.com>
33766
33767         * lib/Makefile.am (install-exec-local): Create $(libdir) before
33768         installing into it.
33769         (uninstall-local): Uncomment this rule so `make distcheck' works
33770         once again.
33771
33772         * lib/unicodeio.c (<errno.h>): Include it.
33773         (errno): Declare if not defined.
33774
33775         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
33776
33777         * lib/config.charset: New version, incorporating remarks from a linux
33778         i18n mailing list.  From Bruno Haible.
33779
33780 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
33781
33782         * m4/codeset.m4: New file.
33783         * m4/iconv.m4: New file.
33784         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
33785
33786 2000-03-03  Jim Meyering  <meyering@lucent.com>
33787
33788         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
33789
33790 2000-03-02  Jim Meyering  <meyering@lucent.com>
33791
33792         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
33793         the messages come out on separate lines.
33794
33795         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
33796         rather than jm_CHECK_DECLARATIONS.
33797         * m4/decl.m4: Remove now-unused file.
33798
33799         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
33800         geteuid.
33801
33802 2000-03-02  Jim Meyering  <meyering@lucent.com>
33803
33804         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
33805
33806 2000-03-01  Jim Meyering  <meyering@lucent.com>
33807
33808         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
33809         * lib/unicodeio.c: Likewise.
33810
33811 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
33812
33813         * lib/config.charset: New file.
33814         * lib/localcharset.c: New file.
33815         * lib/unicodeio.h, lib/unicodeio.c: New files.
33816         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
33817         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
33818         (noinst_HEADERS): Add unicodeio.h.
33819         (all-local, install-exec-local, charset.alias): New targets.
33820
33821 2000-02-28  Paul Eggert  <eggert@twinsun.com>
33822
33823         * lib/quotearg.c (ALERT_CHAR): New macro.
33824         (quotearg_buffer_restyled): Use it.
33825
33826 2000-02-27  Jim Meyering  <meyering@lucent.com>
33827
33828         * m4/check-decl.m4: Add getenv to the list.
33829
33830 2000-02-27  Jim Meyering  <meyering@lucent.com>
33831
33832         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
33833         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
33834
33835         * lib/backupfile.c: Guard inclusion of stdlib.h with
33836         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
33837         Declare malloc if needed.
33838
33839         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
33840         `#ifndef HAVE_DECL..'
33841         now that autoconf always defines the HAVE_DECL_ symbols.
33842         * lib/human.c: Likewise.
33843         * lib/same.c: Likewise.
33844         * lib/strtoumax.c: Likewise.
33845
33846         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
33847         declaration check was not run.
33848         * lib/hash.c: Likewise.
33849         * lib/human.c: Likewise.
33850         * lib/same.c: Likewise.
33851         * lib/strtoumax.c: Likewise.
33852
33853         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
33854         `.', then first look up the entire `.'-containing string as a login
33855         name.
33856
33857 2000-02-23  Jim Meyering  <meyering@lucent.com>
33858
33859         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
33860         in place of my hack.
33861
33862 2000-02-18  Paul Eggert  <eggert@twinsun.com>
33863
33864         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
33865         (textint): New typedef.
33866         (parser_control): Member year changed from int to textint.
33867         All uses changed.
33868         (YYSTYPE): Removed; replaced by %union with int and textint members.
33869         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
33870         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
33871         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
33872         (tSNUMBER, tUNUMBER): Now of type <textintval>.
33873         (date, number, to_year): Use width of number in digits, not its value,
33874         to determine whether it's a 2-digit year, or a 2-digit time.
33875         (yylex): Store number of digits of numeric tokens.
33876         Reported by John Kendall.
33877
33878         (parser_control): Changed from struct parser_control to typedef (for
33879         consistency).  All uses changed.
33880
33881         (tID): Removed; not used.
33882         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
33883
33884 2000-02-14  Paul Eggert  <eggert@twinsun.com>
33885
33886         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
33887         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
33888
33889 2000-02-12  Jim Meyering  <meyering@lucent.com>
33890
33891         * lib/userspec.c (ISDIGIT): Define it.
33892         (isdigit): Remove definition.
33893         (is_number): Use ISDIGIT, not isdigit.
33894         <libintl.h>: Include.
33895         (_ and N_): Define.
33896         (parse_user_spec): Mark translatable strings.
33897
33898 2000-02-10  Jim Meyering  <meyering@lucent.com>
33899
33900         With these changes, nanosleep.[ch] are finally enough like the other
33901         lib/* replacement files to compile on a few more losing systems.
33902
33903         * lib/nanosleep.h: Don't include config.h.
33904         Remove prototype from declaration of nanosleep.
33905         (PARAMS): Remove now-unneeded definition.
33906         * lib/nanosleep.c: #undef nanosleep.
33907         (rpl_nanosleep): Rename from nanosleep.
33908
33909 2000-02-10  Jim Meyering  <meyering@lucent.com>
33910
33911         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
33912         gnu_nanosleep to rpl_nanosleep.
33913
33914 2000-02-09  Jim Meyering  <meyering@lucent.com>
33915
33916         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
33917         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
33918
33919 2000-02-08  Akim Demaille  <akim@epita.fr>
33920
33921         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
33922         `[' and `]' and remove uses of `changequote'.
33923         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
33924         (AC_SYS_LARGEFILE): Likewise.
33925         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
33926         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
33927         of changequote.
33928         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
33929         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
33930         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
33931         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
33932
33933 2000-02-05  Jim Meyering  <meyering@lucent.com>
33934
33935         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
33936         Remove explicit use of AC_HEADER_TIME.  It is required by
33937         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
33938         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
33939         in autoconf whereby the expansion of the latter ended up preceding
33940         the expansion of its prerequisite, AC_HEADER_TIME.
33941         Reported by Volker Borchert.
33942
33943 2000-02-03  Jim Meyering  <meyering@lucent.com>
33944
33945         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
33946
33947 2000-02-03  Jim Meyering  <meyering@lucent.com>
33948
33949         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
33950         rather than with `#if HAVE_UTMPNAME'.
33951
33952 2000-02-02  Jim Meyering  <meyering@lucent.com>
33953
33954         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
33955         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
33956         Reported by Eli Zaretskii.
33957
33958 2000-02-01  Jim Meyering  <meyering@lucent.com>
33959
33960         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
33961
33962 2000-01-31  Jim Meyering  <meyering@lucent.com>
33963
33964         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
33965         functions.  Add the time.h and sys/time.h headers along with the
33966         AC_REQUIRE'ment of AC_HEADER_TIME.
33967
33968 2000-01-31  Jim Meyering  <meyering@lucent.com>
33969
33970         * lib/nanosleep.h (nanosleep): Guard declaration with
33971         `#if ! HAVE_DECL_NANOSLEEP'.
33972         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
33973         the declaration in that vendor's sys/timers.h.
33974         Reported by Christian Krackowizer.
33975
33976         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
33977         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
33978         (ISPRINT): Likewise.
33979         Reported by Tom Tromey.
33980
33981 2000-01-30  Jim Meyering  <meyering@lucent.com>
33982
33983         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
33984
33985         * m4/prereq.m4 (utmp_includes): Define.
33986         Check for ut_user and ut_name members in both struct utmpx
33987         and struct utmp.
33988
33989 2000-01-30  Jim Meyering  <meyering@lucent.com>
33990
33991         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
33992         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
33993         header files where only utmpx.ut_user is declared.
33994
33995         * lib/readutmp.h (UT_USER): Define.
33996
33997 2000-01-29  Jim Meyering  <meyering@lucent.com>
33998
33999         * m4/lib-check.m4: New file containing library-related checks from
34000         fileutils and sh-utils (textutils had none).
34001
34002 2000-01-28  Jim Meyering  <meyering@lucent.com>
34003
34004         * m4/perl.m4: Change format of warning message to look more like that
34005         from the missing script.  Suggestion from François Pinard.
34006
34007 2000-01-25  Jim Meyering  <meyering@lucent.com>
34008
34009         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
34010         well as time.h in the compile check.
34011         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
34012         Fix typo in cross-compiling case: s/yes/no/.
34013
34014 2000-01-23  Jim Meyering  <meyering@lucent.com>
34015
34016         * m4/jm-macros.m4: Move df-related tests here from
34017         fileutils/configure.in
34018
34019         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
34020         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
34021
34022         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
34023         s/space/ac_fsusage_space/.
34024         (jm_FILE_SYSTEM_USAGE): Take two parameters.
34025
34026         * m4/ftruncate.m4: New file (derived from part of
34027         fileutils/configure.in).
34028         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
34029         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
34030
34031         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
34032         AC_SUBST these here, rather than just in sh-util/configure.in, so
34033         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
34034         all the same.
34035         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
34036         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
34037         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
34038         (AC_SUBST(POW_LIBM)): Likewise.
34039         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
34040
34041 2000-01-23  Jim Meyering  <meyering@lucent.com>
34042
34043         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
34044         obstack.c.
34045
34046 2000-01-22  Jim Meyering  <meyering@lucent.com>
34047
34048         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
34049
34050         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
34051
34052         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
34053         configure.in
34054         (AC_CHECK_HEADERS): Likewise for sh-utils.
34055         (AC_CHECK_HEADERS): Likewise for textutils.
34056         Merge the three lists of headers.
34057
34058         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
34059         from fileutils' configure.in.
34060
34061         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
34062         code. Moved tests into their own function (_jm_DECL_HEADERS) in
34063         check-decl.m4.
34064
34065         * m4/check-decl.m4: Use #if rather than #ifdef.
34066         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
34067         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
34068         (_jm_DECL_HEADERS): Define new function.
34069         (jm_CHECK_DECLARATIONS): Require it.
34070
34071 2000-01-22  Jim Meyering  <meyering@lucent.com>
34072
34073         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
34074         [! HAVE_DECL_STRTOULL]: Declare strtoull.
34075         Required for some AIX systems.  Reported by Christian Krackowizer.
34076         [TESTING] (main): New function.
34077
34078         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
34079         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
34080         letters.
34081
34082         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
34083         iswprint.
34084
34085         * lib/strverscmp.c (ISDIGIT): Define.
34086         (strverscmp): Use ISDIGIT, not isdigit.
34087
34088 2000-01-19  Jim Meyering  <meyering@lucent.com>
34089
34090         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
34091         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
34092         defines `struct timespec' in <sys/time.h>
34093
34094         * m4/c-bs-a.m4: Remove uses of changequote altogether.
34095         Thanks to Akim for explaining.
34096
34097 2000-01-17  Paul Eggert  <eggert@twinsun.com>
34098
34099         * lib/nanosleep.c (nanosleep):
34100         Don't use SA_INTERRUPT to decide whether to call sigaction, as
34101         POSIX.1 doesn't require SA_INTERRUPT and some systems
34102         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
34103         it's been part of POSIX.1 since day 1 (in 1988).
34104
34105 2000-01-17  Jim Meyering  <meyering@lucent.com>
34106
34107         * lib/interlock: Remove unused file.  Reported by François Pinard.
34108
34109 2000-01-16  Paul Eggert  <eggert@twinsun.com>
34110
34111         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
34112         alert, backslash, formfeed, and vertical tab unnecessarily in
34113         shell quoting style.
34114
34115 2000-01-16  Jim Meyering  <meyering@lucent.com>
34116
34117         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
34118         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
34119         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
34120         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
34121
34122 2000-01-16  Jim Meyering  <meyering@lucent.com>
34123
34124         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
34125         because the latter didn't work.
34126
34127 2000-01-15  Jim Meyering  <meyering@lucent.com>
34128
34129         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
34130         (AC_REPLACE_FUNCS): Add memcpy and memset.
34131         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
34132         Add strpbrk.
34133         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
34134
34135 2000-01-12  Jim Meyering  <meyering@lucent.com>
34136
34137         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
34138         (jm_PREREQ): Use it.
34139         (jm_PREREQ_READUTMP): New macro.
34140         (jm_PREREQ): Use it.
34141
34142 2000-01-11  Paul Eggert  <eggert@twinsun.com>
34143
34144         Quote multibyte characters correctly.
34145         * m4/c-bs-a.m4: New file.
34146         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
34147         (jm_PREREQ): Use it.
34148
34149 2000-01-11  Paul Eggert  <eggert@twinsun.com>
34150
34151         * m4/uintmax_t.m4: Port to autoconf 2.13.
34152
34153 2000-01-08  Jim Meyering  <meyering@ascend.com>
34154
34155         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
34156         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
34157
34158 2000-01-04  Jim Meyering  <meyering@ascend.com>
34159
34160         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
34161         jm_STRUCT_DIRENT_D_TYPE.
34162         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
34163         jm_STRUCT_DIRENT_D_INO.
34164         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
34165         jm_STRUCT_UTIMBUF.
34166         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
34167         renamings.
34168         * m4/utime.m4: Likewise.
34169
34170         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
34171         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
34172
34173 2000-01-03  Paul Eggert  <eggert@twinsun.com>
34174
34175         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
34176         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
34177
34178 2000-01-02  Jim Meyering  <meyering@ascend.com>
34179
34180         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
34181         remember if this is necessary.
34182
34183 1999-12-26  Jim Meyering  <meyering@ascend.com>
34184
34185         * m4/jm-macros.m4: Use it here.
34186         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
34187
34188 1999-12-23  Jim Meyering  <meyering@ascend.com>
34189
34190         * m4/jm-macros.m4: Check for clock_gettime (moved from
34191         fileutils/configure.in)
34192         Check for gettimeofday.
34193
34194 1999-12-20  Jim Meyering  <meyering@ascend.com>
34195
34196         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
34197         autoconf-2.14a-1999-12-20.
34198
34199 1999-12-19  Jim Meyering  <meyering@ascend.com>
34200
34201         * m4/lstat-slash.m4: New file.
34202         * m4/jm-macros.m4: Use the new macro:
34203         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
34204
34205 1999-12-07  Jim Meyering  <meyering@ascend.com>
34206
34207         * m4/perl.m4: Require that File::Compare be available, too.
34208         Too many systems seem to lack it.
34209
34210         * m4/strftime.m4: Add checks for most of the cpp macros tested in
34211         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
34212
34213 1999-11-18  Paul Eggert  <eggert@twinsun.com>
34214
34215         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
34216         problem with the QNX 4.25 shell, which doesn't propagate exit
34217         status of failed commands inside shell assignments.
34218
34219 1999-11-17  Jim Meyering  <meyering@ascend.com>
34220
34221         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
34222
34223 1999-11-07  Jim Meyering  <meyering@ascend.com>
34224
34225         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
34226
34227 1999-11-06  Jim Meyering  <meyering@ascend.com>
34228
34229         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
34230         * m4/jm-macros.m4 (jm_MACROS): Use it here.
34231
34232 1999-11-05  Jim Meyering  <meyering@ascend.com>
34233
34234         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
34235         configure.in of textutils, fileutils, and sh-utils into this one
34236         (shared between those packages) file.
34237         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
34238         AC_STRUCT_ST_BLKSIZE.
34239
34240 1999-11-03  Jim Meyering  <meyering@ascend.com>
34241
34242         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
34243         of AC_CHECK_TYPE checks includes unistd.h.
34244         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
34245         Suggestion from Akim Demaille.
34246
34247 1999-10-30  Jim Meyering  <meyering@ascend.com>
34248
34249         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
34250         m4-quoted string.
34251         * m4/ls-mntd-fs.m4: Likewise.
34252         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
34253         * m4/jm-winsz1.m4: Likewise.
34254
34255         * m4/const.m4: Remove file, since the fix made it into the experimental
34256         version of autoconf.
34257         * m4/mktime.m4: Likewise.
34258
34259         * m4/check-type.m4: Remove file, now that the latest version of
34260         AC_CHECK_TYPE takes a third arg to specify additional #includes.
34261
34262         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
34263         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
34264         AC_CHECK_TYPE.
34265
34266 1999-10-04  Jim Meyering  <meyering@ascend.com>
34267
34268         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
34269
34270 1999-09-22  Paul Eggert  <eggert@twinsun.com>
34271
34272         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
34273         2.95.1 bug with HP-UX 10.20.
34274
34275 1999-09-17  Jim Meyering  <meyering@ascend.com>
34276
34277         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
34278         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
34279         due to missing strdup (against sh-utils-2.0).
34280
34281 1999-08-29  Jim Meyering  <meyering@ascend.com>
34282
34283         * m4/jm-macros.m4: Require jm_BISON.
34284         * m4/bison.m4: New file.
34285
34286 1999-08-17  Paul Eggert  <eggert@twinsun.com>
34287
34288         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
34289         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
34290
34291 1999-08-05  Jim Meyering  <meyering@ascend.com>
34292
34293         * m4/getline.m4: Rename test file from conftestdata to conftest.data
34294         to avoid conflicts with `conftest' on 8+3 filesystems.
34295         Suggestion from Eli Zaretskii.
34296
34297 1999-08-04  Jim Meyering  <meyering@ascend.com>
34298
34299         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
34300         fileutils and sh-utils (textutils's getline test was inadequate).
34301         (AM_FUNC_GETLINE): Run this test.
34302         (AC_CHECK_FUNCS): Check for getdelim.
34303         Reported by Bob Proulx.
34304
34305 1999-08-02  Jim Meyering  <meyering@ascend.com>
34306
34307         * m4/jm-macros.m4: Add a comment.
34308
34309 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34310
34311         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
34312         <inttypes.h> defines strtoumax as a macro (and not as a
34313         function).
34314
34315 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34316
34317         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
34318         that we can shift, multiply and divide unsigned long long
34319         values; Ultrix cc can't do it.
34320
34321 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34322
34323         * m4/mktime.m4: New file, which is a preview of what should appear
34324         in the next public autoconf release.
34325
34326 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34327
34328         * m4/lfs.m4: Remove this file.
34329         * m4/largefile.m4: New file.  It contains the old contents of
34330         lfs.m4, except that all names with prefix AC_LFS have been
34331         changed to use the prefix AC_SYS_LARGEFILE instead, to be
34332         compatible with future autoconf versions.  Also, some minor m4
34333         quoting problems have been fixed.
34334
34335 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34336
34337         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
34338         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
34339         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
34340         and simplify the shell code.
34341
34342 1999-08-01  Jim Meyering  <meyering@ascend.com>
34343
34344         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
34345         m4.
34346
34347 1999-07-20  Jim Meyering  <meyering@ascend.com>
34348
34349         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
34350
34351 1999-07-15  Jim Meyering  <meyering@ascend.com>
34352
34353         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
34354
34355 1999-05-22  Jim Meyering  <meyering@ascend.com>
34356
34357         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
34358
34359 1999-05-20  Jim Meyering  <meyering@ascend.com>
34360
34361         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
34362         Add a colon after each `then' in case $4 is empty.
34363
34364 1999-05-16  Jim Meyering  <meyering@ascend.com>
34365
34366         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
34367
34368 1999-05-10  Jim Meyering  <meyering@ascend.com>
34369
34370         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
34371
34372         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
34373         AC_FUNC_MKTIME.
34374
34375 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
34376
34377         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
34378
34379 1999-05-04  Paul Eggert  <eggert@twinsun.com>
34380
34381         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
34382         not CPPFLAGS, so that linking works correctly in IRIX.
34383
34384 1999-04-30  Paul Eggert  <eggert@twinsun.com>
34385
34386         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
34387
34388 1999-04-20  Paul Eggert  <eggert@twinsun.com>
34389
34390         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
34391         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
34392         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
34393         jm_AC_TYPE_UNSIGNED_LONG_LONG.
34394         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
34395
34396         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
34397
34398 1999-04-20  Jim Meyering  <meyering@ascend.com>
34399
34400         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
34401         AC_REPLACE xstroull if necessary.  From Paul Eggert.
34402         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
34403
34404 1999-04-18  Jim Meyering  <meyering@ascend.com>
34405
34406         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
34407         * m4/jm-macros.m4: Use it.
34408
34409 1999-04-06  Jim Meyering  <meyering@ascend.com>
34410
34411         * m4/strftime.m4: Remove test for %f.
34412
34413 1999-03-29  Jim Meyering  <meyering@ascend.com>
34414
34415         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
34416         superset of the AC_TYPE_* checks in the textutils, fileutils,
34417         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
34418         AC_TYPE_PID_T.
34419
34420 1999-03-28  Jim Meyering  <meyering@ascend.com>
34421
34422         * m4/jm-macros.m4: Define GNU_PACKAGE here.
34423         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
34424         replaced e.g., in the *.sh files of the sh-utils.
34425
34426 1999-03-20  Jim Meyering  <meyering@ascend.com>
34427
34428         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
34429         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
34430         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
34431
34432 1999-03-19  Jim Meyering  <meyering@ascend.com>
34433
34434         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
34435
34436 1999-03-12  Jim Meyering  <meyering@ascend.com>
34437
34438         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
34439
34440 1999-03-07  Jim Meyering  <meyering@ascend.com>
34441
34442         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
34443         declared.
34444
34445 1999-02-17  Jim Meyering  <meyering@ascend.com>
34446
34447         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
34448         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
34449
34450 1999-02-07  Jim Meyering  <meyering@ascend.com>
34451
34452         * m4/group-member.m4: New file -- extracted from sh-utils'
34453         configure.in.
34454
34455         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
34456         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
34457
34458 1999-02-06  Jim Meyering  <meyering@ascend.com>
34459
34460         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
34461         * m4/fnmatch.m4: Likewise.
34462         * m4/getgroups.m4: Likewise.
34463         * m4/lstat.m4: Likewise.
34464         * m4/malloc.m4: Likewise.
34465         * m4/putenv.m4: Likewise.
34466         * m4/realloc.m4: Likewise.
34467         * m4/regex.m4: Likewise.
34468         * m4/stat.m4: Likewise.
34469         * m4/strftime.m4: Likewise.
34470         Suggestion from Alain Magloire.
34471
34472         * m4/chown.m4: Use `.$ac_objext', not `.o'.
34473         * m4/fnmatch.m4: Likewise.
34474         * m4/getgroups.m4: Likewise.
34475         * m4/getline.m4: Likewise.
34476         * m4/lstat.m4: Likewise.
34477         * m4/malloc.m4: Likewise.
34478         * m4/memcmp.m4: Likewise.
34479         * m4/putenv.m4: Likewise.
34480         * m4/realloc.m4: Likewise.
34481         * m4/regex.m4: Likewise.
34482         * m4/stat.m4: Likewise.
34483         * m4/strftime.m4: Likewise.
34484         Suggestion from Alain Magloire.
34485
34486         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
34487         an argument.
34488
34489         * m4/regex.m4: Add a run-time Test for proper operation of
34490         re_compile_pattern.
34491
34492 1999-01-31  Jim Meyering  <meyering@ascend.com>
34493
34494         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
34495
34496 1999-01-30  Jim Meyering  <meyering@ascend.com>
34497
34498         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
34499
34500         * m4/jm-mktime.m4: Make this a wrapper around the official
34501         AM_FUNC_MKTIME rather than my private copy, now that the official one
34502         is up to date.
34503         * m4/mktime.m4: Remove file.
34504
34505         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
34506         * m4/uptime.m4: Likewise.
34507         * m4/uintmax_t.m4: Likewise.
34508
34509 1999-01-28  Jim Meyering  <meyering@ascend.com>
34510
34511         * m4/jm-macros.m4: Use jm_AFS.
34512         * m4/afs.m4: New file (from fileutils' configure.in).
34513
34514         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
34515         * m4/chown.m4: Likewise.
34516         * m4/d-ino.m4: Likewise.
34517         * m4/d-type.m4: Likewise.
34518         * m4/fnmatch.m4: Likewise.
34519         * m4/getgroups.m4: Likewise.
34520         * m4/gettext.m4: Likewise.
34521         * m4/jm-mktime.m4: Likewise.
34522         * m4/jm-winsz2.m4: Likewise.
34523         * m4/lcmessage.m4: Likewise.
34524         * m4/ls-mntd-fs.m4: Likewise.
34525         * m4/malloc.m4: Likewise.
34526         * m4/memcmp.m4: Likewise.
34527         * m4/putenv.m4: Likewise.
34528         * m4/realloc.m4: Likewise.
34529         * m4/st_mtim.m4: Likewise.
34530         * m4/strftime.m4: Likewise.
34531
34532 1999-01-16  Jim Meyering  <meyering@ascend.com>
34533
34534         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
34535         (ARGMATCH_DIE_DECL): Define.
34536
34537 1999-01-12  Jim Meyering  <meyering@ascend.com>
34538
34539         * m4/Makefile.am.in: Rewrite to avoid using fmt.
34540         Reported by Lars Hecking.
34541
34542 1999-01-10  Jim Meyering  <meyering@ascend.com>
34543
34544         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
34545         gross kludge.
34546         * m4/inttypes_h.m4: Likewise.
34547         * m4/lstat.m4: Likewise.
34548         * m4/malloc.m4: Likewise.
34549         * m4/readdir.m4: Likewise.
34550         * m4/realloc.m4: Likewise.
34551         * m4/st_dm_mode.m4: Likewise.
34552         * m4/stat.m4: Likewise.
34553         * m4/utimbuf.m4: Likewise.
34554         * m4/utimes.m4: Likewise.
34555
34556         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
34557         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
34558         comments in config.h.in are meaningful.
34559
34560         * m4/jm-macros.m4: Require autoconf-2.13 here.
34561
34562         * m4/regex.m4: By default, don't use the included regex.c on systems
34563         with glibc 2.  Suggestion from Uli Drepper.
34564
34565 1999-01-02  Jim Meyering  <meyering@ascend.com>
34566
34567         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
34568
34569 1998-12-18  Jim Meyering  <meyering@ascend.com>
34570
34571         * m4/Makefile.am.in (Makefile.am): Simplify rule.
34572         Based on a suggestion from Lars Hecking.
34573
34574 1998-11-16  Paul Eggert  <eggert@twinsun.com>
34575
34576         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
34577
34578 1998-11-16  Jim Meyering  <meyering@ascend.com>
34579
34580         * m4/lfs.m4: Double-quote the `uname...` expression.
34581
34582 1998-11-14  Jim Meyering  <meyering@ascend.com>
34583
34584         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
34585         * m4/stat.m4: Likewise.
34586
34587 1998-11-03  Jim Meyering  <meyering@ascend.com>
34588
34589         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
34590         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
34591
34592 1998-10-18  Jim Meyering  <meyering@ascend.com>
34593
34594         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
34595
34596 1998-10-17  Jim Meyering  <meyering@ascend.com>
34597
34598         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
34599         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
34600         calls for those previously hard-coded headers.  Instead, take a new
34601         parameter.
34602         (jm_CHECK_DECLARATIONS): Reflect interface change.
34603         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
34604         (jm_CHECK_DECL_LOCALTIME_R): New macro.
34605
34606         * m4/mktime.m4: Test for spring-forward gap before long-running test.
34607
34608 1998-10-14  Jim Meyering  <meyering@ascend.com>
34609
34610         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
34611         instead of "TZ=America/Vancouver".  From Paul Eggert.
34612
34613 1998-10-11  Jim Meyering  <meyering@ascend.com>
34614
34615         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
34616         This adds a test for a recently added compatibility fix for mktime.c.
34617         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
34618
34619 1998-09-27  Jim Meyering  <meyering@ascend.com>
34620
34621         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
34622
34623         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
34624         ../configure.in, including a change from Gordon Matzigkeit to allow
34625         cross-compiling for the Hurd.
34626
34627         * m4/glibc.m4: New file/macro to test for the GNU C Library
34628         versions 1 and 2.  From Gordon Matzigkeit.
34629         Indent.
34630
34631 1998-09-21  Jim Meyering  <meyering@ascend.com>
34632
34633         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
34634
34635 1998-08-18  Paul Eggert  <eggert@twinsun.com>
34636
34637         Port nanosecond-resolution times to UnixWare 2.1.2 and
34638         pedantic Solaris 2.6.
34639
34640         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
34641         AC_STRUCT_ST_MTIM.
34642         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
34643         Generate name of ns member, instead of just 1 or undef.
34644         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
34645
34646 1998-08-15  Jim Meyering  <meyering@ascend.com>
34647
34648         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
34649         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
34650         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
34651         instead of jm_TYPE_SSIZE_T.
34652
34653 1998-08-12  Jim Meyering  <meyering@ascend.com>
34654
34655         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
34656
34657 1998-08-02  Jim Meyering  <meyering@ascend.com>
34658
34659         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
34660         in acconfig.h manually.
34661
34662 1998-07-31  Paul Eggert  <eggert@twinsun.com>
34663
34664         * m4/st_mtim.m4: New file.
34665
34666 1998-07-28  Jim Meyering  <meyering@ascend.com>
34667
34668         * m4/utimes.m4: Undef stat.
34669
34670 1998-07-25  Jim Meyering  <meyering@ascend.com>
34671
34672         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
34673         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
34674
34675 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
34676
34677         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
34678         uid and gid actually remain unchanged.
34679
34680 1998-07-07  Jim Meyering  <meyering@ascend.com>
34681
34682         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
34683
34684 1998-07-04  Jim Meyering  <meyering@ascend.com>
34685
34686         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
34687         to prove that this macro can be used in packages without regex.c.
34688
34689 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
34690
34691         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
34692         is to be used.
34693
34694 1998-07-03  Jim Meyering  <meyering@ascend.com>
34695
34696         * m4/gettext.m4: Add -lintl if it's found to be necessary.
34697
34698         * m4/gettext.m4: New file -- from gettext-0.10.35.
34699         * m4/lcmessage.m4: Likewise.
34700         * m4/progtest.m4: Likewise.
34701
34702         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
34703         * m4/jm-macros.m4: Require the new macro.
34704
34705 1998-06-29  Jim Meyering  <meyering@ascend.com>
34706
34707         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
34708         for the definition of NGROUPS (used in a system header included
34709         by sys/mount.h).
34710
34711 1998-06-28  Jim Meyering  <meyering@ascend.com>
34712
34713         * m4/ls-mntd-fs.m4: New file.
34714         * m4/fstypename.m4: New file.
34715
34716         * m4/jm-macros.m4: Require the new macro.
34717         * m4/jm-glibc-io.m4: New file.
34718
34719 1998-05-19  Jim Meyering  <meyering@ascend.com>
34720
34721         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
34722         * m4/lchown.m4: New file.
34723
34724         * m4/Makefile.am.in: New file.
34725         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
34726
34727 1998-05-14  Jim Meyering  <meyering@ascend.com>
34728
34729         * m4/Makefile.am (EXTRA_DIST): Add them.
34730         * m4/jm-macros.m4: New file.
34731         * m4/utimbuf.m4: New file.
34732
34733 1998-05-12  Jim Meyering  <meyering@ascend.com>
34734
34735         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
34736
34737 1998-05-11  Jim Meyering  <meyering@ascend.com>
34738
34739         * m4/isc-posix.m4: New file.
34740
34741 1998-05-10  Jim Meyering  <meyering@ascend.com>
34742
34743         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
34744
34745 1998-05-09  Jim Meyering  <meyering@ascend.com>
34746
34747         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
34748         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
34749         with automake.
34750
34751         * m4/ssize_t.m4: New file.
34752         * m4/mktime.m4: Remove file -- the new automake has this now.
34753
34754 1998-04-26  Jim Meyering  <meyering@ascend.com>
34755
34756         * m4/assert.m4: New file.
34757         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
34758
34759 1998-04-05  Jim Meyering  <meyering@ascend.com>
34760
34761         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
34762         (jm_PREREQ): Use it here.
34763
34764 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
34765
34766         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
34767         in acconfig.h.
34768
34769 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
34770
34771         * m4/prereq.m4: New file.
34772         * m4/error.m4: New file.
34773         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
34774
34775 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
34776
34777         * m4/getline.m4: Don't set am_cv_func_working_getline before the
34778         cache-check for the same variable -- that defeated the purpose of
34779         the test; the test program was never run.  This was a problem only
34780         on systems with losing getline functions -- HP-UX 10.20 is one.
34781         Reported by Bjorn Helgaas.
34782
34783 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
34784
34785         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
34786
34787 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
34788
34789         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
34790
34791         * m4/const.m4: New file.  Use an initializer in this declaration
34792         typedef int charset[2]; const charset x;
34793         Reported by Bob Glickstein.
34794
34795 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
34796
34797         * m4/chown.m4: Fix reversed types on -1 args to chown.
34798         From Kaveh Ghazi.
34799
34800 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
34801
34802         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
34803         Add lseek and memchr.
34804
34805         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
34806         T.E.Dickey <dickey@clark.net> said that some older preprocessors
34807         have a 20-character limit on names.
34808
34809 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
34810
34811         * m4/inttypes_h.m4: New file.
34812         * m4/uintmax_t.m4: New file.
34813         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
34814
34815 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
34816   Free Software Foundation, Inc.
34817 Copying and distribution of this file, with or without modification,
34818 are permitted provided the copyright notice and this notice are preserved.